From 2f00e4e9b75a734fe1526b6d2ad3d7f5832ea13a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 5 Mar 2025 07:33:29 +0000 Subject: [PATCH 1/2] Bump github-label-sync from 2.3.1 to 3.0.0 Bumps [github-label-sync](https://github.com/Financial-Times/github-label-sync) from 2.3.1 to 3.0.0. - [Release notes](https://github.com/Financial-Times/github-label-sync/releases) - [Changelog](https://github.com/Financial-Times/github-label-sync/blob/master/CHANGELOG.md) - [Commits](https://github.com/Financial-Times/github-label-sync/compare/v2.3.1...v3.0.0) --- updated-dependencies: - dependency-name: github-label-sync dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- package-lock.json | 17 +++++++++-------- package.json | 2 +- 2 files changed, 10 insertions(+), 9 deletions(-) diff --git a/package-lock.json b/package-lock.json index 95c71b6d..9175196f 100644 --- a/package-lock.json +++ b/package-lock.json @@ -14,7 +14,7 @@ "eslint-config-airbnb-base": "^15.0.0", "eslint-config-prettier": "^10.0.2", "eslint-plugin-import": "^2.31.0", - "github-label-sync": "2.3.1", + "github-label-sync": "3.0.0", "markdown-link-check": "^3.12.2", "markdownlint-cli": "^0.37.0", "prettier": "^3.5.3" @@ -2099,10 +2099,11 @@ } }, "node_modules/github-label-sync": { - "version": "2.3.1", - "resolved": "https://registry.npmjs.org/github-label-sync/-/github-label-sync-2.3.1.tgz", - "integrity": "sha512-3gGNc+y9OtwzR1aTlAOZKJmQ1QUzufxUG6c7rVTFLtNJvqTwyd80bOUxXuwyk2jIq7tWa0fx+Xep78BXxAU2WQ==", + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/github-label-sync/-/github-label-sync-3.0.0.tgz", + "integrity": "sha512-0tmovBWTvgOYV58fX75gv9mCc0Ow4JwPzx4N7iAPwPJ2l670Wt8wfn0SZpHCEUjqtdbXUPi/tIdABAJHeaJWfA==", "dev": true, + "license": "MIT", "dependencies": { "@financial-times/origami-service-makefile": "^7.0.3", "ajv": "^8.6.3", @@ -2117,7 +2118,7 @@ "github-label-sync": "bin/github-label-sync.js" }, "engines": { - "node": ">=12" + "node": ">=20" } }, "node_modules/github-label-sync/node_modules/argparse": { @@ -6506,9 +6507,9 @@ } }, "github-label-sync": { - "version": "2.3.1", - "resolved": "https://registry.npmjs.org/github-label-sync/-/github-label-sync-2.3.1.tgz", - "integrity": "sha512-3gGNc+y9OtwzR1aTlAOZKJmQ1QUzufxUG6c7rVTFLtNJvqTwyd80bOUxXuwyk2jIq7tWa0fx+Xep78BXxAU2WQ==", + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/github-label-sync/-/github-label-sync-3.0.0.tgz", + "integrity": "sha512-0tmovBWTvgOYV58fX75gv9mCc0Ow4JwPzx4N7iAPwPJ2l670Wt8wfn0SZpHCEUjqtdbXUPi/tIdABAJHeaJWfA==", "dev": true, "requires": { "@financial-times/origami-service-makefile": "^7.0.3", diff --git a/package.json b/package.json index f50b9ba4..a05b7db3 100644 --- a/package.json +++ b/package.json @@ -6,7 +6,7 @@ "eslint-config-airbnb-base": "^15.0.0", "eslint-config-prettier": "^10.0.2", "eslint-plugin-import": "^2.31.0", - "github-label-sync": "2.3.1", + "github-label-sync": "3.0.0", "markdown-link-check": "^3.12.2", "markdownlint-cli": "^0.37.0", "prettier": "^3.5.3" From 33b396921630183ab03587e616200d027f1a7a34 Mon Sep 17 00:00:00 2001 From: per1234 Date: Tue, 4 Mar 2025 23:39:23 -0800 Subject: [PATCH 2/2] Update `github-label-sync` version in template installation docs This is now the version used as standard in all Arduino Tooling projects, which the "template" is intended to be used with. --- workflow-templates/sync-labels-npm.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/workflow-templates/sync-labels-npm.md b/workflow-templates/sync-labels-npm.md index aceed09c..6960229c 100644 --- a/workflow-templates/sync-labels-npm.md +++ b/workflow-templates/sync-labels-npm.md @@ -22,7 +22,7 @@ Add the dependencies by running this command: ```text npm install --save-dev ajv-cli@^5.0.0 ajv-formats@^3.0.1 -npm install --save-dev --save-exact github-label-sync@2.3.1 +npm install --save-dev --save-exact github-label-sync@3.0.0 ``` Commit the resulting changes to the `package.json` and `package-lock.json` files.