Skip to content

Commit 9cf5a7c

Browse files
build(deps-dev): bump the npm group with 7 updates
Updates the requirements on [@babel/core](https://github.com/babel/babel/tree/HEAD/packages/babel-core), [@babel/plugin-transform-class-properties](https://github.com/babel/babel/tree/HEAD/packages/babel-plugin-transform-class-properties), [@babel/preset-env](https://github.com/babel/babel/tree/HEAD/packages/babel-preset-env), [conventional-changelog-conventionalcommits](https://github.com/conventional-changelog/conventional-changelog/tree/HEAD/packages/conventional-changelog-conventionalcommits), [rollup](https://github.com/rollup/rollup), [rollup-plugin-license](https://github.com/mjeanroy/rollup-plugin-license) and [stylelint](https://github.com/stylelint/stylelint) to permit the latest version. Updates `@babel/core` to 7.24.6 - [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.24.6/packages/babel-core) Updates `@babel/plugin-transform-class-properties` to 7.24.6 - [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.24.6/packages/babel-plugin-transform-class-properties) Updates `@babel/preset-env` to 7.24.6 - [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.24.6/packages/babel-preset-env) Updates `conventional-changelog-conventionalcommits` from 7.0.2 to 8.0.0 - [Release notes](https://github.com/conventional-changelog/conventional-changelog/releases) - [Changelog](https://github.com/conventional-changelog/conventional-changelog/blob/master/packages/conventional-changelog-conventionalcommits/CHANGELOG.md) - [Commits](https://github.com/conventional-changelog/conventional-changelog/commits/conventional-changelog-conventionalcommits-v8.0.0/packages/conventional-changelog-conventionalcommits) Updates `rollup` to 4.18.0 - [Release notes](https://github.com/rollup/rollup/releases) - [Changelog](https://github.com/rollup/rollup/blob/master/CHANGELOG.md) - [Commits](rollup/rollup@v4.17.2...v4.18.0) Updates `rollup-plugin-license` to 3.4.0 - [Changelog](https://github.com/mjeanroy/rollup-plugin-license/blob/master/CHANGELOG.md) - [Commits](mjeanroy/rollup-plugin-license@v3.3.1...v3.4.0) Updates `stylelint` to 16.6.0 - [Release notes](https://github.com/stylelint/stylelint/releases) - [Changelog](https://github.com/stylelint/stylelint/blob/main/CHANGELOG.md) - [Commits](stylelint/stylelint@16.5.0...16.6.0) --- updated-dependencies: - dependency-name: "@babel/core" dependency-type: direct:development dependency-group: npm - dependency-name: "@babel/plugin-transform-class-properties" dependency-type: direct:development dependency-group: npm - dependency-name: "@babel/preset-env" dependency-type: direct:development dependency-group: npm - dependency-name: conventional-changelog-conventionalcommits dependency-type: direct:development update-type: version-update:semver-major dependency-group: npm - dependency-name: rollup dependency-type: direct:development dependency-group: npm - dependency-name: rollup-plugin-license dependency-type: direct:development dependency-group: npm - dependency-name: stylelint dependency-type: direct:development dependency-group: npm ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 473541e commit 9cf5a7c

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

package.json

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -26,9 +26,9 @@
2626
"bootstrap": "^5.3.3"
2727
},
2828
"devDependencies": {
29-
"@babel/core": "^7.24.5",
30-
"@babel/plugin-transform-class-properties": "^7.24.1",
31-
"@babel/preset-env": "^7.24.5",
29+
"@babel/core": "^7.24.6",
30+
"@babel/plugin-transform-class-properties": "^7.24.6",
31+
"@babel/preset-env": "^7.24.6",
3232
"@commitlint/cli": "^19.3.0",
3333
"@commitlint/config-conventional": "^19.2.2",
3434
"@rollup/plugin-babel": "^6.0.4",
@@ -39,13 +39,13 @@
3939
"@semantic-release/exec": "^6.0.3",
4040
"@semantic-release/git": "^10.0.1",
4141
"concurrently": "^8.2.2",
42-
"conventional-changelog-conventionalcommits": "^7.0.2",
42+
"conventional-changelog-conventionalcommits": "^8.0.0",
4343
"husky": "^9.0.11",
4444
"purgecss": "^6.0.0",
45-
"rollup": "^4.17.2",
46-
"rollup-plugin-license": "^3.3.1",
45+
"rollup": "^4.18.0",
46+
"rollup-plugin-license": "^3.4.0",
4747
"semantic-release": "^23.1.1",
48-
"stylelint": "^16.5.0",
48+
"stylelint": "^16.6.0",
4949
"stylelint-config-standard-scss": "^13.1.0"
5050
},
5151
"prettier": {

0 commit comments

Comments
 (0)