Skip to content

Commit 45378a0

Browse files
chore(deps): update dependency eslint-config-nodebb to v1
1 parent c082798 commit 45378a0

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.48.0",
5050
"eslint": "9.17.0",
51-
"eslint-config-nodebb": "0.2.1",
51+
"eslint-config-nodebb": "1.0.7",
5252
"eslint-plugin-import": "2.31.0",
5353
"husky": "9.1.7",
5454
"lint-staged": "15.4.3"

yarn.lock

Lines changed: 7 additions & 151 deletions
Original file line numberDiff line numberDiff line change
@@ -668,11 +668,6 @@ [email protected]:
668668
resolved "https://registry.npmjs.org/concat-map/-/concat-map-0.0.1.tgz"
669669
integrity sha1-2Klr13/Wjfd5OnMDajug1UBdR3s=
670670

671-
confusing-browser-globals@^1.0.10:
672-
version "1.0.10"
673-
resolved "https://registry.npmjs.org/confusing-browser-globals/-/confusing-browser-globals-1.0.10.tgz"
674-
integrity sha512-gNld/3lySHwuhaVluJUKLePYirM3QNCKzVxqAdhJII9/WXKVX5PURzMVJspS1jTslSqjeuG4KMVTSouit5YPHA==
675-
676671
conventional-changelog-angular@^7.0.0:
677672
version "7.0.0"
678673
resolved "https://registry.yarnpkg.com/conventional-changelog-angular/-/conventional-changelog-angular-7.0.0.tgz#5eec8edbff15aa9b1680a8dcfbd53e2d7eb2ba7a"
@@ -790,13 +785,6 @@ define-data-property@^1.0.1, define-data-property@^1.1.4:
790785
es-errors "^1.3.0"
791786
gopd "^1.0.1"
792787

793-
define-properties@^1.1.3:
794-
version "1.1.3"
795-
resolved "https://registry.npmjs.org/define-properties/-/define-properties-1.1.3.tgz"
796-
integrity sha512-3MqfYKj2lLzdMSf8ZIZE/V+Zuy+BgD6f164e8K2w7dgnpKArBDerGYpM46IYYcjnkdPNMjPk9A6VFB8+3SKlXQ==
797-
dependencies:
798-
object-keys "^1.0.12"
799-
800788
define-properties@^1.2.0:
801789
version "1.2.0"
802790
resolved "https://registry.npmjs.org/define-properties/-/define-properties-1.2.0.tgz"
@@ -870,32 +858,6 @@ error-ex@^1.3.1:
870858
dependencies:
871859
is-arrayish "^0.2.1"
872860

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

1017-
1018-
version "15.0.0"
1019-
resolved "https://registry.npmjs.org/eslint-config-airbnb-base/-/eslint-config-airbnb-base-15.0.0.tgz"
1020-
integrity sha512-xaX3z4ZZIcFLvh2oUNvcX5oEofXda7giYmuplVxoOg5A7EXJMrUyqRgR+mhDhPK8LZ4PttFOBvCYDbX3sUoUig==
1021-
dependencies:
1022-
confusing-browser-globals "^1.0.10"
1023-
object.assign "^4.1.2"
1024-
object.entries "^1.1.5"
1025-
semver "^6.3.0"
1026-
1027-
1028-
version "0.2.1"
1029-
resolved "https://registry.npmjs.org/eslint-config-nodebb/-/eslint-config-nodebb-0.2.1.tgz"
1030-
integrity sha512-oElsZTuYW9W99/C+XnqFYqHzveOXaoBNeCUsAKBJff2KDBXCeoPkhOBoaPf3WSJslrfigOAaUtFZNc4KXNhvow==
1031-
dependencies:
1032-
eslint-config-airbnb-base "15.0.0"
979+
980+
version "1.0.7"
981+
resolved "https://registry.yarnpkg.com/eslint-config-nodebb/-/eslint-config-nodebb-1.0.7.tgz#82051eab063d0bd5ba242cd81146242b71771c34"
982+
integrity sha512-zzzuzEhA6sakEdxdF39TABxbdZUrGL7SeVVhL0xbOdrZzjc9NyVztgwWmFbxIYYwDVzqFzWvhtLMKl1julaXsg==
1033983

