@etchteam/eslint-config 2.6.52 → 2.6.54

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 -11
  2. package/package.json +1 -1
package/CHANGELOG.md CHANGED
@@ -1,12 +1,4 @@
1
- ## <small>2.6.52 (2026-03-17)</small>
1
+ ## <small>2.6.54 (2026-03-18)</small>
2
2
 
3
- * Merge pull request #526 from etchteam/dependabot/npm_and_yarn/commitlint/cli-20.5.0 ([c0c386d](https://github.com/etchteam/eslint/commit/c0c386d)), closes [#526](https://github.com/etchteam/eslint/issues/526)
4
- * Merge pull request #527 from etchteam/dependabot/npm_and_yarn/commitlint/config-conventional-20.5.0 ([921956a](https://github.com/etchteam/eslint/commit/921956a)), closes [#527](https://github.com/etchteam/eslint/issues/527)
5
- * Merge pull request #528 from etchteam/dependabot/npm_and_yarn/lint-staged-16.4.0 ([549217b](https://github.com/etchteam/eslint/commit/549217b)), closes [#528](https://github.com/etchteam/eslint/issues/528)
6
- * Merge pull request #529 from etchteam/dependabot/npm_and_yarn/angular-eslint-21.3.1 ([3918e87](https://github.com/etchteam/eslint/commit/3918e87)), closes [#529](https://github.com/etchteam/eslint/issues/529)
7
- * Merge pull request #531 from etchteam/dependabot/npm_and_yarn/typescript-eslint-8.57.1 ([414d8eb](https://github.com/etchteam/eslint/commit/414d8eb)), closes [#531](https://github.com/etchteam/eslint/issues/531)
8
- * fix: bump angular-eslint from 21.3.0 to 21.3.1 ([67b8df1](https://github.com/etchteam/eslint/commit/67b8df1))
9
- * fix: bump typescript-eslint from 8.57.0 to 8.57.1 ([7d3deac](https://github.com/etchteam/eslint/commit/7d3deac))
10
- * chore: bump @commitlint/cli from 20.4.4 to 20.5.0 ([39d3ba5](https://github.com/etchteam/eslint/commit/39d3ba5))
11
- * chore: bump @commitlint/config-conventional from 20.4.4 to 20.5.0 ([763355a](https://github.com/etchteam/eslint/commit/763355a))
12
- * chore: bump lint-staged from 16.3.3 to 16.4.0 ([7a9410f](https://github.com/etchteam/eslint/commit/7a9410f))
3
+ * Merge pull request #532 from etchteam/dependabot/npm_and_yarn/eslint-plugin-storybook-10.2.19 ([ead6804](https://github.com/etchteam/eslint/commit/ead6804)), closes [#532](https://github.com/etchteam/eslint/issues/532)
4
+ * fix: bump eslint-plugin-storybook from 10.2.18 to 10.2.19 ([0e0245f](https://github.com/etchteam/eslint/commit/0e0245f))
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@etchteam/eslint-config",
3
- "version": "2.6.52",
3
+ "version": "2.6.54",
4
4
  "description": "Etch's standard eslint config",
5
5
  "type": "module",
6
6
  "main": "src/index.mjs",