Skip to content
This repository has been archived by the owner on Apr 17, 2023. It is now read-only.

build(deps-dev): bump eslint and eslint-plugin-flowtype #1227

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Dec 20, 2021

Bumps eslint and eslint-plugin-flowtype. These dependencies needed to be updated together.
Updates eslint from 7.32.0 to 8.5.0

Release notes

Sourced from eslint's releases.

v8.5.0

Features

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

Bug Fixes

  • 7d832d4 fix: improve prefer-template fixer (#15230) (Nitin Kumar)
  • 981fb48 fix: do not report global references in id-match rule (#15420) (Nitin Kumar)
  • f13d4a6 fix: improve autofix of prefer-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 for computed-property-spacing (#15423) (Nitin Kumar)
  • a53e59e docs: add more examples for array-element-newline rule (#15427) (Nitin Kumar)
  • 74cf0a0 docs: update CLA info (#15370) (Nitin Kumar)
  • e84195e docs: fix heading level for an option in class-methods-use-this rule (#15399) (Takuya Fukuju)

Chores

  • 225f211 test: add destructuring test cases for computed-property-spacing (#15424) (Nitin Kumar)
  • f2c7ba6 ci: use node v16 for macOS and windows jobs (#15418) (Nitin Kumar)

v8.4.1

Bug Fixes

  • 234e3d9 fix: revert changes to reported locations in max-lines-per-function (#15397) (Milos Djermanovic)

Documentation

  • fa4d483 docs: fix typo in example for sort-keys rule (#15393) (Nitin Kumar)

v8.4.0

Features

  • 5771663 feat: add allowReserved parser option (#15387) (Milos Djermanovic)
  • 32ac37a feat: Flat config support in Linter (refs #13481) (#15185) (Nicholas C. Zakas)
  • d041f34 feat: Treat Class/New Expressions as truthy in no-constant-condition (#15326) (Jordan Eldredge)
  • 8f44cf5 feat: report only lines that exceed the limit in max-lines-per-function (#15140) (Sneh Khatri)
  • 808ad35 feat: pass cwd to formatters (refs eslint/rfcs#57) (#13392) (Toru Nagashima)
  • f1b7499 feat: support async formatters (#15243) (MO)

Bug Fixes

  • 4940cc5 fix: mark --rulesdir option as deprecated in CLI docs (#15310) (Kevin Partington)

Documentation

  • 54deec5 docs: update integrations.md (#15380) (Vlad Sholokhov)
  • fa0423a docs: fix typo in PR template (#15365) (Nitin Kumar)
  • e233920 docs: enable a few more markdownlint rules and fix violations (#15368) (Bryan Mishkin)
  • 632176d docs: Dedent needlessly indented example in getter-return docs (#15363) (Jordan Eldredge)
  • 4497e88 docs: Update release notes blog post template (#15285) (Nicholas C. Zakas)

Chores

... (truncated)

Changelog

Sourced from eslint's changelog.

v8.5.0 - December 17, 2021

  • 7d832d4 fix: improve prefer-template fixer (#15230) (Nitin Kumar)
  • 94e77a6 feat: Suggestions support for prefer-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 in id-match rule (#15420) (Nitin Kumar)
  • 3928175 docs: add destructuring examples for computed-property-spacing (#15423) (Nitin Kumar)
  • 225f211 test: add destructuring test cases for computed-property-spacing (#15424) (Nitin Kumar)
  • f13d4a6 fix: improve autofix of prefer-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 for array-element-newline rule (#15427) (Nitin Kumar)
  • f2c7ba6 ci: use node v16 for macOS and windows jobs (#15418) (Nitin Kumar)
  • eafaf52 feat: add prefer-object-has-own rule (#15346) (Nitin Kumar)
  • 74cf0a0 docs: update CLA info (#15370) (Nitin Kumar)
  • e84195e docs: fix heading level for an option in class-methods-use-this rule (#15399) (Takuya Fukuju)

v8.4.1 - December 6, 2021

  • 234e3d9 fix: revert changes to reported locations in max-lines-per-function (#15397) (Milos Djermanovic)
  • fa4d483 docs: fix typo in example for sort-keys rule (#15393) (Nitin Kumar)

v8.4.0 - December 3, 2021

  • efede90 chore: upgrade @​eslint/eslintrc@​1.0.5 (#15389) (Milos Djermanovic)
  • 5771663 feat: add allowReserved parser option (#15387) (Milos Djermanovic)
  • 32ac37a feat: Flat config support in Linter (refs #13481) (#15185) (Nicholas C. Zakas)
  • 54deec5 docs: update integrations.md (#15380) (Vlad Sholokhov)
  • d041f34 feat: Treat Class/New Expressions as truthy in no-constant-condition (#15326) (Jordan Eldredge)
  • 8f44cf5 feat: report only lines that exceed the limit in max-lines-per-function (#15140) (Sneh Khatri)
  • fa0423a docs: fix typo in PR template (#15365) (Nitin Kumar)
  • 0b8c846 chore: fix update-readme to avoid multiple consecutive blank lines (#15375) (Milos Djermanovic)
  • 808ad35 feat: pass cwd to formatters (refs eslint/rfcs#57) (#13392) (Toru Nagashima)
  • 94b2a8b chore: Use default Chromium binary in M1 Mac tests (#15371) (Brandon Mills)
  • 4940cc5 fix: mark --rulesdir option as deprecated in CLI docs (#15310) (Kevin Partington)
  • e233920 docs: enable a few more markdownlint rules and fix violations (#15368) (Bryan Mishkin)
  • ba58d94 ci: use node v16 for Verify Files (#15364) (Nitin Kumar)
  • 632176d docs: Dedent needlessly indented example in getter-return docs (#15363) (Jordan Eldredge)
  • 4497e88 docs: Update release notes blog post template (#15285) (Nicholas C. Zakas)
  • f1b7499 feat: support async formatters (#15243) (MO)
  • 1e32ee5 chore: add jsdoc type annotation to rules (#15291) (Bryan Mishkin)

v8.3.0 - November 21, 2021

  • 60b0a29 feat: add allowProperties option to require-atomic-updates (#15238) (Milos Djermanovic)
  • 79278a1 feat: update no-use-before-define for class static blocks (#15312) (Milos Djermanovic)
  • 8aa7645 fix: update vars-on-top for class static blocks (#15306) (Milos Djermanovic)
  • 479a4cb fix: update semi-style for class static blocks (#15309) (Milos Djermanovic)
  • ddd01dc feat: update no-redeclare for class static blocks (#15313) (Milos Djermanovic)
  • de69cec feat: update no-inner-declarations for class static blocks (#15290) (Milos Djermanovic)
  • e2fe7ef feat: support for private-in syntax (fixes #14811) (#15060) (Yosuke Ota)

... (truncated)

Commits
  • 9d951ac 8.5.0
  • 6ff5609 Build: changelog update for 8.5.0
  • 7d832d4 fix: improve prefer-template fixer (#15230)
  • 94e77a6 feat: Suggestions support for prefer-regex-literals (#15077)
  • 314c84c docs: add an incorrect code example in for-direction (#15434)
  • 981fb48 fix: do not report global references in id-match rule (#15420)
  • 3928175 docs: add destructuring examples for computed-property-spacing (#15423)
  • 225f211 test: add destructuring test cases for computed-property-spacing (#15424)
  • f13d4a6 fix: improve autofix of prefer-object-has-own (#15419)
  • f4559a0 fix: add helpful message when test case has non-string code/name (#15425)
  • Additional commits viewable in compare view

Updates eslint-plugin-flowtype from 7.0.0 to 8.0.2

Release notes

Sourced from eslint-plugin-flowtype's releases.

v8.0.2

8.0.2 (2021-10-26)

Bug Fixes

v8.0.1

8.0.1 (2021-10-26)

Bug Fixes

Reverts

  • Revert "fix: temporarily disable canonical plugin" (e9a334b)

v8.0.0

8.0.0 (2021-10-26)

Bug Fixes

  • temporarily disable canonical plugin (caa6c4a)
  • update dependencies (5e18199)

Features

BREAKING CHANGES

  • drops ESLint v7 support
Commits

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) and [eslint-plugin-flowtype](https://github.com/gajus/eslint-plugin-flowtype). These dependencies needed to be updated together.

Updates `eslint` from 7.32.0 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@v7.32.0...v8.5.0)

Updates `eslint-plugin-flowtype` from 7.0.0 to 8.0.2
- [Release notes](https://github.com/gajus/eslint-plugin-flowtype/releases)
- [Commits](gajus/eslint-plugin-flowtype@v7.0.0...v8.0.2)

---
updated-dependencies:
- dependency-name: eslint
  dependency-type: direct:development
  update-type: version-update:semver-major
- dependency-name: eslint-plugin-flowtype
  dependency-type: direct:development
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Dec 20, 2021
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
dependencies Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

0 participants