1034984
eslint-import-resolver-node@^0.3.9:
1035985
version "0.3.9"
@@ -1293,7 +1243,7 @@ get-intrinsic@^1.0.0:
12931243
has "^1.0.3"
12941244
has-symbols "^1.0.1"
12951245

1296-
get-intrinsic@^1.0.2, get-intrinsic@^1.1.0, get-intrinsic@^1.1.1:
1246+
get-intrinsic@^1.0.2, get-intrinsic@^1.1.1:
12971247
version "1.1.1"
12981248
resolved "https://registry.npmjs.org/get-intrinsic/-/get-intrinsic-1.1.1.tgz"
12991249
integrity sha512-kWZrnVM42QCiEA2Ig1bG8zjoIMOgxWwYCEeNdwY6Tv/cOSeGpcoX4pXHfKUxNKVoArnrEr2e9srnAxxGIraS9Q==
@@ -1328,14 +1278,6 @@ get-stream@^8.0.1:
13281278
resolved "https://registry.yarnpkg.com/get-stream/-/get-stream-8.0.1.tgz#def9dfd71742cd7754a7761ed43749a27d02eca2"
13291279
integrity sha512-VaUJspBffn/LMCJVoMvSAdmscJyS1auj5Zulnn5UoYcY531UWmdwhRWkcGKnGU93m5HSXP9LP2usOryrBtQowA==
13301280

1331-
get-symbol-description@^1.0.0:
1332-
version "1.0.0"
1333-
resolved "https://registry.npmjs.org/get-symbol-description/-/get-symbol-description-1.0.0.tgz"
1334-
integrity sha512-2EmdH1YvIQiZpltCNgkuiUnyukzxM/R6NDJX31Ke3BG1Nq5b0S2PhX59UKi9vZpPDQVdqn+1IcaAwnzTT5vCjw==
1335-
dependencies:
1336-
call-bind "^1.0.2"
1337-
get-intrinsic "^1.1.1"
1338-
13391281
get-symbol-description@^1.0.2:
13401282
version "1.0.2"
13411283
resolved "https://registry.yarnpkg.com/get-symbol-description/-/get-symbol-description-1.0.2.tgz#533744d5aa20aca4e079c8e5daf7fd44202821f5"
@@ -1388,11 +1330,6 @@ gopd@^1.0.1:
13881330
dependencies:
13891331
get-intrinsic "^1.1.3"
13901332

1391-
has-bigints@^1.0.1:
1392-
version "1.0.1"
1393-
resolved "https://registry.npmjs.org/has-bigints/-/has-bigints-1.0.1.tgz"
1394-
integrity sha512-LSBS2LjbNBTf6287JEbEzvJgftkF5qFkmCo9hDRpAzKhUOlJ+hx8dd4USs00SgsUNwc4617J9ki5YtEClM2ffA==
1395-
13961333
has-bigints@^1.0.2:
13971334
version "1.0.2"
13981335
resolved "https://registry.npmjs.org/has-bigints/-/has-bigints-1.0.2.tgz"
@@ -1521,15 +1458,6 @@ [email protected]:
15211458
resolved "https://registry.yarnpkg.com/ini/-/ini-4.1.1.tgz#d95b3d843b1e906e56d6747d5447904ff50ce7a1"
15221459
integrity sha512-QQnnxNyfvmHFIsj7gkPcYymR8Jdw/o7mp5ZFihxn6h8Ci6fh3Dx4E1gPjpQEpIuPo9XVNY/ZUwh4BPMjGyL01g==
15231460

