Skip to content

Commit f69ce63

Browse files
chore: bump @commitlint/config-lerna-scopes from 12.1.4 to 13.1.0 (typescript-eslint#3674)
Bumps [@commitlint/config-lerna-scopes](https://github.com/conventional-changelog/commitlint) from 12.1.4 to 13.1.0. - [Release notes](https://github.com/conventional-changelog/commitlint/releases) - [Changelog](https://github.com/conventional-changelog/commitlint/blob/master/CHANGELOG.md) - [Commits](conventional-changelog/commitlint@v12.1.4...v13.1.0) --- updated-dependencies: - dependency-name: "@commitlint/config-lerna-scopes" dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 2c2dcb6 commit f69ce63

File tree

2 files changed

+10
-12
lines changed

2 files changed

+10
-12
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@
7676
"@babel/types": "^7.14.4",
7777
"@commitlint/cli": "^13.1.0",
7878
"@commitlint/config-conventional": "^12.1.4",
79-
"@commitlint/config-lerna-scopes": "^12.1.4",
79+
"@commitlint/config-lerna-scopes": "^13.1.0",
8080
"@nrwl/cli": "12.6.0",
8181
"@nrwl/nx-cloud": "12.3.0",
8282
"@nrwl/tao": "12.6.3",

yarn.lock

Lines changed: 9 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -335,13 +335,13 @@
335335
dependencies:
336336
conventional-changelog-conventionalcommits "^4.3.1"
337337

338-
"@commitlint/config-lerna-scopes@^12.1.4":
339-
version "12.1.4"
340-
resolved "https://registry.yarnpkg.com/@commitlint/config-lerna-scopes/-/config-lerna-scopes-12.1.4.tgz#af6786d2a479eb4c90838782368bb3958547327a"
341-
integrity sha512-D/VqvATs8fYi2CFpFdjLYeOHGm/KkxUSehGqwIPJfYXHHua19V5UqmUOeXTNAJaD+bTpiHvoBTK75NcmWpBQSg==
338+
"@commitlint/config-lerna-scopes@^13.1.0":
339+
version "13.1.0"
340+
resolved "https://registry.yarnpkg.com/@commitlint/config-lerna-scopes/-/config-lerna-scopes-13.1.0.tgz#c30006ff60a2a625184b9c37bc2ba8ce44ff0d60"
341+
integrity sha512-/OTFM75GYHFRm5m1TKOpHsLvAUuGL6GYnA5xJDT4fe2vPIGqgBYVL9hEolKYTJfDtviBq4fEkEWZQjQF5e4KgA==
342342
dependencies:
343343
globby "^11.0.1"
344-
import-from "3.0.0"
344+
import-from "4.0.0"
345345
resolve-pkg "2.0.0"
346346
semver "7.3.5"
347347

@@ -5386,12 +5386,10 @@ import-fresh@^3.3.0:
53865386
parent-module "^1.0.0"
53875387
resolve-from "^4.0.0"
53885388

5389-
import-from@3.0.0:
5390-
version "3.0.0"
5391-
resolved "https://registry.yarnpkg.com/import-from/-/import-from-3.0.0.tgz#055cfec38cd5a27d8057ca51376d7d3bf0891966"
5392-
integrity sha512-CiuXOFFSzkU5x/CR0+z7T91Iht4CXgfCxVOFRhh2Zyhg5wOpWvvDLQUsWl+gcN+QscYBjez8hDCt85O7RLDttQ==
5393-
dependencies:
5394-
resolve-from "^5.0.0"
5389+
import-from@4.0.0:
5390+
version "4.0.0"
5391+
resolved "https://registry.yarnpkg.com/import-from/-/import-from-4.0.0.tgz#2710b8d66817d232e16f4166e319248d3d5492e2"
5392+
integrity sha512-P9J71vT5nLlDeV8FHs5nNxaLbrpfAV5cF5srvbZfpwpcJoM/xZR3hiv+q+SAnuSmuGbXMWud063iIMx/V/EWZQ==
53955393

53965394
import-lazy@~4.0.0:
53975395
version "4.0.0"

0 commit comments

Comments
 (0)