Depfu will automatically keep this PR conflict-free, as long as you don't add any commits to this branch yourself. You can also trigger a rebase manually by commenting with @depfu rebase.
All Depfu comment commands
@depfu rebase
Rebases against your default branch and redoes this update
@depfu recreate
Recreates this PR, overwriting any edits that you've made to it
@depfu merge
Merges this PR once your tests are passing and conflicts are resolved
@depfu cancel merge
Cancels automatic merging of this PR
@depfu close
Closes this PR and deletes the branch
@depfu reopen
Restores the branch and reopens this PR (if it's closed)
@depfu pause
Ignores all future updates for this dependency and closes this PR
@depfu pause [minor|major]
Ignores all future minor/major updates for this dependency and closes this PR
@depfu resume
Future versions of this dependency will create PRs again (leaves this PR as is)
Here is everything you need to know about this upgrade. Please take a good look at what changed and the test results before merging this pull request.
What changed?
✳️ eslint (9.12.0 → 9.13.0) · Repo · Changelog
Release Notes
9.13.0
Does any of this look wrong? Please let us know.
Commits
See the full diff on Github. The new version differs by 21 commits:
9.13.0
Build: changelog update for 9.13.0
chore: upgrade to `@eslint/js@9.13.0` and `@eslint/core@^0.7.0` (#19034)
chore: package.json update for @eslint/js release
feat: Allow languages to provide `defaultLanguageOptions` (#19003)
fix: update the `complexity` rule type (#19027)
perf: using Node.js compile cache (#19012)
feat: Improve eslintrc warning message (#19023)
chore: add pkg.type "commonjs" (#19011)
docs: mark `LintMessage#nodeType` as deprecated (#19019)
test: fix `ESLint` tests (#19021)
docs: update deprecated rules type definitions (#19018)
feat: drop support for jiti v1.21 (#18996)
docs: Update examples of passing multiple values to a CLI option (#19006)
fix: update rule types (#18925)
feat: export `ESLint.defaultConfig` (#18983)
docs: Add example with side-effect imports to no-restricted-imports (#18997)
ci: upgrade knip@5.32.0 (#18992)
chore: remove unused ignore dependency (#18993)
docs: Update README
docs: Use prerendered sponsors for README (#18988)
Depfu will automatically keep this PR conflict-free, as long as you don't add any commits to this branch yourself. You can also trigger a rebase manually by commenting with
@depfu rebase
.All Depfu comment commands