Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(deps-dev): bump eslint from 7.13.0 to 7.27.0 #642

Closed
wants to merge 1 commit into from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github May 24, 2021

Bumps eslint from 7.13.0 to 7.27.0.

Release notes

Sourced from eslint's releases.

v7.27.0

  • 2c0868c Chore: merge all html formatter files into html.js (#14612) (Milos Djermanovic)
  • 9e9b5e0 Update: no-unused-vars false negative with comma operator (fixes #14325) (#14354) (Nitin Kumar)
  • afe9569 Chore: use includes instead of indexOf (#14607) (Mikhail Bodrov)
  • c0f418e Chore: Remove lodash (#14287) (Stephen Wade)
  • 52655dd Update: no-restricted-imports custom message for patterns (fixes #11843) (#14580) (Alex Holden)
  • 967b1c4 Chore: Fix typo in large.js (#14589) (Ikko Ashimine)
  • 2466a05 Sponsors: Sync README with website (ESLint Jenkins)
  • fe29f18 Sponsors: Sync README with website (ESLint Jenkins)
  • 086c1d6 Chore: add more test cases for no-sequences (#14579) (Nitin Kumar)
  • 6a2ced8 Docs: Update README team and sponsors (ESLint Jenkins)

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)

... (truncated)

Changelog

Sourced from eslint's changelog.

v7.27.0 - May 21, 2021

  • 2c0868c Chore: merge all html formatter files into html.js (#14612) (Milos Djermanovic)
  • 9e9b5e0 Update: no-unused-vars false negative with comma operator (fixes #14325) (#14354) (Nitin Kumar)
  • afe9569 Chore: use includes instead of indexOf (#14607) (Mikhail Bodrov)
  • c0f418e Chore: Remove lodash (#14287) (Stephen Wade)
  • 52655dd Update: no-restricted-imports custom message for patterns (fixes #11843) (#14580) (Alex Holden)
  • 967b1c4 Chore: Fix typo in large.js (#14589) (Ikko Ashimine)
  • 2466a05 Sponsors: Sync README with website (ESLint Jenkins)
  • fe29f18 Sponsors: Sync README with website (ESLint Jenkins)
  • 086c1d6 Chore: add more test cases for no-sequences (#14579) (Nitin Kumar)
  • 6a2ced8 Docs: Update README team and sponsors (ESLint Jenkins)

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)

... (truncated)

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)

Bumps [eslint](https://github.com/eslint/eslint) from 7.13.0 to 7.27.0.
- [Release notes](https://github.com/eslint/eslint/releases)
- [Changelog](https://github.com/eslint/eslint/blob/master/CHANGELOG.md)
- [Commits](eslint/eslint@v7.13.0...v7.27.0)

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label May 24, 2021
@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Jun 14, 2021

Superseded by #648.

@dependabot dependabot bot closed this Jun 14, 2021
@dependabot dependabot bot deleted the dependabot/npm_and_yarn/eslint-7.27.0 branch June 14, 2021 05:40
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file
Projects
None yet
0 participants