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 update. Please take a good look at what changed and the test results before merging this pull request.
What changed?
✳️ eslint (8.16.0 → 8.17.0) · Repo · Changelog
Release Notes
8.17.0
Does any of this look wrong? Please let us know.
Commits
See the full diff on Github. The new version differs by 23 commits:
8.17.0
Build: changelog update for 8.17.0
docs: Update website UI to latest (#15944)
feat: fix indent bug with semicolon-first style (#15951)
feat: add `allowNamedExports` option to no-use-before-define (#15953)
docs: Update Exponentiation operator MDN link (#15960)
chore: avoid theme flashes (#15927)
docs: Use correct past tense "left" instead of "leaved" (#15950)
Sponsors: Sync README with website
chore: Use build hook for docs deploy (#15945)
test: cleanup typos (#15937)
docs: Add Resources section to rule pages (#15901)
docs: cleanup typos (#15936)
fix: cleanup typos (#15939)
fix: typo ocatal -> octal (#15940)
chore: use addEventListener instead of addListener (#15923)
chore: lint eleventy config file (#15904)
chore: update Rule typedefs (#15915)
docs: use-dart-sass instead of node-sass (#15912)
docs: add social media links (#15920)
docs: fix openjs link (#15917)
docs: display version in mobile view (#15909)
test: ensure no-restricted-imports works with NodeJS imports (#15907)
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