feat: upgrade shared configs for TypeScript 7 - #9
Merged
Conversation
There was a problem hiding this comment.
Your trial has ended. Reactivate Greptile to resume code reviews.
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.
Summary
@vllnt/typescript@2.0.0for the stable TypeScript 7.0.2 compiler while retaining the official TypeScript 6 compatibility API for tools such astypescript-eslinttypes: [], stable ordering, side-effect import checks, no lib replacement) and document the breaking v1-to-v2 migration2.0.0 canary behavior
package.jsonis intentionally set to2.0.0. After this PR merges tomain, the push workflow publishes:under the npm
canarydist-tag. It does not movelatest. Stable2.0.0remains a separate, manually reviewed environment deployment from the already-versionedmaincommit.Breaking changes
>=6.0.2 <8.typesarray.rootDirexplicitly.Verification
pnpm checkpnpm audit --audit-level high— no known vulnerabilitiespnpm pack --dry-run --json— exact 11-file public package surfaceRepository settings
The
npmGitHub environment now requires maintainer review and restricts deployments to protected branches. No package, stable release, tag, or merge was created by this PR update.Closes #2
Closes #3
Closes #4
Closes #5
Closes #6
Supersedes #7