From 665e7d48c5174bb8d04b49cf195090507f824013 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 1 Aug 2026 01:22:58 +0000 Subject: [PATCH] Bump the npm group with 3 updates Updates the requirements on [@commitlint/cli](https://github.com/conventional-changelog/commitlint/tree/HEAD/@commitlint/cli), [rollup](https://github.com/rollup/rollup) and [stylelint](https://github.com/stylelint/stylelint) to permit the latest version. Updates `@commitlint/cli` to 21.2.1 - [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.2.1/@commitlint/cli) Updates `rollup` to 4.62.3 - [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.62.2...v4.62.3) Updates `stylelint` to 17.14.1 - [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.14.0...17.14.1) --- updated-dependencies: - dependency-name: "@commitlint/cli" dependency-version: 21.2.1 dependency-type: direct:development dependency-group: npm - dependency-name: rollup dependency-version: 4.62.3 dependency-type: direct:development dependency-group: npm - dependency-name: stylelint dependency-version: 17.14.1 dependency-type: direct:development dependency-group: npm ... Signed-off-by: dependabot[bot] --- package.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/package.json b/package.json index 53e5c72..f898dcb 100644 --- a/package.json +++ b/package.json @@ -24,15 +24,15 @@ "@babel/core": "^8.0.1", "@babel/plugin-proposal-class-properties": "^7.18.6", "@babel/preset-env": "^8.0.2", - "@commitlint/cli": "^21.2.0", + "@commitlint/cli": "^21.2.1", "@commitlint/config-conventional": "^21.2.0", "@rollup/plugin-babel": "^7.1.0", "@rollup/plugin-terser": "^1.0.0", "husky": "^9.1.7", "rimraf": "^6.1.3", - "rollup": "^4.62.2", + "rollup": "^4.62.3", "rollup-plugin-license": "^3.7.1", - "stylelint": "^17.14.0", + "stylelint": "^17.14.1", "stylelint-config-standard-scss": "^17.0.0" }, "prettier": {