Commit f64bb6c
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- packages
- core
- tools
5 files changed
+695
-763
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
140 | 140 | | |
141 | 141 | | |
142 | 142 | | |
143 | | - | |
| 143 | + | |
144 | 144 | | |
145 | 145 | | |
146 | 146 | | |
| |||
217 | 217 | | |
218 | 218 | | |
219 | 219 | | |
220 | | - | |
| 220 | + | |
221 | 221 | | |
222 | 222 | | |
223 | 223 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
7 | 7 | | |
8 | 8 | | |
9 | 9 | | |
10 | | - | |
| 10 | + | |
11 | 11 | | |
12 | 12 | | |
0 commit comments