Skip to content

Commit 015e655

Browse files
fix(deps): update nextjs monorepo to v15.5.14 (#1011)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent a81aa56 commit 015e655

File tree

2 files changed

+67
-67
lines changed

2 files changed

+67
-67
lines changed

examples/nextjs/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
"graphiql": "graphclient serve-dev"
1212
},
1313
"dependencies": {
14-
"next": "15.5.13",
14+
"next": "15.5.14",
1515
"react": "19.0.0",
1616
"react-dom": "19.0.0"
1717
},
@@ -20,7 +20,7 @@
2020
"@types/node": "22.13.2",
2121
"@types/react": "19.0.8",
2222
"eslint": "9.20.1",
23-
"eslint-config-next": "15.5.13",
23+
"eslint-config-next": "15.5.14",
2424
"typescript": "5.9.3"
2525
}
2626
}

yarn.lock

Lines changed: 65 additions & 65 deletions
Original file line numberDiff line numberDiff line change
@@ -2779,57 +2779,57 @@
27792779
globby "^11.0.0"
27802780
read-yaml-file "^1.1.0"
27812781

2782-
"@next/env@15.5.13":
2783-
version "15.5.13"
2784-
resolved "https://registry.yarnpkg.com/@next/env/-/env-15.5.13.tgz#606d0e25fd6364a9787b28fc42e8f4705f384466"
2785-
integrity sha512-6h7Fm29+/u1WBPcPaQl0xBov7KXB6i0c8oFlSlehD+PuZJQjzXQBuYzfkM32G5iWOlKsXXyRtcMaaqwspRBujA==
2782+
"@next/env@15.5.14":
2783+
version "15.5.14"
2784+
resolved "https://registry.yarnpkg.com/@next/env/-/env-15.5.14.tgz#18c3973983480f6c5224e0107f11d8aa3bc26d75"
2785+
integrity sha512-aXeirLYuASxEgi4X4WhfXsShCFxWDfNn/8ZeC5YXAS2BB4A8FJi1kwwGL6nvMVboE7fZCzmJPNdMvVHc8JpaiA==
27862786

2787-
"@next/eslint-plugin-next@15.5.13":
2788-
version "15.5.13"
2789-
resolved "https://registry.yarnpkg.com/@next/eslint-plugin-next/-/eslint-plugin-next-15.5.13.tgz#ea721088009e7ada845fa65f37158d5bab063eb2"
2790-
integrity sha512-VXOc8fVv+Tdi0mcniCYJwhDlAuHdgnSvywCmhAB0PN16yUQq3MH3g0eAuKEpIbamjxxmC3wkgDab/BtoVQDqFA==
2787+
"@next/eslint-plugin-next@15.5.14":
2788+
version "15.5.14"
2789+
resolved "https://registry.yarnpkg.com/@next/eslint-plugin-next/-/eslint-plugin-next-15.5.14.tgz#380a56374c32ef7d985f2e20e10b2816ab11d8c7"
2790+
integrity sha512-ogBjgsFrPPz19abP3VwcYSahbkUOMMvJjxCOYWYndw+PydeMuLuB4XrvNkNutFrTjC9St2KFULRdKID8Sd/CMQ==
27912791
dependencies:
27922792
fast-glob "3.3.1"
27932793

