-
Notifications
You must be signed in to change notification settings - Fork 0
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
Update typescript-eslint 8.21.0 → 8.22.0 (minor) #109
Conversation
The files' contents are under analysis for test generation. |
By default, I don't review pull requests opened by bots. If you would like me to review this pull request anyway, you can request a review via the |
Reviewer's Guide by SourceryThis pull request updates the typescript-eslint package from version 8.21.0 to 8.22.0. The changes are reflected in the package.json and package-lock.json files, ensuring that the project uses the latest minor version of typescript-eslint. Class diagram showing typescript-eslint package version updateclassDiagram
class PackageJson {
+dependencies
+devDependencies
}
class TypescriptEslint {
+version: 8.22.0
+previousVersion: 8.21.0
}
PackageJson --> TypescriptEslint : uses
File-Level Changes
Tips and commandsInteracting with Sourcery
Customizing Your ExperienceAccess your dashboard to:
Getting Help
|
Important Review skippedBot user detected. To trigger a single review, invoke the You can disable this status message by setting the Thank you for using CodeRabbit. We offer it for free to the OSS community and would appreciate your support in helping us grow. If you find it useful, would you consider giving us a shout-out on your favorite social media? 🪧 TipsChatThere are 3 ways to chat with CodeRabbit:
Note: Be mindful of the bot's finite context window. It's strongly recommended to break down tasks such as reading entire modules into smaller chunks. For a focused discussion, use review comments to chat about specific files and their changes, instead of using the PR comments. CodeRabbit Commands (Invoked using PR comments)
Other keywords and placeholders
CodeRabbit Configuration File (
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
We have skipped reviewing this pull request. It seems to have been created by a bot (hey, depfu[bot]!). We assume it knows what it's doing!
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Automatically approved by gstraccini[bot]
@depfu merge |
Updated dependencies detected. Learn more about Socket for GitHub ↗︎
|
Infisical secrets check: ✅ No secrets leaked! 💻 Scan logs6:43PM INF scanning for exposed secrets...
6:43PM INF 91 commits scanned.
6:43PM INF scan completed in 113ms
6:43PM INF no leaks found
|
|
Here is everything you need to know about this update. Please take a good look at what changed and the test results before merging this pull request.
What changed?
✳️ typescript-eslint (8.21.0 → 8.22.0)
Sorry, we couldn't find anything useful about this release.
Commits
See the full diff on Github. The new version differs by 17 commits:
chore(release): publish 8.22.0
docs: add FAQ and docs around `verbatimModuleSyntax` and similar options (#10588)
fix(eslint-plugin): [no-unnecessary-template-expression] handle template literal type (#10612)
fix(eslint-plugin): [prefer-readonly] autofixer doesn't add type to property that is mutated in the constructor (#10552)
fix(eslint-plugin): [no-extraneous-class] handle accessor keyword (#10678)
fix(eslint-plugin): [no-shadow] don't report unnecessarily on valid ways of using module augmentation (#10616)
fix(eslint-plugin): [no-duplicate-type-constituents] handle nested types (#10638)
chore(deps): update dependency lint-staged to v15.4.0 (#10703)
chore(website): change the button text based on whether the action is fix or suggestion (#10701)
chore: correct docs test snapshot for no-unused-vars
fix(eslint-plugin): [prefer-nullish-coalescing] doesn't report on ternary but on equivalent || (#10517)
docs(eslint-plugin): [no-unused-vars] add types-only values FAQ (#10690)
fix(type-utils): support matching intersection types in `TypeOrValueSpecifier` with a `PackageSpecifier` (#10667)
feat(parser): add standalone isolatedDeclarations option (#10499)
chore(deps): update dependency eslint-plugin-jest to v28.11.0 (#10696)
docs: fix typo in latest blog post (#10693)
docs: blog post on Avoiding `any`s with Linting and TypeScript (#10362)
Commits
See the full diff on Github. The new version differs by 17 commits:
chore(release): publish 8.22.0
docs: add FAQ and docs around `verbatimModuleSyntax` and similar options (#10588)
fix(eslint-plugin): [no-unnecessary-template-expression] handle template literal type (#10612)
fix(eslint-plugin): [prefer-readonly] autofixer doesn't add type to property that is mutated in the constructor (#10552)
fix(eslint-plugin): [no-extraneous-class] handle accessor keyword (#10678)
fix(eslint-plugin): [no-shadow] don't report unnecessarily on valid ways of using module augmentation (#10616)
fix(eslint-plugin): [no-duplicate-type-constituents] handle nested types (#10638)
chore(deps): update dependency lint-staged to v15.4.0 (#10703)
chore(website): change the button text based on whether the action is fix or suggestion (#10701)
chore: correct docs test snapshot for no-unused-vars
fix(eslint-plugin): [prefer-nullish-coalescing] doesn't report on ternary but on equivalent || (#10517)
docs(eslint-plugin): [no-unused-vars] add types-only values FAQ (#10690)
fix(type-utils): support matching intersection types in `TypeOrValueSpecifier` with a `PackageSpecifier` (#10667)
feat(parser): add standalone isolatedDeclarations option (#10499)
chore(deps): update dependency eslint-plugin-jest to v28.11.0 (#10696)
docs: fix typo in latest blog post (#10693)
docs: blog post on Avoiding `any`s with Linting and TypeScript (#10362)
Commits
See the full diff on Github. The new version differs by 17 commits:
chore(release): publish 8.22.0
docs: add FAQ and docs around `verbatimModuleSyntax` and similar options (#10588)
fix(eslint-plugin): [no-unnecessary-template-expression] handle template literal type (#10612)
fix(eslint-plugin): [prefer-readonly] autofixer doesn't add type to property that is mutated in the constructor (#10552)
fix(eslint-plugin): [no-extraneous-class] handle accessor keyword (#10678)
fix(eslint-plugin): [no-shadow] don't report unnecessarily on valid ways of using module augmentation (#10616)
fix(eslint-plugin): [no-duplicate-type-constituents] handle nested types (#10638)
chore(deps): update dependency lint-staged to v15.4.0 (#10703)
chore(website): change the button text based on whether the action is fix or suggestion (#10701)
chore: correct docs test snapshot for no-unused-vars
fix(eslint-plugin): [prefer-nullish-coalescing] doesn't report on ternary but on equivalent || (#10517)
docs(eslint-plugin): [no-unused-vars] add types-only values FAQ (#10690)
fix(type-utils): support matching intersection types in `TypeOrValueSpecifier` with a `PackageSpecifier` (#10667)
feat(parser): add standalone isolatedDeclarations option (#10499)
chore(deps): update dependency eslint-plugin-jest to v28.11.0 (#10696)
docs: fix typo in latest blog post (#10693)
docs: blog post on Avoiding `any`s with Linting and TypeScript (#10362)
Commits
See the full diff on Github. The new version differs by 17 commits:
chore(release): publish 8.22.0
docs: add FAQ and docs around `verbatimModuleSyntax` and similar options (#10588)
fix(eslint-plugin): [no-unnecessary-template-expression] handle template literal type (#10612)
fix(eslint-plugin): [prefer-readonly] autofixer doesn't add type to property that is mutated in the constructor (#10552)
fix(eslint-plugin): [no-extraneous-class] handle accessor keyword (#10678)
fix(eslint-plugin): [no-shadow] don't report unnecessarily on valid ways of using module augmentation (#10616)
fix(eslint-plugin): [no-duplicate-type-constituents] handle nested types (#10638)
chore(deps): update dependency lint-staged to v15.4.0 (#10703)
chore(website): change the button text based on whether the action is fix or suggestion (#10701)
chore: correct docs test snapshot for no-unused-vars
fix(eslint-plugin): [prefer-nullish-coalescing] doesn't report on ternary but on equivalent || (#10517)
docs(eslint-plugin): [no-unused-vars] add types-only values FAQ (#10690)
fix(type-utils): support matching intersection types in `TypeOrValueSpecifier` with a `PackageSpecifier` (#10667)
feat(parser): add standalone isolatedDeclarations option (#10499)
chore(deps): update dependency eslint-plugin-jest to v28.11.0 (#10696)
docs: fix typo in latest blog post (#10693)
docs: blog post on Avoiding `any`s with Linting and TypeScript (#10362)
Commits
See the full diff on Github. The new version differs by 17 commits:
chore(release): publish 8.22.0
docs: add FAQ and docs around `verbatimModuleSyntax` and similar options (#10588)
fix(eslint-plugin): [no-unnecessary-template-expression] handle template literal type (#10612)
fix(eslint-plugin): [prefer-readonly] autofixer doesn't add type to property that is mutated in the constructor (#10552)
fix(eslint-plugin): [no-extraneous-class] handle accessor keyword (#10678)
fix(eslint-plugin): [no-shadow] don't report unnecessarily on valid ways of using module augmentation (#10616)
fix(eslint-plugin): [no-duplicate-type-constituents] handle nested types (#10638)
chore(deps): update dependency lint-staged to v15.4.0 (#10703)
chore(website): change the button text based on whether the action is fix or suggestion (#10701)
chore: correct docs test snapshot for no-unused-vars
fix(eslint-plugin): [prefer-nullish-coalescing] doesn't report on ternary but on equivalent || (#10517)
docs(eslint-plugin): [no-unused-vars] add types-only values FAQ (#10690)
fix(type-utils): support matching intersection types in `TypeOrValueSpecifier` with a `PackageSpecifier` (#10667)
feat(parser): add standalone isolatedDeclarations option (#10499)
chore(deps): update dependency eslint-plugin-jest to v28.11.0 (#10696)
docs: fix typo in latest blog post (#10693)
docs: blog post on Avoiding `any`s with Linting and TypeScript (#10362)
Commits
See the full diff on Github. The new version differs by 17 commits:
chore(release): publish 8.22.0
docs: add FAQ and docs around `verbatimModuleSyntax` and similar options (#10588)
fix(eslint-plugin): [no-unnecessary-template-expression] handle template literal type (#10612)
fix(eslint-plugin): [prefer-readonly] autofixer doesn't add type to property that is mutated in the constructor (#10552)
fix(eslint-plugin): [no-extraneous-class] handle accessor keyword (#10678)
fix(eslint-plugin): [no-shadow] don't report unnecessarily on valid ways of using module augmentation (#10616)
fix(eslint-plugin): [no-duplicate-type-constituents] handle nested types (#10638)
chore(deps): update dependency lint-staged to v15.4.0 (#10703)
chore(website): change the button text based on whether the action is fix or suggestion (#10701)
chore: correct docs test snapshot for no-unused-vars
fix(eslint-plugin): [prefer-nullish-coalescing] doesn't report on ternary but on equivalent || (#10517)
docs(eslint-plugin): [no-unused-vars] add types-only values FAQ (#10690)
fix(type-utils): support matching intersection types in `TypeOrValueSpecifier` with a `PackageSpecifier` (#10667)
feat(parser): add standalone isolatedDeclarations option (#10499)
chore(deps): update dependency eslint-plugin-jest to v28.11.0 (#10696)
docs: fix typo in latest blog post (#10693)
docs: blog post on Avoiding `any`s with Linting and TypeScript (#10362)
Commits
See the full diff on Github. The new version differs by 17 commits:
chore(release): publish 8.22.0
docs: add FAQ and docs around `verbatimModuleSyntax` and similar options (#10588)
fix(eslint-plugin): [no-unnecessary-template-expression] handle template literal type (#10612)
fix(eslint-plugin): [prefer-readonly] autofixer doesn't add type to property that is mutated in the constructor (#10552)
fix(eslint-plugin): [no-extraneous-class] handle accessor keyword (#10678)
fix(eslint-plugin): [no-shadow] don't report unnecessarily on valid ways of using module augmentation (#10616)
fix(eslint-plugin): [no-duplicate-type-constituents] handle nested types (#10638)
chore(deps): update dependency lint-staged to v15.4.0 (#10703)
chore(website): change the button text based on whether the action is fix or suggestion (#10701)
chore: correct docs test snapshot for no-unused-vars
fix(eslint-plugin): [prefer-nullish-coalescing] doesn't report on ternary but on equivalent || (#10517)
docs(eslint-plugin): [no-unused-vars] add types-only values FAQ (#10690)
fix(type-utils): support matching intersection types in `TypeOrValueSpecifier` with a `PackageSpecifier` (#10667)
feat(parser): add standalone isolatedDeclarations option (#10499)
chore(deps): update dependency eslint-plugin-jest to v28.11.0 (#10696)
docs: fix typo in latest blog post (#10693)
docs: blog post on Avoiding `any`s with Linting and TypeScript (#10362)
Depfu will automatically keep this PR conflict-free, as long as you don't add any commits to this branch yourself. You can also trigger a rebase manually by commenting with
@depfu rebase
.All Depfu comment commands
Summary by Sourcery
Build:
Description by Korbit AI
What change is being made?
Update the
typescript-eslint
dependency version from 8.21.0 to 8.22.0 in thepackage.json
file.Why are these changes being made?
To ensure the project keeps up with the latest improvements and bug fixes provided in the newer version of
typescript-eslint
. This minor version bump may include important updates critical for maintaining linting accuracy and performance.