@etchteam/eslint-config 2.6.16 → 2.6.17

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 -5
  2. package/package.json +1 -1
package/CHANGELOG.md CHANGED
@@ -1,6 +1,4 @@
1
- ## <small>2.6.16 (2026-02-09)</small>
1
+ ## <small>2.6.17 (2026-02-10)</small>
2
2
 
3
- * Merge pull request #474 from etchteam/dependabot/npm_and_yarn/eslint-plugin-storybook-10.2.8 ([bda42b9](https://github.com/etchteam/eslint/commit/bda42b9)), closes [#474](https://github.com/etchteam/eslint/issues/474)
4
- * Merge pull request #476 from etchteam/dependabot/npm_and_yarn/eslint-plugin-unused-imports-4.4.1 ([9ada181](https://github.com/etchteam/eslint/commit/9ada181)), closes [#476](https://github.com/etchteam/eslint/issues/476)
5
- * fix: bump eslint-plugin-storybook from 10.2.7 to 10.2.8 ([8189675](https://github.com/etchteam/eslint/commit/8189675))
6
- * fix: bump eslint-plugin-unused-imports from 4.3.0 to 4.4.1 ([8a7b1fd](https://github.com/etchteam/eslint/commit/8a7b1fd))
3
+ * Merge pull request #478 from etchteam/dependabot/npm_and_yarn/darraghor/eslint-plugin-nestjs-typed-7 ([f38abc5](https://github.com/etchteam/eslint/commit/f38abc5)), closes [#478](https://github.com/etchteam/eslint/issues/478)
4
+ * fix: bump @darraghor/eslint-plugin-nestjs-typed from 7.1.19 to 7.1.20 ([772f496](https://github.com/etchteam/eslint/commit/772f496))
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@etchteam/eslint-config",
3
- "version": "2.6.16",
3
+ "version": "2.6.17",
4
4
  "description": "Etch's standard eslint config",
5
5
  "type": "module",
6
6
  "main": "src/index.mjs",