@etchteam/eslint-config 2.6.58 → 2.6.60

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/CHANGELOG.md +3 -7
  2. package/package.json +1 -1
package/CHANGELOG.md CHANGED
@@ -1,8 +1,4 @@
1
- ## <small>2.6.58 (2026-03-23)</small>
1
+ ## <small>2.6.60 (2026-03-24)</small>
2
2
 
3
- * Merge pull request #537 from etchteam/dependabot/npm_and_yarn/darraghor/eslint-plugin-nestjs-typed-7 ([071c6b7](https://github.com/etchteam/eslint/commit/071c6b7)), closes [#537](https://github.com/etchteam/eslint/issues/537)
4
- * Merge pull request #538 from etchteam/dependabot/npm_and_yarn/next/eslint-plugin-next-16.2.1 ([e01ca2b](https://github.com/etchteam/eslint/commit/e01ca2b)), closes [#538](https://github.com/etchteam/eslint/issues/538)
5
- * Merge pull request #539 from etchteam/dependabot/npm_and_yarn/eslint-plugin-storybook-10.3.2 ([da2a96b](https://github.com/etchteam/eslint/commit/da2a96b)), closes [#539](https://github.com/etchteam/eslint/issues/539)
6
- * fix: bump @darraghor/eslint-plugin-nestjs-typed from 7.1.26 to 7.1.27 ([3815656](https://github.com/etchteam/eslint/commit/3815656))
7
- * fix: bump @next/eslint-plugin-next from 16.2.0 to 16.2.1 ([df4b442](https://github.com/etchteam/eslint/commit/df4b442))
8
- * fix: bump eslint-plugin-storybook from 10.3.1 to 10.3.2 ([ddae551](https://github.com/etchteam/eslint/commit/ddae551))
3
+ * Merge pull request #541 from etchteam/dependabot/npm_and_yarn/typescript-eslint-8.57.2 ([2a70683](https://github.com/etchteam/eslint/commit/2a70683)), closes [#541](https://github.com/etchteam/eslint/issues/541)
4
+ * fix: bump typescript-eslint from 8.57.1 to 8.57.2 ([731e28a](https://github.com/etchteam/eslint/commit/731e28a))
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@etchteam/eslint-config",
3
- "version": "2.6.58",
3
+ "version": "2.6.60",
4
4
  "description": "Etch's standard eslint config",
5
5
  "type": "module",
6
6
  "main": "src/index.mjs",