Skip to content

chore(deps): update dependency @codfish/eslint-config to v13#235

Open
renovate[bot] wants to merge 1 commit intomainfrom
renovate/codfish-eslint-config-13.x
Open

chore(deps): update dependency @codfish/eslint-config to v13#235
renovate[bot] wants to merge 1 commit intomainfrom
renovate/codfish-eslint-config-13.x

Conversation

@renovate
Copy link
Contributor

@renovate renovate bot commented Feb 15, 2026

This PR contains the following updates:

Package Change Age Confidence
@codfish/eslint-config ^12.2.0^13.0.0 age confidence

Release Notes

codfish/eslint-config (@​codfish/eslint-config)

v13.0.0

Compare Source

Bug Fixes
Features
BREAKING CHANGES
  • ESLint 10 support with updated minimum requirements

This is a major version update that upgrades the package from ESLint 9 to ESLint 10.

Breaking Changes

  • ESLint 10 Required: Minimum ESLint version is now 10.0.0 (was >= 9)
  • Node.js v20.19.0+: Minimum Node.js version increased from v20.0.0 to v20.19.0
  • Peer Dependency: eslint peer dependency updated from >= 9 to >= 10
  • New Default Rules: Three new rules from eslint:recommended may report new errors:
    • no-unassigned-vars - Disallow variables that are assigned but never used
    • no-useless-assignment - Disallow assignments that dont change the value
    • preserve-caught-error - Enforce that caught errors are not reassigned
  • JSX Tracking: ESLint 10 properly tracks JSX references, which may surface
    previously hidden unused import warnings in React files

Updated Dependencies

  • eslint: ^10.0.0 (peer, was ^9.35.0)
  • @​eslint/js: ^10.0.0 (was ^9.35.0)
  • typescript-eslint: ^8.54.0 (was ^8.44.0)
  • @​vitest/eslint-plugin: ^1.6.6 (was ^1.3.10)
  • eslint-plugin-jest: ^29.12.2 (was ^29.0.1)
  • eslint-plugin-testing-library: ^7.15.4 (was ^7.1.0)
  • eslint-plugin-yml: ^3.1.2 (was ^3.0.0)
  • eslint-plugin-prettier: ^5.5.5 (was ^5.5.4)

Migration Guide

Users upgrading to this version need to:

  1. Update to Node.js v20.19.0+ (or v22.13.0+, or v24+)
  2. Update to ESLint 10: npm install --save-dev eslint@​10
  3. Install with --legacy-peer-deps until plugin ecosystem updates
  4. Review and fix any new linting errors from the new ESLint 10 rules
  5. Check React files for newly reported unused imports due to improved JSX tracking

See README.md for complete migration instructions.

Technical Details

  • Configuration code unchanged (already using flat config format)
  • All 55 tests passing with ESLint 10
  • Self-linting successful
  • CI/CD workflows updated to use --legacy-peer-deps and explicit Node.js versions
  • Documentation updated with comprehensive migration guide

v12.3.0

Compare Source

Bug Fixes
  • add [!CAUTION] and fix prettier config (c5f1c1f)
Features
  • add overrides for test & react configs (c06d94f)
  • bake in md/json/yml/html linting into eslint; bump deps (78c4c74)

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@renovate
Copy link
Contributor Author

renovate bot commented Feb 15, 2026

⚠️ Artifact update problem

Renovate failed to update an artifact related to this branch. You probably do not want to merge this PR as-is.

♻ Renovate will retry this branch, including artifacts, only when one of the following happens:

  • any of the package files in this branch needs updating, or
  • the branch becomes conflicted, or
  • you click the rebase/retry checkbox if found above, or
  • you rename this PR's title to start with "rebase!" to trigger it manually

The artifact failure details are included below:

File name: package-lock.json
npm warn Unknown env config "store". This will stop working in the next major version of npm.
npm error code ERESOLVE
npm error ERESOLVE unable to resolve dependency tree
npm error
npm error While resolving: semantic-release-action@0.0.0-semantically-released
npm error Found: eslint@9.39.2
npm error node_modules/eslint
npm error   dev eslint@"^9.39.2" from the root project
npm error
npm error Could not resolve dependency:
npm error peer eslint@">= 10" from @codfish/eslint-config@13.0.0
npm error node_modules/@codfish/eslint-config
npm error   dev @codfish/eslint-config@"^13.0.0" from the root project
npm error
npm error Fix the upstream dependency conflict, or retry
npm error this command with --force or --legacy-peer-deps
npm error to accept an incorrect (and potentially broken) dependency resolution.
npm error
npm error
npm error For a full report see:
npm error /runner/cache/others/npm/_logs/2026-02-15T06_03_13_015Z-eresolve-report.txt
npm error A complete log of this run can be found in: /runner/cache/others/npm/_logs/2026-02-15T06_03_13_015Z-debug-0.log

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants