Commit 4e64087
feat(deps): upgrade upstream dependencies (#2311)
## Summary
- Automated upgrade of upstream dependencies.
- Bumps `rolldown` to `v1.2.2 (872b98a)`.
- Bumps catalog `rolldown-plugin-dts` (`^0.27.0` -> `^0.28.0`) and
`@napi-rs/*` tooling.
- Syncs the `rolldown-plugin-dts` `dts()` option in
`packages/core/build.ts` (`oxc: true` -> `generator: 'oxc'`) for the new
plugin major.
## Dependency updates
| Package | From | To |
| --- | --- | --- |
| `rolldown` | `93c535d` | `v1.2.2 (872b98a)` |
| `rolldown-plugin-dts` | `^0.27.0` | `^0.28.0` |
| `@napi-rs/cli` | `^3.8.0` | `^3.8.2` |
| `@napi-rs/wasm-runtime` | `^1.2.0` | `^1.2.2` |
## Code changes
- `packages/core/build.ts`: update the `dts()` plugin option from `oxc:
true` to `generator: 'oxc'` to match `rolldown-plugin-dts` v0.28.
- `pnpm-workspace.yaml`: bump `rolldown-plugin-dts`, `@napi-rs/cli`, and
`@napi-rs/wasm-runtime` catalog entries; add `@napi-rs/wasm-runtime` to
`minimumReleaseAgeExclude`.
- `packages/core/package.json`: update `bundledVersions.rolldown` from
`1.2.1` to `1.2.2`.
- Lockfile-only churn in `Cargo.lock` and `pnpm-lock.yaml`; upstream
version pin updated in `packages/tools/.upstream-versions.json`.
## Build status
- `sync-remote-and-build`: success
- `build-upstream`: failure
---------
Co-authored-by: voidzero-guard[bot] <278573678+voidzero-guard[bot]@users.noreply.github.com>
Co-authored-by: MK (fengmk2) <fengmk2@gmail.com>1 parent 5981c6e commit 4e64087
10 files changed
Lines changed: 402 additions & 52 deletions
File tree
- .github/workflows
- crates/vite_js_runtime/src
- ecosystem-ci
- packages
- cli/binding
- core
- tools
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
308 | 308 | | |
309 | 309 | | |
310 | 310 | | |
311 | | - | |
312 | | - | |
313 | | - | |
| 311 | + | |
| 312 | + | |
| 313 | + | |
| 314 | + | |
314 | 315 | | |
315 | 316 | | |
316 | 317 | | |
| |||
320 | 321 | | |
321 | 322 | | |
322 | 323 | | |
323 | | - | |
| 324 | + | |
324 | 325 | | |
325 | 326 | | |
326 | 327 | | |
| |||
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
786 | 786 | | |
787 | 787 | | |
788 | 788 | | |
| 789 | + | |
| 790 | + | |
| 791 | + | |
| 792 | + | |
789 | 793 | | |
790 | 794 | | |
791 | 795 | | |
| |||
818 | 822 | | |
819 | 823 | | |
820 | 824 | | |
| 825 | + | |
| 826 | + | |
| 827 | + | |
| 828 | + | |
821 | 829 | | |
822 | 830 | | |
823 | 831 | | |
| |||
899 | 907 | | |
900 | 908 | | |
901 | 909 | | |
| 910 | + | |
| 911 | + | |
| 912 | + | |
| 913 | + | |
902 | 914 | | |
903 | 915 | | |
904 | 916 | | |
| |||
1210 | 1222 | | |
1211 | 1223 | | |
1212 | 1224 | | |
| 1225 | + | |
| 1226 | + | |
| 1227 | + | |
| 1228 | + | |
1213 | 1229 | | |
1214 | 1230 | | |
1215 | 1231 | | |
| |||
1232 | 1248 | | |
1233 | 1249 | | |
1234 | 1250 | | |
| 1251 | + | |
| 1252 | + | |
| 1253 | + | |
| 1254 | + | |
1235 | 1255 | | |
1236 | 1256 | | |
1237 | 1257 | | |
| |||
1251 | 1271 | | |
1252 | 1272 | | |
1253 | 1273 | | |
| 1274 | + | |
| 1275 | + | |
| 1276 | + | |
| 1277 | + | |
1254 | 1278 | | |
1255 | 1279 | | |
1256 | 1280 | | |
| |||
1449 | 1473 | | |
1450 | 1474 | | |
1451 | 1475 | | |
| 1476 | + | |
| 1477 | + | |
| 1478 | + | |
| 1479 | + | |
1452 | 1480 | | |
1453 | 1481 | | |
1454 | 1482 | | |
| |||
0 commit comments