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: update eslint requirement from ^8.9.0 to ^8.10.0 #107

Merged
merged 1 commit into from Feb 28, 2022

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Feb 28, 2022

Updates the requirements on eslint to permit the latest version.

Release notes

Sourced from eslint's releases.

v8.10.0

Features

  • 6e2c325 feat: Add ignoreOnInitialization option to no-shadow rule (#14963) (Soufiane Boutahlil)
  • 115cae5 feat: --debug prints time it takes to parse a file (#15609) (Bartek Iwańczuk)
  • 345e70d feat: Add onlyOneSimpleParam option to no-confusing-arrow rule (#15566) (Gautam Arora)

Bug Fixes

  • cdc5802 fix: Avoid __dirname for built-in configs (#15616) (DoZerg)
  • ee7c5d1 fix: false positive in camelcase with combined properties (#15581) (Nitin Kumar)

Documentation

  • 1005bd5 docs: update CLA information (#15630) (Nitin Kumar)
  • 5d65c3b docs: Fix typo in no-irregular-whitespace (#15634) (Ryota Sekiya)
  • b93af98 docs: add links between rules about whitespace around block curly braces (#15625) (Milos Djermanovic)
  • ebc0460 docs: update babel links (#15624) (Milos Djermanovic)

Chores

  • 7cec74e chore: upgrade @​eslint/eslintrc@​1.2.0 (#15648) (Milos Djermanovic)
  • 11c8580 chore: read ESLINT_MOCHA_TIMEOUT env var in Makefile.js (#15626) (Piggy)
  • bfaa548 test: add integration tests with built-in configs (#15612) (Milos Djermanovic)
  • 39a2fb3 perf: fix lazy loading of core rules (#15606) (Milos Djermanovic)
  • 3fc9196 chore: include tests/conf in test runs (#15610) (Milos Djermanovic)
Changelog

Sourced from eslint's changelog.

v8.10.0 - February 25, 2022

  • cdc5802 fix: Avoid __dirname for built-in configs (#15616) (DoZerg)
  • 7cec74e chore: upgrade @​eslint/eslintrc@​1.2.0 (#15648) (Milos Djermanovic)
  • 6e2c325 feat: Add ignoreOnInitialization option to no-shadow rule (#14963) (Soufiane Boutahlil)
  • 1005bd5 docs: update CLA information (#15630) (Nitin Kumar)
  • 5d65c3b docs: Fix typo in no-irregular-whitespace (#15634) (Ryota Sekiya)
  • 11c8580 chore: read ESLINT_MOCHA_TIMEOUT env var in Makefile.js (#15626) (Piggy)
  • b93af98 docs: add links between rules about whitespace around block curly braces (#15625) (Milos Djermanovic)
  • ebc0460 docs: update babel links (#15624) (Milos Djermanovic)
  • 115cae5 feat: --debug prints time it takes to parse a file (#15609) (Bartek Iwańczuk)
  • 345e70d feat: Add onlyOneSimpleParam option to no-confusing-arrow rule (#15566) (Gautam Arora)
  • bfaa548 test: add integration tests with built-in configs (#15612) (Milos Djermanovic)
  • 39a2fb3 perf: fix lazy loading of core rules (#15606) (Milos Djermanovic)
  • 3fc9196 chore: include tests/conf in test runs (#15610) (Milos Djermanovic)
  • ee7c5d1 fix: false positive in camelcase with combined properties (#15581) (Nitin Kumar)

v8.9.0 - February 11, 2022

  • 68f64a9 feat: update eslint-scope to ignore "use strict" directives in ES3 (#15595) (Milos Djermanovic)
  • db57639 feat: add es2016, es2018, es2019, and es2022 environments (#15587) (Milos Djermanovic)
  • 586d45c chore: Upgrade to espree@9.3.1 (#15600) (Milos Djermanovic)
  • 623e1e2 chore: Upgrade to eslint-visitor-keys@3.3.0 (#15599) (Milos Djermanovic)
  • 570a036 docs: add one-var example with for-loop initializer (#15596) (Milos Djermanovic)
  • 2dc38aa feat: fix bug with arrow function return types in function-paren-newline (#15541) (Milos Djermanovic)
  • 355b23d chore: fix outdated link to Code of Conduct in PR template (#15578) (Rich Trott)
  • 417191d docs: Remove the $ prefix in terminal commands (#15565) (Andreas Lewis)
  • 389ff34 docs: add missing Variable#scope property in the scope manager docs (#15571) (Milos Djermanovic)
  • b10fef2 ci: use Node 16 for browser test (#15569) (Milos Djermanovic)
  • f63795d docs: no-eval replace dead link with working one (#15568) (rasenplanscher)
  • 6f940c3 feat: Implement FlatRuleTester (#15519) (Nicholas C. Zakas)
  • 0383591 docs: Remove old Markdown issue template (#15556) (Brandon Mills)
  • 92f89fb chore: suggest demo link in bug report template (#15557) (Brandon Mills)
  • a8dd5a2 docs: add 'when not to use it' section in no-duplicate-case docs (#15563) (Milos Djermanovic)
  • 1ad439e docs: add missed verb in docs (#15550) (Jeff Mosawy)

v8.8.0 - January 28, 2022

  • 5d60812 feat: implement rfc 2021-suppression-support (#15459) (Yiwei Ding)
  • 5769cc2 docs: fix relative link (#15544) (Nick Schonning)
  • ccbc35f docs: trimmed rules h1s to just be rule names (#15514) (Josh Goldberg)
  • 851f1f1 docs: fixed typo in comment (#15531) (Jiapei Liang)
  • 7d7af55 docs: address upcoming violation of markdownlint rule MD050/strong-style (#15529) (David Anson)

v8.7.0 - January 15, 2022

  • 369fb1b chore: Upgrade to eslint-visitor-keys@3.2.0 (#15526) (Brandon Mills)
  • a8db9a5 fix: no-invalid-this false positive in class field initializer (#15495) (Milos Djermanovic)
  • 19ad061 feat: no-restricted-imports support casing (#15439) (gfyoung)
  • f50f849 docs: Update CLI docs to prefer local install (#15513) (Nicholas C. Zakas)

... (truncated)

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)

Updates the requirements on [eslint](https://github.com/eslint/eslint) to permit the latest version.
- [Release notes](https://github.com/eslint/eslint/releases)
- [Changelog](https://github.com/eslint/eslint/blob/main/CHANGELOG.md)
- [Commits](eslint/eslint@v8.9.0...v8.10.0)

---
updated-dependencies:
- dependency-name: eslint
  dependency-type: direct:development
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot requested a review from a team as a code owner February 28, 2022 06:02
@wraithgar wraithgar merged commit dadba9a into main Feb 28, 2022
@wraithgar wraithgar deleted the dependabot/npm_and_yarn/eslint-tw-8.10.0 branch February 28, 2022 15:10
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant