Skip to content

Commit c5666e8

Browse files
chore(deps): update linters
1 parent eda70fd commit c5666e8

File tree

2 files changed

+136
-19
lines changed

2 files changed

+136
-19
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -140,7 +140,7 @@
140140
"eslint-plugin-n": "17.23.1",
141141
"eslint-plugin-prettier": "5.5.4",
142142
"eslint-plugin-react": "7.37.5",
143-
"eslint-plugin-react-hooks": "5.2.0",
143+
"eslint-plugin-react-hooks": "7.0.1",
144144
"gatsby-plugin-react-helmet": "6.15.0",
145145
"gatsby-source-filesystem": "5.15.0",
146146
"globals": "16.4.0",
@@ -152,7 +152,7 @@
152152
"remark": "15.0.1",
153153
"remark-html": "16.0.1",
154154
"stylelint": "16.25.0",
155-
"stylelint-config-standard": "38.0.0",
155+
"stylelint-config-standard": "39.0.1",
156156
"ts-jest": "29.4.4",
157157
"typescript": "5.9.3",
158158
"typescript-eslint": "8.46.0"

yarn.lock

Lines changed: 134 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -1211,6 +1211,29 @@ __metadata:
12111211
languageName: node
12121212
linkType: hard
12131213

1214+
"@babel/core@npm:^7.24.4":
1215+
version: 7.28.5
1216+
resolution: "@babel/core@npm:7.28.5"
1217+
dependencies:
1218+
"@babel/code-frame": "npm:^7.27.1"
1219+
"@babel/generator": "npm:^7.28.5"
1220+
"@babel/helper-compilation-targets": "npm:^7.27.2"
1221+
"@babel/helper-module-transforms": "npm:^7.28.3"
1222+
"@babel/helpers": "npm:^7.28.4"
1223+
"@babel/parser": "npm:^7.28.5"
1224+
"@babel/template": "npm:^7.27.2"
1225+
"@babel/traverse": "npm:^7.28.5"
1226+
"@babel/types": "npm:^7.28.5"
1227+
"@jridgewell/remapping": "npm:^2.3.5"
1228+
convert-source-map: "npm:^2.0.0"
1229+
debug: "npm:^4.1.0"
1230+
gensync: "npm:^1.0.0-beta.2"
1231+
json5: "npm:^2.2.3"
1232+
semver: "npm:^6.3.1"
1233+
checksum: 10c0/535f82238027621da6bdffbdbe896ebad3558b311d6f8abc680637a9859b96edbf929ab010757055381570b29cf66c4a295b5618318d27a4273c0e2033925e72
1234+
languageName: node
1235+
linkType: hard
1236+
12141237
"@babel/eslint-parser@npm:^7.19.1":
12151238
version: 7.23.3
12161239
resolution: "@babel/eslint-parser@npm:7.23.3"
@@ -1288,6 +1311,19 @@ __metadata:
12881311
languageName: node
12891312
linkType: hard
12901313

1314+
"@babel/generator@npm:^7.28.5":
1315+
version: 7.28.5
1316+
resolution: "@babel/generator@npm:7.28.5"
1317+
dependencies:
1318+
"@babel/parser": "npm:^7.28.5"
1319+
"@babel/types": "npm:^7.28.5"
1320+
"@jridgewell/gen-mapping": "npm:^0.3.12"
1321+
"@jridgewell/trace-mapping": "npm:^0.3.28"
1322+
jsesc: "npm:^3.0.2"
1323+
checksum: 10c0/9f219fe1d5431b6919f1a5c60db8d5d34fe546c0d8f5a8511b32f847569234ffc8032beb9e7404649a143f54e15224ecb53a3d11b6bb85c3203e573d91fca752
1324+
languageName: node
1325+
linkType: hard
1326+
12911327
"@babel/helper-annotate-as-pure@npm:^7.22.5":
12921328
version: 7.22.5
12931329
resolution: "@babel/helper-annotate-as-pure@npm:7.22.5"
@@ -1692,6 +1728,13 @@ __metadata:
16921728
languageName: node
16931729
linkType: hard
16941730

