Skip to content

Commit 99bb918

Browse files
committed
feat(deps): upgrade upstream dependencies (#1161)
Automated daily upgrade of upstream dependencies: - rolldown (latest tag) - vite (latest tag) - vitest (latest npm version) - tsdown (latest npm version) Build status: success <!-- CURSOR_SUMMARY --> --- > [!NOTE] > **Low Risk** > Low risk dependency-only update, but it may introduce build/test behavior changes due to Vite/Vitest version bumps and related transitive upgrades. > > **Overview** > Updates bundled/toolchain dependency versions: **Vite** is bumped from `8.0.2` to `8.0.3`, and **Vitest** (plus all `@vitest/*` packages and `vitest-dev`) from `4.1.1` to `4.1.2`. > > Refreshes upstream pinning (`packages/tools/.upstream-versions.json`) and lockfile/workspace overrides to match the new versions, including related transitive bumps like `tinyrainbow` and `flatted`. > > <sup>Written by [Cursor Bugbot](https://cursor.com/dashboard?tab=bugbot) for commit 555218c. This will update automatically on new commits. Configure [here](https://cursor.com/dashboard?tab=bugbot).</sup> <!-- /CURSOR_SUMMARY -->
1 parent 826142d commit 99bb918

5 files changed

Lines changed: 138 additions & 138 deletions

File tree

packages/core/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -217,7 +217,7 @@
217217
"node": "^20.19.0 || >=22.12.0"
218218
},
219219
"bundledVersions": {
220-
"vite": "8.0.2",
220+
"vite": "8.0.3",
221221
"rolldown": "1.0.0-rc.12",
222222
"tsdown": "0.21.5"
223223
}

packages/test/package.json

Lines changed: 15 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -293,17 +293,17 @@
293293
"@blazediff/core": "1.9.1",
294294
"@oxc-node/cli": "catalog:",
295295
"@oxc-node/core": "catalog:",
296-
"@vitest/browser": "4.1.1",
297-
"@vitest/browser-playwright": "4.1.1",
298-
"@vitest/browser-preview": "4.1.1",
299-
"@vitest/browser-webdriverio": "4.1.1",
300-
"@vitest/expect": "4.1.1",
301-
"@vitest/mocker": "4.1.1",
302-
"@vitest/pretty-format": "4.1.1",
303-
"@vitest/runner": "4.1.1",
304-
"@vitest/snapshot": "4.1.1",
305-
"@vitest/spy": "4.1.1",
306-
"@vitest/utils": "4.1.1",
296+
"@vitest/browser": "4.1.2",
297+
"@vitest/browser-playwright": "4.1.2",
298+
"@vitest/browser-preview": "4.1.2",
299+
"@vitest/browser-webdriverio": "4.1.2",
300+
"@vitest/expect": "4.1.2",
301+
"@vitest/mocker": "4.1.2",
302+
"@vitest/pretty-format": "4.1.2",
303+
"@vitest/runner": "4.1.2",
304+
"@vitest/snapshot": "4.1.2",
305+
"@vitest/spy": "4.1.2",
306+
"@vitest/utils": "4.1.2",
307307
"chai": "^6.2.1",
308308
"convert-source-map": "^2.0.0",
309309
"estree-walker": "^3.0.3",
@@ -315,15 +315,15 @@
315315
"picomatch": "^4.0.3",
316316
"rolldown": "workspace:*",
317317
"rolldown-plugin-dts": "catalog:",
318-
"tinyrainbow": "^3.0.3",
319-
"vitest-dev": "^4.1.1",
318+
"tinyrainbow": "^3.1.0",
319+
"vitest-dev": "^4.1.2",
320320
"why-is-node-running": "^2.3.0"
321321
},
322322
"peerDependencies": {
323323
"@edge-runtime/vm": "*",
324324
"@opentelemetry/api": "^1.9.0",
325325
"@types/node": "^20.0.0 || ^22.0.0 || >=24.0.0",
326-
"@vitest/ui": "4.1.1",
326+
"@vitest/ui": "4.1.2",
327327
"happy-dom": "*",
328328
"jsdom": "*",
329329
"vite": "^6.0.0 || ^7.0.0 || ^8.0.0"
@@ -355,6 +355,6 @@
355355
"node": "^20.0.0 || ^22.0.0 || >=24.0.0"
356356
},
357357
"bundledVersions": {
358-
"vitest": "4.1.1"
358+
"vitest": "4.1.2"
359359
}
360360
}

packages/tools/.upstream-versions.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,6 @@
77
"vite": {
88
"repo": "https://github.com/vitejs/vite.git",
99
"branch": "main",
10-
"hash": "faeb746721da80689d2cb62b589cc45edb779bdc"
10+
"hash": "a248a410426a08916771ba82f37b3496375636b8"
1111
}
1212
}

0 commit comments

Comments
 (0)