Bump the eslint group across 1 directory with 5 updates#139
Closed
dependabot[bot] wants to merge 1 commit intomasterfrom
Closed
Bump the eslint group across 1 directory with 5 updates#139dependabot[bot] wants to merge 1 commit intomasterfrom
dependabot[bot] wants to merge 1 commit intomasterfrom
Conversation
Bumps the eslint group with 5 updates in the / directory: | Package | From | To | | --- | --- | --- | | [@typescript-eslint/eslint-plugin](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin) | `7.13.1` | `8.22.0` | | [@typescript-eslint/parser](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser) | `7.13.1` | `8.22.0` | | [eslint](https://github.com/eslint/eslint) | `8.57.0` | `9.19.0` | | [eslint-plugin-import](https://github.com/import-js/eslint-plugin-import) | `2.29.1` | `2.31.0` | | [eslint-plugin-promise](https://github.com/eslint-community/eslint-plugin-promise) | `6.2.0` | `7.2.1` | Updates `@typescript-eslint/eslint-plugin` from 7.13.1 to 8.22.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/v8.22.0/packages/eslint-plugin) Updates `@typescript-eslint/parser` from 7.13.1 to 8.22.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/v8.22.0/packages/parser) Updates `eslint` from 8.57.0 to 9.19.0 - [Release notes](https://github.com/eslint/eslint/releases) - [Changelog](https://github.com/eslint/eslint/blob/main/CHANGELOG.md) - [Commits](eslint/eslint@v8.57.0...v9.19.0) Updates `eslint-plugin-import` from 2.29.1 to 2.31.0 - [Release notes](https://github.com/import-js/eslint-plugin-import/releases) - [Changelog](https://github.com/import-js/eslint-plugin-import/blob/main/CHANGELOG.md) - [Commits](import-js/eslint-plugin-import@v2.29.1...v2.31.0) Updates `eslint-plugin-promise` from 6.2.0 to 7.2.1 - [Release notes](https://github.com/eslint-community/eslint-plugin-promise/releases) - [Changelog](https://github.com/eslint-community/eslint-plugin-promise/blob/main/CHANGELOG.md) - [Commits](eslint-community/eslint-plugin-promise@v6.2.0...v7.2.1) --- updated-dependencies: - dependency-name: "@typescript-eslint/eslint-plugin" dependency-type: direct:development update-type: version-update:semver-major dependency-group: eslint - dependency-name: "@typescript-eslint/parser" dependency-type: direct:development update-type: version-update:semver-major dependency-group: eslint - dependency-name: eslint dependency-type: direct:development update-type: version-update:semver-major dependency-group: eslint - dependency-name: eslint-plugin-import dependency-type: direct:development update-type: version-update:semver-minor dependency-group: eslint - dependency-name: eslint-plugin-promise dependency-type: direct:development update-type: version-update:semver-major dependency-group: eslint ... Signed-off-by: dependabot[bot] <support@github.com>
Contributor
Author
|
Superseded by #144. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Bumps the eslint group with 5 updates in the / directory:
7.13.18.22.07.13.18.22.08.57.09.19.02.29.12.31.06.2.07.2.1Updates
@typescript-eslint/eslint-pluginfrom 7.13.1 to 8.22.0Release notes
Sourced from
@typescript-eslint/eslint-plugin's releases.... (truncated)
Changelog
Sourced from
@typescript-eslint/eslint-plugin's changelog.... (truncated)
Commits
94e8098chore(release): publish 8.22.09f0ce90docs: add FAQ and docs aroundverbatimModuleSyntaxand similar options (#10...f1e9a5dfix(eslint-plugin): [no-unnecessary-template-expression] handle template lite...acab0a9fix(eslint-plugin): [prefer-readonly] autofixer doesn't add type to property ...a3a157cfix(eslint-plugin): [no-extraneous-class] handle accessor keyword (#10678)586e7ebfix(eslint-plugin): [no-shadow] don't report unnecessarily on valid ways of u...9e8828bfix(eslint-plugin): [no-duplicate-type-constituents] handle nested types (#10...74c4155chore: correct docs test snapshot for no-unused-vars1e2305efix(eslint-plugin): [prefer-nullish-coalescing] doesn't report on ternary but...974f2b1docs(eslint-plugin): [no-unused-vars] add types-only values FAQ (#10690)Updates
@typescript-eslint/parserfrom 7.13.1 to 8.22.0Release notes
Sourced from
@typescript-eslint/parser's releases.... (truncated)
Changelog
Sourced from
@typescript-eslint/parser's changelog.... (truncated)
Commits
94e8098chore(release): publish 8.22.0a885343feat(parser): add standalone isolatedDeclarations option (#10499)79af426chore(release): publish 8.21.0a157fd4chore: standardized on inline named exports (mostly) (#10596)ea6fbeachore(release): publish 8.20.0328b7dfchore(release): publish 8.19.1e19f30fchore(release): publish 8.19.0157b781chore(release): publish 8.18.2b2ce158chore(release): publish 8.18.1d03270fchore: fix incorrect licenses (#10481)Updates
eslintfrom 8.57.0 to 9.19.0Release notes
Sourced from eslint's releases.
... (truncated)
Changelog
Sourced from eslint's changelog.
... (truncated)
Commits
208e0b19.19.0196dfdaBuild: changelog update for 9.19.09b9cb05chore: upgrade@eslint/js@9.19.0 (#19371)58560e7chore: package.json update for@eslint/jsreleasecfea9abdocs: Clarify overrideConfig option (#19370)2b84f66docs: Update README (#19362)044f93cdocs: clarify frozen rule description (#19351)797ee7cdocs: fix Bluesky links (#19368)81a9c0edocs: Update README093fb3ddocs: replacevarwithletandconstin rule examples (#19365)Updates
eslint-plugin-importfrom 2.29.1 to 2.31.0Release notes
Sourced from eslint-plugin-import's releases.
... (truncated)
Changelog
Sourced from eslint-plugin-import's changelog.
Commits
91f809bv2.31.03f1ac24[utils] [refactor]parse: avoid using a regex hered225176[New]extensions: add thecheckTypeImportsoption5a51b9a[Tests]rule-tester: try this babel class workaroundd66cde0[New] support eslint v9d2...Description has been truncated