nitro-nightly 3.0.1-20251222-100607-0f3740df → 3.0.1-20251224-090424-fb6b85d0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -756,7 +756,7 @@ function astToObject(node) {
756
756
  }
757
757
  return obj;
758
758
  }
759
- case "ArrayExpression": return node.elements.map((el) => astToObject(el)).filter(Boolean);
759
+ case "ArrayExpression": return node.elements.map((el) => astToObject(el)).filter((obj) => obj !== void 0);
760
760
  case "Literal": return node.value;
761
761
  }
762
762
  }
@@ -1565,7 +1565,7 @@ function escapeRegex(str) {
1565
1565
  }
1566
1566
 
1567
1567
  //#endregion
1568
- //#region node_modules/.pnpm/@hiogawa+vite-plugin-fullstack@0.0.11_vite@8.0.0-beta.2_@types+node@25.0.3_jiti@2.6.1_tsx@4.21.0_yaml@2.8.2_/node_modules/@hiogawa/vite-plugin-fullstack/dist/plugin-B4MlD0Bd.js
1568
+ //#region node_modules/.pnpm/@hiogawa+vite-plugin-fullstack@0.0.11_vite@8.0.0-beta.4_@types+node@25.0.3_jiti@2.6.1_tsx@4.21.0_yaml@2.8.2_/node_modules/@hiogawa/vite-plugin-fullstack/dist/plugin-B4MlD0Bd.js
1569
1569
  function parseIdQuery(id) {
1570
1570
  if (!id.includes("?")) return {
1571
1571
  filename: id,
@@ -2150,7 +2150,7 @@ function assetsURLDev(url, config) {
2150
2150
  }
2151
2151
 
2152
2152
  //#endregion
2153
- //#region node_modules/.pnpm/@hiogawa+vite-plugin-fullstack@0.0.11_vite@8.0.0-beta.2_@types+node@25.0.3_jiti@2.6.1_tsx@4.21.0_yaml@2.8.2_/node_modules/@hiogawa/vite-plugin-fullstack/dist/runtime.js
2153
+ //#region node_modules/.pnpm/@hiogawa+vite-plugin-fullstack@0.0.11_vite@8.0.0-beta.4_@types+node@25.0.3_jiti@2.6.1_tsx@4.21.0_yaml@2.8.2_/node_modules/@hiogawa/vite-plugin-fullstack/dist/runtime.js
2154
2154
  function mergeAssets(...args) {
2155
2155
  const js = uniqBy(args.flatMap((h) => h.js), (a) => a.href);
2156
2156
  const css = uniqBy(args.flatMap((h) => h.css), (a) => a.href);
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "nitro-nightly",
3
- "version": "3.0.1-20251222-100607-0f3740df",
3
+ "version": "3.0.1-20251224-090424-fb6b85d0",
4
4
  "description": "Build and Deploy Universal JavaScript Servers",
5
5
  "homepage": "https://nitro.build",
6
6
  "repository": "nitrojs/nitro",
@@ -77,7 +77,7 @@
77
77
  "devDependencies": {
78
78
  "@azure/functions": "^3.5.1",
79
79
  "@azure/static-web-apps-cli": "^2.0.7",
80
- "@cloudflare/workers-types": "^4.20251221.0",
80
+ "@cloudflare/workers-types": "^4.20251224.0",
81
81
  "@deno/types": "^0.0.1",
82
82
  "@hiogawa/vite-plugin-fullstack": "^0.0.11",
83
83
  "@netlify/edge-functions": "^3.0.3",
@@ -140,7 +140,7 @@
140
140
  "pretty-bytes": "^7.1.0",
141
141
  "react": "^19.2.3",
142
142
  "rendu": "^0.0.7",
143
- "rolldown": "1.0.0-beta.56",
143
+ "rolldown": "1.0.0-beta.57",
144
144
  "rollup": "^4.54.0",
145
145
  "rou3": "^0.7.12",
146
146
  "scule": "^1.3.0",
@@ -158,7 +158,7 @@
158
158
  "unimport": "^5.6.0",
159
159
  "untyped": "^2.0.0",
160
160
  "unwasm": "^0.5.2",
161
- "vite": "8.0.0-beta.2",
161
+ "vite": "8.0.0-beta.4",
162
162
  "vite7": "npm:vite@^7.3.0",
163
163
  "vitest": "^4.0.16",
164
164
  "wrangler": "^4.56.0",
@@ -169,7 +169,7 @@
169
169
  "peerDependencies": {
170
170
  "nf3": ">=0.3.1",
171
171
  "rolldown": "*",
172
- "rollup": "^4.53.5",
172
+ "rollup": "^4.54.0",
173
173
  "vite": ">=7.3.0",
174
174
  "xml2js": "^0.6.2"
175
175
  },
@@ -190,7 +190,7 @@
190
190
  "optional": true
191
191
  }
192
192
  },
193
- "packageManager": "pnpm@10.26.0",
193
+ "packageManager": "pnpm@10.26.2",
194
194
  "engines": {
195
195
  "node": "^20.19.0 || >=22.12.0"
196
196
  }