Skip to content

Commit 839b4f0

Browse files
ci(changesets): enable experimental peerDependents option (#928)
1 parent 03842c6 commit 839b4f0

File tree

3 files changed

+45
-57
lines changed

3 files changed

+45
-57
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/db" }
@@ -10,5 +10,8 @@
1010
"updateInternalDependencies": "patch",
1111
"fixed": [],
1212
"linked": [],
13-
"ignore": []
13+
"ignore": [],
14+
"___experimentalUnsafeOptions_WILL_CHANGE_IN_PATCH": {
15+
"onlyUpdatePeerDependentsWhenOutOfRange": true
16+
}
1417
}

package.json

Lines changed: 1 addition & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
"test:verify-links": "node scripts/verify-links.ts"
2323
},
2424
"devDependencies": {
25-
"@changesets/cli": "^2.29.7",
25+
"@changesets/cli": "^2.29.8",
2626
"@eslint/js": "^9.39.1",
2727
"@stylistic/eslint-plugin": "^4.4.1",
2828
"@svitejs/changesets-changelog-github-compact": "^1.2.0",
@@ -66,21 +66,6 @@
6666
"examples/*",
6767
"examples/react/*"
6868
],
69-
"overrides": {
70-
"@tanstack/angular-db": "workspace:*",
71-
"@tanstack/db": "workspace:*",
72-
"@tanstack/db-ivm": "workspace:*",
73-
"@tanstack/electric-db-collection": "workspace:*",
74-
"@tanstack/offline-transactions": "workspace:*",
75-
"@tanstack/powersync-db-collection": "workspace:*",
76-
"@tanstack/query-db-collection": "workspace:*",
77-
"@tanstack/react-db": "workspace:*",
78-
"@tanstack/rxdb-db-collection": "workspace:*",
79-
"@tanstack/solid-db": "workspace:*",
80-
"@tanstack/svelte-db": "workspace:*",
81-
"@tanstack/trailbase-db-collection": "workspace:*",
82-
"@tanstack/vue-db": "workspace:*"
83-
},
8469
"pnpm": {
8570
"overrides": {
8671
"@tanstack/angular-db": "workspace:*",

pnpm-lock.yaml

Lines changed: 39 additions & 39 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)