Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit 787f207

Browse files
Bump the dev-dependencies group with 3 updates
Bumps the dev-dependencies group with 3 updates: [eslint](https://github.com/eslint/eslint), [eslint-config-next](https://github.com/vercel/next.js/tree/HEAD/packages/eslint-config-next) and [playwright](https://github.com/microsoft/playwright). Updates `eslint` from 9.12.0 to 9.34.0 - [Release notes](https://github.com/eslint/eslint/releases) - [Changelog](https://github.com/eslint/eslint/blob/main/CHANGELOG.md) - [Commits](eslint/eslint@v9.12.0...v9.34.0) Updates `eslint-config-next` from 14.2.14 to 15.5.2 - [Release notes](https://github.com/vercel/next.js/releases) - [Changelog](https://github.com/vercel/next.js/blob/canary/release.js) - [Commits](https://github.com/vercel/next.js/commits/v15.5.2/packages/eslint-config-next) Updates `playwright` from 1.47.2 to 1.55.0 - [Release notes](https://github.com/microsoft/playwright/releases) - [Commits](microsoft/playwright@v1.47.2...v1.55.0) --- updated-dependencies: - dependency-name: eslint dependency-version: 9.34.0 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: dev-dependencies - dependency-name: eslint-config-next dependency-version: 15.5.2 dependency-type: direct:development update-type: version-update:semver-major dependency-group: dev-dependencies - dependency-name: playwright dependency-version: 1.55.0 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: dev-dependencies ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent f7f7d92 commit 787f207

File tree

2 files changed

+69
-76
lines changed

2 files changed

+69
-76
lines changed

‎package.json‎

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -48,9 +48,9 @@
4848
},
4949
"devDependencies": {
5050
"@types/react": "^18.3.11",
51-
"eslint": "^9.25.1",
52-
"eslint-config-next": "15.3.3",
53-
"playwright": "^1.47.2",
51+
"eslint": "^9.36.0",
52+
"eslint-config-next": "15.5.4",
53+
"playwright": "^1.55.1",
5454
"typescript": ">=5.9.2",
5555
"webpack": "^5.101.0"
5656
}

‎yarn.lock‎

Lines changed: 66 additions & 73 deletions
Original file line numberDiff line numberDiff line change
@@ -338,38 +338,31 @@
338338
resolved "https://registry.npmjs.org/@emotion/weak-memoize/-/weak-memoize-0.4.0.tgz"
339339
integrity sha512-snKqtPW01tN0ui7yu9rGv69aJXr/a/Ywvl11sUjNtEcRc+ng/mQriFL0wLXMef74iHa/EkftbDzU9F8iFbH+zg==
340340

341-
"@eslint-community/eslint-utils@^4.2.0", "@eslint-community/eslint-utils@^4.4.0":
342-
version "4.4.0"
343-
resolved "https://registry.npmjs.org/@eslint-community/eslint-utils/-/eslint-utils-4.4.0.tgz"
344-
integrity sha512-1/sA4dwrzBAyeUoQ6oxahHKmrZvsnLCg4RfxW3ZFGGmQkSNQPFNLV9CUEFQP1x9EYXHTo5p6xdhZM1Ne9p/AfA==
341+
"@eslint-community/eslint-utils@^4.4.0", "@eslint-community/eslint-utils@^4.8.0":
342+
version "4.9.0"
343+
resolved "https://registry.yarnpkg.com/@eslint-community/eslint-utils/-/eslint-utils-4.9.0.tgz#7308df158e064f0dd8b8fdb58aa14fa2a7f913b3"
344+
integrity sha512-ayVFHdtZ+hsq1t2Dy24wCmGXGe4q9Gu3smhLYALJrr473ZH27MsnSL+LKUlimp4BWJqMDMLmPpx/Q9R3OAlL4g==
345345
dependencies:
346-
eslint-visitor-keys "^3.3.0"
346+
eslint-visitor-keys "^3.4.3"
347347

