Bump version to 6.0 - #62162
Merged
Merged
Conversation
Daniel Rosenwasser (DanielRosenwasser)
requested a review
from Jake Bailey (jakebailey)
July 31, 2025 22:41
Contributor
There was a problem hiding this comment.
Pull Request Overview
This PR bumps the TypeScript version from 5.9 to 6.0, marking a major version increment. The changes update version identifiers across the codebase to reflect the new major release.
- Updates version numbers from 5.9.x to 6.0.x
- Maintains consistency between package.json and internal compiler version constants
Reviewed Changes
Copilot reviewed 2 out of 3 changed files in this pull request and generated no comments.
| File | Description |
|---|---|
| src/compiler/corePublic.ts | Updates the internal TypeScript compiler version constant |
| package.json | Updates the package version for npm distribution |
Contributor
|
Looks like you're introducing a change to the public API surface area. If this includes breaking changes, please document them on our wiki's API Breaking Changes page. Also, please make sure Daniel Rosenwasser (@DanielRosenwasser) and Ryan Cavanaugh (@RyanCavanaugh) are aware of the changes, just as a heads up. |
Daniel Rosenwasser (DanielRosenwasser)
enabled auto-merge (squash)
July 31, 2025 22:41
Daniel Rosenwasser (DanielRosenwasser)
requested a review
from Ryan Cavanaugh (RyanCavanaugh)
July 31, 2025 22:42
| "author": "Microsoft Corp.", | ||
| "homepage": "https://www.typescriptlang.org/", | ||
| "version": "5.9.0", | ||
| "version": "6.0.0", |
There was a problem hiding this comment.
Missing the package-lock.json update
Jake Bailey (jakebailey)
approved these changes
Jul 31, 2025
Daniel Rosenwasser (DanielRosenwasser)
merged commit Jul 31, 2025
c6a1812
into
main
29 checks passed
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 subscribe to this conversation on GitHub.
Already have an account?
Sign in.
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.
No description provided.