2794-
"@next/swc-darwin-arm64@15.5.13":
2795-
version "15.5.13"
2796-
resolved "https://registry.yarnpkg.com/@next/swc-darwin-arm64/-/swc-darwin-arm64-15.5.13.tgz#ce4b9c17551bf47da5d902cd587a057cc884b626"
2797-
integrity sha512-XrBbj2iY1mQSsJ8RoFClNpUB9uuZejP94v9pJuSAzdzwFVHeP+Vu2vzBCHwSObozgYNuTVwKhLukG1rGCgj8xA==
2798-
2799-
"@next/swc-darwin-x64@15.5.13":
2800-
version "15.5.13"
2801-
resolved "https://registry.yarnpkg.com/@next/swc-darwin-x64/-/swc-darwin-x64-15.5.13.tgz#d97dd2c82d41f02030a98528596a3b69bdc3c588"
2802-
integrity sha512-Ey3fuUeWDWtVdgiLHajk2aJ74Y8EWLeqvfwlkB5RvWsN7F1caQ6TjifsQzrAcOuNSnogGvFNYzjQlu7tu0kyWg==
2803-
2804-
"@next/swc-linux-arm64-gnu@15.5.13":
2805-
version "15.5.13"
2806-
resolved "https://registry.yarnpkg.com/@next/swc-linux-arm64-gnu/-/swc-linux-arm64-gnu-15.5.13.tgz#4f446f13cb13ef00ff525ff66aa616ed88c00505"
2807-
integrity sha512-aLtu/WxDeL3188qx3zyB3+iw8nAB9F+2Mhyz9nNZpzsREc2t8jQTuiWY4+mtOgWp1d+/Q4eXuy9m3dwh3n1IyQ==
2808-
2809-
"@next/swc-linux-arm64-musl@15.5.13":
2810-
version "15.5.13"
2811-
resolved "https://registry.yarnpkg.com/@next/swc-linux-arm64-musl/-/swc-linux-arm64-musl-15.5.13.tgz#049346d542f1b8443f8e4db700d6b158ce9c54c8"
2812-
integrity sha512-9VZ0OsVx9PEL72W50QD15iwSCF3GD/dwj42knfF5C4aiBPXr95etGIOGhb8rU7kpnzZuPNL81CY4vIyUKa2xvg==
2813-
2814-
"@next/swc-linux-x64-gnu@15.5.13":
2815-
version "15.5.13"
2816-
resolved "https://registry.yarnpkg.com/@next/swc-linux-x64-gnu/-/swc-linux-x64-gnu-15.5.13.tgz#29295a474f6ffddd8435d7dd1696c832321fb50f"
2817-
integrity sha512-3knsu9H33e99ZfiWh0Bb04ymEO7YIiopOpXKX89ZZ/ER0iyfV1YLoJFxJJQNUD7OR8O7D7eiLI/TXPryPGv3+A==
2818-
2819-
"@next/swc-linux-x64-musl@15.5.13":
2820-
version "15.5.13"
2821-
resolved "https://registry.yarnpkg.com/@next/swc-linux-x64-musl/-/swc-linux-x64-musl-15.5.13.tgz#4c3c60afa1e1d8298f101732e1643bc809b768ff"
2822-
integrity sha512-AVPb6+QZ0pPanJFc1hpx81I5tTiBF4VITw5+PMaR1CrboAUUxtxn3IsV0h48xI7fzd6/zw9D9i6khRwME5NKUw==
2823-
2824-
"@next/swc-win32-arm64-msvc@15.5.13":
2825-
version "15.5.13"
2826-
resolved "https://registry.yarnpkg.com/@next/swc-win32-arm64-msvc/-/swc-win32-arm64-msvc-15.5.13.tgz#bae9743fa2b9e43d76edc827071becaa3a2c800d"
2827-
integrity sha512-FZ/HXuTxn+e5Lp6oRZMvHaMJx22gAySveJdJE0//91Nb9rMuh2ftgKlEwBFJxhkw5kAF/yIXz3iBf0tvDXRmCA==
2828-
2829-
"@next/swc-win32-x64-msvc@15.5.13":
2830-
version "15.5.13"
2831-
resolved "https://registry.yarnpkg.com/@next/swc-win32-x64-msvc/-/swc-win32-x64-msvc-15.5.13.tgz#71e6c48d978d569a220f080ff832aec1a78d1d17"
2832-
integrity sha512-B5E82pX3VXu6Ib5mDuZEqGwT8asocZe3OMMnaM+Yfs0TRlmSQCBQUUXR9BkXQeGVboOWS1pTsRkS9wzFd8PABw==
2794+
"@next/swc-darwin-arm64@15.5.14":
2795+
version "15.5.14"
2796+
resolved "https://registry.yarnpkg.com/@next/swc-darwin-arm64/-/swc-darwin-arm64-15.5.14.tgz#5ab431633b6f8ff8997f42cabd78f9d48a051432"
2797+
integrity sha512-Y9K6SPzobnZvrRDPO2s0grgzC+Egf0CqfbdvYmQVaztV890zicw8Z8+4Vqw8oPck8r1TjUHxVh8299Cg4TrxXg==
2798+
2799+
"@next/swc-darwin-x64@15.5.14":
2800+
version "15.5.14"
2801+
resolved "https://registry.yarnpkg.com/@next/swc-darwin-x64/-/swc-darwin-x64-15.5.14.tgz#8dd5e7420c6517c6273893b51938bdcca4e84415"
2802+
integrity sha512-aNnkSMjSFRTOmkd7qoNI2/rETQm/vKD6c/Ac9BZGa9CtoOzy3c2njgz7LvebQJ8iPxdeTuGnAjagyis8a9ifBw==
2803+
2804+
"@next/swc-linux-arm64-gnu@15.5.14":
2805+
version "15.5.14"
2806+
resolved "https://registry.yarnpkg.com/@next/swc-linux-arm64-gnu/-/swc-linux-arm64-gnu-15.5.14.tgz#4ea36d6fecfe0fc5b4f2da0e44b0d34ed47cdbbd"
2807+
integrity sha512-tjlpia+yStPRS//6sdmlVwuO1Rioern4u2onafa5n+h2hCS9MAvMXqpVbSrjgiEOoCs0nJy7oPOmWgtRRNSM5Q==
2808+
2809+
"@next/swc-linux-arm64-musl@15.5.14":
2810+
version "15.5.14"
2811+
resolved "https://registry.yarnpkg.com/@next/swc-linux-arm64-musl/-/swc-linux-arm64-musl-15.5.14.tgz#5990dbcbf01fee4d5c4ee9ccf4a604ad8da4ce62"
2812+
integrity sha512-8B8cngBaLadl5lbDRdxGCP1Lef8ipD6KlxS3v0ElDAGil6lafrAM3B258p1KJOglInCVFUjk751IXMr2ixeQOQ==
2813+
2814+
"@next/swc-linux-x64-gnu@15.5.14":
2815+
version "15.5.14"
2816+
resolved "https://registry.yarnpkg.com/@next/swc-linux-x64-gnu/-/swc-linux-x64-gnu-15.5.14.tgz#df345e82abc62c7ae806c13efbe4134470583e12"
2817+
integrity sha512-bAS6tIAg8u4Gn3Nz7fCPpSoKAexEt2d5vn1mzokcqdqyov6ZJ6gu6GdF9l8ORFrBuRHgv3go/RfzYz5BkZ6YSQ==
2818+
2819+
"@next/swc-linux-x64-musl@15.5.14":
2820+
version "15.5.14"
2821+
resolved "https://registry.yarnpkg.com/@next/swc-linux-x64-musl/-/swc-linux-x64-musl-15.5.14.tgz#3e573a6c1aac1ec4130852643e782f2a0e767858"
2822+
integrity sha512-mMxv/FcrT7Gfaq4tsR22l17oKWXZmH/lVqcvjX0kfp5I0lKodHYLICKPoX1KRnnE+ci6oIUdriUhuA3rBCDiSw==
2823+
2824+
"@next/swc-win32-arm64-msvc@15.5.14":
2825+
version "15.5.14"
2826+
resolved "https://registry.yarnpkg.com/@next/swc-win32-arm64-msvc/-/swc-win32-arm64-msvc-15.5.14.tgz#d984342ae2630a1038866141259ca248ae299e17"
2827+
integrity sha512-OTmiBlYThppnvnsqx0rBqjDRemlmIeZ8/o4zI7veaXoeO1PVHoyj2lfTfXTiiGjCyRDhA10y4h6ZvZvBiynr2g==
2828+
2829+
"@next/swc-win32-x64-msvc@15.5.14":
2830+
version "15.5.14"
2831+
resolved "https://registry.yarnpkg.com/@next/swc-win32-x64-msvc/-/swc-win32-x64-msvc-15.5.14.tgz#7b59d4f39204976a07a3e5c8bc8bbc3090fa3cf3"
2832+
integrity sha512-+W7eFf3RS7m4G6tppVTOSyP9Y6FsJXfOuKzav1qKniiFm3KFByQfPEcouHdjlZmysl4zJGuGLQ/M9XyVeyeNEg==
28332833

