Skip to content

chore(deps): update dependency vite-plus to v0.1.14#8902

Merged
shulaoda merged 3 commits intorolldown:mainfrom
camc314:renovate/vite+
Mar 25, 2026
Merged

chore(deps): update dependency vite-plus to v0.1.14#8902
shulaoda merged 3 commits intorolldown:mainfrom
camc314:renovate/vite+

Conversation

@camc314
Copy link
Copy Markdown
Contributor

@camc314 camc314 commented Mar 25, 2026

This PR also updatest the three tsconfigs to align with some stricter TS options introduced by typescript

microsoft/typescript-go#2819

closes #8893

Copilot AI review requested due to automatic review settings March 25, 2026 09:13
Copy link
Copy Markdown
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

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

Pull request overview

This PR updates the vite-plus dependency to v0.1.14 (and associated transitive tooling versions) and aligns a few package-level TypeScript configs with stricter TS behavior by explicitly setting rootDir.

Changes:

  • Bump vite-plus to 0.1.14 and refresh related lockfile entries (e.g. ws, picomatch, oxlint/oxfmt).
  • Set explicit rootDir for packages/test-dev-server, packages/pluginutils, and packages/debug TypeScript projects.

Reviewed changes

Copilot reviewed 3 out of 4 changed files in this pull request and generated 1 comment.

File Description
pnpm-lock.yaml Updates lockfile to reflect [email protected] and related dependency version bumps.
packages/test-dev-server/tsconfig.json Sets rootDir to ./src to make project root explicit under stricter TS settings.
packages/pluginutils/tsconfig.json Adds rootDir (currently src) for explicit project rooting.
packages/debug/tsconfig.json Sets rootDir to ./src for explicit project rooting.
Files not reviewed (1)
  • pnpm-lock.yaml: Language not supported

@shulaoda shulaoda merged commit 3633cc7 into rolldown:main Mar 25, 2026
25 checks passed
@github-actions github-actions bot mentioned this pull request Mar 25, 2026
shulaoda added a commit that referenced this pull request Mar 25, 2026
## [1.0.0-rc.12] - 2026-03-25

### 🚀 Features

- chunk-optimizer: skip circular dependency check when strict execution order is enabled (#8886) by @hyf0

### 🐛 Bug Fixes

- emit build warnings during watch mode rebuilds (#8897) by @IWANABETHATGUY
- lazy-barrel: load import-then-export specifiers when barrel has local exports (#8895) by @shulaoda
- correct execution order of transferred CJS init calls (#8877) by @IWANABETHATGUY
- mcs: `entriesAware` should calculate sizes without duplication (#8887) by @hyf0
- non-deterministic chunk generation (#8882) by @sapphi-red
- `is_top_level` incorrectly treats strict-mode scopes as top-level (#8878) by @Dunqing

### 🚜 Refactor

- treeshake: migrate SideEffectDetector to Oxc's MayHaveSideEffects trait (#8624) by @Dunqing

### 🧪 Testing

- make dev server tests deterministic by replacing fixed sleeps with event-driven polling (#8561) by @Boshen

### ⚙️ Miscellaneous Tasks

- deps: update dependency vite-plus to v0.1.14 (#8902) by @camc314
- deps: update dependency oxfmt to ^0.42.0 (#8891) by @renovate[bot]
- deps: update rust crate oxc_sourcemap to v6.1.1 (#8890) by @renovate[bot]
- remove Rolldown MF plan (#8883) by @shulaoda
- deps: update rollup submodule for tests to v4.60.0 (#8881) by @sapphi-red
- deps: update test262 submodule for tests (#8880) by @sapphi-red
- deps: upgrade oxc crates to 0.122.0 (#8879) by @shulaoda

Co-authored-by: shulaoda <[email protected]>
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.

3 participants