chore(deps-dev): bump typescript from 5.9.3 to 7.0.2 - #141
chore(deps-dev): bump typescript from 5.9.3 to 7.0.2#141dependabot[bot] wants to merge 1 commit into
Conversation
54fd7a1 to
fcc7f10
Compare
|
❌ Not Automerged The PR does not match any automerge rules. Details: No configuration rule matched this update Dependabot Information:
Modified Files:
|
fcc7f10 to
6fc8793
Compare
|
❌ Not Automerged The PR does not match any automerge rules. Details: No configuration rule matched this update Dependabot Information:
Modified Files:
|
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>
6fc8793 to
8434d19
Compare
|
❌ Not Automerged The PR does not match any automerge rules. Details: No configuration rule matched this update Dependabot Information:
Modified Files:
|
There was a problem hiding this comment.
🟡 Not ready to approve
The updated TypeScript version conflicts with existing @typescript-eslint/* peer dependency constraints (typescript >=4.8.4 <6.1.0), which is likely to break installs/CI until toolchain versions are aligned.
Once you've addressed the issues Copilot identified, you can request another Copilot review.
This review doesn't count toward merge requirements. Sign up for the private preview to control whether Copilot approvals count.
Pull request overview
This PR updates the project’s dev toolchain by bumping the typescript devDependency to ^7.0.2 and regenerating the lockfile accordingly.
Changes:
- Bump
typescriptfrom^5.9.3to^7.0.2inpackage.json. - Update
package-lock.jsonto reflect TypeScript 7.0.2 and related dependency tree changes (including@typescript-eslint/*packages).
File summaries
| File | Description |
|---|---|
| package.json | Updates the TypeScript devDependency to ^7.0.2. |
| package-lock.json | Regenerates lockfile for TypeScript 7.0.2 and updates transitive dependency resolutions. |
Review details
- Files reviewed: 1/2 changed files
- Comments generated: 1
- Review effort level: Lite
We're testing this review assessment. Please use 👍 or 👎 to tell us if it's correct.
| "@tsconfig/node22": "^22.0.5", | ||
| "@types/iobroker": "npm:@iobroker/types@^7.1.0", | ||
| "@types/node": "^22.20.1", | ||
| "tsx": "^4.23.1", | ||
| "typescript": "^5.9.3" | ||
| "typescript": "^7.0.2" | ||
| }, |
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.