@etchteam/eslint-config 3.0.0 → 3.0.1

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 -16
  2. package/package.json +1 -1
package/CHANGELOG.md CHANGED
@@ -1,17 +1,4 @@
1
- ## 3.0.0 (2026-04-02)
1
+ ## <small>3.0.1 (2026-04-02)</small>
2
2
 
3
- * feat!: move environment-specific plugins to optional peer dependencies ([3366a41](https://github.com/etchteam/eslint/commit/3366a41))
4
- * Merge pull request #546 from etchteam/feat/optional-peer-deps ([e7c1636](https://github.com/etchteam/eslint/commit/e7c1636)), closes [#546](https://github.com/etchteam/eslint/issues/546)
5
- * Merge remote-tracking branch 'origin/main' into feat/optional-peer-deps ([4ab7150](https://github.com/etchteam/eslint/commit/4ab7150))
6
- * docs: document required plugins for each config ([07b25d0](https://github.com/etchteam/eslint/commit/07b25d0))
7
- * fix: add environment-specific plugins as devDependencies for CI ([9cc0973](https://github.com/etchteam/eslint/commit/9cc0973))
8
-
9
-
10
- ### BREAKING CHANGE
11
-
12
- * Environment-specific plugins are no longer installed
13
- automatically. Users must manually install the peer dependencies required
14
- for their chosen config (e.g. `npm install angular-eslint` when using
15
- `@etchteam/eslint-config/angular`).
16
-
17
- Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
3
+ * Merge pull request #550 from etchteam/dependabot/npm_and_yarn/eslint-plugin-storybook-10.3.4 ([6b5fa37](https://github.com/etchteam/eslint/commit/6b5fa37)), closes [#550](https://github.com/etchteam/eslint/issues/550)
4
+ * fix: Bump eslint-plugin-storybook from 10.3.3 to 10.3.4 ([4df8b90](https://github.com/etchteam/eslint/commit/4df8b90))
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@etchteam/eslint-config",
3
- "version": "3.0.0",
3
+ "version": "3.0.1",
4
4
  "description": "Etch's standard eslint config",
5
5
  "type": "module",
6
6
  "main": "src/index.mjs",