Skip to content

Commit f813611

Browse files
chore(deps): replace dependency standard-version with commit-and-tag-version
1 parent 43e6dcf commit f813611

File tree

2 files changed

+35
-39
lines changed

2 files changed

+35
-39
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,6 @@
3939
"eslint": "7.21.0",
4040
"jest": "26.6.3",
4141
"nuxt": "2.15.3",
42-
"standard-version": "9.1.1"
42+
"commit-and-tag-version": "9.5.0"
4343
}
4444
}

yarn.lock

Lines changed: 34 additions & 38 deletions
Original file line numberDiff line numberDiff line change
@@ -3314,6 +3314,26 @@ commander@^6.2.0:
33143314
resolved "https://registry.yarnpkg.com/commander/-/commander-6.2.1.tgz#0792eb682dfbc325999bb2b84fddddba110ac73c"
33153315
integrity sha512-U7VdrJFnJgo4xjrHpTzu0yrHPGImdsmD95ZlgYSEajAn2JKzDhDTPG9kBTefmObL2w/ngeZnilk+OV9CG3d7UA==
33163316

3317+
3318+
version "9.5.0"
3319+
resolved "https://registry.yarnpkg.com/commit-and-tag-version/-/commit-and-tag-version-9.5.0.tgz#34e7f47c6bd6336c1931e2b3e87de382ab84afb3"
3320+
integrity sha512-XpYAhoa87HfrVY2B9Rle3XbxFNI8eVusMF66H49oom2UNYAU0u5JbLL6x5MuCJw8wfac4KKpoJmUWCYuLHDdUw==
3321+
dependencies:
3322+
chalk "^2.4.2"
3323+
conventional-changelog "3.1.25"
3324+
conventional-changelog-config-spec "2.1.0"
3325+
conventional-changelog-conventionalcommits "4.6.3"
3326+
conventional-recommended-bump "6.1.0"
3327+
detect-indent "^6.0.0"
3328+
detect-newline "^3.1.0"
3329+
dotgitignore "^2.1.0"
3330+
figures "^3.1.0"
3331+
find-up "^5.0.0"
3332+
git-semver-tags "^4.0.0"
3333+
semver "^7.1.1"
3334+
stringify-package "^1.0.1"
3335+
yargs "^16.0.0"
3336+
33173337
commondir@^1.0.1:
33183338
version "1.0.1"
33193339
resolved "https://registry.yarnpkg.com/commondir/-/commondir-1.0.1.tgz#ddd800da0c66127393cca5950ea968a3aaf1253b"
@@ -3441,7 +3461,16 @@ [email protected]:
34413461
resolved "https://registry.yarnpkg.com/conventional-changelog-config-spec/-/conventional-changelog-config-spec-2.1.0.tgz#874a635287ef8b581fd8558532bf655d4fb59f2d"
34423462
integrity sha512-IpVePh16EbbB02V+UA+HQnnPIohgXvJRxHcS5+Uwk4AT5LjzCZJm5sp/yqs5C6KZJ1jMsV4paEV13BN1pvDuxQ==
34433463

3444-
[email protected], conventional-changelog-conventionalcommits@^4.5.0:
3464+
3465+
version "4.6.3"
3466+
resolved "https://registry.yarnpkg.com/conventional-changelog-conventionalcommits/-/conventional-changelog-conventionalcommits-4.6.3.tgz#0765490f56424b46f6cb4db9135902d6e5a36dc2"
3467+
integrity sha512-LTTQV4fwOM4oLPad317V/QNQ1FY4Hju5qeBIM1uTHbrnCE+Eg4CdRZ3gO2pUeR+tzWdp80M2j3qFFEDWVqOV4g==
3468+
dependencies:
3469+
compare-func "^2.0.0"
3470+
lodash "^4.17.15"
3471+
q "^1.5.1"
3472+
3473+
conventional-changelog-conventionalcommits@^4.5.0:
34453474
version "4.5.0"
34463475
resolved "https://registry.yarnpkg.com/conventional-changelog-conventionalcommits/-/conventional-changelog-conventionalcommits-4.5.0.tgz#a02e0b06d11d342fdc0f00c91d78265ed0bc0a62"
34473476
integrity sha512-buge9xDvjjOxJlyxUnar/+6i/aVEVGA7EEh4OafBCXPlLUQPGbRUBhBUveWRxzvR8TEjhKEP4BdepnpG2FSZXw==
@@ -3528,10 +3557,10 @@ conventional-changelog-writer@^4.0.18:
35283557
split "^1.0.0"
35293558
through2 "^4.0.0"
35303559