28342834
"@nodelib/fs.scandir@2.1.5":
28352835
version "2.1.5"
@@ -4565,12 +4565,12 @@ escape-string-regexp@^4.0.0:
45654565
resolved "https://registry.yarnpkg.com/escape-string-regexp/-/escape-string-regexp-4.0.0.tgz#14ba83a5d373e3d311e5afca29cf5bfad965bf34"
45664566
integrity sha512-TtpcNJ3XAzx3Gq8sWRzJaVajRs0uVxA2YAkdb1jm2YkPz4G6egUFAyA3n5vtEIZefPk5Wa4UXbKuS5fKkJWdgA==
45674567

4568-
eslint-config-next@15.5.13:
4569-
version "15.5.13"
4570-
resolved "https://registry.yarnpkg.com/eslint-config-next/-/eslint-config-next-15.5.13.tgz#73eda0da43cf67098ad36e9952c2cba8aeb0eb02"
4571-
integrity sha512-LMV9NCJP10W7mJquJBt3pIazjPaeIHdtT2njkxrXjSk0Xccnw93nBq2rP9csQ+6oMO5gOs53bkU2IKp1V6lw/g==
4568+
eslint-config-next@15.5.14:
4569+
version "15.5.14"
4570+
resolved "https://registry.yarnpkg.com/eslint-config-next/-/eslint-config-next-15.5.14.tgz#a73538f5555d52a3a65182bb50bfdc677196d2d1"
4571+
integrity sha512-lmJ5F8ZgOYogq0qtH4L5SpxuASY2SPdOzqUprN2/56+P3GPsIpXaUWIJC66kYIH+yZdsM4nkHE5MIBP6s1NiBw==
45724572
dependencies:
4573-
"@next/eslint-plugin-next" "15.5.13"
4573+
"@next/eslint-plugin-next" "15.5.14"
45744574
"@rushstack/eslint-patch" "^1.10.3"
45754575
"@typescript-eslint/eslint-plugin" "^5.4.2 || ^6.0.0 || ^7.0.0 || ^8.0.0"
45764576
"@typescript-eslint/parser" "^5.4.2 || ^6.0.0 || ^7.0.0 || ^8.0.0"
@@ -6636,25 +6636,25 @@ natural-compare@^1.4.0:
66366636
resolved "https://registry.yarnpkg.com/natural-compare/-/natural-compare-1.4.0.tgz#4abebfeed7541f2c27acfb29bdbbd15c8d5ba4f7"
66376637
integrity sha512-OWND8ei3VtNC9h7V60qff3SVobHr996CTwgxubgyQYEpg290h9J0buyECNNJexkFm5sOajh5G116RYA1c8ZMSw==
66386638

