Skip to content

Commit 07b6066

Browse files
chore(deps): update dependency eslint-config-nodebb to v1
1 parent 37d9723 commit 07b6066

File tree

2 files changed

+8
-152
lines changed

2 files changed

+8
-152
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@
4848
"@eslint/js": "^9.15.0",
4949
"dprint": "^0.49.0",
5050
"eslint": "9.24.0",
51-
"eslint-config-nodebb": "0.2.1",
51+
"eslint-config-nodebb": "1.1.4",
5252
"eslint-plugin-import": "2.31.0",
5353
"husky": "9.1.7",
5454
"lint-staged": "15.5.1"

yarn.lock

Lines changed: 7 additions & 151 deletions
Original file line numberDiff line numberDiff line change
@@ -678,11 +678,6 @@ [email protected]:
678678
resolved "https://registry.yarnpkg.com/concat-map/-/concat-map-0.0.1.tgz#d8a96bd77fd68df7793a73036a3ba0d5405d477b"
679679
integrity sha512-/Srv4dswyQNBfohGpz9o6Yb3Gz3SrUDqBH5rTuhGR7ahtlbYKnVxw2bCFMRljaA7EXHaXZ8wsHdodFvbkhKmqg==
680680

681-
confusing-browser-globals@^1.0.10:
682-
version "1.0.10"
683-
resolved "https://registry.npmjs.org/confusing-browser-globals/-/confusing-browser-globals-1.0.10.tgz"
684-
integrity sha512-gNld/3lySHwuhaVluJUKLePYirM3QNCKzVxqAdhJII9/WXKVX5PURzMVJspS1jTslSqjeuG4KMVTSouit5YPHA==
685-
686681
conventional-changelog-angular@^7.0.0:
687682
version "7.0.0"
688683
resolved "https://registry.yarnpkg.com/conventional-changelog-angular/-/conventional-changelog-angular-7.0.0.tgz#5eec8edbff15aa9b1680a8dcfbd53e2d7eb2ba7a"
@@ -793,13 +788,6 @@ define-data-property@^1.0.1, define-data-property@^1.1.4:
793788
es-errors "^1.3.0"
794789
gopd "^1.0.1"
795790

796-
define-properties@^1.1.3:
797-
version "1.1.3"
798-
resolved "https://registry.npmjs.org/define-properties/-/define-properties-1.1.3.tgz"
799-
integrity sha512-3MqfYKj2lLzdMSf8ZIZE/V+Zuy+BgD6f164e8K2w7dgnpKArBDerGYpM46IYYcjnkdPNMjPk9A6VFB8+3SKlXQ==
800-
dependencies:
801-
object-keys "^1.0.12"
802-
803791
define-properties@^1.2.0:
804792
version "1.2.0"
805793
resolved "https://registry.npmjs.org/define-properties/-/define-properties-1.2.0.tgz"
@@ -873,32 +861,6 @@ error-ex@^1.3.1:
873861
dependencies:
874862
is-arrayish "^0.2.1"
875863

876-
es-abstract@^1.19.1:
877-
version "1.19.1"
878-
resolved "https://registry.npmjs.org/es-abstract/-/es-abstract-1.19.1.tgz"
879-
integrity sha512-2vJ6tjA/UfqLm2MPs7jxVybLoB8i1t1Jd9R3kISld20sIxPcTbLuggQOUxeWeAvIUkduv/CfMjuh4WmiXr2v9w==
880-
dependencies:
881-
call-bind "^1.0.2"
882-
es-to-primitive "^1.2.1"
883-
function-bind "^1.1.1"
884-
get-intrinsic "^1.1.1"
885-
get-symbol-description "^1.0.0"
886-
has "^1.0.3"
887-
has-symbols "^1.0.2"
888-
internal-slot "^1.0.3"
889-
is-callable "^1.2.4"
890-
is-negative-zero "^2.0.1"
891-
is-regex "^1.1.4"
892-
is-shared-array-buffer "^1.0.1"
893-
is-string "^1.0.7"
894-
is-weakref "^1.0.1"
895-
object-inspect "^1.11.0"
896-
object-keys "^1.1.1"
897-
object.assign "^4.1.2"
898-
string.prototype.trimend "^1.0.4"
899-
string.prototype.trimstart "^1.0.4"
900-
unbox-primitive "^1.0.1"
901-
902864
es-abstract@^1.22.1, es-abstract@^1.22.3, es-abstract@^1.23.0, es-abstract@^1.23.2:
903865
version "1.23.5"
904866
resolved "https://registry.yarnpkg.com/es-abstract/-/es-abstract-1.23.5.tgz#f4599a4946d57ed467515ed10e4f157289cd52fb"
@@ -1017,22 +979,10 @@ escape-string-regexp@^4.0.0:
1017979
resolved "https://registry.npmjs.org/escape-string-regexp/-/escape-string-regexp-4.0.0.tgz"
1018980
integrity sha512-TtpcNJ3XAzx3Gq8sWRzJaVajRs0uVxA2YAkdb1jm2YkPz4G6egUFAyA3n5vtEIZefPk5Wa4UXbKuS5fKkJWdgA==
1019981