348348
"@eslint-community/regexpp@^4.10.0", "@eslint-community/regexpp@^4.12.1":
349349
version "4.12.1"
350350
resolved "https://registry.npmjs.org/@eslint-community/regexpp/-/regexpp-4.12.1.tgz"
351351
integrity sha512-CCZCDJuduB9OUkFkY2IgppNZMi2lBQgD2qzwXkEia16cge2pijY/aXi96CJMquDMn3nJdlPV1A5KrJEXwfLNzQ==
352352

353-
"@eslint/config-array@^0.20.0":
354-
version "0.20.0"
355-
resolved "https://registry.npmjs.org/@eslint/config-array/-/config-array-0.20.0.tgz"
356-
integrity sha512-fxlS1kkIjx8+vy2SjuCB94q3htSNrufYTXubwiBFeaQHbH6Ipi43gFJq2zCMt6PHhImH3Xmr0NksKDvchWlpQQ==
353+
"@eslint/config-array@^0.21.0":
354+
version "0.21.0"
355+
resolved "https://registry.yarnpkg.com/@eslint/config-array/-/config-array-0.21.0.tgz#abdbcbd16b124c638081766392a4d6b509f72636"
356+
integrity sha512-ENIdc4iLu0d93HeYirvKmrzshzofPw6VkZRKQGe9Nv46ZnWUzcF1xV01dcvEg/1wXUR61OmmlSfyeyO7EvjLxQ==
357357
dependencies:
358358
"@eslint/object-schema" "^2.1.6"
359359
debug "^4.3.1"
360360
minimatch "^3.1.2"
361361

362-
"@eslint/config-helpers@^0.2.1":
363-
version "0.2.2"
364-
resolved "https://registry.npmjs.org/@eslint/config-helpers/-/config-helpers-0.2.2.tgz"
365-
integrity sha512-+GPzk8PlG0sPpzdU5ZvIRMPidzAnZDl/s9L+y13iodqvb8leL53bTannOrQ/Im7UkpsmFU5Ily5U60LWixnmLg==
366-
367-
"@eslint/core@^0.14.0":
368-
version "0.14.0"
369-
resolved "https://registry.npmjs.org/@eslint/core/-/core-0.14.0.tgz"
370-
integrity sha512-qIbV0/JZr7iSDjqAc60IqbLdsj9GDt16xQtWD+B78d/HAlvysGdZZ6rpJHGAc2T0FQx1X6thsSPdnoiGKdNtdg==
371-
dependencies:
372-
"@types/json-schema" "^7.0.15"
362+
"@eslint/config-helpers@^0.3.1":
363+
version "0.3.1"
364+
resolved "https://registry.yarnpkg.com/@eslint/config-helpers/-/config-helpers-0.3.1.tgz#d316e47905bd0a1a931fa50e669b9af4104d1617"
365+
integrity sha512-xR93k9WhrDYpXHORXpxVL5oHj3Era7wo6k/Wd8/IsQNnZUTzkGS29lyn3nAT05v6ltUuTFVCCYDEGfy2Or/sPA==
373366

374367
"@eslint/core@^0.15.2":
375368
version "0.15.2"
@@ -393,19 +386,19 @@
393386
minimatch "^3.1.2"
394387
strip-json-comments "^3.1.1"
395388

396-
"@eslint/js@9.28.0":
397-
version "9.28.0"
398-
resolved "https://registry.npmjs.org/@eslint/js/-/js-9.28.0.tgz"
399-
integrity sha512-fnqSjGWd/CoIp4EXIxWVK/sHA6DOHN4+8Ix2cX5ycOY7LG0UY8nHCU5pIp2eaE1Mc7Qd8kHspYNzYXT2ojPLzg==
389+
"@eslint/js@9.36.0":
390+
version "9.36.0"
391+
resolved "https://registry.yarnpkg.com/@eslint/js/-/js-9.36.0.tgz#b1a3893dd6ce2defed5fd49de805ba40368e8fef"
392+
integrity sha512-uhCbYtYynH30iZErszX78U+nR3pJU3RHGQ57NXy5QupD4SBVwDeU8TNBy+MjMngc1UyIW9noKqsRqfjQTBU2dw==
400393

