Skip to content

Commit d810788

Browse files
chore(deps): bump the npm_and_yarn group across 2 directories with 10 updates
Bumps the npm_and_yarn group with 7 updates in the / directory: | Package | From | To | | --- | --- | --- | | [rollup](https://github.com/rollup/rollup) | `2.79.1` | `2.79.2` | | [semver](https://github.com/npm/node-semver) | `6.3.1` | `7.7.1` | | [webpack](https://github.com/webpack/webpack) | `3.12.0` | `4.0.0` | | [@babel/helpers](https://github.com/babel/babel/tree/HEAD/packages/babel-helpers) | `7.24.4` | `7.27.0` | | [@babel/runtime-corejs2](https://github.com/babel/babel/tree/HEAD/packages/babel-runtime-corejs2) | `7.24.0` | `7.27.0` | | [elliptic](https://github.com/indutny/elliptic) | `6.5.5` | `6.6.1` | | [tar](https://github.com/isaacs/node-tar) | `6.1.11` | `6.2.1` | Bumps the npm_and_yarn group with 1 update in the /scripts/integration-tests/fixtures/nextjs-10 directory: [next](https://github.com/vercel/next.js). Updates `rollup` from 2.79.1 to 2.79.2 - [Release notes](https://github.com/rollup/rollup/releases) - [Changelog](https://github.com/rollup/rollup/blob/master/CHANGELOG.md) - [Commits](rollup/rollup@v2.79.1...v2.79.2) Updates `semver` from 6.3.1 to 7.7.1 - [Release notes](https://github.com/npm/node-semver/releases) - [Changelog](https://github.com/npm/node-semver/blob/main/CHANGELOG.md) - [Commits](npm/node-semver@v6.3.1...v7.7.1) Updates `webpack` from 3.12.0 to 4.0.0 - [Release notes](https://github.com/webpack/webpack/releases) - [Commits](webpack/webpack@v3.12.0...v4.0.0) Updates `@babel/helpers` from 7.24.4 to 7.27.0 - [Release notes](https://github.com/babel/babel/releases) - [Changelog](https://github.com/babel/babel/blob/main/CHANGELOG.md) - [Commits](https://github.com/babel/babel/commits/v7.27.0/packages/babel-helpers) Updates `@babel/runtime-corejs2` from 7.24.0 to 7.27.0 - [Release notes](https://github.com/babel/babel/releases) - [Changelog](https://github.com/babel/babel/blob/main/CHANGELOG.md) - [Commits](https://github.com/babel/babel/commits/v7.27.0/packages/babel-runtime-corejs2) Updates `cross-spawn` from 5.1.0 to 7.0.3 - [Changelog](https://github.com/moxystudio/node-cross-spawn/blob/master/CHANGELOG.md) - [Commits](moxystudio/node-cross-spawn@5.1.0...v7.0.3) Updates `elliptic` from 6.5.5 to 6.6.1 - [Commits](indutny/elliptic@v6.5.5...v6.6.1) Updates `tar` from 6.1.11 to 6.2.1 - [Release notes](https://github.com/isaacs/node-tar/releases) - [Changelog](https://github.com/isaacs/node-tar/blob/main/CHANGELOG.md) - [Commits](isaacs/node-tar@v6.1.11...v6.2.1) Updates `yargs-parser` from 7.0.0 to 20.2.9 - [Release notes](https://github.com/yargs/yargs-parser/releases) - [Changelog](https://github.com/yargs/yargs-parser/blob/main/CHANGELOG.md) - [Commits](yargs/yargs-parser@v7.0.0...yargs-parser-v20.2.9) Updates `next` from 10.2.3 to 15.2.4 - [Release notes](https://github.com/vercel/next.js/releases) - [Changelog](https://github.com/vercel/next.js/blob/canary/release.js) - [Commits](vercel/next.js@v10.2.3...v15.2.4) --- updated-dependencies: - dependency-name: rollup dependency-version: 2.79.2 dependency-type: direct:development dependency-group: npm_and_yarn - dependency-name: semver dependency-version: 7.7.1 dependency-type: direct:production dependency-group: npm_and_yarn - dependency-name: webpack dependency-version: 4.0.0 dependency-type: direct:development dependency-group: npm_and_yarn - dependency-name: "@babel/helpers" dependency-version: 7.27.0 dependency-type: indirect dependency-group: npm_and_yarn - dependency-name: "@babel/runtime-corejs2" dependency-version: 7.27.0 dependency-type: indirect dependency-group: npm_and_yarn - dependency-name: cross-spawn dependency-version: 7.0.3 dependency-type: indirect dependency-group: npm_and_yarn - dependency-name: elliptic dependency-version: 6.6.1 dependency-type: indirect dependency-group: npm_and_yarn - dependency-name: tar dependency-version: 6.2.1 dependency-type: indirect dependency-group: npm_and_yarn - dependency-name: yargs-parser dependency-version: 20.2.9 dependency-type: indirect dependency-group: npm_and_yarn - dependency-name: next dependency-version: 15.2.4 dependency-type: direct:production dependency-group: npm_and_yarn ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 00ce818 commit d810788

File tree

8 files changed

+140
-1264
lines changed

8 files changed

+140
-1264
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -76,11 +76,11 @@
7676
"mergeiterator": "^1.4.4",
7777
"picocolors": "^1.0.0",
7878
"prettier": "^3.3.2",
79-
"rollup": "^4.18.0",
79+
"rollup": "^2.79.2",
8080
"rollup-plugin-dts": "patch:rollup-plugin-dts@npm%3A6.1.0#~/.yarn/patches/rollup-plugin-dts-npm-6.1.0-6d41e665a7.patch",
8181
"rollup-plugin-dts-5": "npm:rollup-plugin-dts@^5.3.1",
8282
"rollup-plugin-polyfill-node": "^0.13.0",
83-
"semver": "^6.3.1",
83+
"semver": "^7.7.1",
8484
"shelljs": "^0.8.5",
8585
"test262-stream": "^1.4.0",
8686
"typescript": "5.6.2",

packages/babel-cli/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@
4444
"@babel/helper-transform-fixture-test-runner": "workspace:^",
4545
"@types/fs-readdir-recursive": "^1.1.0",
4646
"@types/glob": "^7.2.0",
47-
"semver": "^6.3.1"
47+
"semver": "^7.7.1"
4848
},
4949
"bin": {
5050
"babel": "./bin/babel.js",

scripts/integration-tests/fixtures/nextjs-10/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
"start": "next start"
77
},
88
"dependencies": {
9-
"next": "^10",
9+
"next": "^15",
1010
"react": "^17",
1111
"react-dom": "^17"
1212
},

test/runtime-integration/rollup/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"@babel/runtime": "workspace:^",
66
"@rollup/plugin-commonjs": "^24.1.0",
77
"@rollup/plugin-node-resolve": "^15.0.2",
8-
"rollup": "^2.79.1"
8+
"rollup": "^2.79.2"
99
},
1010
"type": "commonjs"
1111
}

test/runtime-integration/webpack-3/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"private": true,
44
"devDependencies": {
55
"@babel/runtime": "workspace:^",
6-
"webpack": "^3.12.0"
6+
"webpack": "^4.0.0"
77
},
88
"type": "commonjs"
99
}

test/runtime-integration/webpack-4/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"private": true,
44
"devDependencies": {
55
"@babel/runtime": "workspace:^",
6-
"webpack": "^4.46.0",
6+
"webpack": "^4.0.0",
77
"webpack-cli": "^4.5.0"
88
},
99
"type": "commonjs"

test/runtime-integration/webpack-5/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"exports": "./index.js",
55
"devDependencies": {
66
"@babel/runtime": "workspace:^",
7-
"webpack": "^5.88.2",
7+
"webpack": "^4.0.0",
88
"webpack-cli": "^4.10.0"
99
},
1010
"type": "commonjs"

0 commit comments

Comments
 (0)