Skip to content
This repository was archived by the owner on Aug 6, 2024. It is now read-only.

Commit 5813669

Browse files
Update dependency @changesets/changelog-github to ^0.4.5 (#302)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 5c86a32 commit 5813669

File tree

2 files changed

+72
-37
lines changed

2 files changed

+72
-37
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
"@babel/preset-env": "^7.16.11",
1313
"@babel/preset-react": "^7.16.7",
1414
"@babel/preset-typescript": "^7.16.7",
15-
"@changesets/changelog-github": "^0.4.3",
15+
"@changesets/changelog-github": "^0.4.5",
1616
"@changesets/cli": "^2.23.0",
1717
"@manypkg/cli": "^0.19.1",
1818
"@preconstruct/cli": "^2.1.5",

yarn.lock

Lines changed: 71 additions & 36 deletions
Original file line numberDiff line numberDiff line change
@@ -2488,13 +2488,13 @@
24882488
dependencies:
24892489
"@changesets/types" "^5.0.0"
24902490

2491-
"@changesets/changelog-github@^0.4.3":
2492-
version "0.4.3"
2493-
resolved "https://registry.yarnpkg.com/@changesets/changelog-github/-/changelog-github-0.4.3.tgz#a6f48e75931fbb0625484111d986a15b4e74cb3a"
2494-
integrity sha512-93X4arork7DV4+tVYeNlOTrw7HOXIvvd41yRPY9atJ+nS32W0uS+ewkZdc6WThuqmwGx9xaU+pxHtVLeYJTF0A==
2491+
"@changesets/changelog-github@^0.4.5":
2492+
version "0.4.5"
2493+
resolved "https://registry.yarnpkg.com/@changesets/changelog-github/-/changelog-github-0.4.5.tgz#cbdebcf4bb2fa94635db6fba4a474b4f36e6ce79"
2494+
integrity sha512-J36QJml3mXYm88PLY2qGepmb7j6LA3NM/wuUy6XBwh14qzVTRek+3Xww5oqeZhpK5lK8ELxGahdhSdYQzMv0kA==
24952495
dependencies:
2496-
"@changesets/get-github-info" "^0.5.0"
2497-
"@changesets/types" "^4.1.0"
2496+
"@changesets/get-github-info" "^0.5.1"
2497+
"@changesets/types" "^5.0.0"
24982498
dotenv "^8.1.0"
24992499

25002500
"@changesets/cli@^2.23.0":
@@ -2567,10 +2567,10 @@
25672567
fs-extra "^7.0.1"
25682568
semver "^5.4.1"
25692569

2570-
"@changesets/get-github-info@^0.5.0":
2571-
version "0.5.0"
2572-
resolved "https://registry.yarnpkg.com/@changesets/get-github-info/-/get-github-info-0.5.0.tgz#b91ceb2d82edef78ae1598ea9fc335a012250295"
2573-
integrity sha512-vm5VgHwrxkMkUjFyn3UVNKLbDp9YMHd3vMf1IyJoa/7B+6VpqmtAaXyDS0zBLfN5bhzVCHrRnj4GcZXXcqrFTw==
2570+
"@changesets/get-github-info@^0.5.1":
2571+
version "0.5.1"
2572+
resolved "https://registry.yarnpkg.com/@changesets/get-github-info/-/get-github-info-0.5.1.tgz#5a20328b26f301b2193717abb32e73651e8811b7"
2573+
integrity sha512-w2yl3AuG+hFuEEmT6j1zDlg7GQLM/J2UxTmk0uJBMdRqHni4zXGe/vUlPfLom5KfX3cRfHc0hzGvloDPjWFNZw==
25742574
dependencies:
25752575
dataloader "^1.4.0"
25762576
node-fetch "^2.5.0"
@@ -2655,11 +2655,6 @@
26552655
resolved "https://registry.yarnpkg.com/@changesets/types/-/types-4.0.2.tgz#d20e1e45bdc96a97cc509c655e708b53a9292465"
26562656
integrity sha512-OeDaB7D+WVy/ErymPzFm58IeGvz4DOl+oedyZETfnkfMezF/Uhrm1Ub6MHrO5LcAaQTW+ptDmr0fmaVyoTxgHw==
26572657

2658-
"@changesets/types@^4.1.0":
2659-
version "4.1.0"
2660-
resolved "https://registry.yarnpkg.com/@changesets/types/-/types-4.1.0.tgz#fb8f7ca2324fd54954824e864f9a61a82cb78fe0"
2661-
integrity sha512-LDQvVDv5Kb50ny2s25Fhm3d9QSZimsoUGBsUioj6MC3qbMUCuC8GPIvk/M6IvXx3lYhAs0lwWUQLb+VIEUCECw==
2662-
26632658
"@changesets/types@^5.0.0":
26642659
version "5.0.0"
26652660
resolved "https://registry.yarnpkg.com/@changesets/types/-/types-5.0.0.tgz#d5eb52d074bc0358ce47d54bca54370b907812a0"
@@ -2827,6 +2822,14 @@
28272822
resolved "https://registry.yarnpkg.com/@emotion/weak-memoize/-/weak-memoize-0.2.5.tgz#8eed982e2ee6f7f4e44c253e12962980791efd46"
28282823
integrity sha512-6U71C2Wp7r5XtFtQzYrW5iKFT67OixrSxjI4MptCHzdSVlgabczzqLe0ZSgnub/5Kp4hSbpDB1tMytZY9pwxxA==
28292824

2825+
"@graphql-tools/[email protected]":
2826+
version "8.2.13"
2827+
resolved "https://registry.yarnpkg.com/@graphql-tools/merge/-/merge-8.2.13.tgz#d4f254dcea301ce3d9c23b03eb68a7ae9baf6981"
2828+
integrity sha512-lhzjCa6wCthOYl7B6UzER3SGjU2WjSGnW0WGr8giMYsrtf6G3vIRotMcSVMlhDzyyMIOn7uPULOUt3/kaJ/rIA==
2829+
dependencies:
2830+
"@graphql-tools/utils" "8.6.12"
2831+
tslib "~2.4.0"
2832+
28302833
"@graphql-tools/merge@^8.2.1":
28312834
version "8.2.1"
28322835
resolved "https://registry.yarnpkg.com/@graphql-tools/merge/-/merge-8.2.1.tgz#bf83aa06a0cfc6a839e52a58057a84498d0d51ff"
@@ -2855,6 +2858,23 @@
28552858
tslib "~2.3.0"
28562859
value-or-promise "1.0.11"
28572860

2861+
"@graphql-tools/schema@npm:@graphql-tools/[email protected]":
2862+
version "9.0.0-alpha-7052f15d.0"
2863+
resolved "https://registry.yarnpkg.com/@graphql-tools/schema/-/schema-9.0.0-alpha-7052f15d.0.tgz#72128b16186d016116e63008be7a698fdb70a206"
2864+
integrity sha512-Q/7ZX65hA/3Oj1fb45JIEzd5ndM8n5K+y6FsAzjEy5ptnjltVDMx0S4XUsOuE5mKoC/WTXBo7tEOW0rVQ0C/6w==
2865+
dependencies:
2866+
"@graphql-tools/merge" "8.2.13"
2867+
"@graphql-tools/utils" "8.6.12"
2868+
tslib "~2.4.0"
2869+
value-or-promise "1.0.11"
2870+
2871+
"@graphql-tools/[email protected]":
2872+
version "8.6.12"
2873+
resolved "https://registry.yarnpkg.com/@graphql-tools/utils/-/utils-8.6.12.tgz#0a550dc0331fd9b097fe7223d65cbbee720556e4"
2874+
integrity sha512-WQ91O40RC+UJgZ9K+IzevSf8oolR1QE+WQ21Oyc2fgDYYiqT0eSf+HVyhZr/8x9rVjn3N9HeqCsywbdmbljg0w==
2875+
dependencies:
2876+
tslib "~2.4.0"
2877+
28582878
"@graphql-tools/utils@^8.0.0", "@graphql-tools/utils@^8.5.1":
28592879
version "8.5.5"
28602880
resolved "https://registry.yarnpkg.com/@graphql-tools/utils/-/utils-8.5.5.tgz#019ddb99719feb19602afdb537c06e463df674a9"
@@ -3144,25 +3164,25 @@
31443164
resolved "https://registry.yarnpkg.com/@js-joda/core/-/core-4.3.1.tgz#1df9f197d060f1eb087a895a5e33adb7f12b58fc"
31453165
integrity sha512-oeaetlodcqVsiZDxnEcqsbs+sXBkASxua0mXs5OXuPQXz3/wdPTMlxwfQ4z2HKcOik3S9voW3QJkp/KLWDhvRQ==
31463166

3147-
"@keystone-6/auth@^3.0.0":
3148-
version "3.0.0"
3149-
resolved "https://registry.yarnpkg.com/@keystone-6/auth/-/auth-3.0.0.tgz#7ec941c6a33f6f607ab4dd2fb833331b0456368f"
3150-
integrity sha512-kREhVoIJdIGHJzXn5QPshRULmMNwRp+hSW+sjjTb+owNlQLC9GWwym7aHq01NR8SK+Eb1tVOK2cNQ5wHfAuM9w==
3167+
"@keystone-6/auth@^4.0.0":
3168+
version "4.0.0"
3169+
resolved "https://registry.yarnpkg.com/@keystone-6/auth/-/auth-4.0.0.tgz#2a6885630cb152d384d2a11617e2bad8fe7bbc13"
3170+
integrity sha512-q45iS1JvXyZ3CBH3Z2tpGD7WtGfAY1Z/oEpCd5VKAgyG9gRv8egEsgg1iTjVYwVBtEvPmlw7hmc3KsvM1c7PYw==
31513171
dependencies:
31523172
"@babel/runtime" "^7.16.3"
31533173
"@keystone-ui/button" "^7.0.0"
31543174
"@keystone-ui/core" "^5.0.0"
3155-
"@keystone-ui/fields" "^7.0.0"
3175+
"@keystone-ui/fields" "^7.1.0"
31563176
"@keystone-ui/loading" "^6.0.0"
31573177
"@keystone-ui/notice" "^6.0.0"
31583178
cross-fetch "^3.1.4"
31593179
fast-deep-equal "^3.1.3"
31603180
graphql "^15.8.0"
31613181

3162-
"@keystone-6/core@^2.0.0":
3163-
version "2.0.0"
3164-
resolved "https://registry.yarnpkg.com/@keystone-6/core/-/core-2.0.0.tgz#827f01979fbaf99b3b217a5a875b8641eb26b120"
3165-
integrity sha512-uXY/hLZdimbWha9v9mNKu8TKABdkPJcc0lWzI5eFaqimrsF2AVZNCvhuTKiXhL3GhWpYZmUqMo8it6xtqakfDQ==
3182+
"@keystone-6/core@^2.1.0":
3183+
version "2.1.0"
3184+
resolved "https://registry.yarnpkg.com/@keystone-6/core/-/core-2.1.0.tgz#721c60579d5e93943d0bc260212182bb86af877f"
3185+
integrity sha512-1JU6pd2CoyN5p3rxR2NznW2LkPe9yA0tSw9BVTK1PDQyb+Dx1trWryklUrAtZJ403OlS4ScoCZ7K9fPJBDC+2g==
31663186
dependencies:
31673187
"@apollo/client" "3.6.6"
31683188
"@aws-sdk/client-s3" "^3.83.0"
@@ -3172,13 +3192,13 @@
31723192
"@babel/runtime" "^7.16.3"
31733193
"@emotion/hash" "^0.8.0"
31743194
"@emotion/weak-memoize" "^0.2.5"
3175-
"@graphql-tools/schema" "^8.3.1"
3195+
"@graphql-tools/schema" "npm:@graphql-tools/[email protected]"
31763196
"@graphql-ts/extend" "^0.4.1"
31773197
"@graphql-ts/schema" "^0.5.1"
31783198
"@hapi/iron" "^6.0.0"
31793199
"@keystone-ui/button" "^7.0.0"
31803200
"@keystone-ui/core" "^5.0.0"
3181-
"@keystone-ui/fields" "^7.0.0"
3201+
"@keystone-ui/fields" "^7.1.0"
31823202
"@keystone-ui/icons" "^6.0.0"
31833203
"@keystone-ui/loading" "^6.0.0"
31843204
"@keystone-ui/modals" "^6.0.0"
@@ -3267,10 +3287,10 @@
32673287
resolved "https://registry.yarnpkg.com/@keystone-6/document-renderer/-/document-renderer-1.1.0.tgz#759f85f6a887109874af9c8638891dce030d970a"
32683288
integrity sha512-Y9hCZGFzxyupmTauAhhxX0cqTzu6Iqz2fwGIjZyP/9I9WIrou+5ffSyQdOO1c0VzejopPdVRfmLPvsFWO+J0lA==
32693289

3270-
"@keystone-6/fields-document@^3.0.0":
3271-
version "3.0.0"
3272-
resolved "https://registry.yarnpkg.com/@keystone-6/fields-document/-/fields-document-3.0.0.tgz#21462c581abe22a9494a0aecb0461b539555f1e6"
3273-
integrity sha512-pplDc9CJ+VcFuuPLvApqmYbyBFytJkd6rgiO4YeOalgDrzfpc/3MvzfZnDpeh0cgYpqo0aUsD0AgYhNlhkrCag==
3290+
"@keystone-6/fields-document@^4.0.0":
3291+
version "4.0.0"
3292+
resolved "https://registry.yarnpkg.com/@keystone-6/fields-document/-/fields-document-4.0.0.tgz#69770c64bf2ad4bb65a9a6be9c1188bd97e0f010"
3293+
integrity sha512-uoRHxdMQxLimuiHKLgnme34poB6oCQreUA1oN0zJoQXA/2y1e3Ay9vmD1a/MlI5bP2l6/M2tAlXlj++6eXxCrw==
32743294
dependencies:
32753295
"@babel/runtime" "^7.16.3"
32763296
"@braintree/sanitize-url" "^6.0.0"
@@ -3281,7 +3301,7 @@
32813301
"@keystone-6/document-renderer" "^1.1.0"
32823302
"@keystone-ui/button" "^7.0.0"
32833303
"@keystone-ui/core" "^5.0.0"
3284-
"@keystone-ui/fields" "^7.0.0"
3304+
"@keystone-ui/fields" "^7.1.0"
32853305
"@keystone-ui/icons" "^6.0.0"
32863306
"@keystone-ui/popover" "^6.0.0"
32873307
"@keystone-ui/tooltip" "^6.0.0"
@@ -3342,6 +3362,21 @@
33423362
react-focus-lock "^2.7.1"
33433363
react-select "^5.2.1"
33443364

3365+
"@keystone-ui/fields@^7.1.0":
3366+
version "7.1.0"
3367+
resolved "https://registry.yarnpkg.com/@keystone-ui/fields/-/fields-7.1.0.tgz#e7ded277b1b294336c6aafe1960a730220e8140e"
3368+
integrity sha512-+ofiYKl690tSaT/QaVX+YMdJKCQigbUHv/C8LefpzykT8Co0uPQDfuHKb3lal9V43FkL+WSQ/dDAtN4HJQCw/g==
3369+
dependencies:
3370+
"@babel/runtime" "^7.16.3"
3371+
"@keystone-ui/core" "^5.0.0"
3372+
"@keystone-ui/icons" "^6.0.0"
3373+
"@keystone-ui/popover" "^6.0.0"
3374+
date-fns "^2.26.0"
3375+
react "^18.1.0"
3376+
react-day-picker "^8.0.4"
3377+
react-focus-lock "^2.7.1"
3378+
react-select "^5.2.1"
3379+
33453380
"@keystone-ui/icons@^6.0.0":
33463381
version "6.0.0"
33473382
resolved "https://registry.yarnpkg.com/@keystone-ui/icons/-/icons-6.0.0.tgz#be81988d62fdb26e4abe6d6dbdab3f61d788ffef"
@@ -11342,7 +11377,7 @@ tslib@^1.0.0, tslib@^1.11.1, tslib@^1.9.3:
1134211377
resolved "https://registry.yarnpkg.com/tslib/-/tslib-1.14.1.tgz#cf2d38bdc34a134bcaf1091c41f6619e2f672d00"
1134311378
integrity sha512-Xni35NKzjgMrwevysHTCArtLDpPvye8zV/0E4EyYn43P7/7qvQwPh9BGkHewbMulVntbigmcT7rdX3BNo9wRJg==
1134411379

11345-
tslib@^2.0.0, tslib@^2.2.0, tslib@^2.3.1:
11380+
tslib@^2.0.0, tslib@^2.2.0, tslib@^2.3.1, tslib@~2.4.0:
1134611381
version "2.4.0"
1134711382
resolved "https://registry.yarnpkg.com/tslib/-/tslib-2.4.0.tgz#7cecaa7f073ce680a05847aa77be941098f36dc3"
1134811383
integrity sha512-d6xOpEDfsi2CZVlPQzGeux8XMwLT9hssAsaPYExaQMuYskwb+x1x7J371tWlbBdWHroy99KnVB6qIkUbs5X3UQ==
@@ -11427,10 +11462,10 @@ typedarray-to-buffer@^3.1.5:
1142711462
dependencies:
1142811463
is-typedarray "^1.0.0"
1142911464

11430-
typescript@^4.5.4:
11431-
version "4.5.4"
11432-
resolved "https://registry.yarnpkg.com/typescript/-/typescript-4.5.4.tgz#a17d3a0263bf5c8723b9c52f43c5084edf13c2e8"
11433-
integrity sha512-VgYs2A2QIRuGphtzFV7aQJduJ2gyfTljngLzjpfW9FoYZF6xuw1W0vW9ghCKLfcWrCFxK81CSGRAvS1pn4fIUg==
11465+
typescript@^4.7.4:
11466+
version "4.7.4"
11467+
resolved "https://registry.yarnpkg.com/typescript/-/typescript-4.7.4.tgz#1a88596d1cf47d59507a1bcdfb5b9dfe4d488235"
11468+
integrity sha512-C0WQT0gezHuw6AdY1M2jxUO83Rjf0HP7Sk1DtXj6j1EwkQNZrHAg2XPWlq62oqEhYvONq5pkC2Y9oPljWToLmQ==
1143411469

1143511470
uid-safe@^2.1.5:
1143611471
version "2.1.5"

0 commit comments

Comments
 (0)