Skip to content

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Oct 24, 2022

Bumps eslint from 8.25.0 to 8.26.0.

Release notes

Sourced from eslint's releases.

v8.26.0

Features

  • 4715787 feat: check Object.create() in getter-return (#16420) (Yuki Hirasawa)
  • 28d1902 feat: no-implicit-globals supports exported block comment (#16343) (Sosuke Suzuki)
  • e940be7 feat: Use ESLINT_USE_FLAT_CONFIG environment variable for flat config (#16356) (Tomer Aberbach)
  • dd0c58f feat: Swap out Globby for custom globbing solution. (#16369) (Nicholas C. Zakas)

Bug Fixes

  • df77409 fix: use baseConfig constructor option in FlatESLint (#16432) (Milos Djermanovic)
  • 33668ee fix: Ensure that glob patterns are matched correctly. (#16449) (Nicholas C. Zakas)
  • 740b208 fix: ignore messages without a ruleId in getRulesMetaForResults (#16409) (Francesco Trotta)
  • 8f9759e fix: --ignore-pattern in flat config mode should be relative to cwd (#16425) (Milos Djermanovic)
  • 325ad37 fix: make getRulesMetaForResults return a plain object in trivial case (#16438) (Francesco Trotta)
  • a2810bc fix: Ensure that directories can be unignored. (#16436) (Nicholas C. Zakas)
  • 35916ad fix: Ensure unignore and reignore work correctly in flat config. (#16422) (Nicholas C. Zakas)

Documentation

  • 651649b docs: Core concepts page (#16399) (Ben Perlmutter)
  • 631cf72 docs: note --ignore-path not supported with flat config (#16434) (Andy Edwards)
  • 1692840 docs: fix syntax in examples for new config files (#16427) (Milos Djermanovic)
  • d336cfc docs: Document extending plugin with new config (#16394) (Ben Perlmutter)

Chores

Changelog

Sourced from eslint's changelog.

v8.26.0 - October 21, 2022

  • df77409 fix: use baseConfig constructor option in FlatESLint (#16432) (Milos Djermanovic)
  • 33668ee fix: Ensure that glob patterns are matched correctly. (#16449) (Nicholas C. Zakas)
  • 651649b docs: Core concepts page (#16399) (Ben Perlmutter)
  • 4715787 feat: check Object.create() in getter-return (#16420) (Yuki Hirasawa)
  • e917a9a ci: add node v19 (#16443) (Koichi ITO)
  • 740b208 fix: ignore messages without a ruleId in getRulesMetaForResults (#16409) (Francesco Trotta)
  • 8f9759e fix: --ignore-pattern in flat config mode should be relative to cwd (#16425) (Milos Djermanovic)
  • 325ad37 fix: make getRulesMetaForResults return a plain object in trivial case (#16438) (Francesco Trotta)
  • a2810bc fix: Ensure that directories can be unignored. (#16436) (Nicholas C. Zakas)
  • 631cf72 docs: note --ignore-path not supported with flat config (#16434) (Andy Edwards)
  • 1692840 docs: fix syntax in examples for new config files (#16427) (Milos Djermanovic)
  • 28d1902 feat: no-implicit-globals supports exported block comment (#16343) (Sosuke Suzuki)
  • 35916ad fix: Ensure unignore and reignore work correctly in flat config. (#16422) (Nicholas C. Zakas)
  • 4b70b91 chore: Add VS Code issues link (#16423) (Nicholas C. Zakas)
  • e940be7 feat: Use ESLINT_USE_FLAT_CONFIG environment variable for flat config (#16356) (Tomer Aberbach)
  • d336cfc docs: Document extending plugin with new config (#16394) (Ben Perlmutter)
  • dd0c58f feat: Swap out Globby for custom globbing solution. (#16369) (Nicholas C. Zakas)
  • 232d291 chore: suppress a Node.js deprecation warning (#16398) (Koichi ITO)
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 Oct 24, 2022
@googlemaps-bot googlemaps-bot enabled auto-merge (squash) October 24, 2022 23:13
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/eslint-8.26.0 branch from 06ec0c9 to 27b6392 Compare October 24, 2022 23:14
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/eslint-8.26.0 branch from 27b6392 to 97ceb38 Compare October 24, 2022 23:15
Bumps [eslint](https://github.com/eslint/eslint) from 8.25.0 to 8.26.0.
- [Release notes](https://github.com/eslint/eslint/releases)
- [Changelog](https://github.com/eslint/eslint/blob/main/CHANGELOG.md)
- [Commits](eslint/eslint@v8.25.0...v8.26.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.26.0 branch from 97ceb38 to 576d41d Compare October 24, 2022 23:15
@googlemaps-bot googlemaps-bot merged commit b182abb into main Oct 24, 2022
@googlemaps-bot googlemaps-bot deleted the dependabot/npm_and_yarn/eslint-8.26.0 branch October 24, 2022 23:17
github-actions bot pushed a commit that referenced this pull request Oct 24, 2022
Bumps [eslint](https://github.com/eslint/eslint) from 8.25.0 to 8.26.0.
- [Release notes](https://github.com/eslint/eslint/releases)
- [Changelog](https://github.com/eslint/eslint/blob/main/CHANGELOG.md)
- [Commits](eslint/eslint@v8.25.0...v8.26.0)

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

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

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> b182abb
googlemaps-bot pushed a commit that referenced this pull request Nov 7, 2022
### [2.0.4](v2.0.3...v2.0.4) (2022-11-07)

### Miscellaneous Chores

* **deps-dev:** bump @rollup/plugin-typescript from 8.5.0 to 9.0.0 ([#314](#314)) ([88bfe24](88bfe24))
* **deps-dev:** bump @rollup/plugin-typescript from 9.0.0 to 9.0.1 ([#319](#319)) ([34191bb](34191bb))
* **deps-dev:** bump @rollup/plugin-typescript from 9.0.1 to 9.0.2 ([#322](#322)) ([ed8d387](ed8d387))
* **deps-dev:** bump @types/google.maps from 3.50.2 to 3.50.4 ([#312](#312)) ([c98d642](c98d642))
* **deps-dev:** bump @types/google.maps from 3.50.4 to 3.50.5 ([#335](#335)) ([5d3009a](5d3009a))
* **deps-dev:** bump @typescript-eslint/eslint-plugin ([#305](#305)) ([b0fdf20](b0fdf20))
* **deps-dev:** bump @typescript-eslint/eslint-plugin ([#310](#310)) ([a7a3e6f](a7a3e6f))
* **deps-dev:** bump @typescript-eslint/eslint-plugin ([#316](#316)) ([9567a2a](9567a2a))
* **deps-dev:** bump @typescript-eslint/eslint-plugin ([#325](#325)) ([28d5437](28d5437))
* **deps-dev:** bump @typescript-eslint/eslint-plugin ([#328](#328)) ([e4d5a6d](e4d5a6d))
* **deps-dev:** bump @typescript-eslint/eslint-plugin ([#336](#336)) ([c923977](c923977))
* **deps-dev:** bump @typescript-eslint/parser from 5.38.1 to 5.39.0 ([#306](#306)) ([664602c](664602c))
* **deps-dev:** bump @typescript-eslint/parser from 5.39.0 to 5.40.0 ([#313](#313)) ([212dad5](212dad5))
* **deps-dev:** bump @typescript-eslint/parser from 5.40.0 to 5.40.1 ([#320](#320)) ([b5140db](b5140db))
* **deps-dev:** bump @typescript-eslint/parser from 5.40.1 to 5.41.0 ([#323](#323)) ([fefae0b](fefae0b))
* **deps-dev:** bump @typescript-eslint/parser from 5.41.0 to 5.42.0 ([#330](#330)) ([b607dd7](b607dd7))
* **deps-dev:** bump @typescript-eslint/parser from 5.42.0 to 5.42.1 ([#337](#337)) ([ff203b3](ff203b3))
* **deps-dev:** bump eslint from 8.24.0 to 8.25.0 ([#309](#309)) ([70622ce](70622ce))
* **deps-dev:** bump eslint from 8.25.0 to 8.26.0 ([#327](#327)) ([b182abb](b182abb))
* **deps-dev:** bump eslint from 8.26.0 to 8.27.0 ([#333](#333)) ([18922f6](18922f6))
* **deps-dev:** bump eslint-plugin-jest from 27.0.4 to 27.1.0 ([#308](#308)) ([7d4aab8](7d4aab8))
* **deps-dev:** bump eslint-plugin-jest from 27.1.0 to 27.1.1 ([#311](#311)) ([1be1003](1be1003))
* **deps-dev:** bump eslint-plugin-jest from 27.1.1 to 27.1.2 ([#317](#317)) ([e1ef2b5](e1ef2b5))
* **deps-dev:** bump eslint-plugin-jest from 27.1.2 to 27.1.3 ([#326](#326)) ([9635631](9635631))
* **deps-dev:** bump eslint-plugin-jest from 27.1.3 to 27.1.4 ([#334](#334)) ([d6806a2](d6806a2))
* **deps-dev:** bump rollup from 2.79.1 to 3.2.2 ([#318](#318)) ([a7ba9b8](a7ba9b8))
* **deps-dev:** bump rollup from 3.2.2 to 3.2.3 ([#321](#321)) ([565dde2](565dde2))
* **deps-dev:** bump rollup from 3.2.3 to 3.2.4 ([#331](#331)) ([f6eaebb](f6eaebb))
* **deps-dev:** bump rollup from 3.2.4 to 3.2.5 ([#332](#332)) ([a9ec940](a9ec940))
* **deps-dev:** bump typedoc from 0.23.15 to 0.23.16 ([#315](#315)) ([92bda89](92bda89))
* **deps-dev:** bump typedoc from 0.23.16 to 0.23.18 ([#324](#324)) ([2709c31](2709c31))
* **deps-dev:** bump typedoc from 0.23.18 to 0.23.19 ([#329](#329)) ([9e0e0ef](9e0e0ef))
* **deps-dev:** bump typescript from 4.8.3 to 4.8.4 ([#307](#307)) ([4221440](4221440))
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