1020-
1021-
version "15.0.0"
1022-
resolved "https://registry.npmjs.org/eslint-config-airbnb-base/-/eslint-config-airbnb-base-15.0.0.tgz"
1023-
integrity sha512-xaX3z4ZZIcFLvh2oUNvcX5oEofXda7giYmuplVxoOg5A7EXJMrUyqRgR+mhDhPK8LZ4PttFOBvCYDbX3sUoUig==
1024-
dependencies:
1025-
confusing-browser-globals "^1.0.10"
1026-
object.assign "^4.1.2"
1027-
object.entries "^1.1.5"
1028-
semver "^6.3.0"
1029-
1030-
1031-
version "0.2.1"
1032-
resolved "https://registry.npmjs.org/eslint-config-nodebb/-/eslint-config-nodebb-0.2.1.tgz"
1033-
integrity sha512-oElsZTuYW9W99/C+XnqFYqHzveOXaoBNeCUsAKBJff2KDBXCeoPkhOBoaPf3WSJslrfigOAaUtFZNc4KXNhvow==
1034-
dependencies:
1035-
eslint-config-airbnb-base "15.0.0"
982+
983+
version "1.1.4"
984+
resolved "https://registry.yarnpkg.com/eslint-config-nodebb/-/eslint-config-nodebb-1.1.4.tgz#bff92e51de15e8f8f3de1836cc1575c466b58702"
985+
integrity sha512-XNNHnYRcg1/8CpjLneZ+4NX6cq6HEiGyvyGpiYPQ5sYax5Qmg21mO71bBjdsrcbB1if4UyF7pYOkOKnK+ZyONg==
1036986

1037987
eslint-import-resolver-node@^0.3.9:
1038988
version "0.3.9"
@@ -1297,7 +1247,7 @@ get-intrinsic@^1.0.0:
12971247
has "^1.0.3"
12981248
has-symbols "^1.0.1"
12991249

1300-
get-intrinsic@^1.0.2, get-intrinsic@^1.1.0, get-intrinsic@^1.1.1:
1250+
get-intrinsic@^1.0.2, get-intrinsic@^1.1.1:
13011251
version "1.1.1"
13021252
resolved "https://registry.npmjs.org/get-intrinsic/-/get-intrinsic-1.1.1.tgz"
13031253
integrity sha512-kWZrnVM42QCiEA2Ig1bG8zjoIMOgxWwYCEeNdwY6Tv/cOSeGpcoX4pXHfKUxNKVoArnrEr2e9srnAxxGIraS9Q==
@@ -1332,14 +1282,6 @@ get-stream@^8.0.1:
13321282
resolved "https://registry.yarnpkg.com/get-stream/-/get-stream-8.0.1.tgz#def9dfd71742cd7754a7761ed43749a27d02eca2"
13331283
integrity sha512-VaUJspBffn/LMCJVoMvSAdmscJyS1auj5Zulnn5UoYcY531UWmdwhRWkcGKnGU93m5HSXP9LP2usOryrBtQowA==
13341284

1335-
get-symbol-description@^1.0.0:
1336-
version "1.0.0"
1337-
resolved "https://registry.npmjs.org/get-symbol-description/-/get-symbol-description-1.0.0.tgz"
1338-
integrity sha512-2EmdH1YvIQiZpltCNgkuiUnyukzxM/R6NDJX31Ke3BG1Nq5b0S2PhX59UKi9vZpPDQVdqn+1IcaAwnzTT5vCjw==
1339-
dependencies:
1340-
call-bind "^1.0.2"
1341-
get-intrinsic "^1.1.1"
1342-
13431285
get-symbol-description@^1.0.2:
13441286
version "1.0.2"
13451287
resolved "https://registry.yarnpkg.com/get-symbol-description/-/get-symbol-description-1.0.2.tgz#533744d5aa20aca4e079c8e5daf7fd44202821f5"
@@ -1392,11 +1334,6 @@ gopd@^1.0.1:
13921334
dependencies:
13931335
get-intrinsic "^1.1.3"
13941336

