chore(deps): update dependency typescript to v6#268
Open
renovate[bot] wants to merge 1 commit into
Open
Conversation
|
The latest updates on your projects. Learn more about Vercel for GitHub. 1 Skipped Deployment
|
94c2fb2 to
99a1e41
Compare
There was a problem hiding this comment.
Pull request overview
Updates the workspace’s TypeScript toolchain to v6, aligning the root Nuxt app and the @chronoframe/webgl-image package on the new compiler version.
Changes:
- Bump
typescriptdevDependency in the rootpackage.jsonto^6.0.2. - Bump
typescriptdevDependency inpackages/webgl-image/package.jsonto^6.0.2. - Refresh
pnpm-lock.yamlto reflect the new TypeScript version throughout the dependency graph.
Reviewed changes
Copilot reviewed 2 out of 3 changed files in this pull request and generated 2 comments.
| File | Description |
|---|---|
| package.json | Updates the root workspace TypeScript devDependency to v6.0.2. |
| packages/webgl-image/package.json | Updates the WebGL package’s local TypeScript devDependency to v6.0.2. |
| pnpm-lock.yaml | Lockfile regeneration reflecting the TypeScript v6 upgrade across resolved deps/peers. |
Files not reviewed (1)
- pnpm-lock.yaml: Language not supported
| "oxlint": "^1.59.0", | ||
| "sass-embedded": "^1.99.0", | ||
| "typescript": "^5.9.3", | ||
| "typescript": "^6.0.2", |
Comment on lines
+12610
to
+12615
| '@typescript-eslint/project-service@8.46.1(typescript@6.0.2)': | ||
| dependencies: | ||
| '@typescript-eslint/tsconfig-utils': 8.46.1(typescript@5.9.3) | ||
| '@typescript-eslint/tsconfig-utils': 8.46.1(typescript@6.0.2) | ||
| '@typescript-eslint/types': 8.46.1 | ||
| debug: 4.4.3 | ||
| typescript: 5.9.3 | ||
| typescript: 6.0.2 |
a863e20 to
106107c
Compare
a4537bc to
6ed7730
Compare
6ed7730 to
94e169b
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
^5.9.3→^6.0.3Release Notes
microsoft/TypeScript (typescript)
v6.0.3Compare Source
v6.0.2Compare Source
Configuration
📅 Schedule: (UTC)
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR was generated by Mend Renovate. View the repository job log.