1686
1686
"@types/semver" "^7.5.5"
1687
1687
semver "^7.5.2"
1688
1688
1689
+ "@conventional-changelog/git-client@^2.2.0":
1690
+ version "2.2.0"
1691
+ resolved "https://registry.yarnpkg.com/@conventional-changelog/git-client/-/git-client-2.2.0.tgz#484f462576b74f49433a65f94dc67f77e47518b5"
1692
+ integrity sha512-pi7zipe40jaf0GBmC0COO7jh1m1U2ZZ0LRbt19ydVleZ5pfwy3yGb+Tl40irqJz69+UqmE9+ZjaJc7j46Jhqng==
1693
+ dependencies:
1694
+ semver "^7.5.2"
1695
+
1689
1696
"@cspotcode/source-map-support@^0.8.0":
1690
1697
version "0.8.1"
1691
1698
resolved "https://registry.yarnpkg.com/@cspotcode/source-map-support/-/source-map-support-0.8.1.tgz#00629c35a688e05a88b1cda684fb9d5e73f000a1"
4505
4512
dependencies:
4506
4513
undici-types "~5.26.4"
4507
4514
4508
- "@types/normalize-package-data@^2.4.3":
4515
+ "@types/normalize-package-data@^2.4.3", "@types/normalize-package-data@^2.4.4" :
4509
4516
version "2.4.4"
4510
4517
resolved "https://registry.yarnpkg.com/@types/normalize-package-data/-/normalize-package-data-2.4.4.tgz#56e2cc26c397c038fab0e3a917a12d5c5909e901"
4511
4518
integrity sha512-37i+OaWTh9qeK4LSHPsyRC7NahnGotNuZvjLSgcPzblpHB3rrCJxAOgI5gCdKm7coonsaX1Of0ILiTcnZjbfxA==
@@ -6962,6 +6969,16 @@ conventional-changelog-writer@^8.0.0:
6962
6969
meow "^13.0.0"
6963
6970
semver "^7.5.2"
6964
6971
6972
+ conventional-changelog-writer@^8.1.0:
6973
+ version "8.1.0"
6974
+ resolved "https://registry.yarnpkg.com/conventional-changelog-writer/-/conventional-changelog-writer-8.1.0.tgz#d82381bcbc4ac69da34e7f4cd2f7bf694ab7e9c4"
6975
+ integrity sha512-dpC440QnORNCO81XYuRRFOLCsjKj4W7tMkUIn3lR6F/FAaJcWLi7iCj6IcEvSQY2zw6VUgwUKd5DEHKEWrpmEQ==
6976
+ dependencies:
6977
+ conventional-commits-filter "^5.0.0"
6978
+ handlebars "^4.7.7"
6979
+ meow "^13.0.0"
6980
+ semver "^7.5.2"
6981
+
6965
6982
conventional-changelog@^6.0.0:
6966
6983
version "6.0.0"
6967
6984
resolved "https://registry.yarnpkg.com/conventional-changelog/-/conventional-changelog-6.0.0.tgz#ef941d2fde727be20e0f3a342e4e3b235d6e8663"
@@ -6979,12 +6996,26 @@ conventional-changelog@^6.0.0:
6979
6996
conventional-changelog-jshint "^5.0.0"
6980
6997
conventional-changelog-preset-loader "^5.0.0"
6981
6998
6999
+ conventional-changelog@^7.0.0:
7000
+ version "7.0.1"
7001
+ resolved "https://registry.yarnpkg.com/conventional-changelog/-/conventional-changelog-7.0.1.tgz#fe0ff969b0465241c9b33d6b96f55848f6fd68a2"
7002
+ integrity sha512-o+htNF/eQte/I3ykDGiZ6+WgmNLlyMYpL3kSU7Gw9WEfSc2KH8dE7Ywqad9umZ2FDX4R1VU/y3Mw7IcsQ+cjkA==
7003
+ dependencies:
7004
+ "@conventional-changelog/git-client" "^2.2.0"
7005
+ "@types/normalize-package-data" "^2.4.4"
7006
+ conventional-changelog-preset-loader "^5.0.0"
7007
+ conventional-changelog-writer "^8.1.0"
7008
+ conventional-commits-parser "^6.1.0"
7009
+ fd-package-json "^1.2.0"
7010
+ meow "^13.0.0"
7011
+ normalize-package-data "^7.0.0"
7012
+
6982
7013
conventional-commits-filter@^5.0.0:
6983
7014
version "5.0.0"
6984
7015
resolved "https://registry.yarnpkg.com/conventional-commits-filter/-/conventional-commits-filter-5.0.0.tgz#72811f95d379e79d2d39d5c0c53c9351ef284e86"
6985
7016
integrity sha512-tQMagCOC59EVgNZcC5zl7XqO30Wki9i9J3acbUvkaosCT6JX3EeFwJD7Qqp4MCikRnzS18WXV3BLIQ66ytu6+Q==
6986
7017
6987
- conventional-commits-parser@^6.0.0:
7018
+ conventional-commits-parser@^6.0.0, conventional-commits-parser@^6.1.0 :
6988
7019
version "6.1.0"
6989
7020
resolved "https://registry.yarnpkg.com/conventional-commits-parser/-/conventional-commits-parser-6.1.0.tgz#a650db0c139a99d6c52bb5b192102c7c4bdfb734"
6990
7021
integrity sha512-5nxDo7TwKB5InYBl4ZC//1g9GRwB/F3TXOGR9hgUjMGfvSP4Vu5NkpNro2+1+TIEy1vwxApl5ircECr2ri5JIw==
@@ -8803,6 +8834,13 @@ faye-websocket@0.11.x, faye-websocket@^0.11.3:
8803
8834
dependencies:
8804
8835
websocket-driver ">=0.5.1"
8805
8836
8837
+ fd-package-json@^1.2.0:
8838
+ version "1.2.0"
8839
+ resolved "https://registry.yarnpkg.com/fd-package-json/-/fd-package-json-1.2.0.tgz#4f218bb8ff65c21011d1f4f17cb3d0c9e72f8da7"
8840
+ integrity sha512-45LSPmWf+gC5tdCQMNH4s9Sr00bIkiD9aN7dc5hqkrEw1geRYyDQS1v1oMHAW3ysfxfndqGsrDREHHjNNbKUfA==
8841
+ dependencies:
8842
+ walk-up-path "^3.0.1"
8843
+
8806
8844
fd-slicer2@^1.2.0:
8807
8845
version "1.2.0"
8808
8846
resolved "https://registry.yarnpkg.com/fd-slicer2/-/fd-slicer2-1.2.0.tgz#a2c54a540639bbcd4702480821771341277ca20e"
@@ -12748,6 +12786,15 @@ normalize-package-data@^6.0.0:
12748
12786
semver "^7.3.5"
12749
12787
validate-npm-package-license "^3.0.4"
12750
12788
12789
+ normalize-package-data@^7.0.0:
12790
+ version "7.0.0"
12791
+ resolved "https://registry.yarnpkg.com/normalize-package-data/-/normalize-package-data-7.0.0.tgz#ab4f49d02f2e25108d3f4326f3c13f0de6fa6a0a"
12792
+ integrity sha512-k6U0gKRIuNCTkwHGZqblCfLfBRh+w1vI6tBo+IeJwq2M8FUiOqhX7GH+GArQGScA7azd1WfyRCvxoXDO3hQDIA==
12793
+ dependencies:
12794
+ hosted-git-info "^8.0.0"
12795
+ semver "^7.3.5"
12796
+ validate-npm-package-license "^3.0.4"
12797
+
12751
12798
normalize-path@3.0.0, normalize-path@^3.0.0, normalize-path@~3.0.0:
12752
12799
version "3.0.0"
12753
12800
resolved "https://registry.yarnpkg.com/normalize-path/-/normalize-path-3.0.0.tgz#0dcd69ff23a1c9b11fd0978316644a0388216a65"
@@ -17286,6 +17333,11 @@ w3c-xmlserializer@^5.0.0:
17286
17333
dependencies:
17287
17334
xml-name-validator "^5.0.0"
17288
17335
17336
+ walk-up-path@^3.0.1:
17337
+ version "3.0.1"
17338
+ resolved "https://registry.yarnpkg.com/walk-up-path/-/walk-up-path-3.0.1.tgz#c8d78d5375b4966c717eb17ada73dbd41490e886"
17339
+ integrity sha512-9YlCL/ynK3CTlrSRrDxZvUauLzAswPCrsaCgilqFevUYpeEW0/3ScEjaa3kbW/T0ghhkEr7mv+fpjqn1Y1YuTA==
17340
+
17289
17341
watchpack@2.4.2, watchpack@^2.4.1:
17290
17342
version "2.4.2"
17291
17343
resolved "https://registry.yarnpkg.com/watchpack/-/watchpack-2.4.2.tgz#2feeaed67412e7c33184e5a79ca738fbd38564da"
0 commit comments