Skip to content

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Oct 6, 2025

Bumps eslint from 8.57.0 to 9.37.0.

Release notes

Sourced from eslint's releases.

v9.37.0

Features

  • 39f7fb4 feat: preserve-caught-error should recognize all static "cause" keys (#20163) (Pixel998)
  • f81eabc feat: support TS syntax in no-restricted-imports (#19562) (Nitin Kumar)

Bug Fixes

  • a129cce fix: correct no-loss-of-precision false positives for leading zeros (#20164) (Francesco Trotta)
  • 09e04fc fix: add missing AST token types (#20172) (Pixel998)
  • 861c6da fix: correct ESLint typings (#20122) (Pixel998)

Documentation

  • b950359 docs: fix typos across the docs (#20182) (루밀LuMir)
  • 42498a2 docs: improve ToC accessibility by hiding non-semantic character (#20181) (Percy Ma)
  • 29ea092 docs: Update README (GitHub Actions Bot)
  • 5c97a04 docs: show availableUntil in deprecated rule banner (#20170) (Pixel998)
  • 90a71bf docs: update README files to add badge and instructions (#20115) (루밀LuMir)
  • 1603ae1 docs: update references from master to main (#20153) (루밀LuMir)

Chores

  • afe8a13 chore: update @eslint/js dependency to version 9.37.0 (#20183) (Francesco Trotta)
  • abee4ca chore: package.json update for @​eslint/js release (Jenkins)
  • fc9381f chore: fix typos in comments (#20175) (overlookmotel)
  • e1574a2 chore: unpin jiti (#20173) (renovate[bot])
  • e1ac05e refactor: mark ESLint.findConfigFile() as async, add missing docs (#20157) (Pixel998)
  • 347906d chore: update eslint (#20149) (renovate[bot])
  • 0cb5897 test: remove tmp dir created for circular fixes in multithread mode test (#20146) (Milos Djermanovic)
  • bb99566 ci: pin jiti to version 2.5.1 (#20151) (Pixel998)
  • 177f669 perf: improve worker count calculation for "auto" concurrency (#20067) (Francesco Trotta)
  • 448b57b chore: Mark deprecated formatting rules as available until v11.0.0 (#20144) (Milos Djermanovic)

v9.36.0

Features

  • 47afcf6 feat: correct preserve-caught-error edge cases (#20109) (Francesco Trotta)

Bug Fixes

  • 75b74d8 fix: add missing rule option types (#20127) (ntnyq)
  • 1c0d850 fix: update eslint-all.js to use Object.freeze for rules object (#20116) (루밀LuMir)
  • 7d61b7f fix: add missing scope types to Scope.type (#20110) (Pixel998)
  • 7a670c3 fix: correct rule option typings in rules.d.ts (#20084) (Pixel998)

Documentation

  • b73ab12 docs: update examples to use defineConfig (#20131) (sethamus)
  • 31d9392 docs: fix typos (#20118) (Pixel998)
  • c7f861b docs: Update README (GitHub Actions Bot)
  • 6b0c08b docs: Update README (GitHub Actions Bot)
  • 91f97c5 docs: Update README (GitHub Actions Bot)

Chores

  • 12411e8 chore: upgrade @​eslint/js@​9.36.0 (#20139) (Milos Djermanovic)
  • 488cba6 chore: package.json update for @​eslint/js release (Jenkins)

... (truncated)

Commits

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)

@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code labels Oct 6, 2025
@mergify mergify bot had a problem deploying to Mergify Merge Protections October 6, 2025 06:16 Failure
@mergify
Copy link
Contributor

mergify bot commented Oct 6, 2025

Merge Protections

Your pull request matches the following merge protections and will not be merged until they are valid.

🔴 🤖 Continuous Integration

This rule is failing.
  • all of:
    • check-success = lint
    • check-success = build
    • check-success = test
    • any of:
      • check-success = test-broken-links
      • label = ignore-broken-links
    • any of:
      • check-success=Cloudflare Pages
      • -head-repo-full-name~=^Mergifyio/

🟢 👀 Review Requirements

Wonderful, this rule succeeded.
  • any of:
    • author = dependabot[bot]
    • #approved-reviews-by >= 2
    • author = mergify-ci-bot

🟢 Changelog requirements

Wonderful, this rule succeeded.
  • any of:
    • -title ~= ^feat
    • label = need changelog
    • label = skip changelog

🟢 Enforce conventional commit

Wonderful, this rule succeeded.

Make sure that we follow https://www.conventionalcommits.org/en/v1.0.0/

  • title ~= ^(fix|feat|docs|style|refactor|perf|test|build|ci|chore|revert)(?:\(.+\))?:

🟢 🔎 Reviews

Wonderful, this rule succeeded.
  • #changes-requested-reviews-by = 0
  • #review-requested = 0
  • #review-threads-unresolved = 0

🟢 📕 PR description

Wonderful, this rule succeeded.
  • body ~= .{48,}

@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/eslint-9.37.0 branch from 2e8986e to 9fd9303 Compare October 6, 2025 07:10
@mergify mergify bot had a problem deploying to Mergify Merge Protections October 6, 2025 07:11 Failure
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/eslint-9.37.0 branch from 9fd9303 to c1949d2 Compare October 7, 2025 07:08
@mergify mergify bot requested a deployment to Mergify Merge Protections October 7, 2025 07:08 In progress
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/eslint-9.37.0 branch from c1949d2 to 0f76ab0 Compare October 7, 2025 07:09
@mergify mergify bot had a problem deploying to Mergify Merge Protections October 7, 2025 07:09 Failure
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/eslint-9.37.0 branch from 0f76ab0 to 5b951de Compare October 7, 2025 07:16
@mergify mergify bot had a problem deploying to Mergify Merge Protections October 7, 2025 07:16 Failure
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/eslint-9.37.0 branch from 5b951de to 2fbb284 Compare October 8, 2025 07:03
@mergify mergify bot had a problem deploying to Mergify Merge Protections October 8, 2025 07:03 Failure
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/eslint-9.37.0 branch from 2fbb284 to 853fe1a Compare October 10, 2025 07:03
@mergify mergify bot had a problem deploying to Mergify Merge Protections October 10, 2025 07:04 Failure
@mergify
Copy link
Contributor

mergify bot commented Oct 13, 2025

@dependabot[bot] this pull request is now in conflict 😩

@mergify mergify bot added the conflict label Oct 13, 2025
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/eslint-9.37.0 branch from 853fe1a to 4a743fa Compare October 13, 2025 07:03
@mergify mergify bot had a problem deploying to Mergify Merge Protections October 13, 2025 07:03 Failure
@mergify mergify bot removed the conflict label Oct 13, 2025
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/eslint-9.37.0 branch from 4a743fa to 5f29408 Compare October 13, 2025 07:13
@mergify mergify bot had a problem deploying to Mergify Merge Protections October 13, 2025 07:14 Failure
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/eslint-9.37.0 branch from 5f29408 to 6946c76 Compare October 13, 2025 07:24
@mergify mergify bot had a problem deploying to Mergify Merge Protections October 13, 2025 07:25 Failure
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/eslint-9.37.0 branch from 6946c76 to d71792b Compare October 14, 2025 07:03
@mergify mergify bot had a problem deploying to Mergify Merge Protections October 14, 2025 07:04 Failure
@jd
Copy link
Member

jd commented Oct 15, 2025

@dependabot rebase

@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/eslint-9.37.0 branch from d71792b to 656ae7f Compare October 15, 2025 15:36
@mergify mergify bot had a problem deploying to Mergify Merge Protections October 15, 2025 15:37 Failure
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/eslint-9.37.0 branch from 656ae7f to d1ab849 Compare October 16, 2025 07:17
@mergify mergify bot had a problem deploying to Mergify Merge Protections October 16, 2025 07:18 Failure
@mergify
Copy link
Contributor

mergify bot commented Oct 16, 2025

@dependabot[bot] this pull request is now in conflict 😩

@mergify mergify bot added the conflict label Oct 16, 2025
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/eslint-9.37.0 branch from d1ab849 to 9f5cfdb Compare October 16, 2025 14:30
@mergify mergify bot removed the conflict label Oct 16, 2025
@mergify mergify bot had a problem deploying to Mergify Merge Protections October 16, 2025 14:30 Failure
Bumps [eslint](https://github.com/eslint/eslint) from 8.57.0 to 9.37.0.
- [Release notes](https://github.com/eslint/eslint/releases)
- [Commits](eslint/eslint@v8.57.0...v9.37.0)

---
updated-dependencies:
- dependency-name: eslint
  dependency-version: 9.37.0
  dependency-type: direct:development
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/eslint-9.37.0 branch from 9f5cfdb to 608712a Compare October 17, 2025 07:05
@mergify mergify bot had a problem deploying to Mergify Merge Protections October 17, 2025 07:05 Failure
@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Oct 20, 2025

Superseded by #9106.

@dependabot dependabot bot closed this Oct 20, 2025
@dependabot dependabot bot deleted the dependabot/npm_and_yarn/eslint-9.37.0 branch October 20, 2025 06:22
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 javascript Pull requests that update Javascript code

Development

Successfully merging this pull request may close these issues.

1 participant