Skip to content

Commit 34be093

Browse files
Merge pull request #458 from anolilab/renovate/dependencies-(non-major)
fix(deps): update dependencies (non-major)
2 parents 7bda4ed + 770f5af commit 34be093

File tree

2 files changed

+92
-91
lines changed

2 files changed

+92
-91
lines changed

package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -45,9 +45,9 @@
4545
"@babel/cli": "^7.16.8",
4646
"@babel/core": "^7.16.7",
4747
"@babel/preset-env": "^7.16.8",
48-
"@commitlint/cli": "16.0.2",
48+
"@commitlint/cli": "16.1.0",
4949
"@commitlint/config-conventional": "16.0.0",
50-
"@commitlint/core": "16.0.0",
50+
"@commitlint/core": "16.1.0",
5151
"@qiwi/multi-semantic-release": "3.17.1",
5252
"@semantic-release/changelog": "6.0.1",
5353
"@semantic-release/commit-analyzer": "9.0.2",
@@ -74,7 +74,7 @@
7474
"prettier": "2.5.1",
7575
"semantic-release": "^18.0.1",
7676
"sort-package-json": "1.53.1",
77-
"stylelint": "14.2.0",
77+
"stylelint": "14.3.0",
7878
"textlint": "12.1.0",
7979
"textlint-filter-rule-comments": "^1.2.2",
8080
"textlint-rule-abbr-within-parentheses": "1.0.2",
@@ -91,7 +91,7 @@
9191
"textlint-rule-terminology": "2.1.5",
9292
"textlint-rule-write-good": "2.0.0",
9393
"ts-jest": "27.1.3",
94-
"typescript": "4.5.4",
94+
"typescript": "4.5.5",
9595
"write-good": "1.0.8"
9696
},
9797
"devDependencies": {

yarn.lock

Lines changed: 88 additions & 87 deletions
Original file line numberDiff line numberDiff line change
@@ -3234,7 +3234,26 @@ __metadata:
32343234
languageName: node
32353235
linkType: hard
32363236

3237-
"@commitlint/cli@npm:16.0.2, @commitlint/cli@npm:^16.0.0":
3237+
"@commitlint/cli@npm:16.1.0":
3238+
version: 16.1.0
3239+
resolution: "@commitlint/cli@npm:16.1.0"
3240+
dependencies:
3241+
"@commitlint/format": ^16.0.0
3242+
"@commitlint/lint": ^16.0.0
3243+
"@commitlint/load": ^16.1.0
3244+
"@commitlint/read": ^16.0.0
3245+
"@commitlint/types": ^16.0.0
3246+
lodash: ^4.17.19
3247+
resolve-from: 5.0.0
3248+
resolve-global: 1.0.0
3249+
yargs: ^17.0.0
3250+
bin:
3251+
commitlint: cli.js
3252+
checksum: 58dced3f3eb6960d1f91949cefb631bc00f588d2510230ab5050c51b98083aa5626e11a22f6aef85f09c001f86a4d8baed0bf54182ab05231ebd203b03229d03
3253+
languageName: node
3254+
linkType: hard
3255+
3256+
"@commitlint/cli@npm:^16.0.0":
32383257
version: 16.0.2
32393258
resolution: "@commitlint/cli@npm:16.0.2"
32403259
dependencies:
@@ -3272,7 +3291,29 @@ __metadata:
32723291
languageName: node
32733292
linkType: hard
32743293

3275-
"@commitlint/core@npm:16.0.0, @commitlint/core@npm:^16.0.0":
3294+
"@commitlint/config-validator@npm:^16.1.0":
3295+
version: 16.1.0
3296+
resolution: "@commitlint/config-validator@npm:16.1.0"
3297+
dependencies:
3298+
"@commitlint/types": ^16.0.0
3299+
ajv: ^6.12.6
3300+
checksum: 410f80e4cf6257a811b5352069a1bfc22cd0d9827da93d6cc67889f28d6827c6c03495b524f57ac455365dabc57baa0555e2795778cb8bda37955c4bb5e254c6
3301+
languageName: node
3302+
linkType: hard
3303+
3304+
"@commitlint/core@npm:16.1.0":
3305+
version: 16.1.0
3306+
resolution: "@commitlint/core@npm:16.1.0"
3307+
dependencies:
3308+
"@commitlint/format": ^16.0.0
3309+
"@commitlint/lint": ^16.0.0
3310+
"@commitlint/load": ^16.1.0
3311+
"@commitlint/read": ^16.0.0
3312+
checksum: 55f9da8d45a8b8c25253cae8af83fc5fff132e6690124ba0f5f05621b6e18753f51d28301c60a32e557a1f5d3a85a956ecb9dbcfec6e3b090c0b15e794754b97
3313+
languageName: node
3314+
linkType: hard
3315+
3316+
"@commitlint/core@npm:^16.0.0":
32763317
version: 16.0.0
32773318
resolution: "@commitlint/core@npm:16.0.0"
32783319
dependencies:
@@ -3373,6 +3414,24 @@ __metadata:
33733414
languageName: node
33743415
linkType: hard
33753416

3417+
"@commitlint/load@npm:^16.1.0":
3418+
version: 16.1.0
3419+
resolution: "@commitlint/load@npm:16.1.0"
3420+
dependencies:
3421+
"@commitlint/config-validator": ^16.1.0
3422+
"@commitlint/execute-rule": ^16.0.0
3423+
"@commitlint/resolve-extends": ^16.1.0
3424+
"@commitlint/types": ^16.0.0
3425+
chalk: ^4.0.0
3426+
cosmiconfig: ^7.0.0
3427+
cosmiconfig-typescript-loader: ^1.0.0
3428+
lodash: ^4.17.19
3429+
resolve-from: ^5.0.0
3430+
typescript: ^4.4.3
3431+
checksum: 154d7cc7281ef528732b0be81857c27cada0f3d026a588d3ebd00281721db1ba89ce595d01ded986429fe71c01007e33c5c365bbe12178476092786da6409619
3432+
languageName: node
3433+
linkType: hard
3434+
33763435
"@commitlint/message@npm:^16.0.0":
33773436
version: 16.0.0
33783437
resolution: "@commitlint/message@npm:16.0.0"
@@ -3429,6 +3488,20 @@ __metadata:
34293488
languageName: node
34303489
linkType: hard
34313490

3491+
"@commitlint/resolve-extends@npm:^16.1.0":
3492+
version: 16.1.0
3493+
resolution: "@commitlint/resolve-extends@npm:16.1.0"
3494+
dependencies:
3495+
"@commitlint/config-validator": ^16.1.0
3496+
"@commitlint/types": ^16.0.0
3497+
import-fresh: ^3.0.0
3498+
lodash: ^4.17.19
3499+
resolve-from: ^5.0.0
3500+
resolve-global: ^1.0.0
3501+
checksum: bffeefb73095fe22f09115c25ab4617d28e6aa49877adcfc0f5a5d44553ff07a135e7cc811715afee2ba40e5e34a294ac6ba5aec3e68246b5264e60887ea15c8
3502+
languageName: node
3503+
linkType: hard
3504+
34323505
"@commitlint/rules@npm:^16.0.0":
34333506
version: 16.0.0
34343507
resolution: "@commitlint/rules@npm:16.0.0"
@@ -9871,7 +9944,7 @@ __metadata:
98719944
languageName: node
98729945
linkType: hard
98739946

9874-
"fast-glob@npm:^3.0.3, fast-glob@npm:^3.1.1, fast-glob@npm:^3.2.5, fast-glob@npm:^3.2.7":
9947+
"fast-glob@npm:^3.0.3, fast-glob@npm:^3.1.1, fast-glob@npm:^3.2.5":
98759948
version: 3.2.7
98769949
resolution: "fast-glob@npm:3.2.7"
98779950
dependencies:
@@ -12171,9 +12244,9 @@ __metadata:
1217112244
"@babel/cli": ^7.16.8
1217212245
"@babel/core": ^7.16.7
1217312246
"@babel/preset-env": ^7.16.8
12174-
"@commitlint/cli": 16.0.2
12247+
"@commitlint/cli": 16.1.0
1217512248
"@commitlint/config-conventional": 16.0.0
12176-
"@commitlint/core": 16.0.0
12249+
"@commitlint/core": 16.1.0
1217712250
"@qiwi/multi-semantic-release": 3.17.1
1217812251
"@semantic-release/changelog": 6.0.1
1217912252
"@semantic-release/commit-analyzer": 9.0.2
@@ -12202,7 +12275,7 @@ __metadata:
1220212275
prettier: 2.5.1
1220312276
semantic-release: ^18.0.1
1220412277
sort-package-json: 1.53.1
12205-
stylelint: 14.2.0
12278+
stylelint: 14.3.0
1220612279
textlint: 12.1.0
1220712280
textlint-filter-rule-comments: ^1.2.2
1220812281
textlint-rule-abbr-within-parentheses: 1.0.2
@@ -12219,7 +12292,7 @@ __metadata:
1221912292
textlint-rule-terminology: 2.1.5
1222012293
textlint-rule-write-good: 2.0.0
1222112294
ts-jest: 27.1.3
12222-
typescript: 4.5.4
12295+
typescript: 4.5.5
1222312296
write-good: 1.0.8
1222412297
languageName: unknown
1222512298
linkType: soft
@@ -16189,16 +16262,6 @@ __metadata:
1618916262
languageName: node
1619016263
linkType: hard
1619116264

16192-
"postcss-selector-parser@npm:^6.0.7":
16193-
version: 6.0.7
16194-
resolution: "postcss-selector-parser@npm:6.0.7"
16195-
dependencies:
16196-
cssesc: ^3.0.0
16197-
util-deprecate: ^1.0.2
16198-
checksum: 661808ad629e3f289e0d237fbe9bb13766dadd2d548ec09ae86f68118f5d98be0f25bbaf5cd88486c5416e2eefaa9f73c59c2fc98dc370872fa51b250c7d1d9c
16199-
languageName: node
16200-
linkType: hard
16201-
1620216265
"postcss-selector-parser@npm:^6.0.9":
1620316266
version: 6.0.9
1620416267
resolution: "postcss-selector-parser@npm:6.0.9"
@@ -18708,55 +18771,6 @@ resolve@^2.0.0-next.3:
1870818771
languageName: node
1870918772
linkType: hard
1871018773

18711-
"stylelint@npm:14.2.0":
18712-
version: 14.2.0
18713-
resolution: "stylelint@npm:14.2.0"
18714-
dependencies:
18715-
balanced-match: ^2.0.0
18716-
colord: ^2.9.2
18717-
cosmiconfig: ^7.0.1
18718-
debug: ^4.3.3
18719-
execall: ^2.0.0
18720-
fast-glob: ^3.2.7
18721-
fastest-levenshtein: ^1.0.12
18722-
file-entry-cache: ^6.0.1
18723-
get-stdin: ^8.0.0
18724-
global-modules: ^2.0.0
18725-
globby: ^11.0.4
18726-
globjoin: ^0.1.4
18727-
html-tags: ^3.1.0
18728-
ignore: ^5.2.0
18729-
import-lazy: ^4.0.0
18730-
imurmurhash: ^0.1.4
18731-
is-plain-object: ^5.0.0
18732-
known-css-properties: ^0.24.0
18733-
mathml-tag-names: ^2.1.3
18734-
meow: ^9.0.0
18735-
micromatch: ^4.0.4
18736-
normalize-path: ^3.0.0
18737-
normalize-selector: ^0.2.0
18738-
picocolors: ^1.0.0
18739-
postcss: ^8.3.11
18740-
postcss-media-query-parser: ^0.2.3
18741-
postcss-resolve-nested-selector: ^0.1.1
18742-
postcss-safe-parser: ^6.0.0
18743-
postcss-selector-parser: ^6.0.7
18744-
postcss-value-parser: ^4.1.0
18745-
resolve-from: ^5.0.0
18746-
specificity: ^0.4.1
18747-
string-width: ^4.2.3
18748-
strip-ansi: ^6.0.1
18749-
style-search: ^0.1.0
18750-
svg-tags: ^1.0.0
18751-
table: ^6.7.5
18752-
v8-compile-cache: ^2.3.0
18753-
write-file-atomic: ^3.0.3
18754-
bin:
18755-
stylelint: bin/stylelint.js
18756-
checksum: cf0195b143efdea5a22d4e04817ac11ec9103a976a703265813c27baa9b52b9033f57e241b1f6ab7eb3b2eed63f66509b983c1fa03b29cb75372cc32cacfaec0
18757-
languageName: node
18758-
linkType: hard
18759-
1876018774
"stylelint@npm:14.3.0":
1876118775
version: 14.3.0
1876218776
resolution: "stylelint@npm:14.3.0"
@@ -19054,19 +19068,6 @@ resolve@^2.0.0-next.3:
1905419068
languageName: node
1905519069
linkType: hard
1905619070

19057-
"table@npm:^6.7.5":
19058-
version: 6.7.5
19059-
resolution: "table@npm:6.7.5"
19060-
dependencies:
19061-
ajv: ^8.0.1
19062-
lodash.truncate: ^4.4.2
19063-
slice-ansi: ^4.0.0
19064-
string-width: ^4.2.3
19065-
strip-ansi: ^6.0.1
19066-
checksum: 76d01e33d6ef881f21bfe2e343101cb05ef4cedf506523d187af4f3a33f0f69cf25bca3e05c0c5c0eb348b405aaac29d9bb308ba9bf2c5ca7a82d032382a1649
19067-
languageName: node
19068-
linkType: hard
19069-
1907019071
"table@npm:^6.8.0":
1907119072
version: 6.8.0
1907219073
resolution: "table@npm:6.8.0"
@@ -19862,13 +19863,13 @@ resolve@^2.0.0-next.3:
1986219863
languageName: node
1986319864
linkType: hard
1986419865

19865-
19866-
version: 4.5.4
19867-
resolution: "typescript@npm:4.5.4"
19866+
19867+
version: 4.5.5
19868+
resolution: "typescript@npm:4.5.5"
1986819869
bin:
1986919870
tsc: bin/tsc
1987019871
tsserver: bin/tsserver
19871-
checksum: 59f3243f9cd6fe3161e6150ff6bf795fc843b4234a655dbd938a310515e0d61afd1ac942799e7415e4334255e41c2c49b7dd5d9fd38a17acd25a6779ca7e0961
19872+
checksum: 506f4c919dc8aeaafa92068c997f1d213b9df4d9756d0fae1a1e7ab66b585ab3498050e236113a1c9e57ee08c21ec6814ca7a7f61378c058d79af50a4b1f5a5e
1987219873
languageName: node
1987319874
linkType: hard
1987419875

@@ -19892,13 +19893,13 @@ typescript@^4.4.4:
1989219893
languageName: node
1989319894
linkType: hard
1989419895

19895-
"typescript@patch:[email protected].4#~builtin<compat/typescript>":
19896-
version: 4.5.4
19897-
resolution: "typescript@patch:typescript@npm%3A4.5.4#~builtin<compat/typescript>::version=4.5.4&hash=d8b4e7"
19896+
"typescript@patch:[email protected].5#~builtin<compat/typescript>":
19897+
version: 4.5.5
19898+
resolution: "typescript@patch:typescript@npm%3A4.5.5#~builtin<compat/typescript>::version=4.5.5&hash=d8b4e7"
1989819899
bin:
1989919900
tsc: bin/tsc
1990019901
tsserver: bin/tsserver
19901-
checksum: db7fe40618f600c22a17db25bd727acbef509d8a4bd9a514f1b8c146f3cf9dd79478c5a8cd13c48a60d1ee4463319d9f72b6445f9e445f81bce6192d205d1811
19902+
checksum: ed34e0986bc395da29a9a749fc980741fcbf698c205d6dc282310a652ee4ae61b571c26fd62c8a264ec26ff23ef12d888d5db7b41031cfaad1798db0d090f5c3
1990219903
languageName: node
1990319904
linkType: hard
1990419905

0 commit comments

Comments
 (0)