Navigation Menu

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

Bump eslint from 8.9.0 to 8.12.0 #190

Merged
merged 1 commit into from Mar 30, 2022

Conversation

dependabot[bot]
Copy link
Contributor

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

Bumps eslint from 8.9.0 to 8.12.0.

Release notes

Sourced from eslint's releases.

v8.12.0

Features

  • 685a67a feat: fix logic for top-level this in no-invalid-this and no-eval (#15712) (Milos Djermanovic)

Chores

  • 18f5e05 chore: padding-line-between-statements remove useless additionalItems (#15706) (Martin Sadovy)

v8.11.0

Features

  • 800bd25 feat: add destructuredArrayIgnorePattern option in no-unused-vars (#15649) (Nitin Kumar)
  • 8933fe7 feat: Catch undefined and Boolean() in no-constant-condition (#15613) (Jordan Eldredge)
  • f90fd9d feat: Add ESLint favicon to the HTML report document (#15671) (Mahdi Hosseinzadeh)
  • 57b8a57 feat: valid-typeof always ban undefined (#15635) (Zzzen)

Bug Fixes

  • 6814922 fix: escaping for square brackets in ignore patterns (#15666) (Milos Djermanovic)
  • c178ce7 fix: extend the autofix range in comma-dangle to ensure the last element (#15669) (Milos Djermanovic)

Documentation

  • c481cec docs: add fast-eslint-8 to atom integrations (userguide) (#15695) (db developer)
  • d2255db docs: Add clarification about eslint-enable (#15680) (dosisod)
  • 8b9433c docs: add object pattern to first section of computed-property-spacing (#15679) (Milos Djermanovic)
  • de800c3 docs: link to minimatch docs added. (#15688) (Gaurav Tewari)
  • 8f675b1 docs: sort-imports add single named import example (#15675) (Arye Eidelman)

Chores

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.12.0 - March 25, 2022

  • 685a67a feat: fix logic for top-level this in no-invalid-this and no-eval (#15712) (Milos Djermanovic)
  • 18f5e05 chore: padding-line-between-statements remove useless additionalItems (#15706) (Martin Sadovy)

v8.11.0 - March 11, 2022

  • 6814922 fix: escaping for square brackets in ignore patterns (#15666) (Milos Djermanovic)
  • c481cec docs: add fast-eslint-8 to atom integrations (userguide) (#15695) (db developer)
  • 800bd25 feat: add destructuredArrayIgnorePattern option in no-unused-vars (#15649) (Nitin Kumar)
  • 8933fe7 feat: Catch undefined and Boolean() in no-constant-condition (#15613) (Jordan Eldredge)
  • d2255db docs: Add clarification about eslint-enable (#15680) (dosisod)
  • 385c9ad chore: rm trailing space in docs (#15689) (唯然)
  • f90fd9d feat: Add ESLint favicon to the HTML report document (#15671) (Mahdi Hosseinzadeh)
  • 8b9433c docs: add object pattern to first section of computed-property-spacing (#15679) (Milos Djermanovic)
  • de800c3 docs: link to minimatch docs added. (#15688) (Gaurav Tewari)
  • 57b8a57 feat: valid-typeof always ban undefined (#15635) (Zzzen)
  • 8f675b1 docs: sort-imports add single named import example (#15675) (Arye Eidelman)
  • c178ce7 fix: extend the autofix range in comma-dangle to ensure the last element (#15669) (Milos Djermanovic)

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)
Commits
  • 8bb5276 8.12.0
  • db108a8 Build: changelog update for 8.12.0
  • 685a67a feat: fix logic for top-level this in no-invalid-this and no-eval (#15712)
  • 18f5e05 chore: padding-line-between-statements remove useless additionalItems (#15706)
  • 76a235a 8.11.0
  • 89902e6 Build: changelog update for 8.11.0
  • 6814922 fix: escaping for square brackets in ignore patterns (#15666)
  • c481cec docs: add fast-eslint-8 to atom integrations (userguide) (#15695)
  • 800bd25 feat: add destructuredArrayIgnorePattern option in no-unused-vars (#15649)
  • 8933fe7 feat: Catch undefined and Boolean() in no-constant-condition (#15613)
  • Additional commits viewable in compare 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)

@dependabot dependabot bot requested a review from a team as a code owner March 28, 2022 12:09
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Mar 28, 2022
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/eslint-8.12.0 branch 4 times, most recently from 59571df to 123ea98 Compare March 30, 2022 13:16
Bumps [eslint](https://github.com/eslint/eslint) from 8.9.0 to 8.12.0.
- [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.12.0)

---
updated-dependencies:
- dependency-name: eslint
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/eslint-8.12.0 branch from 123ea98 to 6eca589 Compare March 30, 2022 13:20
@brrygrdn brrygrdn merged commit 697e512 into main Mar 30, 2022
@brrygrdn brrygrdn deleted the dependabot/npm_and_yarn/eslint-8.12.0 branch March 30, 2022 14:24
@brrygrdn brrygrdn mentioned this pull request Apr 20, 2022
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
Development

Successfully merging this pull request may close these issues.

None yet

1 participant