Skip to content

style(deps): update dependency eslint-config-scratch to v14#878

Open
renovate[bot] wants to merge 1 commit intodevelopfrom
renovate/eslint-config-scratch-14.x
Open

style(deps): update dependency eslint-config-scratch to v14#878
renovate[bot] wants to merge 1 commit intodevelopfrom
renovate/eslint-config-scratch-14.x

Conversation

@renovate
Copy link
Contributor

@renovate renovate bot commented Mar 7, 2026

This PR contains the following updates:

Package Change Age Confidence
eslint-config-scratch 12.0.5114.0.0 age confidence

Release Notes

scratchfoundation/eslint-config-scratch (eslint-config-scratch)

v14.0.0

Compare Source

  • feat!: modernize ESLint and Prettier configurations (a3e2b76)
BREAKING CHANGES
    • recommended / recommendedTypeFree / recommendedTypeChecked:
    • n/prefer-node-protocol: new error — bare import fs from 'fs'
      must be updated to use the node: prefix
    • @eslint-community/eslint-comments/require-description: new error
      eslint-disable comments must include a description
  • prettier.recommended: arrowParens changed from 'avoid' to
    'always' (Prettier v3 default) — reformats arrow functions with a
    single parameter: x => x becomes (x) => x
  • legacy.react: react/react-in-jsx-scope and react/jsx-uses-react
    are now off — projects still on React <17 must re-enable these rules
    themselves
  • legacy.node: removed global-require, handle-callback-err,
    no-mixed-requires, no-new-require, no-path-concat (deprecated
    in ESLint core with no replacements; were errors)
  • legacy.base: removed no-catch-shadow (deprecated since ESLint
    v5.1.0; was an error)

This is a re-release of 13.0.6, which was accidentally released as a
patch bump instead of a major bump.

v13.0.6

Compare Source

Bug Fixes

v13.0.5

Compare Source

Bug Fixes
  • deps: update dependency typescript-eslint to v8.56.1 (4d677ec)
  • remove no-longer-allowed project setting (0785b3e)

v13.0.4

Compare Source

Bug Fixes
  • deps: update dependency eslint-plugin-formatjs to v6 (bbccadc)
  • deps: update dependency eslint-plugin-jsdoc to v62 (da7f524)
  • deps: update dependency globals to v17 (5d0a284)

v13.0.3

Compare Source

Bug Fixes

v13.0.2

Compare Source

Bug Fixes

v13.0.1

Compare Source

Bug Fixes

v13.0.0

Compare Source

  • fix!: correctly handle package.json exports field (a7b3156)
BREAKING CHANGES
  • This changes the way imports are resolved during
    linting, which could introduce new errors in configurations that
    currently generate no errors.

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: Never, 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 renovate bot added the dependencies Pull requests that update a dependency file label Mar 7, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants