Skip to content

Commit f64bb6c

Browse files
Brooooooklyngithub-actions[bot]fengmk2
authored
feat(deps): upgrade upstream dependencies (#1319)
Automated daily upgrade of upstream dependencies: - rolldown (latest tag) - vite (latest tag) - vitest (latest npm version) - tsdown (latest npm version) Build status: failure <!-- CURSOR_SUMMARY --> --- > [!NOTE] > **Medium Risk** > Mostly dependency/toolchain bumps (Vite, esbuild, TypeScript/linters, Playwright, Sass) that can affect builds and generated outputs despite minimal code changes. > > **Overview** > Updates the monorepo’s upstream/toolchain versions, including bumping bundled `vite` to `8.0.5`, advancing the tracked upstream Vite commit in `.upstream-versions.json`, and widening `esbuild` peer support to include `^0.28.0`. > > Refreshes the lockfile with related dependency upgrades (notably TypeScript `6.0.2`, `oxlint-tsgolint` `0.20.0`, Sass `1.99.0`, Playwright Chromium `1.59.1`, and various transitive updates), and tweaks config by adding `baseline-browser-mapping` to `pnpm-workspace.yaml` exclusions and disabling the `typescript/no-unnecessary-type-arguments` lint rule. > > <sup>Reviewed by [Cursor Bugbot](https://cursor.com/bugbot) for commit e290a61. Bugbot is set up for automated code reviews on this repo. Configure [here](https://www.cursor.com/dashboard/bugbot).</sup> <!-- /CURSOR_SUMMARY --> --------- Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> Co-authored-by: MK (fengmk2) <fengmk2@gmail.com>
1 parent e833657 commit f64bb6c

File tree

5 files changed

+695
-763
lines changed

5 files changed

+695
-763
lines changed

packages/core/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -140,7 +140,7 @@
140140
"@tsdown/exe": "0.21.7",
141141
"@types/node": "^20.19.0 || >=22.12.0",
142142
"@vitejs/devtools": "^0.1.0",
143-
"esbuild": "^0.27.0",
143+
"esbuild": "^0.28.0",
144144
"jiti": ">=1.21.0",
145145
"less": "^4.0.0",
146146
"publint": "^0.3.0",
@@ -217,7 +217,7 @@
217217
"node": "^20.19.0 || >=22.12.0"
218218
},
219219
"bundledVersions": {
220-
"vite": "8.0.3",
220+
"vite": "8.0.5",
221221
"rolldown": "1.0.0-rc.13",
222222
"tsdown": "0.21.7"
223223
}

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": "a248a410426a08916771ba82f37b3496375636b8"
10+
"hash": "1a12d4ca4c62eedaeaf734d722b27ab17b5b1dd0"
1111
}
1212
}

0 commit comments

Comments
 (0)