Skip to content

Commit 6e0194f

Browse files
ci(changesets): enable experimental peerDependents option (#1877)
1 parent a298ff3 commit 6e0194f

File tree

4 files changed

+116
-85
lines changed

4 files changed

+116
-85
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/[email protected].1/schema.json",
2+
"$schema": "https://unpkg.com/@changesets/[email protected].2/schema.json",
33
"changelog": [
44
"@svitejs/changesets-changelog-github-compact",
55
{ "repo": "TanStack/form" }
@@ -27,5 +27,8 @@
2727
]
2828
],
2929
"linked": [],
30-
"ignore": []
30+
"ignore": [],
31+
"___experimentalUnsafeOptions_WILL_CHANGE_IN_PATCH": {
32+
"onlyUpdatePeerDependentsWhenOutOfRange": true
33+
}
3134
}

.github/renovate.json

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -24,11 +24,10 @@
2424
"react",
2525
"react-dom",
2626
"typescript",
27-
"typescript49",
28-
"typescript50",
29-
"typescript51",
30-
"typescript52",
31-
"typescript53",
27+
"typescript54",
28+
"typescript55",
29+
"typescript56",
30+
"typescript57",
3231
"vue",
3332
"vue-tsc"
3433
]

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@
4040
]
4141
},
4242
"devDependencies": {
43-
"@changesets/cli": "^2.29.7",
43+
"@changesets/cli": "^2.29.8",
4444
"@eslint-react/eslint-plugin": "^1.53.1",
4545
"@solidjs/testing-library": "^0.8.10",
4646
"@svitejs/changesets-changelog-github-compact": "^1.2.0",
@@ -56,7 +56,7 @@
5656
"jsdom": "^27.0.0",
5757
"knip": "^5.63.1",
5858
"markdown-link-extractor": "^4.0.2",
59-
"nx": "21.5.3",
59+
"nx": "22.1.3",
6060
"premove": "^4.0.0",
6161
"prettier": "^3.6.2",
6262
"publint": "^0.3.13",

0 commit comments

Comments
 (0)