Conversation
Bumps [typescript](https://github.com/microsoft/TypeScript) from 5.9.3 to 6.0.2. - [Release notes](https://github.com/microsoft/TypeScript/releases) - [Commits](microsoft/TypeScript@v5.9.3...v6.0.2) --- updated-dependencies: - dependency-name: typescript dependency-version: 6.0.2 dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
LabelsThe following labels could not be found: Please fix the above issues or remove invalid values from |
|
Review the following changes in direct dependencies. Learn more about Socket for GitHub.
|
|
Warning Review the following alerts detected in dependencies. According to your organization's Security Policy, it is recommended to resolve "Warn" alerts. Learn more about Socket for GitHub.
|
There was a problem hiding this comment.
Cursor Bugbot has reviewed your changes and found 1 potential issue.
❌ Bugbot Autofix is OFF. To automatically fix reported issues with cloud agents, enable autofix in the Cursor dashboard.
Reviewed by Cursor Bugbot for commit 68e5f3a. Configure here.
| "glob": "^13.0.3", | ||
| "mocha": "^11.7.5", | ||
| "typescript": "^5.9.3", | ||
| "typescript": "^6.0.2", |
There was a problem hiding this comment.
TypeScript 6 incompatible with @typescript-eslint peer dependency
High Severity
Bumping typescript to ^6.0.2 violates the peer dependency "typescript": ">=4.8.4 <6.0.0" declared by @typescript-eslint/eslint-plugin and @typescript-eslint/parser at version 8.56.1. TypeScript 6 support was only added in @typescript-eslint 8.58.0. This will cause peer dependency warnings/errors on install and likely break linting (npm run lint) since the parser may not correctly handle TypeScript 6.x syntax.
Additional Locations (2)
Reviewed by Cursor Bugbot for commit 68e5f3a. Configure here.


Bumps typescript from 5.9.3 to 6.0.2.
Release notes
Sourced from typescript's releases.
Commits
607a22aBump version to 6.0.2 and LKG9e72ab7🤖 Pick PR #63239 (Fix missing lib files in reused pro...) into release-6.0 (#...35ff23d🤖 Pick PR #63163 (Port anyFunctionType subtype fix an...) into release-6.0 (#...e175b69Bump version to 6.0.1-rc and LKGaf4caacUpdate LKG8efd7e8Merge remote-tracking branch 'origin/main' into release-6.0206ed1aDeprecate assert in import() (#63172)e688ac8Update dependencies (#63156)29b300dBump the github-actions group across 1 directory with 2 updates (#63205)0c2c7a3DOM update (#63183)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 rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore this major versionwill close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this minor versionwill close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)Note
Medium Risk
Major TypeScript upgrade can introduce new type-checking/build failures or require code changes, even though this PR only updates dependency metadata. Lockfile churn also raises the chance of subtle tooling/version-resolution differences in CI.
Overview
Upgrades the devDependency
typescriptfrom5.9.3to6.0.2inpackage.json.Updates
package-lock.jsonaccordingly, including refreshed transitive dependency resolutions (notably under@typescript-eslint/*) and a minor bump totinyglobby.Reviewed by Cursor Bugbot for commit 68e5f3a. Bugbot is set up for automated code reviews on this repo. Configure here.