@etchteam/eslint-config 2.6.39 → 2.6.40

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 +7 -7
  2. package/package.json +1 -1
package/CHANGELOG.md CHANGED
@@ -1,8 +1,8 @@
1
- ## <small>2.6.39 (2026-03-02)</small>
1
+ ## <small>2.6.40 (2026-03-04)</small>
2
2
 
3
- * Merge pull request #503 from etchteam/dependabot/npm_and_yarn/lint-staged-16.3.1 ([d4408a1](https://github.com/etchteam/eslint/commit/d4408a1)), closes [#503](https://github.com/etchteam/eslint/issues/503)
4
- * Merge pull request #504 from etchteam/dependabot/npm_and_yarn/eslint-plugin-storybook-10.2.14 ([30274c2](https://github.com/etchteam/eslint/commit/30274c2)), closes [#504](https://github.com/etchteam/eslint/issues/504)
5
- * Merge pull request #505 from etchteam/dependabot/npm_and_yarn/globals-17.4.0 ([e8dccd8](https://github.com/etchteam/eslint/commit/e8dccd8)), closes [#505](https://github.com/etchteam/eslint/issues/505)
6
- * fix: bump eslint-plugin-storybook from 10.2.13 to 10.2.14 ([b178956](https://github.com/etchteam/eslint/commit/b178956))
7
- * fix: bump globals from 17.3.0 to 17.4.0 ([01320f3](https://github.com/etchteam/eslint/commit/01320f3))
8
- * chore: bump lint-staged from 16.2.7 to 16.3.1 ([93c2e0c](https://github.com/etchteam/eslint/commit/93c2e0c))
3
+ * Merge pull request #506 from etchteam/dependabot/npm_and_yarn/lint-staged-16.3.2 ([3516cb7](https://github.com/etchteam/eslint/commit/3516cb7)), closes [#506](https://github.com/etchteam/eslint/issues/506)
4
+ * Merge pull request #507 from etchteam/dependabot/npm_and_yarn/commitlint/cli-20.4.3 ([c8cf3a6](https://github.com/etchteam/eslint/commit/c8cf3a6)), closes [#507](https://github.com/etchteam/eslint/issues/507)
5
+ * Merge pull request #508 from etchteam/dependabot/npm_and_yarn/eslint-plugin-storybook-10.2.15 ([5b381d0](https://github.com/etchteam/eslint/commit/5b381d0)), closes [#508](https://github.com/etchteam/eslint/issues/508)
6
+ * fix: bump eslint-plugin-storybook from 10.2.14 to 10.2.15 ([bd3530c](https://github.com/etchteam/eslint/commit/bd3530c))
7
+ * chore: bump @commitlint/cli from 20.4.2 to 20.4.3 ([c6ff9b2](https://github.com/etchteam/eslint/commit/c6ff9b2))
8
+ * chore: bump lint-staged from 16.3.1 to 16.3.2 ([2bfa519](https://github.com/etchteam/eslint/commit/2bfa519))
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@etchteam/eslint-config",
3
- "version": "2.6.39",
3
+ "version": "2.6.40",
4
4
  "description": "Etch's standard eslint config",
5
5
  "type": "module",
6
6
  "main": "src/index.mjs",