@etchteam/eslint-config 2.6.7 → 2.6.9

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.7 (2026-01-30)</small>
1
+ ## <small>2.6.9 (2026-02-03)</small>
2
2
 
3
- * Merge pull request #459 from etchteam/dependabot/npm_and_yarn/angular-eslint-21.2.0 ([a8eb736](https://github.com/etchteam/eslint/commit/a8eb736)), closes [#459](https://github.com/etchteam/eslint/issues/459)
4
- * Merge pull request #460 from etchteam/dependabot/npm_and_yarn/commitlint/cli-20.4.0 ([a89b4b6](https://github.com/etchteam/eslint/commit/a89b4b6)), closes [#460](https://github.com/etchteam/eslint/issues/460)
5
- * fix: bump angular-eslint from 21.1.0 to 21.2.0 ([aadcc80](https://github.com/etchteam/eslint/commit/aadcc80))
6
- * chore: bump @commitlint/cli from 20.3.1 to 20.4.0 ([5eed6aa](https://github.com/etchteam/eslint/commit/5eed6aa))
3
+ * Merge pull request #467 from etchteam/dependabot/npm_and_yarn/eslint-plugin-storybook-10.2.4 ([62782db](https://github.com/etchteam/eslint/commit/62782db)), closes [#467](https://github.com/etchteam/eslint/issues/467)
4
+ * fix: bump eslint-plugin-storybook from 10.2.3 to 10.2.4 ([48ba3b1](https://github.com/etchteam/eslint/commit/48ba3b1))
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@etchteam/eslint-config",
3
- "version": "2.6.7",
3
+ "version": "2.6.9",
4
4
  "description": "Etch's standard eslint config",
5
5
  "type": "module",
6
6
  "main": "src/index.mjs",