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.2.0 → 8.4.1) · Repo · Changelog
Release Notes
8.4.1
8.4.0
8.3.0
Does any of this look wrong? Please let us know.
Commits
See the full diff on Github. The new version differs by 71 commits:
8.4.1
Build: changelog update for 8.4.1
fix: revert changes to reported locations in max-lines-per-function (#15397)
docs: fix typo in example for `sort-keys` rule (#15393)
8.4.0
Build: changelog update for 8.4.0
chore: upgrade @eslint/eslintrc@1.0.5 (#15389)
feat: add `allowReserved` parser option (#15387)
feat: Flat config support in Linter (refs #13481) (#15185)
docs: update integrations.md (#15380)
feat: Treat Class/New Expressions as truthy in no-constant-condition (#15326)
Sponsors: Sync README with website
feat: report only lines that exceed the limit in max-lines-per-function (#15140)
docs: fix typo in PR template (#15365)
chore: fix update-readme to avoid multiple consecutive blank lines (#15375)
feat: pass cwd to formatters (refs eslint/rfcs#57) (#13392)
Sponsors: Sync README with website
chore: Use default Chromium binary in M1 Mac tests (#15371)
fix: mark --rulesdir option as deprecated in CLI docs (#15310)
docs: enable a few more markdownlint rules and fix violations (#15368)
Sponsors: Sync README with website
ci: use node `v16` for Verify Files (#15364)
docs: Dedent needlessly indented example in getter-return docs (#15363)
Sponsors: Sync README with website
Sponsors: Sync README with website
docs: Update release notes blog post template (#15285)
feat: support async formatters (#15243)
chore: add jsdoc type annotation to rules (#15291)
Sponsors: Sync README with website
Sponsors: Sync README with website
8.3.0
Build: changelog update for 8.3.0
feat: add `allowProperties` option to require-atomic-updates (#15238)
feat: update no-use-before-define for class static blocks (#15312)
fix: update vars-on-top for class static blocks (#15306)
fix: update semi-style for class static blocks (#15309)
feat: update no-redeclare for class static blocks (#15313)
feat: update no-inner-declarations for class static blocks (#15290)
feat: support for private-in syntax (fixes #14811) (#15060)
feat: Update espree and eslint-scope (#15338)
feat: update max-depth for class static blocks (#15316)
feat: update padded-blocks for class static blocks (#15333)
feat: update the complexity rule for class static blocks (#15328)
feat: update the indent rule for class static blocks (#15324)
feat: update lines-around-comment for class static blocks (#15323)
feat: update brace-style for class static blocks (#15322)
feat: update max-statements for class static blocks (#15315)
feat: update prefer-const for class static blocks (#15325)
feat: code path analysis for class static blocks (#15282)
feat: update eslint-scope for class static blocks (#15321)
feat: update one-var for class static blocks (#15317)
feat: update padding-line-between-statements for class static blocks (#15318)
docs: Expand `--debug` option description in the CLI documentation (#15308)
docs: the strict rule does not apply to class static blocks (#15314)
Sponsors: Sync README with website
Sponsors: Sync README with website
fix: update no-invalid-this and no-eval for class static blocks (#15300)
feat: update class-methods-use-this for class static blocks (#15298)
feat: update no-lone-blocks for class static blocks (#15295)
feat: update block-spacing for class static blocks (#15297)
feat: update keyword-spacing for class static blocks (#15289)
feat: update no-extra-semi for class static blocks (#15287)
feat: update semi rule for class static blocks (#15286)
Sponsors: Sync README with website
feat: add examples for block-scoped-var with class static blocks (#15302)
docs: Remove inconsistent colon in pull request docs (#15303)
docs: remove deprecation note from lines-around-comment (#15293)
docs: no-unused-expressions - class static blocks don't have directives (#15283)
chore: upgrade eslint-visitor-keys for class static blocks (#15277)
docs: Add variables option to no-use-before-define (#15276)
feat: Normalize ecmaVersion to eslint-scope when using custom parser (#15268)
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