From 4364354eb5b8c34dd9958d079160a1dd5ae69b91 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 28 Feb 2026 04:41:55 +0000 Subject: [PATCH] build(deps): bump the npm_and_yarn group across 8 directories with 4 updates Bumps the npm_and_yarn group with 1 update in the /examples/astro directory: [@astrojs/node](https://github.com/withastro/astro/tree/HEAD/packages/integrations/node). Bumps the npm_and_yarn group with 1 update in the /examples/next-js directory: [next](https://github.com/vercel/next.js). Bumps the npm_and_yarn group with 1 update in the /examples/next-js-15 directory: [next](https://github.com/vercel/next.js). Bumps the npm_and_yarn group with 1 update in the /examples/vite directory: [vite](https://github.com/vitejs/vite/tree/HEAD/packages/vite). Bumps the npm_and_yarn group with 1 update in the /integration-tests/test-apps/astro-4 directory: [@astrojs/node](https://github.com/withastro/astro/tree/HEAD/packages/integrations/node). Bumps the npm_and_yarn group with 1 update in the /integration-tests/test-apps/nextjs directory: [next](https://github.com/vercel/next.js). Bumps the npm_and_yarn group with 1 update in the /packages/bundle-analyzer directory: [vite](https://github.com/vitejs/vite/tree/HEAD/packages/vite). Bumps the npm_and_yarn group with 1 update in the /packages/rollup-plugin directory: [rollup](https://github.com/rollup/rollup). Updates `@astrojs/node` from 8.3.4 to 9.5.4 - [Release notes](https://github.com/withastro/astro/releases) - [Changelog](https://github.com/withastro/astro/blob/@astrojs/node@9.5.4/packages/integrations/node/CHANGELOG.md) - [Commits](https://github.com/withastro/astro/commits/@astrojs/node@9.5.4/packages/integrations/node) Updates `next` from 14.2.25 to 15.5.10 - [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/v14.2.25...v15.5.10) Updates `next` from 15.1.0 to 15.5.10 - [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/v14.2.25...v15.5.10) Updates `vite` from 6.3.5 to 6.4.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/create-vite@6.4.1/packages/vite) Updates `@astrojs/node` from 8.3.4 to 9.5.4 - [Release notes](https://github.com/withastro/astro/releases) - [Changelog](https://github.com/withastro/astro/blob/@astrojs/node@9.5.4/packages/integrations/node/CHANGELOG.md) - [Commits](https://github.com/withastro/astro/commits/@astrojs/node@9.5.4/packages/integrations/node) Updates `next` from 14.2.25 to 15.5.10 - [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/v14.2.25...v15.5.10) Updates `vite` from 6.3.5 to 6.4.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/create-vite@6.4.1/packages/vite) Updates `rollup` from 4.22.4 to 4.59.0 - [Release notes](https://github.com/rollup/rollup/releases) - [Changelog](https://github.com/rollup/rollup/blob/master/CHANGELOG.md) - [Commits](https://github.com/rollup/rollup/compare/v4.22.4...v4.59.0) --- updated-dependencies: - dependency-name: "@astrojs/node" dependency-version: 9.5.4 dependency-type: direct:production dependency-group: npm_and_yarn - dependency-name: next dependency-version: 15.5.10 dependency-type: direct:production dependency-group: npm_and_yarn - dependency-name: next dependency-version: 15.5.10 dependency-type: direct:production dependency-group: npm_and_yarn - dependency-name: vite dependency-version: 6.4.1 dependency-type: direct:development dependency-group: npm_and_yarn - dependency-name: "@astrojs/node" dependency-version: 9.5.4 dependency-type: direct:production dependency-group: npm_and_yarn - dependency-name: next dependency-version: 15.5.10 dependency-type: direct:production dependency-group: npm_and_yarn - dependency-name: vite dependency-version: 6.4.1 dependency-type: direct:development dependency-group: npm_and_yarn - dependency-name: rollup dependency-version: 4.59.0 dependency-type: direct:development dependency-group: npm_and_yarn ... Signed-off-by: dependabot[bot] --- examples/astro/package.json | 2 +- examples/next-js-15/package.json | 2 +- examples/next-js/package.json | 2 +- examples/vite/package.json | 2 +- integration-tests/test-apps/astro-4/package.json | 2 +- integration-tests/test-apps/nextjs/package.json | 2 +- packages/bundle-analyzer/package.json | 2 +- packages/rollup-plugin/package.json | 2 +- 8 files changed, 8 insertions(+), 8 deletions(-) diff --git a/examples/astro/package.json b/examples/astro/package.json index 54c47805..7c215e3a 100644 --- a/examples/astro/package.json +++ b/examples/astro/package.json @@ -11,7 +11,7 @@ }, "dependencies": { "@astrojs/check": "^0.9.4", - "@astrojs/node": "^8.3.4", + "@astrojs/node": "^9.5.4", "@astrojs/react": "^3.6.3", "@codecov/astro-plugin": "workspace:*", "@types/react": "^18.3.12", diff --git a/examples/next-js-15/package.json b/examples/next-js-15/package.json index dff9a035..a8fb5f7e 100644 --- a/examples/next-js-15/package.json +++ b/examples/next-js-15/package.json @@ -9,7 +9,7 @@ "lint": "next lint" }, "dependencies": { - "next": "15.1.0", + "next": "15.5.10", "react": "19.0.0", "react-dom": "19.0.0" }, diff --git a/examples/next-js/package.json b/examples/next-js/package.json index 52a9f425..6ddfc626 100644 --- a/examples/next-js/package.json +++ b/examples/next-js/package.json @@ -9,7 +9,7 @@ "lint": "next lint" }, "dependencies": { - "next": "14.2.25", + "next": "15.5.10", "react": "^18.3.1", "react-dom": "^18.3.1" }, diff --git a/examples/vite/package.json b/examples/vite/package.json index d0137d8c..ff9d2019 100644 --- a/examples/vite/package.json +++ b/examples/vite/package.json @@ -25,7 +25,7 @@ "eslint-plugin-react-refresh": "^0.4.5", "rollup": "^4.22.4", "typescript": "^5.3.3", - "vite": "6.3.5" + "vite": "6.4.1" }, "volta": { "extends": "../../package.json" diff --git a/integration-tests/test-apps/astro-4/package.json b/integration-tests/test-apps/astro-4/package.json index 1de0f29c..ec6dc273 100644 --- a/integration-tests/test-apps/astro-4/package.json +++ b/integration-tests/test-apps/astro-4/package.json @@ -11,7 +11,7 @@ }, "dependencies": { "@astrojs/check": "^0.9.4", - "@astrojs/node": "^8.3.4", + "@astrojs/node": "^9.5.4", "@astrojs/react": "^3.6.3", "@types/react": "^18.3.12", "@types/react-dom": "^18.3.1", diff --git a/integration-tests/test-apps/nextjs/package.json b/integration-tests/test-apps/nextjs/package.json index a8ce06e1..565c9a6f 100644 --- a/integration-tests/test-apps/nextjs/package.json +++ b/integration-tests/test-apps/nextjs/package.json @@ -11,7 +11,7 @@ "dependencies": { "react": "^18", "react-dom": "^18", - "next": "14.2.25" + "next": "15.5.10" }, "devDependencies": { "@codecov/nextjs-webpack-plugin": "workspace:^", diff --git a/packages/bundle-analyzer/package.json b/packages/bundle-analyzer/package.json index d7a1b449..11d52894 100644 --- a/packages/bundle-analyzer/package.json +++ b/packages/bundle-analyzer/package.json @@ -69,7 +69,7 @@ "ts-node": "^10.9.2", "typedoc": "^0.27.5", "unbuild": "^2.0.0", - "vite": "6.3.5", + "vite": "6.4.1", "vitest": "^2.1.9" }, "volta": { diff --git a/packages/rollup-plugin/package.json b/packages/rollup-plugin/package.json index 548daa7d..549420a9 100644 --- a/packages/rollup-plugin/package.json +++ b/packages/rollup-plugin/package.json @@ -54,7 +54,7 @@ "@vitest/coverage-v8": "^2.1.9", "codecovProdRollupPlugin": "npm:@codecov/rollup-plugin@1.5.0", "msw": "^2.7.0", - "rollup": "4.22.4", + "rollup": "4.59.0", "ts-node": "^10.9.2", "typedoc": "^0.27.5", "typescript": "^5.3.3",