From a035f13e41dfd4947207a6d0c4c4a84605df69c1 Mon Sep 17 00:00:00 2001 From: Emilien Escalle Date: Thu, 19 Jun 2025 09:06:41 +0000 Subject: [PATCH] feat: upgrade dependencies Signed-off-by: Emilien Escalle --- .devcontainer/devcontainer.json | 2 +- .github/ghadocs/branding.svg | 142 ++++++++++++++++++++++++++++++-- package-lock.json | 14 ++-- package.json | 6 +- 4 files changed, 147 insertions(+), 17 deletions(-) diff --git a/.devcontainer/devcontainer.json b/.devcontainer/devcontainer.json index 479e014..b198347 100644 --- a/.devcontainer/devcontainer.json +++ b/.devcontainer/devcontainer.json @@ -36,7 +36,7 @@ }, "features": { "ghcr.io/devcontainers/features/github-cli:1": {}, - "ghcr.io/devcontainers-contrib/features/prettier:1": {}, + "ghcr.io/devcontainers-community/npm-features/prettier:1": {}, "ghcr.io/devcontainers/features/docker-in-docker:2": {} } } diff --git a/.github/ghadocs/branding.svg b/.github/ghadocs/branding.svg index 824f22c..a53eb1f 100644 --- a/.github/ghadocs/branding.svg +++ b/.github/ghadocs/branding.svg @@ -1,6 +1,136 @@ - - anchor - - - - \ No newline at end of file + + + +composeactionBy hoverkraft diff --git a/package-lock.json b/package-lock.json index 3f61b9d..ebe96b6 100644 --- a/package-lock.json +++ b/package-lock.json @@ -10,16 +10,16 @@ "license": "MIT", "dependencies": { "@actions/core": "^1.11.1", - "@actions/github": "^6.0.0", + "@actions/github": "^6.0.1", "@actions/tool-cache": "^2.0.2", - "@octokit/action": "^8.0.1", + "@octokit/action": "^8.0.2", "docker-compose": "^1.2.0" }, "devDependencies": { "@ts-dev-tools/core": "^1.6.2", "@vercel/ncc": "^0.38.3", "eslint-plugin-github": "^6.0.0", - "eslint-plugin-jsonc": "^2.20.0" + "eslint-plugin-jsonc": "^2.20.1" }, "engines": { "node": ">=20" @@ -4664,9 +4664,9 @@ } }, "node_modules/eslint-plugin-jsonc": { - "version": "2.20.0", - "resolved": "https://registry.npmjs.org/eslint-plugin-jsonc/-/eslint-plugin-jsonc-2.20.0.tgz", - "integrity": "sha512-FRgCn9Hzk5eKboCbVMrr9QrhM0eO4G+WKH8IFXoaeqhM/2kuWzbStJn4kkr0VWL8J5H8RYZF+Aoam1vlBaZVkw==", + "version": "2.20.1", + "resolved": "https://registry.npmjs.org/eslint-plugin-jsonc/-/eslint-plugin-jsonc-2.20.1.tgz", + "integrity": "sha512-gUzIwQHXx7ZPypUoadcyRi4WbHW2TPixDr0kqQ4miuJBU0emJmyGTlnaT3Og9X2a8R1CDayN9BFSq5weGWbTng==", "dev": true, "license": "MIT", "dependencies": { @@ -4677,7 +4677,7 @@ "graphemer": "^1.4.0", "jsonc-eslint-parser": "^2.4.0", "natural-compare": "^1.4.0", - "synckit": "^0.6.2 || ^0.7.3 || ^0.10.3" + "synckit": "^0.6.2 || ^0.7.3 || ^0.11.5" }, "engines": { "node": "^12.22.0 || ^14.17.0 || >=16.0.0" diff --git a/package.json b/package.json index 16fc591..e6a0002 100644 --- a/package.json +++ b/package.json @@ -73,16 +73,16 @@ }, "dependencies": { "@actions/core": "^1.11.1", - "@actions/github": "^6.0.0", + "@actions/github": "^6.0.1", "@actions/tool-cache": "^2.0.2", - "@octokit/action": "^8.0.1", + "@octokit/action": "^8.0.2", "docker-compose": "^1.2.0" }, "devDependencies": { "@ts-dev-tools/core": "^1.6.2", "@vercel/ncc": "^0.38.3", "eslint-plugin-github": "^6.0.0", - "eslint-plugin-jsonc": "^2.20.0" + "eslint-plugin-jsonc": "^2.20.1" }, "eslintConfig": { "root": true,