Update typescript-eslint 8.44.0 → 8.45.0 (minor)#44
Conversation
|
You've used up your 5 PR reviews for this month under the Korbit Starter Plan. You'll get 5 more reviews on October 5th, 2025 or you can upgrade to Pro for unlimited PR reviews and enhanced features in your Korbit Console. |
|
Important Review skippedBot user detected. To trigger a single review, invoke the You can disable this status message by setting the Comment |
|
Here's the code health analysis summary for commits Analysis Summary
|
|
Review the following changes in direct dependencies. Learn more about Socket for GitHub.
|
|
Caution Review the following alerts detected in dependencies. According to your organization's Security Policy, you must resolve all "Block" alerts before proceeding. Learn more about Socket for GitHub.
|
guibranco
left a comment
There was a problem hiding this comment.
Automatically approved by gstraccini[bot]
guibranco
left a comment
There was a problem hiding this comment.
Automatically approved by gstraccini[bot]
guibranco
left a comment
There was a problem hiding this comment.
Automatically approved by gstraccini[bot]
|
@depfu merge |
1 similar comment
|
@depfu merge |
c7c90be to
fb1b710
Compare
|
Infisical secrets check: 🚨 Secrets leaked! Caution The Infisical CLI tool found secrets leaked in your repository. 💻 Scan logsA new release of infisical is available: 0.41.90 -> 0.42.6
To update, run: sudo apt-get update && sudo apt-get install infisical
6:30PM INF scanning for exposed secrets...
6:30PM INF 41 commits scanned.
6:30PM INF scan completed in 322ms
6:30PM WRN leaks found: 6
🔎 Detected secrets in your GIT history
Warning The above table only displays the first 10 leaked secrets. 🐾 Secrets fingerprint2e1522054d3009edd4cc682e479341776b266eb0:src/mockData.ts:generic-api-key:505
2e1522054d3009edd4cc682e479341776b266eb0:src/pages/Integrations.tsx:generic-api-key:12
2e1522054d3009edd4cc682e479341776b266eb0:src/pages/RepositoryDetail.tsx:generic-api-key:124
2e1522054d3009edd4cc682e479341776b266eb0:src/pages/RepositoryDetail.tsx:generic-api-key:160
2e1522054d3009edd4cc682e479341776b266eb0:src/pages/RepositoryDetail.tsx:generic-api-key:178
2e1522054d3009edd4cc682e479341776b266eb0:src/pages/Settings.tsx:generic-api-key:127
Tip If you want to ignore these leaked secrets, add the above fingerprint content to a file named |
|
Infisical secrets check: 🚨 Secrets leaked! Caution The Infisical CLI tool found secrets leaked in your repository. 💻 Scan logsA new release of infisical is available: 0.41.90 -> 0.42.6
To update, run: sudo apt-get update && sudo apt-get install infisical
3:34PM INF scanning for exposed secrets...
3:34PM INF 41 commits scanned.
3:34PM INF scan completed in 326ms
3:34PM WRN leaks found: 6
🔎 Detected secrets in your GIT history
Warning The above table only displays the first 10 leaked secrets. 🐾 Secrets fingerprint2e1522054d3009edd4cc682e479341776b266eb0:src/mockData.ts:generic-api-key:505
2e1522054d3009edd4cc682e479341776b266eb0:src/pages/Integrations.tsx:generic-api-key:12
2e1522054d3009edd4cc682e479341776b266eb0:src/pages/RepositoryDetail.tsx:generic-api-key:124
2e1522054d3009edd4cc682e479341776b266eb0:src/pages/RepositoryDetail.tsx:generic-api-key:160
2e1522054d3009edd4cc682e479341776b266eb0:src/pages/RepositoryDetail.tsx:generic-api-key:178
2e1522054d3009edd4cc682e479341776b266eb0:src/pages/Settings.tsx:generic-api-key:127
Tip If you want to ignore these leaked secrets, add the above fingerprint content to a file named |
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.44.0 → 8.45.0)
Sorry, we couldn't find anything useful about this release.
Release Notes
8.44.1
Does any of this look wrong? Please let us know.
Commits
See the full diff on Github. The new version differs by 24 commits:
chore(release): publish 8.45.0fix(eslint-plugin): [prefer-nullish-coalescing] ignoreBooleanCoercion should not apply to top-level ternary expressions (#11614)chore(deps): update eslint monorepo to v9.36.0 (#11644)chore(deps): update dependency knip to v5.64.0 (#11658)feat(eslint-plugin): expose rule name via RuleModule interface (#11616)docs: add parserOptions note to Type Checking (#11523)chore: slightly improve `convertComments` (#11632)chore: update test fixtures to avoid spellcheck error (#11626)chore(deps): update dependency typedoc-plugin-markdown to v4.9.0 (#11649)fix(eslint-plugin): [no-base-to-string] check if superclass is ignored (#11617)fix: disable generating declaration maps (#11627)fix(ast-spec): narrow ArrowFunctionExpression.generator to false (#11636)docs: switch outdated `overrides` FAQ to `files` (#11643)chore(website): lint for missing `g` flag (#11645)chore(deps): update dependency monaco-editor to ~0.53.0 (#11607)chore(release): publish 8.44.1chore(deps): update dependency globals to v16.4.0 (#11610)fix(eslint-plugin): [await-thenable] should not report passing values to promise aggregators which may be a promise in an array literal (#11611)chore(deps): update dependency make-dir to v5.1.0 (#11612)fix(eslint-plugin): [no-unsafe-enum-comparison] support unions of literals (#11599)fix(eslint-plugin): [no-base-to-string] make ignoredTypeNames match type names without generics (#11597)fix(typescript-estree): forbid class property with name `constructor` (#11590)chore(typescript-estree): add `Converter#convertChildren()` (#11592)chore(typescript-estree): simplify `convertImportAttributes` (#11594)Release Notes
8.44.1
Does any of this look wrong? Please let us know.
Commits
See the full diff on Github. The new version differs by 24 commits:
chore(release): publish 8.45.0fix(eslint-plugin): [prefer-nullish-coalescing] ignoreBooleanCoercion should not apply to top-level ternary expressions (#11614)chore(deps): update eslint monorepo to v9.36.0 (#11644)chore(deps): update dependency knip to v5.64.0 (#11658)feat(eslint-plugin): expose rule name via RuleModule interface (#11616)docs: add parserOptions note to Type Checking (#11523)chore: slightly improve `convertComments` (#11632)chore: update test fixtures to avoid spellcheck error (#11626)chore(deps): update dependency typedoc-plugin-markdown to v4.9.0 (#11649)fix(eslint-plugin): [no-base-to-string] check if superclass is ignored (#11617)fix: disable generating declaration maps (#11627)fix(ast-spec): narrow ArrowFunctionExpression.generator to false (#11636)docs: switch outdated `overrides` FAQ to `files` (#11643)chore(website): lint for missing `g` flag (#11645)chore(deps): update dependency monaco-editor to ~0.53.0 (#11607)chore(release): publish 8.44.1chore(deps): update dependency globals to v16.4.0 (#11610)fix(eslint-plugin): [await-thenable] should not report passing values to promise aggregators which may be a promise in an array literal (#11611)chore(deps): update dependency make-dir to v5.1.0 (#11612)fix(eslint-plugin): [no-unsafe-enum-comparison] support unions of literals (#11599)fix(eslint-plugin): [no-base-to-string] make ignoredTypeNames match type names without generics (#11597)fix(typescript-estree): forbid class property with name `constructor` (#11590)chore(typescript-estree): add `Converter#convertChildren()` (#11592)chore(typescript-estree): simplify `convertImportAttributes` (#11594)Release Notes
8.44.1
Does any of this look wrong? Please let us know.
Commits
See the full diff on Github. The new version differs by 24 commits:
chore(release): publish 8.45.0fix(eslint-plugin): [prefer-nullish-coalescing] ignoreBooleanCoercion should not apply to top-level ternary expressions (#11614)chore(deps): update eslint monorepo to v9.36.0 (#11644)chore(deps): update dependency knip to v5.64.0 (#11658)feat(eslint-plugin): expose rule name via RuleModule interface (#11616)docs: add parserOptions note to Type Checking (#11523)chore: slightly improve `convertComments` (#11632)chore: update test fixtures to avoid spellcheck error (#11626)chore(deps): update dependency typedoc-plugin-markdown to v4.9.0 (#11649)fix(eslint-plugin): [no-base-to-string] check if superclass is ignored (#11617)fix: disable generating declaration maps (#11627)fix(ast-spec): narrow ArrowFunctionExpression.generator to false (#11636)docs: switch outdated `overrides` FAQ to `files` (#11643)chore(website): lint for missing `g` flag (#11645)chore(deps): update dependency monaco-editor to ~0.53.0 (#11607)chore(release): publish 8.44.1chore(deps): update dependency globals to v16.4.0 (#11610)fix(eslint-plugin): [await-thenable] should not report passing values to promise aggregators which may be a promise in an array literal (#11611)chore(deps): update dependency make-dir to v5.1.0 (#11612)fix(eslint-plugin): [no-unsafe-enum-comparison] support unions of literals (#11599)fix(eslint-plugin): [no-base-to-string] make ignoredTypeNames match type names without generics (#11597)fix(typescript-estree): forbid class property with name `constructor` (#11590)chore(typescript-estree): add `Converter#convertChildren()` (#11592)chore(typescript-estree): simplify `convertImportAttributes` (#11594)Release Notes
8.45.0
8.44.1
Does any of this look wrong? Please let us know.
Commits
See the full diff on Github. The new version differs by 24 commits:
chore(release): publish 8.45.0fix(eslint-plugin): [prefer-nullish-coalescing] ignoreBooleanCoercion should not apply to top-level ternary expressions (#11614)chore(deps): update eslint monorepo to v9.36.0 (#11644)chore(deps): update dependency knip to v5.64.0 (#11658)feat(eslint-plugin): expose rule name via RuleModule interface (#11616)docs: add parserOptions note to Type Checking (#11523)chore: slightly improve `convertComments` (#11632)chore: update test fixtures to avoid spellcheck error (#11626)chore(deps): update dependency typedoc-plugin-markdown to v4.9.0 (#11649)fix(eslint-plugin): [no-base-to-string] check if superclass is ignored (#11617)fix: disable generating declaration maps (#11627)fix(ast-spec): narrow ArrowFunctionExpression.generator to false (#11636)docs: switch outdated `overrides` FAQ to `files` (#11643)chore(website): lint for missing `g` flag (#11645)chore(deps): update dependency monaco-editor to ~0.53.0 (#11607)chore(release): publish 8.44.1chore(deps): update dependency globals to v16.4.0 (#11610)fix(eslint-plugin): [await-thenable] should not report passing values to promise aggregators which may be a promise in an array literal (#11611)chore(deps): update dependency make-dir to v5.1.0 (#11612)fix(eslint-plugin): [no-unsafe-enum-comparison] support unions of literals (#11599)fix(eslint-plugin): [no-base-to-string] make ignoredTypeNames match type names without generics (#11597)fix(typescript-estree): forbid class property with name `constructor` (#11590)chore(typescript-estree): add `Converter#convertChildren()` (#11592)chore(typescript-estree): simplify `convertImportAttributes` (#11594)Release Notes
8.44.1
Does any of this look wrong? Please let us know.
Commits
See the full diff on Github. The new version differs by 24 commits:
chore(release): publish 8.45.0fix(eslint-plugin): [prefer-nullish-coalescing] ignoreBooleanCoercion should not apply to top-level ternary expressions (#11614)chore(deps): update eslint monorepo to v9.36.0 (#11644)chore(deps): update dependency knip to v5.64.0 (#11658)feat(eslint-plugin): expose rule name via RuleModule interface (#11616)docs: add parserOptions note to Type Checking (#11523)chore: slightly improve `convertComments` (#11632)chore: update test fixtures to avoid spellcheck error (#11626)chore(deps): update dependency typedoc-plugin-markdown to v4.9.0 (#11649)fix(eslint-plugin): [no-base-to-string] check if superclass is ignored (#11617)fix: disable generating declaration maps (#11627)fix(ast-spec): narrow ArrowFunctionExpression.generator to false (#11636)docs: switch outdated `overrides` FAQ to `files` (#11643)chore(website): lint for missing `g` flag (#11645)chore(deps): update dependency monaco-editor to ~0.53.0 (#11607)chore(release): publish 8.44.1chore(deps): update dependency globals to v16.4.0 (#11610)fix(eslint-plugin): [await-thenable] should not report passing values to promise aggregators which may be a promise in an array literal (#11611)chore(deps): update dependency make-dir to v5.1.0 (#11612)fix(eslint-plugin): [no-unsafe-enum-comparison] support unions of literals (#11599)fix(eslint-plugin): [no-base-to-string] make ignoredTypeNames match type names without generics (#11597)fix(typescript-estree): forbid class property with name `constructor` (#11590)chore(typescript-estree): add `Converter#convertChildren()` (#11592)chore(typescript-estree): simplify `convertImportAttributes` (#11594)Release Notes
8.45.0
8.44.1
Does any of this look wrong? Please let us know.
Commits
See the full diff on Github. The new version differs by 24 commits:
chore(release): publish 8.45.0fix(eslint-plugin): [prefer-nullish-coalescing] ignoreBooleanCoercion should not apply to top-level ternary expressions (#11614)chore(deps): update eslint monorepo to v9.36.0 (#11644)chore(deps): update dependency knip to v5.64.0 (#11658)feat(eslint-plugin): expose rule name via RuleModule interface (#11616)docs: add parserOptions note to Type Checking (#11523)chore: slightly improve `convertComments` (#11632)chore: update test fixtures to avoid spellcheck error (#11626)chore(deps): update dependency typedoc-plugin-markdown to v4.9.0 (#11649)fix(eslint-plugin): [no-base-to-string] check if superclass is ignored (#11617)fix: disable generating declaration maps (#11627)fix(ast-spec): narrow ArrowFunctionExpression.generator to false (#11636)docs: switch outdated `overrides` FAQ to `files` (#11643)chore(website): lint for missing `g` flag (#11645)chore(deps): update dependency monaco-editor to ~0.53.0 (#11607)chore(release): publish 8.44.1chore(deps): update dependency globals to v16.4.0 (#11610)fix(eslint-plugin): [await-thenable] should not report passing values to promise aggregators which may be a promise in an array literal (#11611)chore(deps): update dependency make-dir to v5.1.0 (#11612)fix(eslint-plugin): [no-unsafe-enum-comparison] support unions of literals (#11599)fix(eslint-plugin): [no-base-to-string] make ignoredTypeNames match type names without generics (#11597)fix(typescript-estree): forbid class property with name `constructor` (#11590)chore(typescript-estree): add `Converter#convertChildren()` (#11592)chore(typescript-estree): simplify `convertImportAttributes` (#11594)Release Notes
8.45.0
8.44.1
Does any of this look wrong? Please let us know.
Commits
See the full diff on Github. The new version differs by 24 commits:
chore(release): publish 8.45.0fix(eslint-plugin): [prefer-nullish-coalescing] ignoreBooleanCoercion should not apply to top-level ternary expressions (#11614)chore(deps): update eslint monorepo to v9.36.0 (#11644)chore(deps): update dependency knip to v5.64.0 (#11658)feat(eslint-plugin): expose rule name via RuleModule interface (#11616)docs: add parserOptions note to Type Checking (#11523)chore: slightly improve `convertComments` (#11632)chore: update test fixtures to avoid spellcheck error (#11626)chore(deps): update dependency typedoc-plugin-markdown to v4.9.0 (#11649)fix(eslint-plugin): [no-base-to-string] check if superclass is ignored (#11617)fix: disable generating declaration maps (#11627)fix(ast-spec): narrow ArrowFunctionExpression.generator to false (#11636)docs: switch outdated `overrides` FAQ to `files` (#11643)chore(website): lint for missing `g` flag (#11645)chore(deps): update dependency monaco-editor to ~0.53.0 (#11607)chore(release): publish 8.44.1chore(deps): update dependency globals to v16.4.0 (#11610)fix(eslint-plugin): [await-thenable] should not report passing values to promise aggregators which may be a promise in an array literal (#11611)chore(deps): update dependency make-dir to v5.1.0 (#11612)fix(eslint-plugin): [no-unsafe-enum-comparison] support unions of literals (#11599)fix(eslint-plugin): [no-base-to-string] make ignoredTypeNames match type names without generics (#11597)fix(typescript-estree): forbid class property with name `constructor` (#11590)chore(typescript-estree): add `Converter#convertChildren()` (#11592)chore(typescript-estree): simplify `convertImportAttributes` (#11594)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
Go to the Depfu Dashboard to see the state of your dependencies and to customize how Depfu works.