Skip to content

Commit b3c9aa6

Browse files
committed
Update changesets to v3
1 parent 1eb11fc commit b3c9aa6

3 files changed

Lines changed: 289 additions & 322 deletions

File tree

.changeset/config.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"$schema": "https://unpkg.com/@changesets/config@0.3.0/schema.json",
2+
"$schema": "https://unpkg.com/@changesets/config@4.0.0/schema.json",
33
"changelog": "../scripts/changesets/changelog.js",
44
"commit": false,
55
"access": "public",

package.json

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -41,8 +41,8 @@
4141
"@babel/plugin-transform-block-scoping": "^7.25.0",
4242
"@babel/plugin-transform-react-jsx": "^7.25.2",
4343
"@babel/plugin-transform-typescript": "^7.25.2",
44-
"@changesets/cli": "^2.29.6",
45-
"@changesets/get-github-info": "0.6.0",
44+
"@changesets/cli": "^3.0.0",
45+
"@changesets/get-github-info": "^1.0.0",
4646
"@npmcli/arborist": "^7.5.4",
4747
"@rollup/plugin-babel": "^6.0.4",
4848
"@rollup/plugin-commonjs": "^26.0.1",
@@ -91,8 +91,9 @@
9191
"@actions/github": "^6.0.0",
9292
"node-fetch": "^3.3.2"
9393
},
94+
"packageManager": "pnpm@11.3.0",
9495
"engines": {
95-
"pnpm": ">=9.0.0",
96-
"node": ">=18.0.0"
96+
"pnpm": ">=10.0.0",
97+
"node": "^22.11 || ^24 || >=26"
9798
}
9899
}

0 commit comments

Comments
 (0)