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 update. Please take a good look at what changed and the test results before merging this pull request.
What changed?
✳️ eslint (8.43.0 → 8.44.0) · Repo · Changelog
Release Notes
8.44.0
Does any of this look wrong? Please let us know.
Commits
See the full diff on Github. The new version differs by 24 commits:
8.44.0
Build: changelog update for 8.44.0
chore: upgrade @eslint/js@8.44.0 (#17329)
chore: package.json update for @eslint/js release
feat: add `es2023` and `es2024` environments (#17328)
feat: add `ecmaVersion: 2024`, regexp `v` flag parsing (#17324)
feat: add ternaryOperandBinaryExpressions option to no-extra-parens rule (#17270)
test: More test cases for no-case-declarations (#17315)
chore: package.json update for eslint-config-eslint release
chore: upgrade semver@7.5.3 (#17323)
fix: no-unused-vars false positive with logical assignment operators (#17320)
feat: Move `parserServices` to `SourceCode` (#17311)
chore: upgrade optionator@0.9.3 (#17319)
fix: Remove `no-unused-labels` autofix before potential directives (#17314)
feat: treat unknown nodes as having the lowest precedence (#17302)
refactor: remove unnecessary code in `flat-eslint.js` (#17308)
feat: allow flat config files to export a Promise (#17301)
perf: various performance improvements (#17135)
chore: update eslint-plugin-jsdoc to 46.2.5 (#17245)
docs: resubmit pr 17115 doc changes (#17291)
chore: switch eslint-config-eslint to the flat format (#17247)
fix: Remove `no-extra-semi` autofix before potential directives (#17297)
docs: Integration section and tutorial (#17132)
docs: Update README
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