Commit 3d49d4d
feat(deps): upgrade upstream dependencies (#1989)
## Summary
- Automated upgrade of upstream dependencies.
- Bumps rolldown to `v1.1.3` (`e0d0b1b` -> `e77f7c7`) and the oxc
toolchain (`oxlint` 1.71.0 -> 1.72.0, `oxfmt` 0.56.0 -> 0.57.0,
`oxc-*`/`@oxc-project/*` 0.137.0 -> 0.138.0).
- Bumps build-tooling catalog deps `@napi-rs/wasm-runtime` and
`rolldown-plugin-dts`.
- Regenerates the NAPI bindings to match the new rolldown; no
hand-written code changes.
## Dependency updates
| Package | From | To |
| --- | --- | --- |
| `rolldown` | `e0d0b1b` | `v1.1.3 (e77f7c7)` |
| `oxfmt` | `0.56.0` | `0.57.0` |
| `oxlint` | `1.71.0` | `1.72.0` |
| `@oxc-project/runtime` | `0.137.0` | `0.138.0` |
| `@oxc-project/types` | `0.137.0` | `0.138.0` |
| `oxc-minify` | `0.137.0` | `0.138.0` |
| `oxc-parser` | `0.137.0` | `0.138.0` |
| `oxc-transform` | `0.137.0` | `0.138.0` |
| `@napi-rs/wasm-runtime` | `^1.1.5` | `^1.1.6` |
| `rolldown-plugin-dts` | `^0.25.2` | `^0.26.0` |
## Code changes
- Regenerated NAPI bindings (`packages/cli/binding/index.d.cts`): added
`onAdditionalAssets` to `BindingDevOptions`; removed
`BindingViteBuildImportAnalysisPluginV2Config` and the `isEnableV2`
field.
- Updated `bundledVersions.rolldown` 1.1.2 -> 1.1.3
(`packages/core/package.json`).
- Added `vitepress-plugin-feedback-tracker@0.2.0-alpha.1` to
`minimumReleaseAgeExclude` (`pnpm-workspace.yaml`).
- Lockfile and upstream-version metadata updates (`Cargo.lock`,
`pnpm-lock.yaml`, `packages/tools/.upstream-versions.json`).
## Build status
- `sync-remote-and-build`: success
- `build-upstream`: success
---------
Co-authored-by: voidzero-guard[bot] <278573678+voidzero-guard[bot]@users.noreply.github.com>
Co-authored-by: MK <fengmk2@gmail.com>1 parent 6f7c2be commit 3d49d4d
10 files changed
Lines changed: 527 additions & 487 deletions
File tree
- .github/workflows
- ecosystem-ci
- packages
- cli
- binding
- snap-tests/check-oxlint-env
- core
- tools
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
295 | 295 | | |
296 | 296 | | |
297 | 297 | | |
298 | | - | |
| 298 | + | |
| 299 | + | |
| 300 | + | |
| 301 | + | |
| 302 | + | |
| 303 | + | |
| 304 | + | |
| 305 | + | |
299 | 306 | | |
300 | 307 | | |
301 | 308 | | |
| |||
326 | 333 | | |
327 | 334 | | |
328 | 335 | | |
329 | | - | |
| 336 | + | |
| 337 | + | |
| 338 | + | |
| 339 | + | |
| 340 | + | |
| 341 | + | |
| 342 | + | |
330 | 343 | | |
331 | 344 | | |
332 | 345 | | |
| |||
431 | 444 | | |
432 | 445 | | |
433 | 446 | | |
434 | | - | |
435 | | - | |
436 | | - | |
| 447 | + | |
| 448 | + | |
| 449 | + | |
| 450 | + | |
| 451 | + | |
437 | 452 | | |
438 | 453 | | |
439 | 454 | | |
| |||
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
0 commit comments