Skip to content

feat(deps): upgrade upstream dependencies#1367

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

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

Conversation

@Brooooooklyn
Copy link
Copy Markdown
Member

@Brooooooklyn Brooooooklyn commented Apr 13, 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
Only adjusts YAML quoting for the vitest-dev override in pnpm-workspace.yaml, with no runtime code changes. Risk is limited to potential package resolution differences if pnpm parsed the unquoted value differently.

Overview
Normalizes the pnpm-workspace.yaml overrides entry for vitest-dev by quoting the npm:vitest@^4.1.4 specifier, ensuring it is treated as a plain string during parsing.

Reviewed by Cursor Bugbot for commit 8df316b. Bugbot is set up for automated code reviews on this repo. Configure here.

@netlify
Copy link
Copy Markdown

netlify bot commented Apr 13, 2026

Deploy Preview for viteplus-preview ready!

Name Link
🔨 Latest commit 8df316b
🔍 Latest deploy log https://app.netlify.com/projects/viteplus-preview/deploys/69dc471c83302e00083f18db
😎 Deploy Preview https://deploy-preview-1367--viteplus-preview.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify project configuration.

@fengmk2 fengmk2 closed this Apr 13, 2026
Comment thread pnpm-workspace.yaml
vite: workspace:@voidzero-dev/vite-plus-core@*
vitest: workspace:@voidzero-dev/vite-plus-test@*
vitest-dev: npm:vitest@^4.1.4
vitest-dev: 'npm:vitest@^4.1.4'
Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

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

Single quotes are unnecessary.

fengmk2 added a commit that referenced this pull request Apr 13, 2026
…ript

The upgrade script was wrapping the vitest-dev override value in single
quotes, but pnpm-workspace.yaml stores it unquoted. This caused a
spurious formatting change on every upgrade run.

Closes #1367
fengmk2 added a commit that referenced this pull request Apr 13, 2026
…ript

The upgrade script was wrapping the vitest-dev override value in single
quotes, but pnpm-workspace.yaml stores it unquoted. This caused a
spurious formatting change on every upgrade run.

Closes #1367
fengmk2 added a commit that referenced this pull request Apr 13, 2026
…ript (#1368)

## Summary
- The upgrade script was wrapping the `vitest-dev` override value in
single quotes (`'npm:vitest@^x.y.z'`), but `pnpm-workspace.yaml` stores
it unquoted (`npm:vitest@^x.y.z`)
- This caused a spurious formatting change on every automated upgrade
run

Closes #1367
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.

2 participants