From e069e409800f491cb194f27f2e58ce5f1906e485 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 19 Mar 2026 19:35:09 +0000 Subject: [PATCH] build(deps-dev): bump the dev-deps group across 1 directory with 5 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) 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 `stylelint` to 17.5.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.5.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: stylelint dependency-version: 17.5.0 dependency-type: direct:development dependency-group: dev-deps ... Signed-off-by: dependabot[bot] --- package.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index 51fbecc88..e956fe765 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", @@ -51,7 +51,7 @@ "purgecss": "^8.0.0", "rollup": "^4.59.0", "semantic-release": "^25.0.3", - "stylelint": "^17.4.0", + "stylelint": "^17.5.0", "stylelint-config-standard-scss": "^17.0.0" }, "prettier": {