Skip to content

Commit 2b13fe1

Browse files
authored
Merge branch 'master' into renovate/lock-file-maintenance
2 parents 05264b0 + 407c655 commit 2b13fe1

File tree

4 files changed

+89
-89
lines changed

4 files changed

+89
-89
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -56,15 +56,15 @@
5656
"devDependencies": {
5757
"@babel/core": "7.28.5",
5858
"@babel/preset-env": "7.28.5",
59-
"@babel/preset-typescript": "7.27.1",
59+
"@babel/preset-typescript": "7.28.5",
6060
"@changesets/changelog-github": "0.5.1",
6161
"@changesets/cli": "2.29.7",
6262
"@graphql-tools/merge": "9.1.2",
6363
"@graphql-tools/schema": "10.0.26",
6464
"@theguild/prettier-config": "3.0.1",
6565
"@types/jest": "30.0.0",
6666
"@types/mongodb": "4.0.7",
67-
"@types/node": "22.18.13",
67+
"@types/node": "24.9.2",
6868
"@typescript-eslint/eslint-plugin": "8.46.2",
6969
"@typescript-eslint/parser": "8.46.2",
7070
"bob-the-bundler": "7.0.1",

website/package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -5,21 +5,21 @@
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
},
2020
"devDependencies": {
2121
"@theguild/tailwind-config": "0.6.4",
22-
"@types/node": "22.18.13",
22+
"@types/node": "24.9.2",
2323
"@types/react": "19.2.2",
2424
"cross-env": "10.1.0",
2525
"next-sitemap": "4.2.3",

website/yarn.lock

Lines changed: 67 additions & 67 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/[email protected]":
539539
version "2.1.5"
@@ -1226,12 +1226,12 @@
12261226
dependencies:
12271227
"@types/unist" "*"
12281228

1229-
"@types/node@22.18.13":
1230-
version "22.18.13"
1231-
resolved "https://registry.yarnpkg.com/@types/node/-/node-22.18.13.tgz#a037c4f474b860be660e05dbe92a9ef945472e28"
1232-
integrity sha512-Bo45YKIjnmFtv6I1TuC8AaHBbqXtIo+Om5fE4QiU1Tj8QR/qt+8O3BAtOimG5IFmwaWiPmB3Mv3jtYzBA4Us2A==
1229+
"@types/node@24.9.2":
1230+
version "24.9.2"
1231+
resolved "https://registry.yarnpkg.com/@types/node/-/node-24.9.2.tgz#90ded2422dbfcafcf72080f28975adc21366148d"
1232+
integrity sha512-uWN8YqxXxqFMX2RqGOrumsKeti4LlmIMIyV0lgut4jx7KQBcBiW6vkDtIBvHnHIquwNfJhk8v2OtmO8zXWHfPA==
12331233
dependencies:
1234-
undici-types "~6.21.0"
1234+
undici-types "~7.16.0"
12351235

12361236
12371237
version "19.2.2"
@@ -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
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==
@@ -4630,10 +4630,10 @@ ufo@^1.6.1:
46304630
resolved "https://registry.yarnpkg.com/ufo/-/ufo-1.6.1.tgz#ac2db1d54614d1b22c1d603e3aef44a85d8f146b"
46314631
integrity sha512-9a4/uxlTWJ4+a5i0ooc1rU7C7YOw3wT+UGqdeNNHWnOF9qcMBgLRS+4IYUqbczewFx4mLEig6gawh7X6mFlEkA==
46324632

4633-
undici-types@~6.21.0:
4634-
version "6.21.0"
4635-
resolved "https://registry.yarnpkg.com/undici-types/-/undici-types-6.21.0.tgz#691d00af3909be93a7faa13be61b3a5b50ef12cb"
4636-
integrity sha512-iwDZqg0QAGrg9Rav5H4n0M64c3mkR59cJ6wQp+7C4nI0gsmExaedaYLNO44eT4AtBBwjbTiGPMlt2Md0T9H9JQ==
4633+
undici-types@~7.16.0:
4634+
version "7.16.0"
4635+
resolved "https://registry.yarnpkg.com/undici-types/-/undici-types-7.16.0.tgz#ffccdff36aea4884cbfce9a750a0580224f58a46"
4636+
integrity sha512-Zz+aZWSj8LE6zoxD+xrjh4VfkIG8Ya6LvYkZqtUQGJPZjYl53ypCaUwWqo7eI0x66KBGeRo+mlBEkMSeSZ38Nw==
46374637

46384638
unified@^11.0.0, unified@^11.0.4, unified@^11.0.5:
46394639
version "11.0.5"

yarn.lock

Lines changed: 15 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -750,7 +750,7 @@
750750
dependencies:
751751
"@babel/helper-plugin-utils" "^7.27.1"
752752

753-
"@babel/plugin-transform-typescript@^7.27.1":
753+
"@babel/plugin-transform-typescript@^7.28.5":
754754
version "7.28.5"
755755
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-typescript/-/plugin-transform-typescript-7.28.5.tgz#441c5f9a4a1315039516c6c612fc66d5f4594e72"
756756
integrity sha512-x2Qa+v/CuEoX7Dr31iAfr0IhInrVOWZU/2vJMJ00FOR/2nM0BcBEclpaf9sWCDc+v5e9dMrhSH8/atq/kX7+bA==
@@ -877,16 +877,16 @@
877877
"@babel/types" "^7.4.4"
878878
esutils "^2.0.2"
879879

880-
"@babel/preset-typescript@7.27.1":
881-
version "7.27.1"
882-
resolved "https://registry.yarnpkg.com/@babel/preset-typescript/-/preset-typescript-7.27.1.tgz#190742a6428d282306648a55b0529b561484f912"
883-
integrity sha512-l7WfQfX0WK4M0v2RudjuQK4u99BS6yLHYEmdtVPP7lKV013zr9DygFuWNlnbvQ9LR+LS0Egz/XAvGx5U9MX0fQ==
880+
"@babel/preset-typescript@7.28.5":
881+
version "7.28.5"
882+
resolved "https://registry.yarnpkg.com/@babel/preset-typescript/-/preset-typescript-7.28.5.tgz#540359efa3028236958466342967522fd8f2a60c"
883+
integrity sha512-+bQy5WOI2V6LJZpPVxY+yp66XdZ2yifu0Mc1aP5CQKgjn4QM5IN2i5fAZ4xKop47pr8rpVhiAeu+nDQa12C8+g==
884884
dependencies:
885885
"@babel/helper-plugin-utils" "^7.27.1"
886886
"@babel/helper-validator-option" "^7.27.1"
887887
"@babel/plugin-syntax-jsx" "^7.27.1"
888888
"@babel/plugin-transform-modules-commonjs" "^7.27.1"
889-
"@babel/plugin-transform-typescript" "^7.27.1"
889+
"@babel/plugin-transform-typescript" "^7.28.5"
890890

891891
"@babel/runtime@^7.5.5":
892892
version "7.28.4"
@@ -1791,12 +1791,12 @@
17911791
dependencies:
17921792
mongodb "*"
17931793

1794-
"@types/node@*", "@types/node@22.18.13":
1795-
version "22.18.13"
1796-
resolved "https://registry.yarnpkg.com/@types/node/-/node-22.18.13.tgz#a037c4f474b860be660e05dbe92a9ef945472e28"
1797-
integrity sha512-Bo45YKIjnmFtv6I1TuC8AaHBbqXtIo+Om5fE4QiU1Tj8QR/qt+8O3BAtOimG5IFmwaWiPmB3Mv3jtYzBA4Us2A==
1794+
"@types/node@*", "@types/node@24.9.2":
1795+
version "24.9.2"
1796+
resolved "https://registry.yarnpkg.com/@types/node/-/node-24.9.2.tgz#90ded2422dbfcafcf72080f28975adc21366148d"
1797+
integrity sha512-uWN8YqxXxqFMX2RqGOrumsKeti4LlmIMIyV0lgut4jx7KQBcBiW6vkDtIBvHnHIquwNfJhk8v2OtmO8zXWHfPA==
17981798
dependencies:
1799-
undici-types "~6.21.0"
1799+
undici-types "~7.16.0"
18001800

18011801
"@types/node@^12.7.1":
18021802
version "12.20.55"
@@ -5593,10 +5593,10 @@ unbox-primitive@^1.1.0:
55935593
has-symbols "^1.1.0"
55945594
which-boxed-primitive "^1.1.1"
55955595

5596-
undici-types@~6.21.0:
5597-
version "6.21.0"
5598-
resolved "https://registry.yarnpkg.com/undici-types/-/undici-types-6.21.0.tgz#691d00af3909be93a7faa13be61b3a5b50ef12cb"
5599-
integrity sha512-iwDZqg0QAGrg9Rav5H4n0M64c3mkR59cJ6wQp+7C4nI0gsmExaedaYLNO44eT4AtBBwjbTiGPMlt2Md0T9H9JQ==
5596+
undici-types@~7.16.0:
5597+
version "7.16.0"
5598+
resolved "https://registry.yarnpkg.com/undici-types/-/undici-types-7.16.0.tgz#ffccdff36aea4884cbfce9a750a0580224f58a46"
5599+
integrity sha512-Zz+aZWSj8LE6zoxD+xrjh4VfkIG8Ya6LvYkZqtUQGJPZjYl53ypCaUwWqo7eI0x66KBGeRo+mlBEkMSeSZ38Nw==
56005600

56015601
unicode-canonical-property-names-ecmascript@^2.0.0:
56025602
version "2.0.1"

0 commit comments

Comments
 (0)