401394
"@eslint/object-schema@^2.1.6":
402395
version "2.1.6"
403396
resolved "https://registry.npmjs.org/@eslint/object-schema/-/object-schema-2.1.6.tgz"
404397
integrity sha512-RBMg5FRL0I0gs51M/guSAj5/e14VQ4tpZnQNWwuDT66P14I43ItmPfIZRhO9fUVIPOAQXU47atlywZ/czoqFPA==
405398

406-
"@eslint/plugin-kit@^0.3.1":
399+
"@eslint/plugin-kit@^0.3.5":
407400
version "0.3.5"
408-
resolved "https://registry.npmjs.org/@eslint/plugin-kit/-/plugin-kit-0.3.5.tgz"
401+
resolved "https://registry.yarnpkg.com/@eslint/plugin-kit/-/plugin-kit-0.3.5.tgz#fd8764f0ee79c8ddab4da65460c641cefee017c5"
409402
integrity sha512-Z5kJ+wU3oA7MMIqVR9tyZRtjYPr4OC004Q4Rw7pgOKUOKkJfZ3O24nz3WYfGRpMDNmcOi3TwQOmgm7B7Tpii0w==
410403
dependencies:
411404
"@eslint/core" "^0.15.2"
@@ -576,10 +569,10 @@
576569
resolved "https://registry.npmjs.org/@next/env/-/env-14.2.32.tgz"
577570
integrity sha512-n9mQdigI6iZ/DF6pCTwMKeWgF2e8lg7qgt5M7HXMLtyhZYMnf/u905M18sSpPmHL9MKp9JHo56C6jrD2EvWxng==
578571

579-
"@next/eslint-plugin-next@15.3.3":
580-
version "15.3.3"
581-
resolved "https://registry.npmjs.org/@next/eslint-plugin-next/-/eslint-plugin-next-15.3.3.tgz"
582-
integrity sha512-VKZJEiEdpKkfBmcokGjHu0vGDG+8CehGs90tBEy/IDoDDKGngeyIStt2MmE5FYNyU9BhgR7tybNWTAJY/30u+Q==
572+
"@next/eslint-plugin-next@15.5.4":
573+
version "15.5.4"
574+
resolved "https://registry.yarnpkg.com/@next/eslint-plugin-next/-/eslint-plugin-next-15.5.4.tgz#e7af86b7197a26e8a9d3784d1e365a2eb9298f5b"
575+
integrity sha512-SR1vhXNNg16T4zffhJ4TS7Xn7eq4NfKfcOsRwea7RIAHrjRpI9ALYbamqIJqkAhowLlERffiwk0FMvTLNdnVtw==
583576
dependencies:
584577
fast-glob "3.3.1"
585578

@@ -1087,7 +1080,7 @@ acorn-jsx@^5.0.0, acorn-jsx@^5.3.2:
10871080
resolved "https://registry.npmjs.org/acorn-jsx/-/acorn-jsx-5.3.2.tgz"
10881081
integrity sha512-rq9s+JNhf0IChjtDXxllJ7g41oZk5SlXtp0LHwyA5cejwn7vKmKp4pPri6YEePv2PU65sAsegbXtIinmDFDXgQ==
10891082

