Compare commits

...

7 Commits

Author SHA1 Message Date
CrazyMax
2c8bcdab54 Merge pull request #439 from crazy-max/fix-yarn-cfg
Some checks failed
test / test (push) Failing after 22s
validate / prepare (push) Failing after 21s
validate / validate (push) Has been skipped
ci / main () (push) Successful in 16s
ci / main (cloud:latest) (push) Successful in 16s
ci / main (cloud:v0.11.2-desktop.2) (push) Successful in 15s
ci / main (lab:latest) (push) Successful in 14s
ci / main (latest) (push) Successful in 15s
ci / main (v0.4.1) (push) Successful in 15s
ci / multi (push) Successful in 19s
ci / error (push) Failing after 5s
ci / debug (push) Failing after 5s
ci / install (push) Successful in 14s
ci / use (false) (push) Successful in 14s
ci / use (true) (push) Successful in 14s
ci / driver (image=moby/buildkit:latest) (push) Successful in 15s
ci / driver (image=moby/buildkit:master network=host ) (push) Successful in 24s
ci / docker-driver (push) Successful in 11s
ci / endpoint (push) Failing after 11s
ci / config (push) Failing after 5s
ci / config-inline (push) Failing after 5s
ci / with-qemu (, all) (push) Failing after 5s
ci / with-qemu (, arm64,riscv64,arm) (push) Failing after 5s
ci / with-qemu (v0.9.1, all) (push) Failing after 5s
ci / with-qemu (v0.9.1, arm64,riscv64,arm) (push) Failing after 5s
ci / build-ref (cb185f095fd3d9444e0aa605d3789e9e05f2a1e7) (push) Failing after 5s
ci / build-ref (master) (push) Failing after 5s
ci / build-ref (refs/pull/731/head) (push) Failing after 5s
ci / build-ref (refs/tags/v0.5.1) (push) Failing after 5s
ci / standalone-cmd (push) Successful in 18s
ci / standalone-action (push) Failing after 5s
ci / standalone-install-error (push) Successful in 15s
ci / append (push) Successful in 15s
ci / platforms (push) Failing after 5s
ci / docker-context (push) Successful in 12s
ci / cleanup (false) (push) Successful in 14s
ci / cleanup (true) (push) Successful in 15s
ci / k3s (v0.10.5) (push) Failing after 5s
ci / k3s (v0.11.0) (push) Failing after 6s
ci / cache-binary (false) (push) Successful in 15s
ci / cache-binary (true) (push) Successful in 16s
ci / keep-state (push) Successful in 17s
ci / keep-state-error (push) Successful in 11s
ci / windows-error (push) Has been cancelled
fix yarn config
2025-08-07 10:39:23 +02:00
CrazyMax
1051acaba6 fix yarn config
Signed-off-by: CrazyMax <1951866+crazy-max@users.noreply.github.com>
2025-08-07 10:23:38 +02:00
CrazyMax
e8cd182ec7 Merge pull request #438 from crazy-max/update-yarn
update yarn to 4.9.2
2025-08-07 10:22:33 +02:00
CrazyMax
8c5c87276d update yarn to 4.9.2
Signed-off-by: CrazyMax <1951866+crazy-max@users.noreply.github.com>
2025-08-07 10:20:28 +02:00
CrazyMax
90fa7ac870 Merge pull request #437 from crazy-max/update-dev-deps
update dev dependencies
2025-08-07 10:16:55 +02:00
CrazyMax
7ebadadf6b chore: update generated content
Signed-off-by: CrazyMax <1951866+crazy-max@users.noreply.github.com>
2025-08-07 10:15:01 +02:00
CrazyMax
ee3eb2f3a4 update dev dependencies
Signed-off-by: CrazyMax <1951866+crazy-max@users.noreply.github.com>
2025-08-07 10:10:07 +02:00
7 changed files with 2316 additions and 2750 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"

38
dist/index.js generated vendored

File diff suppressed because one or more lines are too long

2
dist/index.js.map generated vendored

File diff suppressed because one or more lines are too long

2
dist/sourcemap-register.js generated vendored

File diff suppressed because one or more lines are too long

View File

@@ -23,7 +23,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",
@@ -31,19 +31,19 @@
},
"devDependencies": {
"@types/js-yaml": "^4.0.9",
"@types/node": "^20.12.12",
"@types/node": "^20.19.9",
"@types/uuid": "^10.0.0",
"@typescript-eslint/eslint-plugin": "^7.9.0",
"@typescript-eslint/parser": "^7.9.0",
"@vercel/ncc": "^0.38.1",
"eslint": "^8.57.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-jest": "^28.5.0",
"eslint-plugin-prettier": "^5.1.3",
"@typescript-eslint/eslint-plugin": "^7.18.0",
"@typescript-eslint/parser": "^7.18.0",
"@vercel/ncc": "^0.38.3",
"eslint": "^8.57.1",
"eslint-config-prettier": "^9.1.2",
"eslint-plugin-jest": "^28.14.0",
"eslint-plugin-prettier": "^5.5.4",
"jest": "^29.7.0",
"prettier": "^3.2.5",
"ts-jest": "^29.1.2",
"prettier": "^3.6.2",
"ts-jest": "^29.4.1",
"ts-node": "^10.9.2",
"typescript": "^5.4.5"
"typescript": "^5.9.2"
}
}

4447
yarn.lock

File diff suppressed because it is too large Load Diff