1731+
"@babel/helper-validator-identifier@npm:^7.28.5":
1732+
version: 7.28.5
1733+
resolution: "@babel/helper-validator-identifier@npm:7.28.5"
1734+
checksum: 10c0/42aaebed91f739a41f3d80b72752d1f95fd7c72394e8e4bd7cdd88817e0774d80a432451bcba17c2c642c257c483bf1d409dd4548883429ea9493a3bc4ab0847
1735+
languageName: node
1736+
linkType: hard
1737+
16951738
"@babel/helper-validator-option@npm:^7.22.15":
16961739
version: 7.22.15
16971740
resolution: "@babel/helper-validator-option@npm:7.22.15"
@@ -1787,6 +1830,17 @@ __metadata:
17871830
languageName: node
17881831
linkType: hard
17891832

1833+
"@babel/parser@npm:^7.24.4, @babel/parser@npm:^7.28.5":
1834+
version: 7.28.5
1835+
resolution: "@babel/parser@npm:7.28.5"
1836+
dependencies:
1837+
"@babel/types": "npm:^7.28.5"
1838+
bin:
1839+
parser: ./bin/babel-parser.js
1840+
checksum: 10c0/5bbe48bf2c79594ac02b490a41ffde7ef5aa22a9a88ad6bcc78432a6ba8a9d638d531d868bd1f104633f1f6bba9905746e15185b8276a3756c42b765d131b1ef
1841+
languageName: node
1842+
linkType: hard
1843+
17901844
"@babel/parser@npm:^7.24.7":
17911845
version: 7.24.7
17921846
resolution: "@babel/parser@npm:7.24.7"
@@ -3180,6 +3234,21 @@ __metadata:
31803234
languageName: node
31813235
linkType: hard
31823236

3237+
"@babel/traverse@npm:^7.28.5":
3238+
version: 7.28.5
3239+
resolution: "@babel/traverse@npm:7.28.5"
3240+
dependencies:
3241+
"@babel/code-frame": "npm:^7.27.1"
3242+
"@babel/generator": "npm:^7.28.5"
3243+
"@babel/helper-globals": "npm:^7.28.0"
3244+
"@babel/parser": "npm:^7.28.5"
3245+
"@babel/template": "npm:^7.27.2"
3246+
"@babel/types": "npm:^7.28.5"
3247+
debug: "npm:^4.3.1"
3248+
checksum: 10c0/f6c4a595993ae2b73f2d4cd9c062f2e232174d293edd4abe1d715bd6281da8d99e47c65857e8d0917d9384c65972f4acdebc6749a7c40a8fcc38b3c7fb3e706f
3249+
languageName: node
3250+
linkType: hard
3251+
31833252
"@babel/types@npm:^7.0.0, @babel/types@npm:^7.16.8, @babel/types@npm:^7.20.7, @babel/types@npm:^7.21.3, @babel/types@npm:^7.22.15, @babel/types@npm:^7.22.19, @babel/types@npm:^7.22.5, @babel/types@npm:^7.23.0, @babel/types@npm:^7.23.3, @babel/types@npm:^7.23.4, @babel/types@npm:^7.4.4":
31843253
version: 7.23.4
31853254
resolution: "@babel/types@npm:7.23.4"
@@ -3242,6 +3311,16 @@ __metadata:
32423311
languageName: node
32433312
linkType: hard
32443313

3314+
"@babel/types@npm:^7.28.5":
3315+
version: 7.28.5
3316+
resolution: "@babel/types@npm:7.28.5"
3317+
dependencies:
3318+
"@babel/helper-string-parser": "npm:^7.27.1"
3319+
"@babel/helper-validator-identifier": "npm:^7.28.5"
3320+
checksum: 10c0/a5a483d2100befbf125793640dec26b90b95fd233a94c19573325898a5ce1e52cdfa96e495c7dcc31b5eca5b66ce3e6d4a0f5a4a62daec271455959f208ab08a
3321+
languageName: node
3322+
linkType: hard
3323+
32453324
"@bcoe/v8-coverage@npm:^0.2.3":
32463325
version: 0.2.3
32473326
resolution: "@bcoe/v8-coverage@npm:0.2.3"
@@ -13312,12 +13391,18 @@ __metadata:
1331213391
languageName: node
1331313392
linkType: hard
1331413393