1090-
acorn@^8.0.0, acorn@^8.14.0, acorn@^8.15.0, acorn@^8.8.2:
1083+
acorn@^8.0.0, acorn@^8.15.0, acorn@^8.8.2:
10911084
version "8.15.0"
10921085
resolved "https://registry.npmjs.org/acorn/-/acorn-8.15.0.tgz"
10931086
integrity sha512-NZyJarBfL7nWwIq+FDL6Zp/yHEhePMNnnJ0y3qfieCrmNvYct8uvtiV41UvlSe6apAfk0fY1FbWx+NwfmpvtTg==
@@ -2200,12 +2193,12 @@ escape-string-regexp@^4.0.0:
22002193
resolved "https://registry.npmjs.org/escape-string-regexp/-/escape-string-regexp-4.0.0.tgz"
22012194
integrity sha512-TtpcNJ3XAzx3Gq8sWRzJaVajRs0uVxA2YAkdb1jm2YkPz4G6egUFAyA3n5vtEIZefPk5Wa4UXbKuS5fKkJWdgA==
22022195

2203-
eslint-config-next@15.3.3:
2204-
version "15.3.3"
2205-
resolved "https://registry.npmjs.org/eslint-config-next/-/eslint-config-next-15.3.3.tgz"
2206-
integrity sha512-QJLv/Ouk2vZnxL4b67njJwTLjTf7uZRltI0LL4GERYR4qMF5z08+gxkfODAeaK7TiC6o+cER91bDaEnwrTWV6Q==
2196+
eslint-config-next@15.5.4:
2197+
version "15.5.4"
2198+
resolved "https://registry.yarnpkg.com/eslint-config-next/-/eslint-config-next-15.5.4.tgz#b15f15aa9030098fc5a48ea5bb3c2bba6a531f70"
2199+
integrity sha512-BzgVVuT3kfJes8i2GHenC1SRJ+W3BTML11lAOYFOOPzrk2xp66jBOAGEFRw+3LkYCln5UzvFsLhojrshb5Zfaw==
22072200
dependencies:
2208-
"@next/eslint-plugin-next" "15.3.3"
2201+
"@next/eslint-plugin-next" "15.5.4"
22092202
"@rushstack/eslint-patch" "^1.10.3"
22102203
"@typescript-eslint/eslint-plugin" "^5.4.2 || ^6.0.0 || ^7.0.0 || ^8.0.0"
22112204
"@typescript-eslint/parser" "^5.4.2 || ^6.0.0 || ^7.0.0 || ^8.0.0"
@@ -2328,37 +2321,37 @@ eslint-scope@5.1.1:
23282321
esrecurse "^4.3.0"
23292322
estraverse "^4.1.1"
23302323

2331-
eslint-scope@^8.3.0:
2332-
version "8.3.0"
2333-
resolved "https://registry.npmjs.org/eslint-scope/-/eslint-scope-8.3.0.tgz"
2334-
integrity sha512-pUNxi75F8MJ/GdeKtVLSbYg4ZI34J6C0C7sbL4YOp2exGwen7ZsuBqKzUhXd0qMQ362yET3z+uPwKeg/0C2XCQ==
2324+
eslint-scope@^8.4.0:
2325+
version "8.4.0"
2326+
resolved "https://registry.yarnpkg.com/eslint-scope/-/eslint-scope-8.4.0.tgz#88e646a207fad61436ffa39eb505147200655c82"
2327+
integrity sha512-sNXOfKCn74rt8RICKMvJS7XKV/Xk9kA7DyJr8mJik3S7Cwgy3qlkkmyS2uQB3jiJg6VNdZd/pDBJu0nvG2NlTg==
23352328
dependencies:
23362329
esrecurse "^4.3.0"
23372330
estraverse "^5.2.0"
23382331

2339-
eslint-visitor-keys@^3.3.0, eslint-visitor-keys@^3.4.3:
2332+
eslint-visitor-keys@^3.4.3:
23402333
version "3.4.3"
23412334
resolved "https://registry.npmjs.org/eslint-visitor-keys/-/eslint-visitor-keys-3.4.3.tgz"
23422335
integrity sha512-wpc+LXeiyiisxPlEkUzU6svyS1frIO3Mgxj1fdy7Pm8Ygzguax2N3Fa/D/ag1WqbOprdI+uY6wMUl8/a2G+iag==
23432336