1395-
has-bigints@^1.0.1:
1396-
version "1.0.1"
1397-
resolved "https://registry.npmjs.org/has-bigints/-/has-bigints-1.0.1.tgz"
1398-
integrity sha512-LSBS2LjbNBTf6287JEbEzvJgftkF5qFkmCo9hDRpAzKhUOlJ+hx8dd4USs00SgsUNwc4617J9ki5YtEClM2ffA==
1399-
14001337
has-bigints@^1.0.2:
14011338
version "1.0.2"
14021339
resolved "https://registry.npmjs.org/has-bigints/-/has-bigints-1.0.2.tgz"
@@ -1525,15 +1462,6 @@ [email protected]:
15251462
resolved "https://registry.yarnpkg.com/ini/-/ini-4.1.1.tgz#d95b3d843b1e906e56d6747d5447904ff50ce7a1"
15261463
integrity sha512-QQnnxNyfvmHFIsj7gkPcYymR8Jdw/o7mp5ZFihxn6h8Ci6fh3Dx4E1gPjpQEpIuPo9XVNY/ZUwh4BPMjGyL01g==
15271464

1528-
internal-slot@^1.0.3:
1529-
version "1.0.3"
1530-
resolved "https://registry.npmjs.org/internal-slot/-/internal-slot-1.0.3.tgz"
1531-
integrity sha512-O0DB1JC/sPyZl7cIo78n5dR7eUSwwpYPiXRhTzNxZVAMUuB8vlnRFyLxdrVToks6XPLVnFfbzaVd5WLjhgg+vA==
1532-
dependencies:
1533-
get-intrinsic "^1.1.0"
1534-
has "^1.0.3"
1535-
side-channel "^1.0.4"
1536-
15371465
internal-slot@^1.0.7:
15381466
version "1.0.7"
15391467
resolved "https://registry.yarnpkg.com/internal-slot/-/internal-slot-1.0.7.tgz#c06dcca3ed874249881007b0a5523b172a190802"
@@ -1578,11 +1506,6 @@ is-callable@^1.1.4:
15781506
resolved "https://registry.npmjs.org/is-callable/-/is-callable-1.1.5.tgz"
15791507
integrity sha512-ESKv5sMCJB2jnHTWZ3O5itG+O128Hsus4K4Qh1h2/cgn2vbgnLSVqfV46AeJA9D5EeeLa9w81KUXMtn34zhX+Q==
15801508

1581-
is-callable@^1.2.4:
1582-
version "1.2.4"
1583-
resolved "https://registry.npmjs.org/is-callable/-/is-callable-1.2.4.tgz"
1584-
integrity sha512-nsuwtxZfMX67Oryl9LCQ+upnC0Z0BgpwntpS89m1H/TLF0zNfzfLMV/9Wa/6MZsj0acpEjAO0KF1xT6ZdLl95w==
1585-
15861509
is-core-module@^2.13.0:
15871510
version "2.13.0"
15881511
resolved "https://registry.npmjs.org/is-core-module/-/is-core-module-2.13.0.tgz"
@@ -1645,11 +1568,6 @@ is-glob@^4.0.3:
16451568
dependencies:
16461569
is-extglob "^2.1.1"
16471570

1648-
is-negative-zero@^2.0.1:
1649-
version "2.0.1"
1650-
resolved "https://registry.npmjs.org/is-negative-zero/-/is-negative-zero-2.0.1.tgz"
1651-
integrity sha512-2z6JzQvZRa9A2Y7xC6dQQm4FSTSTNWjKIYYTt4246eMTJmIo0Q+ZyOsU66X8lxK1AbB92dFeglPLrhwpeRKO6w==
1652-
16531571
is-negative-zero@^2.0.3:
16541572
version "2.0.3"
16551573
resolved "https://registry.yarnpkg.com/is-negative-zero/-/is-negative-zero-2.0.3.tgz#ced903a027aca6381b777a5743069d7376a49747"
@@ -1678,11 +1596,6 @@ is-regex@^1.1.4:
16781596
call-bind "^1.0.2"
16791597
has-tostringtag "^1.0.0"
16801598

