Skip to content
This repository was archived by the owner on Jan 27, 2025. It is now read-only.

Commit 295dc29

Browse files
authored
Merge pull request #139 from foretagsplatsen/dependabot/npm_and_yarn/foretagsplatsen/eslint-plugin-9.0.0
build(deps-dev): bump @foretagsplatsen/eslint-plugin from 8.0.0 to 9.0.0
2 parents e76b9fa + 9f21eef commit 295dc29

File tree

2 files changed

+87
-14
lines changed

2 files changed

+87
-14
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@
5252
"homepage": "https://github.com/foretagsplatsen/klassified#readme",
5353
"engines": {},
5454
"devDependencies": {
55-
"@foretagsplatsen/eslint-plugin": "^8.0.0",
55+
"@foretagsplatsen/eslint-plugin": "^9.0.0",
5656
"eslint": "^9.6.0",
5757
"eslint-plugin-jasmine": "^4.2.0",
5858
"globals": "^15.7.0",

yarn.lock

Lines changed: 86 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -25,13 +25,18 @@
2525
js-tokens "^4.0.0"
2626
picocolors "^1.0.0"
2727

28-
"@eslint-community/eslint-utils@^4.2.0", "@eslint-community/eslint-utils@^4.4.0":
28+
"@eslint-community/eslint-utils@^4.1.2", "@eslint-community/eslint-utils@^4.2.0", "@eslint-community/eslint-utils@^4.4.0":
2929
version "4.4.0"
3030
resolved "https://registry.yarnpkg.com/@eslint-community/eslint-utils/-/eslint-utils-4.4.0.tgz#a23514e8fb9af1269d5f7788aa556798d61c6b59"
3131
integrity sha512-1/sA4dwrzBAyeUoQ6oxahHKmrZvsnLCg4RfxW3ZFGGmQkSNQPFNLV9CUEFQP1x9EYXHTo5p6xdhZM1Ne9p/AfA==
3232
dependencies:
3333
eslint-visitor-keys "^3.3.0"
3434

35+
"@eslint-community/regexpp@^4.11.0":
36+
version "4.11.0"
37+
resolved "https://registry.yarnpkg.com/@eslint-community/regexpp/-/regexpp-4.11.0.tgz#b0ffd0312b4a3fd2d6f77237e7248a5ad3a680ae"
38+
integrity sha512-G/M/tIiMrTAxEWRfLfQJMmGNX28IxBg4PBz8XqQhqUHLFI6TL2htpIB1iQCj144V5ee/JaKyT9/WZ0MGZWfA7A==
39+
3540
"@eslint-community/regexpp@^4.6.1":
3641
version "4.10.1"
3742
resolved "https://registry.yarnpkg.com/@eslint-community/regexpp/-/regexpp-4.10.1.tgz#361461e5cb3845d874e61731c11cfedd664d83a0"
@@ -76,10 +81,10 @@
7681
resolved "https://registry.yarnpkg.com/@eslint/object-schema/-/object-schema-2.1.4.tgz#9e69f8bb4031e11df79e03db09f9dbbae1740843"
7782
integrity sha512-BsWiH1yFGjXXS2yvrf5LyuoSIIbPrGUWob917o+BTKuZ7qJdxX8aJLRxs1fS9n6r7vESrq1OUqb68dANcFXuQQ==
7883

79-
"@foretagsplatsen/eslint-plugin@^8.0.0":
80-
version "8.0.0"
81-
resolved "https://npm.pkg.github.com/download/@foretagsplatsen/eslint-plugin/8.0.0/794c2bd3b8bcf49ab1fb98baae141a461aed260b#794c2bd3b8bcf49ab1fb98baae141a461aed260b"
82-
integrity sha512-ClKU2WexuR8n5T85NWXPW6GfzWgQKA6rhg38mPHuOgYhukuxVvmoRrH5AkH2oSoPSvShmzw1giQGSvPGic6NVQ==
84+
"@foretagsplatsen/eslint-plugin@^9.0.0":
85+
version "9.0.0"
86+
resolved "https://npm.pkg.github.com/download/@foretagsplatsen/eslint-plugin/9.0.0/e4ae189916015f0bcae28382e2587b5ca6190d44#e4ae189916015f0bcae28382e2587b5ca6190d44"
87+
integrity sha512-EcalaokhW0Osv9WIsMaPqmC8F0p/w14oC/M2bgHiagGVChQDN6c6gthMIVkTl8aqwbSkzNaWw7T5sbUsv+OiZw==
8388
dependencies:
8489
"@eslint/compat" "^1.0.3"
8590
"@eslint/eslintrc" "^3.1.0"
@@ -88,10 +93,11 @@
8893
eslint-config-prettier "^9.1.0"
8994
eslint-import-resolver-exports "^1.0.0-beta.5"
9095
eslint-plugin-import "^2.29.0"
96+
eslint-plugin-n "^17.9.0"
9197
eslint-plugin-prettier "^5.0.1"
9298
eslint-plugin-promise "^6.1.1"
9399
eslint-plugin-sort-class-members "^1.19.0"
94-
eslint-plugin-unicorn "^53.0.0"
100+
eslint-plugin-unicorn "^54.0.0"
95101
globals "^15.4.0"
96102
prettier "^3.1.1"
97103

@@ -534,6 +540,14 @@ emoji-regex@^9.2.2:
534540
resolved "https://registry.yarnpkg.com/emoji-regex/-/emoji-regex-9.2.2.tgz#840c8803b0d8047f4ff0cf963176b32d4ef3ed72"
535541
integrity sha512-L18DaJsXSUk2+42pv8mLs5jJT2hqFkFE4j21wOmgbUqsZ2hL72NsUU785g9RXgo3s0ZNgVl42TiHp3ZtOv/Vyg==
536542

543+
enhanced-resolve@^5.17.0:
544+
version "5.17.0"
545+
resolved "https://registry.yarnpkg.com/enhanced-resolve/-/enhanced-resolve-5.17.0.tgz#d037603789dd9555b89aaec7eb78845c49089bc5"
546+
integrity sha512-dwDPwZL0dmye8Txp2gzFmA6sxALaSvdRDjPH0viLcKrtlOL3tw62nWWweVD1SdILDTJrbrL6tdWVN58Wo6U3eA==
547+
dependencies:
548+
graceful-fs "^4.2.4"
549+
tapable "^2.2.0"
550+
537551
error-ex@^1.3.1:
538552
version "1.3.2"
539553
resolved "https://registry.yarnpkg.com/error-ex/-/error-ex-1.3.2.tgz#b4ac40648107fdcdcfae242f428bea8a14d4f1bf"
@@ -652,6 +666,13 @@ escape-string-regexp@^4.0.0:
652666
resolved "https://registry.yarnpkg.com/escape-string-regexp/-/escape-string-regexp-4.0.0.tgz#14ba83a5d373e3d311e5afca29cf5bfad965bf34"
653667
integrity sha512-TtpcNJ3XAzx3Gq8sWRzJaVajRs0uVxA2YAkdb1jm2YkPz4G6egUFAyA3n5vtEIZefPk5Wa4UXbKuS5fKkJWdgA==
654668

669+
eslint-compat-utils@^0.5.1:
670+
version "0.5.1"
671+
resolved "https://registry.yarnpkg.com/eslint-compat-utils/-/eslint-compat-utils-0.5.1.tgz#7fc92b776d185a70c4070d03fd26fde3d59652e4"
672+
integrity sha512-3z3vFexKIEnjHE3zCMRo6fn/e44U7T1khUjg+Hp0ZQMCigh28rALD0nPFBcGZuiLC5rLZa2ubQHDRln09JfU2Q==
673+
dependencies:
674+
semver "^7.5.4"
675+
655676
eslint-config-prettier@^9.1.0:
656677
version "9.1.0"
657678
resolved "https://registry.yarnpkg.com/eslint-config-prettier/-/eslint-config-prettier-9.1.0.tgz#31af3d94578645966c082fcb71a5846d3c94867f"
@@ -680,6 +701,15 @@ eslint-module-utils@^2.8.0:
680701
dependencies:
681702
debug "^3.2.7"
682703

704+
eslint-plugin-es-x@^7.5.0:
705+
version "7.8.0"
706+
resolved "https://registry.yarnpkg.com/eslint-plugin-es-x/-/eslint-plugin-es-x-7.8.0.tgz#a207aa08da37a7923f2a9599e6d3eb73f3f92b74"
707+
integrity sha512-7Ds8+wAAoV3T+LAKeu39Y5BzXCrGKrcISfgKEqTS4BDN8SFEDQd0S43jiQ8vIa3wUKD07qitZdfzlenSi8/0qQ==
708+
dependencies:
709+
"@eslint-community/eslint-utils" "^4.1.2"
710+
"@eslint-community/regexpp" "^4.11.0"
711+
eslint-compat-utils "^0.5.1"
712+
683713
eslint-plugin-import@^2.29.0:
684714
version "2.29.1"
685715
resolved "https://registry.yarnpkg.com/eslint-plugin-import/-/eslint-plugin-import-2.29.1.tgz#d45b37b5ef5901d639c15270d74d46d161150643"
@@ -708,6 +738,20 @@ eslint-plugin-jasmine@^4.2.0:
708738
resolved "https://registry.yarnpkg.com/eslint-plugin-jasmine/-/eslint-plugin-jasmine-4.2.0.tgz#ed0fe988b6e3b123905a7bf68d77239649fd018c"
709739
integrity sha512-zSCsnP4gMqBSt8jApExP0ja43nAI1fpAD5kY+knrIJylBxC/LEth25PkqcKJqW32GjesjsiA1SSSR3Z5qIranA==
710740

741+
eslint-plugin-n@^17.9.0:
742+
version "17.9.0"
743+
resolved "https://registry.yarnpkg.com/eslint-plugin-n/-/eslint-plugin-n-17.9.0.tgz#91b43d4e10a35e455bfac2c64671f9cecc396590"
744+
integrity sha512-CPSaXDXdrT4nsrOrO4mT4VB6FMUkoySRkHWuuJJHVqsIEjIeZgMY1H7AzSwPbDScikBmLN82KeM1u7ixV7PzGg==
745+
dependencies:
746+
"@eslint-community/eslint-utils" "^4.4.0"
747+
enhanced-resolve "^5.17.0"
748+
eslint-plugin-es-x "^7.5.0"
749+
get-tsconfig "^4.7.0"
750+
globals "^15.0.0"
751+
ignore "^5.2.4"
752+
minimatch "^9.0.0"
753+
semver "^7.5.3"
754+
711755
eslint-plugin-prettier@^5.0.1:
712756
version "5.1.3"
713757
resolved "https://registry.yarnpkg.com/eslint-plugin-prettier/-/eslint-plugin-prettier-5.1.3.tgz#17cfade9e732cef32b5f5be53bd4e07afd8e67e1"
@@ -726,10 +770,10 @@ eslint-plugin-sort-class-members@^1.19.0:
726770
resolved "https://registry.yarnpkg.com/eslint-plugin-sort-class-members/-/eslint-plugin-sort-class-members-1.20.0.tgz#88ea3d53b2ffb319dba1049c28e20797685a0b9e"
727771
integrity sha512-xNaik4GQ/pRwd1soIVI28HEXZbrWoLR5krau2+E8YcHj7N09UviPg5mYhf/rELG29bIFJdXDOFJazN90+luMOw==
728772

729-
eslint-plugin-unicorn@^53.0.0:
730-
version "53.0.0"
731-
resolved "https://registry.yarnpkg.com/eslint-plugin-unicorn/-/eslint-plugin-unicorn-53.0.0.tgz#df3a5c9ecabeb759e6fd867b2d84198466ac8c4d"
732-
integrity sha512-kuTcNo9IwwUCfyHGwQFOK/HjJAYzbODHN3wP0PgqbW+jbXqpNWxNVpVhj2tO9SixBwuAdmal8rVcWKBxwFnGuw==
773+
eslint-plugin-unicorn@^54.0.0:
774+
version "54.0.0"
775+
resolved "https://registry.yarnpkg.com/eslint-plugin-unicorn/-/eslint-plugin-unicorn-54.0.0.tgz#ce3ea853e8fd7ca2bda2fd6065bf065adb5d8b6d"
776+
integrity sha512-XxYLRiYtAWiAjPv6z4JREby1TAE2byBC7wlh0V4vWDCpccOSU1KovWV//jqPXF6bq3WKxqX9rdjoRQ1EhdmNdQ==
733777
dependencies:
734778
"@babel/helper-validator-identifier" "^7.24.5"
735779
"@eslint-community/eslint-utils" "^4.4.0"
@@ -957,6 +1001,13 @@ get-symbol-description@^1.0.2:
9571001
es-errors "^1.3.0"
9581002
get-intrinsic "^1.2.4"
9591003

1004+
get-tsconfig@^4.7.0:
1005+
version "4.7.5"
1006+
resolved "https://registry.yarnpkg.com/get-tsconfig/-/get-tsconfig-4.7.5.tgz#5e012498579e9a6947511ed0cd403272c7acbbaf"
1007+
integrity sha512-ZCuZCnlqNzjb4QprAzXKdpp/gh6KTxSJuw3IBsPnV/7fV4NxC9ckB+vPTt8w7fJA0TaSD7c55BR47JD6MEDyDw==
1008+
dependencies:
1009+
resolve-pkg-maps "^1.0.0"
1010+
9601011
glob-parent@^6.0.2:
9611012
version "6.0.2"
9621013
resolved "https://registry.yarnpkg.com/glob-parent/-/glob-parent-6.0.2.tgz#6d237d99083950c79290f24c7642a3de9a28f9e3"
@@ -981,7 +1032,7 @@ globals@^14.0.0:
9811032
resolved "https://registry.yarnpkg.com/globals/-/globals-14.0.0.tgz#898d7413c29babcf6bafe56fcadded858ada724e"
9821033
integrity sha512-oahGvuMGQlPw/ivIYBjVSrWAfWLBeku5tpPE2fOPLi+WHffIWbuh2tCjhyQhTBPMf5E9jDEH4FOmTYgYwbKwtQ==
9831034

984-
globals@^15.4.0, globals@^15.7.0:
1035+
globals@^15.0.0, globals@^15.4.0, globals@^15.7.0:
9851036
version "15.7.0"
9861037
resolved "https://registry.yarnpkg.com/globals/-/globals-15.7.0.tgz#d9ca65edad684c438b179749fc57def027557f93"
9871038
integrity sha512-ivatRXWwKC6ImcdKO7dOwXuXR5XFrdwo45qFwD7D0qOkEPzzJdLXC3BHceBdyrPOD3p1suPaWi4Y4NMm2D++AQ==
@@ -1001,6 +1052,11 @@ gopd@^1.0.1:
10011052
dependencies:
10021053
get-intrinsic "^1.1.3"
10031054

1055+
graceful-fs@^4.2.4:
1056+
version "4.2.11"
1057+
resolved "https://registry.yarnpkg.com/graceful-fs/-/graceful-fs-4.2.11.tgz#4183e4e8bf08bb6e05bbb2f7d2e0c8f712ca40e3"
1058+
integrity sha512-RbJ5/jmFcNNCcDV5o9eTnBLJ/HszWV0P73bc+Ff4nS/rJj+YaS6IGyiOL0VoBYX+l1Wrl3k63h/KrH+nhJ0XvQ==
1059+
10041060
has-bigints@^1.0.1, has-bigints@^1.0.2:
10051061
version "1.0.2"
10061062
resolved "https://registry.yarnpkg.com/has-bigints/-/has-bigints-1.0.2.tgz#0871bd3e3d51626f6ca0966668ba35d5602d6eaa"
@@ -1052,7 +1108,7 @@ hosted-git-info@^2.1.4:
10521108
resolved "https://registry.yarnpkg.com/hosted-git-info/-/hosted-git-info-2.8.9.tgz#dffc0bf9a21c02209090f2aa69429e1414daf3f9"
10531109
integrity sha512-mxIDAb9Lsm6DoOJ7xH+5+X4y1LU/4Hi50L9C5sIswK3JzULS4bwk1FvjdBgvYR4bzT4tuUQiC15FE2f5HbLvYw==
10541110

1055-
ignore@^5.2.0:
1111+
ignore@^5.2.0, ignore@^5.2.4:
10561112
version "5.3.1"
10571113
resolved "https://registry.yarnpkg.com/ignore/-/ignore-5.3.1.tgz#5073e554cd42c5b33b394375f538b8593e34d4ef"
10581114
integrity sha512-5Fytz/IraMjqpwfd34ke28PTVMjZjJG2MPn5t7OE4eUCUNf8BAa7b5WUS9/Qvr6mwOQS7Mk6vdsMno5he+T8Xw==
@@ -1359,6 +1415,13 @@ minimatch@^3.1.2:
13591415
dependencies:
13601416
brace-expansion "^1.1.7"
13611417

1418+
minimatch@^9.0.0:
1419+
version "9.0.5"
1420+
resolved "https://registry.yarnpkg.com/minimatch/-/minimatch-9.0.5.tgz#d74f9dd6b57d83d8e98cfb82133b03978bc929e5"
1421+
integrity sha512-G6T0ZX48xgozx7587koeX9Ys2NYy6Gmv//P89sEte9V9whIapMNF4idKxnW2QtCcLiTWlb/wfCabAtAFWhhBow==
1422+
dependencies:
1423+
brace-expansion "^2.0.1"
1424+
13621425
minimatch@^9.0.4:
13631426
version "9.0.4"
13641427
resolved "https://registry.yarnpkg.com/minimatch/-/minimatch-9.0.4.tgz#8e49c731d1749cbec05050ee5145147b32496a51"
@@ -1632,6 +1695,11 @@ resolve-from@^4.0.0:
16321695
resolved "https://registry.yarnpkg.com/resolve-from/-/resolve-from-4.0.0.tgz#4abcd852ad32dd7baabfe9b40e00a36db5f392e6"
16331696
integrity sha512-pb/MYmXstAkysRFx8piNI1tGFNQIFA3vkE3Gq4EuA1dF6gHp/+vgZqsCGJapvy8N3Q+4o7FwvquPJcnZ7RYy4g==
16341697

1698+
resolve-pkg-maps@^1.0.0:
1699+
version "1.0.0"
1700+
resolved "https://registry.yarnpkg.com/resolve-pkg-maps/-/resolve-pkg-maps-1.0.0.tgz#616b3dc2c57056b5588c31cdf4b3d64db133720f"
1701+
integrity sha512-seS2Tj26TBVOC2NIc2rOe2y2ZO7efxITtLZcGSOnHHNOQ7CkiUBfw0Iw2ck6xkIhPwLhKNLS8BO+hEpngQlqzw==
1702+
16351703
resolve.exports@^2.0.0:
16361704
version "2.0.2"
16371705
resolved "https://registry.yarnpkg.com/resolve.exports/-/resolve.exports-2.0.2.tgz#f8c934b8e6a13f539e38b7098e2e36134f01e800"
@@ -1687,7 +1755,7 @@ semver@^6.3.1:
16871755
resolved "https://registry.yarnpkg.com/semver/-/semver-6.3.1.tgz#556d2ef8689146e46dcea4bfdd095f3434dffcb4"
16881756
integrity sha512-BR7VvDCVHO+q2xBEWskxS6DJE1qRnb7DxzUrogb71CWoSficBxYsiAGd+Kl0mmq/MprG9yArRkyrQxTO6XjMzA==
16891757

1690-
semver@^7.6.1:
1758+
semver@^7.5.3, semver@^7.5.4, semver@^7.6.1:
16911759
version "7.6.2"
16921760
resolved "https://registry.yarnpkg.com/semver/-/semver-7.6.2.tgz#1e3b34759f896e8f14d6134732ce798aeb0c6e13"
16931761
integrity sha512-FNAIBWCx9qcRhoHcgcJ0gvU7SN1lYU2ZXuSfl04bSC5OpvDHFyJCjdNHomPXxjQlCBU67YW64PzY7/VIEH7F2w==
@@ -1887,6 +1955,11 @@ synckit@^0.8.6:
18871955
"@pkgr/core" "^0.1.0"
18881956
tslib "^2.6.2"
18891957

1958+
tapable@^2.2.0:
1959+
version "2.2.1"
1960+
resolved "https://registry.yarnpkg.com/tapable/-/tapable-2.2.1.tgz#1967a73ef4060a82f12ab96af86d52fdb76eeca0"
1961+
integrity sha512-GNzQvQTOIP6RyTfE2Qxb8ZVlNmw0n88vp1szwWRimP02mnTsx3Wtn5qRdqY9w2XduFNUgvOwhNnQsjwCp+kqaQ==
1962+
18901963
text-table@^0.2.0:
18911964
version "0.2.0"
18921965
resolved "https://registry.yarnpkg.com/text-table/-/text-table-0.2.0.tgz#7f5ee823ae805207c00af2df4a84ec3fcfa570b4"

0 commit comments

Comments
 (0)