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 the eslint-dependencies group with 4 updates #409

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jul 5, 2023

Bumps the eslint-dependencies group with 4 updates: @typescript-eslint/eslint-plugin, @typescript-eslint/parser, eslint and eslint-config-standard.

Updates @typescript-eslint/eslint-plugin from 5.59.7 to 5.61.0

Release notes

Sourced from @​typescript-eslint/eslint-plugin's releases.

v5.61.0

5.61.0 (2023-07-03)

Features

  • eslint-plugin: [ban-types] ban types in extends and implements (#7129) (997783f)
  • support TypeScript 5.1 (#7088) (4bf2d73)
  • use graphemer instead of grapheme-splitter (#7069) (faea3ff)

You can read about our versioning strategy and releases on our website.

v5.60.1

5.60.1 (2023-06-26)

Note: Version bump only for package @​typescript-eslint/typescript-eslint

You can read about our versioning strategy and releases on our website.

v5.60.0

5.60.0 (2023-06-19)

Features

  • eslint-plugin: [restrict-plus-operands] add allow* options (#6161) (def09f8)

v5.59.11

5.59.11 (2023-06-12)

Note: Version bump only for package @​typescript-eslint/typescript-eslint

v5.59.10

5.59.10 (2023-06-12)

Note: Version bump only for package @​typescript-eslint/typescript-eslint

v5.59.9

5.59.9 (2023-06-05)

Note: Version bump only for package @​typescript-eslint/typescript-eslint

v5.59.8

5.59.8 (2023-05-29)

Note: Version bump only for package @​typescript-eslint/typescript-eslint

Changelog

Sourced from @​typescript-eslint/eslint-plugin's changelog.

5.61.0 (2023-07-03)

Features

  • eslint-plugin: [ban-types] ban types in extends and implements (#7129) (997783f)
  • use graphemer instead of grapheme-splitter (#7069) (faea3ff)

You can read about our versioning strategy and releases on our website.

5.60.1 (2023-06-26)

Note: Version bump only for package @​typescript-eslint/eslint-plugin

You can read about our versioning strategy and releases on our website.

5.60.0 (2023-06-19)

Features

  • eslint-plugin: [restrict-plus-operands] add allow* options (#6161) (def09f8)

5.59.11 (2023-06-12)

Note: Version bump only for package @​typescript-eslint/eslint-plugin

5.59.10 (2023-06-12)

Note: Version bump only for package @​typescript-eslint/eslint-plugin

... (truncated)

Commits
  • 2f46341 chore: publish v5.61.0
  • 997783f feat(eslint-plugin): [ban-types] ban types in extends and implements (#7129)
  • faea3ff feat: use graphemer instead of grapheme-splitter (#7069)
  • f74862c chore: publish v5.60.1
  • c09b1c0 chore: publish v5.60.0
  • def09f8 feat(eslint-plugin): [restrict-plus-operands] add allow* options (#6161)
  • a91bb9e chore: publish v5.59.11
  • 9768e98 chore: publish v5.59.10
  • a2b6b2e chore: publish v5.59.9
  • 4710a22 chore: update to latest nx and lerna (#7019)
  • Additional commits viewable in compare view

Updates @typescript-eslint/parser from 5.59.7 to 5.61.0

Release notes

Sourced from @​typescript-eslint/parser's releases.

v5.61.0

5.61.0 (2023-07-03)

Features

  • eslint-plugin: [ban-types] ban types in extends and implements (#7129) (997783f)
  • support TypeScript 5.1 (#7088) (4bf2d73)
  • use graphemer instead of grapheme-splitter (#7069) (faea3ff)

You can read about our versioning strategy and releases on our website.

v5.60.1

5.60.1 (2023-06-26)

Note: Version bump only for package @​typescript-eslint/typescript-eslint

You can read about our versioning strategy and releases on our website.

v5.60.0

5.60.0 (2023-06-19)

Features

  • eslint-plugin: [restrict-plus-operands] add allow* options (#6161) (def09f8)

v5.59.11

5.59.11 (2023-06-12)

Note: Version bump only for package @​typescript-eslint/typescript-eslint

v5.59.10

5.59.10 (2023-06-12)

Note: Version bump only for package @​typescript-eslint/typescript-eslint

v5.59.9

5.59.9 (2023-06-05)

Note: Version bump only for package @​typescript-eslint/typescript-eslint

v5.59.8

5.59.8 (2023-05-29)

Note: Version bump only for package @​typescript-eslint/typescript-eslint

Changelog

Sourced from @​typescript-eslint/parser's changelog.

5.61.0 (2023-07-03)

Note: Version bump only for package @​typescript-eslint/parser

You can read about our versioning strategy and releases on our website.

5.60.1 (2023-06-26)

Note: Version bump only for package @​typescript-eslint/parser

You can read about our versioning strategy and releases on our website.

5.60.0 (2023-06-19)

Note: Version bump only for package @​typescript-eslint/parser

5.59.11 (2023-06-12)

Note: Version bump only for package @​typescript-eslint/parser

5.59.10 (2023-06-12)

Note: Version bump only for package @​typescript-eslint/parser

5.59.9 (2023-06-05)

Note: Version bump only for package @​typescript-eslint/parser

... (truncated)

Commits

Updates eslint from 8.41.0 to 8.44.0

Release notes

Sourced from eslint's releases.

v8.44.0

Features

  • 1766771 feat: add es2023 and es2024 environments (#17328) (Milos Djermanovic)
  • 4c50400 feat: add ecmaVersion: 2024, regexp v flag parsing (#17324) (Milos Djermanovic)
  • 4d411e4 feat: add ternaryOperandBinaryExpressions option to no-extra-parens rule (#17270) (Percy Ma)
  • c8b1f4d feat: Move parserServices to SourceCode (#17311) (Milos Djermanovic)
  • ef6e24e feat: treat unknown nodes as having the lowest precedence (#17302) (Brad Zacher)
  • 1866e1d feat: allow flat config files to export a Promise (#17301) (Milos Djermanovic)

Bug Fixes

  • a36bcb6 fix: no-unused-vars false positive with logical assignment operators (#17320) (Gweesin Chan)
  • 7620b89 fix: Remove no-unused-labels autofix before potential directives (#17314) (Francesco Trotta)
  • 391ed38 fix: Remove no-extra-semi autofix before potential directives (#17297) (Francesco Trotta)

Documentation

  • 526e911 docs: resubmit pr 17115 doc changes (#17291) (唯然)
  • e1314bf docs: Integration section and tutorial (#17132) (Ben Perlmutter)
  • 19a8c5d docs: Update README (GitHub Actions Bot)

Chores

  • 49e46ed chore: upgrade @​eslint/js@​8.44.0 (#17329) (Milos Djermanovic)
  • a1cb642 chore: package.json update for @​eslint/js release (ESLint Jenkins)
  • 840a264 test: More test cases for no-case-declarations (#17315) (Elian Cordoba)
  • e6e74f9 chore: package.json update for eslint-config-eslint release (ESLint Jenkins)
  • eb3d794 chore: upgrade semver@7.5.3 (#17323) (Ziyad El Abid)
  • cf88439 chore: upgrade optionator@0.9.3 (#17319) (Milos Djermanovic)
  • 9718a97 refactor: remove unnecessary code in flat-eslint.js (#17308) (Milos Djermanovic)
  • f82e56e perf: various performance improvements (#17135) (moonlightaria)
  • da81e66 chore: update eslint-plugin-jsdoc to 46.2.5 (#17245) (唯然)
  • b991640 chore: switch eslint-config-eslint to the flat format (#17247) (唯然)

v8.43.0

Features

  • 14581ff feat: directive prologue detection and autofix condition in quotes (#17284) (Francesco Trotta)
  • e50fac3 feat: add declaration loc to message in block-scoped-var (#17252) (Milos Djermanovic)
  • 1b7faf0 feat: add skipJSXText option to no-irregular-whitespace rule (#17182) (Azat S)

Bug Fixes

  • 5338b56 fix: normalize cwd passed to ESLint/FlatESLint constructor (#17277) (Milos Djermanovic)
  • 54383e6 fix: Remove no-extra-parens autofix for potential directives (#17022) (Francesco Trotta)

Documentation

  • 8b855ea docs: resubmit pr17061 doc changes (#17292) (唯然)
  • 372722e docs: resubmit pr17012 doc changes (#17293) (唯然)
  • 67e7af3 docs: resubmit custom-rules doc changes (#17294) (唯然)
  • 9e3d77c docs: Resubmit Fix formatting in Custom Rules docs (#17281) (Milos Djermanovic)
  • 503647a docs: Resubmit markVariableAsUsed docs (#17280) (Nicholas C. Zakas)
  • e0cf0d8 docs: Custom rule & plugin tutorial (#17024) (Ben Perlmutter)
  • 8e51ea9 docs: resubmit no-new rule documentation (#17264) (Nitin Kumar)
  • 1b217f8 docs: resubmit Custom Processors documentation (#17265) (Nitin Kumar)

... (truncated)

Changelog

Sourced from eslint's changelog.

v8.44.0 - June 30, 2023

  • 49e46ed chore: upgrade @​eslint/js@​8.44.0 (#17329) (Milos Djermanovic)
  • a1cb642 chore: package.json update for @​eslint/js release (ESLint Jenkins)
  • 1766771 feat: add es2023 and es2024 environments (#17328) (Milos Djermanovic)
  • 4c50400 feat: add ecmaVersion: 2024, regexp v flag parsing (#17324) (Milos Djermanovic)
  • 4d411e4 feat: add ternaryOperandBinaryExpressions option to no-extra-parens rule (#17270) (Percy Ma)
  • 840a264 test: More test cases for no-case-declarations (#17315) (Elian Cordoba)
  • e6e74f9 chore: package.json update for eslint-config-eslint release (ESLint Jenkins)
  • eb3d794 chore: upgrade semver@7.5.3 (#17323) (Ziyad El Abid)
  • a36bcb6 fix: no-unused-vars false positive with logical assignment operators (#17320) (Gweesin Chan)
  • c8b1f4d feat: Move parserServices to SourceCode (#17311) (Milos Djermanovic)
  • cf88439 chore: upgrade optionator@0.9.3 (#17319) (Milos Djermanovic)
  • 7620b89 fix: Remove no-unused-labels autofix before potential directives (#17314) (Francesco Trotta)
  • ef6e24e feat: treat unknown nodes as having the lowest precedence (#17302) (Brad Zacher)
  • 9718a97 refactor: remove unnecessary code in flat-eslint.js (#17308) (Milos Djermanovic)
  • 1866e1d feat: allow flat config files to export a Promise (#17301) (Milos Djermanovic)
  • f82e56e perf: various performance improvements (#17135) (moonlightaria)
  • da81e66 chore: update eslint-plugin-jsdoc to 46.2.5 (#17245) (唯然)
  • 526e911 docs: resubmit pr 17115 doc changes (#17291) (唯然)
  • b991640 chore: switch eslint-config-eslint to the flat format (#17247) (唯然)
  • 391ed38 fix: Remove no-extra-semi autofix before potential directives (#17297) (Francesco Trotta)
  • e1314bf docs: Integration section and tutorial (#17132) (Ben Perlmutter)
  • 19a8c5d docs: Update README (GitHub Actions Bot)

v8.43.0 - June 16, 2023

  • 78350f6 chore: upgrade @​eslint/js@​8.43.0 (#17295) (Milos Djermanovic)
  • 8b855ea docs: resubmit pr17061 doc changes (#17292) (唯然)
  • 62bf759 chore: package.json update for @​eslint/js release (ESLint Jenkins)
  • 14581ff feat: directive prologue detection and autofix condition in quotes (#17284) (Francesco Trotta)
  • 372722e docs: resubmit pr17012 doc changes (#17293) (唯然)
  • 67e7af3 docs: resubmit custom-rules doc changes (#17294) (唯然)
  • 5338b56 fix: normalize cwd passed to ESLint/FlatESLint constructor (#17277) (Milos Djermanovic)
  • 9e3d77c docs: Resubmit Fix formatting in Custom Rules docs (#17281) (Milos Djermanovic)
  • 503647a docs: Resubmit markVariableAsUsed docs (#17280) (Nicholas C. Zakas)
  • 54383e6 fix: Remove no-extra-parens autofix for potential directives (#17022) (Francesco Trotta)
  • e0cf0d8 docs: Custom rule & plugin tutorial (#17024) (Ben Perlmutter)
  • 8e51ea9 docs: resubmit no-new rule documentation (#17264) (Nitin Kumar)
  • 1b217f8 docs: resubmit Custom Processors documentation (#17265) (Nitin Kumar)
  • 428fc76 docs: resubmit Create Plugins documentation (#17268) (Nitin Kumar)
  • bdca88c docs: resubmit Configuration Files documentation (#17267) (Nitin Kumar)
  • f5c01f2 docs: resubmit Manage Issues documentation (#17266) (Nitin Kumar)
  • b199295 docs: Resubmit custom rules update docs (#17273) (Ben Perlmutter)
  • e50fac3 feat: add declaration loc to message in block-scoped-var (#17252) (Milos Djermanovic)
  • 0e9980c docs: add new omitLastInOneLineClassBody option to the semi rule (#17263) (Nitin Kumar)
  • cb2560f docs: Resubmit getScope/getDeclaredVariables docs (#17262) (Nicholas C. Zakas)
  • 85d2b30 docs: explain how to include predefined globals (#17261) (Marcus Wyatt)
  • de4d3c1 docs: update flat config default ignore patterns (#17258) (Milos Djermanovic)
  • 3912f3a docs: Improve ignores documentation (#17239) (Francesco Trotta)

... (truncated)

Commits
  • 8c1ec65 8.44.0
  • 849933b Build: changelog update for 8.44.0
  • 49e46ed chore: upgrade @​eslint/js@​8.44.0 (#17329)
  • a1cb642 chore: package.json update for @​eslint/js release
  • 1766771 feat: add es2023 and es2024 environments (#17328)
  • 4c50400 feat: add ecmaVersion: 2024, regexp v flag parsing (#17324)
  • 4d411e4 feat: add ternaryOperandBinaryExpressions option to no-extra-parens rule (#17...
  • 840a264 test: More test cases for no-case-declarations (#17315)
  • e6e74f9 chore: package.json update for eslint-config-eslint release
  • eb3d794 chore: upgrade semver@7.5.3 (#17323)
  • Additional commits viewable in compare view

Updates eslint-config-standard from 17.0.0 to 17.1.0

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 dependabot bot requested a review from a team as a code owner July 5, 2023 15:56
@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code labels Jul 5, 2023
@bdragon
Copy link
Member

bdragon commented Jul 5, 2023

@dependabot rebase

Bumps the eslint-dependencies group with 4 updates: [@typescript-eslint/eslint-plugin](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin), [@typescript-eslint/parser](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser), [eslint](https://github.com/eslint/eslint) and [eslint-config-standard](https://github.com/standard/eslint-config-standard).


Updates `@typescript-eslint/eslint-plugin` from 5.59.7 to 5.61.0
- [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases)
- [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/eslint-plugin/CHANGELOG.md)
- [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v5.61.0/packages/eslint-plugin)

Updates `@typescript-eslint/parser` from 5.59.7 to 5.61.0
- [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases)
- [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/parser/CHANGELOG.md)
- [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v5.61.0/packages/parser)

Updates `eslint` from 8.41.0 to 8.44.0
- [Release notes](https://github.com/eslint/eslint/releases)
- [Changelog](https://github.com/eslint/eslint/blob/main/CHANGELOG.md)
- [Commits](eslint/eslint@v8.41.0...v8.44.0)

Updates `eslint-config-standard` from 17.0.0 to 17.1.0
- [Changelog](https://github.com/standard/eslint-config-standard/blob/master/CHANGELOG.md)
- [Commits](standard/eslint-config-standard@v17.0.0...v17.1.0)

---
updated-dependencies:
- dependency-name: "@typescript-eslint/eslint-plugin"
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: eslint-dependencies
- dependency-name: "@typescript-eslint/parser"
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: eslint-dependencies
- dependency-name: eslint
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: eslint-dependencies
- dependency-name: eslint-config-standard
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: eslint-dependencies
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/eslint-dependencies-fabf7f40b7 branch from 329cd16 to 61b3b46 Compare July 5, 2023 15:59
@fetch-metadata-action-automation fetch-metadata-action-automation bot merged commit e5c39dc into main Jul 6, 2023
5 checks passed
@fetch-metadata-action-automation fetch-metadata-action-automation bot deleted the dependabot/npm_and_yarn/eslint-dependencies-fabf7f40b7 branch July 6, 2023 16:38
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 javascript Pull requests that update Javascript code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant