fix: deploy issues
Some checks failed
Build & Deploy / 🔍 Prepare Environment (push) Successful in 5s
Build & Deploy / 🏗️ Build (push) Failing after 2m24s
Build & Deploy / 🧪 QA (push) Successful in 3m39s
Build & Deploy / 🚀 Deploy (push) Has been skipped
Build & Deploy / ⚡ PageSpeed (push) Has been skipped
Build & Deploy / 🔔 Notifications (push) Successful in 2s

This commit is contained in:
2026-02-10 11:44:44 +01:00
parent 7a8bf67a46
commit 32684afc47
3 changed files with 117 additions and 113 deletions

View File

@@ -65,18 +65,23 @@
"tailwindcss": "^3.4.0",
"website-scraper": "^6.0.0",
"website-scraper-puppeteer": "^2.0.0",
"zod": "3.22.3"
"zod": "3.22.3",
"@opentelemetry/api": "^1.9.0",
"@opentelemetry/context-async-hooks": "^2.1.0",
"@opentelemetry/core": "^2.1.0",
"@opentelemetry/sdk-trace-base": "^2.1.0",
"webpack": "^5.96.1"
},
"devDependencies": {
"@eslint/eslintrc": "^3.3.3",
"@eslint/js": "^10.0.0",
"@lhci/cli": "^0.15.1",
"@mintel/cli": "^1.1.13",
"@mintel/eslint-config": "^1.1.13",
"@mintel/husky-config": "1.1.13",
"@mintel/next-config": "^1.7.0",
"@mintel/next-utils": "^1.1.13",
"@mintel/tsconfig": "^1.1.13",
"@mintel/cli": "^1.6.0",
"@mintel/eslint-config": "^1.6.0",
"@mintel/husky-config": "^1.6.0",
"@mintel/next-config": "^1.6.0",
"@mintel/next-utils": "^1.6.0",
"@mintel/tsconfig": "^1.6.0",
"@next/eslint-plugin-next": "^16.1.6",
"@tailwindcss/typography": "^0.5.15",
"@types/node": "^25.0.6",

View File

@@ -12,12 +12,12 @@
"devDependencies": {
"@eslint/eslintrc": "^3.3.3",
"@eslint/js": "^10.0.0",
"@mintel/cli": "^1.1.13",
"@mintel/eslint-config": "^1.1.13",
"@mintel/husky-config": "^1.1.13",
"@mintel/next-config": "^1.1.13",
"@mintel/next-utils": "^1.1.13",
"@mintel/tsconfig": "^1.1.13",
"@mintel/cli": "^1.6.0",
"@mintel/eslint-config": "^1.6.0",
"@mintel/husky-config": "^1.6.0",
"@mintel/next-config": "^1.6.0",
"@mintel/next-utils": "^1.6.0",
"@mintel/tsconfig": "^1.6.0",
"@next/eslint-plugin-next": "^16.1.6",
"eslint": "10.0.0",
"eslint-plugin-react": "^7.37.5",

199
pnpm-lock.yaml generated
View File

@@ -23,23 +23,23 @@ importers:
specifier: ^10.0.0
version: 10.0.1(eslint@10.0.0(jiti@1.21.7))
'@mintel/cli':
specifier: ^1.1.13
version: 1.1.13
specifier: ^1.6.0
version: 1.6.0
'@mintel/eslint-config':
specifier: ^1.1.13
version: 1.1.13(eslint@10.0.0(jiti@1.21.7))(typescript@5.9.3)
specifier: ^1.6.0
version: 1.6.0(eslint@10.0.0(jiti@1.21.7))(typescript@5.9.3)
'@mintel/husky-config':
specifier: ^1.1.13
version: 1.1.13
specifier: ^1.6.0
version: 1.6.0
'@mintel/next-config':
specifier: ^1.1.13
version: 1.1.13(@swc/helpers@0.5.18)(next@16.1.6(@babel/core@7.29.0)(@opentelemetry/api@1.9.0)(react-dom@19.2.4(react@19.2.4))(react@19.2.4))(react@19.2.4)(typescript@5.9.3)
specifier: ^1.6.0
version: 1.7.0(@babel/core@7.29.0)(@opentelemetry/api@1.9.0)(@opentelemetry/context-async-hooks@2.5.0(@opentelemetry/api@1.9.0))(@opentelemetry/core@2.5.0(@opentelemetry/api@1.9.0))(@opentelemetry/sdk-trace-base@2.5.0(@opentelemetry/api@1.9.0))(@swc/helpers@0.5.18)(react-dom@19.2.4(react@19.2.4))(react@19.2.4)(typescript@5.9.3)(webpack@5.96.1)
'@mintel/next-utils':
specifier: ^1.1.13
version: 1.1.13(@babel/core@7.29.0)(@opentelemetry/api@1.9.0)(@swc/helpers@0.5.18)(react-dom@19.2.4(react@19.2.4))(react@19.2.4)(typescript@5.9.3)
specifier: ^1.6.0
version: 1.6.0(@babel/core@7.29.0)(@opentelemetry/api@1.9.0)(@swc/helpers@0.5.18)(react-dom@19.2.4(react@19.2.4))(react@19.2.4)(typescript@5.9.3)
'@mintel/tsconfig':
specifier: ^1.1.13
version: 1.1.13
specifier: ^1.6.0
version: 1.6.0
'@next/eslint-plugin-next':
specifier: ^16.1.6
version: 16.1.6
@@ -67,6 +67,18 @@ importers:
apps/web:
dependencies:
'@opentelemetry/api':
specifier: ^1.9.0
version: 1.9.0
'@opentelemetry/context-async-hooks':
specifier: ^2.1.0
version: 2.5.0(@opentelemetry/api@1.9.0)
'@opentelemetry/core':
specifier: ^2.1.0
version: 2.5.0(@opentelemetry/api@1.9.0)
'@opentelemetry/sdk-trace-base':
specifier: ^2.1.0
version: 2.5.0(@opentelemetry/api@1.9.0)
'@react-pdf/renderer':
specifier: ^4.3.2
version: 4.3.2(react@19.2.4)
@@ -163,6 +175,9 @@ importers:
tailwindcss:
specifier: ^3.4.0
version: 3.4.19(tsx@4.21.0)(yaml@2.8.2)
webpack:
specifier: ^5.96.1
version: 5.96.1(esbuild@0.25.0)
website-scraper:
specifier: ^6.0.0
version: 6.0.0
@@ -183,23 +198,23 @@ importers:
specifier: ^0.15.1
version: 0.15.1
'@mintel/cli':
specifier: ^1.1.13
version: 1.1.13
specifier: ^1.6.0
version: 1.6.0
'@mintel/eslint-config':
specifier: ^1.1.13
version: 1.1.13(eslint@10.0.0(jiti@1.21.7))(typescript@5.9.3)
specifier: ^1.6.0
version: 1.6.0(eslint@10.0.0(jiti@1.21.7))(typescript@5.9.3)
'@mintel/husky-config':
specifier: 1.1.13
version: 1.1.13
specifier: ^1.6.0
version: 1.6.0
'@mintel/next-config':
specifier: ^1.7.0
specifier: ^1.6.0
version: 1.7.0(@babel/core@7.29.0)(@opentelemetry/api@1.9.0)(@opentelemetry/context-async-hooks@2.5.0(@opentelemetry/api@1.9.0))(@opentelemetry/core@2.5.0(@opentelemetry/api@1.9.0))(@opentelemetry/sdk-trace-base@2.5.0(@opentelemetry/api@1.9.0))(@swc/helpers@0.5.18)(react-dom@19.2.4(react@19.2.4))(react@19.2.4)(typescript@5.9.3)(webpack@5.96.1)
'@mintel/next-utils':
specifier: ^1.1.13
version: 1.1.13(@babel/core@7.29.0)(@opentelemetry/api@1.9.0)(@swc/helpers@0.5.18)(react-dom@19.2.4(react@19.2.4))(react@19.2.4)(typescript@5.9.3)
specifier: ^1.6.0
version: 1.6.0(@babel/core@7.29.0)(@opentelemetry/api@1.9.0)(@swc/helpers@0.5.18)(react-dom@19.2.4(react@19.2.4))(react@19.2.4)(typescript@5.9.3)
'@mintel/tsconfig':
specifier: ^1.1.13
version: 1.1.13
specifier: ^1.6.0
version: 1.6.0
'@next/eslint-plugin-next':
specifier: ^16.1.6
version: 16.1.6
@@ -1432,33 +1447,30 @@ packages:
'@mermaid-js/parser@0.6.3':
resolution: {integrity: sha512-lnjOhe7zyHjc+If7yT4zoedx2vo4sHaTmtkl1+or8BRTnCtDmcTpAjpzDSfCZrshM5bCoz0GyidzadJAH1xobA==}
'@mintel/cli@1.1.13':
resolution: {integrity: sha512-gBOUPBGGL4XiEjtHZRPRHQqauiAfUa+1KCFfNoQYEAgp9+P14dvbKZp7JmDakAkAOV2XlIdVPavqJWeFDUZi0A==}
'@mintel/cli@1.6.0':
resolution: {integrity: sha512-JJF3s4G3DzbRjH9hPGKWacrg+fxChCjHDocmsG611yyXYdip9S6uCMEgURhDH5yao+qRZ+vtBHkFT924Ee8CEg==}
hasBin: true
'@mintel/eslint-config@1.1.13':
resolution: {integrity: sha512-vCCGceeyRLQuR/owRnio41lIdpKFP6bvvBw8llFr0jnzZHCPPpTpnYjm2WYsTCpVY7yGbz7mwJkW50YG++8tlg==}
'@mintel/eslint-config@1.6.0':
resolution: {integrity: sha512-Uvll6W5ulJH5h5ZFbZ7H4MiW3Pa7ZaHDm2ISYcGRUxKRtXZmsP5b3rYH9eIV75H0IYi1j2wj/TMpXrGm/buHVg==}
'@mintel/husky-config@1.1.13':
resolution: {integrity: sha512-oV/3IZgKEBKpPCwOYNJBZWjFz7Ja1XWwKtIiKlUsMBmGoYu/8tC9xDSJxMzdXoJuwqMhztZ7pR0eDiAs5Dogow==}
'@mintel/next-config@1.1.13':
resolution: {integrity: sha512-nt3ulsTuN+Hn122CzuWuLr+qx6NGRrHxrEcmCCXPndiQMnPY/LBZMTYoeQFlaC8mekXMBATkRpBTZk6rJSH/5A==}
'@mintel/husky-config@1.6.0':
resolution: {integrity: sha512-9b6J99qHiAm90w7pjlExO+xujr60ataD7PNEZvDRdVTyW/yyFd99nEM6DfyxblGAsLnI9xd5LPCompK5j2nDYA==}
'@mintel/next-config@1.7.0':
resolution: {integrity: sha512-Zf2CoKZTuVJeRfI8Kh17Bvd4QU1IlwVUyXqoDtdRXUupCcDcKO9R2b40HwOg4FMxV1m6mg2SRW5C8WjiGuU0pQ==}
'@mintel/next-utils@1.1.13':
resolution: {integrity: sha512-aW2o8mwJ12dyavir6b5ZjrK5iiAbiZpxUcZwFg/tQ8Ku62yCRT5eL5k+kQ1D7d9+JF/RGwlmpvp7VVhtGxxgFA==}
'@mintel/next-utils@1.6.0':
resolution: {integrity: sha512-gdC+QSEx+mGV3T4TO0wckWr0KCnb8dBitkJwYHrTE3h6nD3m01QziW00sqsN9H6nZc66wcbTGgW9oFOb2xoPJg==}
'@mintel/tsconfig@1.1.13':
resolution: {integrity: sha512-xM+C7fVUOEDq4O0gn31uqWY1BN0OORI4nW44WY3uGZd7Bm5QXRWBlkd4VNI5cd2axf/D4VgyQ/Eks27auBsD6Q==}
'@mintel/tsconfig@1.6.0':
resolution: {integrity: sha512-8qx34GB9dfUFIdEF3wINgXN0cTYVQMcfDB5QFLX/HdjT+nXS/7bjjH5ofnEhsNAXv0jDse1UcL/C69O/Le01pg==}
'@napi-rs/wasm-runtime@0.2.12':
resolution: {integrity: sha512-ZVWUcfwY4E/yPitQJl481FjFo3K22D6qF0DuFH6Y/nbnE11GY5uguDxZMGXPQ8WQ0128MXQD7TnfHyK4oWoIJQ==}
'@next/env@15.1.6':
resolution: {integrity: sha512-d9AFQVPEYNr+aqokIiPLNK/MTyt3DWa/dpKveiAaVccUadFbhFEvY6FXYX2LJO2Hv7PHnLBu2oWwB4uBuHjr/w==}
'@next/env@15.1.7':
resolution: {integrity: sha512-d9jnRrkuOH7Mhi+LHav2XW91HOgTAWHxjMPkXMGBc9B2b7614P7kjt8tAplRvJpbSt4nbO1lugcT/kAaWzjlLQ==}
'@next/env@16.1.6':
resolution: {integrity: sha512-N1ySLuZjnAtN3kFnwhAwPvZah8RJxKasD7x1f8shFqhncnWZn4JMfg37diLNuoHsLAlrDfM3g4mawVdtAG8XLQ==}
@@ -1469,8 +1481,8 @@ packages:
'@next/eslint-plugin-next@16.1.6':
resolution: {integrity: sha512-/Qq3PTagA6+nYVfryAtQ7/9FEr/6YVyvOtl6rZnGsbReGLf0jZU6gkpr1FuChAQpvV46a78p4cmHOVP8mbfSMQ==}
'@next/swc-darwin-arm64@15.1.6':
resolution: {integrity: sha512-u7lg4Mpl9qWpKgy6NzEkz/w0/keEHtOybmIl0ykgItBxEM5mYotS5PmqTpo+Rhg8FiOiWgwr8USxmKQkqLBCrw==}
'@next/swc-darwin-arm64@15.1.7':
resolution: {integrity: sha512-hPFwzPJDpA8FGj7IKV3Yf1web3oz2YsR8du4amKw8d+jAOHfYHYFpMkoF6vgSY4W6vB29RtZEklK9ayinGiCmQ==}
engines: {node: '>= 10'}
cpu: [arm64]
os: [darwin]
@@ -1481,8 +1493,8 @@ packages:
cpu: [arm64]
os: [darwin]
'@next/swc-darwin-x64@15.1.6':
resolution: {integrity: sha512-x1jGpbHbZoZ69nRuogGL2MYPLqohlhnT9OCU6E6QFewwup+z+M6r8oU47BTeJcWsF2sdBahp5cKiAcDbwwK/lg==}
'@next/swc-darwin-x64@15.1.7':
resolution: {integrity: sha512-2qoas+fO3OQKkU0PBUfwTiw/EYpN+kdAx62cePRyY1LqKtP09Vp5UcUntfZYajop5fDFTjSxCHfZVRxzi+9FYQ==}
engines: {node: '>= 10'}
cpu: [x64]
os: [darwin]
@@ -1493,8 +1505,8 @@ packages:
cpu: [x64]
os: [darwin]
'@next/swc-linux-arm64-gnu@15.1.6':
resolution: {integrity: sha512-jar9sFw0XewXsBzPf9runGzoivajeWJUc/JkfbLTC4it9EhU8v7tCRLH7l5Y1ReTMN6zKJO0kKAGqDk8YSO2bg==}
'@next/swc-linux-arm64-gnu@15.1.7':
resolution: {integrity: sha512-sKLLwDX709mPdzxMnRIXLIT9zaX2w0GUlkLYQnKGoXeWUhcvpCrK+yevcwCJPdTdxZEUA0mOXGLdPsGkudGdnA==}
engines: {node: '>= 10'}
cpu: [arm64]
os: [linux]
@@ -1505,8 +1517,8 @@ packages:
cpu: [arm64]
os: [linux]
'@next/swc-linux-arm64-musl@15.1.6':
resolution: {integrity: sha512-+n3u//bfsrIaZch4cgOJ3tXCTbSxz0s6brJtU3SzLOvkJlPQMJ+eHVRi6qM2kKKKLuMY+tcau8XD9CJ1OjeSQQ==}
'@next/swc-linux-arm64-musl@15.1.7':
resolution: {integrity: sha512-zblK1OQbQWdC8fxdX4fpsHDw+VSpBPGEUX4PhSE9hkaWPrWoeIJn+baX53vbsbDRaDKd7bBNcXRovY1hEhFd7w==}
engines: {node: '>= 10'}
cpu: [arm64]
os: [linux]
@@ -1517,8 +1529,8 @@ packages:
cpu: [arm64]
os: [linux]
'@next/swc-linux-x64-gnu@15.1.6':
resolution: {integrity: sha512-SpuDEXixM3PycniL4iVCLyUyvcl6Lt0mtv3am08sucskpG0tYkW1KlRhTgj4LI5ehyxriVVcfdoxuuP8csi3kQ==}
'@next/swc-linux-x64-gnu@15.1.7':
resolution: {integrity: sha512-GOzXutxuLvLHFDAPsMP2zDBMl1vfUHHpdNpFGhxu90jEzH6nNIgmtw/s1MDwpTOiM+MT5V8+I1hmVFeAUhkbgQ==}
engines: {node: '>= 10'}
cpu: [x64]
os: [linux]
@@ -1529,8 +1541,8 @@ packages:
cpu: [x64]
os: [linux]
'@next/swc-linux-x64-musl@15.1.6':
resolution: {integrity: sha512-L4druWmdFSZIIRhF+G60API5sFB7suTbDRhYWSjiw0RbE+15igQvE2g2+S973pMGvwN3guw7cJUjA/TmbPWTHQ==}
'@next/swc-linux-x64-musl@15.1.7':
resolution: {integrity: sha512-WrZ7jBhR7ATW1z5iEQ0ZJfE2twCNSXbpCSaAunF3BKcVeHFADSI/AW1y5Xt3DzTqPF1FzQlwQTewqetAABhZRQ==}
engines: {node: '>= 10'}
cpu: [x64]
os: [linux]
@@ -1541,8 +1553,8 @@ packages:
cpu: [x64]
os: [linux]
'@next/swc-win32-arm64-msvc@15.1.6':
resolution: {integrity: sha512-s8w6EeqNmi6gdvM19tqKKWbCyOBvXFbndkGHl+c9YrzsLARRdCHsD9S1fMj8gsXm9v8vhC8s3N8rjuC/XrtkEg==}
'@next/swc-win32-arm64-msvc@15.1.7':
resolution: {integrity: sha512-LDnj1f3OVbou1BqvvXVqouJZKcwq++mV2F+oFHptToZtScIEnhNRJAhJzqAtTE2dB31qDYL45xJwrc+bLeKM2Q==}
engines: {node: '>= 10'}
cpu: [arm64]
os: [win32]
@@ -1553,8 +1565,8 @@ packages:
cpu: [arm64]
os: [win32]
'@next/swc-win32-x64-msvc@15.1.6':
resolution: {integrity: sha512-6xomMuu54FAFxttYr5PJbEfu96godcxBTRk1OhAvJq0/EnmFU/Ybiax30Snis4vdWZ9LGpf7Roy5fSs7v/5ROQ==}
'@next/swc-win32-x64-msvc@15.1.7':
resolution: {integrity: sha512-dC01f1quuf97viOfW05/K8XYv2iuBgAxJZl7mbCKEjMgdQl5JjAKJ0D2qMKZCgPWDeFbFT0Q0nYWwytEW0DWTQ==}
engines: {node: '>= 10'}
cpu: [x64]
os: [win32]
@@ -5485,8 +5497,8 @@ packages:
typescript:
optional: true
next@15.1.6:
resolution: {integrity: sha512-Hch4wzbaX0vKQtalpXvUiw5sYivBy4cm5rzUKrBnUB/y436LGrvOUqYvlSeNVCWFO/770gDlltR9gqZH62ct4Q==}
next@15.1.7:
resolution: {integrity: sha512-GNeINPGS9c6OZKCvKypbL8GTsT5GhWPp4DM0fzkXJuXMilOO2EeFxuAY6JZbtk6XIl6Ws10ag3xRINDjSO5+wg==}
engines: {node: ^18.18.0 || ^19.8.0 || >= 20.0.0}
deprecated: This version has a security vulnerability. Please upgrade to a patched version. See https://nextjs.org/blog/CVE-2025-66478 for more details.
hasBin: true
@@ -8607,18 +8619,21 @@ snapshots:
dependencies:
langium: 3.3.1
'@mintel/cli@1.1.13':
'@mintel/cli@1.6.0':
dependencies:
chalk: 5.6.2
commander: 11.1.0
fs-extra: 11.3.3
prompts: 2.4.2
'@mintel/eslint-config@1.1.13(eslint@10.0.0(jiti@1.21.7))(typescript@5.9.3)':
'@mintel/eslint-config@1.6.0(eslint@10.0.0(jiti@1.21.7))(typescript@5.9.3)':
dependencies:
'@eslint/eslintrc': 3.3.3
'@eslint/js': 9.39.2
'@next/eslint-plugin-next': 15.1.6
eslint-config-next: 15.1.6(eslint@10.0.0(jiti@1.21.7))(typescript@5.9.3)
eslint-plugin-react: 7.37.5(eslint@10.0.0(jiti@1.21.7))
eslint-plugin-react-hooks: 7.0.1(eslint@10.0.0(jiti@1.21.7))
typescript-eslint: 8.54.0(eslint@10.0.0(jiti@1.21.7))(typescript@5.9.3)
transitivePeerDependencies:
- eslint
@@ -8627,26 +8642,10 @@ snapshots:
- supports-color
- typescript
'@mintel/husky-config@1.1.13':
'@mintel/husky-config@1.6.0':
dependencies:
'@commitlint/config-conventional': 20.4.1
'@mintel/next-config@1.1.13(@swc/helpers@0.5.18)(next@16.1.6(@babel/core@7.29.0)(@opentelemetry/api@1.9.0)(react-dom@19.2.4(react@19.2.4))(react@19.2.4))(react@19.2.4)(typescript@5.9.3)':
dependencies:
'@sentry/nextjs': 10.38.0(@opentelemetry/context-async-hooks@2.5.0(@opentelemetry/api@1.9.0))(@opentelemetry/core@2.5.0(@opentelemetry/api@1.9.0))(@opentelemetry/sdk-trace-base@2.5.0(@opentelemetry/api@1.9.0))(next@16.1.6(@babel/core@7.29.0)(@opentelemetry/api@1.9.0)(react-dom@19.2.4(react@19.2.4))(react@19.2.4))(react@19.2.4)(webpack@5.96.1)
next-intl: 4.8.2(@swc/helpers@0.5.18)(next@16.1.6(@babel/core@7.29.0)(@opentelemetry/api@1.9.0)(react-dom@19.2.4(react@19.2.4))(react@19.2.4))(react@19.2.4)(typescript@5.9.3)
transitivePeerDependencies:
- '@opentelemetry/context-async-hooks'
- '@opentelemetry/core'
- '@opentelemetry/sdk-trace-base'
- '@swc/helpers'
- encoding
- next
- react
- supports-color
- typescript
- webpack
'@mintel/next-config@1.7.0(@babel/core@7.29.0)(@opentelemetry/api@1.9.0)(@opentelemetry/context-async-hooks@2.5.0(@opentelemetry/api@1.9.0))(@opentelemetry/core@2.5.0(@opentelemetry/api@1.9.0))(@opentelemetry/sdk-trace-base@2.5.0(@opentelemetry/api@1.9.0))(@swc/helpers@0.5.18)(react-dom@19.2.4(react@19.2.4))(react@19.2.4)(typescript@5.9.3)(webpack@5.96.1)':
dependencies:
'@sentry/nextjs': 10.38.0(@opentelemetry/context-async-hooks@2.5.0(@opentelemetry/api@1.9.0))(@opentelemetry/core@2.5.0(@opentelemetry/api@1.9.0))(@opentelemetry/sdk-trace-base@2.5.0(@opentelemetry/api@1.9.0))(next@16.1.6(@babel/core@7.29.0)(@opentelemetry/api@1.9.0)(react-dom@19.2.4(react@19.2.4))(react@19.2.4))(react@19.2.4)(webpack@5.96.1)
@@ -8670,11 +8669,11 @@ snapshots:
- typescript
- webpack
'@mintel/next-utils@1.1.13(@babel/core@7.29.0)(@opentelemetry/api@1.9.0)(@swc/helpers@0.5.18)(react-dom@19.2.4(react@19.2.4))(react@19.2.4)(typescript@5.9.3)':
'@mintel/next-utils@1.6.0(@babel/core@7.29.0)(@opentelemetry/api@1.9.0)(@swc/helpers@0.5.18)(react-dom@19.2.4(react@19.2.4))(react@19.2.4)(typescript@5.9.3)':
dependencies:
'@directus/sdk': 21.0.0
next: 15.1.6(@babel/core@7.29.0)(@opentelemetry/api@1.9.0)(react-dom@19.2.4(react@19.2.4))(react@19.2.4)
next-intl: 4.8.2(@swc/helpers@0.5.18)(next@15.1.6(@babel/core@7.29.0)(@opentelemetry/api@1.9.0)(react-dom@19.2.4(react@19.2.4))(react@19.2.4))(react@19.2.4)(typescript@5.9.3)
next: 15.1.7(@babel/core@7.29.0)(@opentelemetry/api@1.9.0)(react-dom@19.2.4(react@19.2.4))(react@19.2.4)
next-intl: 4.8.2(@swc/helpers@0.5.18)(next@15.1.7(@opentelemetry/api@1.9.0)(react-dom@19.2.4(react@19.2.4))(react@19.2.4))(react@19.2.4)(typescript@5.9.3)
zod: 3.22.3
transitivePeerDependencies:
- '@babel/core'
@@ -8688,7 +8687,7 @@ snapshots:
- sass
- typescript
'@mintel/tsconfig@1.1.13': {}
'@mintel/tsconfig@1.6.0': {}
'@napi-rs/wasm-runtime@0.2.12':
dependencies:
@@ -8697,7 +8696,7 @@ snapshots:
'@tybys/wasm-util': 0.10.1
optional: true
'@next/env@15.1.6': {}
'@next/env@15.1.7': {}
'@next/env@16.1.6': {}
@@ -8709,49 +8708,49 @@ snapshots:
dependencies:
fast-glob: 3.3.1
'@next/swc-darwin-arm64@15.1.6':
'@next/swc-darwin-arm64@15.1.7':
optional: true
'@next/swc-darwin-arm64@16.1.6':
optional: true
'@next/swc-darwin-x64@15.1.6':
'@next/swc-darwin-x64@15.1.7':
optional: true
'@next/swc-darwin-x64@16.1.6':
optional: true
'@next/swc-linux-arm64-gnu@15.1.6':
'@next/swc-linux-arm64-gnu@15.1.7':
optional: true
'@next/swc-linux-arm64-gnu@16.1.6':
optional: true
'@next/swc-linux-arm64-musl@15.1.6':
'@next/swc-linux-arm64-musl@15.1.7':
optional: true
'@next/swc-linux-arm64-musl@16.1.6':
optional: true
'@next/swc-linux-x64-gnu@15.1.6':
'@next/swc-linux-x64-gnu@15.1.7':
optional: true
'@next/swc-linux-x64-gnu@16.1.6':
optional: true
'@next/swc-linux-x64-musl@15.1.6':
'@next/swc-linux-x64-musl@15.1.7':
optional: true
'@next/swc-linux-x64-musl@16.1.6':
optional: true
'@next/swc-win32-arm64-msvc@15.1.6':
'@next/swc-win32-arm64-msvc@15.1.7':
optional: true
'@next/swc-win32-arm64-msvc@16.1.6':
optional: true
'@next/swc-win32-x64-msvc@15.1.6':
'@next/swc-win32-x64-msvc@15.1.7':
optional: true
'@next/swc-win32-x64-msvc@16.1.6':
@@ -13373,14 +13372,14 @@ snapshots:
next-intl-swc-plugin-extractor@4.8.2: {}
next-intl@4.8.2(@swc/helpers@0.5.18)(next@15.1.6(@babel/core@7.29.0)(@opentelemetry/api@1.9.0)(react-dom@19.2.4(react@19.2.4))(react@19.2.4))(react@19.2.4)(typescript@5.9.3):
next-intl@4.8.2(@swc/helpers@0.5.18)(next@15.1.7(@opentelemetry/api@1.9.0)(react-dom@19.2.4(react@19.2.4))(react@19.2.4))(react@19.2.4)(typescript@5.9.3):
dependencies:
'@formatjs/intl-localematcher': 0.5.10
'@parcel/watcher': 2.5.6
'@swc/core': 1.15.11(@swc/helpers@0.5.18)
icu-minify: 4.8.2
negotiator: 1.0.0
next: 15.1.6(@babel/core@7.29.0)(@opentelemetry/api@1.9.0)(react-dom@19.2.4(react@19.2.4))(react@19.2.4)
next: 15.1.7(@babel/core@7.29.0)(@opentelemetry/api@1.9.0)(react-dom@19.2.4(react@19.2.4))(react@19.2.4)
next-intl-swc-plugin-extractor: 4.8.2
po-parser: 2.1.1
react: 19.2.4
@@ -13407,9 +13406,9 @@ snapshots:
transitivePeerDependencies:
- '@swc/helpers'
next@15.1.6(@babel/core@7.29.0)(@opentelemetry/api@1.9.0)(react-dom@19.2.4(react@19.2.4))(react@19.2.4):
next@15.1.7(@babel/core@7.29.0)(@opentelemetry/api@1.9.0)(react-dom@19.2.4(react@19.2.4))(react@19.2.4):
dependencies:
'@next/env': 15.1.6
'@next/env': 15.1.7
'@swc/counter': 0.1.3
'@swc/helpers': 0.5.15
busboy: 1.6.0
@@ -13419,14 +13418,14 @@ snapshots:
react-dom: 19.2.4(react@19.2.4)
styled-jsx: 5.1.6(@babel/core@7.29.0)(react@19.2.4)
optionalDependencies:
'@next/swc-darwin-arm64': 15.1.6
'@next/swc-darwin-x64': 15.1.6
'@next/swc-linux-arm64-gnu': 15.1.6
'@next/swc-linux-arm64-musl': 15.1.6
'@next/swc-linux-x64-gnu': 15.1.6
'@next/swc-linux-x64-musl': 15.1.6
'@next/swc-win32-arm64-msvc': 15.1.6
'@next/swc-win32-x64-msvc': 15.1.6
'@next/swc-darwin-arm64': 15.1.7
'@next/swc-darwin-x64': 15.1.7
'@next/swc-linux-arm64-gnu': 15.1.7
'@next/swc-linux-arm64-musl': 15.1.7
'@next/swc-linux-x64-gnu': 15.1.7
'@next/swc-linux-x64-musl': 15.1.7
'@next/swc-win32-arm64-msvc': 15.1.7
'@next/swc-win32-x64-msvc': 15.1.7
'@opentelemetry/api': 1.9.0
sharp: 0.33.5
transitivePeerDependencies: