Commit 0450d86
feat(deps): upgrade upstream dependencies (#1521)
## Summary
- Automated daily upgrade of upstream dependencies.
- Bump `rolldown` to `v1.0.0-rc.18` (2c4a957) and the bundled `rolldown`
version in `packages/core/package.json` to `1.0.0-rc.18`.
- Bump the `oxc` family: Rust `oxc` crates 0.127.0 -> 0.128.0, npm
`oxc-minify`/`oxc-parser`/`oxc-transform` and
`@oxc-project/runtime`/`types` 0.127.0 -> 0.129.0, plus `oxlint` 1.61.0
-> 1.63.0, `oxlint-tsgolint` 0.22.0 -> 0.22.1, `oxfmt` 0.46.0 -> 0.48.0.
- Add `oxlint-disable no-underscore-dangle` directives where new oxlint
hits the `_`-prefixed identifiers and refresh oxlint snapshot outputs
(new `agent`/`sarif` formatter options, updated warning-output
formatting).
## Dependency updates
| Package | From | To |
| --- | --- | --- |
| `rolldown` | `d9d72c3` | `v1.0.0-rc.18 (2c4a957)` |
| `oxfmt` | `0.46.0` | `0.48.0` |
| `oxlint` | `1.61.0` | `1.63.0` |
| `oxlint-tsgolint` | `0.22.0` | `0.22.1` |
| `@oxc-project/runtime` | `0.127.0` | `0.129.0` |
| `@oxc-project/types` | `0.127.0` | `0.129.0` |
| `oxc-minify` | `0.127.0` | `0.129.0` |
| `oxc-parser` | `0.127.0` | `0.129.0` |
| `oxc-transform` | `0.127.0` | `0.129.0` |
| `@vitejs/devtools` | `0.1.15` | `0.1.18` |
<details><summary>Unchanged dependencies</summary>
- `vite`: `v8.0.10 (32c2978)`
- `vitest`: `4.1.5`
- `tsdown`: `0.21.10`
- `@oxc-node/cli`: `0.1.0`
- `@oxc-node/core`: `0.1.0`
</details>
## Code changes
- `Cargo.toml`: bump Rust `oxc` crates (`oxc`, `oxc_allocator`,
`oxc_ast`, `oxc_ecmascript`, `oxc_parser`, `oxc_span`, `oxc_napi`,
`oxc_str`, `oxc_minify_napi`, `oxc_parser_napi`, `oxc_transform_napi`,
`oxc_traverse`) 0.127.0 -> 0.128.0 and `rolldown-ariadne` 0.5.3 ->
0.6.0.
- Add `// oxlint-disable-next-line no-underscore-dangle` (or block-form
`oxlint-disable`/`oxlint-enable`) directives in
`bench/generate-monorepo.ts`, `packages/prompts/src/spinner.ts`,
`packages/tools/src/install-global-cli.ts`, and
`packages/tools/src/snap-test.ts` for new lint hits introduced by the
oxlint bump.
- Update oxlint-related snapshot outputs in
`packages/cli/snap-tests/bin-oxlint-wrapper/snap.txt`,
`packages/cli/snap-tests/check-fix-lint-warn/snap.txt`,
`packages/cli/snap-tests/check-lint-fail/snap.txt`,
`packages/cli/snap-tests/check-lint-warn/snap.txt`, and
`packages/cli/snap-tests/command-helper/snap.txt` to reflect the new
`agent`/`sarif` formatter options and updated warning-output behavior.
- Regenerate `Cargo.lock` and `pnpm-lock.yaml`; refresh
`packages/tools/.upstream-versions.json`, `packages/core/package.json`
(catalog/`bundledVersions`), and `pnpm-workspace.yaml` catalog entries.
## 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 730dc41 commit 0450d86
25 files changed
Lines changed: 716 additions & 813 deletions
File tree
- .github/workflows
- bench
- ecosystem-ci
- packages
- cli/snap-tests
- bin-oxlint-wrapper
- check-fix-lint-warn
- check-lint-fail
- check-lint-warn
- command-helper
- core
- prompts/src
- tools
- src
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
265 | 265 | | |
266 | 266 | | |
267 | 267 | | |
268 | | - | |
269 | | - | |
| 268 | + | |
| 269 | + | |
| 270 | + | |
| 271 | + | |
| 272 | + | |
| 273 | + | |
| 274 | + | |
| 275 | + | |
270 | 276 | | |
271 | 277 | | |
272 | 278 | | |
| |||
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
0 commit comments