Skip to content

Commit d8901ca

Browse files
committed
chore: merge main
2 parents 6f79210 + 5e29602 commit d8901ca

File tree

5 files changed

+15
-17
lines changed

5 files changed

+15
-17
lines changed

.github/renovate.json5

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,6 @@
2626
"node",
2727
"typescript",
2828
"@rollup/plugin-dynamic-import-vars", // prefer version using tinyglobby
29-
"@oxc-project/runtime", // align version with rolldown
3029
"@oxc-project/types", // align version with rolldown
3130

3231
// pinned

docs/guide/rolldown.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -127,7 +127,7 @@ export default {
127127
rollupOptions: {
128128
output: {
129129
advancedChunks: {
130-
groups: [{ name: 'vendor', test: /\/react(?:-dom)?// }]
130+
groups: [{ name: 'vendor', test: /\/react(?:-dom)?/ }]
131131
}
132132
}
133133
}

packages/create-vite/src/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -162,7 +162,7 @@ const FRAMEWORKS: Framework[] = [
162162
display: 'RSC ↗',
163163
color: magenta,
164164
customCommand:
165-
'npm exec degit vitejs/plugin-react/packages/plugin-rsc/examples/starter TARGET_DIR',
165+
'npm exec degit vitejs/vite-plugin-react/packages/plugin-rsc/examples/starter TARGET_DIR',
166166
},
167167
],
168168
},

packages/vite/package.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,6 @@
9696
"@ampproject/remapping": "^2.3.0",
9797
"@babel/parser": "^7.28.0",
9898
"@jridgewell/trace-mapping": "^0.3.29",
99-
"@oxc-project/runtime": "0.75.1",
10099
"@oxc-project/types": "0.75.1",
101100
"@polka/compression": "^1.0.0-next.25",
102101
"@rolldown/pluginutils": "1.0.0-beta.24",

pnpm-lock.yaml

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

0 commit comments

Comments
 (0)