1524-
internal-slot@^1.0.3:
1525-
version "1.0.3"
1526-
resolved "https://registry.npmjs.org/internal-slot/-/internal-slot-1.0.3.tgz"
1527-
integrity sha512-O0DB1JC/sPyZl7cIo78n5dR7eUSwwpYPiXRhTzNxZVAMUuB8vlnRFyLxdrVToks6XPLVnFfbzaVd5WLjhgg+vA==
1528-
dependencies:
1529-
get-intrinsic "^1.1.0"
1530-
has "^1.0.3"
1531-
side-channel "^1.0.4"
1532-
15331461
internal-slot@^1.0.7:
15341462
version "1.0.7"
15351463
resolved "https://registry.yarnpkg.com/internal-slot/-/internal-slot-1.0.7.tgz#c06dcca3ed874249881007b0a5523b172a190802"
@@ -1574,11 +1502,6 @@ is-callable@^1.1.4:
15741502
resolved "https://registry.npmjs.org/is-callable/-/is-callable-1.1.5.tgz"
15751503
integrity sha512-ESKv5sMCJB2jnHTWZ3O5itG+O128Hsus4K4Qh1h2/cgn2vbgnLSVqfV46AeJA9D5EeeLa9w81KUXMtn34zhX+Q==
15761504

1577-
is-callable@^1.2.4:
1578-
version "1.2.4"
1579-
resolved "https://registry.npmjs.org/is-callable/-/is-callable-1.2.4.tgz"
1580-
integrity sha512-nsuwtxZfMX67Oryl9LCQ+upnC0Z0BgpwntpS89m1H/TLF0zNfzfLMV/9Wa/6MZsj0acpEjAO0KF1xT6ZdLl95w==
1581-
15821505
is-core-module@^2.13.0:
15831506
version "2.13.0"
15841507
resolved "https://registry.npmjs.org/is-core-module/-/is-core-module-2.13.0.tgz"
@@ -1641,11 +1564,6 @@ is-glob@^4.0.3:
16411564
dependencies:
16421565
is-extglob "^2.1.1"
16431566

1644-
is-negative-zero@^2.0.1:
1645-
version "2.0.1"
1646-
resolved "https://registry.npmjs.org/is-negative-zero/-/is-negative-zero-2.0.1.tgz"
1647-
integrity sha512-2z6JzQvZRa9A2Y7xC6dQQm4FSTSTNWjKIYYTt4246eMTJmIo0Q+ZyOsU66X8lxK1AbB92dFeglPLrhwpeRKO6w==
1648-
16491567
is-negative-zero@^2.0.3:
16501568
version "2.0.3"
16511569
resolved "https://registry.yarnpkg.com/is-negative-zero/-/is-negative-zero-2.0.3.tgz#ced903a027aca6381b777a5743069d7376a49747"
@@ -1674,11 +1592,6 @@ is-regex@^1.1.4:
16741592
call-bind "^1.0.2"
16751593
has-tostringtag "^1.0.0"
16761594

1677-
is-shared-array-buffer@^1.0.1:
1678-
version "1.0.1"
1679-
resolved "https://registry.npmjs.org/is-shared-array-buffer/-/is-shared-array-buffer-1.0.1.tgz"
1680-
integrity sha512-IU0NmyknYZN0rChcKhRO1X8LYz5Isj/Fsqh8NJOSf+N/hCOTwy29F32Ik7a+QszE63IdvmwdTPDd6cZ5pg4cwA==
1681-
16821595
is-shared-array-buffer@^1.0.2:
16831596
version "1.0.2"
16841597
resolved "https://registry.npmjs.org/is-shared-array-buffer/-/is-shared-array-buffer-1.0.2.tgz"
@@ -1738,13 +1651,6 @@ is-typed-array@^1.1.13:
17381651
dependencies:
17391652
which-typed-array "^1.1.14"
17401653

