From 68352253b50f7b979bb49f90385ca701fa876764 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 20 Oct 2025 23:48:00 +0000 Subject: [PATCH] chore(deps-dev): bump @commitlint/config-workspace-scopes Bumps [@commitlint/config-workspace-scopes](https://github.com/conventional-changelog/commitlint/tree/HEAD/@commitlint/config-lerna-scopes) from 19.8.1 to 20.0.0. - [Release notes](https://github.com/conventional-changelog/commitlint/releases) - [Changelog](https://github.com/conventional-changelog/commitlint/blob/master/@commitlint/config-lerna-scopes/CHANGELOG.md) - [Commits](https://github.com/conventional-changelog/commitlint/commits/v20.0.0/@commitlint/config-lerna-scopes) --- updated-dependencies: - dependency-name: "@commitlint/config-workspace-scopes" dependency-version: 20.0.0 dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- bun.lock | 4 ++-- package.json | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/bun.lock b/bun.lock index 30d7b1f49..cd555fa85 100644 --- a/bun.lock +++ b/bun.lock @@ -6,7 +6,7 @@ "devDependencies": { "@biomejs/biome": "^2.2.6", "@commitlint/cli": "^19.8.1", - "@commitlint/config-workspace-scopes": "^19.8.1", + "@commitlint/config-workspace-scopes": "^20.0.0", "@eslint/js": "^9.38.0", "@evilmartians/lefthook": "^1.13.6", "@ls-lint/ls-lint": "^2.3.1", @@ -211,7 +211,7 @@ "@commitlint/config-validator": ["@commitlint/config-validator@19.8.1", "", { "dependencies": { "@commitlint/types": "^19.8.1", "ajv": "^8.11.0" } }, "sha512-0jvJ4u+eqGPBIzzSdqKNX1rvdbSU1lPNYlfQQRIFnBgLy26BtC0cFnr7c/AyuzExMxWsMOte6MkTi9I3SQ3iGQ=="], - "@commitlint/config-workspace-scopes": ["@commitlint/config-workspace-scopes@19.8.1", "", { "dependencies": { "glob": "^10.3.10" } }, "sha512-paQyR2hguTL71wP45WuhmekWD6mBHEEz72htdX5+cWJMRwhAp8NUiM35rntagvzWosbOERGuuEZG2NRbPX+Sog=="], + "@commitlint/config-workspace-scopes": ["@commitlint/config-workspace-scopes@20.0.0", "", { "dependencies": { "glob": "^10.3.10" } }, "sha512-eS+5nNq+MeZ/ah1WdnOxkTpLCXZe+Sl8x3qCpFxvwCvxUuSLGf6iLOaqnEtc8DpgVQ6qaJl00GJevBwH7quHQQ=="], "@commitlint/ensure": ["@commitlint/ensure@19.8.1", "", { "dependencies": { "@commitlint/types": "^19.8.1", "lodash.camelcase": "^4.3.0", "lodash.kebabcase": "^4.1.1", "lodash.snakecase": "^4.1.1", "lodash.startcase": "^4.4.0", "lodash.upperfirst": "^4.3.1" } }, "sha512-mXDnlJdvDzSObafjYrOSvZBwkD01cqB4gbnnFuVyNpGUM5ijwU/r/6uqUmBXAAOKRfyEjpkGVZxaDsCVnHAgyw=="], diff --git a/package.json b/package.json index 06f10bb04..0a013482f 100644 --- a/package.json +++ b/package.json @@ -34,7 +34,7 @@ "devDependencies": { "@biomejs/biome": "^2.2.6", "@commitlint/cli": "^19.8.1", - "@commitlint/config-workspace-scopes": "^19.8.1", + "@commitlint/config-workspace-scopes": "^20.0.0", "@eslint/js": "^9.38.0", "@evilmartians/lefthook": "^1.13.6", "@ls-lint/ls-lint": "^2.3.1",