Skip to content

Commit ceef7da

Browse files
chore: upgrade nitro to 3.0.260311-beta across all packages
Updated nitro version in root package.json (peerDependencies, overrides, resolutions), pnpm-workspace.yaml catalog, and all examples. Co-Authored-By: Claude Opus 4.6 (1M context) <[email protected]>
1 parent dc59f0b commit ceef7da

File tree

12 files changed

+632
-510
lines changed

12 files changed

+632
-510
lines changed

examples/better-auth/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
"drizzle-zod": "^0.8.3",
2323
"graphql": "^16.13.1",
2424
"graphql-yoga": "^5.18.1",
25-
"nitro": "^3.0.1-alpha.2",
25+
"nitro": "^3.0.260311-beta",
2626
"nitro-graphql": "2.0.0-beta.61",
2727
"pg": "^8.20.0",
2828
"rolldown": "^1.0.0-rc.8",

examples/drizzle-orm/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
"drizzle-zod": "^0.8.3",
1919
"graphql": "^16.13.1",
2020
"graphql-yoga": "^5.18.1",
21-
"nitro": "^3.0.1-alpha.2",
21+
"nitro": "^3.0.260311-beta",
2222
"nitro-graphql": "2.0.0-beta.61",
2323
"pg": "^8.20.0",
2424
"rolldown": "^1.0.0-rc.8",

examples/nitro-apollo/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
"devDependencies": {
99
"@apollo/server": "^5.4.0",
1010
"graphql": "^16.13.1",
11-
"nitro": "^3.0.1-alpha.2",
11+
"nitro": "^3.0.260311-beta",
1212
"nitro-graphql": "2.0.0-beta.61",
1313
"rolldown": "^1.0.0-rc.8"
1414
}

examples/nitro/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
"devDependencies": {
99
"graphql": "^16.13.1",
1010
"graphql-yoga": "^5.18.1",
11-
"nitro": "^3.0.1-alpha.2",
11+
"nitro": "^3.0.260311-beta",
1212
"nitro-graphql": "2.0.0-beta.61",
1313
"rolldown": "^1.0.0-rc.8"
1414
}

examples/nuxt/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
"vue-router": "^5.0.3"
2121
},
2222
"devDependencies": {
23-
"nitro": "^3.0.1-alpha.2"
23+
"nitro": "^3.0.260311-beta"
2424
},
2525
"pnpm": {
2626
"overrides": {
@@ -36,7 +36,7 @@
3636
"@nuxt/kit": "https://pkg.pr.new/@nuxt/kit@33005",
3737
"@nuxt/schema": "https://pkg.pr.new/@nuxt/schema@33005",
3838
"graphql": "^16.13.1",
39-
"nitro": "^3.0.1-alpha.2",
39+
"nitro": "^3.0.260311-beta",
4040
"nuxt": "https://pkg.pr.new/nuxt@33005",
4141
"vite": "8.0.0-beta.7"
4242
}

examples/subscriptions/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
"graphql": "^16.13.1",
1212
"graphql-ws": "^6.0.7",
1313
"graphql-yoga": "^5.18.1",
14-
"nitro": "^3.0.1-alpha.2",
14+
"nitro": "^3.0.260311-beta",
1515
"nitro-graphql": "2.0.0-beta.61",
1616
"rolldown": "^1.0.0-rc.8"
1717
}

examples/vite-react/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
"@tanstack/react-query": "^5.90.21",
1515
"graphql": "^16.13.1",
1616
"graphql-yoga": "^5.18.1",
17-
"nitro": "^3.0.1-alpha.2",
17+
"nitro": "^3.0.260311-beta",
1818
"nitro-graphql": "2.0.0-beta.61",
1919
"ofetch": "^1.5.1",
2020
"react": "^19.2.4",

examples/vite-vue/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
"@tailwindcss/vite": "^4.2.1",
1515
"graphql": "^16.13.1",
1616
"graphql-yoga": "^5.18.1",
17-
"nitro": "^3.0.1-alpha.2",
17+
"nitro": "^3.0.260311-beta",
1818
"nitro-graphql": "2.0.0-beta.61",
1919
"ofetch": "^1.5.1",
2020
"pinia": "^3.0.4",

examples/vite/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
"rolldown": "^1.0.0-rc.8"
1616
},
1717
"devDependencies": {
18-
"nitro": "^3.0.1-alpha.2",
18+
"nitro": "^3.0.260311-beta",
1919
"vite": "8.0.0-beta.7"
2020
}
2121
}

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -166,7 +166,7 @@
166166
"graphql": "^16.12.0",
167167
"graphql-sse": "^2.6.0",
168168
"graphql-ws": "^6.0.6",
169-
"nitro": "^3.0.1-alpha.0"
169+
"nitro": "^3.0.260311-beta"
170170
},
171171
"peerDependenciesMeta": {
172172
"@apollo/server": {
@@ -245,12 +245,12 @@
245245
},
246246
"overrides": {
247247
"graphql": "^16.13.1",
248-
"nitro": "^3.0.1-alpha.2",
248+
"nitro": "^3.0.260311-beta",
249249
"vue-router": "^5.0.3"
250250
},
251251
"resolutions": {
252252
"graphql": "^16.13.1",
253-
"nitro": "^3.0.1-alpha.2",
253+
"nitro": "^3.0.260311-beta",
254254
"nitro-graphql": "link:.",
255255
"vue-router": "^5.0.3"
256256
}

0 commit comments

Comments
 (0)