Skip to content

chore(deps-dev): bump eslint from 8.6.0 to 8.7.0 #77

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

Merged
merged 1 commit into from
Jan 17, 2022

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jan 17, 2022

Bumps eslint from 8.6.0 to 8.7.0.

Release notes

Sourced from eslint's releases.

v8.7.0

Features

  • 19ad061 feat: no-restricted-imports support casing (#15439) (gfyoung)
  • 564ecdb feat: Support arbitrary module namespace names in no-restricted-imports (#15491) (Milos Djermanovic)
  • 968a02a feat: Support arbitrary module namespace names in no-useless-rename (#15493) (Milos Djermanovic)
  • 0d2b9a6 feat: move eslint --init to @​eslint/create-config (#15150) (唯然)
  • 127f524 feat: false negative with property option in id-match (#15474) (Nitin Kumar)
  • 359b2c1 feat: Support arbitrary module namespace names in the camelcase rule (#15490) (Milos Djermanovic)
  • 3549571 feat: Support arbitrary module namespace names in the quotes rule (#15479) (Milos Djermanovic)
  • 5563c45 feat: Support arbitrary module namespace names in keyword-spacing (#15481) (Milos Djermanovic)
  • fd3683f feat: Support arbitrary module namespace names in no-restricted-exports (#15478) (Milos Djermanovic)

Bug Fixes

  • a8db9a5 fix: no-invalid-this false positive in class field initializer (#15495) (Milos Djermanovic)
  • 02d6426 fix: Correctly consume RuleTester statics (#15507) (Brad Zacher)
  • db15802 fix: Add property fatalErrorCount to ignored file results (#15520) (Francesco Trotta)
  • 03ac8cf fix: Prevent false positives with no-constant-condition (#15486) (Jordan Eldredge)

Documentation

  • f50f849 docs: Update CLI docs to prefer local install (#15513) (Nicholas C. Zakas)
  • 0469eb1 docs: Update shell code fences for new website (#15522) (Olga)

Chores

Changelog

Sourced from eslint's changelog.

v8.7.0 - January 15, 2022

  • 369fb1b chore: Upgrade to [email protected] (#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)
  • 0469eb1 docs: Update shell code fences for new website (#15522) (Olga)
  • 02d6426 fix: Correctly consume RuleTester statics (#15507) (Brad Zacher)
  • db15802 fix: Add property fatalErrorCount to ignored file results (#15520) (Francesco Trotta)
  • 03ac8cf fix: Prevent false positives with no-constant-condition (#15486) (Jordan Eldredge)
  • 564ecdb feat: Support arbitrary module namespace names in no-restricted-imports (#15491) (Milos Djermanovic)
  • 968a02a feat: Support arbitrary module namespace names in no-useless-rename (#15493) (Milos Djermanovic)
  • ba6317b ci: remove master branch from CI configs (#15501) (Milos Djermanovic)
  • 0d2b9a6 feat: move eslint --init to @​eslint/create-config (#15150) (唯然)
  • 79b6340 chore: fixed typo in client-Engine (#15497) (Abhay Gupta)
  • 127f524 feat: false negative with property option in id-match (#15474) (Nitin Kumar)
  • 359b2c1 feat: Support arbitrary module namespace names in the camelcase rule (#15490) (Milos Djermanovic)
  • 3549571 feat: Support arbitrary module namespace names in the quotes rule (#15479) (Milos Djermanovic)
  • 5563c45 feat: Support arbitrary module namespace names in keyword-spacing (#15481) (Milos Djermanovic)
  • fd3683f feat: Support arbitrary module namespace names in no-restricted-exports (#15478) (Milos Djermanovic)
  • 6278281 chore: switch new syntax issue template to forms (#15480) (Nitin Kumar)
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)

@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Jan 17, 2022
Copy link

@autoapproval autoapproval bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Approved 👍

@autoapproval autoapproval bot added automerge Merge the pull request once unit tests and other checks pass. merge labels Jan 17, 2022
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/eslint-8.7.0 branch from b1af13e to 1274dcd Compare January 17, 2022 23:24
Bumps [eslint](https://github.com/eslint/eslint) from 8.6.0 to 8.7.0.
- [Release notes](https://github.com/eslint/eslint/releases)
- [Changelog](https://github.com/eslint/eslint/blob/main/CHANGELOG.md)
- [Commits](eslint/eslint@v8.6.0...v8.7.0)

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

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/eslint-8.7.0 branch from 1274dcd to cd4f8b4 Compare January 17, 2022 23:25
@probot-auto-merge probot-auto-merge bot merged commit 64fdb7e into main Jan 17, 2022
@probot-auto-merge probot-auto-merge bot deleted the dependabot/npm_and_yarn/eslint-8.7.0 branch January 17, 2022 23:27
github-actions bot pushed a commit that referenced this pull request Jan 17, 2022
Bumps [eslint](https://github.com/eslint/eslint) from 8.6.0 to 8.7.0.
- [Release notes](https://github.com/eslint/eslint/releases)
- [Changelog](https://github.com/eslint/eslint/blob/main/CHANGELOG.md)
- [Commits](eslint/eslint@v8.6.0...v8.7.0)

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

Signed-off-by: dependabot[bot] <[email protected]>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> 64fdb7e
github-actions bot pushed a commit that referenced this pull request Jan 26, 2022
### [1.0.5](v1.0.4...v1.0.5) (2022-01-26)

### Documentation

* **README:** fix title ([93c1cb0](93c1cb0))

### Miscellaneous Chores

* **deps-dev:** bump @googlemaps/jest-mocks from 1.3.8 to 1.3.9 ([#26](#26)) ([9a57b6d](9a57b6d))
* **deps-dev:** bump @googlemaps/jest-mocks from 1.3.9 to 1.4.0 ([#30](#30)) ([ab40e81](ab40e81))
* **deps-dev:** bump @googlemaps/jest-mocks from 1.4.0 to 1.5.0 ([#39](#39)) ([f27465b](f27465b))
* **deps-dev:** bump @googlemaps/jest-mocks from 1.5.0 to 1.5.1 ([#50](#50)) ([9f744eb](9f744eb))
* **deps-dev:** bump @googlemaps/jest-mocks from 1.5.1 to 2.0.0 ([#64](#64)) ([0f16fc7](0f16fc7))
* **deps-dev:** bump @googlemaps/jest-mocks from 2.0.0 to 2.1.1 ([#70](#70)) ([0cf24f7](0cf24f7))
* **deps-dev:** bump @googlemaps/jest-mocks from 2.1.1 to 2.2.0 ([#71](#71)) ([a7326a9](a7326a9))
* **deps-dev:** bump @googlemaps/jest-mocks from 2.2.0 to 2.3.0 ([#87](#87)) ([75a95ef](75a95ef))
* **deps-dev:** bump @types/google.maps from 3.47.0 to 3.47.1 ([#37](#37)) ([c31b9cf](c31b9cf))
* **deps-dev:** bump @types/google.maps from 3.47.1 to 3.47.2 ([#44](#44)) ([f740d20](f740d20))
* **deps-dev:** bump @types/google.maps from 3.47.2 to 3.47.3 ([#80](#80)) ([709c4b9](709c4b9))
* **deps-dev:** bump @types/jest from 27.0.3 to 27.4.0 ([#58](#58)) ([bf70f04](bf70f04))
* **deps-dev:** bump @typescript-eslint/eslint-plugin ([#35](#35)) ([0f0e492](0f0e492))
* **deps-dev:** bump @typescript-eslint/eslint-plugin ([#47](#47)) ([ad32183](ad32183))
* **deps-dev:** bump @typescript-eslint/eslint-plugin ([#52](#52)) ([a1307b9](a1307b9))
* **deps-dev:** bump @typescript-eslint/eslint-plugin ([#56](#56)) ([2f25695](2f25695))
* **deps-dev:** bump @typescript-eslint/eslint-plugin ([#61](#61)) ([d849aba](d849aba))
* **deps-dev:** bump @typescript-eslint/eslint-plugin ([#69](#69)) ([aa1dc36](aa1dc36))
* **deps-dev:** bump @typescript-eslint/eslint-plugin ([#75](#75)) ([94af681](94af681))
* **deps-dev:** bump @typescript-eslint/eslint-plugin ([#85](#85)) ([b7a48ab](b7a48ab))
* **deps-dev:** bump @typescript-eslint/parser from 5.10.0 to 5.10.1 ([#86](#86)) ([4449acb](4449acb))
* **deps-dev:** bump @typescript-eslint/parser from 5.5.0 to 5.6.0 ([#31](#31)) ([fb2f7ad](fb2f7ad))
* **deps-dev:** bump @typescript-eslint/parser from 5.6.0 to 5.7.0 ([#48](#48)) ([ff309a6](ff309a6))
* **deps-dev:** bump @typescript-eslint/parser from 5.7.0 to 5.8.0 ([#53](#53)) ([548dcf1](548dcf1))
* **deps-dev:** bump @typescript-eslint/parser from 5.8.0 to 5.8.1 ([#55](#55)) ([d27f4ce](d27f4ce))
* **deps-dev:** bump @typescript-eslint/parser from 5.8.1 to 5.9.0 ([#63](#63)) ([3ee40c5](3ee40c5))
* **deps-dev:** bump @typescript-eslint/parser from 5.9.0 to 5.9.1 ([#68](#68)) ([b2cc083](b2cc083))
* **deps-dev:** bump @typescript-eslint/parser from 5.9.1 to 5.10.0 ([#73](#73)) ([eec2e78](eec2e78))
* **deps-dev:** bump eslint from 8.3.0 to 8.4.0 ([#32](#32)) ([b32ebc1](b32ebc1))
* **deps-dev:** bump eslint from 8.4.0 to 8.4.1 ([#36](#36)) ([7422369](7422369))
* **deps-dev:** bump eslint from 8.4.1 to 8.5.0 ([#51](#51)) ([ecbd084](ecbd084))
* **deps-dev:** bump eslint from 8.5.0 to 8.6.0 ([#60](#60)) ([66d4fff](66d4fff))
* **deps-dev:** bump eslint from 8.6.0 to 8.7.0 ([#77](#77)) ([64fdb7e](64fdb7e))
* **deps-dev:** bump eslint-plugin-jest from 25.3.0 to 25.3.2 ([#57](#57)) ([1fe6cbc](1fe6cbc))
* **deps-dev:** bump eslint-plugin-jest from 25.3.2 to 25.3.3 ([#59](#59)) ([02109b2](02109b2))
* **deps-dev:** bump eslint-plugin-jest from 25.3.3 to 25.3.4 ([#62](#62)) ([f98296b](f98296b))
* **deps-dev:** bump eslint-plugin-jest from 25.3.4 to 25.7.0 ([#74](#74)) ([379e863](379e863))
* **deps-dev:** bump eslint-plugin-jest from 25.7.0 to 26.0.0 ([#84](#84)) ([f93aae7](f93aae7))
* **deps-dev:** bump jest from 27.4.0 to 27.4.2 ([#28](#28)) ([528982a](528982a))
* **deps-dev:** bump jest from 27.4.2 to 27.4.3 ([#29](#29)) ([2d526fd](2d526fd))
* **deps-dev:** bump jest from 27.4.3 to 27.4.4 ([#42](#42)) ([5362d71](5362d71))
* **deps-dev:** bump jest from 27.4.4 to 27.4.5 ([#43](#43)) ([b15d28e](b15d28e))
* **deps-dev:** bump jest from 27.4.5 to 27.4.6 ([#66](#66)) ([268d6e1](268d6e1))
* **deps-dev:** bump jest from 27.4.6 to 27.4.7 ([#67](#67)) ([3466be6](3466be6))
* **deps-dev:** bump prettier from 2.5.0 to 2.5.1 ([#34](#34)) ([20d232a](20d232a))
* **deps-dev:** bump rollup from 2.60.1 to 2.60.2 ([#27](#27)) ([1cb2303](1cb2303))
* **deps-dev:** bump rollup from 2.60.2 to 2.61.0 ([#41](#41)) ([96f3aee](96f3aee))
* **deps-dev:** bump rollup from 2.61.0 to 2.61.1 ([#45](#45)) ([796863c](796863c))
* **deps-dev:** bump rollup from 2.61.1 to 2.62.0 ([#54](#54)) ([718e0d2](718e0d2))
* **deps-dev:** bump rollup from 2.62.0 to 2.63.0 ([#65](#65)) ([78b50c1](78b50c1))
* **deps-dev:** bump rollup from 2.63.0 to 2.64.0 ([#72](#72)) ([49d38b7](49d38b7))
* **deps-dev:** bump rollup from 2.64.0 to 2.65.0 ([#81](#81)) ([4986462](4986462))
* **deps-dev:** bump rollup from 2.65.0 to 2.66.0 ([#83](#83)) ([07498c0](07498c0))
* **deps-dev:** bump rollup from 2.66.0 to 2.66.1 ([#88](#88)) ([c031939](c031939))
* **deps-dev:** bump ts-jest from 27.0.7 to 27.1.0 ([#33](#33)) ([f2d021a](f2d021a))
* **deps-dev:** bump ts-jest from 27.1.0 to 27.1.1 ([#38](#38)) ([4850b06](4850b06))
* **deps-dev:** bump ts-jest from 27.1.1 to 27.1.2 ([#49](#49)) ([4614e8a](4614e8a))
* **deps-dev:** bump ts-jest from 27.1.2 to 27.1.3 ([#76](#76)) ([cea14b2](cea14b2))
* **deps-dev:** bump typedoc from 0.22.10 to 0.22.11 ([#78](#78)) ([0ab208c](0ab208c))
* **deps-dev:** bump typescript from 4.5.2 to 4.5.3 ([#40](#40)) ([01c54f5](01c54f5))
* **deps-dev:** bump typescript from 4.5.3 to 4.5.4 ([#46](#46)) ([60ee05f](60ee05f))
* **deps-dev:** bump typescript from 4.5.4 to 4.5.5 ([#79](#79)) ([739975d](739975d))

### Build System

* use node version 14 ([1e10eef](1e10eef))
@github-actions
Copy link

🎉 This PR is included in version 1.0.5 🎉

The release is available on:

Your semantic-release bot 📦🚀

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
automerge Merge the pull request once unit tests and other checks pass. dependencies Pull requests that update a dependency file merge released
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant