Skip to content

chore(deps-dev): bump eslint from 8.12.0 to 8.16.0#19

Merged
googlemaps-bot merged 1 commit intomainfrom
dependabot/npm_and_yarn/eslint-8.16.0
May 30, 2022
Merged

chore(deps-dev): bump eslint from 8.12.0 to 8.16.0#19
googlemaps-bot merged 1 commit intomainfrom
dependabot/npm_and_yarn/eslint-8.16.0

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot Bot commented on behalf of github May 23, 2022

⚠️ Dependabot is rebasing this PR ⚠️

Rebasing might not happen immediately, so don't worry if this takes some time.

Note: if you make any changes to this PR yourself, they will take precedence over the rebase.


Bumps eslint from 8.12.0 to 8.16.0.

Release notes

Sourced from eslint's releases.

v8.16.0

Features

  • cab0c22 feat: add Unicode flag suggestion in no-misleading-character-class (#15867) (Milos Djermanovic)
  • 38ae956 feat: check Unicode code point escapes in no-control-regex (#15862) (Milos Djermanovic)
  • ee69cd3 feat: Update global variables (#15871) (Sébastien Règne)

Bug Fixes

  • 3f09aab fix: function-paren-newline crash on "new new Foo();" (#15850) (coderaiser)

Documentation

  • 050d5f4 docs: Static further reading links (#15890) (Nicholas C. Zakas)
  • 36287c0 docs: fix absolute paths in related rules shortcode to work from /docs (#15892) (Milos Djermanovic)
  • 90b6990 docs: fix absolute links in rule macro to work from /docs (#15891) (Milos Djermanovic)
  • f437249 docs: Adjust docs site path prefix (#15889) (Nicholas C. Zakas)
  • 6e16025 docs: update 'Related Rules' and 'Further Reading' in remaining rules (#15884) (Milos Djermanovic)
  • 1d39f69 docs: remove confusing examples for no-mixed-operators (#15875) (Milos Djermanovic)
  • 3071d76 docs: Fix some grammar issues (#15837) (byodian)

Chores

  • 1768d0d chore: upgrade @​eslint/eslintrc@​1.3.0 (#15903) (Milos Djermanovic)
  • c686e4c chore: Add deploy workflow for docs site (#15894) (Nicholas C. Zakas)
  • c7894cd chore: enable some rules from eslint-plugin-unicorn internally (#15878) (Bryan Mishkin)
  • ea65cb5 chore: upgrade eslint-plugin-eslint-plugin@^4.2.0 (#15882) (唯然)
  • cc29c69 chore: Upgrade official GitHub actions to latest versions (#15880) (Darius Dzien)
  • 5891c75 chore: Refactor rule docs format (#15869) (Nicholas C. Zakas)

v8.15.0

Features

  • ab37d3b feat: add enforceInClassFields option to no-underscore-dangle (#15818) (Roberto Cestari)

Bug Fixes

  • 8bf9440 fix: "use strict" should not trigger strict mode in ES3 (#15846) (Milos Djermanovic)

Documentation

  • 28116cc docs: update AST node names link in no-restricted-syntax (#15843) (Milos Djermanovic)
  • 272965f docs: fix h1 heading on formatters page (#15834) (Milos Djermanovic)
  • a798166 docs: update example for running individual rule tests (#15833) (Milos Djermanovic)
  • 57e732b docs: mark SourceCode#getJSDocComment deprecated in working-with-rules (#15829) (Milos Djermanovic)
  • 9a90abf docs: update docs directory in working-with-rules (#15830) (Milos Djermanovic)
  • 810adda docs: add more examples for prefer-object-spread (#15831) (coderaiser)
  • 06b1edb docs: clarify no-control-regex rule (#15808) (Milos Djermanovic)
  • 9ecd42f docs: Fixed typo in code comment (#15812) (Addison G)
  • de992b7 docs: remove links to 2fa document (#15804) (Milos Djermanovic)
  • 5222659 docs: fix 'Related Rules' heading in no-constant-binary-expression (#15799) (Milos Djermanovic)
  • e70ae81 docs: Update README team and sponsors (ESLint Jenkins)

Chores

  • 1ba6a92 chore: upgrade @​eslint/eslintrc@​1.2.3 (#15847) (Milos Djermanovic)
  • 8167aa7 chore: bump version of minimatch due to security issue PRISMA-2022-0039 (#15774) (Jan Opravil)
  • b8995a4 chore: Implement docs site (#15815) (Nicholas C. Zakas)

... (truncated)

Changelog

Sourced from eslint's changelog.

v8.16.0 - May 20, 2022

  • 1768d0d chore: upgrade @​eslint/eslintrc@​1.3.0 (#15903) (Milos Djermanovic)
  • 050d5f4 docs: Static further reading links (#15890) (Nicholas C. Zakas)
  • cab0c22 feat: add Unicode flag suggestion in no-misleading-character-class (#15867) (Milos Djermanovic)
  • c686e4c chore: Add deploy workflow for docs site (#15894) (Nicholas C. Zakas)
  • 38ae956 feat: check Unicode code point escapes in no-control-regex (#15862) (Milos Djermanovic)
  • 36287c0 docs: fix absolute paths in related rules shortcode to work from /docs (#15892) (Milos Djermanovic)
  • 90b6990 docs: fix absolute links in rule macro to work from /docs (#15891) (Milos Djermanovic)
  • f437249 docs: Adjust docs site path prefix (#15889) (Nicholas C. Zakas)
  • 6e16025 docs: update 'Related Rules' and 'Further Reading' in remaining rules (#15884) (Milos Djermanovic)
  • c7894cd chore: enable some rules from eslint-plugin-unicorn internally (#15878) (Bryan Mishkin)
  • ea65cb5 chore: upgrade eslint-plugin-eslint-plugin@^4.2.0 (#15882) (唯然)
  • cc29c69 chore: Upgrade official GitHub actions to latest versions (#15880) (Darius Dzien)
  • 5891c75 chore: Refactor rule docs format (#15869) (Nicholas C. Zakas)
  • ee69cd3 feat: Update global variables (#15871) (Sébastien Règne)
  • 1d39f69 docs: remove confusing examples for no-mixed-operators (#15875) (Milos Djermanovic)
  • 3071d76 docs: Fix some grammar issues (#15837) (byodian)
  • 3f09aab fix: function-paren-newline crash on "new new Foo();" (#15850) (coderaiser)

v8.15.0 - May 6, 2022

  • 1ba6a92 chore: upgrade @​eslint/eslintrc@​1.2.3 (#15847) (Milos Djermanovic)
  • 8bf9440 fix: "use strict" should not trigger strict mode in ES3 (#15846) (Milos Djermanovic)
  • 28116cc docs: update AST node names link in no-restricted-syntax (#15843) (Milos Djermanovic)
  • 8167aa7 chore: bump version of minimatch due to security issue PRISMA-2022-0039 (#15774) (Jan Opravil)
  • 272965f docs: fix h1 heading on formatters page (#15834) (Milos Djermanovic)
  • a798166 docs: update example for running individual rule tests (#15833) (Milos Djermanovic)
  • b8995a4 chore: Implement docs site (#15815) (Nicholas C. Zakas)
  • ab37d3b feat: add enforceInClassFields option to no-underscore-dangle (#15818) (Roberto Cestari)
  • 57e732b docs: mark SourceCode#getJSDocComment deprecated in working-with-rules (#15829) (Milos Djermanovic)
  • 9a90abf docs: update docs directory in working-with-rules (#15830) (Milos Djermanovic)
  • 810adda docs: add more examples for prefer-object-spread (#15831) (coderaiser)
  • 06b1edb docs: clarify no-control-regex rule (#15808) (Milos Djermanovic)
  • 6494e3e chore: update link in codeql-analysis.yml (#15817) (Milos Djermanovic)
  • 9ecd42f docs: Fixed typo in code comment (#15812) (Addison G)
  • 36503ec chore: enable no-constant-binary-expression in eslint-config-eslint (#15807) (唯然)
  • de992b7 docs: remove links to 2fa document (#15804) (Milos Djermanovic)
  • 5222659 docs: fix 'Related Rules' heading in no-constant-binary-expression (#15799) (Milos Djermanovic)
  • e70ae81 docs: Update README team and sponsors (ESLint Jenkins)

v8.14.0 - April 22, 2022

  • 35fa1dd fix: allow project paths to have URL-encoded characters (#15795) (Milos Djermanovic)
  • 735458c chore: add static frontmatter to no-constant-binary-expression docs (#15798) (Milos Djermanovic)
  • ab6363d feat: Add rule no-constant-binary-expression (#15296) (Jordan Eldredge)
  • db28f2c chore: Add static frontmatter to docs (#15782) (Nicholas C. Zakas)
  • c2407e8 build: add node v18 (#15791) (唯然)
  • 413f1d5 fix: update astUtils.isDirectiveComment with globals and exported (#15775) (Milos Djermanovic)
  • 3bca59e chore: markdownlint autofix on commit (#15783) (Nicholas C. Zakas)

... (truncated)

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)

Bumps [eslint](https://github.com/eslint/eslint) from 8.12.0 to 8.16.0.
- [Release notes](https://github.com/eslint/eslint/releases)
- [Changelog](https://github.com/eslint/eslint/blob/main/CHANGELOG.md)
- [Commits](eslint/eslint@v8.12.0...v8.16.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 requested a review from jpoehnelt as a code owner May 23, 2022 13:24
@dependabot dependabot Bot added the dependencies Pull requests that update a dependency file label May 23, 2022
@googlemaps-bot googlemaps-bot enabled auto-merge (squash) May 23, 2022 13:24
@googlemaps-bot googlemaps-bot merged commit 80ab035 into main May 30, 2022
@googlemaps-bot googlemaps-bot deleted the dependabot/npm_and_yarn/eslint-8.16.0 branch May 30, 2022 13:29
googlemaps-bot pushed a commit that referenced this pull request Jun 13, 2022
### [1.0.11](v1.0.10...v1.0.11) (2022-06-13)

### Build System

* checkout with credentials ([#12](#12)) ([e039d18](e039d18))
* update required checks ([#13](#13)) ([c709926](c709926))
* use different token for branch protection ([#10](#10)) ([63a0087](63a0087))
* use different token for branch protection ([#11](#11)) ([7f805b1](7f805b1))

### Miscellaneous Chores

* add --approve ([96fbcae](96fbcae))
* Created local '.github/workflows/dependabot.yml' from remote '.github/workflows/dependabot.yml' ([#9](#9)) ([b44b4bc](b44b4bc))
* **deps-dev:** bump @typescript-eslint/eslint-plugin ([#32](#32)) ([907afbb](907afbb))
* **deps-dev:** bump @typescript-eslint/parser from 5.17.0 to 5.27.0 ([#27](#27)) ([de8127d](de8127d))
* **deps-dev:** bump @typescript-eslint/parser from 5.27.0 to 5.27.1 ([#34](#34)) ([bbfda34](bbfda34))
* **deps-dev:** bump esbuild from 0.14.28 to 0.14.43 ([#33](#33)) ([23d8990](23d8990))
* **deps-dev:** bump eslint from 8.12.0 to 8.16.0 ([#19](#19)) ([80ab035](80ab035))
* **deps-dev:** bump eslint from 8.16.0 to 8.17.0 ([#29](#29)) ([de930b3](de930b3))
* **deps-dev:** bump eslint-plugin-jest from 26.1.5 to 26.5.3 ([#26](#26)) ([65072fb](65072fb))
* **deps-dev:** bump jest from 27.5.1 to 28.1.0 ([#22](#22)) ([c1b8404](c1b8404))
* **deps-dev:** bump jest from 28.1.0 to 28.1.1 ([#35](#35)) ([c11adf4](c11adf4))
* **deps-dev:** bump typescript from 4.6.3 to 4.7.2 ([#21](#21)) ([8a6caf5](8a6caf5))
* **deps-dev:** bump typescript from 4.7.2 to 4.7.3 ([#31](#31)) ([38a5327](38a5327))
* **deps:** bump commander from 9.1.0 to 9.3.0 ([#23](#23)) ([f5cdacb](f5cdacb))
* **deps:** bump directory-schema-validator from 1.0.11 to 1.0.12 ([#28](#28)) ([fa2c466](fa2c466))
* **deps:** bump directory-schema-validator from 1.0.9 to 1.0.11 ([#5](#5)) ([ed0fe84](ed0fe84))
* **deps:** bump prettier from 2.6.1 to 2.6.2 ([#25](#25)) ([da530b9](da530b9))
* **deps:** bump probot from 12.2.2 to 12.2.4 ([#30](#30)) ([8841d7c](8841d7c))
* **deps:** bump yaml from 1.10.2 to 2.1.1 ([#24](#24)) ([f83620b](f83620b))
* fix approval by providing url to pr ([3ffccd0](3ffccd0))
* fix typo in check name ([#14](#14)) ([4182098](4182098))
* only approve ([dbaa3d0](dbaa3d0))
* simplify dependabot workflow ([358ccfa](358ccfa))
* Synced file(s) with googlemaps/.github ([#8](#8)) ([2cd18ae](2cd18ae))
* update owners ([#20](#20)) ([e6437dd](e6437dd))
* update pull request approval comment ([eded567](eded567))
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.

2 participants