1741-
is-weakref@^1.0.1:
1742-
version "1.0.1"
1743-
resolved "https://registry.npmjs.org/is-weakref/-/is-weakref-1.0.1.tgz"
1744-
integrity sha512-b2jKc2pQZjaeFYWEf7ScFj+Be1I+PXmlu572Q8coTXZ+LD/QQZ7ShPMst8h16riVgyXTQwUsFEl74mDvc/3MHQ==
1745-
dependencies:
1746-
call-bind "^1.0.0"
1747-
17481654
is-weakref@^1.0.2:
17491655
version "1.0.2"
17501656
resolved "https://registry.npmjs.org/is-weakref/-/is-weakref-1.0.2.tgz"
@@ -2011,11 +1917,6 @@ npm-run-path@^5.1.0:
20111917
dependencies:
20121918
path-key "^4.0.0"
20131919

2014-
object-inspect@^1.11.0:
2015-
version "1.11.0"
2016-
resolved "https://registry.npmjs.org/object-inspect/-/object-inspect-1.11.0.tgz"
2017-
integrity sha512-jp7ikS6Sd3GxQfZJPyH3cjcbJF6GZPClgdV+EFygjFLQ5FmW/dRUnTd9PQ9k0JhoNDabWFbpF1yCdSWCC6gexg==
2018-
20191920
object-inspect@^1.13.3:
20201921
version "1.13.3"
20211922
resolved "https://registry.yarnpkg.com/object-inspect/-/object-inspect-1.13.3.tgz#f14c183de51130243d6d18ae149375ff50ea488a"
@@ -2026,21 +1927,11 @@ object-inspect@^1.9.0:
20261927
resolved "https://registry.npmjs.org/object-inspect/-/object-inspect-1.10.3.tgz"
20271928
integrity sha512-e5mCJlSH7poANfC8z8S9s9S2IN5/4Zb3aZ33f5s8YqoazCFzNLloLU8r5VCG+G7WoqLvAAZoVMcy3tp/3X0Plw==
20281929

2029-
object-keys@^1.0.12, object-keys@^1.1.1:
1930+
object-keys@^1.1.1:
20301931
version "1.1.1"
20311932
resolved "https://registry.npmjs.org/object-keys/-/object-keys-1.1.1.tgz"
20321933
integrity sha512-NuAESUOUMrlIXOfHKzD6bpPu3tYt3xvjNdRIQ+FeT0lNb4K8WR70CaDxhuNguS2XG+GjkyMwOzsN5ZktImfhLA==
20331934

2034-
object.assign@^4.1.2:
2035-
version "4.1.2"
2036-
resolved "https://registry.npmjs.org/object.assign/-/object.assign-4.1.2.tgz"
2037-
integrity sha512-ixT2L5THXsApyiUPYKmW+2EHpXXe5Ii3M+f4e+aJFAHao5amFRW6J0OO6c/LU8Be47utCx2GL89hxGB6XSmKuQ==
2038-
dependencies:
2039-
call-bind "^1.0.0"
2040-
define-properties "^1.1.3"
2041-
has-symbols "^1.0.1"
2042-
object-keys "^1.1.1"
2043-
20441935
object.assign@^4.1.5:
20451936
version "4.1.5"
20461937
resolved "https://registry.yarnpkg.com/object.assign/-/object.assign-4.1.5.tgz#3a833f9ab7fdb80fc9e8d2300c803d216d8fdbb0"
@@ -2051,15 +1942,6 @@ object.assign@^4.1.5:
20511942
has-symbols "^1.0.3"
20521943
object-keys "^1.1.1"
20531944

2054-
object.entries@^1.1.5:
2055-
version "1.1.5"
2056-
resolved "https://registry.npmjs.org/object.entries/-/object.entries-1.1.5.tgz"
2057-
integrity sha512-TyxmjUoZggd4OrrU1W66FMDG6CuqJxsFvymeyXI51+vQLN67zYfZseptRge703kKQdo4uccgAKebXFcRCzk4+g==
2058-
dependencies:
2059-
call-bind "^1.0.2"
2060-
define-properties "^1.1.3"
2061-
es-abstract "^1.19.1"
2062-
20631945
object.fromentries@^2.0.8:
20641946
version "2.0.8"
20651947
resolved "https://registry.yarnpkg.com/object.fromentries/-/object.fromentries-2.0.8.tgz#f7195d8a9b97bd95cbc1999ea939ecd1a2b00c65"
@@ -2280,7 +2162,7 @@ safe-regex-test@^1.0.3:
22802162
es-errors "^1.3.0"
22812163
is-regex "^1.1.4"
22822164

