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.11.0) · Repo · Changelog
Release Notes
8.11.0
Does any of this look wrong? Please let us know.
Commits
See the full diff on Github. The new version differs by 17 commits:
8.11.0
Build: changelog update for 8.11.0
fix: escaping for square brackets in ignore patterns (#15666)
docs: add fast-eslint-8 to atom integrations (userguide) (#15695)
feat: add `destructuredArrayIgnorePattern` option in `no-unused-vars` (#15649)
feat: Catch `undefined` and `Boolean()` in no-constant-condition (#15613)
docs: Add clarification about `eslint-enable` (#15680)
chore: rm trailing space in docs (#15689)
Sponsors: Sync README with website
feat: Add ESLint favicon to the HTML report document (#15671)
docs: add object pattern to first section of computed-property-spacing (#15679)
docs: link to minimatch docs added. (#15688)
feat: `valid-typeof` always ban `undefined` (#15635)
docs: sort-imports add single named import example (#15675)
fix: extend the autofix range in comma-dangle to ensure the last element (#15669)
Sponsors: Sync README with website
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