Skip to content

chore(deps): update dependency typescript to v7 - #2071

Open
renovate[bot] wants to merge 3 commits into
mainfrom
renovate/major-typescript-(breaking)
Open

chore(deps): update dependency typescript to v7#2071
renovate[bot] wants to merge 3 commits into
mainfrom
renovate/major-typescript-(breaking)

Conversation

@renovate

@renovate renovate Bot commented Aug 26, 2026

Copy link
Copy Markdown
Contributor

This PR contains the following updates:

Package Change Age Confidence
typescript (source) 5.9.37.0.2 age confidence

Release Notes

microsoft/TypeScript (typescript)

v7.0.2

Compare Source

v6.0.3: TypeScript 6.0.3

Compare Source

For release notes, check out the release announcement blog post.

Downloads are available on:

v6.0.2: TypeScript 6.0

Compare Source

For release notes, check out the release announcement blog post.

Downloads are available on:


Configuration

📅 Schedule: (UTC)

  • Branch creation
    • "before 6am on the first day of the month"
  • Automerge
    • At any time (no schedule defined)

🚦 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.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@changeset-bot

changeset-bot Bot commented Aug 26, 2026

Copy link
Copy Markdown

⚠️ No Changeset found

Latest commit: acb1ffd

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

Click here to learn what changesets are, and how to add one.

Click here if you're a maintainer who wants to add a changeset to this PR

@devin-ai-integration devin-ai-integration Bot left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

✅ Devin Review: No Issues Found

Devin Review analyzed this PR and found no potential bugs to report.

View in Devin Review to see 1 additional finding.

Open in Devin Review

@renovate

renovate Bot commented Aug 26, 2026

Copy link
Copy Markdown
Contributor Author

Edited/Blocked Notification

Renovate will not automatically rebase this PR, because it does not recognize the last commit author and assumes somebody else may have edited the PR.

You can manually request rebase by checking the rebase/retry box above.

⚠️ Warning: custom changes will be lost.

@devin-ai-integration devin-ai-integration Bot left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Devin Review found 1 new potential issue.

View 2 additional findings in Devin Review. (Configure)

Open in Devin Review

Comment thread pnpm-workspace.yaml
@@ -1,5 +1,5 @@
catalog:
typescript: 5.9.3
typescript: 7.0.2

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

🔴 downlevel-dts TypeScript pin is stale and inverted

Changing the catalog typescript to 7.0.2 makes the override downlevel-dts>typescript: 'catalog:' resolve to the TS7 native preview that lacks the . export — the exact ERR_PACKAGE_PATH_NOT_EXPORTED failure the comment says to avoid. The override key also no longer matches the dependency, which was renamed to @nbilyk/downlevel-dts (package.json:114), so it applies to nothing.

Prompt for agents
The pnpm override `downlevel-dts>typescript: 'catalog:'` was meant to force the downlevel-dts tool onto a working (non-native-preview) TypeScript, avoiding ERR_PACKAGE_PATH_NOT_EXPORTED. Two problems now: the dependency was renamed to @nbilyk/downlevel-dts in package.json so the override key `downlevel-dts>typescript` matches nothing; and the catalog `typescript` was changed to 7.0.2, which is the TS7 native preview (typescript@7.x on npm, same as @typescript/native) that lacks the `.` export. So the override, even if it matched, would pin to the broken version. Update the override key to `@nbilyk/downlevel-dts>typescript` and point it at a TypeScript that actually exposes the `.` export (e.g. the @typescript/typescript6 alias used for the main `typescript` devDependency), rather than `catalog:` which is now the native preview. Verify @nbilyk/downlevel-dts still exposes a `downlevel-dts` bin used by the build script.
Open in Devin Review

Was this helpful? React with 👍 or 👎 to provide feedback.

@github-actions

Copy link
Copy Markdown
Contributor

size-limit report 📦

Path Size
dist/livekit-client.esm.mjs 110.66 KB (0%)
dist/livekit-client.umd.js 119.72 KB (0%)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant