Skip to content

Commit b2ba5cc

Browse files
chore(deps): update dependency @bjerk/eslint-config to v6
1 parent 7933a7b commit b2ba5cc

File tree

2 files changed

+61
-26
lines changed

2 files changed

+61
-26
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@
4646
"pino-cloud-logging": "^1.0.3"
4747
},
4848
"devDependencies": {
49-
"@bjerk/eslint-config": "^5.4.0",
49+
"@bjerk/eslint-config": "^6.0.0",
5050
"@simenandre/prettier": "^5.0.0",
5151
"@tsconfig/node16": "^1.0.3",
5252
"@types/jest": "^29.5.0",

yarn.lock

Lines changed: 60 additions & 25 deletions
Original file line numberDiff line numberDiff line change
@@ -302,15 +302,15 @@
302302
resolved "https://registry.yarnpkg.com/@bcoe/v8-coverage/-/v8-coverage-0.2.3.tgz#75a2e8b51cb758a7553d6804a5932d7aace75c39"
303303
integrity sha512-0hYQ8SB4Db5zvZB4axdMHGwEaQjkZzFjQiN9LVYvIFB2nSUHW9tYpxWriPrWDASIxiaXax83REcLxuSdnGPZtw==
304304

305-
"@bjerk/eslint-config@^5.4.0":
306-
version "5.4.0"
307-
resolved "https://registry.yarnpkg.com/@bjerk/eslint-config/-/eslint-config-5.4.0.tgz#383888da9d5b5823a85962b2b40a56d456f99d24"
308-
integrity sha512-zju11cTxREjkD6/VS1PkBCZwrL4JnVgHsATjkUmri9JsyDG+kOEIuc3q53qk+KosYR5t4KwaSn/iGxVjlaFvfQ==
305+
"@bjerk/eslint-config@^6.0.0":
306+
version "6.0.2"
307+
resolved "https://registry.yarnpkg.com/@bjerk/eslint-config/-/eslint-config-6.0.2.tgz#20ae156bfb1bd252db401648dbecce23d4062f1a"
308+
integrity sha512-XiqFdkJNJSDHEwUqiAvNIGBGFAzso5dYQD59hwE2g7GdLRhzV4Gp4HuCeiZvObJ7dD+p8gyeBRaMTeDrqxCU6A==
309309
dependencies:
310310
"@rushstack/eslint-patch" "^1.3.2"
311311
"@typescript-eslint/eslint-plugin" "^6.0.0"
312-
"@typescript-eslint/parser" "^6.0.0"
313-
eslint-config-prettier "^8.8.0"
312+
"@typescript-eslint/parser" "^6.5.0"
313+
eslint-config-prettier "^9.0.0"
314314
eslint-plugin-eslint-comments "^3.2.0"
315315
eslint-plugin-import "^2.27.5"
316316
eslint-plugin-promise "^6.1.1"
@@ -913,15 +913,15 @@
913913
semver "^7.5.4"
914914
ts-api-utils "^1.0.1"
915915

916-
"@typescript-eslint/parser@^6.0.0":
917-
version "6.4.0"
918-
resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-6.4.0.tgz#47e7c6e22ff1248e8675d95f488890484de67600"
919-
integrity sha512-I1Ah1irl033uxjxO9Xql7+biL3YD7w9IU8zF+xlzD/YxY6a4b7DYA08PXUUCbm2sEljwJF6ERFy2kTGAGcNilg==
916+
"@typescript-eslint/parser@^6.5.0":
917+
version "6.21.0"
918+
resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-6.21.0.tgz#af8fcf66feee2edc86bc5d1cf45e33b0630bf35b"
919+
integrity sha512-tbsV1jPne5CkFQCgPBcDOt30ItF7aJoZL997JSF7MhGQqOeT3svWRYxiqlfA5RUdlHN6Fi+EI9bxqbdyAUZjYQ==
920920
dependencies:
921-
"@typescript-eslint/scope-manager" "6.4.0"
922-
"@typescript-eslint/types" "6.4.0"
923-
"@typescript-eslint/typescript-estree" "6.4.0"
924-
"@typescript-eslint/visitor-keys" "6.4.0"
921+
"@typescript-eslint/scope-manager" "6.21.0"
922+
"@typescript-eslint/types" "6.21.0"
923+
"@typescript-eslint/typescript-estree" "6.21.0"
924+
"@typescript-eslint/visitor-keys" "6.21.0"
925925
debug "^4.3.4"
926926

927927
"@typescript-eslint/[email protected]":
@@ -932,6 +932,14 @@
932932
"@typescript-eslint/types" "5.62.0"
933933
"@typescript-eslint/visitor-keys" "5.62.0"
934934

935+
"@typescript-eslint/[email protected]":
936+
version "6.21.0"
937+
resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-6.21.0.tgz#ea8a9bfc8f1504a6ac5d59a6df308d3a0630a2b1"
938+
integrity sha512-OwLUIWZJry80O99zvqXVEioyniJMa+d2GrqpUTqi5/v5D5rOrppJVBPa0yKCblcigC0/aYAzxxqQ1B+DS2RYsg==
939+
dependencies:
940+
"@typescript-eslint/types" "6.21.0"
941+
"@typescript-eslint/visitor-keys" "6.21.0"
942+
935943
"@typescript-eslint/[email protected]":
936944
version "6.4.0"
937945
resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-6.4.0.tgz#3048e4262ba3eafa4e2e69b08912d9037ec646ae"
@@ -955,6 +963,11 @@
955963
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-5.62.0.tgz#258607e60effa309f067608931c3df6fed41fd2f"
956964
integrity sha512-87NVngcbVXUahrRTqIK27gD2t5Cu1yuCXxbLcFtCzZGlfyVWWh8mLHkoxzjsB6DDNnvdL+fW8MiwPEJyGJQDgQ==
957965

966+
"@typescript-eslint/[email protected]":
967+
version "6.21.0"
968+
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-6.21.0.tgz#205724c5123a8fef7ecd195075fa6e85bac3436d"
969+
integrity sha512-1kFmZ1rOm5epu9NZEZm1kckCDGj5UJEf7P1kliH4LKu/RkwpsfqqGmY2OOcUs18lSlQBKLDYBOGxRVtrMN5lpg==
970+
958971
"@typescript-eslint/[email protected]":
959972
version "6.4.0"
960973
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-6.4.0.tgz#5b109a59a805f0d8d375895e42d9e5f0037f66ee"
@@ -973,6 +986,20 @@
973986
semver "^7.3.7"
974987
tsutils "^3.21.0"
975988

989+
"@typescript-eslint/[email protected]":
990+
version "6.21.0"
991+
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-6.21.0.tgz#c47ae7901db3b8bddc3ecd73daff2d0895688c46"
992+
integrity sha512-6npJTkZcO+y2/kr+z0hc4HwNfrrP4kNYh57ek7yCNlrBjWQ1Y0OS7jiZTkgumrvkX5HkEKXFZkkdFNkaW2wmUQ==
993+
dependencies:
994+
"@typescript-eslint/types" "6.21.0"
995+
"@typescript-eslint/visitor-keys" "6.21.0"
996+
debug "^4.3.4"
997+
globby "^11.1.0"
998+
is-glob "^4.0.3"
999+
minimatch "9.0.3"
1000+
semver "^7.5.4"
1001+
ts-api-utils "^1.0.1"
1002+
9761003
"@typescript-eslint/[email protected]":
9771004
version "6.4.0"
9781005
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-6.4.0.tgz#3c58d20632db93fec3d6ab902acbedf593d37276"
@@ -1021,6 +1048,14 @@
10211048
"@typescript-eslint/types" "5.62.0"
10221049
eslint-visitor-keys "^3.3.0"
10231050

1051+
"@typescript-eslint/[email protected]":
1052+
version "6.21.0"
1053+
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-6.21.0.tgz#87a99d077aa507e20e238b11d56cc26ade45fe47"
1054+
integrity sha512-JJtkDduxLi9bivAB+cYOVMtbkqdPOhZ+ZI5LC47MIRrDV4Yn2o+ZnW10Nkmr28xRpSpdJ6Sm42Hjf2+REYXm0A==
1055+
dependencies:
1056+
"@typescript-eslint/types" "6.21.0"
1057+
eslint-visitor-keys "^3.4.1"
1058+
10241059
"@typescript-eslint/[email protected]":
10251060
version "6.4.0"
10261061
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-6.4.0.tgz#96a426cdb1add28274abd7a34aefe27f8b7d51ef"
@@ -1740,10 +1775,10 @@ escape-string-regexp@^4.0.0:
17401775
resolved "https://registry.yarnpkg.com/escape-string-regexp/-/escape-string-regexp-4.0.0.tgz#14ba83a5d373e3d311e5afca29cf5bfad965bf34"
17411776
integrity sha512-TtpcNJ3XAzx3Gq8sWRzJaVajRs0uVxA2YAkdb1jm2YkPz4G6egUFAyA3n5vtEIZefPk5Wa4UXbKuS5fKkJWdgA==
17421777

1743-
eslint-config-prettier@^8.8.0:
1744-
version "8.10.0"
1745-
resolved "https://registry.yarnpkg.com/eslint-config-prettier/-/eslint-config-prettier-8.10.0.tgz#3a06a662130807e2502fc3ff8b4143d8a0658e11"
1746-
integrity sha512-SM8AMJdeQqRYT9O9zguiruQZaN7+z+E4eAP9oiLNGKMtomwaB1E9dcgUD6ZAn/eQAb52USbvezbiljfZUhbJcg==
1778+
eslint-config-prettier@^9.0.0:
1779+
version "9.1.0"
1780+
resolved "https://registry.yarnpkg.com/eslint-config-prettier/-/eslint-config-prettier-9.1.0.tgz#31af3d94578645966c082fcb71a5846d3c94867f"
1781+
integrity sha512-NSWl5BFQWEPi1j4TjVNItzYV7dZXZ+wP6I6ZhrBGpChQhZRUaElihE9uRRkcbRnNb76UMKDF3r+WTmNcGPKsqw==
17471782

17481783
eslint-import-resolver-node@^0.3.7:
17491784
version "0.3.9"
@@ -3299,20 +3334,20 @@ min-indent@^1.0.0:
32993334
resolved "https://registry.yarnpkg.com/min-indent/-/min-indent-1.0.1.tgz#a63f681673b30571fbe8bc25686ae746eefa9869"
33003335
integrity sha512-I9jwMn07Sy/IwOj3zVkVik2JTvgpaykDZEigL6Rx6N9LbMywwUSMtxET+7lVoDLLd3O3IXwJwvuuns8UB/HeAg==
33013336

3337+
[email protected], minimatch@^9.0.0:
3338+
version "9.0.3"
3339+
resolved "https://registry.yarnpkg.com/minimatch/-/minimatch-9.0.3.tgz#a6e00c3de44c3a542bfaae70abfc22420a6da825"
3340+
integrity sha512-RHiac9mvaRw0x3AYRgDC1CxAP7HTcNrrECeA8YYJeWnpo+2Q5CegtZjaotWTWxDG3UeGA1coE05iH1mPjT/2mg==
3341+
dependencies:
3342+
brace-expansion "^2.0.1"
3343+
33023344
minimatch@^3.0.4, minimatch@^3.0.5, minimatch@^3.1.1, minimatch@^3.1.2:
33033345
version "3.1.2"
33043346
resolved "https://registry.yarnpkg.com/minimatch/-/minimatch-3.1.2.tgz#19cd194bfd3e428f049a70817c038d89ab4be35b"
33053347
integrity sha512-J7p63hRiAjw1NDEww1W7i37+ByIrOWO5XQQAzZ3VOcL0PNybwpfmV/N05zFAzwQ9USyEcX6t3UO+K5aqBQOIHw==
33063348
dependencies:
33073349
brace-expansion "^1.1.7"
33083350

3309-
minimatch@^9.0.0:
3310-
version "9.0.3"
3311-
resolved "https://registry.yarnpkg.com/minimatch/-/minimatch-9.0.3.tgz#a6e00c3de44c3a542bfaae70abfc22420a6da825"
3312-
integrity sha512-RHiac9mvaRw0x3AYRgDC1CxAP7HTcNrrECeA8YYJeWnpo+2Q5CegtZjaotWTWxDG3UeGA1coE05iH1mPjT/2mg==
3313-
dependencies:
3314-
brace-expansion "^2.0.1"
3315-
33163351
minimist@^1.2.0, minimist@^1.2.5, minimist@^1.2.6:
33173352
version "1.2.8"
33183353
resolved "https://registry.yarnpkg.com/minimist/-/minimist-1.2.8.tgz#c1a464e7693302e082a075cee0c057741ac4772c"

0 commit comments

Comments
 (0)