From 1a7240470ad16dae4e23dc4efc158c862708dc1b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 21 Apr 2026 21:43:48 +0000 Subject: [PATCH] chore(deps): bump the npm_and_yarn group across 5 directories with 3 updates Bumps the npm_and_yarn group with 1 update in the /docs directory: [next](https://github.com/vercel/next.js). Bumps the npm_and_yarn group with 1 update in the /examples/astro directory: [astro](https://github.com/withastro/astro/tree/HEAD/packages/astro). Bumps the npm_and_yarn group with 1 update in the /examples/astro-arktype directory: [astro](https://github.com/withastro/astro/tree/HEAD/packages/astro). Bumps the npm_and_yarn group with 2 updates in the /examples/astro-valibot directory: [astro](https://github.com/withastro/astro/tree/HEAD/packages/astro) and [valibot](https://github.com/open-circle/valibot). Bumps the npm_and_yarn group with 1 update in the /examples/nextjs directory: [next](https://github.com/vercel/next.js). Updates `next` from 15.3.1 to 15.5.15 - [Release notes](https://github.com/vercel/next.js/releases) - [Changelog](https://github.com/vercel/next.js/blob/canary/release.js) - [Commits](https://github.com/vercel/next.js/compare/v15.3.1...v15.5.15) Updates `astro` from 5.18.1 to 6.1.8 - [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/astro@6.1.8/packages/astro) Updates `astro` from 5.18.1 to 6.1.8 - [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/astro@6.1.8/packages/astro) Updates `astro` from 5.18.1 to 6.1.8 - [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/astro@6.1.8/packages/astro) Updates `valibot` from 1.0.0 to 1.2.0 - [Release notes](https://github.com/open-circle/valibot/releases) - [Commits](https://github.com/open-circle/valibot/compare/v1.0.0...v1.2.0) Updates `next` from 15.3.1 to 15.5.15 - [Release notes](https://github.com/vercel/next.js/releases) - [Changelog](https://github.com/vercel/next.js/blob/canary/release.js) - [Commits](https://github.com/vercel/next.js/compare/v15.3.1...v15.5.15) --- updated-dependencies: - dependency-name: next dependency-version: 15.5.15 dependency-type: direct:production dependency-group: npm_and_yarn - dependency-name: astro dependency-version: 6.1.8 dependency-type: direct:production dependency-group: npm_and_yarn - dependency-name: astro dependency-version: 6.1.8 dependency-type: direct:production dependency-group: npm_and_yarn - dependency-name: astro dependency-version: 6.1.8 dependency-type: direct:production dependency-group: npm_and_yarn - dependency-name: valibot dependency-version: 1.2.0 dependency-type: direct:production dependency-group: npm_and_yarn - dependency-name: next dependency-version: 15.5.15 dependency-type: direct:production dependency-group: npm_and_yarn ... Signed-off-by: dependabot[bot] --- docs/package.json | 2 +- examples/astro-arktype/package.json | 2 +- examples/astro-valibot/package.json | 4 ++-- examples/astro/package.json | 2 +- examples/nextjs/package.json | 2 +- 5 files changed, 6 insertions(+), 6 deletions(-) diff --git a/docs/package.json b/docs/package.json index 7485a405..b9790d81 100644 --- a/docs/package.json +++ b/docs/package.json @@ -15,7 +15,7 @@ "@vercel/analytics": "^1.2.2", "class-variance-authority": "^0.7.0", "lucide-react": "0.368.0", - "next": "15.3.1", + "next": "15.5.15", "next-themes": "^0.4.4", "next-view-transitions": "^0.3.4", "react": "19.1.0", diff --git a/examples/astro-arktype/package.json b/examples/astro-arktype/package.json index 32192d1c..593a5e67 100644 --- a/examples/astro-arktype/package.json +++ b/examples/astro-arktype/package.json @@ -13,7 +13,7 @@ "@astrojs/solid-js": "^5.0.4", "@t3-oss/env-core": "workspace:*", "arktype": "^2.1.0", - "astro": "^5.1.9", + "astro": "^6.1.8", "solid-js": "^1.9.4" }, "devDependencies": { diff --git a/examples/astro-valibot/package.json b/examples/astro-valibot/package.json index 62c7e3d5..4dd3f416 100644 --- a/examples/astro-valibot/package.json +++ b/examples/astro-valibot/package.json @@ -12,9 +12,9 @@ "dependencies": { "@astrojs/solid-js": "^5.0.4", "@t3-oss/env-core": "workspace:*", - "astro": "^5.1.9", + "astro": "^6.1.8", "solid-js": "^1.9.4", - "valibot": "1.0.0" + "valibot": "1.2.0" }, "devDependencies": { "vite": "^6.0.1" diff --git a/examples/astro/package.json b/examples/astro/package.json index c0d5be8e..b9dbc012 100644 --- a/examples/astro/package.json +++ b/examples/astro/package.json @@ -12,7 +12,7 @@ "dependencies": { "@astrojs/solid-js": "^5.0.4", "@t3-oss/env-core": "workspace:*", - "astro": "^5.1.9", + "astro": "^6.1.8", "solid-js": "^1.9.4", "zod": "3.25.56" }, diff --git a/examples/nextjs/package.json b/examples/nextjs/package.json index f9c5264f..7b4c4063 100644 --- a/examples/nextjs/package.json +++ b/examples/nextjs/package.json @@ -10,7 +10,7 @@ }, "dependencies": { "@t3-oss/env-nextjs": "workspace:*", - "next": "15.3.1", + "next": "15.5.15", "react": "19.1.0", "react-dom": "19.1.0", "zod": "3.25.56"