Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(deps): replace dependency standard-version with commit-and-tag-version ^9.5.0 (release/11.0.0-next) #1770

Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -242,7 +242,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 @@ -96,7 +96,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 @@ -363,6 +363,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"
eslint: "npm:^8.57.0"
eslint-plugin-jest: "npm:~27.9.0"
eslint-plugin-jsdoc: "npm:~48.2.1"
Expand All @@ -376,7 +377,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 @@ -8008,6 +8008,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 @@ -8046,7 +8047,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 @@ -15511,6 +15511,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 @@ -28601,30 +28625,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