From 01eafac312396a238bb7774f0a9deaff41b87a0e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 5 Jun 2024 11:34:31 +0000 Subject: [PATCH 1/2] Bump ajv-formats from 2.1.1 to 3.0.1 Bumps [ajv-formats](https://github.com/ajv-validator/ajv-formats) from 2.1.1 to 3.0.1. - [Release notes](https://github.com/ajv-validator/ajv-formats/releases) - [Commits](https://github.com/ajv-validator/ajv-formats/compare/v2.1.1...v3.0.1) --- updated-dependencies: - dependency-name: ajv-formats dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- package-lock.json | 14 +++++++------- package.json | 2 +- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/package-lock.json b/package-lock.json index 3bb7653a..3f9c479e 100644 --- a/package-lock.json +++ b/package-lock.json @@ -9,7 +9,7 @@ }, "devDependencies": { "ajv-cli": "^5.0.0", - "ajv-formats": "^2.1.1", + "ajv-formats": "^3.0.1", "eslint": "^8.57.0", "eslint-config-airbnb-base": "^15.0.0", "eslint-config-prettier": "^9.1.0", @@ -409,9 +409,9 @@ } }, "node_modules/ajv-formats": { - "version": "2.1.1", - "resolved": "https://registry.npmjs.org/ajv-formats/-/ajv-formats-2.1.1.tgz", - "integrity": "sha512-Wx0Kx52hxE7C18hkMEggYlEifqWZtYaRgouJor+WMdPnQyEK13vgEWyVNup7SoeeoLMsr4kf5h6dOW11I15MUA==", + "version": "3.0.1", + "resolved": "https://registry.npmjs.org/ajv-formats/-/ajv-formats-3.0.1.tgz", + "integrity": "sha512-8iUql50EUR+uUcdRQ3HDqa6EVyo3docL8g5WJ3FNcWmu62IbkGUue/pEyLBW8VGKKucTPgqeks4fIU1DA4yowQ==", "dev": true, "dependencies": { "ajv": "^8.0.0" @@ -4577,9 +4577,9 @@ } }, "ajv-formats": { - "version": "2.1.1", - "resolved": "https://registry.npmjs.org/ajv-formats/-/ajv-formats-2.1.1.tgz", - "integrity": "sha512-Wx0Kx52hxE7C18hkMEggYlEifqWZtYaRgouJor+WMdPnQyEK13vgEWyVNup7SoeeoLMsr4kf5h6dOW11I15MUA==", + "version": "3.0.1", + "resolved": "https://registry.npmjs.org/ajv-formats/-/ajv-formats-3.0.1.tgz", + "integrity": "sha512-8iUql50EUR+uUcdRQ3HDqa6EVyo3docL8g5WJ3FNcWmu62IbkGUue/pEyLBW8VGKKucTPgqeks4fIU1DA4yowQ==", "dev": true, "requires": { "ajv": "^8.0.0" diff --git a/package.json b/package.json index af09dc47..1b61acf5 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "devDependencies": { "ajv-cli": "^5.0.0", - "ajv-formats": "^2.1.1", + "ajv-formats": "^3.0.1", "eslint": "^8.57.0", "eslint-config-airbnb-base": "^15.0.0", "eslint-config-prettier": "^9.1.0", From ae2cdb4cc7f26172ff930ae62e16cb8035df5339 Mon Sep 17 00:00:00 2001 From: per1234 Date: Wed, 5 Jun 2024 04:39:27 -0700 Subject: [PATCH 2/2] Update `ajv-formats` 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/check-taskfiles.md | 2 +- workflow-templates/check-workflows-task.md | 2 +- workflow-templates/sync-labels-npm.md | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/workflow-templates/check-taskfiles.md b/workflow-templates/check-taskfiles.md index d04bccf1..58785376 100644 --- a/workflow-templates/check-taskfiles.md +++ b/workflow-templates/check-taskfiles.md @@ -15,7 +15,7 @@ The tool dependencies of this workflow are managed by [npm](https://www.npmjs.co Add the dependencies by running this command: ```text -npm install --save-dev ajv-cli@^5.0.0 ajv-formats@^2.1.1 +npm install --save-dev ajv-cli@^5.0.0 ajv-formats@^3.0.1 ``` Commit the resulting changes to the `package.json` and `package-lock.json` files. diff --git a/workflow-templates/check-workflows-task.md b/workflow-templates/check-workflows-task.md index 44b6340f..2e01120c 100644 --- a/workflow-templates/check-workflows-task.md +++ b/workflow-templates/check-workflows-task.md @@ -26,7 +26,7 @@ The tool dependencies of this workflow are managed by [npm](https://www.npmjs.co Add the dependencies by running this command: ```text -npm install --save-dev ajv-cli@^5.0.0 ajv-formats@^2.1.1 +npm install --save-dev ajv-cli@^5.0.0 ajv-formats@^3.0.1 ``` Commit the resulting changes to the `package.json` and `package-lock.json` files. diff --git a/workflow-templates/sync-labels-npm.md b/workflow-templates/sync-labels-npm.md index efc0826d..aceed09c 100644 --- a/workflow-templates/sync-labels-npm.md +++ b/workflow-templates/sync-labels-npm.md @@ -21,7 +21,7 @@ The tool dependencies of this workflow are managed by [npm](https://www.npmjs.co Add the dependencies by running this command: ```text -npm install --save-dev ajv-cli@^5.0.0 ajv-formats@^2.1.1 +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 ```