Update TypeScript to v6#67
Merged
Merged
Conversation
|
Review the following changes in direct dependencies. Learn more about Socket for GitHub.
|
ocavue
commented
May 19, 2026
| }, | ||
| "devDependencies": { | ||
| "@actions/github": "^6.0.0", | ||
| "@actions/github": "^9.0.0", |
Contributor
Author
There was a problem hiding this comment.
Note for reviewers:
Update @actions/github to reduce the required trustPolicyExclude changes in pnpm-workspace.yaml. Since @actions/github is only a devDep, this won't affect users.
ocavue
commented
May 19, 2026
| "pino-pretty": "^11.2.2", | ||
| "prettier": "^3.3.3", | ||
| "publint": "^0.3.20", | ||
| "ts-node": "^10.9.2", |
Contributor
Author
There was a problem hiding this comment.
Note for reviewers:
We not longer need ts-node.
ocavue
commented
May 19, 2026
Comment on lines
+10
to
+11
| trustPolicyExclude: | ||
| - semver@6.3.1 |
Contributor
Author
There was a problem hiding this comment.
Note for reviewers:
I need to add this to bypass the PNPM install error.
We cannot update semver@6.3.1 to the latest trusted version because it's an indirect dependency of Babel.
$ pnpm -r why semver
semver@6.3.1
├─┬ @babel/core@7.24.8
....
semver@7.8.0
├─┬ @changesets/apply-release-plan@7.0.4
....
Found 2 versions of semver
Andarist
approved these changes
May 19, 2026
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.
Update TypeScript from v5 to v6. Notice that only one version of TS is in the repo, as shown below:
This PR also includes some other deps updates. See my GitHub comments for more details.
The CI cannot pass because this PR is from a fork.