6639-
next@15.5.13:
6640-
version "15.5.13"
6641-
resolved "https://registry.yarnpkg.com/next/-/next-15.5.13.tgz#92a5d5a209318ce16497e36de3533259fe5bbd9d"
6642-
integrity sha512-n0AXf6vlTwGuM93Z++POtjMsRuQ9pT5v2URPciXKUQIl/EB2WjXF0YiIUxaa9AEMFaMpZlaG3KPK6i4UVnx9eQ==
6639+
next@15.5.14:
6640+
version "15.5.14"
6641+
resolved "https://registry.yarnpkg.com/next/-/next-15.5.14.tgz#0b48f433e70195dcdec5c20bf0888e84d82c74d8"
6642+
integrity sha512-M6S+4JyRjmKic2Ssm7jHUPkE6YUJ6lv4507jprsSZLulubz0ihO2E+S4zmQK3JZ2ov81JrugukKU4Tz0ivgqqQ==
66436643
dependencies:
6644-
"@next/env" "15.5.13"
6644+
"@next/env" "15.5.14"
66456645
"@swc/helpers" "0.5.15"
66466646
caniuse-lite "^1.0.30001579"
66476647
postcss "8.4.31"
66486648
styled-jsx "5.1.6"
66496649
optionalDependencies:
6650-
"@next/swc-darwin-arm64" "15.5.13"
6651-
"@next/swc-darwin-x64" "15.5.13"
6652-
"@next/swc-linux-arm64-gnu" "15.5.13"
6653-
"@next/swc-linux-arm64-musl" "15.5.13"
6654-
"@next/swc-linux-x64-gnu" "15.5.13"
6655-
"@next/swc-linux-x64-musl" "15.5.13"
6656-
"@next/swc-win32-arm64-msvc" "15.5.13"
6657-
"@next/swc-win32-x64-msvc" "15.5.13"
6650+
"@next/swc-darwin-arm64" "15.5.14"
6651+
"@next/swc-darwin-x64" "15.5.14"
6652+
"@next/swc-linux-arm64-gnu" "15.5.14"
6653+
"@next/swc-linux-arm64-musl" "15.5.14"
6654+
"@next/swc-linux-x64-gnu" "15.5.14"
6655+
"@next/swc-linux-x64-musl" "15.5.14"
6656+
"@next/swc-win32-arm64-msvc" "15.5.14"
6657+
"@next/swc-win32-x64-msvc" "15.5.14"
66586658
sharp "^0.34.3"
66596659

66606660
no-case@^3.0.4:

0 commit comments

Comments
 (0)