Skip to content

Commit e8aa778

Browse files
chore(deps-dev): bump the dev-deps group with 8 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), [@eslint/js](https://github.com/eslint/eslint/tree/HEAD/packages/js), [conventional-changelog-conventionalcommits](https://github.com/conventional-changelog/conventional-changelog/tree/HEAD/packages/conventional-changelog-conventionalcommits), [eslint](https://github.com/eslint/eslint), [rollup](https://github.com/rollup/rollup) and [stylelint](https://github.com/stylelint/stylelint) to permit the latest version. Updates `@babel/preset-env` to 7.29.2 - [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.2/packages/babel-preset-env) Updates `@commitlint/cli` to 20.5.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.5.0/@commitlint/cli) Updates `@commitlint/config-conventional` to 20.5.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.5.0/@commitlint/config-conventional) Updates `@eslint/js` to 10.0.1 - [Release notes](https://github.com/eslint/eslint/releases) - [Commits](https://github.com/eslint/eslint/commits/v10.0.1/packages/js) Updates `conventional-changelog-conventionalcommits` to 9.3.1 - [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-v9.3.1/packages/conventional-changelog-conventionalcommits) Updates `eslint` to 10.2.0 - [Release notes](https://github.com/eslint/eslint/releases) - [Commits](eslint/eslint@v10.0.3...v10.2.0) Updates `rollup` to 4.60.1 - [Release notes](https://github.com/rollup/rollup/releases) - [Changelog](https://github.com/rollup/rollup/blob/master/CHANGELOG.md) - [Commits](rollup/rollup@v4.59.0...v4.60.1) Updates `stylelint` to 17.6.0 - [Release notes](https://github.com/stylelint/stylelint/releases) - [Changelog](https://github.com/stylelint/stylelint/blob/main/CHANGELOG.md) - [Commits](stylelint/stylelint@17.4.0...17.6.0) --- updated-dependencies: - dependency-name: "@babel/preset-env" dependency-version: 7.29.2 dependency-type: direct:development dependency-group: dev-deps - dependency-name: "@commitlint/cli" dependency-version: 20.5.0 dependency-type: direct:development dependency-group: dev-deps - dependency-name: "@commitlint/config-conventional" dependency-version: 20.5.0 dependency-type: direct:development dependency-group: dev-deps - dependency-name: "@eslint/js" dependency-version: 10.0.1 dependency-type: direct:development dependency-group: dev-deps - dependency-name: conventional-changelog-conventionalcommits dependency-version: 9.3.1 dependency-type: direct:development dependency-group: dev-deps - dependency-name: eslint dependency-version: 10.2.0 dependency-type: direct:development dependency-group: dev-deps - dependency-name: rollup dependency-version: 4.60.1 dependency-type: direct:development dependency-group: dev-deps - dependency-name: stylelint dependency-version: 17.6.0 dependency-type: direct:development dependency-group: dev-deps ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 691ad35 commit e8aa778

1 file changed

Lines changed: 8 additions & 8 deletions

File tree

package.json

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -33,25 +33,25 @@
3333
"@babel/core": "^7.29.0",
3434
"@babel/plugin-transform-class-properties": "^7.28.6",
3535
"@babel/plugin-transform-private-methods": "^7.28.6",
36-
"@babel/preset-env": "^7.29.0",
37-
"@commitlint/cli": "^20.4.4",
38-
"@commitlint/config-conventional": "^20.4.4",
39-
"@eslint/js": "^10.0.0",
36+
"@babel/preset-env": "^7.29.2",
37+
"@commitlint/cli": "^20.5.0",
38+
"@commitlint/config-conventional": "^20.5.0",
39+
"@eslint/js": "^10.0.1",
4040
"@rollup/plugin-babel": "^7.0.0",
4141
"@rollup/plugin-node-resolve": "^16.0.3",
4242
"@rollup/plugin-terser": "^1.0.0",
4343
"@semantic-release/changelog": "^6.0.3",
4444
"@semantic-release/exec": "^7.1.0",
4545
"@semantic-release/git": "^10.0.1",
4646
"concurrently": "^9.2.1",
47-
"conventional-changelog-conventionalcommits": "^9.3.0",
48-
"eslint": "^10.0.3",
47+
"conventional-changelog-conventionalcommits": "^9.3.1",
48+
"eslint": "^10.2.0",
4949
"globals": "^17.4.0",
5050
"husky": "^9.1.7",
5151
"purgecss": "^8.0.0",
52-
"rollup": "^4.59.0",
52+
"rollup": "^4.60.1",
5353
"semantic-release": "^25.0.3",
54-
"stylelint": "^17.4.0",
54+
"stylelint": "^17.6.0",
5555
"stylelint-config-standard-scss": "^17.0.0"
5656
},
5757
"prettier": {

0 commit comments

Comments
 (0)