@etchteam/eslint-config 2.6.24 → 2.6.25

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 -3
  2. package/package.json +1 -1
package/CHANGELOG.md CHANGED
@@ -1,4 +1,4 @@
1
- ## <small>2.6.24 (2026-02-18)</small>
1
+ ## <small>2.6.25 (2026-02-18)</small>
2
2
 
3
- * Merge pull request #486 from etchteam/dependabot/npm_and_yarn/eslint-plugin-yml-3.2.1 ([cffacb4](https://github.com/etchteam/eslint/commit/cffacb4)), closes [#486](https://github.com/etchteam/eslint/issues/486)
4
- * fix: bump eslint-plugin-yml from 3.1.2 to 3.2.1 ([46bf3c4](https://github.com/etchteam/eslint/commit/46bf3c4))
3
+ * Merge pull request #487 from etchteam/dependabot/npm_and_yarn/eslint-plugin-storybook-10.2.10 ([0b1c3fd](https://github.com/etchteam/eslint/commit/0b1c3fd)), closes [#487](https://github.com/etchteam/eslint/issues/487)
4
+ * fix: bump eslint-plugin-storybook from 10.2.9 to 10.2.10 ([8cb8103](https://github.com/etchteam/eslint/commit/8cb8103))
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@etchteam/eslint-config",
3
- "version": "2.6.24",
3
+ "version": "2.6.25",
4
4
  "description": "Etch's standard eslint config",
5
5
  "type": "module",
6
6
  "main": "src/index.mjs",