Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Nov 17, 2025

Bumps @eslint/compat from 1.4.1 to 2.0.0.

Release notes

Sourced from @​eslint/compat's releases.

compat: v2.0.0

2.0.0 (2025-11-14)

⚠ BREAKING CHANGES

  • Require Node.js ^20.19.0 || ^22.13.0 || >=24 (#297)

Features

  • patch missing context and SourceCode methods for v10 (#311) (a40d8c6)
  • Require Node.js ^20.19.0 || ^22.13.0 || >=24 (#297) (acc623c)

Dependencies

  • The following workspace dependencies were updated
    • dependencies
      • @​eslint/core bumped from ^0.17.0 to ^1.0.0

migrate-config: v2.0.0

2.0.0 (2025-11-14)

⚠ BREAKING CHANGES

  • Require Node.js ^20.19.0 || ^22.13.0 || >=24 (#297)

Features

  • Require Node.js ^20.19.0 || ^22.13.0 || >=24 (#297) (acc623c)

Dependencies

  • The following workspace dependencies were updated
    • dependencies
      • @​eslint/compat bumped from ^1.4.1 to ^2.0.0
    • devDependencies
      • @​eslint/core bumped from ^0.17.0 to ^1.0.0

migrate-config: v1.6.1

1.6.1 (2025-10-27)

Dependencies

  • The following workspace dependencies were updated
    • dependencies
      • @​eslint/compat bumped from ^1.4.0 to ^1.4.1

... (truncated)

Changelog

Sourced from @​eslint/compat's changelog.

2.0.0 (2025-11-14)

⚠ BREAKING CHANGES

  • Require Node.js ^20.19.0 || ^22.13.0 || >=24 (#297)

Features

  • patch missing context and SourceCode methods for v10 (#311) (a40d8c6)
  • Require Node.js ^20.19.0 || ^22.13.0 || >=24 (#297) (acc623c)

Dependencies

  • The following workspace dependencies were updated
    • dependencies
      • @​eslint/core bumped from ^0.17.0 to ^1.0.0
Commits

Most Recent Ignore Conditions Applied to This Pull Request
Dependency Name Ignore Conditions
@eslint/compat [>= 1.2.a, < 1.3]

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [@eslint/compat](https://github.com/eslint/rewrite/tree/HEAD/packages/compat) from 1.4.1 to 2.0.0.
- [Release notes](https://github.com/eslint/rewrite/releases)
- [Changelog](https://github.com/eslint/rewrite/blob/main/packages/compat/CHANGELOG.md)
- [Commits](https://github.com/eslint/rewrite/commits/compat-v2.0.0/packages/compat)

---
updated-dependencies:
- dependency-name: "@eslint/compat"
  dependency-version: 2.0.0
  dependency-type: direct:development
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added the Rebuild Re-transpile JS & re-generate workflows label Nov 17, 2025
@dependabot dependabot bot requested a review from a team as a code owner November 17, 2025 17:01
@dependabot dependabot bot added the Rebuild Re-transpile JS & re-generate workflows label Nov 17, 2025
@github-actions github-actions bot added size/XS Should be very easy to review and removed Rebuild Re-transpile JS & re-generate workflows labels Nov 17, 2025
@github-actions
Copy link
Contributor

Pushed a commit to rebuild the Action. Please mark the PR as ready for review to trigger PR checks.

@github-actions github-actions bot marked this pull request as draft November 17, 2025 17:03
@mbg mbg marked this pull request as ready for review November 19, 2025 13:21
Copilot AI review requested due to automatic review settings November 19, 2025 13:21
Copilot finished reviewing on behalf of mbg November 19, 2025 13:23
Copy link
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull Request Overview

This PR updates the @eslint/compat development dependency from version 1.4.1 to 2.0.0, a major version upgrade that includes breaking changes related to Node.js version requirements.

Key Changes:

  • Bumps @eslint/compat to v2.0.0 with updated Node.js requirements (^20.19.0 || ^22.13.0 || >=24)
  • Updates transitive dependency @eslint/core from ^0.17.0 to ^1.0.0
  • Maintains backward compatibility by preserving v1.4.1 for eslint-plugin-github nested dependency

Reviewed Changes

Copilot reviewed 13 out of 14 changed files in this pull request and generated no comments.

File Description
package.json Updates @eslint/compat devDependency version specification from ^1.4.1 to ^2.0.0
package-lock.json Updates lockfile with new versions of @eslint/compat (2.0.0) and @eslint/core (1.0.0), includes nested dependency resolution for eslint-plugin-github
lib/*.js Generated JavaScript files reflecting the package.json changes (auto-generated, not reviewed per guidelines)

@mbg mbg merged commit e818008 into main Nov 19, 2025
240 checks passed
@mbg mbg deleted the dependabot/npm_and_yarn/eslint/compat-2.0.0 branch November 19, 2025 13:41
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

size/XS Should be very easy to review

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants