Skip to content

Commit 14d39ce

Browse files
authored
chore: merge main to solid v2 (#7105)
1 parent e5429a2 commit 14d39ce

883 files changed

Lines changed: 11222 additions & 3907 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

benchmarks/bundle-size/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
"@vitejs/plugin-react": "^6.0.1",
2525
"@vitejs/plugin-vue": "^6.0.5",
2626
"@vitejs/plugin-vue-jsx": "^5.1.5",
27-
"typescript": "^5.7.2",
27+
"typescript": "^6.0.2",
2828
"vite": "^8.0.0",
2929
"vite-plugin-solid": "3.0.0-next.4"
3030
}

benchmarks/client-nav/jsdom.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@ setGlobal('Element', window.Element)
2525
setGlobal('SVGElement', window.SVGElement)
2626
setGlobal('DocumentFragment', window.DocumentFragment)
2727
setGlobal('Node', window.Node)
28+
setGlobal('MouseEvent', window.MouseEvent)
2829
setGlobal('MutationObserver', window.MutationObserver)
2930
setGlobal('sessionStorage', window.sessionStorage)
3031
setGlobal('localStorage', window.localStorage)

benchmarks/client-nav/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@
3737
"@vitejs/plugin-vue": "^6.0.5",
3838
"@vitejs/plugin-vue-jsx": "^5.1.5",
3939
"@types/jsdom": "28.0.0",
40-
"typescript": "^5.7.2",
40+
"typescript": "^6.0.2",
4141
"vite": "^8.0.0",
4242
"vite-plugin-solid": "3.0.0-next.4",
4343
"vitest": "^4.0.17"

0 commit comments

Comments
 (0)