@etchteam/eslint-config 2.6.33 → 2.6.34

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.33 (2026-02-25)</small>
1
+ ## <small>2.6.34 (2026-02-25)</small>
2
2
 
3
- * Merge pull request #497 from etchteam/dependabot/npm_and_yarn/npm_and_yarn-c7796958eb ([d3837b1](https://github.com/etchteam/eslint/commit/d3837b1)), closes [#497](https://github.com/etchteam/eslint/issues/497)
4
- * fix: bump minimatch in the npm_and_yarn group across 1 directory ([5c95d08](https://github.com/etchteam/eslint/commit/5c95d08))
3
+ * Merge pull request #498 from etchteam/dependabot/npm_and_yarn/eslint-plugin-storybook-10.2.12 ([5c33078](https://github.com/etchteam/eslint/commit/5c33078)), closes [#498](https://github.com/etchteam/eslint/issues/498)
4
+ * fix: bump eslint-plugin-storybook from 10.2.11 to 10.2.12 ([ef56ff5](https://github.com/etchteam/eslint/commit/ef56ff5))
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@etchteam/eslint-config",
3
- "version": "2.6.33",
3
+ "version": "2.6.34",
4
4
  "description": "Etch's standard eslint config",
5
5
  "type": "module",
6
6
  "main": "src/index.mjs",