Compare commits

...

3 Commits

Author SHA1 Message Date
dependabot[bot]
d872ad6e5d build(deps): bump vite from 7.3.2 to 7.3.5
Bumps [vite](https://github.com/vitejs/vite/tree/HEAD/packages/vite) from 7.3.2 to 7.3.5.
- [Release notes](https://github.com/vitejs/vite/releases)
- [Changelog](https://github.com/vitejs/vite/blob/v7.3.5/packages/vite/CHANGELOG.md)
- [Commits](https://github.com/vitejs/vite/commits/v7.3.5/packages/vite)

---
updated-dependencies:
- dependency-name: vite
  dependency-version: 7.3.5
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
2026-06-19 20:55:00 +00:00
temenuzhka-thede
c887d9748d Merge pull request #568 from docker/sec-cli/npm-ci-20260612-184913
Some checks failed
zizmor / zizmor (push) Failing after 1s
validate / prepare (push) Successful in 48s
codeql / analyze (push) Failing after 1m28s
test / test (push) Successful in 2m12s
validate / validate (push) Successful in 1m51s
ci / main (v0.4.1) (push) Successful in 16s
ci / windows-error (push) Waiting to run
ci / main () (push) Successful in 21s
ci / main (cloud:latest) (push) Successful in 24s
ci / main (latest) (push) Successful in 23s
ci / main (lab:latest) (push) Successful in 30s
ci / main (cloud:v0.11.2-desktop.2) (push) Failing after 39s
ci / use (false) (push) Successful in 22s
ci / error (push) Failing after 44s
ci / use (true) (push) Successful in 23s
ci / driver (image=moby/buildkit:latest) (push) Successful in 23s
ci / multi (push) Successful in 52s
ci / debug (push) Successful in 41s
ci / docker-driver (push) Successful in 22s
ci / endpoint (push) Failing after 29s
ci / driver (image=moby/buildkit:master network=host ) (push) Successful in 43s
ci / buildkitd-config (push) Successful in 50s
ci / with-qemu (v0.9.1, all) (push) Failing after 38s
ci / buildkitd-config-inline (push) Successful in 52s
ci / with-qemu (, all) (push) Successful in 53s
ci / with-qemu (, arm64,riscv64,arm) (push) Successful in 52s
ci / with-qemu (v0.9.1, arm64,riscv64,arm) (push) Failing after 47s
ci / build-ref (refs/tags/v0.5.1) (push) Failing after 26s
ci / standalone-cmd (push) Successful in 28s
ci / build-ref (refs/pull/731/head) (push) Failing after 35s
ci / standalone-action (push) Successful in 32s
ci / docker-context (push) Successful in 19s
ci / append (push) Successful in 39s
ci / platforms (push) Successful in 44s
ci / cleanup (false) (push) Successful in 36s
ci / cleanup (true) (push) Successful in 30s
ci / k3s (v0.10.5) (push) Failing after 27s
ci / k3s (v0.11.0) (push) Failing after 26s
ci / cache-binary (false) (push) Failing after 17s
ci / k3s (latest) (push) Failing after 38s
ci / cache-binary (true) (push) Failing after 17s
ci / build-ref (master) (push) Successful in 1m53s
ci / keep-state-error (push) Successful in 21s
ci / keep-state (push) Successful in 34s
ci / build-ref (cb185f095fd3d9444e0aa605d3789e9e05f2a1e7) (push) Failing after 2m59s
fix: replace npm install with npm ci (20260612-184913)
2026-06-12 14:10:56 -05:00
securityeng-bot[bot]
cfdae34ead fix: use lockfile-aware install commands 2026-06-12 18:49:15 +00:00
2 changed files with 4 additions and 4 deletions

View File

@@ -17,7 +17,7 @@ FROM base AS deps
RUN --mount=type=bind,target=.,rw \
--mount=type=cache,target=/src/.yarn/cache \
--mount=type=cache,target=/src/node_modules \
yarn install && mkdir /vendor && cp yarn.lock /vendor
yarn install --immutable && mkdir /vendor && cp yarn.lock /vendor
FROM scratch AS vendor-update
COPY --from=deps /vendor /

View File

@@ -5923,8 +5923,8 @@ __metadata:
linkType: hard
"vite@npm:^6.0.0 || ^7.0.0":
version: 7.3.2
resolution: "vite@npm:7.3.2"
version: 7.3.5
resolution: "vite@npm:7.3.5"
dependencies:
esbuild: "npm:^0.27.0"
fdir: "npm:^6.5.0"
@@ -5973,7 +5973,7 @@ __metadata:
optional: true
bin:
vite: bin/vite.js
checksum: 10/c5f7a9a60011c41c836cedf31c8ee7624102aff9b6a7f3aab2ff47639721bba0916f81994c3a3ea6577a16c4f0dfee1e7dbd244e0da8edd5954e3c6d48daaaa2
checksum: 10/2e1337510d6b81948b035f8b096c9be22daf1101fc52ad3d06cad9e090057ba1c1396e5e12cbaac2485f9c6cdcc854f978fe862280bdfe1a9a4149c60734c125
languageName: node
linkType: hard