From 030fdb2d3d26e7c77770bfe796534fcd841c69dc Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 17 Dec 2025 14:09:04 +0100 Subject: [PATCH] Bump the npm-dependencies group in /sources with 3 updates (#804) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Bumps the npm-dependencies group in /sources with 3 updates: [@actions/cache](https://github.com/actions/toolkit/tree/HEAD/packages/cache), [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) and [dedent](https://github.com/dmnd/dedent). Updates `@actions/cache` from 4.0.5 to 4.1.0
Changelog

Sourced from @​actions/cache's changelog.

4.1.0

Commits

Updates `@types/node` from 25.0.2 to 25.0.3
Commits

Updates `dedent` from 1.7.0 to 1.7.1
Commits

Most Recent Ignore Conditions Applied to This Pull Request | Dependency Name | Ignore Conditions | | --- | --- | | @types/node | [>= 22.a, < 23] |
Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`. [//]: # (dependabot-automerge-start) [//]: # (dependabot-automerge-end) ---
Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot show ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore major version` will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself) - `@dependabot ignore minor version` will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself) - `@dependabot ignore ` will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself) - `@dependabot unignore ` will remove all of the ignore conditions of the specified dependency - `@dependabot unignore ` will remove the ignore condition of the specified dependency and ignore conditions
--------- Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Jerome Prinet --- .github/dependabot.yml | 4 ++-- sources/package-lock.json | 16 ++++++++-------- sources/package.json | 4 ++-- 3 files changed, 12 insertions(+), 12 deletions(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 7c30c0f5..8e7b6a1e 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -16,10 +16,10 @@ updates: patterns: - "*" ignore: + # Keep actions/cache and actions/artifact major aligned and force actions/cache version to match patch - dependency-name: "*actions/cache*" - versions: ["5.x"] - dependency-name: "*actions/artifact*" - versions: ["5.x"] + update-types: ["version-update:semver-major", "version-update:semver-minor"] - package-ecosystem: "github-actions" # github-actions with directory: "/" only monitors .github/workflows diff --git a/sources/package-lock.json b/sources/package-lock.json index f19a48e6..84c6ce7c 100644 --- a/sources/package-lock.json +++ b/sources/package-lock.json @@ -29,13 +29,13 @@ "@gradle-tech/develocity-agent": "3.0.0", "@jest/globals": "30.2.0", "@types/jest": "30.0.0", - "@types/node": "25.0.2", + "@types/node": "25.0.3", "@types/semver": "7.7.1", "@types/unzipper": "0.10.11", "@types/which": "3.0.4", "@typescript-eslint/eslint-plugin": "8.50.0", "@vercel/ncc": "0.38.4", - "dedent": "1.7.0", + "dedent": "1.7.1", "eslint": "9.24.0", "globals": "16.5.0", "jest": "30.2.0", @@ -2579,9 +2579,9 @@ "license": "MIT" }, "node_modules/@types/node": { - "version": "25.0.2", - "resolved": "https://registry.npmjs.org/@types/node/-/node-25.0.2.tgz", - "integrity": "sha512-gWEkeiyYE4vqjON/+Obqcoeffmk0NF15WSBwSs7zwVA2bAbTaE0SJ7P0WNGoJn8uE7fiaV5a7dKYIJriEqOrmA==", + "version": "25.0.3", + "resolved": "https://registry.npmjs.org/@types/node/-/node-25.0.3.tgz", + "integrity": "sha512-W609buLVRVmeW693xKfzHeIV6nJGGz98uCPfeXI1ELMLXVeKYZ9m15fAMSaUPBHYLGFsVRcMmSCksQOrZV9BYA==", "license": "MIT", "dependencies": { "undici-types": "~7.16.0" @@ -4287,9 +4287,9 @@ } }, "node_modules/dedent": { - "version": "1.7.0", - "resolved": "https://registry.npmjs.org/dedent/-/dedent-1.7.0.tgz", - "integrity": "sha512-HGFtf8yhuhGhqO07SV79tRp+br4MnbdjeVxotpn1QBl30pcLLCQjX5b2295ll0fv8RKDKsmWYrl05usHM9CewQ==", + "version": "1.7.1", + "resolved": "https://registry.npmjs.org/dedent/-/dedent-1.7.1.tgz", + "integrity": "sha512-9JmrhGZpOlEgOLdQgSm0zxFaYoQon408V1v49aqTWuXENVlnCuY9JBZcXZiCsZQWDjTm5Qf/nIvAy77mXDAjEg==", "dev": true, "license": "MIT", "peerDependencies": { diff --git a/sources/package.json b/sources/package.json index e94157ae..3b3a88ac 100644 --- a/sources/package.json +++ b/sources/package.json @@ -54,13 +54,13 @@ "@gradle-tech/develocity-agent": "3.0.0", "@jest/globals": "30.2.0", "@types/jest": "30.0.0", - "@types/node": "25.0.2", + "@types/node": "25.0.3", "@types/semver": "7.7.1", "@types/unzipper": "0.10.11", "@types/which": "3.0.4", "@typescript-eslint/eslint-plugin": "8.50.0", "@vercel/ncc": "0.38.4", - "dedent": "1.7.0", + "dedent": "1.7.1", "eslint": "9.24.0", "globals": "16.5.0", "jest": "30.2.0",