Skip to content

Commit 09d5265

Browse files
ci(changesets): enable experimental peerDependents option (#316)
1 parent eb63d8d commit 09d5265

File tree

3 files changed

+86
-83
lines changed

3 files changed

+86
-83
lines changed

.changeset/config.json

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"$schema": "https://unpkg.com/@changesets/config@3.1.1/schema.json",
2+
"$schema": "https://unpkg.com/@changesets/config@3.1.2/schema.json",
33
"changelog": [
44
"@svitejs/changesets-changelog-github-compact",
55
{ "repo": "TanStack/config" }
@@ -10,5 +10,8 @@
1010
"updateInternalDependencies": "patch",
1111
"fixed": [],
1212
"linked": [],
13-
"ignore": ["@tanstack/integration-*"]
13+
"ignore": ["@tanstack/integration-*"],
14+
"___experimentalUnsafeOptions_WILL_CHANGE_IN_PATCH": {
15+
"onlyUpdatePeerDependentsWhenOutOfRange": true
16+
}
1417
}

0 commit comments

Comments
 (0)