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 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 (^7.32.0 → ^8.16.0) · Repo · Changelog
Release Notes
8.16.0
Does any of this look wrong? Please let us know.
Commits
See the full diff on Github. The new version differs by 20 commits:
8.16.0
Build: changelog update for 8.16.0
chore: upgrade @eslint/eslintrc@1.3.0 (#15903)
docs: Static further reading links (#15890)
feat: add Unicode flag suggestion in no-misleading-character-class (#15867)
chore: Add deploy workflow for docs site (#15894)
feat: check Unicode code point escapes in no-control-regex (#15862)
docs: fix absolute paths in related rules shortcode to work from /docs (#15892)
docs: fix absolute links in rule macro to work from /docs (#15891)
docs: Adjust docs site path prefix (#15889)
docs: update 'Related Rules' and 'Further Reading' in remaining rules (#15884)
chore: enable some rules from eslint-plugin-unicorn internally (#15878)
chore: upgrade eslint-plugin-eslint-plugin@^4.2.0 (#15882)
chore: Upgrade official GitHub actions to latest versions (#15880)
chore: Refactor rule docs format (#15869)
feat: Update global variables (#15871)
docs: remove confusing examples for no-mixed-operators (#15875)
docs: Fix some grammar issues (#15837)
fix: function-paren-newline crash on "new new Foo();" (#15850)
Sponsors: Sync README with website
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