Skip to content

Commit

Permalink
chore(deps): replace dependency standard-version with commit-and-tag-…
Browse files Browse the repository at this point in the history
…version ^9.5.0
  • Loading branch information
renovate[bot] committed May 14, 2024
1 parent 89fcb9b commit 217d3dc
Show file tree
Hide file tree
Showing 3 changed files with 28 additions and 28 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -244,7 +244,7 @@
"sass": "~1.76.0",
"sass-loader": "^14.0.0",
"semver": "^7.5.2",
"standard-version": "^9.0.0",
"commit-and-tag-version": "^9.5.0",
"stylelint": "^16.0.2",
"stylelint-scss": "^6.0.0",
"ts-jest": "~29.1.2",
Expand Down
2 changes: 1 addition & 1 deletion packages/@ama-sdk/showcase-sdk/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@
"lint-staged": "^15.0.0",
"minimist": "^1.2.6",
"rimraf": "^5.0.1",
"standard-version": "^9.0.0",
"commit-and-tag-version": "^9.5.0",
"ts-jest": "~29.1.2",
"tsc-watch": "^6.0.4",
"typedoc": "~0.25.0",
Expand Down
52 changes: 26 additions & 26 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -364,6 +364,7 @@ __metadata:
"@typescript-eslint/eslint-plugin": "npm:^7.2.0"
"@typescript-eslint/parser": "npm:^7.2.0"
chokidar: "npm:^3.5.2"
commit-and-tag-version: "npm:^9.5.0"
cpy-cli: "npm:^5.0.0"
eslint: "npm:^8.57.0"
eslint-plugin-jest: "npm:~27.9.0"
Expand All @@ -378,7 +379,6 @@ __metadata:
lint-staged: "npm:^15.0.0"
minimist: "npm:^1.2.6"
rimraf: "npm:^5.0.1"
standard-version: "npm:^9.0.0"
ts-jest: "npm:~29.1.2"
tsc-watch: "npm:^6.0.4"
tslib: "npm:^2.6.2"
Expand Down Expand Up @@ -8181,6 +8181,7 @@ __metadata:
bootstrap: "npm:5.3.3"
bootstrap-icons: "npm:^1.11.3"
browserslist: "npm:^4.21.4"
commit-and-tag-version: "npm:^9.5.0"
concurrently: "npm:^8.0.0"
cpy-cli: "npm:^5.0.0"
editorconfig-checker: "npm:^5.0.1"
Expand Down Expand Up @@ -8220,7 +8221,6 @@ __metadata:
sass: "npm:~1.76.0"
sass-loader: "npm:^14.0.0"
semver: "npm:^7.5.2"
standard-version: "npm:^9.0.0"
stylelint: "npm:^16.0.2"
stylelint-scss: "npm:^6.0.0"
ts-jest: "npm:~29.1.2"
Expand Down Expand Up @@ -15699,6 +15699,30 @@ __metadata:
languageName: node
linkType: hard

"commit-and-tag-version@npm:^9.5.0":
version: 9.6.0
resolution: "commit-and-tag-version@npm:9.6.0"
dependencies:
chalk: "npm:^2.4.2"
conventional-changelog: "npm:3.1.25"
conventional-changelog-config-spec: "npm:2.1.0"
conventional-changelog-conventionalcommits: "npm:4.6.3"
conventional-recommended-bump: "npm:6.1.0"
detect-indent: "npm:^6.0.0"
detect-newline: "npm:^3.1.0"
dotgitignore: "npm:^2.1.0"
figures: "npm:^3.1.0"
find-up: "npm:^5.0.0"
git-semver-tags: "npm:^4.0.0"
semver: "npm:^7.1.1"
stringify-package: "npm:^1.0.1"
yargs: "npm:^16.0.0"
bin:
commit-and-tag-version: bin/cli.js
checksum: 10/11e508f9b94bade103648c1895f697b5056200b0d59c494b66fc97bfd444f1bbb1a8ea6c4eb42e80983d36c5371e6029b2860334beaab292a242283d89d5eaec
languageName: node
linkType: hard

"common-path-prefix@npm:^3.0.0":
version: 3.0.0
resolution: "common-path-prefix@npm:3.0.0"
Expand Down Expand Up @@ -28991,30 +29015,6 @@ __metadata:
languageName: node
linkType: hard

"standard-version@npm:^9.0.0":
version: 9.5.0
resolution: "standard-version@npm:9.5.0"
dependencies:
chalk: "npm:^2.4.2"
conventional-changelog: "npm:3.1.25"
conventional-changelog-config-spec: "npm:2.1.0"
conventional-changelog-conventionalcommits: "npm:4.6.3"
conventional-recommended-bump: "npm:6.1.0"
detect-indent: "npm:^6.0.0"
detect-newline: "npm:^3.1.0"
dotgitignore: "npm:^2.1.0"
figures: "npm:^3.1.0"
find-up: "npm:^5.0.0"
git-semver-tags: "npm:^4.0.0"
semver: "npm:^7.1.1"
stringify-package: "npm:^1.0.1"
yargs: "npm:^16.0.0"
bin:
standard-version: bin/cli.js
checksum: 10/a59fc3a3046007d376bf164b053011db8f6c1417b3512db697e36ea574ec47fca55086513f602ba237c62a2e61f4c60480eb84793fd0450a715bac9dd8634aa2
languageName: node
linkType: hard

"statuses@npm:2.0.1":
version: 2.0.1
resolution: "statuses@npm:2.0.1"
Expand Down

0 comments on commit 217d3dc

Please sign in to comment.