13315-
"eslint-plugin-react-hooks@npm:5.2.0":
13316-
version: 5.2.0
13317-
resolution: "eslint-plugin-react-hooks@npm:5.2.0"
13394+
"eslint-plugin-react-hooks@npm:7.0.1":
13395+
version: 7.0.1
13396+
resolution: "eslint-plugin-react-hooks@npm:7.0.1"
13397+
dependencies:
13398+
"@babel/core": "npm:^7.24.4"
13399+
"@babel/parser": "npm:^7.24.4"
13400+
hermes-parser: "npm:^0.25.1"
13401+
zod: "npm:^3.25.0 || ^4.0.0"
13402+
zod-validation-error: "npm:^3.5.0 || ^4.0.0"
1331813403
peerDependencies:
1331913404
eslint: ^3.0.0 || ^4.0.0 || ^5.0.0 || ^6.0.0 || ^7.0.0 || ^8.0.0-0 || ^9.0.0
13320-
checksum: 10c0/1c8d50fa5984c6dea32470651807d2922cc3934cf3425e78f84a24c2dfd972e7f019bee84aefb27e0cf2c13fea0ac1d4473267727408feeb1c56333ca1489385
13405+
checksum: 10c0/1e711d1a9d1fa9cfc51fa1572500656577201199c70c795c6a27adfc1df39e5c598f69aab6aa91117753d23cc1f11388579a2bed14921cf9a4efe60ae8618496
1332113406
languageName: node
1332213407
linkType: hard
1332313408

@@ -16485,6 +16570,22 @@ __metadata:
1648516570
languageName: node
1648616571
linkType: hard
1648716572

16573+
"hermes-estree@npm:0.25.1":
16574+
version: 0.25.1
16575+
resolution: "hermes-estree@npm:0.25.1"
16576+
checksum: 10c0/48be3b2fa37a0cbc77a112a89096fa212f25d06de92781b163d67853d210a8a5c3784fac23d7d48335058f7ed283115c87b4332c2a2abaaccc76d0ead1a282ac
16577+
languageName: node
16578+
linkType: hard
16579+
16580+
"hermes-parser@npm:^0.25.1":
16581+
version: 0.25.1
16582+
resolution: "hermes-parser@npm:0.25.1"
16583+
dependencies:
16584+
hermes-estree: "npm:0.25.1"
16585+
checksum: 10c0/3abaa4c6f1bcc25273f267297a89a4904963ea29af19b8e4f6eabe04f1c2c7e9abd7bfc4730ddb1d58f2ea04b6fee74053d8bddb5656ec6ebf6c79cc8d14202c
16586+
languageName: node
16587+
linkType: hard
16588+
1648816589
"hoist-non-react-statics@npm:^3.3.2":
1648916590
version: 3.3.2
1649016591
resolution: "hoist-non-react-statics@npm:3.3.2"
@@ -25678,23 +25779,23 @@ __metadata:
2567825779
languageName: node
2567925780
linkType: hard
2568025781

25681-
"stylelint-config-recommended@npm:^16.0.0":
25682-
version: 16.0.0
25683-
resolution: "stylelint-config-recommended@npm:16.0.0"
25782+
"stylelint-config-recommended@npm:^17.0.0":
25783+
version: 17.0.0
25784+
resolution: "stylelint-config-recommended@npm:17.0.0"
2568425785
peerDependencies:
25685-
stylelint: ^16.16.0
25686-
checksum: 10c0/b2b4ea2633a606a0f686521aa5e8908810c9dd21fd4525c86b34213de1e362b445fd5472b6e5ff251d46f999e2ca2c6c704f2efc1c08d5a532084427f4e1c9d8
25786+
stylelint: ^16.23.0
25787+
checksum: 10c0/49e5d1c0f58197b2c5585b85fad814fed9bdec44c9870368c46a762664c5ff158c1145b6337456ae194409d692992b5b87421d62880422f71d8a3360417f5ad1
2568725788
languageName: node
2568825789
linkType: hard
2568925790