1681-
is-shared-array-buffer@^1.0.1:
1682-
version "1.0.1"
1683-
resolved "https://registry.npmjs.org/is-shared-array-buffer/-/is-shared-array-buffer-1.0.1.tgz"
1684-
integrity sha512-IU0NmyknYZN0rChcKhRO1X8LYz5Isj/Fsqh8NJOSf+N/hCOTwy29F32Ik7a+QszE63IdvmwdTPDd6cZ5pg4cwA==
1685-
16861599
is-shared-array-buffer@^1.0.2:
16871600
version "1.0.2"
16881601
resolved "https://registry.npmjs.org/is-shared-array-buffer/-/is-shared-array-buffer-1.0.2.tgz"
@@ -1742,13 +1655,6 @@ is-typed-array@^1.1.13:
17421655
dependencies:
17431656
which-typed-array "^1.1.14"
17441657

1745-
is-weakref@^1.0.1:
1746-
version "1.0.1"
1747-
resolved "https://registry.npmjs.org/is-weakref/-/is-weakref-1.0.1.tgz"
1748-
integrity sha512-b2jKc2pQZjaeFYWEf7ScFj+Be1I+PXmlu572Q8coTXZ+LD/QQZ7ShPMst8h16riVgyXTQwUsFEl74mDvc/3MHQ==
1749-
dependencies:
1750-
call-bind "^1.0.0"
1751-
17521658
is-weakref@^1.0.2:
17531659
version "1.0.2"
17541660
resolved "https://registry.npmjs.org/is-weakref/-/is-weakref-1.0.2.tgz"
@@ -2015,11 +1921,6 @@ npm-run-path@^5.1.0:
20151921
dependencies:
20161922
path-key "^4.0.0"
20171923

2018-
object-inspect@^1.11.0:
2019-
version "1.11.0"
2020-
resolved "https://registry.npmjs.org/object-inspect/-/object-inspect-1.11.0.tgz"
2021-
integrity sha512-jp7ikS6Sd3GxQfZJPyH3cjcbJF6GZPClgdV+EFygjFLQ5FmW/dRUnTd9PQ9k0JhoNDabWFbpF1yCdSWCC6gexg==
2022-
20231924
object-inspect@^1.13.3:
20241925
version "1.13.3"
20251926
resolved "https://registry.yarnpkg.com/object-inspect/-/object-inspect-1.13.3.tgz#f14c183de51130243d6d18ae149375ff50ea488a"
@@ -2030,21 +1931,11 @@ object-inspect@^1.9.0:
20301931
resolved "https://registry.npmjs.org/object-inspect/-/object-inspect-1.10.3.tgz"
20311932
integrity sha512-e5mCJlSH7poANfC8z8S9s9S2IN5/4Zb3aZ33f5s8YqoazCFzNLloLU8r5VCG+G7WoqLvAAZoVMcy3tp/3X0Plw==
20321933

2033-
object-keys@^1.0.12, object-keys@^1.1.1:
1934+
object-keys@^1.1.1:
20341935
version "1.1.1"
20351936
resolved "https://registry.npmjs.org/object-keys/-/object-keys-1.1.1.tgz"
20361937
integrity sha512-NuAESUOUMrlIXOfHKzD6bpPu3tYt3xvjNdRIQ+FeT0lNb4K8WR70CaDxhuNguS2XG+GjkyMwOzsN5ZktImfhLA==
20371938

2038-
object.assign@^4.1.2:
2039-
version "4.1.2"
2040-
resolved "https://registry.npmjs.org/object.assign/-/object.assign-4.1.2.tgz"
2041-
integrity sha512-ixT2L5THXsApyiUPYKmW+2EHpXXe5Ii3M+f4e+aJFAHao5amFRW6J0OO6c/LU8Be47utCx2GL89hxGB6XSmKuQ==
2042-
dependencies:
2043-
call-bind "^1.0.0"
2044-
define-properties "^1.1.3"
2045-
has-symbols "^1.0.1"
2046-
object-keys "^1.1.1"
2047-
20481939
object.assign@^4.1.5:
20491940
version "4.1.5"
20501941
resolved "https://registry.yarnpkg.com/object.assign/-/object.assign-4.1.5.tgz#3a833f9ab7fdb80fc9e8d2300c803d216d8fdbb0"
@@ -2055,15 +1946,6 @@ object.assign@^4.1.5:
20551946
has-symbols "^1.0.3"
20561947
object-keys "^1.1.1"
20571948

2058-
object.entries@^1.1.5:
2059-
version "1.1.5"
2060-
resolved "https://registry.npmjs.org/object.entries/-/object.entries-1.1.5.tgz"
2061-
integrity sha512-TyxmjUoZggd4OrrU1W66FMDG6CuqJxsFvymeyXI51+vQLN67zYfZseptRge703kKQdo4uccgAKebXFcRCzk4+g==
2062-
dependencies:
2063-
call-bind "^1.0.2"
2064-
define-properties "^1.1.3"
2065-
es-abstract "^1.19.1"
2066-
20671949
object.fromentries@^2.0.8:
20681950
version "2.0.8"
20691951
resolved "https://registry.yarnpkg.com/object.fromentries/-/object.fromentries-2.0.8.tgz#f7195d8a9b97bd95cbc1999ea939ecd1a2b00c65"
@@ -2284,7 +2166,7 @@ safe-regex-test@^1.0.3:
22842166
es-errors "^1.3.0"
22852167
is-regex "^1.1.4"
22862168

2287-
semver@^6.3.0, semver@^6.3.1:
2169+
semver@^6.3.1:
22882170
version "6.3.1"
22892171
resolved "https://registry.npmjs.org/semver/-/semver-6.3.1.tgz"
22902172
integrity sha512-BR7VvDCVHO+q2xBEWskxS6DJE1qRnb7DxzUrogb71CWoSficBxYsiAGd+Kl0mmq/MprG9yArRkyrQxTO6XjMzA==
@@ -2396,14 +2278,6 @@ string.prototype.trim@^1.2.9:
23962278
es-abstract "^1.23.0"
23972279
es-object-atoms "^1.0.0"
23982280

2399-
string.prototype.trimend@^1.0.4:
2400-
version "1.0.4"
2401-
resolved "https://registry.npmjs.org/string.prototype.trimend/-/string.prototype.trimend-1.0.4.tgz"
2402-
integrity sha512-y9xCjw1P23Awk8EvTpcyL2NIr1j7wJ39f+k6lvRnSMz+mz9CGz9NYPelDk42kOz6+ql8xjfK8oYzy3jAP5QU5A==
2403-
dependencies:
2404-
call-bind "^1.0.2"
2405-
define-properties "^1.1.3"
2406-
24072281
string.prototype.trimend@^1.0.8:
24082282
version "1.0.8"
24092283
resolved "https://registry.yarnpkg.com/string.prototype.trimend/-/string.prototype.trimend-1.0.8.tgz#3651b8513719e8a9f48de7f2f77640b26652b229"
@@ -2413,14 +2287,6 @@ string.prototype.trimend@^1.0.8:
24132287
define-properties "^1.2.1"
24142288
es-object-atoms "^1.0.0"
24152289

2416-
string.prototype.trimstart@^1.0.4:
2417-
version "1.0.4"
2418-
resolved "https://registry.npmjs.org/string.prototype.trimstart/-/string.prototype.trimstart-1.0.4.tgz"
2419-
integrity sha512-jh6e984OBfvxS50tdY2nRZnoC5/mLFKOREQfw8t5yytkoUsJRNxvI/E39qu1sD0OtWI3OC0XgKSmcWwziwYuZw==
2420-
dependencies:
2421-
call-bind "^1.0.2"
2422-
define-properties "^1.1.3"
2423-
24242290
string.prototype.trimstart@^1.0.8:
24252291
version "1.0.8"
24262292
resolved "https://registry.yarnpkg.com/string.prototype.trimstart/-/string.prototype.trimstart-1.0.8.tgz#7ee834dda8c7c17eff3118472bb35bfedaa34dde"
@@ -2561,16 +2427,6 @@ typed-array-length@^1.0.6:
25612427
is-typed-array "^1.1.13"
25622428
possible-typed-array-names "^1.0.0"
25632429

2564-
unbox-primitive@^1.0.1:
2565-
version "1.0.1"
2566-
resolved "https://registry.npmjs.org/unbox-primitive/-/unbox-primitive-1.0.1.tgz"
2567-
integrity sha512-tZU/3NqK3dA5gpE1KtyiJUrEB0lxnGkMFHptJ7q6ewdZ8s12QrODwNbhIJStmJkd1QDXa1NRA8aF2A1zk/Ypyw==
2568-
dependencies:
2569-
function-bind "^1.1.1"
2570-
has-bigints "^1.0.1"
2571-
has-symbols "^1.0.2"
2572-
which-boxed-primitive "^1.0.2"
2573-
25742430
unbox-primitive@^1.0.2:
25752431
version "1.0.2"
25762432
resolved "https://registry.npmjs.org/unbox-primitive/-/unbox-primitive-1.0.2.tgz"

0 commit comments

Comments
 (0)