Skip to content
Snippets Groups Projects

chore(deps): update commitlint (major)

Merged Perun-GitLab Service Account requested to merge renovate/major-commitlint into main
Files
2
+ 18
46
@@ -9,8 +9,8 @@
"version": "0.0.0-development",
"devDependencies": {
"@beepbeepgo/semantic-release-python": "1.1.0",
"@commitlint/config-conventional": "19.0.3",
"@commitlint/cz-commitlint": "19.0.3",
"@commitlint/config-conventional": "19.1.0",
"@commitlint/cz-commitlint": "19.1.0",
"@perun/commitlint-config-perun": "1.0.0",
"@perun/semantic-release-perun-config": "1.0.1",
"commitizen": "4.3.0",
@@ -772,9 +772,9 @@
}
},
"node_modules/@commitlint/config-conventional": {
"version": "19.0.3",
"resolved": "https://registry.npmjs.org/@commitlint/config-conventional/-/config-conventional-19.0.3.tgz",
"integrity": "sha512-vh0L8XeLaEzTe8VCxSd0gAFvfTK0RFolrzw4o431bIuWJfi/yRCHJlsDwus7wW2eJaFFDR0VFXJyjGyDQhi4vA==",
"version": "19.1.0",
"resolved": "https://registry.npmjs.org/@commitlint/config-conventional/-/config-conventional-19.1.0.tgz",
"integrity": "sha512-KIKD2xrp6Uuk+dcZVj3++MlzIr/Su6zLE8crEDQCZNvWHNQSeeGbzOlNtsR32TUy6H3JbP7nWgduAHCaiGQ6EA==",
"dev": true,
"dependencies": {
"@commitlint/types": "^19.0.3",
@@ -798,13 +798,13 @@
}
},
"node_modules/@commitlint/cz-commitlint": {
"version": "19.0.3",
"resolved": "https://registry.npmjs.org/@commitlint/cz-commitlint/-/cz-commitlint-19.0.3.tgz",
"integrity": "sha512-DarzAFzoE5dAiEgVikE7odwSglfvxN1GfCg+R/nwsCZKNS3j7dzEy85NQMmQ6C5y2YmbQAjZ0/nM47W8gRzkzw==",
"version": "19.1.0",
"resolved": "https://registry.npmjs.org/@commitlint/cz-commitlint/-/cz-commitlint-19.1.0.tgz",
"integrity": "sha512-ABbOmQbckCjBv1xkcsPVNMWikcdMXY3QF491xut1zar+K9Fj5XjUfAvDeJMe/wBigs+6lu8vymnLzLUNwbMDPQ==",
"dev": true,
"dependencies": {
"@commitlint/ensure": "^19.0.3",
"@commitlint/load": "^19.0.3",
"@commitlint/load": "^19.1.0",
"@commitlint/types": "^19.0.3",
"chalk": "^5.3.0",
"lodash.isplainobject": "^4.0.6",
@@ -857,9 +857,9 @@
}
},
"node_modules/@commitlint/load": {
"version": "19.1.0",
"resolved": "https://registry.npmjs.org/@commitlint/load/-/load-19.1.0.tgz",
"integrity": "sha512-rWqnvNDpeshX8JfUC/qjpDkQB78qF+4uHcJmIRJMwvlj6zWce08SP/TPKN3GlNKgXhAawwcAPxXL9qOTTdiOBA==",
"version": "19.2.0",
"resolved": "https://registry.npmjs.org/@commitlint/load/-/load-19.2.0.tgz",
"integrity": "sha512-XvxxLJTKqZojCxaBQ7u92qQLFMMZc4+p9qrIq/9kJDy8DOrEa7P1yx7Tjdc2u2JxIalqT4KOGraVgCE7eCYJyQ==",
"dev": true,
"dependencies": {
"@commitlint/config-validator": "^19.0.3",
@@ -867,7 +867,7 @@
"@commitlint/resolve-extends": "^19.1.0",
"@commitlint/types": "^19.0.3",
"chalk": "^5.3.0",
"cosmiconfig": "^8.3.6",
"cosmiconfig": "^9.0.0",
"cosmiconfig-typescript-loader": "^5.0.0",
"lodash.isplainobject": "^4.0.6",
"lodash.merge": "^4.6.2",
@@ -7643,15 +7643,15 @@
"dev": true
},
"node_modules/cosmiconfig": {
"version": "8.3.6",
"resolved": "https://registry.npmjs.org/cosmiconfig/-/cosmiconfig-8.3.6.tgz",
"integrity": "sha512-kcZ6+W5QzcJ3P1Mt+83OUv/oHFqZHIx8DuxG6eZ5RGMERoLqp4BuGjhHLYGK+Kf5XVkQvqBSmAy/nGWN3qDgEA==",
"version": "9.0.0",
"resolved": "https://registry.npmjs.org/cosmiconfig/-/cosmiconfig-9.0.0.tgz",
"integrity": "sha512-itvL5h8RETACmOTFc4UfIyB2RfEHi71Ax6E/PivVxq9NseKbOWpeyHEOIbmAw1rs8Ak0VursQNww7lf7YtUwzg==",
"dev": true,
"dependencies": {
"env-paths": "^2.2.1",
"import-fresh": "^3.3.0",
"js-yaml": "^4.1.0",
"parse-json": "^5.2.0",
"path-type": "^4.0.0"
"parse-json": "^5.2.0"
},
"engines": {
"node": ">=14"
@@ -8251,7 +8251,6 @@
"resolved": "https://registry.npmjs.org/env-paths/-/env-paths-2.2.1.tgz",
"integrity": "sha512-+h1lkLKhZMTYjog1VEpJNG7NZJWcuc2DDk/qsqSTRRCOXiLjeQ1d1/udrUGhqMxUgAlwKNZ0cf2uqan5GLuS2A==",
"dev": true,
"peer": true,
"engines": {
"node": ">=6"
}
@@ -14064,33 +14063,6 @@
"node": ">=16"
}
},
"node_modules/semantic-release/node_modules/cosmiconfig": {
"version": "9.0.0",
"resolved": "https://registry.npmjs.org/cosmiconfig/-/cosmiconfig-9.0.0.tgz",
"integrity": "sha512-itvL5h8RETACmOTFc4UfIyB2RfEHi71Ax6E/PivVxq9NseKbOWpeyHEOIbmAw1rs8Ak0VursQNww7lf7YtUwzg==",
"dev": true,
"peer": true,
"dependencies": {
"env-paths": "^2.2.1",
"import-fresh": "^3.3.0",
"js-yaml": "^4.1.0",
"parse-json": "^5.2.0"
},
"engines": {
"node": ">=14"
},
"funding": {
"url": "https://github.com/sponsors/d-fischer"
},
"peerDependencies": {
"typescript": ">=4.9.5"
},
"peerDependenciesMeta": {
"typescript": {
"optional": true
}
}
},
"node_modules/semantic-release/node_modules/crypto-random-string": {
"version": "4.0.0",
"resolved": "https://registry.npmjs.org/crypto-random-string/-/crypto-random-string-4.0.0.tgz",
Loading