25690-
"stylelint-config-standard@npm:38.0.0":
25691-
version: 38.0.0
25692-
resolution: "stylelint-config-standard@npm:38.0.0"
25791+
"stylelint-config-standard@npm:39.0.1":
25792+
version: 39.0.1
25793+
resolution: "stylelint-config-standard@npm:39.0.1"
2569325794
dependencies:
25694-
stylelint-config-recommended: "npm:^16.0.0"
25795+
stylelint-config-recommended: "npm:^17.0.0"
2569525796
peerDependencies:
25696-
stylelint: ^16.18.0
25697-
checksum: 10c0/8b52c7b7d6287c7495a8fe3a681e07ea9478374e7e66b28d61779072d46cd5b845530b2410df7496a008a8efafe834fb46cf07792f4cf57f996e39f24a801b90
25797+
stylelint: ^16.23.0
25798+
checksum: 10c0/70a9862a2cedcc2a1807bd92fc91c40877270cf8a39576b91ae056d6de51d3b68104b26f71056ff22461b4319e9ec988d009abf10ead513b2ec15569d82e865a
2569825799
languageName: node
2569925800
linkType: hard
2570025801

@@ -27933,7 +28034,7 @@ __metadata:
2793328034
eslint-plugin-n: "npm:17.23.1"
2793428035
eslint-plugin-prettier: "npm:5.5.4"
2793528036
eslint-plugin-react: "npm:7.37.5"
27936-
eslint-plugin-react-hooks: "npm:5.2.0"
28037+
eslint-plugin-react-hooks: "npm:7.0.1"
2793728038
express: "npm:5.1.0"
2793828039
fs-extra: "npm:11.3.2"
2793928040
gatsby: "npm:5.15.0"
@@ -27987,7 +28088,7 @@ __metadata:
2798728088
serve-handler: "npm:6.1.6"
2798828089
slick-carousel: "npm:1.8.1"
2798928090
stylelint: "npm:16.25.0"
27990-
stylelint-config-standard: "npm:38.0.0"
28091+
stylelint-config-standard: "npm:39.0.1"
2799128092
tailwind-merge: "npm:3.3.1"
2799228093
tailwindcss-animate: "npm:1.0.7"
2799328094
ts-jest: "npm:29.4.4"
@@ -28521,6 +28622,22 @@ __metadata:
2852128622
languageName: node
2852228623
linkType: hard
2852328624

28625+
"zod-validation-error@npm:^3.5.0 || ^4.0.0":
28626+
version: 4.0.2
28627+
resolution: "zod-validation-error@npm:4.0.2"
28628+
peerDependencies:
28629+
zod: ^3.25.0 || ^4.0.0
28630+
checksum: 10c0/0ccfec48c46de1be440b719cd02044d4abb89ed0e14c13e637cd55bf29102f67ccdba373f25def0fc7130e5f15025be4d557a7edcc95d5a3811599aade689e1b
28631+
languageName: node
28632+
linkType: hard
28633+
28634+
"zod@npm:^3.25.0 || ^4.0.0":
28635+
version: 4.1.12
28636+
resolution: "zod@npm:4.1.12"
28637+
checksum: 10c0/b64c1feb19e99d77075261eaf613e0b2be4dfcd3551eff65ad8b4f2a079b61e379854d066f7d447491fcf193f45babd8095551a9d47973d30b46b6d8e2c46774
28638+
languageName: node
28639+
linkType: hard
28640+
2852428641
"zwitch@npm:^1.0.0":
2852528642
version: 1.0.5
2852628643
resolution: "zwitch@npm:1.0.5"

0 commit comments

Comments
 (0)