Skip to content

Commit 9fef32d

Browse files
authored
Update dependency @release-it/conventional-changelog to v8 (#85)
Co-authored-by: descope[bot] <107609351+descope[bot]@users.noreply.github.com>
1 parent 4046a8c commit 9fef32d

File tree

2 files changed

+38
-25
lines changed

2 files changed

+38
-25
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@
6363
"@react-native-community/cli-platform-android": "16.0.2",
6464
"@react-native-community/cli-platform-ios": "16.0.2",
6565
"@react-native-community/eslint-config": "^3.2.0",
66-
"@release-it/conventional-changelog": "^7.0.0",
66+
"@release-it/conventional-changelog": "^8.0.0",
6767
"@testing-library/jest-native": "^5.4.3",
6868
"@testing-library/react-native": "^12.3.0",
6969
"@types/base-64": "^1.0.0",

yarn.lock

Lines changed: 37 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -1572,6 +1572,14 @@
15721572
resolved "https://registry.yarnpkg.com/@bcoe/v8-coverage/-/v8-coverage-0.2.3.tgz#75a2e8b51cb758a7553d6804a5932d7aace75c39"
15731573
integrity sha512-0hYQ8SB4Db5zvZB4axdMHGwEaQjkZzFjQiN9LVYvIFB2nSUHW9tYpxWriPrWDASIxiaXax83REcLxuSdnGPZtw==
15741574

1575+
"@conventional-changelog/git-client@^1.0.0":
1576+
version "1.0.1"
1577+
resolved "https://registry.yarnpkg.com/@conventional-changelog/git-client/-/git-client-1.0.1.tgz#143be2777ba389c3c14f83fa19b7cab6a49a503b"
1578+
integrity sha512-PJEqBwAleffCMETaVm/fUgHldzBE35JFk3/9LL6NUA5EXa3qednu+UT6M7E5iBu3zIQZCULYIiZ90fBYHt6xUw==
1579+
dependencies:
1580+
"@types/semver" "^7.5.5"
1581+
semver "^7.5.2"
1582+
15751583
"@descope/[email protected]":
15761584
version "2.40.0"
15771585
resolved "https://registry.yarnpkg.com/@descope/core-js-sdk/-/core-js-sdk-2.40.0.tgz#73008ad9f2e81a0aacaeef315d65f5533af71b9a"
@@ -2499,15 +2507,16 @@
24992507
invariant "^2.2.4"
25002508
nullthrows "^1.1.1"
25012509

2502-
"@release-it/conventional-changelog@^7.0.0":
2503-
version "7.0.2"
2504-
resolved "https://registry.yarnpkg.com/@release-it/conventional-changelog/-/conventional-changelog-7.0.2.tgz#0d4f3a8b3af0657607f14b8a9fedf4a6aa70b304"
2505-
integrity sha512-rsUKWNnU39xivgC2IanjRkEOPsTu2X2jgJGpNHF+mndpOUr1WAROmIaix1o3ne2zseT+GLyZII2NC8FgYaM7xA==
2510+
"@release-it/conventional-changelog@^8.0.0":
2511+
version "8.0.2"
2512+
resolved "https://registry.yarnpkg.com/@release-it/conventional-changelog/-/conventional-changelog-8.0.2.tgz#043d07d8fe09357b21d0d2619f1d8b0c99d202d4"
2513+
integrity sha512-WpnWWRr7O0JeLoiejLrPEWnnwFhCscBn1wBTAXeitiz2/Ifaol0s+t8otf/HYq/OiQOri2iH8d0CnVb72tBdIQ==
25062514
dependencies:
25072515
concat-stream "^2.0.0"
25082516
conventional-changelog "^5.1.0"
2509-
conventional-recommended-bump "^8.0.0"
2510-
semver "^7.5.4"
2517+
conventional-recommended-bump "^9.0.0"
2518+
git-semver-tags "^8.0.0"
2519+
semver "^7.6.3"
25112520

25122521
"@sideway/address@^4.1.5":
25132522
version "4.1.5"
@@ -2711,6 +2720,11 @@
27112720
resolved "https://registry.yarnpkg.com/@types/semver/-/semver-7.5.6.tgz#c65b2bfce1bec346582c07724e3f8c1017a20339"
27122721
integrity sha512-dn1l8LaMea/IjDoHNd9J52uBbInB796CDffS6VdIxvqYCPSG0V0DzHp76GpaWnlhg88uYyPbXCDIowa86ybd5A==
27132722

2723+
"@types/semver@^7.5.5":
2724+
version "7.5.8"
2725+
resolved "https://registry.yarnpkg.com/@types/semver/-/semver-7.5.8.tgz#8268a8c57a3e4abd25c165ecd36237db7948a55e"
2726+
integrity sha512-I8EUhyrgfLrcTkzV3TSsGyl1tSuPrEDzr0yd5m90UgNxQkyDXULk3b6MlQqTCpZpNtWe1K0hzclnZkTcLBe2UQ==
2727+
27142728
"@types/stack-utils@^2.0.0":
27152729
version "2.0.3"
27162730
resolved "https://registry.yarnpkg.com/@types/stack-utils/-/stack-utils-2.0.3.tgz#6209321eb2c1712a7e7466422b8cb1fc0d9dd5d8"
@@ -3812,7 +3826,7 @@ conventional-changelog-jshint@^4.0.0:
38123826
dependencies:
38133827
compare-func "^2.0.0"
38143828

3815-
conventional-changelog-preset-loader@^4.0.0, conventional-changelog-preset-loader@^4.1.0:
3829+
conventional-changelog-preset-loader@^4.1.0:
38163830
version "4.1.0"
38173831
resolved "https://registry.yarnpkg.com/conventional-changelog-preset-loader/-/conventional-changelog-preset-loader-4.1.0.tgz#996bc40d516471c5bf8248fdc30222563b9bcfe6"
38183832
integrity sha512-HozQjJicZTuRhCRTq4rZbefaiCzRM2pr6u2NL3XhrmQm4RMnDXfESU6JKu/pnKwx5xtdkYfNCsbhN5exhiKGJA==
@@ -3861,17 +3875,16 @@ conventional-commits-parser@^5.0.0:
38613875
meow "^12.0.1"
38623876
split2 "^4.0.0"
38633877

3864-
conventional-recommended-bump@^8.0.0:
3865-
version "8.0.0"
3866-
resolved "https://registry.yarnpkg.com/conventional-recommended-bump/-/conventional-recommended-bump-8.0.0.tgz#81d959ca9b0bf2321acd6abaa59b7505d9ab1400"
3867-
integrity sha512-yvGN+VMy00WIe/pJufpmN+I4B2cM/WFK+CFCmDcjyVLyQR6J1KT2iecmA4NQ58gQAiNkvStEjcZp/W9h1JDM1A==
3878+
conventional-recommended-bump@^9.0.0:
3879+
version "9.0.0"
3880+
resolved "https://registry.yarnpkg.com/conventional-recommended-bump/-/conventional-recommended-bump-9.0.0.tgz#2910b08b10e6c705301335ab916e7438eba5907f"
3881+
integrity sha512-HR1yD0G5HgYAu6K0wJjLd7QGRK8MQDqqj6Tn1n/ja1dFwBCE6QmV+iSgQ5F7hkx7OUR/8bHpxJqYtXj2f/opPQ==
38683882
dependencies:
3869-
concat-stream "^2.0.0"
3870-
conventional-changelog-preset-loader "^4.0.0"
3883+
conventional-changelog-preset-loader "^4.1.0"
38713884
conventional-commits-filter "^4.0.0"
38723885
conventional-commits-parser "^5.0.0"
38733886
git-raw-commits "^4.0.0"
3874-
git-semver-tags "^6.0.0"
3887+
git-semver-tags "^7.0.0"
38753888
meow "^12.0.1"
38763889

38773890
convert-source-map@^2.0.0:
@@ -5071,14 +5084,6 @@ git-raw-commits@^4.0.0:
50715084
meow "^12.0.1"
50725085
split2 "^4.0.0"
50735086

5074-
git-semver-tags@^6.0.0:
5075-
version "6.0.0"
5076-
resolved "https://registry.yarnpkg.com/git-semver-tags/-/git-semver-tags-6.0.0.tgz#b011ef94ae23ec8121f311d92a5969fc91502e15"
5077-
integrity sha512-v5BL6psuUy+Ftuo99141XlOIDoJtKw5+YyDANS7fknSP0iT4cVIanc3toDsH4K+VpIWc19l2/xkwQmXMfloeUA==
5078-
dependencies:
5079-
meow "^12.0.1"
5080-
semver "^7.5.2"
5081-
50825087
git-semver-tags@^7.0.0:
50835088
version "7.0.1"
50845089
resolved "https://registry.yarnpkg.com/git-semver-tags/-/git-semver-tags-7.0.1.tgz#74426e7d7710e5a263655e78b4c651eed804d63e"
@@ -5087,6 +5092,14 @@ git-semver-tags@^7.0.0:
50875092
meow "^12.0.1"
50885093
semver "^7.5.2"
50895094

5095+
git-semver-tags@^8.0.0:
5096+
version "8.0.0"
5097+
resolved "https://registry.yarnpkg.com/git-semver-tags/-/git-semver-tags-8.0.0.tgz#745ee2d934f74c70014d0ed617e18f4712950e32"
5098+
integrity sha512-N7YRIklvPH3wYWAR2vysaqGLPRcpwQ0GKdlqTiVN5w1UmCdaeY3K8s6DMKRCh54DDdzyt/OAB6C8jgVtb7Y2Fg==
5099+
dependencies:
5100+
"@conventional-changelog/git-client" "^1.0.0"
5101+
meow "^13.0.0"
5102+
50905103
git-up@^7.0.0:
50915104
version "7.0.0"
50925105
resolved "https://registry.yarnpkg.com/git-up/-/git-up-7.0.0.tgz#bace30786e36f56ea341b6f69adfd83286337467"
@@ -6807,7 +6820,7 @@ meow@^12.0.1:
68076820
resolved "https://registry.yarnpkg.com/meow/-/meow-12.1.1.tgz#e558dddbab12477b69b2e9a2728c327f191bace6"
68086821
integrity sha512-BhXM0Au22RwUneMPwSCnyhTOizdWoIEPU9sp0Aqa1PnDMR5Wv2FGXYDjuzJEIX+Eo2Rb8xuYe5jrnm5QowQFkw==
68096822

6810-
meow@^13.2.0:
6823+
meow@^13.0.0, meow@^13.2.0:
68116824
version "13.2.0"
68126825
resolved "https://registry.yarnpkg.com/meow/-/meow-13.2.0.tgz#6b7d63f913f984063b3cc261b6e8800c4cd3474f"
68136826
integrity sha512-pxQJQzB6djGPXh08dacEloMFopsOqGVRKFPYvPOt9XDZ1HasbgDZA74CJGreSU4G3Ak7EFJGoiH2auq+yXISgA==
@@ -8713,7 +8726,7 @@ semver@^6.3.0, semver@^6.3.1:
87138726
resolved "https://registry.yarnpkg.com/semver/-/semver-6.3.1.tgz#556d2ef8689146e46dcea4bfdd095f3434dffcb4"
87148727
integrity sha512-BR7VvDCVHO+q2xBEWskxS6DJE1qRnb7DxzUrogb71CWoSficBxYsiAGd+Kl0mmq/MprG9yArRkyrQxTO6XjMzA==
87158728

8716-
semver@^7.1.3, semver@^7.5.4:
8729+
semver@^7.1.3, semver@^7.5.4, semver@^7.6.3:
87178730
version "7.7.1"
87188731
resolved "https://registry.yarnpkg.com/semver/-/semver-7.7.1.tgz#abd5098d82b18c6c81f6074ff2647fd3e7220c9f"
87198732
integrity sha512-hlq8tAfn0m/61p4BVRcPzIGr6LKiMwo4VM6dGi6pt4qcRkmNzTcWq6eCEjEh+qXjkMDvPlOFFSGwQjoEa6gyMA==

0 commit comments

Comments
 (0)