Merge pull request #345 from crazy-max/update-yarn
Some checks failed
ci-subaction / list-targets (["t1","t2"] , group) (push) Has been cancelled
ci-subaction / list-targets (["v1-tag","v2-tag"] , docker-bake.json docker-bake.hcl , multi-files) (push) Has been cancelled
ci / bake (release) (push) Has been cancelled
ci-subaction / list-targets (["lint-default","lint-labs","lint-nydus","lint-proto","lint-yaml","validate-doctoc","validate-vendor"] , validate, group-matrix) (push) Has been cancelled
ci-subaction / matrix ([{"target":"lint","dockerfile":"./hack/dockerfiles/lint.Dockerfile"},{"target":"lint","dockerfile":"./hack/dockerfiles/lint.Dockerfile","platforms":"darwin/amd64"},{"target":"lint","dockerfile":"./hack/dockerfiles/lint.Dockerfile","platforms":"… (push) Has been cancelled
ci-subaction / matrix ([{"target":"lint","platforms":"darwin/amd64"},{"target":"lint","platforms":"darwin/arm64"},{"target":"lint","platforms":"linux/amd64"},{"target":"lint","platforms":"linux/arm64"},{"target":"lint","platforms":"linux/s390x"},{"target":"lint","pla… (push) Has been cancelled
ci-subaction / matrix ([{"target":"lint"},{"target":"lint-gopls"},{"target":"validate-docs"},{"target":"validate-vendor"}] , validate, group-with-platform) (push) Has been cancelled
ci-subaction / matrix ([{"target":"lint-default"},{"target":"lint-labs"},{"target":"lint-nydus"},{"target":"lint-proto"},{"target":"lint-yaml"},{"target":"validate-doctoc"},{"target":"validate-vendor"}] , validate, group-matrix) (push) Has been cancelled
ci-subaction / matrix ([{"target":"t1"},{"target":"t2"}] , group) (push) Has been cancelled
ci / bake (default) (push) Has been cancelled
ci / error-msg (push) Has been cancelled
ci / error-check (push) Has been cancelled
ci / standalone (push) Has been cancelled
ci / remote (push) Has been cancelled
ci / provenance () (push) Has been cancelled
ci / provenance (builder-id=foo) (push) Has been cancelled
ci / provenance (false) (push) Has been cancelled
ci / provenance (mode=max) (push) Has been cancelled
ci / provenance (true) (push) Has been cancelled
ci / sbom (/tmp/bake-build, binary) (push) Has been cancelled
ci / sbom (type=image,name=localhost:5000/name/app:latest,push=true, image) (push) Has been cancelled
ci / set (push) Has been cancelled
ci / group (push) Has been cancelled
ci / docker-config-malformed (push) Has been cancelled
ci / proxy-docker-config (push) Has been cancelled
ci / proxy-buildkitd (push) Has been cancelled
ci / git-context (push) Has been cancelled
ci / git-context-and-local (push) Has been cancelled
ci / multi-output (push) Has been cancelled
ci / load-and-push (push) Has been cancelled
ci / summary-disable (push) Has been cancelled
ci / summary-disable-deprecated (push) Has been cancelled
ci / summary-not-supported (push) Has been cancelled
ci / record-upload-disable (push) Has been cancelled
ci / record-retention-days (0) (push) Has been cancelled
ci / record-retention-days (2) (push) Has been cancelled
ci / export-legacy (false) (push) Has been cancelled
ci / export-legacy (true) (push) Has been cancelled
ci / checks (edge) (push) Has been cancelled
ci / checks (v0.14.1) (push) Has been cancelled
ci / annotations-disabled (push) Has been cancelled
ci / allow (edge) (push) Has been cancelled
ci / allow (v0.17.1) (push) Has been cancelled
ci / allow (v0.18.0) (push) Has been cancelled
ci / allow (v0.19.0) (push) Has been cancelled
ci / no-default-attestations (push) Has been cancelled
ci / call-check (push) Has been cancelled
ci / call-check-multi (push) Has been cancelled
ci / call-check-nowarning (push) Has been cancelled

update yarn to 4.9.2
This commit is contained in:
CrazyMax
2025-08-20 17:02:25 +02:00
committed by GitHub
4 changed files with 2072 additions and 2609 deletions

File diff suppressed because one or more lines are too long

View File

@@ -1,3 +1,9 @@
# https://yarnpkg.com/configuration/yarnrc
compressionLevel: mixed
enableGlobalCache: false
enableHardenedMode: true
logFilters:
- code: YN0013
level: discard
@@ -5,9 +11,7 @@ logFilters:
level: discard
- code: YN0076
level: discard
- code: YN0086
level: discard
nodeLinker: node-modules
plugins:
- path: .yarn/plugins/@yarnpkg/plugin-interactive-tools.cjs
spec: "@yarnpkg/plugin-interactive-tools"

View File

@@ -24,7 +24,7 @@
],
"author": "Docker Inc.",
"license": "Apache-2.0",
"packageManager": "yarn@3.6.3",
"packageManager": "yarn@4.9.2",
"dependencies": {
"@actions/core": "^1.11.1",
"@docker/actions-toolkit": "^0.63.0",

4126
yarn.lock

File diff suppressed because it is too large Load Diff