Skip to content

Commit dc4187d

Browse files
fix(deps): update dependency next to v16 (#2939)
* fix(deps): update dependency next to v16 * Try --------- Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Arda TANRIKULU <ardatanrikulu@gmail.com>
1 parent 192aae2 commit dc4187d

File tree

2 files changed

+62
-62
lines changed

2 files changed

+62
-62
lines changed

website/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,15 +5,15 @@
55
"private": true,
66
"scripts": {
77
"analyze": "cross-env ANALYZE=true next build",
8-
"build": "next build",
9-
"dev": "next --turbopack",
8+
"build": "next build --webpack",
9+
"dev": "next dev --webpack",
1010
"pagefind": "pagefind --site .next/server/app --output-path out/_pagefind",
1111
"postbuild": "next-sitemap && yarn pagefind",
12-
"start": "next start"
12+
"start": "next start --webpack"
1313
},
1414
"dependencies": {
1515
"@theguild/components": "9.11.1",
16-
"next": "15.5.6",
16+
"next": "16.0.1",
1717
"react": "^19.0.0",
1818
"react-dom": "^19.0.0"
1919
},

website/yarn.lock

Lines changed: 58 additions & 58 deletions
Original file line numberDiff line numberDiff line change
@@ -485,55 +485,55 @@
485485
dependencies:
486486
webpack-bundle-analyzer "4.10.1"
487487

488-
"@next/env@15.5.6":
489-
version "15.5.6"
490-
resolved "https://registry.yarnpkg.com/@next/env/-/env-15.5.6.tgz#7009d88d419a36a4ba9e110c151604444744a74d"
491-
integrity sha512-3qBGRW+sCGzgbpc5TS1a0p7eNxnOarGVQhZxfvTdnV0gFI61lX7QNtQ4V1TSREctXzYn5NetbUsLvyqwLFJM6Q==
488+
"@next/env@16.0.1":
489+
version "16.0.1"
490+
resolved "https://registry.yarnpkg.com/@next/env/-/env-16.0.1.tgz#1318340f77e50541e40e16a9ac2a03408e36d180"
491+
integrity sha512-LFvlK0TG2L3fEOX77OC35KowL8D7DlFF45C0OvKMC4hy8c/md1RC4UMNDlUGJqfCoCS2VWrZ4dSE6OjaX5+8mw==
492492

493493
"@next/env@^13.4.3":
494494
version "13.5.11"
495495
resolved "https://registry.yarnpkg.com/@next/env/-/env-13.5.11.tgz#6712d907e2682199aa1e8229b5ce028ee5a8001b"
496496
integrity sha512-fbb2C7HChgM7CemdCY+y3N1n8pcTKdqtQLbC7/EQtPdLvlMUT9JX/dBYl8MMZAtYG4uVMyPFHXckb68q/NRwqg==
497497

498-
"@next/swc-darwin-arm64@15.5.6":
499-
version "15.5.6"
500-
resolved "https://registry.yarnpkg.com/@next/swc-darwin-arm64/-/swc-darwin-arm64-15.5.6.tgz#f80d3fe536f29f3217ca07d031f7b43862234059"
501-
integrity sha512-ES3nRz7N+L5Umz4KoGfZ4XX6gwHplwPhioVRc25+QNsDa7RtUF/z8wJcbuQ2Tffm5RZwuN2A063eapoJ1u4nPg==
502-
503-
"@next/swc-darwin-x64@15.5.6":
504-
version "15.5.6"
505-
resolved "https://registry.yarnpkg.com/@next/swc-darwin-x64/-/swc-darwin-x64-15.5.6.tgz#289334478617318a0d8d9f1f6661a15952f4e4ab"
506-
integrity sha512-JIGcytAyk9LQp2/nuVZPAtj8uaJ/zZhsKOASTjxDug0SPU9LAM3wy6nPU735M1OqacR4U20LHVF5v5Wnl9ptTA==
507-
508-
"@next/swc-linux-arm64-gnu@15.5.6":
509-
version "15.5.6"
510-
resolved "https://registry.yarnpkg.com/@next/swc-linux-arm64-gnu/-/swc-linux-arm64-gnu-15.5.6.tgz#efdd993cd9ad88b82c948c8e518e045566dd2f98"
511-
integrity sha512-qvz4SVKQ0P3/Im9zcS2RmfFL/UCQnsJKJwQSkissbngnB/12c6bZTCB0gHTexz1s6d/mD0+egPKXAIRFVS7hQg==
512-
513-
"@next/swc-linux-arm64-musl@15.5.6":
514-
version "15.5.6"
515-
resolved "https://registry.yarnpkg.com/@next/swc-linux-arm64-musl/-/swc-linux-arm64-musl-15.5.6.tgz#a45185126faf69eb65a017bd2c015ad7e86f5c84"
516-
integrity sha512-FsbGVw3SJz1hZlvnWD+T6GFgV9/NYDeLTNQB2MXoPN5u9VA9OEDy6fJEfePfsUKAhJufFbZLgp0cPxMuV6SV0w==
517-
518-
"@next/swc-linux-x64-gnu@15.5.6":
519-
version "15.5.6"
520-
resolved "https://registry.yarnpkg.com/@next/swc-linux-x64-gnu/-/swc-linux-x64-gnu-15.5.6.tgz#8174dc8e03a1f7df292bead360f83c53f8dd8b73"
521-
integrity sha512-3QnHGFWlnvAgyxFxt2Ny8PTpXtQD7kVEeaFat5oPAHHI192WKYB+VIKZijtHLGdBBvc16tiAkPTDmQNOQ0dyrA==
522-
523-
"@next/swc-linux-x64-musl@15.5.6":
524-
version "15.5.6"
525-
resolved "https://registry.yarnpkg.com/@next/swc-linux-x64-musl/-/swc-linux-x64-musl-15.5.6.tgz#6d0776d81c5bd6a1780e6c39f32d7ef172900635"
526-
integrity sha512-OsGX148sL+TqMK9YFaPFPoIaJKbFJJxFzkXZljIgA9hjMjdruKht6xDCEv1HLtlLNfkx3c5w2GLKhj7veBQizQ==
527-
528-
"@next/swc-win32-arm64-msvc@15.5.6":
529-
version "15.5.6"
530-
resolved "https://registry.yarnpkg.com/@next/swc-win32-arm64-msvc/-/swc-win32-arm64-msvc-15.5.6.tgz#4b63d511b5c41278a48168fccb89cf00912411af"
531-
integrity sha512-ONOMrqWxdzXDJNh2n60H6gGyKed42Ieu6UTVPZteXpuKbLZTH4G4eBMsr5qWgOBA+s7F+uB4OJbZnrkEDnZ5Fg==
532-
533-
"@next/swc-win32-x64-msvc@15.5.6":
534-
version "15.5.6"
535-
resolved "https://registry.yarnpkg.com/@next/swc-win32-x64-msvc/-/swc-win32-x64-msvc-15.5.6.tgz#9ed5e84bd85009625dd35c444668d13061452a50"
536-
integrity sha512-pxK4VIjFRx1MY92UycLOOw7dTdvccWsNETQ0kDHkBlcFH1GrTLUjSiHU1ohrznnux6TqRHgv5oflhfIWZwVROQ==
498+
"@next/swc-darwin-arm64@16.0.1":
499+
version "16.0.1"
500+
resolved "https://registry.yarnpkg.com/@next/swc-darwin-arm64/-/swc-darwin-arm64-16.0.1.tgz#3d09e7fe904715b49a51ef0f95137c59f5e1c71a"
501+
integrity sha512-R0YxRp6/4W7yG1nKbfu41bp3d96a0EalonQXiMe+1H9GTHfKxGNCGFNWUho18avRBPsO8T3RmdWuzmfurlQPbg==
502+
503+
"@next/swc-darwin-x64@16.0.1":
504+
version "16.0.1"
505+
resolved "https://registry.yarnpkg.com/@next/swc-darwin-x64/-/swc-darwin-x64-16.0.1.tgz#0cbb001ab54194e16a7ad821cbf079073cdf7e47"
506+
integrity sha512-kETZBocRux3xITiZtOtVoVvXyQLB7VBxN7L6EPqgI5paZiUlnsgYv4q8diTNYeHmF9EiehydOBo20lTttCbHAg==
507+
508+
"@next/swc-linux-arm64-gnu@16.0.1":
509+
version "16.0.1"
510+
resolved "https://registry.yarnpkg.com/@next/swc-linux-arm64-gnu/-/swc-linux-arm64-gnu-16.0.1.tgz#ec710190b8b0bf93d2bf6d966ea7fa6231a9c14d"
511+
integrity sha512-hWg3BtsxQuSKhfe0LunJoqxjO4NEpBmKkE+P2Sroos7yB//OOX3jD5ISP2wv8QdUwtRehMdwYz6VB50mY6hqAg==
512+
513+
"@next/swc-linux-arm64-musl@16.0.1":
514+
version "16.0.1"
515+
resolved "https://registry.yarnpkg.com/@next/swc-linux-arm64-musl/-/swc-linux-arm64-musl-16.0.1.tgz#cf6c5781c4ae631ce66ab196cbc2de6c993d1406"
516+
integrity sha512-UPnOvYg+fjAhP3b1iQStcYPWeBFRLrugEyK/lDKGk7kLNua8t5/DvDbAEFotfV1YfcOY6bru76qN9qnjLoyHCQ==
517+
518+
"@next/swc-linux-x64-gnu@16.0.1":
519+
version "16.0.1"
520+
resolved "https://registry.yarnpkg.com/@next/swc-linux-x64-gnu/-/swc-linux-x64-gnu-16.0.1.tgz#e45b23045877d3d435376fb58c7683d217cbd62a"
521+
integrity sha512-Et81SdWkcRqAJziIgFtsFyJizHoWne4fzJkvjd6V4wEkWTB4MX6J0uByUb0peiJQ4WeAt6GGmMszE5KrXK6WKg==
522+
523+
"@next/swc-linux-x64-musl@16.0.1":
524+
version "16.0.1"
525+
resolved "https://registry.yarnpkg.com/@next/swc-linux-x64-musl/-/swc-linux-x64-musl-16.0.1.tgz#abcd4b674c1abf5089fb6864adb07f08b5256851"
526+
integrity sha512-qBbgYEBRrC1egcG03FZaVfVxrJm8wBl7vr8UFKplnxNRprctdP26xEv9nJ07Ggq4y1adwa0nz2mz83CELY7N6Q==
527+
528+
"@next/swc-win32-arm64-msvc@16.0.1":
529+
version "16.0.1"
530+
resolved "https://registry.yarnpkg.com/@next/swc-win32-arm64-msvc/-/swc-win32-arm64-msvc-16.0.1.tgz#34e38bc1e8154e5353e5107ddb8be1e452890dda"
531+
integrity sha512-cPuBjYP6I699/RdbHJonb3BiRNEDm5CKEBuJ6SD8k3oLam2fDRMKAvmrli4QMDgT2ixyRJ0+DTkiODbIQhRkeQ==
532+
533+
"@next/swc-win32-x64-msvc@16.0.1":
534+
version "16.0.1"
535+
resolved "https://registry.yarnpkg.com/@next/swc-win32-x64-msvc/-/swc-win32-x64-msvc-16.0.1.tgz#eb9eae6a830ccfedefd08c33b4f67a8472e23802"
536+
integrity sha512-XeEUJsE4JYtfrXe/LaJn3z1pD19fK0Q6Er8Qoufi+HqvdO4LEPyCxLUt4rxA+4RfYo6S9gMlmzCMU2F+AatFqQ==
537537

538538
"@nodelib/fs.scandir@2.1.5":
539539
version "2.1.5"
@@ -3534,26 +3534,26 @@ next-themes@^0.4.0:
35343534
resolved "https://registry.yarnpkg.com/next-themes/-/next-themes-0.4.6.tgz#8d7e92d03b8fea6582892a50a928c9b23502e8b6"
35353535
integrity sha512-pZvgD5L0IEvX5/9GWyHMf3m8BKiVQwsCMHfoFosXtXBMnaS0ZnIJ9ST4b4NqLVKDEm8QBxoNNGNaBv2JNF6XNA==
35363536

3537-
next@15.5.6:
3538-
version "15.5.6"
3539-
resolved "https://registry.yarnpkg.com/next/-/next-15.5.6.tgz#16d9d1e9ba2e8caf82ba15e060a12286cd25db30"
3540-
integrity sha512-zTxsnI3LQo3c9HSdSf91O1jMNsEzIXDShXd4wVdg9y5shwLqBXi4ZtUUJyB86KGVSJLZx0PFONvO54aheGX8QQ==
3537+
next@16.0.1:
3538+
version "16.0.1"
3539+
resolved "https://registry.yarnpkg.com/next/-/next-16.0.1.tgz#752980c9c30d4d59558d47eaf8e950fa25fb9ce9"
3540+
integrity sha512-e9RLSssZwd35p7/vOa+hoDFggUZIUbZhIUSLZuETCwrCVvxOs87NamoUzT+vbcNAL8Ld9GobBnWOA6SbV/arOw==
35413541
dependencies:
3542-
"@next/env" "15.5.6"
3542+
"@next/env" "16.0.1"
35433543
"@swc/helpers" "0.5.15"
35443544
caniuse-lite "^1.0.30001579"
35453545
postcss "8.4.31"
35463546
styled-jsx "5.1.6"
35473547
optionalDependencies:
3548-
"@next/swc-darwin-arm64" "15.5.6"
3549-
"@next/swc-darwin-x64" "15.5.6"
3550-
"@next/swc-linux-arm64-gnu" "15.5.6"
3551-
"@next/swc-linux-arm64-musl" "15.5.6"
3552-
"@next/swc-linux-x64-gnu" "15.5.6"
3553-
"@next/swc-linux-x64-musl" "15.5.6"
3554-
"@next/swc-win32-arm64-msvc" "15.5.6"
3555-
"@next/swc-win32-x64-msvc" "15.5.6"
3556-
sharp "^0.34.3"
3548+
"@next/swc-darwin-arm64" "16.0.1"
3549+
"@next/swc-darwin-x64" "16.0.1"
3550+
"@next/swc-linux-arm64-gnu" "16.0.1"
3551+
"@next/swc-linux-arm64-musl" "16.0.1"
3552+
"@next/swc-linux-x64-gnu" "16.0.1"
3553+
"@next/swc-linux-x64-musl" "16.0.1"
3554+
"@next/swc-win32-arm64-msvc" "16.0.1"
3555+
"@next/swc-win32-x64-msvc" "16.0.1"
3556+
sharp "^0.34.4"
35573557

35583558
nextra-theme-docs@4.0.5:
35593559
version "4.0.5"
@@ -4293,7 +4293,7 @@ semver@^7.3.8, semver@^7.7.2:
42934293
resolved "https://registry.yarnpkg.com/semver/-/semver-7.7.3.tgz#4b5f4143d007633a8dc671cd0a6ef9147b8bb946"
42944294
integrity sha512-SdsKMrI9TdgjdweUSR9MweHA4EJ8YxHn8DFaDisvhVlUOe4BF1tLD7GAj0lIqWVl+dPb/rExr0Btby5loQm20Q==
42954295

4296-
sharp@^0.34.3:
4296+
sharp@^0.34.4:
42974297
version "0.34.4"
42984298
resolved "https://registry.yarnpkg.com/sharp/-/sharp-0.34.4.tgz#73c2c5a425e98250b8b927e5537f711da8966e38"
42994299
integrity sha512-FUH39xp3SBPnxWvd5iib1X8XY7J0K0X7d93sie9CJg2PO8/7gmg89Nve6OjItK53/MlAushNNxteBYfM6DEuoA==

0 commit comments

Comments
 (0)