Bump typescript from 5.9.3 to 7.0.2 - #491
Conversation
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.
|
8c729ca to
0d3ae17
Compare
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.
Want reviews to match your repository better? Bugbot Learning can learn team-specific rules from PR activity. A team admin can enable Learning in the Cursor dashboard.
Reviewed by Cursor Bugbot for commit 0d3ae17. Configure here.
| "glob": "^13.0.3", | ||
| "mocha": "^11.7.6", | ||
| "typescript": "^5.9.3", | ||
| "typescript": "^7.0.2", |
There was a problem hiding this comment.
Incompatible TypeScript 7 eslint peer deps
High Severity
Bumping typescript to ^7.0.2 conflicts with @typescript-eslint/eslint-plugin and @typescript-eslint/parser at ^8.64.0, which declare a peer range of typescript >=4.8.4 <6.1.0. TypeScript 7 also removes the JavaScript Compiler API those packages rely on, so npm run lint (and thus pretest) is expected to fail or crash.
Additional Locations (2)
Reviewed by Cursor Bugbot for commit 0d3ae17. Configure here.
adb2e22 to
da80172
Compare
|
@dependabot rebase |
f7911fd to
43d0c3f
Compare
Bumps [typescript](https://github.com/microsoft/TypeScript) from 5.9.3 to 7.0.2. - [Release notes](https://github.com/microsoft/TypeScript/releases) - [Commits](https://github.com/microsoft/TypeScript/commits) --- updated-dependencies: - dependency-name: typescript dependency-version: 7.0.2 dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
43d0c3f to
6389cb4
Compare


Bumps typescript from 5.9.3 to 7.0.2.
Release notes
Sourced from typescript's releases.
Commits
Maintainer changes
This version was pushed to npm by microsoft1es, a new releaser for typescript since your current version.
Note
Medium Risk
Major TypeScript jump can surface new compile or type errors and may conflict with @typescript-eslint peer ranges; impact is limited to dev tooling, not the shipped extension runtime.
Overview
Bumps the TypeScript dev dependency from 5.9.3 to 7.0.2 in
package.json, with the correspondingpackage-lock.jsonrefresh.The lockfile reflects TypeScript 7’s packaging: platform-specific optional
@typescript/typescript-*binaries and atsc-only npm bin (notsserverentry in the resolved package). No extension source ortsconfig.jsonchanges are in this diff—compile/lint still run via existingtscand ESLint scripts.Reviewers should confirm
npm run compileandnpm run lintpass on TS 7, and note that@typescript-eslint/*still declares peer support for TypeScript < 6.1.0, which may affect type-aware ESLint behavior until those packages catch up.Reviewed by Cursor Bugbot for commit 6389cb4. Bugbot is set up for automated code reviews on this repo. Configure here.