2283-
semver@^6.3.0, semver@^6.3.1:
2165+
semver@^6.3.1:
22842166
version "6.3.1"
22852167
resolved "https://registry.npmjs.org/semver/-/semver-6.3.1.tgz"
22862168
integrity sha512-BR7VvDCVHO+q2xBEWskxS6DJE1qRnb7DxzUrogb71CWoSficBxYsiAGd+Kl0mmq/MprG9yArRkyrQxTO6XjMzA==
@@ -2392,14 +2274,6 @@ string.prototype.trim@^1.2.9:
23922274
es-abstract "^1.23.0"
23932275
es-object-atoms "^1.0.0"
23942276

2395-
string.prototype.trimend@^1.0.4:
2396-
version "1.0.4"
2397-
resolved "https://registry.npmjs.org/string.prototype.trimend/-/string.prototype.trimend-1.0.4.tgz"
2398-
integrity sha512-y9xCjw1P23Awk8EvTpcyL2NIr1j7wJ39f+k6lvRnSMz+mz9CGz9NYPelDk42kOz6+ql8xjfK8oYzy3jAP5QU5A==
2399-
dependencies:
2400-
call-bind "^1.0.2"
2401-
define-properties "^1.1.3"
2402-
24032277
string.prototype.trimend@^1.0.8:
24042278
version "1.0.8"
24052279
resolved "https://registry.yarnpkg.com/string.prototype.trimend/-/string.prototype.trimend-1.0.8.tgz#3651b8513719e8a9f48de7f2f77640b26652b229"
@@ -2409,14 +2283,6 @@ string.prototype.trimend@^1.0.8:
24092283
define-properties "^1.2.1"
24102284
es-object-atoms "^1.0.0"
24112285

2412-
string.prototype.trimstart@^1.0.4:
2413-
version "1.0.4"
2414-
resolved "https://registry.npmjs.org/string.prototype.trimstart/-/string.prototype.trimstart-1.0.4.tgz"
2415-
integrity sha512-jh6e984OBfvxS50tdY2nRZnoC5/mLFKOREQfw8t5yytkoUsJRNxvI/E39qu1sD0OtWI3OC0XgKSmcWwziwYuZw==
2416-
dependencies:
2417-
call-bind "^1.0.2"
2418-
define-properties "^1.1.3"
2419-
24202286
string.prototype.trimstart@^1.0.8:
24212287
version "1.0.8"
24222288
resolved "https://registry.yarnpkg.com/string.prototype.trimstart/-/string.prototype.trimstart-1.0.8.tgz#7ee834dda8c7c17eff3118472bb35bfedaa34dde"
@@ -2557,16 +2423,6 @@ typed-array-length@^1.0.6:
25572423
is-typed-array "^1.1.13"
25582424
possible-typed-array-names "^1.0.0"
25592425

2560-
unbox-primitive@^1.0.1:
2561-
version "1.0.1"
2562-
resolved "https://registry.npmjs.org/unbox-primitive/-/unbox-primitive-1.0.1.tgz"
2563-
integrity sha512-tZU/3NqK3dA5gpE1KtyiJUrEB0lxnGkMFHptJ7q6ewdZ8s12QrODwNbhIJStmJkd1QDXa1NRA8aF2A1zk/Ypyw==
2564-
dependencies:
2565-
function-bind "^1.1.1"
2566-
has-bigints "^1.0.1"
2567-
has-symbols "^1.0.2"
2568-
which-boxed-primitive "^1.0.2"
2569-
25702426
unbox-primitive@^1.0.2:
25712427
version "1.0.2"
25722428
resolved "https://registry.npmjs.org/unbox-primitive/-/unbox-primitive-1.0.2.tgz"

0 commit comments

Comments
 (0)