Skip to content

Commit 9938150

Browse files
build(deps-dev): bump the dev-deps group with 4 updates
Updates the requirements on [@babel/preset-env](https://github.com/babel/babel/tree/HEAD/packages/babel-preset-env), [@commitlint/cli](https://github.com/conventional-changelog/commitlint/tree/HEAD/@commitlint/cli), [@commitlint/config-conventional](https://github.com/conventional-changelog/commitlint/tree/HEAD/@commitlint/config-conventional) and [stylelint](https://github.com/stylelint/stylelint) to permit the latest version. Updates `@babel/preset-env` to 7.29.5 - [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.29.5/packages/babel-preset-env) Updates `@commitlint/cli` from 20.5.3 to 21.0.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/v21.0.0/@commitlint/cli) Updates `@commitlint/config-conventional` from 20.5.3 to 21.0.0 - [Release notes](https://github.com/conventional-changelog/commitlint/releases) - [Changelog](https://github.com/conventional-changelog/commitlint/blob/master/@commitlint/config-conventional/CHANGELOG.md) - [Commits](https://github.com/conventional-changelog/commitlint/commits/v21.0.0/@commitlint/config-conventional) Updates `stylelint` to 17.11.0 - [Release notes](https://github.com/stylelint/stylelint/releases) - [Changelog](https://github.com/stylelint/stylelint/blob/main/CHANGELOG.md) - [Commits](stylelint/stylelint@17.10.0...17.11.0) --- updated-dependencies: - dependency-name: "@babel/preset-env" dependency-version: 7.29.5 dependency-type: direct:development dependency-group: dev-deps - dependency-name: "@commitlint/cli" dependency-version: 21.0.0 dependency-type: direct:development update-type: version-update:semver-major dependency-group: dev-deps - dependency-name: "@commitlint/config-conventional" dependency-version: 21.0.0 dependency-type: direct:development update-type: version-update:semver-major dependency-group: dev-deps - dependency-name: stylelint dependency-version: 17.11.0 dependency-type: direct:development dependency-group: dev-deps ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 0c391d1 commit 9938150

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -31,9 +31,9 @@
3131
"@babel/core": "^7.29.0",
3232
"@babel/plugin-transform-class-properties": "^7.28.6",
3333
"@babel/plugin-transform-private-methods": "^7.28.6",
34-
"@babel/preset-env": "^7.29.3",
35-
"@commitlint/cli": "^20.5.3",
36-
"@commitlint/config-conventional": "^20.5.3",
34+
"@babel/preset-env": "^7.29.5",
35+
"@commitlint/cli": "^21.0.0",
36+
"@commitlint/config-conventional": "^21.0.0",
3737
"@rollup/plugin-babel": "^7.0.0",
3838
"@rollup/plugin-node-resolve": "^16.0.3",
3939
"@rollup/plugin-terser": "^1.0.0",
@@ -46,7 +46,7 @@
4646
"purgecss": "^8.0.0",
4747
"rollup": "^4.60.3",
4848
"semantic-release": "^25.0.3",
49-
"stylelint": "^17.10.0",
49+
"stylelint": "^17.11.0",
5050
"stylelint-config-standard-scss": "^17.0.0"
5151
},
5252
"prettier": {

0 commit comments

Comments
 (0)