diff --git a/benchmark/package.json b/benchmark/package.json index afc63d7c7f..9b96ddb1d0 100644 --- a/benchmark/package.json +++ b/benchmark/package.json @@ -11,7 +11,7 @@ }, "dependencies": { "@astrojs/mdx": "workspace:*", - "@astrojs/node": "^8.3.4", + "@astrojs/node": "^9.0.0", "@benchmark/timer": "workspace:*", "@benchmark/adapter": "workspace:*", "astro": "workspace:*", diff --git a/packages/astro/e2e/fixtures/actions-blog/package.json b/packages/astro/e2e/fixtures/actions-blog/package.json index 55a2198b32..4164684d2a 100644 --- a/packages/astro/e2e/fixtures/actions-blog/package.json +++ b/packages/astro/e2e/fixtures/actions-blog/package.json @@ -12,7 +12,7 @@ "dependencies": { "@astrojs/check": "^0.9.4", "@astrojs/db": "workspace:*", - "@astrojs/node": "^8.3.4", + "@astrojs/node": "^9.0.0", "@astrojs/react": "workspace:*", "@types/react": "^18.3.12", "@types/react-dom": "^18.3.1", diff --git a/packages/astro/e2e/fixtures/actions-react-19/package.json b/packages/astro/e2e/fixtures/actions-react-19/package.json index 1e7cfdb2dc..118d694388 100644 --- a/packages/astro/e2e/fixtures/actions-react-19/package.json +++ b/packages/astro/e2e/fixtures/actions-react-19/package.json @@ -12,7 +12,7 @@ "dependencies": { "@astrojs/check": "^0.9.4", "@astrojs/db": "workspace:*", - "@astrojs/node": "^8.3.4", + "@astrojs/node": "^9.0.0", "@astrojs/react": "workspace:*", "@types/react": "npm:types-react", "@types/react-dom": "npm:types-react-dom", diff --git a/packages/astro/e2e/fixtures/i18n/package.json b/packages/astro/e2e/fixtures/i18n/package.json index fcc349c0af..701c4dc888 100644 --- a/packages/astro/e2e/fixtures/i18n/package.json +++ b/packages/astro/e2e/fixtures/i18n/package.json @@ -4,6 +4,6 @@ "private": true, "dependencies": { "astro": "workspace:*", - "@astrojs/node": "^8.3.4" + "@astrojs/node": "^9.0.0" } } diff --git a/packages/astro/e2e/fixtures/server-islands-key/package.json b/packages/astro/e2e/fixtures/server-islands-key/package.json index 193eaaccaf..409c4f063c 100644 --- a/packages/astro/e2e/fixtures/server-islands-key/package.json +++ b/packages/astro/e2e/fixtures/server-islands-key/package.json @@ -7,6 +7,6 @@ }, "dependencies": { "astro": "workspace:*", - "@astrojs/node": "^8.3.4" + "@astrojs/node": "^9.0.0" } } diff --git a/packages/astro/e2e/fixtures/server-islands/package.json b/packages/astro/e2e/fixtures/server-islands/package.json index 41add93445..98f6aa15b0 100644 --- a/packages/astro/e2e/fixtures/server-islands/package.json +++ b/packages/astro/e2e/fixtures/server-islands/package.json @@ -9,7 +9,7 @@ "@astrojs/react": "workspace:*", "astro": "workspace:*", "@astrojs/mdx": "workspace:*", - "@astrojs/node": "^8.3.4", + "@astrojs/node": "^9.0.0", "react": "^18.3.1", "react-dom": "^18.3.1" } diff --git a/packages/astro/e2e/fixtures/view-transitions/package.json b/packages/astro/e2e/fixtures/view-transitions/package.json index 406bf1eec3..239c221862 100644 --- a/packages/astro/e2e/fixtures/view-transitions/package.json +++ b/packages/astro/e2e/fixtures/view-transitions/package.json @@ -3,7 +3,7 @@ "version": "0.0.0", "private": true, "dependencies": { - "@astrojs/node": "^8.3.4", + "@astrojs/node": "^9.0.0", "@astrojs/react": "workspace:*", "@astrojs/solid-js": "workspace:*", "@astrojs/svelte": "workspace:*", diff --git a/packages/astro/test/fixtures/client-address-node/package.json b/packages/astro/test/fixtures/client-address-node/package.json index 1decb53349..1ee3dd16f2 100644 --- a/packages/astro/test/fixtures/client-address-node/package.json +++ b/packages/astro/test/fixtures/client-address-node/package.json @@ -3,7 +3,7 @@ "version": "0.0.0", "private": true, "dependencies": { - "@astrojs/node": "^8.3.4", + "@astrojs/node": "^9.0.0", "astro": "workspace:*" } } diff --git a/packages/astro/test/fixtures/custom-assets-name/package.json b/packages/astro/test/fixtures/custom-assets-name/package.json index 7a5bfbdec3..f045052561 100644 --- a/packages/astro/test/fixtures/custom-assets-name/package.json +++ b/packages/astro/test/fixtures/custom-assets-name/package.json @@ -4,6 +4,6 @@ "private": true, "dependencies": { "astro": "workspace:*", - "@astrojs/node": "^8.3.4" + "@astrojs/node": "^9.0.0" } } diff --git a/packages/astro/test/fixtures/ssr-api-route/package.json b/packages/astro/test/fixtures/ssr-api-route/package.json index 46c1ae3140..1a0442c56c 100644 --- a/packages/astro/test/fixtures/ssr-api-route/package.json +++ b/packages/astro/test/fixtures/ssr-api-route/package.json @@ -3,7 +3,7 @@ "version": "0.0.0", "private": true, "dependencies": { - "@astrojs/node": "^8.3.4", + "@astrojs/node": "^9.0.0", "astro": "workspace:*" } } diff --git a/packages/astro/test/fixtures/static-build-ssr/package.json b/packages/astro/test/fixtures/static-build-ssr/package.json index 2848e3983b..cb51f3472f 100644 --- a/packages/astro/test/fixtures/static-build-ssr/package.json +++ b/packages/astro/test/fixtures/static-build-ssr/package.json @@ -3,7 +3,7 @@ "version": "0.0.0", "private": true, "dependencies": { - "@astrojs/node": "^8.3.4", + "@astrojs/node": "^9.0.0", "@test/static-build-pkg": "workspace:*", "astro": "workspace:*" } diff --git a/packages/db/test/fixtures/ticketing-example/package.json b/packages/db/test/fixtures/ticketing-example/package.json index 765d46e2c7..b5892a150f 100644 --- a/packages/db/test/fixtures/ticketing-example/package.json +++ b/packages/db/test/fixtures/ticketing-example/package.json @@ -11,7 +11,7 @@ "dependencies": { "@astrojs/check": "^0.9.4", "@astrojs/db": "workspace:*", - "@astrojs/node": "^8.3.4", + "@astrojs/node": "^9.0.0", "@astrojs/react": "workspace:*", "@types/react": "^18.3.12", "@types/react-dom": "^18.3.1", diff --git a/packages/integrations/web-vitals/test/fixtures/basics/package.json b/packages/integrations/web-vitals/test/fixtures/basics/package.json index 23404fc802..9c4a384f8c 100644 --- a/packages/integrations/web-vitals/test/fixtures/basics/package.json +++ b/packages/integrations/web-vitals/test/fixtures/basics/package.json @@ -9,7 +9,7 @@ }, "dependencies": { "@astrojs/db": "workspace:*", - "@astrojs/node": "^8.3.4", + "@astrojs/node": "^9.0.0", "@astrojs/web-vitals": "workspace:*", "astro": "workspace:*" } diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 84309b2c99..7516f41c91 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -67,8 +67,8 @@ importers: specifier: workspace:* version: link:../packages/integrations/mdx '@astrojs/node': - specifier: ^8.3.4 - version: 8.3.4(astro@packages+astro) + specifier: ^9.0.0 + version: 9.0.0(astro@packages+astro) '@benchmark/adapter': specifier: workspace:* version: link:packages/adapter @@ -801,8 +801,8 @@ importers: specifier: workspace:* version: link:../../../../db '@astrojs/node': - specifier: ^8.3.4 - version: 8.3.4(astro@packages+astro) + specifier: ^9.0.0 + version: 9.0.0(astro@packages+astro) '@astrojs/react': specifier: workspace:* version: link:../../../../integrations/react @@ -834,8 +834,8 @@ importers: specifier: workspace:* version: link:../../../../db '@astrojs/node': - specifier: ^8.3.4 - version: 8.3.4(astro@packages+astro) + specifier: ^9.0.0 + version: 9.0.0(astro@packages+astro) '@astrojs/react': specifier: workspace:* version: link:../../../../integrations/react @@ -1070,8 +1070,8 @@ importers: packages/astro/e2e/fixtures/i18n: dependencies: '@astrojs/node': - specifier: ^8.3.4 - version: 8.3.4(astro@packages+astro) + specifier: ^9.0.0 + version: 9.0.0(astro@packages+astro) astro: specifier: workspace:* version: link:../../.. @@ -1472,8 +1472,8 @@ importers: specifier: workspace:* version: link:../../../../integrations/mdx '@astrojs/node': - specifier: ^8.3.4 - version: 8.3.4(astro@packages+astro) + specifier: ^9.0.0 + version: 9.0.0(astro@packages+astro) '@astrojs/react': specifier: workspace:* version: link:../../../../integrations/react @@ -1490,8 +1490,8 @@ importers: packages/astro/e2e/fixtures/server-islands-key: dependencies: '@astrojs/node': - specifier: ^8.3.4 - version: 8.3.4(astro@packages+astro) + specifier: ^9.0.0 + version: 9.0.0(astro@packages+astro) astro: specifier: workspace:* version: link:../../.. @@ -1588,8 +1588,8 @@ importers: packages/astro/e2e/fixtures/view-transitions: dependencies: '@astrojs/node': - specifier: ^8.3.4 - version: 8.3.4(astro@packages+astro) + specifier: ^9.0.0 + version: 9.0.0(astro@packages+astro) '@astrojs/react': specifier: workspace:* version: link:../../../../integrations/react @@ -2429,8 +2429,8 @@ importers: packages/astro/test/fixtures/client-address-node: dependencies: '@astrojs/node': - specifier: ^8.3.4 - version: 8.3.4(astro@packages+astro) + specifier: ^9.0.0 + version: 9.0.0(astro@packages+astro) astro: specifier: workspace:* version: link:../../.. @@ -2948,8 +2948,8 @@ importers: packages/astro/test/fixtures/custom-assets-name: dependencies: '@astrojs/node': - specifier: ^8.3.4 - version: 8.3.4(astro@packages+astro) + specifier: ^9.0.0 + version: 9.0.0(astro@packages+astro) astro: specifier: workspace:* version: link:../../.. @@ -3822,8 +3822,8 @@ importers: packages/astro/test/fixtures/ssr-api-route: dependencies: '@astrojs/node': - specifier: ^8.3.4 - version: 8.3.4(astro@packages+astro) + specifier: ^9.0.0 + version: 9.0.0(astro@packages+astro) astro: specifier: workspace:* version: link:../../.. @@ -4034,8 +4034,8 @@ importers: packages/astro/test/fixtures/static-build-ssr: dependencies: '@astrojs/node': - specifier: ^8.3.4 - version: 8.3.4(astro@packages+astro) + specifier: ^9.0.0 + version: 9.0.0(astro@packages+astro) '@test/static-build-pkg': specifier: workspace:* version: link:../static-build/pkg @@ -4430,8 +4430,8 @@ importers: specifier: workspace:* version: link:../../.. '@astrojs/node': - specifier: ^8.3.4 - version: 8.3.4(astro@packages+astro) + specifier: ^9.0.0 + version: 9.0.0(astro@packages+astro) '@astrojs/react': specifier: workspace:* version: link:../../../../integrations/react @@ -5361,8 +5361,8 @@ importers: specifier: workspace:* version: link:../../../../../db '@astrojs/node': - specifier: ^8.3.4 - version: 8.3.4(astro@packages+astro) + specifier: ^9.0.0 + version: 9.0.0(astro@packages+astro) '@astrojs/web-vitals': specifier: workspace:* version: link:../../.. @@ -5659,11 +5659,6 @@ packages: prettier-plugin-astro: optional: true - '@astrojs/node@8.3.4': - resolution: {integrity: sha512-xzQs39goN7xh9np9rypGmbgZj3AmmjNxEMj9ZWz5aBERlqqFF3n8A/w/uaJeZ/bkHS60l1BXVS0tgsQt9MFqBA==} - peerDependencies: - astro: ^4.2.0 - '@astrojs/node@9.0.0': resolution: {integrity: sha512-3h/5kFZvpuo+chYAjj75YhtRUxfquxEJrpZRRC7TdiMGp2WhLp2us4VXm2mjezJp/zHKotW2L3qgp0P2ujQ0xw==} peerDependencies: @@ -7980,14 +7975,6 @@ packages: dataloader@1.4.0: resolution: {integrity: sha512-68s5jYdlvasItOJnCuI2Q9s4q98g0pCyL3HrcKJu8KNugUl8ahgmZYg38ysLTgQjjXX3H8CJLkAvWrclWfcalw==} - debug@2.6.9: - resolution: {integrity: sha512-bC7ElrdJaJnPbAP+1EotYvqZsb3ecl5wi6Bfi6BJTUcNowp6cvspg0jXznRTKDjm/E7AdgFBVeAPVMNcKGsHMA==} - peerDependencies: - supports-color: '*' - peerDependenciesMeta: - supports-color: - optional: true - debug@4.4.0: resolution: {integrity: sha512-6WTZ/IxCY/T6BALoZHaE4ctp9xm+Z5kY/pzYaCHRFeyVhojxlrm+46y68HA6hr0TcwEssoxNiDEUJQjfPZ/RYA==} engines: {node: '>=6.0'} @@ -8241,10 +8228,6 @@ packages: emoji-regex@9.2.2: resolution: {integrity: sha512-L18DaJsXSUk2+42pv8mLs5jJT2hqFkFE4j21wOmgbUqsZ2hL72NsUU785g9RXgo3s0ZNgVl42TiHp3ZtOv/Vyg==} - encodeurl@1.0.2: - resolution: {integrity: sha512-TPJXq8JqFaVYm2CWmPvnP2Iyo4ZSM7/QKcSmuMLDObfpH5fi7RUGmd/rTDf+rut/saiDiQEeVTNgAmJEdAOx0w==} - engines: {node: '>= 0.8'} - encodeurl@2.0.0: resolution: {integrity: sha512-Q0n9HRi4m6JuGIV1eFlmvJB7ZEVxu93IrMyiMsGC0lrMJMWzRgx6WGquyfQgZVb31vhGgXnfmPNNXmxnOkRBrg==} engines: {node: '>= 0.8'} @@ -9430,9 +9413,6 @@ packages: resolution: {integrity: sha512-eu38+hdgojoyq63s+yTpN4XMBdt5l8HhMhc4VKLO9KM5caLIBvUm4thi7fFaxyTmCKeNnXZ5pAlBwCUnhA09uw==} engines: {node: '>=10'} - ms@2.0.0: - resolution: {integrity: sha512-Tpp60P6IUJDTuOq/5Z8cdskzJujfwqfOTkrwIwj7IRISpnkJnT6SyJ4PCPnGMoFjC9ddhal5KVIYtAt97ix05A==} - ms@2.1.3: resolution: {integrity: sha512-6FlzubTLZG3J2a/NVCAleEhjzq5oxgHyaCU9yYXvcLsvoVaHJq/s5xXI6/XXP6tz7R9xAOtHnSO/tXtF3WRTlA==} @@ -10345,10 +10325,6 @@ packages: engines: {node: '>=10'} hasBin: true - send@0.19.0: - resolution: {integrity: sha512-dW41u5VfLXu8SJh5bwRmyYUbAoSB3c9uQh6L8h/KtsFREPWpbX1lrljJo186Jc4nmci/sGUZ9a0a0J2zgfq2hw==} - engines: {node: '>= 0.8.0'} - send@1.1.0: resolution: {integrity: sha512-v67WcEouB5GxbTWL/4NeToqcZiAWEq90N888fczVArY8A79J0L4FD7vj5hm3eUMua5EpoQ59wa/oovY6TLvRUA==} engines: {node: '>= 18'} @@ -11504,14 +11480,6 @@ snapshots: transitivePeerDependencies: - typescript - '@astrojs/node@8.3.4(astro@packages+astro)': - dependencies: - astro: link:packages/astro - send: 0.19.0 - server-destroy: 1.0.1 - transitivePeerDependencies: - - supports-color - '@astrojs/node@9.0.0(astro@packages+astro)': dependencies: astro: link:packages/astro @@ -13933,10 +13901,6 @@ snapshots: dataloader@1.4.0: {} - debug@2.6.9: - dependencies: - ms: 2.0.0 - debug@4.4.0: dependencies: ms: 2.1.3 @@ -14059,8 +14023,6 @@ snapshots: emoji-regex@9.2.2: {} - encodeurl@1.0.2: {} - encodeurl@2.0.0: {} encoding-sniffer@0.2.0: @@ -15738,8 +15700,6 @@ snapshots: mrmime@2.0.0: {} - ms@2.0.0: {} - ms@2.1.3: {} muggle-string@0.4.1: {} @@ -16771,24 +16731,6 @@ snapshots: semver@7.6.3: {} - send@0.19.0: - dependencies: - debug: 2.6.9 - depd: 2.0.0 - destroy: 1.2.0 - encodeurl: 1.0.2 - escape-html: 1.0.3 - etag: 1.8.1 - fresh: 0.5.2 - http-errors: 2.0.0 - mime: 1.6.0 - ms: 2.1.3 - on-finished: 2.4.1 - range-parser: 1.2.1 - statuses: 2.0.1 - transitivePeerDependencies: - - supports-color - send@1.1.0: dependencies: debug: 4.4.0