-
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.19.0 → 8.19.1 (patch) #83
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 |
Important Review skippedBot user detected. To trigger a single review, invoke the You can disable this status message by setting the 🪧 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 (
|
Reviewer's Guide by SourceryThis PR updates typescript-eslint and its dependencies to the latest patch version (8.19.1). The update includes several bug fixes, documentation improvements, and dependency updates. Notably, a fix for "no-unnecessary-type-assertion" is reverted in this patch. Class diagram showing typescript-eslint package updatesclassDiagram
class typescript_eslint {
version: 8.19.0 -> 8.19.1
}
class eslint_plugin {
version: 8.19.0 -> 8.19.1
+fix no-base-to-string
+fix no-shadow
+fix no-deprecated
+revert no-unnecessary-type-assertion
}
class parser {
version: 8.19.0 -> 8.19.1
}
class scope_manager {
version: 8.19.0 -> 8.19.1
}
class types {
version: 8.19.0 -> 8.19.1
}
class typescript_estree {
version: 8.19.0 -> 8.19.1
}
class utils {
version: 8.19.0 -> 8.19.1
}
class visitor_keys {
version: 8.19.0 -> 8.19.1
}
typescript_eslint --> eslint_plugin
typescript_eslint --> parser
typescript_eslint --> scope_manager
typescript_eslint --> types
typescript_eslint --> typescript_estree
typescript_eslint --> utils
typescript_eslint --> visitor_keys
File-Level Changes
Tips and commandsInteracting with Sourcery
Customizing Your ExperienceAccess your dashboard to:
Getting Help
|
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!
New and removed dependencies detected. Learn more about Socket for GitHub ↗︎
🚮 Removed packages: npm/[email protected] |
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 |
Infisical secrets check: ✅ No secrets leaked! 💻 Scan logs6:42PM INF scanning for exposed secrets...
6:42PM INF 69 commits scanned.
6:42PM INF scan completed in 94.8ms
6:42PM INF no leaks found
|
Quality Gate passedIssues Measures |
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.19.0 → 8.19.1)
Sorry, we couldn't find anything useful about this release.
Commits
See the full diff on Github. The new version differs by 15 commits:
chore(release): publish 8.19.1
docs: fix incorrect variable name in a comment in code example (#10613)
fix: revert "fix(eslint-plugin): [no-unnecessary-type-assertion] handle literal types" (#10620)
docs: add syntax highlighting for bash and diff blocks (#10592)
chore(deps): update dependency lint-staged to v15.3.0 (#10608)
fix(eslint-plugin): [no-unnecessary-type-assertion] handle literal types (#10523)
chore(eslint-plugin): use `getConstraintInfo` in no-unnecessary-template-expression (#10578)
chore: update sponsors (#10595)
fix(eslint-plugin): [no-deprecated] doesn't report on shorthand property in an object expression (#10550)
fix(eslint-plugin): [strict-boolean-expressions] remove remaining (unsafe) autofixes (#10548)
chore: upgrade to ts-api-utils 2.0 (#10567)
docs: [return-await] make the rule no longer an extension of ESLint no-return-await (#10421)
docs: [prefer-nullish-coalescing] fix admonition (#10574)
fix(eslint-plugin): [no-shadow] report correctly on parameters of functions declared with the `declare` keyword (#10543)
fix(eslint-plugin): [no-base-to-string] check array generic type (#10437)
Commits
See the full diff on Github. The new version differs by 15 commits:
chore(release): publish 8.19.1
docs: fix incorrect variable name in a comment in code example (#10613)
fix: revert "fix(eslint-plugin): [no-unnecessary-type-assertion] handle literal types" (#10620)
docs: add syntax highlighting for bash and diff blocks (#10592)
chore(deps): update dependency lint-staged to v15.3.0 (#10608)
fix(eslint-plugin): [no-unnecessary-type-assertion] handle literal types (#10523)
chore(eslint-plugin): use `getConstraintInfo` in no-unnecessary-template-expression (#10578)
chore: update sponsors (#10595)
fix(eslint-plugin): [no-deprecated] doesn't report on shorthand property in an object expression (#10550)
fix(eslint-plugin): [strict-boolean-expressions] remove remaining (unsafe) autofixes (#10548)
chore: upgrade to ts-api-utils 2.0 (#10567)
docs: [return-await] make the rule no longer an extension of ESLint no-return-await (#10421)
docs: [prefer-nullish-coalescing] fix admonition (#10574)
fix(eslint-plugin): [no-shadow] report correctly on parameters of functions declared with the `declare` keyword (#10543)
fix(eslint-plugin): [no-base-to-string] check array generic type (#10437)
Commits
See the full diff on Github. The new version differs by 15 commits:
chore(release): publish 8.19.1
docs: fix incorrect variable name in a comment in code example (#10613)
fix: revert "fix(eslint-plugin): [no-unnecessary-type-assertion] handle literal types" (#10620)
docs: add syntax highlighting for bash and diff blocks (#10592)
chore(deps): update dependency lint-staged to v15.3.0 (#10608)
fix(eslint-plugin): [no-unnecessary-type-assertion] handle literal types (#10523)
chore(eslint-plugin): use `getConstraintInfo` in no-unnecessary-template-expression (#10578)
chore: update sponsors (#10595)
fix(eslint-plugin): [no-deprecated] doesn't report on shorthand property in an object expression (#10550)
fix(eslint-plugin): [strict-boolean-expressions] remove remaining (unsafe) autofixes (#10548)
chore: upgrade to ts-api-utils 2.0 (#10567)
docs: [return-await] make the rule no longer an extension of ESLint no-return-await (#10421)
docs: [prefer-nullish-coalescing] fix admonition (#10574)
fix(eslint-plugin): [no-shadow] report correctly on parameters of functions declared with the `declare` keyword (#10543)
fix(eslint-plugin): [no-base-to-string] check array generic type (#10437)
Release Notes
8.19.1
Does any of this look wrong? Please let us know.
Commits
See the full diff on Github. The new version differs by 15 commits:
chore(release): publish 8.19.1
docs: fix incorrect variable name in a comment in code example (#10613)
fix: revert "fix(eslint-plugin): [no-unnecessary-type-assertion] handle literal types" (#10620)
docs: add syntax highlighting for bash and diff blocks (#10592)
chore(deps): update dependency lint-staged to v15.3.0 (#10608)
fix(eslint-plugin): [no-unnecessary-type-assertion] handle literal types (#10523)
chore(eslint-plugin): use `getConstraintInfo` in no-unnecessary-template-expression (#10578)
chore: update sponsors (#10595)
fix(eslint-plugin): [no-deprecated] doesn't report on shorthand property in an object expression (#10550)
fix(eslint-plugin): [strict-boolean-expressions] remove remaining (unsafe) autofixes (#10548)
chore: upgrade to ts-api-utils 2.0 (#10567)
docs: [return-await] make the rule no longer an extension of ESLint no-return-await (#10421)
docs: [prefer-nullish-coalescing] fix admonition (#10574)
fix(eslint-plugin): [no-shadow] report correctly on parameters of functions declared with the `declare` keyword (#10543)
fix(eslint-plugin): [no-base-to-string] check array generic type (#10437)
Commits
See the full diff on Github. The new version differs by 15 commits:
chore(release): publish 8.19.1
docs: fix incorrect variable name in a comment in code example (#10613)
fix: revert "fix(eslint-plugin): [no-unnecessary-type-assertion] handle literal types" (#10620)
docs: add syntax highlighting for bash and diff blocks (#10592)
chore(deps): update dependency lint-staged to v15.3.0 (#10608)
fix(eslint-plugin): [no-unnecessary-type-assertion] handle literal types (#10523)
chore(eslint-plugin): use `getConstraintInfo` in no-unnecessary-template-expression (#10578)
chore: update sponsors (#10595)
fix(eslint-plugin): [no-deprecated] doesn't report on shorthand property in an object expression (#10550)
fix(eslint-plugin): [strict-boolean-expressions] remove remaining (unsafe) autofixes (#10548)
chore: upgrade to ts-api-utils 2.0 (#10567)
docs: [return-await] make the rule no longer an extension of ESLint no-return-await (#10421)
docs: [prefer-nullish-coalescing] fix admonition (#10574)
fix(eslint-plugin): [no-shadow] report correctly on parameters of functions declared with the `declare` keyword (#10543)
fix(eslint-plugin): [no-base-to-string] check array generic type (#10437)
Release Notes
8.19.1
Does any of this look wrong? Please let us know.
Commits
See the full diff on Github. The new version differs by 15 commits:
chore(release): publish 8.19.1
docs: fix incorrect variable name in a comment in code example (#10613)
fix: revert "fix(eslint-plugin): [no-unnecessary-type-assertion] handle literal types" (#10620)
docs: add syntax highlighting for bash and diff blocks (#10592)
chore(deps): update dependency lint-staged to v15.3.0 (#10608)
fix(eslint-plugin): [no-unnecessary-type-assertion] handle literal types (#10523)
chore(eslint-plugin): use `getConstraintInfo` in no-unnecessary-template-expression (#10578)
chore: update sponsors (#10595)
fix(eslint-plugin): [no-deprecated] doesn't report on shorthand property in an object expression (#10550)
fix(eslint-plugin): [strict-boolean-expressions] remove remaining (unsafe) autofixes (#10548)
chore: upgrade to ts-api-utils 2.0 (#10567)
docs: [return-await] make the rule no longer an extension of ESLint no-return-await (#10421)
docs: [prefer-nullish-coalescing] fix admonition (#10574)
fix(eslint-plugin): [no-shadow] report correctly on parameters of functions declared with the `declare` keyword (#10543)
fix(eslint-plugin): [no-base-to-string] check array generic type (#10437)
Release Notes
8.19.1
Does any of this look wrong? Please let us know.
Commits
See the full diff on Github. The new version differs by 15 commits:
chore(release): publish 8.19.1
docs: fix incorrect variable name in a comment in code example (#10613)
fix: revert "fix(eslint-plugin): [no-unnecessary-type-assertion] handle literal types" (#10620)
docs: add syntax highlighting for bash and diff blocks (#10592)
chore(deps): update dependency lint-staged to v15.3.0 (#10608)
fix(eslint-plugin): [no-unnecessary-type-assertion] handle literal types (#10523)
chore(eslint-plugin): use `getConstraintInfo` in no-unnecessary-template-expression (#10578)
chore: update sponsors (#10595)
fix(eslint-plugin): [no-deprecated] doesn't report on shorthand property in an object expression (#10550)
fix(eslint-plugin): [strict-boolean-expressions] remove remaining (unsafe) autofixes (#10548)
chore: upgrade to ts-api-utils 2.0 (#10567)
docs: [return-await] make the rule no longer an extension of ESLint no-return-await (#10421)
docs: [prefer-nullish-coalescing] fix admonition (#10574)
fix(eslint-plugin): [no-shadow] report correctly on parameters of functions declared with the `declare` keyword (#10543)
fix(eslint-plugin): [no-base-to-string] check array generic type (#10437)
Release Notes
3.3.3
Does any of this look wrong? Please let us know.
Commits
See the full diff on Github. The new version differs by 8 commits:
3.3.3
Merge pull request #464 from mrmlnc/3.3.3
perf: optimizing the patterns set matching by exiting early
docs: add information about enumerable properties for the fs option
fix: apply absolute negative patterns to full path instead of file path
build: fix watch command
chore: refer to [email protected] to avoid annoying npm audit spam
build: freeze fdir dependency to avoid tsc issues
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
Update typescript-eslint to 8.19.1.
Bug Fixes: