Skip to content

Commit d3383b0

Browse files
build(deps): bump the npm_and_yarn group across 7 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/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/[email protected]/packages/integrations/node/CHANGELOG.md) - [Commits](https://github.com/withastro/astro/commits/@astrojs/[email protected]/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](vercel/next.js@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](vercel/next.js@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/[email protected]/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/[email protected]/packages/integrations/node/CHANGELOG.md) - [Commits](https://github.com/withastro/astro/commits/@astrojs/[email protected]/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](vercel/next.js@v14.2.25...v15.5.10) 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](rollup/rollup@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: rollup dependency-version: 4.59.0 dependency-type: direct:development dependency-group: npm_and_yarn ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 866e31a commit d3383b0

File tree

7 files changed

+7
-7
lines changed

7 files changed

+7
-7
lines changed

examples/astro/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
},
1212
"dependencies": {
1313
"@astrojs/check": "^0.9.4",
14-
"@astrojs/node": "^8.3.4",
14+
"@astrojs/node": "^9.5.4",
1515
"@astrojs/react": "^3.6.3",
1616
"@codecov/astro-plugin": "workspace:*",
1717
"@types/react": "^18.3.12",

examples/next-js-15/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
"lint": "next lint"
1010
},
1111
"dependencies": {
12-
"next": "15.1.0",
12+
"next": "15.5.10",
1313
"react": "19.0.0",
1414
"react-dom": "19.0.0"
1515
},

examples/next-js/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
"lint": "next lint"
1010
},
1111
"dependencies": {
12-
"next": "14.2.25",
12+
"next": "15.5.10",
1313
"react": "^18.3.1",
1414
"react-dom": "^18.3.1"
1515
},

examples/vite/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
"eslint-plugin-react-refresh": "^0.4.5",
2626
"rollup": "^4.22.4",
2727
"typescript": "^5.3.3",
28-
"vite": "6.3.5"
28+
"vite": "6.4.1"
2929
},
3030
"volta": {
3131
"extends": "../../package.json"

integration-tests/test-apps/astro-4/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
},
1212
"dependencies": {
1313
"@astrojs/check": "^0.9.4",
14-
"@astrojs/node": "^8.3.4",
14+
"@astrojs/node": "^9.5.4",
1515
"@astrojs/react": "^3.6.3",
1616
"@types/react": "^18.3.12",
1717
"@types/react-dom": "^18.3.1",

integration-tests/test-apps/nextjs/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
"dependencies": {
1212
"react": "^18",
1313
"react-dom": "^18",
14-
"next": "14.2.25"
14+
"next": "15.5.10"
1515
},
1616
"devDependencies": {
1717
"@codecov/nextjs-webpack-plugin": "workspace:^",

packages/rollup-plugin/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@
5454
"@vitest/coverage-v8": "^2.1.9",
5555
"codecovProdRollupPlugin": "npm:@codecov/[email protected]",
5656
"msw": "^2.7.0",
57-
"rollup": "4.22.4",
57+
"rollup": "4.59.0",
5858
"ts-node": "^10.9.2",
5959
"typedoc": "^0.27.5",
6060
"typescript": "^5.3.3",

0 commit comments

Comments
 (0)