@etchteam/eslint-config 3.1.4 → 3.1.6

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.6 (2026-04-14)</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 #561 from etchteam/dependabot/npm_and_yarn/darraghor/eslint-plugin-nestjs-typed-7 ([691978a](https://github.com/etchteam/eslint/commit/691978a)), closes [#561](https://github.com/etchteam/eslint/issues/561)
4
+ * Merge pull request #562 from etchteam/dependabot/npm_and_yarn/typescript-eslint-8.58.2 ([6d685d7](https://github.com/etchteam/eslint/commit/6d685d7)), closes [#562](https://github.com/etchteam/eslint/issues/562)
5
+ * fix: Bump typescript-eslint from 8.58.1 to 8.58.2 ([537f832](https://github.com/etchteam/eslint/commit/537f832))
6
+ * chore: Bump @darraghor/eslint-plugin-nestjs-typed from 7.1.28 to 7.1.29 ([e627492](https://github.com/etchteam/eslint/commit/e627492))
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.6",
4
4
  "description": "Etch's standard eslint config",
5
5
  "type": "module",
6
6
  "main": "src/index.mjs",