From 7fa3cee869ce69c46df4b596b2fdb275649c703a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 1 Sep 2026 17:48:42 +0000 Subject: [PATCH] build(deps): bump the npm_and_yarn group across 5 directories with 2 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 2 updates in the /examples/astro-5 directory: [@astrojs/node](https://github.com/withastro/astro/tree/HEAD/packages/integrations/node) and [astro](https://github.com/withastro/astro/tree/HEAD/packages/astro). 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 2 updates in the /integration-tests/test-apps/astro-5 directory: [@astrojs/node](https://github.com/withastro/astro/tree/HEAD/packages/integrations/node) and [astro](https://github.com/withastro/astro/tree/HEAD/packages/astro). Bumps the npm_and_yarn group with 1 update in the /packages/astro-plugin directory: [astro](https://github.com/withastro/astro/tree/HEAD/packages/astro). Updates `@astrojs/node` from 10.1.4 to 11.0.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/node@11.0.2/packages/integrations/node) Updates `@astrojs/node` from 10.1.4 to 11.0.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/node@11.0.2/packages/integrations/node) Updates `astro` from 6.4.6 to 7.1.1 - [Release notes](https://github.com/withastro/astro/releases) - [Changelog](https://github.com/withastro/astro/blob/main/packages/astro/CHANGELOG-v6.md) - [Commits](https://github.com/withastro/astro/commits/astro@7.1.1/packages/astro) Updates `@astrojs/node` from 10.1.4 to 11.0.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/node@11.0.2/packages/integrations/node) Updates `@astrojs/node` from 10.1.4 to 11.0.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/node@11.0.2/packages/integrations/node) Updates `astro` from 6.4.6 to 7.1.1 - [Release notes](https://github.com/withastro/astro/releases) - [Changelog](https://github.com/withastro/astro/blob/main/packages/astro/CHANGELOG-v6.md) - [Commits](https://github.com/withastro/astro/commits/astro@7.1.1/packages/astro) Updates `astro` from 6.4.6 to 7.1.1 - [Release notes](https://github.com/withastro/astro/releases) - [Changelog](https://github.com/withastro/astro/blob/main/packages/astro/CHANGELOG-v6.md) - [Commits](https://github.com/withastro/astro/commits/astro@7.1.1/packages/astro) --- updated-dependencies: - dependency-name: "@astrojs/node" dependency-version: 11.0.2 dependency-type: direct:production dependency-group: npm_and_yarn - dependency-name: "@astrojs/node" dependency-version: 11.0.2 dependency-type: direct:production dependency-group: npm_and_yarn - dependency-name: astro dependency-version: 7.1.1 dependency-type: direct:production dependency-group: npm_and_yarn - dependency-name: "@astrojs/node" dependency-version: 11.0.2 dependency-type: direct:production dependency-group: npm_and_yarn - dependency-name: "@astrojs/node" dependency-version: 11.0.2 dependency-type: direct:production dependency-group: npm_and_yarn - dependency-name: astro dependency-version: 7.1.1 dependency-type: direct:production dependency-group: npm_and_yarn - dependency-name: astro dependency-version: 7.1.1 dependency-type: direct:development dependency-group: npm_and_yarn ... Signed-off-by: dependabot[bot] --- examples/astro-5/package.json | 4 ++-- examples/astro/package.json | 2 +- integration-tests/test-apps/astro-4/package.json | 2 +- integration-tests/test-apps/astro-5/package.json | 4 ++-- packages/astro-plugin/package.json | 2 +- 5 files changed, 7 insertions(+), 7 deletions(-) diff --git a/examples/astro-5/package.json b/examples/astro-5/package.json index 8f8cbd26..79f8bc2d 100644 --- a/examples/astro-5/package.json +++ b/examples/astro-5/package.json @@ -9,12 +9,12 @@ "astro": "astro" }, "dependencies": { - "@astrojs/node": "^10.1.4", + "@astrojs/node": "^11.0.2", "@astrojs/react": "^5.0.7", "@codecov/astro-plugin": "workspace:*", "@types/react": "^19.0.1", "@types/react-dom": "^19.0.2", - "astro": "^6.4.6", + "astro": "^7.1.1", "react": "^19.0.0", "react-dom": "^19.0.0" } diff --git a/examples/astro/package.json b/examples/astro/package.json index 15dbf653..7090b0d4 100644 --- a/examples/astro/package.json +++ b/examples/astro/package.json @@ -11,7 +11,7 @@ }, "dependencies": { "@astrojs/check": "^0.9.4", - "@astrojs/node": "^10.1.4", + "@astrojs/node": "^11.0.2", "@astrojs/react": "^5.0.7", "@codecov/astro-plugin": "workspace:*", "@types/react": "^18.3.12", diff --git a/integration-tests/test-apps/astro-4/package.json b/integration-tests/test-apps/astro-4/package.json index 4d4dcda4..2520a729 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": "^10.1.4", + "@astrojs/node": "^11.0.2", "@astrojs/react": "^5.0.7", "@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 8f8cbd26..79f8bc2d 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": "^10.1.4", + "@astrojs/node": "^11.0.2", "@astrojs/react": "^5.0.7", "@codecov/astro-plugin": "workspace:*", "@types/react": "^19.0.1", "@types/react-dom": "^19.0.2", - "astro": "^6.4.6", + "astro": "^7.1.1", "react": "^19.0.0", "react-dom": "^19.0.0" } diff --git a/packages/astro-plugin/package.json b/packages/astro-plugin/package.json index c6b25231..c7bf75ec 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.19.43", "@vitest/coverage-v8": "^3.2.6", - "astro": "^6.4.6", + "astro": "^7.1.1", "codecovProdRollupPlugin": "npm:@codecov/rollup-plugin@1.5.0", "msw": "^2.7.0", "ts-node": "^10.9.2",