feat(deps): upgrade upstream dependencies#1604
Closed
voidzero-guard[bot] wants to merge 1 commit into
Closed
Conversation
- rolldown: ac5c710 -> v1.0.1 (2777945) - vite: 66f3194 -> v8.0.13 (a46f11a) - vitest: 4.1.5 -> 4.1.6 - oxfmt: 0.48.0 -> 0.50.0 - oxlint: 1.63.0 -> 1.65.0 - @oxc-project/runtime: 0.129.0 -> 0.131.0 - @oxc-project/types: 0.129.0 -> 0.131.0 - oxc-minify: 0.129.0 -> 0.131.0 - oxc-parser: 0.129.0 -> 0.131.0 - oxc-transform: 0.129.0 -> 0.131.0 - @vitejs/devtools: 0.1.21 -> 0.1.24 Code changes: - Consume `@rolldown/pluginutils` from the npm catalog instead of the rolldown workspace; drop the dedicated build step in `.github/actions/build-upstream/action.yml`, `justfile`, and `vite.config.ts`, and add it to the catalog in `pnpm-workspace.yaml` (removing the `workspace:` override). - Update `packages/core/build.ts` to resolve pluginutils from `node_modules/@rolldown/pluginutils` and source its LICENSE from that directory. - Switch the pluginutils export map in `packages/core/package.json` to `.mjs` / `.d.mts` and add `@rolldown/pluginutils` to its dependencies; refresh `bundledVersions`. - Update `packages/tools/src/sync-remote-deps.ts` to handle `.mjs` pluginutils exports and to read the pluginutils manifest from `packages/core/node_modules/@rolldown/pluginutils`. - Bump catalog entries in `pnpm-workspace.yaml`: `rolldown-plugin-dts` ^0.23.0 -> ^0.25.0, `valibot` 1.3.1 -> 1.4.0, `vitepress-plugin-graphviz` ^0.0.1 -> ^0.1.0, and `vitest-dev` override -> ^4.1.6. - Disable `unicorn/consistent-function-scoping` in `vite.config.ts`. - Refresh oxlint help output in `packages/cli/snap-tests/bin-oxlint-wrapper/snap.txt` and `packages/cli/snap-tests/command-helper/snap.txt` (new `--debug` option) and the rolldown parse-error wording in `packages/cli/snap-tests-global/command-staged-broken-config/snap.txt`. - Regenerated `Cargo.lock` and `pnpm-lock.yaml`.
✅ Deploy Preview for viteplus-preview ready!
To edit notification comments on pull requests, go to your Netlify project configuration. |
|
Review the following changes in direct dependencies. Learn more about Socket for GitHub. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
rolldowntov1.0.1andvitetov8.0.13, plusvitest4.1.5 -> 4.1.6and the oxc/oxlint/oxfmt toolchain (oxlint 1.63.0 -> 1.65.0, oxfmt 0.48.0 -> 0.50.0,
@oxc-project/*0.129.0 -> 0.131.0).@rolldown/pluginutilsfrom a workspace build to the published npm package,retiring the dedicated pluginutils build step in CI,
justfile, andvite.config.ts.--debugoption and the newrolldown parse-error wording.
Dependency updates
rolldownac5c710v1.0.1 (2777945)vite66f3194v8.0.13 (a46f11a)vitest4.1.54.1.6oxfmt0.48.00.50.0oxlint1.63.01.65.0@oxc-project/runtime0.129.00.131.0@oxc-project/types0.129.00.131.0oxc-minify0.129.00.131.0oxc-parser0.129.00.131.0oxc-transform0.129.00.131.0@vitejs/devtools0.1.210.1.24Unchanged dependencies
tsdown:0.22.0@oxc-node/cli:0.1.0@oxc-node/core:0.1.0oxlint-tsgolint:0.22.1Code changes
pnpm --filter @rolldown/pluginutils buildstep from.github/actions/build-upstream/action.ymlandjustfile, and remove the matchingvp run @rolldown/pluginutils#buildentry fromvite.config.tsnow thatpluginutils ships from npm.
@rolldown/pluginutilsto the catalog inpnpm-workspace.yamland remove itsworkspace:override; in the same file bumprolldown-plugin-dts^0.23.0 -> ^0.25.0,valibot1.3.1 -> 1.4.0,vitepress-plugin-graphviz^0.0.1 -> ^0.1.0, and thevitest-devoverride tonpm:vitest@^4.1.6.packages/core/build.tsto resolverolldownPluginUtilsDirfromnode_modules/@rolldown/pluginutilsand source its LICENSE from that directory.packages/core/package.jsonto.mjs/.d.mts, add@rolldown/pluginutils: catalog:to its dependencies, and refreshbundledVersions(vite8.0.13,rolldown1.0.1).packages/tools/src/sync-remote-deps.tsto emit.d.mtstypes when apluginutils export ends with
.mjs, and to read the pluginutilspackage.jsonfrom
packages/core/node_modules/@rolldown/pluginutils.@vitest/*workspace pin inpackages/test/package.jsonto4.1.6(dependencies, peer dependencies, and
bundledVersions).unicorn/consistent-function-scopingoxlint rule invite.config.ts.packages/cli/snap-tests/bin-oxlint-wrapper/snap.txtand
packages/cli/snap-tests/command-helper/snap.txtpick up the new oxlint--debug=OPTIONSflag, andpackages/cli/snap-tests-global/command-staged-broken-config/snap.txtreflects thenew rolldown
[PARSE_ERROR] Unexpected tokenwording.Cargo.lock(rolldown bump pulls inrolldown_ecmascript) andpnpm-lock.yaml.Build status
sync-remote-and-build: failurebuild-upstream: failure