Skip to content

Commit 6778ff7

Browse files
chore(deps): update dependency @changesets/changelog-github to v0.5.1 (#10431)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent c04b52a commit 6778ff7

File tree

2 files changed

+22
-10
lines changed

2 files changed

+22
-10
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@
4646
"@babel/core": "7.25.2",
4747
"@babel/preset-env": "7.25.3",
4848
"@babel/preset-typescript": "7.27.1",
49-
"@changesets/changelog-github": "0.5.0",
49+
"@changesets/changelog-github": "0.5.1",
5050
"@changesets/cli": "2.27.11",
5151
"@theguild/eslint-config": "0.13.4",
5252
"@theguild/prettier-config": "0.1.1",

yarn.lock

Lines changed: 21 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1117,13 +1117,13 @@
11171117
dependencies:
11181118
"@changesets/types" "^6.0.0"
11191119

1120-
"@changesets/[email protected].0":
1121-
version "0.5.0"
1122-
resolved "https://registry.yarnpkg.com/@changesets/changelog-github/-/changelog-github-0.5.0.tgz#ae96e5029209f7386527b3821d9c988b1ab16662"
1123-
integrity sha512-zoeq2LJJVcPJcIotHRJEEA2qCqX0AQIeFE+L21L8sRLPVqDhSXY8ZWAt2sohtBpFZkBwu+LUwMSKRr2lMy3LJA==
1120+
"@changesets/[email protected].1":
1121+
version "0.5.1"
1122+
resolved "https://registry.yarnpkg.com/@changesets/changelog-github/-/changelog-github-0.5.1.tgz#58870f77cdfd6d59c73cc046a61e55e82d606d24"
1123+
integrity sha512-BVuHtF+hrhUScSoHnJwTELB4/INQxVFc+P/Qdt20BLiBFIHFJDDUaGsZw+8fQeJTRP5hJZrzpt3oZWh0G19rAQ==
11241124
dependencies:
11251125
"@changesets/get-github-info" "^0.6.0"
1126-
"@changesets/types" "^6.0.0"
1126+
"@changesets/types" "^6.1.0"
11271127
dotenv "^8.1.0"
11281128

11291129
"@changesets/[email protected]":
@@ -1277,10 +1277,10 @@
12771277
resolved "https://registry.yarnpkg.com/@changesets/types/-/types-4.1.0.tgz#fb8f7ca2324fd54954824e864f9a61a82cb78fe0"
12781278
integrity sha512-LDQvVDv5Kb50ny2s25Fhm3d9QSZimsoUGBsUioj6MC3qbMUCuC8GPIvk/M6IvXx3lYhAs0lwWUQLb+VIEUCECw==
12791279

1280-
"@changesets/types@^6.0.0":
1281-
version "6.0.0"
1282-
resolved "https://registry.yarnpkg.com/@changesets/types/-/types-6.0.0.tgz#e46abda9890610dd1fbe1617730173d2267544bd"
1283-
integrity sha512-b1UkfNulgKoWfqyHtzKS5fOZYSJO+77adgL7DLRDr+/7jhChN+QcHnbjiQVOz/U+Ts3PGNySq7diAItzDgugfQ==
1280+
"@changesets/types@^6.0.0", "@changesets/types@^6.1.0":
1281+
version "6.1.0"
1282+
resolved "https://registry.yarnpkg.com/@changesets/types/-/types-6.1.0.tgz#12a4c8490827d26bc6fbf97a151499be2fb6d2f5"
1283+
integrity sha512-rKQcJ+o1nKNgeoYRHKOS07tAMNd3YSN0uHaJOZYjBAgxfV7TUE7JE+z4BzZdQwb5hKaYbayKN5KrYV7ODb2rAA==
12841284

12851285
"@changesets/write@^0.3.2":
12861286
version "0.3.2"
@@ -2141,6 +2141,18 @@
21412141
lodash "~4.17.0"
21422142
tslib "~2.5.0"
21432143

2144+
"@graphql-codegen/plugin-helpers@^5.0.1", "@graphql-codegen/plugin-helpers@^5.0.3":
2145+
version "5.1.1"
2146+
resolved "https://registry.yarnpkg.com/@graphql-codegen/plugin-helpers/-/plugin-helpers-5.1.1.tgz#b7c744c8826367c3002c346112de3cd1b0f99b16"
2147+
integrity sha512-28GHODK2HY1NhdyRcPP3sCz0Kqxyfiz7boIZ8qIxFYmpLYnlDgiYok5fhFLVSZihyOpCs4Fa37gVHf/Q4I2FEg==
2148+
dependencies:
2149+
"@graphql-tools/utils" "^10.0.0"
2150+
change-case-all "1.0.15"
2151+
common-tags "1.8.2"
2152+
import-from "4.0.0"
2153+
lodash "~4.17.0"
2154+
tslib "~2.6.0"
2155+
21442156
"@graphql-codegen/schema-ast@^2.5.0", "@graphql-codegen/schema-ast@^2.6.1":
21452157
version "2.6.1"
21462158
resolved "https://registry.yarnpkg.com/@graphql-codegen/schema-ast/-/schema-ast-2.6.1.tgz#8ba1b38827c034b51ecd3ce88622c2ae6cd3fe1a"

0 commit comments

Comments
 (0)