From 4c6c357f04e20fc14f2668f7984a0634feafdeb9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 22 Apr 2024 02:43:19 +0000 Subject: [PATCH] chore(deps): bump the minor-and-patch group with 6 updates Bumps the minor-and-patch group with 6 updates: | Package | From | To | | --- | --- | --- | | [@commitlint/config-angular](https://github.com/conventional-changelog/commitlint/tree/HEAD/@commitlint/config-angular) | `19.1.0` | `19.2.2` | | [@commitlint/config-conventional](https://github.com/conventional-changelog/commitlint/tree/HEAD/@commitlint/config-conventional) | `19.1.0` | `19.2.2` | | [@commitlint/config-patternplate](https://github.com/conventional-changelog/commitlint/tree/HEAD/@commitlint/config-patternplate) | `19.1.0` | `19.2.2` | | [@commitlint/lint](https://github.com/conventional-changelog/commitlint/tree/HEAD/@commitlint/lint) | `19.1.0` | `19.2.2` | | [@commitlint/cli](https://github.com/conventional-changelog/commitlint/tree/HEAD/@commitlint/cli) | `19.2.1` | `19.2.2` | | [commit-and-tag-version](https://github.com/absolute-version/commit-and-tag-version) | `12.2.0` | `12.4.0` | Updates `@commitlint/config-angular` from 19.1.0 to 19.2.2 - [Release notes](https://github.com/conventional-changelog/commitlint/releases) - [Changelog](https://github.com/conventional-changelog/commitlint/blob/master/@commitlint/config-angular/CHANGELOG.md) - [Commits](https://github.com/conventional-changelog/commitlint/commits/v19.2.2/@commitlint/config-angular) Updates `@commitlint/config-conventional` from 19.1.0 to 19.2.2 - [Release notes](https://github.com/conventional-changelog/commitlint/releases) - [Changelog](https://github.com/conventional-changelog/commitlint/blob/master/@commitlint/config-conventional/CHANGELOG.md) - [Commits](https://github.com/conventional-changelog/commitlint/commits/v19.2.2/@commitlint/config-conventional) Updates `@commitlint/config-patternplate` from 19.1.0 to 19.2.2 - [Release notes](https://github.com/conventional-changelog/commitlint/releases) - [Changelog](https://github.com/conventional-changelog/commitlint/blob/master/@commitlint/config-patternplate/CHANGELOG.md) - [Commits](https://github.com/conventional-changelog/commitlint/commits/v19.2.2/@commitlint/config-patternplate) Updates `@commitlint/lint` from 19.1.0 to 19.2.2 - [Release notes](https://github.com/conventional-changelog/commitlint/releases) - [Changelog](https://github.com/conventional-changelog/commitlint/blob/master/@commitlint/lint/CHANGELOG.md) - [Commits](https://github.com/conventional-changelog/commitlint/commits/v19.2.2/@commitlint/lint) Updates `@commitlint/cli` from 19.2.1 to 19.2.2 - [Release notes](https://github.com/conventional-changelog/commitlint/releases) - [Changelog](https://github.com/conventional-changelog/commitlint/blob/master/@commitlint/cli/CHANGELOG.md) - [Commits](https://github.com/conventional-changelog/commitlint/commits/v19.2.2/@commitlint/cli) Updates `commit-and-tag-version` from 12.2.0 to 12.4.0 - [Release notes](https://github.com/absolute-version/commit-and-tag-version/releases) - [Changelog](https://github.com/absolute-version/commit-and-tag-version/blob/master/CHANGELOG.md) - [Commits](https://github.com/absolute-version/commit-and-tag-version/compare/v12.2.0...v12.4.0) --- updated-dependencies: - dependency-name: "@commitlint/config-angular" dependency-type: direct:production update-type: version-update:semver-minor dependency-group: minor-and-patch - dependency-name: "@commitlint/config-conventional" dependency-type: direct:production update-type: version-update:semver-minor dependency-group: minor-and-patch - dependency-name: "@commitlint/config-patternplate" dependency-type: direct:production update-type: version-update:semver-minor dependency-group: minor-and-patch - dependency-name: "@commitlint/lint" dependency-type: direct:production update-type: version-update:semver-minor dependency-group: minor-and-patch - dependency-name: "@commitlint/cli" dependency-type: direct:development update-type: version-update:semver-patch dependency-group: minor-and-patch - dependency-name: commit-and-tag-version dependency-type: direct:development update-type: version-update:semver-minor dependency-group: minor-and-patch ... Signed-off-by: dependabot[bot] --- package-lock.json | 61 ++++++++++++++++++++++++----------------------- package.json | 12 +++++----- 2 files changed, 37 insertions(+), 36 deletions(-) diff --git a/package-lock.json b/package-lock.json index 04bdc0ac..234b0e61 100644 --- a/package-lock.json +++ b/package-lock.json @@ -12,13 +12,13 @@ "dependencies": { "@actions/core": "^1.10.1", "@actions/github": "^6.0.0", - "@commitlint/config-angular": "^19.1.0", - "@commitlint/config-conventional": "^19.1.0", + "@commitlint/config-angular": "^19.2.2", + "@commitlint/config-conventional": "^19.2.2", "@commitlint/config-lerna-scopes": "^19.0.0", - "@commitlint/config-patternplate": "^19.1.0", + "@commitlint/config-patternplate": "^19.2.2", "@commitlint/ensure": "^19.0.3", "@commitlint/format": "^19.0.3", - "@commitlint/lint": "^19.1.0", + "@commitlint/lint": "^19.2.2", "@commitlint/load": "^19.2.0", "commitlint-config-jira": "^1.6.4", "commitlint-plugin-function-rules": "^4.0.0", @@ -31,7 +31,7 @@ "devDependencies": { "@babel/core": "^7.24.4", "@babel/preset-env": "^7.24.4", - "@commitlint/cli": "^19.2.1", + "@commitlint/cli": "^19.2.2", "@commitlint/test": "^9.0.1", "@commitlint/test-environment": "^9.0.1", "@jest/globals": "^29.7.0", @@ -39,7 +39,7 @@ "@rollup/plugin-commonjs": "^22.0.2", "@rollup/plugin-node-resolve": "^14.1.0", "babel-jest": "^29.7.0", - "commit-and-tag-version": "^12.2.0", + "commit-and-tag-version": "^12.4.0", "conventional-changelog-cli": "^4.1.0", "eslint": "^8.34.0", "eslint-config-airbnb-base": "^15.0.0", @@ -2082,13 +2082,13 @@ "dev": true }, "node_modules/@commitlint/cli": { - "version": "19.2.1", - "resolved": "https://registry.npmjs.org/@commitlint/cli/-/cli-19.2.1.tgz", - "integrity": "sha512-cbkYUJsLqRomccNxvoJTyv5yn0bSy05BBizVyIcLACkRbVUqYorC351Diw/XFSWC/GtpwiwT2eOvQgFZa374bg==", + "version": "19.2.2", + "resolved": "https://registry.npmjs.org/@commitlint/cli/-/cli-19.2.2.tgz", + "integrity": "sha512-P8cbOHfg2PQRzfICLSrzUVOCVMqjEZ8Hlth6mtJ4yOEjT47Q5PbIGymgX3rLVylNw+3IAT2Djn9IJ2wHbXFzBg==", "dev": true, "dependencies": { "@commitlint/format": "^19.0.3", - "@commitlint/lint": "^19.1.0", + "@commitlint/lint": "^19.2.2", "@commitlint/load": "^19.2.0", "@commitlint/read": "^19.2.1", "@commitlint/types": "^19.0.3", @@ -2278,9 +2278,9 @@ } }, "node_modules/@commitlint/config-angular": { - "version": "19.1.0", - "resolved": "https://registry.npmjs.org/@commitlint/config-angular/-/config-angular-19.1.0.tgz", - "integrity": "sha512-qZyG9FHjPoG+VaHxH1OruWI8cmWWRe00sAS73jXAhACimT74k4Dex5jI2cKFcXSH8Ebh1yGwxfjzSgup5O0ykA==", + "version": "19.2.2", + "resolved": "https://registry.npmjs.org/@commitlint/config-angular/-/config-angular-19.2.2.tgz", + "integrity": "sha512-khzNS4r9GxAf9tmgasYzkYhSorolemeF233qvTVGIN08tEh9WHmYZLanvZMpzycoE7ORyTgksgpnvKCJEIQ5rg==", "dependencies": { "@commitlint/config-angular-type-enum": "^19.1.0" }, @@ -2297,9 +2297,9 @@ } }, "node_modules/@commitlint/config-conventional": { - "version": "19.1.0", - "resolved": "https://registry.npmjs.org/@commitlint/config-conventional/-/config-conventional-19.1.0.tgz", - "integrity": "sha512-KIKD2xrp6Uuk+dcZVj3++MlzIr/Su6zLE8crEDQCZNvWHNQSeeGbzOlNtsR32TUy6H3JbP7nWgduAHCaiGQ6EA==", + "version": "19.2.2", + "resolved": "https://registry.npmjs.org/@commitlint/config-conventional/-/config-conventional-19.2.2.tgz", + "integrity": "sha512-mLXjsxUVLYEGgzbxbxicGPggDuyWNkf25Ht23owXIH+zV2pv1eJuzLK3t1gDY5Gp6pxdE60jZnWUY5cvgL3ufw==", "dependencies": { "@commitlint/types": "^19.0.3", "conventional-changelog-conventionalcommits": "^7.0.2" @@ -2483,11 +2483,11 @@ } }, "node_modules/@commitlint/config-patternplate": { - "version": "19.1.0", - "resolved": "https://registry.npmjs.org/@commitlint/config-patternplate/-/config-patternplate-19.1.0.tgz", - "integrity": "sha512-VsE0kwwHU2kAYI+T9pKTj2k5z8D+F/dzScul0c4CW34+sXdmVh+vr0LhkE89efCkfBy+FFea2NHjh/dV7dbmvQ==", + "version": "19.2.2", + "resolved": "https://registry.npmjs.org/@commitlint/config-patternplate/-/config-patternplate-19.2.2.tgz", + "integrity": "sha512-uUw70KQ59amy6u5g+GFfnEcDT8MA9YInSISQ1YbMWAuDt+7zpyWIPblN5FmQJAi3Rho1h6mBQcS+3214ezrYSA==", "dependencies": { - "@commitlint/config-angular": "^19.1.0", + "@commitlint/config-angular": "^19.2.2", "glob": "^10.3.10", "lodash.merge": "^4.6.2" }, @@ -2626,9 +2626,9 @@ } }, "node_modules/@commitlint/is-ignored": { - "version": "19.0.3", - "resolved": "https://registry.npmjs.org/@commitlint/is-ignored/-/is-ignored-19.0.3.tgz", - "integrity": "sha512-MqDrxJaRSVSzCbPsV6iOKG/Lt52Y+PVwFVexqImmYYFhe51iVJjK2hRhOG2jUAGiUHk4jpdFr0cZPzcBkSzXDQ==", + "version": "19.2.2", + "resolved": "https://registry.npmjs.org/@commitlint/is-ignored/-/is-ignored-19.2.2.tgz", + "integrity": "sha512-eNX54oXMVxncORywF4ZPFtJoBm3Tvp111tg1xf4zWXGfhBPKpfKG6R+G3G4v5CPlRROXpAOpQ3HMhA9n1Tck1g==", "dependencies": { "@commitlint/types": "^19.0.3", "semver": "^7.6.0" @@ -2638,11 +2638,11 @@ } }, "node_modules/@commitlint/lint": { - "version": "19.1.0", - "resolved": "https://registry.npmjs.org/@commitlint/lint/-/lint-19.1.0.tgz", - "integrity": "sha512-ESjaBmL/9cxm+eePyEr6SFlBUIYlYpI80n+Ltm7IA3MAcrmiP05UMhJdAD66sO8jvo8O4xdGn/1Mt2G5VzfZKw==", + "version": "19.2.2", + "resolved": "https://registry.npmjs.org/@commitlint/lint/-/lint-19.2.2.tgz", + "integrity": "sha512-xrzMmz4JqwGyKQKTpFzlN0dx0TAiT7Ran1fqEBgEmEj+PU98crOFtysJgY+QdeSagx6EDRigQIXJVnfrI0ratA==", "dependencies": { - "@commitlint/is-ignored": "^19.0.3", + "@commitlint/is-ignored": "^19.2.2", "@commitlint/parse": "^19.0.3", "@commitlint/rules": "^19.0.3", "@commitlint/types": "^19.0.3" @@ -7066,9 +7066,9 @@ } }, "node_modules/commit-and-tag-version": { - "version": "12.2.0", - "resolved": "https://registry.npmjs.org/commit-and-tag-version/-/commit-and-tag-version-12.2.0.tgz", - "integrity": "sha512-t8kvDy8dVTCF/j2u7Elt/J3tzCPyh16ssK8ECpj44R6jJiCUJMhWwZ36L652iChvqz4BAem9XU7WyuMYHlmSvA==", + "version": "12.4.0", + "resolved": "https://registry.npmjs.org/commit-and-tag-version/-/commit-and-tag-version-12.4.0.tgz", + "integrity": "sha512-8uZyuGmVPCyq2Bzg/1GkUCdbCTRPrx0bP2hCYyYHTRTruq960WgCf7hYwg2/UiqSrdoZMrRBsHK5eLYeanSTkA==", "dev": true, "dependencies": { "chalk": "^2.4.2", @@ -7085,6 +7085,7 @@ "jsdom": "^23.2.0", "semver": "^7.5.4", "w3c-xmlserializer": "^5.0.0", + "yaml": "^2.4.1", "yargs": "^17.7.2" }, "bin": { diff --git a/package.json b/package.json index 2829fcb3..1987e116 100644 --- a/package.json +++ b/package.json @@ -24,13 +24,13 @@ "dependencies": { "@actions/core": "^1.10.1", "@actions/github": "^6.0.0", - "@commitlint/config-angular": "^19.1.0", - "@commitlint/config-conventional": "^19.1.0", + "@commitlint/config-angular": "^19.2.2", + "@commitlint/config-conventional": "^19.2.2", "@commitlint/config-lerna-scopes": "^19.0.0", - "@commitlint/config-patternplate": "^19.1.0", + "@commitlint/config-patternplate": "^19.2.2", "@commitlint/ensure": "^19.0.3", "@commitlint/format": "^19.0.3", - "@commitlint/lint": "^19.1.0", + "@commitlint/lint": "^19.2.2", "@commitlint/load": "^19.2.0", "commitlint-config-jira": "^1.6.4", "commitlint-plugin-function-rules": "^4.0.0", @@ -43,7 +43,7 @@ "devDependencies": { "@babel/core": "^7.24.4", "@babel/preset-env": "^7.24.4", - "@commitlint/cli": "^19.2.1", + "@commitlint/cli": "^19.2.2", "@commitlint/test": "^9.0.1", "@commitlint/test-environment": "^9.0.1", "@jest/globals": "^29.7.0", @@ -51,7 +51,7 @@ "@rollup/plugin-commonjs": "^22.0.2", "@rollup/plugin-node-resolve": "^14.1.0", "babel-jest": "^29.7.0", - "commit-and-tag-version": "^12.2.0", + "commit-and-tag-version": "^12.4.0", "conventional-changelog-cli": "^4.1.0", "eslint": "^8.34.0", "eslint-config-airbnb-base": "^15.0.0",