3531-
3532-
version "3.1.24"
3533-
resolved "https://registry.yarnpkg.com/conventional-changelog/-/conventional-changelog-3.1.24.tgz#ebd180b0fd1b2e1f0095c4b04fd088698348a464"
3534-
integrity sha512-ed6k8PO00UVvhExYohroVPXcOJ/K1N0/drJHx/faTH37OIZthlecuLIRX/T6uOp682CAoVoFpu+sSEaeuH6Asg==
3560+
3561+
version "3.1.25"
3562+
resolved "https://registry.yarnpkg.com/conventional-changelog/-/conventional-changelog-3.1.25.tgz#3e227a37d15684f5aa1fb52222a6e9e2536ccaff"
3563+
integrity sha512-ryhi3fd1mKf3fSjbLXOfK2D06YwKNic1nC9mWqybBHdObPd8KJ2vjaXZfYj1U23t+V8T8n0d7gwnc9XbIdFbyQ==
35353564
dependencies:
35363565
conventional-changelog-angular "^5.0.12"
35373566
conventional-changelog-atom "^2.0.8"
@@ -5134,13 +5163,6 @@ from2@^2.1.0:
51345163
inherits "^2.0.1"
51355164
readable-stream "^2.0.0"
51365165

5137-
fs-access@^1.0.1:
5138-
version "1.0.1"
5139-
resolved "https://registry.yarnpkg.com/fs-access/-/fs-access-1.0.1.tgz#d6a87f262271cefebec30c553407fb995da8777a"
5140-
integrity sha1-1qh/JiJxzv6+wwxVNAf7mV2od3o=
5141-
dependencies:
5142-
null-check "^1.0.0"
5143-
51445166
fs-extra@^8.1.0:
51455167
version "8.1.0"
51465168
resolved "https://registry.yarnpkg.com/fs-extra/-/fs-extra-8.1.0.tgz#49d43c45a88cd9677668cb7be1b46efdb8d2e1c0"
@@ -7831,11 +7853,6 @@ nth-check@^1.0.2:
78317853
dependencies:
78327854
boolbase "~1.0.0"
78337855

7834-
null-check@^1.0.0:
7835-
version "1.0.0"
7836-
resolved "https://registry.yarnpkg.com/null-check/-/null-check-1.0.0.tgz#977dffd7176012b9ec30d2a39db5cf72a0439edd"
7837-
integrity sha1-l33/1xdgErnsMNKjnbXPcqBDnt0=
7838-
78397856
num2fraction@^1.2.2:
78407857
version "1.2.2"
78417858
resolved "https://registry.yarnpkg.com/num2fraction/-/num2fraction-1.2.2.tgz#6f682b6a027a4e9ddfa4564cd2589d1d4e669ede"
@@ -10268,27 +10285,6 @@ stackframe@^1.1.1:
1026810285
resolved "https://registry.yarnpkg.com/stackframe/-/stackframe-1.2.0.tgz#52429492d63c62eb989804c11552e3d22e779303"
1026910286
integrity sha512-GrdeshiRmS1YLMYgzF16olf2jJ/IzxXY9lhKOskuVziubpTYcYqyOwYeJKzQkwy7uN0fYSsbsC4RQaXf9LCrYA==
1027010287

10271-
10272-
version "9.1.1"
10273-
resolved "https://registry.yarnpkg.com/standard-version/-/standard-version-9.1.1.tgz#7561df6351b075a44544ce3d3ebcffcb9582ba5a"
10274-
integrity sha512-PF9JnRauBwH7DAkmefYu1mB2Kx0MVG13udqDTFmDUiogbyikBAHBdMrVuauxtAb2YIkyZ3FMYCNv0hqUKMOPww==
10275-
dependencies:
10276-
chalk "^2.4.2"
10277-
conventional-changelog "3.1.24"
10278-
conventional-changelog-config-spec "2.1.0"
10279-
conventional-changelog-conventionalcommits "4.5.0"
10280-
conventional-recommended-bump "6.1.0"
10281-
detect-indent "^6.0.0"
10282-
detect-newline "^3.1.0"
10283-
dotgitignore "^2.1.0"
10284-
figures "^3.1.0"
10285-
find-up "^5.0.0"
10286-
fs-access "^1.0.1"
10287-
git-semver-tags "^4.0.0"
10288-
semver "^7.1.1"
10289-
stringify-package "^1.0.1"
10290-
yargs "^16.0.0"
10291-
1029210288
static-extend@^0.1.1:
1029310289
version "0.1.2"
1029410290
resolved "https://registry.yarnpkg.com/static-extend/-/static-extend-0.1.2.tgz#60809c39cbff55337226fd5e0b520f341f1fb5c6"

0 commit comments

Comments
 (0)