From d6cdc3e63747f566c2c2b4254791061b5e7e315c Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 21 May 2024 06:06:23 +0000 Subject: [PATCH] chore(deps): update dependency conventional-recommended-bump to v10 --- package-lock.json | 147 +++++++++++++++++++++++++++++----------------- package.json | 4 +- 2 files changed, 94 insertions(+), 57 deletions(-) diff --git a/package-lock.json b/package-lock.json index 6c64bcf54..7b7a8ba71 100644 --- a/package-lock.json +++ b/package-lock.json @@ -15,11 +15,11 @@ "@octokit/action": "^7.0.0", "@octokit/webhooks-types": "^7.3.2", "@sapphire/prettier-config": "^2.0.0", - "@types/conventional-recommended-bump": "^9.0.3", + "@types/conventional-recommended-bump": "^10.0.0", "@types/node": "^20.11.24", "@typescript-eslint/utils": "^7.1.1", "conventional-changelog-cli": "^4.1.0", - "conventional-recommended-bump": "^9.0.0", + "conventional-recommended-bump": "^10.0.0", "eslint": "^8.57.0", "eslint-config-neon": "^0.1.59", "eslint-import-resolver-typescript": "^3.6.1", @@ -993,6 +993,32 @@ "node": ">=v18" } }, + "node_modules/@conventional-changelog/git-client": { + "version": "1.0.1", + "resolved": "https://registry.npmjs.org/@conventional-changelog/git-client/-/git-client-1.0.1.tgz", + "integrity": "sha512-PJEqBwAleffCMETaVm/fUgHldzBE35JFk3/9LL6NUA5EXa3qednu+UT6M7E5iBu3zIQZCULYIiZ90fBYHt6xUw==", + "dev": true, + "license": "MIT", + "dependencies": { + "@types/semver": "^7.5.5", + "semver": "^7.5.2" + }, + "engines": { + "node": ">=18" + }, + "peerDependencies": { + "conventional-commits-filter": "^5.0.0", + "conventional-commits-parser": "^6.0.0" + }, + "peerDependenciesMeta": { + "conventional-commits-filter": { + "optional": true + }, + "conventional-commits-parser": { + "optional": true + } + } + }, "node_modules/@es-joy/jsdoccomment": { "version": "0.43.0", "resolved": "https://registry.npmjs.org/@es-joy/jsdoccomment/-/jsdoccomment-0.43.0.tgz", @@ -1815,32 +1841,6 @@ "@types/node": "*" } }, - "node_modules/@types/conventional-changelog-core": { - "version": "4.2.8", - "resolved": "https://registry.npmjs.org/@types/conventional-changelog-core/-/conventional-changelog-core-4.2.8.tgz", - "integrity": "sha512-1hA2HeaQomDGq9yOkl1EHfCgWJcYphKB3otr398Ta/sjOTQS7a/Saf9RDEnQg4zSBYJfAzMzZlY5lIIh2sAuqA==", - "dev": true, - "license": "MIT", - "dependencies": { - "@types/conventional-changelog-writer": "*", - "@types/conventional-commits-parser": "*", - "@types/conventional-recommended-bump": "*", - "@types/git-raw-commits": "*", - "@types/node": "*", - "@types/normalize-package-data": "*" - } - }, - "node_modules/@types/conventional-changelog-writer": { - "version": "4.0.10", - "resolved": "https://registry.npmjs.org/@types/conventional-changelog-writer/-/conventional-changelog-writer-4.0.10.tgz", - "integrity": "sha512-EK654IW1SBqTZSzN9+PlB6SKSYlDhsrCv1olfeEXvt/FHcmd7kvFWW0cFvMtnWalR/D7baYzY3FJ2TSt7UUySg==", - "dev": true, - "license": "MIT", - "dependencies": { - "@types/conventional-commits-parser": "*", - "@types/node": "*" - } - }, "node_modules/@types/conventional-commits-parser": { "version": "5.0.0", "resolved": "https://registry.npmjs.org/@types/conventional-commits-parser/-/conventional-commits-parser-5.0.0.tgz", @@ -1852,15 +1852,14 @@ } }, "node_modules/@types/conventional-recommended-bump": { - "version": "9.0.3", - "resolved": "https://registry.npmjs.org/@types/conventional-recommended-bump/-/conventional-recommended-bump-9.0.3.tgz", - "integrity": "sha512-rOZiRkTRNAPAqBotvm8+VTzILJMnMuad52/VhSjOVTP9Mrn3K+EiSeii/YC/FiPTp2mBTo45D9I3H6z6+EOfsw==", + "version": "10.0.0", + "resolved": "https://registry.npmjs.org/@types/conventional-recommended-bump/-/conventional-recommended-bump-10.0.0.tgz", + "integrity": "sha512-Yy0Ln9ZRvcbkXovZM33JoMml7FLaYOn1XwxKBL/w+I3FhB1MEWv4Fpaz/EITh56OTdZ5TWp/R2PRT1u1qZl1Gw==", + "deprecated": "This is a stub types definition. conventional-recommended-bump provides its own type definitions, so you do not need this installed.", "dev": true, "license": "MIT", "dependencies": { - "@types/conventional-changelog-core": "*", - "@types/conventional-changelog-writer": "*", - "@types/conventional-commits-parser": "*" + "conventional-recommended-bump": "*" } }, "node_modules/@types/debug": { @@ -1901,16 +1900,6 @@ "@types/estree": "*" } }, - "node_modules/@types/git-raw-commits": { - "version": "2.0.4", - "resolved": "https://registry.npmjs.org/@types/git-raw-commits/-/git-raw-commits-2.0.4.tgz", - "integrity": "sha512-PYmTK156j6TilbwtnO2JErH4TCC1izpgP3kRE3KUX35bjBOD2A+syCGeercqHXBcM6wL+DU0WbJB2Gz8fPR+8A==", - "dev": true, - "license": "MIT", - "dependencies": { - "@types/node": "*" - } - }, "node_modules/@types/hast": { "version": "3.0.4", "resolved": "https://registry.npmjs.org/@types/hast/-/hast-3.0.4.tgz", @@ -3881,24 +3870,72 @@ } }, "node_modules/conventional-recommended-bump": { - "version": "9.0.0", - "resolved": "https://registry.npmjs.org/conventional-recommended-bump/-/conventional-recommended-bump-9.0.0.tgz", - "integrity": "sha512-HR1yD0G5HgYAu6K0wJjLd7QGRK8MQDqqj6Tn1n/ja1dFwBCE6QmV+iSgQ5F7hkx7OUR/8bHpxJqYtXj2f/opPQ==", + "version": "10.0.0", + "resolved": "https://registry.npmjs.org/conventional-recommended-bump/-/conventional-recommended-bump-10.0.0.tgz", + "integrity": "sha512-RK/fUnc2btot0oEVtrj3p2doImDSs7iiz/bftFCDzels0Qs1mxLghp+DFHMaOC0qiCI6sWzlTDyBFSYuot6pRA==", "dev": true, "license": "MIT", "dependencies": { - "conventional-changelog-preset-loader": "^4.1.0", - "conventional-commits-filter": "^4.0.0", - "conventional-commits-parser": "^5.0.0", - "git-raw-commits": "^4.0.0", - "git-semver-tags": "^7.0.0", - "meow": "^12.0.1" + "@conventional-changelog/git-client": "^1.0.0", + "conventional-changelog-preset-loader": "^5.0.0", + "conventional-commits-filter": "^5.0.0", + "conventional-commits-parser": "^6.0.0", + "meow": "^13.0.0" }, "bin": { - "conventional-recommended-bump": "cli.mjs" + "conventional-recommended-bump": "dist/cli/index.js" }, "engines": { - "node": ">=16" + "node": ">=18" + } + }, + "node_modules/conventional-recommended-bump/node_modules/conventional-changelog-preset-loader": { + "version": "5.0.0", + "resolved": "https://registry.npmjs.org/conventional-changelog-preset-loader/-/conventional-changelog-preset-loader-5.0.0.tgz", + "integrity": "sha512-SetDSntXLk8Jh1NOAl1Gu5uLiCNSYenB5tm0YVeZKePRIgDW9lQImromTwLa3c/Gae298tsgOM+/CYT9XAl0NA==", + "dev": true, + "license": "MIT", + "engines": { + "node": ">=18" + } + }, + "node_modules/conventional-recommended-bump/node_modules/conventional-commits-filter": { + "version": "5.0.0", + "resolved": "https://registry.npmjs.org/conventional-commits-filter/-/conventional-commits-filter-5.0.0.tgz", + "integrity": "sha512-tQMagCOC59EVgNZcC5zl7XqO30Wki9i9J3acbUvkaosCT6JX3EeFwJD7Qqp4MCikRnzS18WXV3BLIQ66ytu6+Q==", + "dev": true, + "license": "MIT", + "engines": { + "node": ">=18" + } + }, + "node_modules/conventional-recommended-bump/node_modules/conventional-commits-parser": { + "version": "6.0.0", + "resolved": "https://registry.npmjs.org/conventional-commits-parser/-/conventional-commits-parser-6.0.0.tgz", + "integrity": "sha512-TbsINLp48XeMXR8EvGjTnKGsZqBemisPoyWESlpRyR8lif0lcwzqz+NMtYSj1ooF/WYjSuu7wX0CtdeeMEQAmA==", + "dev": true, + "license": "MIT", + "dependencies": { + "meow": "^13.0.0" + }, + "bin": { + "conventional-commits-parser": "dist/cli/index.js" + }, + "engines": { + "node": ">=18" + } + }, + "node_modules/conventional-recommended-bump/node_modules/meow": { + "version": "13.2.0", + "resolved": "https://registry.npmjs.org/meow/-/meow-13.2.0.tgz", + "integrity": "sha512-pxQJQzB6djGPXh08dacEloMFopsOqGVRKFPYvPOt9XDZ1HasbgDZA74CJGreSU4G3Ak7EFJGoiH2auq+yXISgA==", + "dev": true, + "license": "MIT", + "engines": { + "node": ">=18" + }, + "funding": { + "url": "https://github.com/sponsors/sindresorhus" } }, "node_modules/core-js-compat": { diff --git a/package.json b/package.json index 8e4c5636e..49d7c3981 100644 --- a/package.json +++ b/package.json @@ -135,11 +135,11 @@ "@octokit/action": "^7.0.0", "@octokit/webhooks-types": "^7.3.2", "@sapphire/prettier-config": "^2.0.0", - "@types/conventional-recommended-bump": "^9.0.3", + "@types/conventional-recommended-bump": "^10.0.0", "@types/node": "^20.11.24", "@typescript-eslint/utils": "^7.1.1", "conventional-changelog-cli": "^4.1.0", - "conventional-recommended-bump": "^9.0.0", + "conventional-recommended-bump": "^10.0.0", "eslint": "^8.57.0", "eslint-config-neon": "^0.1.59", "eslint-import-resolver-typescript": "^3.6.1",