You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Low Risk
Dependency-only change limited to the website package; no application logic changes, though TS 7 may surface new typecheck or build issues in the docs site.
Overview
Bumps the website app’s TypeScript dependency from 6.0.3 to 7.0.2, with matching updates in pnpm-lock.yaml (including TS 7 platform optional packages and peer resolution for nextra, twoslash, and @shikijs/twoslash).
The root workspace and react-rx package are unchanged and still pin TypeScript 6.0.3, so this is a localized docs-site toolchain upgrade rather than a monorepo-wide compiler bump.
Reviewed by Cursor Bugbot for commit 849d07e. Bugbot is set up for automated code reviews on this repo. Configure here.
Merging this PR will not cause a version bump for any packages. If these changes should not result in a new version, you're good to go. If these changes should result in a version bump, you need to add a changeset.
This PR includes no changesets
When changesets are added to this PR, you'll see the packages that this PR includes changesets for and the associated semver types
Because you closed this PR without merging, Renovate will ignore this update. You will not get PRs for any future 7.x releases. But if you manually upgrade to 7.x then Renovate will re-enable minor and patch updates automatically.
If you accidentally closed this PR, or if you changed your mind: rename this PR to get a fresh replacement PR.
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
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:
6.0.3→7.0.2Release Notes
microsoft/TypeScript (typescript)
v7.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 has been generated by Mend Renovate using a curated preset maintained by
. View repository job log here
Note
Low Risk
Dependency-only change limited to the website package; no application logic changes, though TS 7 may surface new typecheck or build issues in the docs site.
Overview
Bumps the website app’s TypeScript dependency from 6.0.3 to 7.0.2, with matching updates in
pnpm-lock.yaml(including TS 7 platform optional packages and peer resolution for nextra, twoslash, and@shikijs/twoslash).The root workspace and
react-rxpackage are unchanged and still pin TypeScript 6.0.3, so this is a localized docs-site toolchain upgrade rather than a monorepo-wide compiler bump.Reviewed by Cursor Bugbot for commit 849d07e. Bugbot is set up for automated code reviews on this repo. Configure here.