Skip to content

Commit b15a7ca

Browse files
build(deps-dev): bump the dev-deps group with 9 updates
Updates the requirements on [@babel/core](https://github.com/babel/babel/tree/HEAD/packages/babel-core), [@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), [eslint](https://github.com/eslint/eslint), [globals](https://github.com/sindresorhus/globals), [rollup](https://github.com/rollup/rollup), [semantic-release](https://github.com/semantic-release/semantic-release) and [stylelint](https://github.com/stylelint/stylelint) to permit the latest version. Updates `@babel/core` to 7.28.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.28.5/packages/babel-core) Updates `@babel/preset-env` to 7.28.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.28.5/packages/babel-preset-env) Updates `@commitlint/cli` to 20.2.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/v20.2.0/@commitlint/cli) Updates `@commitlint/config-conventional` to 20.2.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/v20.2.0/@commitlint/config-conventional) Updates `eslint` to 9.39.2 - [Release notes](https://github.com/eslint/eslint/releases) - [Commits](eslint/eslint@v9.38.0...v9.39.2) Updates `globals` to 16.5.0 - [Release notes](https://github.com/sindresorhus/globals/releases) - [Commits](sindresorhus/globals@v16.4.0...v16.5.0) Updates `rollup` to 4.53.5 - [Release notes](https://github.com/rollup/rollup/releases) - [Changelog](https://github.com/rollup/rollup/blob/master/CHANGELOG.md) - [Commits](rollup/rollup@v4.52.5...v4.53.5) Updates `semantic-release` to 25.0.2 - [Release notes](https://github.com/semantic-release/semantic-release/releases) - [Commits](semantic-release/semantic-release@v25.0.1...v25.0.2) Updates `stylelint` to 16.26.1 - [Release notes](https://github.com/stylelint/stylelint/releases) - [Changelog](https://github.com/stylelint/stylelint/blob/main/CHANGELOG.md) - [Commits](stylelint/stylelint@16.25.0...16.26.1) --- updated-dependencies: - dependency-name: "@babel/core" dependency-version: 7.28.5 dependency-type: direct:development dependency-group: dev-deps - dependency-name: "@babel/preset-env" dependency-version: 7.28.5 dependency-type: direct:development dependency-group: dev-deps - dependency-name: "@commitlint/cli" dependency-version: 20.2.0 dependency-type: direct:development dependency-group: dev-deps - dependency-name: "@commitlint/config-conventional" dependency-version: 20.2.0 dependency-type: direct:development dependency-group: dev-deps - dependency-name: eslint dependency-version: 9.39.2 dependency-type: direct:development dependency-group: dev-deps - dependency-name: globals dependency-version: 16.5.0 dependency-type: direct:development dependency-group: dev-deps - dependency-name: rollup dependency-version: 4.53.5 dependency-type: direct:development dependency-group: dev-deps - dependency-name: semantic-release dependency-version: 25.0.2 dependency-type: direct:development dependency-group: dev-deps - dependency-name: stylelint dependency-version: 16.26.1 dependency-type: direct:development dependency-group: dev-deps ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 1751a85 commit b15a7ca

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

package.json

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -30,12 +30,12 @@
3030
"bootstrap": "^5.3.8"
3131
},
3232
"devDependencies": {
33-
"@babel/core": "^7.28.4",
33+
"@babel/core": "^7.28.5",
3434
"@babel/plugin-transform-class-properties": "^7.27.1",
3535
"@babel/plugin-transform-private-methods": "^7.27.1",
36-
"@babel/preset-env": "^7.28.3",
37-
"@commitlint/cli": "^20.1.0",
38-
"@commitlint/config-conventional": "^20.0.0",
36+
"@babel/preset-env": "^7.28.5",
37+
"@commitlint/cli": "^20.2.0",
38+
"@commitlint/config-conventional": "^20.2.0",
3939
"@rollup/plugin-babel": "^6.1.0",
4040
"@rollup/plugin-node-resolve": "^16.0.3",
4141
"@rollup/plugin-terser": "^0.4.4",
@@ -44,13 +44,13 @@
4444
"@semantic-release/git": "^10.0.1",
4545
"concurrently": "^9.2.1",
4646
"conventional-changelog-conventionalcommits": "^9.1.0",
47-
"eslint": "^9.38.0",
48-
"globals": "^16.4.0",
47+
"eslint": "^9.39.2",
48+
"globals": "^16.5.0",
4949
"husky": "^9.1.7",
5050
"purgecss": "^7.0.2",
51-
"rollup": "^4.52.5",
52-
"semantic-release": "^25.0.1",
53-
"stylelint": "^16.25.0",
51+
"rollup": "^4.54.0",
52+
"semantic-release": "^25.0.2",
53+
"stylelint": "^16.26.1",
5454
"stylelint-config-standard-scss": "^16.0.0"
5555
},
5656
"prettier": {

0 commit comments

Comments
 (0)