0
Fork 0
mirror of https://github.com/withastro/astro.git synced 2025-01-06 22:10:10 -05:00

fix(deps): update dependency @astrojs/node to v9 (#12687)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
renovate[bot] 2025-01-03 20:30:07 +08:00 committed by GitHub
parent e2dc04bfee
commit 047589dbd4
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
14 changed files with 39 additions and 97 deletions

View file

@ -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:*",

View file

@ -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",

View file

@ -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",

View file

@ -4,6 +4,6 @@
"private": true,
"dependencies": {
"astro": "workspace:*",
"@astrojs/node": "^8.3.4"
"@astrojs/node": "^9.0.0"
}
}

View file

@ -7,6 +7,6 @@
},
"dependencies": {
"astro": "workspace:*",
"@astrojs/node": "^8.3.4"
"@astrojs/node": "^9.0.0"
}
}

View file

@ -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"
}

View file

@ -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:*",

View file

@ -3,7 +3,7 @@
"version": "0.0.0",
"private": true,
"dependencies": {
"@astrojs/node": "^8.3.4",
"@astrojs/node": "^9.0.0",
"astro": "workspace:*"
}
}

View file

@ -4,6 +4,6 @@
"private": true,
"dependencies": {
"astro": "workspace:*",
"@astrojs/node": "^8.3.4"
"@astrojs/node": "^9.0.0"
}
}

View file

@ -3,7 +3,7 @@
"version": "0.0.0",
"private": true,
"dependencies": {
"@astrojs/node": "^8.3.4",
"@astrojs/node": "^9.0.0",
"astro": "workspace:*"
}
}

View file

@ -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:*"
}

View file

@ -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",

View file

@ -9,7 +9,7 @@
},
"dependencies": {
"@astrojs/db": "workspace:*",
"@astrojs/node": "^8.3.4",
"@astrojs/node": "^9.0.0",
"@astrojs/web-vitals": "workspace:*",
"astro": "workspace:*"
}

View file

@ -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