Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Bump eslint from 8.4.1 to 8.5.0#327

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 ourterms of service andprivacy statement. We’ll occasionally send you account related emails.

Already on GitHub?Sign in to your account

Merged
gnikit merged 1 commit intomasterfromdependabot/npm_and_yarn/eslint-8.5.0
Dec 20, 2021

Conversation

@dependabot
Copy link
Contributor

@dependabotdependabotbot commented on behalf ofgithubDec 20, 2021

Bumpseslint from 8.4.1 to 8.5.0.

Release notes

Sourced fromeslint's releases.

v8.5.0

Features

  • 94e77a6 feat: Suggestions support forprefer-regex-literals (#15077) (Yash Singh)
  • eafaf52 feat: addprefer-object-has-own rule (#15346) (Nitin Kumar)

Bug Fixes

  • 7d832d4 fix: improveprefer-template fixer (#15230) (Nitin Kumar)
  • 981fb48 fix: do not report global references inid-match rule (#15420) (Nitin Kumar)
  • f13d4a6 fix: improve autofix ofprefer-object-has-own (#15419) (Nitin Kumar)
  • f4559a0 fix: add helpful message when test case has non-string code/name (#15425) (Bryan Mishkin)

Documentation

  • 314c84c docs: add an incorrect code example in for-direction (#15434) (Holger Jeromin)
  • 3928175 docs: add destructuring examples forcomputed-property-spacing (#15423) (Nitin Kumar)
  • a53e59e docs: add more examples forarray-element-newline rule (#15427) (Nitin Kumar)
  • 74cf0a0 docs: update CLA info (#15370) (Nitin Kumar)
  • e84195e docs: fix heading level for an option inclass-methods-use-this rule (#15399) (Takuya Fukuju)

Chores

  • 225f211 test: add destructuring test cases forcomputed-property-spacing (#15424) (Nitin Kumar)
  • f2c7ba6 ci: use node v16 formacOS andwindows jobs (#15418) (Nitin Kumar)
Changelog

Sourced fromeslint's changelog.

v8.5.0 - December 17, 2021

  • 7d832d4 fix: improveprefer-template fixer (#15230) (Nitin Kumar)
  • 94e77a6 feat: Suggestions support forprefer-regex-literals (#15077) (Yash Singh)
  • 314c84c docs: add an incorrect code example in for-direction (#15434) (Holger Jeromin)
  • 981fb48 fix: do not report global references inid-match rule (#15420) (Nitin Kumar)
  • 3928175 docs: add destructuring examples forcomputed-property-spacing (#15423) (Nitin Kumar)
  • 225f211 test: add destructuring test cases forcomputed-property-spacing (#15424) (Nitin Kumar)
  • f13d4a6 fix: improve autofix ofprefer-object-has-own (#15419) (Nitin Kumar)
  • f4559a0 fix: add helpful message when test case has non-string code/name (#15425) (Bryan Mishkin)
  • a53e59e docs: add more examples forarray-element-newline rule (#15427) (Nitin Kumar)
  • f2c7ba6 ci: use node v16 formacOS andwindows jobs (#15418) (Nitin Kumar)
  • eafaf52 feat: addprefer-object-has-own rule (#15346) (Nitin Kumar)
  • 74cf0a0 docs: update CLA info (#15370) (Nitin Kumar)
  • e84195e docs: fix heading level for an option inclass-methods-use-this rule (#15399) (Takuya Fukuju)
Commits
  • 9d951ac 8.5.0
  • 6ff5609 Build: changelog update for 8.5.0
  • 7d832d4 fix: improveprefer-template fixer (#15230)
  • 94e77a6 feat: Suggestions support forprefer-regex-literals (#15077)
  • 314c84c docs: add an incorrect code example in for-direction (#15434)
  • 981fb48 fix: do not report global references inid-match rule (#15420)
  • 3928175 docs: add destructuring examples forcomputed-property-spacing (#15423)
  • 225f211 test: add destructuring test cases forcomputed-property-spacing (#15424)
  • f13d4a6 fix: improve autofix ofprefer-object-has-own (#15419)
  • f4559a0 fix: add helpful message when test case has non-string code/name (#15425)
  • Additional commits viewable incompare view

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 8.4.1 to 8.5.0.- [Release notes](https://github.com/eslint/eslint/releases)- [Changelog](https://github.com/eslint/eslint/blob/main/CHANGELOG.md)- [Commits](eslint/eslint@v8.4.1...v8.5.0)---updated-dependencies:- dependency-name: eslint  dependency-type: direct:development  update-type: version-update:semver-minor...Signed-off-by: dependabot[bot] <support@github.com>
@dependabotdependabotbot added the dependenciesPull requests that update a dependency file labelDec 20, 2021
@dependabotdependabotbot requested a review fromgnikitDecember 20, 2021 20:00
@gnikitgnikit merged commit95f0210 intomasterDec 20, 2021
@dependabotdependabotbot deleted the dependabot/npm_and_yarn/eslint-8.5.0 branchDecember 20, 2021 20:05
Sign up for freeto join this conversation on GitHub. Already have an account?Sign in to comment

Reviewers

@gnikitgnikitgnikit approved these changes

Assignees

@gnikitgnikit

Labels

dependenciesPull requests that update a dependency file

Projects

None yet

Milestone

No milestone

Development

Successfully merging this pull request may close these issues.

2 participants

@gnikit

[8]ページ先頭

©2009-2025 Movatter.jp