diff --git a/examples/astro-5/package.json b/examples/astro-5/package.json index baedda1d..ce88d416 100644 --- a/examples/astro-5/package.json +++ b/examples/astro-5/package.json @@ -9,12 +9,12 @@ "astro": "astro" }, "dependencies": { - "@astrojs/node": "^9.0.0", + "@astrojs/node": "^10.0.5", "@astrojs/react": "^4.1.1", "@codecov/astro-plugin": "workspace:*", "@types/react": "^19.0.1", "@types/react-dom": "^19.0.2", - "astro": "^5.0.9", + "astro": "^6.1.10", "react": "^19.0.0", "react-dom": "^19.0.0" } diff --git a/examples/astro/package.json b/examples/astro/package.json index 54c47805..78c4966e 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": "^10.0.5", "@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 7c212808..ca1352e0 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.2.6", + "next": "15.5.18", "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..a7a7a93e 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.18", "react": "^18.3.1", "react-dom": "^18.3.1" }, diff --git a/integration-tests/test-apps/astro-4/package.json b/integration-tests/test-apps/astro-4/package.json index 1de0f29c..205c29c7 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": "^10.0.5", "@astrojs/react": "^3.6.3", "@types/react": "^18.3.12", "@types/react-dom": "^18.3.1", diff --git a/integration-tests/test-apps/astro-5/package.json b/integration-tests/test-apps/astro-5/package.json index baedda1d..ce88d416 100644 --- a/integration-tests/test-apps/astro-5/package.json +++ b/integration-tests/test-apps/astro-5/package.json @@ -9,12 +9,12 @@ "astro": "astro" }, "dependencies": { - "@astrojs/node": "^9.0.0", + "@astrojs/node": "^10.0.5", "@astrojs/react": "^4.1.1", "@codecov/astro-plugin": "workspace:*", "@types/react": "^19.0.1", "@types/react-dom": "^19.0.2", - "astro": "^5.0.9", + "astro": "^6.1.10", "react": "^19.0.0", "react-dom": "^19.0.0" } diff --git a/integration-tests/test-apps/nextjs/package.json b/integration-tests/test-apps/nextjs/package.json index a8ce06e1..a8914215 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.18" }, "devDependencies": { "@codecov/nextjs-webpack-plugin": "workspace:^", diff --git a/packages/astro-plugin/package.json b/packages/astro-plugin/package.json index 160accff..6f8b0eb0 100644 --- a/packages/astro-plugin/package.json +++ b/packages/astro-plugin/package.json @@ -59,7 +59,7 @@ "@rollup/plugin-replace": "^5.0.5", "@types/node": "^20.11.15", "@vitest/coverage-v8": "^2.1.9", - "astro": "^5.0.9", + "astro": "^6.1.10", "codecovProdRollupPlugin": "npm:@codecov/rollup-plugin@1.5.0", "msw": "^2.7.0", "ts-node": "^10.9.2", @@ -67,7 +67,7 @@ "typescript": "^5.3.3", "unbuild": "^2.0.0", "vite": "6.3.5", - "vitest": "^2.1.9" + "vitest": "^4.1.0" }, "peerDependencies": { "astro": "4.x || 5.x" diff --git a/packages/bundle-analyzer/package.json b/packages/bundle-analyzer/package.json index 5ab12564..ec53519b 100644 --- a/packages/bundle-analyzer/package.json +++ b/packages/bundle-analyzer/package.json @@ -70,7 +70,7 @@ "typedoc": "^0.27.5", "unbuild": "^2.0.0", "vite": "6.3.5", - "vitest": "^2.1.9" + "vitest": "^4.1.0" }, "volta": { "extends": "../../package.json" diff --git a/packages/bundler-plugin-core/package.json b/packages/bundler-plugin-core/package.json index 575c3ab8..66cca462 100644 --- a/packages/bundler-plugin-core/package.json +++ b/packages/bundler-plugin-core/package.json @@ -60,7 +60,7 @@ "typedoc": "^0.27.5", "typescript": "^5.3.3", "unbuild": "^2.0.0", - "vitest": "^2.1.9" + "vitest": "^4.1.0" }, "volta": { "extends": "../../package.json" diff --git a/packages/nextjs-webpack-plugin/package.json b/packages/nextjs-webpack-plugin/package.json index 9d5e6595..3642f33d 100644 --- a/packages/nextjs-webpack-plugin/package.json +++ b/packages/nextjs-webpack-plugin/package.json @@ -57,12 +57,12 @@ "@vitest/coverage-v8": "^2.1.9", "codecovProdRollupPlugin": "npm:@codecov/rollup-plugin@1.5.0", "msw": "^2.7.0", - "next": "^14.2.25", + "next": "^15.5.18", "ts-node": "^10.9.2", "typedoc": "^0.27.5", "typescript": "^5.3.3", "unbuild": "^2.0.0", - "vitest": "^2.1.9", + "vitest": "^4.1.0", "webpack": "^5.96.1" }, "peerDependencies": { diff --git a/packages/nuxt-plugin/package.json b/packages/nuxt-plugin/package.json index 92c2c4e4..dad5d418 100644 --- a/packages/nuxt-plugin/package.json +++ b/packages/nuxt-plugin/package.json @@ -62,7 +62,7 @@ "nuxt": "^3.16.0", "unbuild": "^2.0.0", "vite": "6.3.5", - "vitest": "^2.1.9" + "vitest": "^4.1.0" }, "peerDependencies": { "nuxt": "3.x" diff --git a/packages/remix-vite-plugin/package.json b/packages/remix-vite-plugin/package.json index 2e0a13ca..56d720b1 100644 --- a/packages/remix-vite-plugin/package.json +++ b/packages/remix-vite-plugin/package.json @@ -60,7 +60,7 @@ "typescript": "^5.3.3", "unbuild": "^2.0.0", "vite": "6.3.5", - "vitest": "^2.1.9" + "vitest": "^4.1.0" }, "peerDependencies": { "remix": "2.x" diff --git a/packages/rollup-plugin/package.json b/packages/rollup-plugin/package.json index e30c3896..cde5d33d 100644 --- a/packages/rollup-plugin/package.json +++ b/packages/rollup-plugin/package.json @@ -59,7 +59,7 @@ "typedoc": "^0.27.5", "typescript": "^5.3.3", "unbuild": "^2.0.0", - "vitest": "^2.1.9" + "vitest": "^4.1.0" }, "peerDependencies": { "rollup": "3.x || 4.x" diff --git a/packages/solidstart-plugin/package.json b/packages/solidstart-plugin/package.json index d9aa012c..35b4bf20 100644 --- a/packages/solidstart-plugin/package.json +++ b/packages/solidstart-plugin/package.json @@ -60,7 +60,7 @@ "typescript": "^5.3.3", "unbuild": "^2.0.0", "vite": "6.3.5", - "vitest": "^2.1.9" + "vitest": "^4.1.0" }, "peerDependencies": { "@solidjs/start": "1.x" diff --git a/packages/sveltekit-plugin/package.json b/packages/sveltekit-plugin/package.json index aed54105..9d6a54d6 100644 --- a/packages/sveltekit-plugin/package.json +++ b/packages/sveltekit-plugin/package.json @@ -60,7 +60,7 @@ "typescript": "^5.3.3", "unbuild": "^2.0.0", "vite": "6.3.5", - "vitest": "^2.1.9" + "vitest": "^4.1.0" }, "peerDependencies": { "@sveltejs/kit": "2.x", diff --git a/packages/vite-plugin/package.json b/packages/vite-plugin/package.json index 1df5c7c9..434557c5 100644 --- a/packages/vite-plugin/package.json +++ b/packages/vite-plugin/package.json @@ -59,7 +59,7 @@ "typescript": "^5.3.3", "unbuild": "^2.0.0", "vite": "6.3.5", - "vitest": "^2.1.9" + "vitest": "^4.1.0" }, "peerDependencies": { "vite": "4.x || 5.x || 6.x" diff --git a/packages/webpack-plugin/package.json b/packages/webpack-plugin/package.json index 56596cda..c683dc5e 100644 --- a/packages/webpack-plugin/package.json +++ b/packages/webpack-plugin/package.json @@ -60,7 +60,7 @@ "typedoc": "^0.27.5", "typescript": "^5.3.3", "unbuild": "^2.0.0", - "vitest": "^2.1.9", + "vitest": "^4.1.0", "webpack": "^5.96.1" }, "peerDependencies": {