Commit f8a20c0
feat(deps): upgrade upstream dependencies (#947)
Automated daily upgrade of upstream dependencies:
- rolldown (latest tag)
- rolldown-vite (latest tag)
- vitest (latest npm version)
- tsdown (latest npm version)
Build status: success
<!-- CURSOR_SUMMARY -->
---
> [!NOTE]
> **Low Risk**
> Primarily bumps build/lint tool dependencies and lockfile entries,
with minimal impact on runtime behavior. Risk is limited to potential
CI/build or packaging regressions from the upgraded toolchain versions.
>
> **Overview**
> Upgrades the toolchain dependencies, including `tsdown` to `0.21.3`
(and matching `@tsdown/css`/`@tsdown/exe` peer/bundled versions), plus
related updates in `pnpm-lock.yaml`.
>
> Tweaks TypeScript ergonomics in templates/docs by adding a `*.css`
module declaration for VitePress and including Node typings (`"types":
["node"]`) in the CLI generator `tsconfig.json`. Also bumps
`oxlint-tsgolint` and `tinyexec` versions via workspace catalog/lockfile
updates.
>
> <sup>Written by [Cursor
Bugbot](https://cursor.com/dashboard?tab=bugbot) for commit
fd6f74f. This will update automatically
on new commits. Configure
[here](https://cursor.com/dashboard?tab=bugbot).</sup>
<!-- /CURSOR_SUMMARY -->
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>1 parent 1d5f337 commit f8a20c0
File tree
5 files changed
+84
-80
lines changed- docs/.vitepress
- packages
- cli/templates/generator
- core
5 files changed
+84
-80
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
5 | 5 | | |
6 | 6 | | |
7 | 7 | | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
8 | 11 | | |
9 | 12 | | |
10 | 13 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
7 | | - | |
| 7 | + | |
| 8 | + | |
8 | 9 | | |
9 | 10 | | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
136 | 136 | | |
137 | 137 | | |
138 | 138 | | |
139 | | - | |
140 | | - | |
| 139 | + | |
| 140 | + | |
141 | 141 | | |
142 | 142 | | |
143 | 143 | | |
| |||
219 | 219 | | |
220 | 220 | | |
221 | 221 | | |
222 | | - | |
| 222 | + | |
223 | 223 | | |
224 | 224 | | |
0 commit comments