Releases: etchteam/eslint
Releases · etchteam/eslint
v3.1.6
3.1.6 (2026-04-14)
- Merge pull request #561 from etchteam/dependabot/npm_and_yarn/darraghor/eslint-plugin-nestjs-typed-7 (691978a), closes #561
- Merge pull request #562 from etchteam/dependabot/npm_and_yarn/typescript-eslint-8.58.2 (6d685d7), closes #562
- fix: Bump typescript-eslint from 8.58.1 to 8.58.2 (537f832)
- chore: Bump @darraghor/eslint-plugin-nestjs-typed from 7.1.28 to 7.1.29 (e627492)
v3.1.5
3.1.5 (2026-04-13)
- Merge pull request #559 from etchteam/dependabot/npm_and_yarn/next/eslint-plugin-next-16.2.3 (c2cdd9a), closes #559
- Merge pull request #560 from etchteam/dependabot/npm_and_yarn/globals-17.5.0 (5150548), closes #560
- fix: Bump globals from 17.4.0 to 17.5.0 (8878a0c)
- chore: Bump @next/eslint-plugin-next from 16.2.2 to 16.2.3 (cd57f48)
v3.1.4
v3.1.3
3.1.3 (2026-04-08)
- Merge pull request #553 from etchteam/dependabot/npm_and_yarn/npm_and_yarn-1ae34a2d94 (f93a707), closes #553
- Merge pull request #554 from etchteam/dependabot/npm_and_yarn/npm_and_yarn-7868ad5c7f (4efe37d), closes #554
- Merge pull request #555 from etchteam/dependabot/npm_and_yarn/eslint-plugin-storybook-10.3.5 (87ec2bf), closes #555
- Merge pull request #556 from etchteam/dependabot/npm_and_yarn/typescript-eslint-8.58.1 (2c31c95), closes #556
- Merge pull request #557 from etchteam/dependabot/npm_and_yarn/eslint/compat-2.0.5 (670489c), closes #557
- fix: Bump @eslint/compat from 2.0.4 to 2.0.5 (9b487f3)
- fix: Bump eslint-plugin-storybook from 10.3.4 to 10.3.5 (2a067ea)
- fix: Bump typescript-eslint from 8.58.0 to 8.58.1 (92aed37)
- chore: Bump @hono/node-server (e2ebff2)
- chore: Bump hono in the npm_and_yarn group across 1 directory (1d1c4f5)
v3.1.2
v3.1.1
v3.1.0
3.1.0 (2026-04-02)
- Merge pull request #549 from etchteam/webc-support (9b27bb3), closes #549
- refactor: address sonarcloud issues in webc processor (069302f)
- refactor: deduplicate block extraction logic in webc processor (2f98a07)
- feat: add WebC template linting support (af7aad0)
- feat: enable curly rule to require braces on all if statements (8b410d2)
- style: remove eslint-disable comments from webc processor (77f7635)
v3.0.1
v3.0.0
3.0.0 (2026-04-02)
- feat!: move environment-specific plugins to optional peer dependencies (3366a41)
- Merge pull request #546 from etchteam/feat/optional-peer-deps (e7c1636), closes #546
- Merge remote-tracking branch 'origin/main' into feat/optional-peer-deps (4ab7150)
- docs: document required plugins for each config (07b25d0)
- fix: add environment-specific plugins as devDependencies for CI (9cc0973)
BREAKING CHANGE
- Environment-specific plugins are no longer installed
automatically. Users must manually install the peer dependencies required
for their chosen config (e.g.npm install angular-eslintwhen using
@etchteam/eslint-config/angular).
Co-Authored-By: Claude Opus 4.6 (1M context) noreply@anthropic.com