2344-
eslint-visitor-keys@^4.2.0:
2345-
version "4.2.0"
2346-
resolved "https://registry.npmjs.org/eslint-visitor-keys/-/eslint-visitor-keys-4.2.0.tgz"
2347-
integrity sha512-UyLnSehNt62FFhSwjZlHmeokpRK59rcz29j+F1/aDgbkbRTk7wIc9XzdoasMUbRNKDM0qQt/+BJ4BrpFeABemw==
2337+
eslint-visitor-keys@^4.2.1:
2338+
version "4.2.1"
2339+
resolved "https://registry.yarnpkg.com/eslint-visitor-keys/-/eslint-visitor-keys-4.2.1.tgz#4cfea60fe7dd0ad8e816e1ed026c1d5251b512c1"
2340+
integrity sha512-Uhdk5sfqcee/9H/rCOJikYz67o0a2Tw2hGRPOG2Y1R2dg7brRe1uG0yaNQDHu+TO/uQPF/5eCapvYSmHUjt7JQ==
23482341

2349-
eslint@^9.25.1:
2350-
version "9.28.0"
2351-
resolved "https://registry.npmjs.org/eslint/-/eslint-9.28.0.tgz"
2352-
integrity sha512-ocgh41VhRlf9+fVpe7QKzwLj9c92fDiqOj8Y3Sd4/ZmVA4Btx4PlUYPq4pp9JDyupkf1upbEXecxL2mwNV7jPQ==
2342+
eslint@^9.36.0:
2343+
version "9.36.0"
2344+
resolved "https://registry.yarnpkg.com/eslint/-/eslint-9.36.0.tgz#9cc5cbbfb9c01070425d9bfed81b4e79a1c09088"
2345+
integrity sha512-hB4FIzXovouYzwzECDcUkJ4OcfOEkXTv2zRY6B9bkwjx/cprAq0uvm1nl7zvQ0/TsUk0zQiN4uPfJpB9m+rPMQ==
23532346
dependencies:
2354-
"@eslint-community/eslint-utils" "^4.2.0"
2347+
"@eslint-community/eslint-utils" "^4.8.0"
23552348
"@eslint-community/regexpp" "^4.12.1"
2356-
"@eslint/config-array" "^0.20.0"
2357-
"@eslint/config-helpers" "^0.2.1"
2358-
"@eslint/core" "^0.14.0"
2349+
"@eslint/config-array" "^0.21.0"
2350+
"@eslint/config-helpers" "^0.3.1"
2351+
"@eslint/core" "^0.15.2"
23592352
"@eslint/eslintrc" "^3.3.1"
2360-
"@eslint/js" "9.28.0"
2361-
"@eslint/plugin-kit" "^0.3.1"
2353+
"@eslint/js" "9.36.0"
2354+
"@eslint/plugin-kit" "^0.3.5"
23622355
"@humanfs/node" "^0.16.6"
23632356
"@humanwhocodes/module-importer" "^1.0.1"
23642357
"@humanwhocodes/retry" "^0.4.2"
@@ -2369,9 +2362,9 @@ eslint@^9.25.1:
23692362
cross-spawn "^7.0.6"
23702363
debug "^4.3.2"
23712364
escape-string-regexp "^4.0.0"
2372-
eslint-scope "^8.3.0"
2373-
eslint-visitor-keys "^4.2.0"
2374-
espree "^10.3.0"
2365+
eslint-scope "^8.4.0"
2366+
eslint-visitor-keys "^4.2.1"
2367+
espree "^10.4.0"
23752368
esquery "^1.5.0"
23762369
esutils "^2.0.2"
23772370
fast-deep-equal "^3.1.3"
@@ -2387,14 +2380,14 @@ eslint@^9.25.1:
23872380
natural-compare "^1.4.0"
23882381
optionator "^0.9.3"
23892382

