feat(deps): upgrade upstream dependencies#2074
Closed
voidzero-guard[bot] wants to merge 1 commit into
Closed
Conversation
- vitest: 4.1.9 -> 4.1.10 - @vitest/browser: 4.1.9 -> 4.1.10 - @vitest/browser-playwright: 4.1.9 -> 4.1.10 - @vitest/browser-preview: 4.1.9 -> 4.1.10 - @vitest/browser-webdriverio: 4.1.9 -> 4.1.10 - @vitest/expect: 4.1.9 -> 4.1.10 - @vitest/mocker: 4.1.9 -> 4.1.10 - @vitest/pretty-format: 4.1.9 -> 4.1.10 - @vitest/runner: 4.1.9 -> 4.1.10 - @vitest/snapshot: 4.1.9 -> 4.1.10 - @vitest/spy: 4.1.9 -> 4.1.10 - @vitest/utils: 4.1.9 -> 4.1.10 - oxfmt: 0.57.0 -> 0.58.0 - oxlint: 1.72.0 -> 1.73.0 - @oxc-project/runtime: 0.138.0 -> 0.139.0 - @oxc-project/types: 0.138.0 -> 0.139.0 - oxc-minify: 0.138.0 -> 0.139.0 - oxc-parser: 0.138.0 -> 0.139.0 - oxc-transform: 0.138.0 -> 0.139.0 - VITEST_VERSION constant: 4.1.9 -> 4.1.10 - README vitest pins: 4.1.9 -> 4.1.10 Code changes: - Bump VITEST_VERSION to 4.1.10 (packages/cli/src/utils/constants.ts) - Update vitest override pins to 4.1.10 (README.md, packages/cli/README.md) - Formatter output from oxfmt 0.58.0 (docs/config/run.md, rfcs/pack-command.md, packages/tools/src/local-npm-registry.ts)
✅ 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.
|
Contributor
Registry bridge build (
|
| Package | Version |
|---|---|
vite-plus |
0.0.0-commit.6aee6cab12d58a513a2c9e22403e4d6f13afb644 |
@voidzero-dev/vite-plus-core |
0.0.0-commit.6aee6cab12d58a513a2c9e22403e4d6f13afb644 |
Install the Vite+ CLI built from this commit, then migrate a project:
# macOS / Linux
curl -fsSL https://vite.plus | VP_PR_VERSION=2074 bash# Windows (PowerShell)
$env:VP_PR_VERSION="2074"; irm https://vite.plus/ps1 | iexAfter installing, upgrade the current project's vite-plus to this test build with:
vp migrateOr point your package manager at the bridge registry https://registry-bridge.viteplus.dev/:
| Package manager | Registry config |
|---|---|
| npm / pnpm / Bun | .npmrc: registry=https://registry-bridge.viteplus.dev/ |
| Yarn (v2+) | .yarnrc.yml: npmRegistryServer: "https://registry-bridge.viteplus.dev/" |
Then pin the build (vite aliases to vite-plus-core; pnpm can use a catalog, npm an overrides entry):
{
"devDependencies": {
"vite-plus": "0.0.0-commit.6aee6cab12d58a513a2c9e22403e4d6f13afb644",
"vite": "npm:@voidzero-dev/vite-plus-core@0.0.0-commit.6aee6cab12d58a513a2c9e22403e4d6f13afb644"
}
}
Contributor
🐳 Docker preview imageBuilt from this PR's registry bridge build:
# remove any stale local copy from a previous run, then pull fresh
docker rmi ghcr.io/voidzero-dev/vite-plus:pr-2074 2>/dev/null; docker pull ghcr.io/voidzero-dev/vite-plus:pr-2074Quick check: docker run --rm ghcr.io/voidzero-dev/vite-plus:pr-2074 vp --versionSee docs/guide/docker.md for usage. |
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
4.1.9->4.1.10(including theVITEST_VERSIONconstant and documented override pins).oxfmt0.57.0->0.58.0,oxlint1.72.0->1.73.0, and theoxc-*/@oxc-project/*packages0.138.0->0.139.0.rolldown(v1.1.4) andvite(v8.1.3) are unchanged; the only non-version edits are oxfmt 0.58.0 formatter output.Dependency updates
vitest4.1.94.1.10@vitest/browser4.1.94.1.10@vitest/browser-playwright4.1.94.1.10@vitest/browser-preview4.1.94.1.10@vitest/browser-webdriverio4.1.94.1.10@vitest/expect4.1.94.1.10@vitest/mocker4.1.94.1.10@vitest/pretty-format4.1.94.1.10@vitest/runner4.1.94.1.10@vitest/snapshot4.1.94.1.10@vitest/spy4.1.94.1.10@vitest/utils4.1.94.1.10oxfmt0.57.00.58.0oxlint1.72.01.73.0@oxc-project/runtime0.138.00.139.0@oxc-project/types0.138.00.139.0oxc-minify0.138.00.139.0oxc-parser0.138.00.139.0oxc-transform0.138.00.139.0VITEST_VERSION constant4.1.94.1.10README vitest pins4.1.94.1.10Unchanged dependencies
rolldown:v1.1.4 (6cbd233)vite:v8.1.3 (578ffb8)tsdown:0.22.3@tsdown/css:0.22.3@tsdown/exe:0.22.3lightningcss:^1.32.0@oxc-node/cli:0.1.0@oxc-node/core:0.1.0oxlint-tsgolint:0.24.0@vitejs/devtools:0.3.4Code changes
VITEST_VERSIONto4.1.10(packages/cli/src/utils/constants.ts).4.1.10(README.md,packages/cli/README.md).docs/config/run.md,rfcs/pack-command.md,packages/tools/src/local-npm-registry.ts).Build status
sync-remote-and-build: successbuild-upstream: success