Skip to content

Commit 72c15bf

Browse files
Bump the astro group across 1 directory with 5 updates
Bumps the astro group with 5 updates in the /webserver directory: | Package | From | To | | --- | --- | --- | | [@astrojs/node](https://github.com/withastro/astro/tree/HEAD/packages/integrations/node) | `8.3.3` | `9.1.2` | | [@astrojs/solid-js](https://github.com/withastro/astro/tree/HEAD/packages/integrations/solid) | `4.4.1` | `5.0.5` | | [astro](https://github.com/withastro/astro/tree/HEAD/packages/astro) | `4.16.18` | `5.4.2` | | [vite](https://github.com/vitejs/vite/tree/HEAD/packages/vite) | `5.4.12` | `6.2.1` | | [vitest](https://github.com/vitest-dev/vitest/tree/HEAD/packages/vitest) | `2.1.9` | `3.0.8` | Updates `@astrojs/node` from 8.3.3 to 9.1.2 - [Release notes](https://github.com/withastro/astro/releases) - [Changelog](https://github.com/withastro/astro/blob/main/packages/integrations/node/CHANGELOG.md) - [Commits](https://github.com/withastro/astro/commits/@astrojs/[email protected]/packages/integrations/node) Updates `@astrojs/solid-js` from 4.4.1 to 5.0.5 - [Release notes](https://github.com/withastro/astro/releases) - [Changelog](https://github.com/withastro/astro/blob/main/packages/integrations/solid/CHANGELOG.md) - [Commits](https://github.com/withastro/astro/commits/@astrojs/[email protected]/packages/integrations/solid) Updates `astro` from 4.16.18 to 5.4.2 - [Release notes](https://github.com/withastro/astro/releases) - [Changelog](https://github.com/withastro/astro/blob/main/packages/astro/CHANGELOG.md) - [Commits](https://github.com/withastro/astro/commits/[email protected]/packages/astro) Updates `vite` from 5.4.12 to 6.2.1 - [Release notes](https://github.com/vitejs/vite/releases) - [Changelog](https://github.com/vitejs/vite/blob/main/packages/vite/CHANGELOG.md) - [Commits](https://github.com/vitejs/vite/commits/[email protected]/packages/vite) Updates `vitest` from 2.1.9 to 3.0.8 - [Release notes](https://github.com/vitest-dev/vitest/releases) - [Commits](https://github.com/vitest-dev/vitest/commits/v3.0.8/packages/vitest) --- updated-dependencies: - dependency-name: "@astrojs/node" dependency-type: direct:production update-type: version-update:semver-major dependency-group: astro - dependency-name: "@astrojs/solid-js" dependency-type: direct:production update-type: version-update:semver-major dependency-group: astro - dependency-name: astro dependency-type: direct:production update-type: version-update:semver-major dependency-group: astro - dependency-name: vite dependency-type: direct:production update-type: version-update:semver-major dependency-group: astro - dependency-name: vitest dependency-type: direct:development update-type: version-update:semver-major dependency-group: astro ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 94bc24a commit 72c15bf

File tree

2 files changed

+784
-880
lines changed

2 files changed

+784
-880
lines changed

webserver/package.json

+5-5
Original file line numberDiff line numberDiff line change
@@ -24,16 +24,16 @@
2424
},
2525
"packageManager": "[email protected]+sha256.4b702887986995933d4300836b04d6d02a43bc72b52e4f7e93a4ca608b959197",
2626
"dependencies": {
27-
"@astrojs/node": "^8.3.3",
28-
"@astrojs/solid-js": "^4.4.1",
27+
"@astrojs/node": "^9.1.2",
28+
"@astrojs/solid-js": "^5.0.5",
2929
"@github/relative-time-element": "^4.4.5",
3030
"@google-cloud/storage": "^7.15.2",
3131
"@js-temporal/polyfill": "^0.4.4",
3232
"@prisma/client": "^6.4.1",
3333
"@sentry/astro": "^8.51.0",
3434
"@shoelace-style/shoelace": "^2.20.0",
3535
"age-encryption": "^0.2.1",
36-
"astro": "^4.16.18",
36+
"astro": "^5.4.2",
3737
"debug": "^4.4.0",
3838
"dset": "^3.1.4",
3939
"express": "^4.21.2",
@@ -50,7 +50,7 @@
5050
"solid-js": "^1.9.5",
5151
"typescript": "^5.7.3",
5252
"unified": "^11.0.5",
53-
"vite": "^5.4.12",
53+
"vite": "^6.2.1",
5454
"zod": "^3.24.2"
5555
},
5656
"devDependencies": {
@@ -60,6 +60,6 @@
6060
"@types/n3": "^1.21.1",
6161
"@types/node": "^22.13.5",
6262
"dotenv-cli": "^8.0.0",
63-
"vitest": "^2.1.9"
63+
"vitest": "^3.0.8"
6464
}
6565
}

0 commit comments

Comments
 (0)