Skip to content

feat(deps): upgrade upstream dependencies#1175

Open
Brooooooklyn wants to merge 1 commit intomainfrom
deps/upstream-update
Open

feat(deps): upgrade upstream dependencies#1175
Brooooooklyn wants to merge 1 commit intomainfrom
deps/upstream-update

Conversation

@Brooooooklyn
Copy link
Copy Markdown
Member

@Brooooooklyn Brooooooklyn commented Mar 28, 2026

Automated daily upgrade of upstream dependencies:

  • rolldown (latest tag)
  • vite (latest tag)
  • vitest (latest npm version)
  • tsdown (latest npm version)

Build status: success


Note

Low Risk
Low risk since this is limited to dependency/version bumps and lockfile updates, with no application/runtime code changes. Main impact is potential build/lint/typegen behavior differences from upgraded tooling.

Overview
Updates the repo’s tooling dependency set, including tsdown 0.21.50.21.6 (and @tsdown/css/@tsdown/exe peer + bundled versions), rolldown-plugin-dts 0.22.x0.23.1, and oxlint-tsgolint 0.17.40.18.1.

Regenerates pnpm-lock.yaml to reflect these bumps and related transitive upgrades (e.g., @babel/* 8.0.0-rc.2rc.3, get-tsconfig 4.13.64.13.7, unrun 0.2.330.2.34).

Written by Cursor Bugbot for commit 08ca256. This will update automatically on new commits. Configure here.

@netlify
Copy link
Copy Markdown

netlify bot commented Mar 28, 2026

Deploy Preview for viteplus-preview canceled.

Name Link
🔨 Latest commit 08ca256
🔍 Latest deploy log https://app.netlify.com/projects/viteplus-preview/deploys/69c72e174ec7190007f230e0

Copy link
Copy Markdown

@chatgpt-codex-connector chatgpt-codex-connector bot left a comment

Choose a reason for hiding this comment

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

💡 Codex Review

Here are some automated review suggestions for this pull request.

Reviewed commit: 08ca25631f

ℹ️ 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".

engines: {node: '>=20.19.0'}
peerDependencies:
'@ts-macro/tsc': ^0.3.6
'@typescript/native-preview': '>=7.0.0-dev.20260325.1'
Copy link
Copy Markdown

Choose a reason for hiding this comment

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

P2 Badge Keep native-preview version within rolldown-plugin-dts peer range

This upgrade pulls rolldown-plugin-dts@0.23.1, which now declares @typescript/native-preview peer >=7.0.0-dev.20260325.1, but the workspace is still pinned to 7.0.0-dev.20260122.2 (see pnpm-workspace.yaml), and the lockfile already resolves that mismatched pair (rolldown-plugin-dts@0.23.1(@typescript/native-preview@7.0.0-dev.20260122.2)). That leaves the dependency graph in a peer-mismatch state, which can fail in strict-peer installs and is risky for dts build paths that rely on native-preview APIs from the newer floor.

Useful? React with 👍 / 👎.

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