chore: update TypeScript to 7.0.2#242
Conversation
|
Warning Review limit reached
Next review available in: 59 minutes Enable usage-based reviews in Billing to review now. Otherwise, wait until the next included review is available. How can I continue?After more reviews become available, a review can be triggered using the To avoid repeated limits, reduce automatic review volume by pausing incremental auto-reviews earlier, using label-based review opt-in, excluding WIP or generated PR titles, or requesting reviews manually when the PR is ready. If your team needs uninterrupted high-volume reviews, an organization admin can enable usage-based reviews. How do review limits work?CodeRabbit enforces per-developer PR review limits for each organization. Most developers receive the normal plan review availability. For paid Pro and Pro+ PR reviews, CodeRabbit uses adaptive limits for sustained high-volume activity. When a developer's recent PR review activity reaches the 95th percentile or higher among CodeRabbit users, additional reviews become available more gradually as earlier reviews age out of the rolling window. Please refer docs for additional details. Review details⚙️ Run configurationConfiguration used: Organization UI Review profile: CHILL Plan: Pro Plus Run ID: ⛔ Files ignored due to path filters (1)
📒 Files selected for processing (2)
✨ Finishing Touches🧪 Generate unit tests (beta)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
There was a problem hiding this comment.
💡 Codex Review
Here are some automated review suggestions for this pull request.
Reviewed commit: e86cdaa6cc
ℹ️ About Codex in GitHub
Your team has set up Codex to review pull requests in this repo. Reviews are triggered when you
- Open a pull request for review
- Mark a draft as ready
- Comment "@codex review".
If Codex has suggestions, it will comment; otherwise it will react with 👍.
Codex can also answer questions or update the PR. Try commenting "@codex address that feedback".
There was a problem hiding this comment.
Pull request overview
This PR updates the repo’s toolchain to TypeScript 7.0.2, including the associated lockfile refresh, and bumps @rslib/core to a version compatible with TS 7’s declaration generation pipeline.
Changes:
- Bump
typescriptfrom^6.0.3to^7.0.2. - Bump
@rslib/corefrom^0.22.1to^0.23.2to maintain compatibility with TS 7. - Update pnpm workspace configuration and regenerate
pnpm-lock.yamlaccordingly.
Reviewed changes
Copilot reviewed 2 out of 3 changed files in this pull request and generated no comments.
| File | Description |
|---|---|
| pnpm-workspace.yaml | Adds minimumReleaseAgeExclude entries for TypeScript packages to avoid release-age gating for these deps. |
| pnpm-lock.yaml | Lockfile refresh reflecting TypeScript 7 and updated transitive dependency graph (notably updated rsbuild/rslib-related deps). |
| package.json | Updates typescript and @rslib/core devDependencies to the new versions. |
Files not reviewed (1)
- pnpm-lock.yaml: Generated file
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
Summary
This PR updates TypeScript to 7.0.2 and refreshes the pnpm lockfile.
It also updates
@rslib/coreto 0.23.2 because the older declaration generation pipeline is not compatible with TypeScript 7.Validated with
pnpm install --frozen-lockfile,pnpm build, andpnpm test.Related Links
https://github.com/microsoft/TypeScript/releases/tag/v7.0.2