Skip to content

Commit b99114c

Browse files
chore(deps-dev): bump standard-version from 8.0.2 to 9.0.0
Bumps [standard-version](https://github.com/conventional-changelog/standard-version) from 8.0.2 to 9.0.0. - [Release notes](https://github.com/conventional-changelog/standard-version/releases) - [Changelog](https://github.com/conventional-changelog/standard-version/blob/master/CHANGELOG.md) - [Commits](conventional-changelog/standard-version@v8.0.2...v9.0.0) Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
1 parent e54cb4e commit b99114c

File tree

2 files changed

+80
-43
lines changed

2 files changed

+80
-43
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@
6565
"rollup-plugin-terser": "^6.1.0",
6666
"rollup-plugin-typescript": "^1.0.1",
6767
"rollup-plugin-vue": "^5.1.5",
68-
"standard-version": "^8.0.0",
68+
"standard-version": "^9.0.0",
6969
"typescript": "^4.0.2",
7070
"vue": "^2.6.10",
7171
"vue-jest": "^4.0.0-beta.2",

yarn.lock

Lines changed: 79 additions & 42 deletions
Original file line numberDiff line numberDiff line change
@@ -2377,6 +2377,14 @@ compare-func@^1.3.1:
23772377
array-ify "^1.0.0"
23782378
dot-prop "^3.0.0"
23792379

2380+
compare-func@^2.0.0:
2381+
version "2.0.0"
2382+
resolved "https://registry.yarnpkg.com/compare-func/-/compare-func-2.0.0.tgz#fb65e75edbddfd2e568554e8b5b05fff7a51fcb3"
2383+
integrity sha512-zHig5N+tPWARooBnb0Zx1MFcdfpyJrfTJ3Y5L+IFvUm8rM74hHz66z0gw0x4tijh5CorKkKUCnW82R2vmpeCRA==
2384+
dependencies:
2385+
array-ify "^1.0.0"
2386+
dot-prop "^5.1.0"
2387+
23802388
compare-versions@^3.6.0:
23812389
version "3.6.0"
23822390
resolved "https://registry.yarnpkg.com/compare-versions/-/compare-versions-3.6.0.tgz#1a5689913685e5a87637b8d3ffca75514ec41d62"
@@ -2463,14 +2471,22 @@ contains-path@^0.1.0:
24632471
resolved "https://registry.yarnpkg.com/contains-path/-/contains-path-0.1.0.tgz#fe8cf184ff6670b6baef01a9d4861a5cbec4120a"
24642472
integrity sha1-/ozxhP9mcLa67wGp1IYaXL7EEgo=
24652473

2466-
conventional-changelog-angular@^5.0.0, conventional-changelog-angular@^5.0.10:
2474+
conventional-changelog-angular@^5.0.0:
24672475
version "5.0.10"
24682476
resolved "https://registry.yarnpkg.com/conventional-changelog-angular/-/conventional-changelog-angular-5.0.10.tgz#5cf7b00dd315b6a6a558223c80d5ef24ddb34205"
24692477
integrity sha512-k7RPPRs0vp8+BtPsM9uDxRl6KcgqtCJmzRD1wRtgqmhQ96g8ifBGo9O/TZBG23jqlXS/rg8BKRDELxfnQQGiaA==
24702478
dependencies:
24712479
compare-func "^1.3.1"
24722480
q "^1.5.1"
24732481

2482+
conventional-changelog-angular@^5.0.11:
2483+
version "5.0.11"
2484+
resolved "https://registry.yarnpkg.com/conventional-changelog-angular/-/conventional-changelog-angular-5.0.11.tgz#99a3ca16e4a5305e0c2c2fae3ef74fd7631fc3fb"
2485+
integrity sha512-nSLypht/1yEflhuTogC03i7DX7sOrXGsRn14g131Potqi6cbGbGEE9PSDEHKldabB6N76HiSyw9Ph+kLmC04Qw==
2486+
dependencies:
2487+
compare-func "^2.0.0"
2488+
q "^1.5.1"
2489+
24742490
conventional-changelog-atom@^2.0.7:
24752491
version "2.0.7"
24762492
resolved "https://registry.yarnpkg.com/conventional-changelog-atom/-/conventional-changelog-atom-2.0.7.tgz#221575253a04f77a2fd273eb2bf29a138f710abf"
@@ -2490,7 +2506,7 @@ conventional-changelog-config-spec@2.1.0:
24902506
resolved "https://registry.yarnpkg.com/conventional-changelog-config-spec/-/conventional-changelog-config-spec-2.1.0.tgz#874a635287ef8b581fd8558532bf655d4fb59f2d"
24912507
integrity sha512-IpVePh16EbbB02V+UA+HQnnPIohgXvJRxHcS5+Uwk4AT5LjzCZJm5sp/yqs5C6KZJ1jMsV4paEV13BN1pvDuxQ==
24922508

2493-
conventional-changelog-conventionalcommits@4.3.0, conventional-changelog-conventionalcommits@^4.3.0:
2509+
conventional-changelog-conventionalcommits@4.3.0:
24942510
version "4.3.0"
24952511
resolved "https://registry.yarnpkg.com/conventional-changelog-conventionalcommits/-/conventional-changelog-conventionalcommits-4.3.0.tgz#c4205a659f7ca9d7881f29ee78a4e7d6aeb8b3c2"
24962512
integrity sha512-oYHydvZKU+bS8LnGqTMlNrrd7769EsuEHKy4fh1oMdvvDi7fem8U+nvfresJ1IDB8K00Mn4LpiA/lR+7Gs6rgg==
@@ -2499,19 +2515,28 @@ conventional-changelog-conventionalcommits@4.3.0, conventional-changelog-convent
24992515
lodash "^4.17.15"
25002516
q "^1.5.1"
25012517

2502-
conventional-changelog-core@^4.1.7:
2503-
version "4.1.7"
2504-
resolved "https://registry.yarnpkg.com/conventional-changelog-core/-/conventional-changelog-core-4.1.7.tgz#6b5cdadda4430895cc4a75a73dd8b36e322ab346"
2505-
integrity sha512-UBvSrQR2RdKbSQKh7RhueiiY4ZAIOW3+CSWdtKOwRv+KxIMNFKm1rOcGBFx0eA8AKhGkkmmacoTWJTqyz7Q0VA==
2518+
conventional-changelog-conventionalcommits@4.4.0, conventional-changelog-conventionalcommits@^4.4.0:
2519+
version "4.4.0"
2520+
resolved "https://registry.yarnpkg.com/conventional-changelog-conventionalcommits/-/conventional-changelog-conventionalcommits-4.4.0.tgz#8d96687141c9bbd725a89b95c04966d364194cd4"
2521+
integrity sha512-ybvx76jTh08tpaYrYn/yd0uJNLt5yMrb1BphDe4WBredMlvPisvMghfpnJb6RmRNcqXeuhR6LfGZGewbkRm9yA==
2522+
dependencies:
2523+
compare-func "^2.0.0"
2524+
lodash "^4.17.15"
2525+
q "^1.5.1"
2526+
2527+
conventional-changelog-core@^4.2.0:
2528+
version "4.2.0"
2529+
resolved "https://registry.yarnpkg.com/conventional-changelog-core/-/conventional-changelog-core-4.2.0.tgz#d8befd1e1f5126bf35a17668276cc8c244650469"
2530+
integrity sha512-8+xMvN6JvdDtPbGBqA7oRNyZD4od1h/SIzrWqHcKZjitbVXrFpozEeyn4iI4af1UwdrabQpiZMaV07fPUTGd4w==
25062531
dependencies:
25072532
add-stream "^1.0.0"
2508-
conventional-changelog-writer "^4.0.16"
2533+
conventional-changelog-writer "^4.0.17"
25092534
conventional-commits-parser "^3.1.0"
25102535
dateformat "^3.0.0"
25112536
get-pkg-repo "^1.0.0"
25122537
git-raw-commits "2.0.0"
25132538
git-remote-origin-url "^2.0.0"
2514-
git-semver-tags "^4.0.0"
2539+
git-semver-tags "^4.1.0"
25152540
lodash "^4.17.15"
25162541
normalize-package-data "^2.3.5"
25172542
q "^1.5.1"
@@ -2548,25 +2573,25 @@ conventional-changelog-jquery@^3.0.10:
25482573
dependencies:
25492574
q "^1.5.1"
25502575

2551-
conventional-changelog-jshint@^2.0.7:
2552-
version "2.0.7"
2553-
resolved "https://registry.yarnpkg.com/conventional-changelog-jshint/-/conventional-changelog-jshint-2.0.7.tgz#955a69266951cd31e8afeb3f1c55e0517fdca943"
2554-
integrity sha512-qHA8rmwUnLiIxANJbz650+NVzqDIwNtc0TcpIa0+uekbmKHttidvQ1dGximU3vEDdoJVKFgR3TXFqYuZmYy9ZQ==
2576+
conventional-changelog-jshint@^2.0.8:
2577+
version "2.0.8"
2578+
resolved "https://registry.yarnpkg.com/conventional-changelog-jshint/-/conventional-changelog-jshint-2.0.8.tgz#3fff4df8cb46037f77b9dc3f8e354c7f99332f13"
2579+
integrity sha512-hB/iI0IiZwnZ+seYI+qEQ4b+EMQSEC8jGIvhO2Vpz1E5p8FgLz75OX8oB1xJWl+s4xBMB6f8zJr0tC/BL7YOjw==
25552580
dependencies:
2556-
compare-func "^1.3.1"
2581+
compare-func "^2.0.0"
25572582
q "^1.5.1"
25582583

25592584
conventional-changelog-preset-loader@^2.3.4:
25602585
version "2.3.4"
25612586
resolved "https://registry.yarnpkg.com/conventional-changelog-preset-loader/-/conventional-changelog-preset-loader-2.3.4.tgz#14a855abbffd59027fd602581f1f34d9862ea44c"
25622587
integrity sha512-GEKRWkrSAZeTq5+YjUZOYxdHq+ci4dNwHvpaBC3+ENalzFWuCWa9EZXSuZBpkr72sMdKB+1fyDV4takK1Lf58g==
25632588

2564-
conventional-changelog-writer@^4.0.16:
2565-
version "4.0.16"
2566-
resolved "https://registry.yarnpkg.com/conventional-changelog-writer/-/conventional-changelog-writer-4.0.16.tgz#ca10f2691a8ea6d3c2eb74bd35bcf40aa052dda5"
2567-
integrity sha512-jmU1sDJDZpm/dkuFxBeRXvyNcJQeKhGtVcFFkwTphUAzyYWcwz2j36Wcv+Mv2hU3tpvLMkysOPXJTLO55AUrYQ==
2589+
conventional-changelog-writer@^4.0.17:
2590+
version "4.0.17"
2591+
resolved "https://registry.yarnpkg.com/conventional-changelog-writer/-/conventional-changelog-writer-4.0.17.tgz#4753aaa138bf5aa59c0b274cb5937efcd2722e21"
2592+
integrity sha512-IKQuK3bib/n032KWaSb8YlBFds+aLmzENtnKtxJy3+HqDq5kohu3g/UdNbIHeJWygfnEbZjnCKFxAW0y7ArZAw==
25682593
dependencies:
2569-
compare-func "^1.3.1"
2594+
compare-func "^2.0.0"
25702595
conventional-commits-filter "^2.0.6"
25712596
dateformat "^3.0.0"
25722597
handlebars "^4.7.6"
@@ -2577,21 +2602,21 @@ conventional-changelog-writer@^4.0.16:
25772602
split "^1.0.0"
25782603
through2 "^3.0.0"
25792604

2580-
conventional-changelog@3.1.21:
2581-
version "3.1.21"
2582-
resolved "https://registry.yarnpkg.com/conventional-changelog/-/conventional-changelog-3.1.21.tgz#4a774e6bf503acfd7e4685bb750da8c0eccf1e0d"
2583-
integrity sha512-ZGecVZPEo3aC75VVE4nu85589dDhpMyqfqgUM5Myq6wfKWiNqhDJLSDMsc8qKXshZoY7dqs1hR0H/15kI/G2jQ==
2605+
conventional-changelog@3.1.23:
2606+
version "3.1.23"
2607+
resolved "https://registry.yarnpkg.com/conventional-changelog/-/conventional-changelog-3.1.23.tgz#d696408021b579a3814aba79b38729ed86478aea"
2608+
integrity sha512-sScUu2NHusjRC1dPc5p8/b3kT78OYr95/Bx7Vl8CPB8tF2mG1xei5iylDTRjONV5hTlzt+Cn/tBWrKdd299b7A==
25842609
dependencies:
2585-
conventional-changelog-angular "^5.0.10"
2610+
conventional-changelog-angular "^5.0.11"
25862611
conventional-changelog-atom "^2.0.7"
25872612
conventional-changelog-codemirror "^2.0.7"
2588-
conventional-changelog-conventionalcommits "^4.3.0"
2589-
conventional-changelog-core "^4.1.7"
2613+
conventional-changelog-conventionalcommits "^4.4.0"
2614+
conventional-changelog-core "^4.2.0"
25902615
conventional-changelog-ember "^2.0.8"
25912616
conventional-changelog-eslint "^3.0.8"
25922617
conventional-changelog-express "^2.0.5"
25932618
conventional-changelog-jquery "^3.0.10"
2594-
conventional-changelog-jshint "^2.0.7"
2619+
conventional-changelog-jshint "^2.0.8"
25952620
conventional-changelog-preset-loader "^2.3.4"
25962621

25972622
conventional-commits-filter@^2.0.6:
@@ -2628,17 +2653,17 @@ conventional-commits-parser@^3.1.0:
26282653
through2 "^3.0.0"
26292654
trim-off-newlines "^1.0.0"
26302655

2631-
conventional-recommended-bump@6.0.9:
2632-
version "6.0.9"
2633-
resolved "https://registry.yarnpkg.com/conventional-recommended-bump/-/conventional-recommended-bump-6.0.9.tgz#49ee74f52fbafcc63e89e2297d020279fea318f0"
2634-
integrity sha512-DpRmW1k8CpRrcsXHOPGgHgOd4BMGiq2gtXAveGM8B9pSd9b4r4WKnqp1Fd0vkDtk8l973mIk8KKKUYnKRr9SFw==
2656+
conventional-recommended-bump@6.0.10:
2657+
version "6.0.10"
2658+
resolved "https://registry.yarnpkg.com/conventional-recommended-bump/-/conventional-recommended-bump-6.0.10.tgz#ac2fb3e31bad2aeda80086b345bf0c52edd1d1b3"
2659+
integrity sha512-2ibrqAFMN3ZA369JgVoSbajdD/BHN6zjY7DZFKTHzyzuQejDUCjQ85S5KHxCRxNwsbDJhTPD5hOKcis/jQhRgg==
26352660
dependencies:
26362661
concat-stream "^2.0.0"
26372662
conventional-changelog-preset-loader "^2.3.4"
26382663
conventional-commits-filter "^2.0.6"
26392664
conventional-commits-parser "^3.1.0"
26402665
git-raw-commits "2.0.0"
2641-
git-semver-tags "^4.0.0"
2666+
git-semver-tags "^4.1.0"
26422667
meow "^7.0.0"
26432668
q "^1.5.1"
26442669

@@ -3042,6 +3067,13 @@ dot-prop@^3.0.0:
30423067
dependencies:
30433068
is-obj "^1.0.0"
30443069

3070+
dot-prop@^5.1.0:
3071+
version "5.2.0"
3072+
resolved "https://registry.yarnpkg.com/dot-prop/-/dot-prop-5.2.0.tgz#c34ecc29556dc45f1f4c22697b6f4904e0cc4fcb"
3073+
integrity sha512-uEUyaDKoSQ1M4Oq8l45hSE26SnTxL6snNnqvK/VWx5wJhmff5z0FUVJDKDanor/6w3kzE3i7XZOk+7wC0EXr1A==
3074+
dependencies:
3075+
is-obj "^2.0.0"
3076+
30453077
dotgitignore@^2.1.0:
30463078
version "2.1.0"
30473079
resolved "https://registry.yarnpkg.com/dotgitignore/-/dotgitignore-2.1.0.tgz#a4b15a4e4ef3cf383598aaf1dfa4a04bcc089b7b"
@@ -4007,10 +4039,10 @@ git-remote-origin-url@^2.0.0:
40074039
gitconfiglocal "^1.0.0"
40084040
pify "^2.3.0"
40094041

4010-
git-semver-tags@^4.0.0:
4011-
version "4.0.0"
4012-
resolved "https://registry.yarnpkg.com/git-semver-tags/-/git-semver-tags-4.0.0.tgz#a9dd58a0dd3561a4a9898b7e9731cf441c98fc38"
4013-
integrity sha512-LajaAWLYVBff+1NVircURJFL8TQ3EMIcLAfHisWYX/nPoMwnTYfWAznQDmMujlLqoD12VtLmoSrF1sQ5MhimEQ==
4042+
git-semver-tags@^4.0.0, git-semver-tags@^4.1.0:
4043+
version "4.1.0"
4044+
resolved "https://registry.yarnpkg.com/git-semver-tags/-/git-semver-tags-4.1.0.tgz#0146c9bc24ee96104c99f443071c8c2d7dc848e3"
4045+
integrity sha512-TcxAGeo03HdErzKzi4fDD+xEL7gi8r2Y5YSxH6N2XYdVSV5UkBwfrt7Gqo1b+uSHCjy/sa9Y6BBBxxFLxfbhTg==
40144046
dependencies:
40154047
meow "^7.0.0"
40164048
semver "^6.0.0"
@@ -4606,6 +4638,11 @@ is-obj@^1.0.0:
46064638
resolved "https://registry.yarnpkg.com/is-obj/-/is-obj-1.0.1.tgz#3e4729ac1f5fde025cd7d83a896dab9f4f67db0f"
46074639
integrity sha1-PkcprB9f3gJc19g6iW2rn09n2w8=
46084640

4641+
is-obj@^2.0.0:
4642+
version "2.0.0"
4643+
resolved "https://registry.yarnpkg.com/is-obj/-/is-obj-2.0.0.tgz#473fb05d973705e3fd9620545018ca8e22ef4982"
4644+
integrity sha512-drqDG3cbczxxEJRoOXcOjtdp1J/lyp1mNn0xaznRs8+muBhgQcrnbspox5X5fOw0HnMnbfDzvnEMEtqDEJEo8w==
4645+
46094646
is-object@^1.0.1:
46104647
version "1.0.1"
46114648
resolved "https://registry.yarnpkg.com/is-object/-/is-object-1.0.1.tgz#8952688c5ec2ffd6b03ecc85e769e02903083470"
@@ -7816,16 +7853,16 @@ stack-utils@^1.0.1:
78167853
resolved "https://registry.yarnpkg.com/stack-utils/-/stack-utils-1.0.2.tgz#33eba3897788558bebfc2db059dc158ec36cebb8"
78177854
integrity sha512-MTX+MeG5U994cazkjd/9KNAapsHnibjMLnfXodlkXw76JEea0UiNzrqidzo1emMwk7w5Qhc9jd4Bn9TBb1MFwA==
78187855

7819-
standard-version@^8.0.0:
7820-
version "8.0.2"
7821-
resolved "https://registry.yarnpkg.com/standard-version/-/standard-version-8.0.2.tgz#02ed7131f83046bd04358dc54f97d42c4b2fd828"
7822-
integrity sha512-L8X9KFq2SmVmaeZgUmWHFJMOsEWpjgFAwqic6yIIoveM1kdw1vH4Io03WWxUDjypjGqGU6qUtcJoR8UvOv5w3g==
7856+
standard-version@^9.0.0:
7857+
version "9.0.0"
7858+
resolved "https://registry.yarnpkg.com/standard-version/-/standard-version-9.0.0.tgz#814055add91eec8679a773768927f927183fc818"
7859+
integrity sha512-eRR04IscMP3xW9MJTykwz13HFNYs8jS33AGuDiBKgfo5YrO0qX0Nxb4rjupVwT5HDYL/aR+MBEVLjlmVFmFEDQ==
78237860
dependencies:
78247861
chalk "^2.4.2"
7825-
conventional-changelog "3.1.21"
7862+
conventional-changelog "3.1.23"
78267863
conventional-changelog-config-spec "2.1.0"
7827-
conventional-changelog-conventionalcommits "4.3.0"
7828-
conventional-recommended-bump "6.0.9"
7864+
conventional-changelog-conventionalcommits "4.4.0"
7865+
conventional-recommended-bump "6.0.10"
78297866
detect-indent "^6.0.0"
78307867
detect-newline "^3.1.0"
78317868
dotgitignore "^2.1.0"

0 commit comments

Comments
 (0)