From 1dbd93db166d5f931710b8df3d7bc66ac227f350 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 26 Mar 2026 19:34:56 +0000 Subject: [PATCH] build(deps-dev): bump the dev-deps group across 1 directory with 7 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), [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 `eslint` to 10.1.0 - [Release notes](https://github.com/eslint/eslint/releases) - [Commits](https://github.com/eslint/eslint/compare/v10.0.3...v10.1.0) Updates `rollup` to 4.60.0 - [Release notes](https://github.com/rollup/rollup/releases) - [Changelog](https://github.com/rollup/rollup/blob/master/CHANGELOG.md) - [Commits](https://github.com/rollup/rollup/compare/v4.59.0...v4.60.0) 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](https://github.com/stylelint/stylelint/compare/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: eslint dependency-version: 10.1.0 dependency-type: direct:development dependency-group: dev-deps - dependency-name: rollup dependency-version: 4.60.0 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] --- package.json | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/package.json b/package.json index 51fbecc88..8ceb9e749 100644 --- a/package.json +++ b/package.json @@ -33,10 +33,10 @@ "@babel/core": "^7.29.0", "@babel/plugin-transform-class-properties": "^7.28.6", "@babel/plugin-transform-private-methods": "^7.28.6", - "@babel/preset-env": "^7.29.0", - "@commitlint/cli": "^20.4.4", - "@commitlint/config-conventional": "^20.4.4", - "@eslint/js": "^10.0.0", + "@babel/preset-env": "^7.29.2", + "@commitlint/cli": "^20.5.0", + "@commitlint/config-conventional": "^20.5.0", + "@eslint/js": "^10.0.1", "@rollup/plugin-babel": "^7.0.0", "@rollup/plugin-node-resolve": "^16.0.3", "@rollup/plugin-terser": "^1.0.0", @@ -45,13 +45,13 @@ "@semantic-release/git": "^10.0.1", "concurrently": "^9.2.1", "conventional-changelog-conventionalcommits": "^9.3.0", - "eslint": "^10.0.3", + "eslint": "^10.1.0", "globals": "^17.4.0", "husky": "^9.1.7", "purgecss": "^8.0.0", - "rollup": "^4.59.0", + "rollup": "^4.60.0", "semantic-release": "^25.0.3", - "stylelint": "^17.4.0", + "stylelint": "^17.6.0", "stylelint-config-standard-scss": "^17.0.0" }, "prettier": {