2390-
espree@^10.0.1, espree@^10.3.0:
2391-
version "10.3.0"
2392-
resolved "https://registry.npmjs.org/espree/-/espree-10.3.0.tgz"
2393-
integrity sha512-0QYC8b24HWY8zjRnDTL6RiHfDbAWn63qb4LMj1Z4b076A4une81+z03Kg7l7mn/48PUTqoLptSXez8oknU8Clg==
2383+
espree@^10.0.1, espree@^10.4.0:
2384+
version "10.4.0"
2385+
resolved "https://registry.yarnpkg.com/espree/-/espree-10.4.0.tgz#d54f4949d4629005a1fa168d937c3ff1f7e2a837"
2386+
integrity sha512-j6PAQ2uUr79PZhBjP5C5fhl8e39FmRnOjsD5lGnWrFU8i2G776tBK7+nP8KuQUTTyAZUwfQqXAgrVH5MbH9CYQ==
23942387
dependencies:
2395-
acorn "^8.14.0"
2388+
acorn "^8.15.0"
23962389
acorn-jsx "^5.3.2"
2397-
eslint-visitor-keys "^4.2.0"
2390+
eslint-visitor-keys "^4.2.1"
23982391

23992392
esprima@^4.0.0:
24002393
version "4.0.1"
@@ -4280,17 +4273,17 @@ picomatch@^2.3.1:
42804273
resolved "https://registry.npmjs.org/picomatch/-/picomatch-2.3.1.tgz"
42814274
integrity sha512-JU3teHTNjmE2VCGFzuY8EXzCDVwEqB2a8fsIvwaStHhAWJEeVd1o1QD80CU6+ZdEXXSLbSsuLwJjkCBWqRQUVA==
42824275

4283-
playwright-core@1.47.2:
4284-
version "1.47.2"
4285-
resolved "https://registry.npmjs.org/playwright-core/-/playwright-core-1.47.2.tgz"
4286-
integrity sha512-3JvMfF+9LJfe16l7AbSmU555PaTl2tPyQsVInqm3id16pdDfvZ8TTZ/pyzmkbDrZTQefyzU7AIHlZqQnxpqHVQ==
4276+
playwright-core@1.55.1:
4277+
version "1.55.1"
4278+
resolved "https://registry.yarnpkg.com/playwright-core/-/playwright-core-1.55.1.tgz#5d3bb1846bc4289d364ea1a9dcb33f14545802e9"
4279+
integrity sha512-Z6Mh9mkwX+zxSlHqdr5AOcJnfp+xUWLCt9uKV18fhzA8eyxUd8NUWzAjxUh55RZKSYwDGX0cfaySdhZJGMoJ+w==
42874280

4288-
playwright@^1.47.2:
4289-
version "1.47.2"
4290-
resolved "https://registry.npmjs.org/playwright/-/playwright-1.47.2.tgz"
4291-
integrity sha512-nx1cLMmQWqmA3UsnjaaokyoUpdVaaDhJhMoxX2qj3McpjnsqFHs516QAKYhqHAgOP+oCFTEOCOAaD1RgD/RQfA==
4281+
playwright@^1.55.1:
4282+
version "1.55.1"
4283+
resolved "https://registry.yarnpkg.com/playwright/-/playwright-1.55.1.tgz#8a9954e9e61ed1ab479212af9be336888f8b3f0e"
4284+
integrity sha512-cJW4Xd/G3v5ovXtJJ52MAOclqeac9S/aGGgRzLabuF8TnIb6xHvMzKIa6JmrRzUkeXJgfL1MhukP0NK6l39h3A==
42924285
dependencies:
4293-
playwright-core "1.47.2"
4286+
playwright-core "1.55.1"
42944287
optionalDependencies:
42954288
fsevents "2.3.2"
42964289

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /