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.29.0 → 8.33.0) · Repo · Changelog
Release Notes
8.33.0
8.32.0
8.31.0
8.30.0
Does any of this look wrong? Please let us know.
Commits
See the full diff on Github. The new version differs by 73 commits:
8.33.0
Build: changelog update for 8.33.0
docs: Fix examples in no-multiple-empty-lines rule (#16835)
docs: 'Source Code' content in 'Set up Development Environment' page (#16780)
docs: Custom processors page (#16802)
docs: Code of Conduct page (#16781)
docs: report a sec vulnerability page (#16808)
feat: add `restrictDefaultExports` option to no-restricted-exports rule (#16785)
docs: Update page titles, section landing pages, and side TOC (#16760)
docs: add background to code-path-diagrams for dark-mode (#16822)
docs: Update README
docs: no-constant-condition: Add multi-comparison example (#16776)
docs: Remove Google Group icon (#16779)
docs: 'a .eslint' -> 'an .eslint' for consistency (#16809)
docs: add example for nodejs lintText api (#16789)
docs: Replace removed related rules with a valid rule (#16800)
8.32.0
Build: changelog update for 8.32.0
docs: IA Update page URL move (#16665)
fix: ignore directives for no-fallthrough (#16757)
docs: fix theme switcher button (#16752)
docs: deploy prerelease docs under the `/docs/next/` path (#16541)
chore: sync templates/*.md files with issue templates (#16758)
docs: use inline code for rule options name (#16768)
chore: Add new issues to triage project (#16740)
docs: Update README
feat: add suggestions for redundant wrapping in prefer-regex-literals (#16658)
docs: Update README
8.31.0
Build: changelog update for 8.31.0
chore: Upgrade @eslint/eslintrc@1.4.1 (#16729)
fix: correct syntax error in `prefer-arrow-callback` autofix (#16722)
fix: new instance of FlatESLint should load latest config file version (#16608)
chore: fix CI failure (#16721)
docs: Update README
chore: Set up automatic updating of README (#16717)
docs: optimize code block structure (#16669)
docs: do not escape code blocks of formatters examples (#16719)
feat: check assignment patterns in no-underscore-dangle (#16693)
docs: Add function call example for no-undefined (#16712)
docs: Add mastodon link (#16638)
ci: bump actions/stale from 6 to 7 (#16713)
docs: clarify files property (#16709)
docs: fix npm link (#16710)
chore: sort package.json scripts in alphabetical order (#16705)
docs: fix search bar focus on `Esc` (#16700)
docs: country flag missing in windows (#16698)
docs: display zh-hans in the docs language switcher (#16686)
docs: remove manually maintained anchors (#16685)
feat: add options to check destructuring in no-underscore-dangle (#16006)
docs: User Guide Getting Started expansion (#16596)
feat: group properties with values in parentheses in `key-spacing` (#16677)
chore: update ignore patterns in `eslint.config.js` (#16678)
8.30.0
Build: changelog update for 8.30.0
chore: upgrade @eslint/eslintrc@1.4.0 (#16675)
fix: Ensure flat config unignores work consistently like eslintrc (#16579)
feat: add suggestion for no-return-await (#16637)
chore: standardize npm script names per #14827 (#16315)
docs: Clarify Discord info in issue template config (#16663)
ci: fix npm v9 problem with `file:` (#16664)
feat: update globals (#16654)
docs: CLI documentation standardization (#16563)
refactor: migrate off deprecated function-style rules in all tests (#16618)
fix: autofix recursive functions in no-var (#16611)
docs: fix broken line numbers (#16606)
docs: use relative links for internal links (#16631)
docs: reorder options in no-unused-vars (#16625)
docs: Fix anchor in URL (#16628)
docs: don't apply layouts to html formatter example (#16591)
docs: Formatters page updates (#16566)
docs: update the `prefer-const` example (#16607)
docs: fix css leaking (#16603)
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