Skip to content

Bump eslint from 7.23.0 to 7.26.0

Bucknell, Mary S. requested to merge dependabot/npm_and_yarn/eslint-7.26.0 into master

Created by: dependabot-preview[bot]

Bumps eslint from 7.23.0 to 7.26.0.

Release notes

Sourced from eslint's releases.

v7.26.0

  • aaf65e6 Upgrade: eslintrc for ModuleResolver fix (#14577) (Brandon Mills)
  • ae6dbd1 Fix: track variables, not names in require-atomic-updates (fixes #14208) (#14282) (Patrick Ahmetovic)
  • 6a86e50 Chore: remove loose-parser tests (fixes #14315) (#14569) (Milos Djermanovic)
  • ee3a3ea Fix: create .eslintrc.cjs for module type (#14304) (Nitin Kumar)
  • 6791dec Docs: fix example for require-atomic-updates (#14562) (Milos Djermanovic)
  • 388eb7e Sponsors: Sync README with website (ESLint Jenkins)
  • f071d1e Update: Add automated suggestion to radix rule for parsing decimals (#14291) (Bryan Mishkin)
  • 0b6a3f3 New: Include XO style guide in eslint --init (#14193) (Federico Brigante)

v7.25.0

  • 5df5e4a Update: highlight last write reference for no-unused-vars (fixes #14324) (#14335) (Nitin Kumar)
  • 0023872 Docs: Add deprecated note to working-with-rules-deprecated page (#14344) (Michael Novotny)
  • 36fca70 Chore: Upgrade eslump to 3.0.0 (#14350) (Stephen Wade)
  • 59b689a Chore: add node v16 (#14355) (薛定谔的猫)
  • 35a1f5e Sponsors: Sync README with website (ESLint Jenkins)
  • fb0a92b Chore: rename misspelled identifier in test (#14346) (Tobias Nießen)
  • f2babb1 Docs: update pull request template (#14336) (Nitin Kumar)
  • 02dde29 Docs: Fix anchor in 'docs/developer-guide/working-with-rules.md' (#14332) (Nate-Wilkins)
  • 07d14c3 Chore: remove extraneous command from lint-staged config (#14314) (James George)
  • 41b3570 Update: lint code block with same extension but different content (#14227) (JounQin)
  • eb29996 Docs: add more examples with arrow functions for no-sequences rule (#14313) (Nitin Kumar)

v7.24.0

  • 0c346c8 Chore: ignore pnpm-lock.yaml (#14303) (Nitin Kumar)
  • f06ecdf Update: Add disallowTemplateShorthand option in no-implicit-coercion (#13579) (Remco Haszing)
  • 71a80e3 Docs: fix broken links in Node.js API docs toc (#14296) (u-sho (Shouhei Uechi))
  • bd46dc4 Docs: Fix incorrect reference to "braces" in arrow-parens (#14300) (emclain)
  • 0d6235e Docs: update header in max-lines (#14273) (Shinigami)
  • 70c9216 Docs: Update issue triage to include blocked column (#14275) (Nicholas C. Zakas)
  • abca186 Docs: Fix typo in suggestions section (#14293) (Kevin Partington)
  • c4d8b0d Fix: no-unused-vars ignoreRestSiblings check assignments (fixes #14163) (#14264) (YeonJuan)
  • b51d077 Update: add ignoreNonDeclaration to no-multi-assign rule (fixes #12545) (#14185) (t-mangoe)
  • c981fb1 Chore: Upgrade mocha to 8.3.2 (#14278) (Stephen Wade)
  • 147fc04 Docs: Fix repro:needed label in bug report template (#14285) (Milos Djermanovic)
  • e1cfde9 Docs: Update bug report template (#14276) (Nicholas C. Zakas)
  • c85c2f1 Docs: Add fatal to Node.js API LintMessage type (#14251) (Brandon Mills)
Changelog

Sourced from eslint's changelog.

v7.26.0 - May 7, 2021

  • aaf65e6 Upgrade: eslintrc for ModuleResolver fix (#14577) (Brandon Mills)
  • ae6dbd1 Fix: track variables, not names in require-atomic-updates (fixes #14208) (#14282) (Patrick Ahmetovic)
  • 6a86e50 Chore: remove loose-parser tests (fixes #14315) (#14569) (Milos Djermanovic)
  • ee3a3ea Fix: create .eslintrc.cjs for module type (#14304) (Nitin Kumar)
  • 6791dec Docs: fix example for require-atomic-updates (#14562) (Milos Djermanovic)
  • 388eb7e Sponsors: Sync README with website (ESLint Jenkins)
  • f071d1e Update: Add automated suggestion to radix rule for parsing decimals (#14291) (Bryan Mishkin)
  • 0b6a3f3 New: Include XO style guide in eslint --init (#14193) (Federico Brigante)

v7.25.0 - April 23, 2021

  • 5df5e4a Update: highlight last write reference for no-unused-vars (fixes #14324) (#14335) (Nitin Kumar)
  • 0023872 Docs: Add deprecated note to working-with-rules-deprecated page (#14344) (Michael Novotny)
  • 36fca70 Chore: Upgrade eslump to 3.0.0 (#14350) (Stephen Wade)
  • 59b689a Chore: add node v16 (#14355) (薛定谔的猫)
  • 35a1f5e Sponsors: Sync README with website (ESLint Jenkins)
  • fb0a92b Chore: rename misspelled identifier in test (#14346) (Tobias Nießen)
  • f2babb1 Docs: update pull request template (#14336) (Nitin Kumar)
  • 02dde29 Docs: Fix anchor in 'docs/developer-guide/working-with-rules.md' (#14332) (Nate-Wilkins)
  • 07d14c3 Chore: remove extraneous command from lint-staged config (#14314) (James George)
  • 41b3570 Update: lint code block with same extension but different content (#14227) (JounQin)
  • eb29996 Docs: add more examples with arrow functions for no-sequences rule (#14313) (Nitin Kumar)

v7.24.0 - April 9, 2021

  • 0c346c8 Chore: ignore pnpm-lock.yaml (#14303) (Nitin Kumar)
  • f06ecdf Update: Add disallowTemplateShorthand option in no-implicit-coercion (#13579) (Remco Haszing)
  • 71a80e3 Docs: fix broken links in Node.js API docs toc (#14296) (u-sho (Shouhei Uechi))
  • bd46dc4 Docs: Fix incorrect reference to "braces" in arrow-parens (#14300) (emclain)
  • 0d6235e Docs: update header in max-lines (#14273) (Shinigami)
  • 70c9216 Docs: Update issue triage to include blocked column (#14275) (Nicholas C. Zakas)
  • abca186 Docs: Fix typo in suggestions section (#14293) (Kevin Partington)
  • c4d8b0d Fix: no-unused-vars ignoreRestSiblings check assignments (fixes #14163) (#14264) (YeonJuan)
  • b51d077 Update: add ignoreNonDeclaration to no-multi-assign rule (fixes #12545) (#14185) (t-mangoe)
  • c981fb1 Chore: Upgrade mocha to 8.3.2 (#14278) (Stephen Wade)
  • 147fc04 Docs: Fix repro:needed label in bug report template (#14285) (Milos Djermanovic)
  • e1cfde9 Docs: Update bug report template (#14276) (Nicholas C. Zakas)
  • c85c2f1 Docs: Add fatal to Node.js API LintMessage type (#14251) (Brandon Mills)
Commits

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
  • @dependabot use these labels will set the current labels as the default for future PRs for this repo and language
  • @dependabot use these reviewers will set the current reviewers as the default for future PRs for this repo and language
  • @dependabot use these assignees will set the current assignees as the default for future PRs for this repo and language
  • @dependabot use this milestone will set the current milestone as the default for future PRs for this repo and language
  • @dependabot badge me will comment on this PR with code to add a "Dependabot enabled" badge to your readme

Additionally, you can set the following in your Dependabot dashboard:

  • Update frequency (including time of day and day of week)
  • Pull request limits (per update run and/or open at any time)
  • Automerge options (never/patch/minor, and dev/runtime dependencies)
  • Out-of-range updates (receive only lockfile updates, if desired)
  • Security updates (receive only security updates, if desired)

Merge request reports