Skip to content

Commit 6f6b5f5

Browse files
chore(deps-dev): bump the npm-updates group across 1 directory with 7 updates
Bumps the npm-updates group with 7 updates in the / directory: | Package | From | To | | --- | --- | --- | | [@babel/core](https://github.com/babel/babel/tree/HEAD/packages/babel-core) | `7.26.0` | `7.26.9` | | [@babel/plugin-transform-runtime](https://github.com/babel/babel/tree/HEAD/packages/babel-plugin-transform-runtime) | `7.25.9` | `7.26.9` | | [@babel/preset-env](https://github.com/babel/babel/tree/HEAD/packages/babel-preset-env) | `7.26.0` | `7.26.9` | | [@babel/runtime](https://github.com/babel/babel/tree/HEAD/packages/babel-runtime) | `7.26.0` | `7.26.9` | | [@commitlint/cli](https://github.com/conventional-changelog/commitlint/tree/HEAD/@commitlint/cli) | `19.6.1` | `19.8.0` | | [rollup](https://github.com/rollup/rollup) | `4.30.0` | `4.35.0` | | [rollup-plugin-license](https://github.com/mjeanroy/rollup-plugin-license) | `3.5.3` | `3.6.0` | Updates `@babel/core` from 7.26.0 to 7.26.9 - [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.26.9/packages/babel-core) Updates `@babel/plugin-transform-runtime` from 7.25.9 to 7.26.9 - [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.26.9/packages/babel-plugin-transform-runtime) Updates `@babel/preset-env` from 7.26.0 to 7.26.9 - [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.26.9/packages/babel-preset-env) Updates `@babel/runtime` from 7.26.0 to 7.26.9 - [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.26.9/packages/babel-runtime) Updates `@commitlint/cli` from 19.6.1 to 19.8.0 - [Release notes](https://github.com/conventional-changelog/commitlint/releases) - [Changelog](https://github.com/conventional-changelog/commitlint/blob/master/@commitlint/cli/CHANGELOG.md) - [Commits](https://github.com/conventional-changelog/commitlint/commits/v19.8.0/@commitlint/cli) Updates `rollup` from 4.30.0 to 4.35.0 - [Release notes](https://github.com/rollup/rollup/releases) - [Changelog](https://github.com/rollup/rollup/blob/master/CHANGELOG.md) - [Commits](rollup/rollup@v4.30.0...v4.35.0) Updates `rollup-plugin-license` from 3.5.3 to 3.6.0 - [Changelog](https://github.com/mjeanroy/rollup-plugin-license/blob/master/CHANGELOG.md) - [Commits](mjeanroy/rollup-plugin-license@v3.5.3...v3.6.0) --- updated-dependencies: - dependency-name: "@babel/core" dependency-type: direct:development update-type: version-update:semver-patch dependency-group: npm-updates - dependency-name: "@babel/plugin-transform-runtime" dependency-type: direct:development update-type: version-update:semver-minor dependency-group: npm-updates - dependency-name: "@babel/preset-env" dependency-type: direct:development update-type: version-update:semver-patch dependency-group: npm-updates - dependency-name: "@babel/runtime" dependency-type: direct:development update-type: version-update:semver-patch dependency-group: npm-updates - dependency-name: "@commitlint/cli" dependency-type: direct:development update-type: version-update:semver-minor dependency-group: npm-updates - dependency-name: rollup dependency-type: direct:development update-type: version-update:semver-minor dependency-group: npm-updates - dependency-name: rollup-plugin-license dependency-type: direct:development update-type: version-update:semver-minor dependency-group: npm-updates ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 1eb5e3a commit 6f6b5f5

File tree

2 files changed

+402
-376
lines changed

2 files changed

+402
-376
lines changed

package.json

+4-4
Original file line numberDiff line numberDiff line change
@@ -57,12 +57,12 @@
5757
"object.entries-ponyfill": "1.0.1"
5858
},
5959
"devDependencies": {
60-
"@babel/core": "7.26.0",
61-
"@babel/plugin-transform-runtime": "7.25.9",
60+
"@babel/core": "7.26.9",
61+
"@babel/plugin-transform-runtime": "7.26.9",
6262
"@babel/preset-env": "^7.20.2",
6363
"@babel/register": "^7.21.0",
6464
"@babel/runtime": "^7.21.0",
65-
"@commitlint/cli": "19.6.1",
65+
"@commitlint/cli": "19.8.0",
6666
"@commitlint/config-conventional": "17.4.4",
6767
"@rollup/plugin-babel": "6.0.4",
6868
"@rollup/plugin-commonjs": "24.0.1",
@@ -85,7 +85,7 @@
8585
"prettier": "^2.8.4",
8686
"regenerator-runtime": "0.14.1",
8787
"rollup": "^4.21.0",
88-
"rollup-plugin-license": "3.5.3",
88+
"rollup-plugin-license": "3.6.0",
8989
"rollup-plugin-serve": "3.0.0",
9090
"rollup-plugin-strip-logger": "0.4.1",
9191
"rollup-plugin-template-html": "0.0.3",

0 commit comments

Comments
 (0)