@etchteam/eslint-config 3.1.4 → 3.1.5

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 +5 -3
  2. package/package.json +1 -1
package/CHANGELOG.md CHANGED
@@ -1,4 +1,6 @@
1
- ## <small>3.1.4 (2026-04-08)</small>
1
+ ## <small>3.1.5 (2026-04-13)</small>
2
2
 
3
- * Merge pull request #558 from etchteam/fix/storybook-optional-peer-dep ([8c83178](https://github.com/etchteam/eslint/commit/8c83178)), closes [#558](https://github.com/etchteam/eslint/issues/558)
4
- * fix: move eslint-plugin-storybook to optional peer dependency ([035c668](https://github.com/etchteam/eslint/commit/035c668))
3
+ * Merge pull request #559 from etchteam/dependabot/npm_and_yarn/next/eslint-plugin-next-16.2.3 ([c2cdd9a](https://github.com/etchteam/eslint/commit/c2cdd9a)), closes [#559](https://github.com/etchteam/eslint/issues/559)
4
+ * Merge pull request #560 from etchteam/dependabot/npm_and_yarn/globals-17.5.0 ([5150548](https://github.com/etchteam/eslint/commit/5150548)), closes [#560](https://github.com/etchteam/eslint/issues/560)
5
+ * fix: Bump globals from 17.4.0 to 17.5.0 ([8878a0c](https://github.com/etchteam/eslint/commit/8878a0c))
6
+ * chore: Bump @next/eslint-plugin-next from 16.2.2 to 16.2.3 ([cd57f48](https://github.com/etchteam/eslint/commit/cd57f48))
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@etchteam/eslint-config",
3
- "version": "3.1.4",
3
+ "version": "3.1.5",
4
4
  "description": "Etch's standard eslint config",
5
5
  "type": "module",
6
6
  "main": "src/index.mjs",