mirror of
https://github.com/ajnart/homarr.git
synced 2026-02-27 00:40:58 +01:00
fix(deps): update dependency next-intl to v4.5.0 (#4462)
Co-authored-by: homarr-renovate[bot] <158783068+homarr-renovate[bot]@users.noreply.github.com>
This commit is contained in:
committed by
GitHub
parent
eff2202e92
commit
51ce5da45b
@@ -33,7 +33,7 @@
|
||||
"deepmerge": "4.3.1",
|
||||
"mantine-react-table": "2.0.0-beta.9",
|
||||
"next": "16.0.1",
|
||||
"next-intl": "4.4.0",
|
||||
"next-intl": "4.5.0",
|
||||
"react": "19.2.0",
|
||||
"react-dom": "19.2.0"
|
||||
},
|
||||
|
||||
174
pnpm-lock.yaml
generated
174
pnpm-lock.yaml
generated
@@ -63,7 +63,7 @@ importers:
|
||||
version: 11.8.0
|
||||
'@turbo/gen':
|
||||
specifier: ^2.6.0
|
||||
version: 2.6.0(@types/node@24.10.0)(typescript@5.9.3)
|
||||
version: 2.6.0(@swc/core@1.15.1)(@types/node@24.10.0)(typescript@5.9.3)
|
||||
'@vitejs/plugin-react':
|
||||
specifier: ^5.1.0
|
||||
version: 5.1.0(vite@7.1.12(@types/node@24.10.0)(sass@1.93.3)(sugarss@5.0.0(postcss@8.5.6))(terser@5.39.0)(tsx@4.20.5)(yaml@2.5.1))
|
||||
@@ -364,7 +364,7 @@ importers:
|
||||
version: 9.39.1
|
||||
node-loader:
|
||||
specifier: ^2.1.0
|
||||
version: 2.1.0(webpack@5.94.0)
|
||||
version: 2.1.0(webpack@5.94.0(@swc/core@1.15.1))
|
||||
prettier:
|
||||
specifier: ^3.6.2
|
||||
version: 3.6.2
|
||||
@@ -2095,8 +2095,8 @@ importers:
|
||||
specifier: 16.0.1
|
||||
version: 16.0.1(@babel/core@7.28.4)(babel-plugin-react-compiler@1.0.0)(react-dom@19.2.0(react@19.2.0))(react@19.2.0)(sass@1.93.3)
|
||||
next-intl:
|
||||
specifier: 4.4.0
|
||||
version: 4.4.0(next@16.0.1(@babel/core@7.28.4)(babel-plugin-react-compiler@1.0.0)(react-dom@19.2.0(react@19.2.0))(react@19.2.0)(sass@1.93.3))(react@19.2.0)(typescript@5.9.3)
|
||||
specifier: 4.5.0
|
||||
version: 4.5.0(next@16.0.1(@babel/core@7.28.4)(babel-plugin-react-compiler@1.0.0)(react-dom@19.2.0(react@19.2.0))(react@19.2.0)(sass@1.93.3))(react@19.2.0)(typescript@5.9.3)
|
||||
react:
|
||||
specifier: 19.2.0
|
||||
version: 19.2.0
|
||||
@@ -4134,9 +4134,84 @@ packages:
|
||||
resolution: {integrity: sha512-qMx1nOrzoB+PF+pzb26Q4Tc2sOlrx9Ba2UBNX9hB31Omrq+QoZ2Gly0KLrQWw4Of1AQ4J9lnD+XOdwOdcdXqqw==}
|
||||
engines: {node: '>=12.20.0'}
|
||||
|
||||
'@swc/core-darwin-arm64@1.15.1':
|
||||
resolution: {integrity: sha512-vEPrVxegWIjKEz+1VCVuKRY89jhokhSmQ/YXBWLnmLj9cI08G61RTZJvdsIcjYUjjTu7NgZlYVK+b2y0fbh11g==}
|
||||
engines: {node: '>=10'}
|
||||
cpu: [arm64]
|
||||
os: [darwin]
|
||||
|
||||
'@swc/core-darwin-x64@1.15.1':
|
||||
resolution: {integrity: sha512-z9QguKxE3aldvwKHHDg5OlKehasbJBF1lacn5CnN6SlrHbdwokXHFA3nIoO3Bh1Tw7bCgFtdIR4jKlTTn3kBZA==}
|
||||
engines: {node: '>=10'}
|
||||
cpu: [x64]
|
||||
os: [darwin]
|
||||
|
||||
'@swc/core-linux-arm-gnueabihf@1.15.1':
|
||||
resolution: {integrity: sha512-yS2FHA8E4YeiPG9YeYk/6mKiCWuXR5RdYlCmtlGzKcjWbI4GXUVe7+p9C0M6myRt3zdj3M1knmJxk52MQA9EZQ==}
|
||||
engines: {node: '>=10'}
|
||||
cpu: [arm]
|
||||
os: [linux]
|
||||
|
||||
'@swc/core-linux-arm64-gnu@1.15.1':
|
||||
resolution: {integrity: sha512-IFrjDu7+5Y61jLsUqBVXlXutDoPBX10eEeNTjW6C1yzm+cSTE7ayiKXMIFri4gEZ4VpXS6MUgkwjxtDpIXTh+w==}
|
||||
engines: {node: '>=10'}
|
||||
cpu: [arm64]
|
||||
os: [linux]
|
||||
|
||||
'@swc/core-linux-arm64-musl@1.15.1':
|
||||
resolution: {integrity: sha512-fKzP9mRQGbhc5QhJPIsqKNNX/jyWrZgBxmo3Nz1SPaepfCUc7RFmtcJQI5q8xAun3XabXjh90wqcY/OVyg2+Kg==}
|
||||
engines: {node: '>=10'}
|
||||
cpu: [arm64]
|
||||
os: [linux]
|
||||
|
||||
'@swc/core-linux-x64-gnu@1.15.1':
|
||||
resolution: {integrity: sha512-ZLjMi138uTJxb+1wzo4cB8mIbJbAsSLWRNeHc1g1pMvkERPWOGlem+LEYkkzaFzCNv1J8aKcL653Vtw8INHQeg==}
|
||||
engines: {node: '>=10'}
|
||||
cpu: [x64]
|
||||
os: [linux]
|
||||
|
||||
'@swc/core-linux-x64-musl@1.15.1':
|
||||
resolution: {integrity: sha512-jvSI1IdsIYey5kOITzyajjofXOOySVitmLxb45OPUjoNojql4sDojvlW5zoHXXFePdA6qAX4Y6KbzAOV3T3ctA==}
|
||||
engines: {node: '>=10'}
|
||||
cpu: [x64]
|
||||
os: [linux]
|
||||
|
||||
'@swc/core-win32-arm64-msvc@1.15.1':
|
||||
resolution: {integrity: sha512-X/FcDtNrDdY9r4FcXHt9QxUqC/2FbQdvZobCKHlHe8vTSKhUHOilWl5EBtkFVfsEs4D5/yAri9e3bJbwyBhhBw==}
|
||||
engines: {node: '>=10'}
|
||||
cpu: [arm64]
|
||||
os: [win32]
|
||||
|
||||
'@swc/core-win32-ia32-msvc@1.15.1':
|
||||
resolution: {integrity: sha512-vfheiWBux8PpC87oy1cshcqzgH7alWYpnVq5jWe7xuVkjqjGGDbBUKuS84eJCdsWcVaB5EXIWLKt+11W3/BOwA==}
|
||||
engines: {node: '>=10'}
|
||||
cpu: [ia32]
|
||||
os: [win32]
|
||||
|
||||
'@swc/core-win32-x64-msvc@1.15.1':
|
||||
resolution: {integrity: sha512-n3Ppn0LSov/IdlANq+8kxHqENuJRX5XtwQqPgQsgwKIcFq22u17NKfDs9vL5PwRsEHY6Xd67pnOqQX0h4AvbuQ==}
|
||||
engines: {node: '>=10'}
|
||||
cpu: [x64]
|
||||
os: [win32]
|
||||
|
||||
'@swc/core@1.15.1':
|
||||
resolution: {integrity: sha512-s9GN3M2jA32k+StvuS9uGe4ztf5KVGBdlJMMC6LR6Ah23Lq/CWKVcC3WeQi8qaAcLd+DiddoNCNMUWymLv+wWQ==}
|
||||
engines: {node: '>=10'}
|
||||
peerDependencies:
|
||||
'@swc/helpers': '>=0.5.17'
|
||||
peerDependenciesMeta:
|
||||
'@swc/helpers':
|
||||
optional: true
|
||||
|
||||
'@swc/counter@0.1.3':
|
||||
resolution: {integrity: sha512-e2BR4lsJkkRlKZ/qCHPw9ZaSxc0MVUd7gtbtaB7aMvHeJVYe8sOB8DBZkP2DtISHGSku9sCK6T6cnY0CtXrOCQ==}
|
||||
|
||||
'@swc/helpers@0.5.15':
|
||||
resolution: {integrity: sha512-JQ5TuMi45Owi4/BIMAJBoSQoOJu12oOk/gADqlcUL9JEdHB8vyjUSsxqeNXnmXHjYKMi2WcYtezGEEhqUI/E2g==}
|
||||
|
||||
'@swc/types@0.1.25':
|
||||
resolution: {integrity: sha512-iAoY/qRhNH8a/hBvm3zKj9qQ4oc2+3w1unPJa2XvTK3XjeLXtzcCingVPw/9e5mn1+0yPqxcBGp9Jf0pkfMb1g==}
|
||||
|
||||
'@t3-oss/env-core@0.13.8':
|
||||
resolution: {integrity: sha512-L1inmpzLQyYu4+Q1DyrXsGJYCXbtXjC4cICw1uAKv0ppYPQv656lhZPU91Qd1VS6SO/bou1/q5ufVzBGbNsUpw==}
|
||||
peerDependencies:
|
||||
@@ -8110,8 +8185,8 @@ packages:
|
||||
nodemailer:
|
||||
optional: true
|
||||
|
||||
next-intl@4.4.0:
|
||||
resolution: {integrity: sha512-QHqnP9V9Pe7Tn0PdVQ7u1Z8k9yCkW5SJKeRy2g5gxzhSt/C01y3B9qNxuj3Fsmup/yreIHe6osxU6sFa+9WIkQ==}
|
||||
next-intl@4.5.0:
|
||||
resolution: {integrity: sha512-XglGmbs38smaN/QedFVzsypdI4l5tRMpjdU3UL2TtZ3d412oLmmM6enSnHSn0/P59b0ksIp+HlgoLjvHREj1EQ==}
|
||||
peerDependencies:
|
||||
next: ^12.0.0 || ^13.0.0 || ^14.0.0 || ^15.0.0 || ^16.0.0
|
||||
react: ^16.8.0 || ^17.0.0 || ^18.0.0 || >=19.0.0-rc <19.0.0 || ^19.0.0
|
||||
@@ -10374,8 +10449,8 @@ packages:
|
||||
peerDependencies:
|
||||
react: '>=16.13'
|
||||
|
||||
use-intl@4.4.0:
|
||||
resolution: {integrity: sha512-smFekJWtokDRBLC5/ZumlBREzdXOkw06+56Ifj2uRe9266Mk+yWQm2PcJO+EwlOE5sHIXHixOTzN6V8E0RGUbw==}
|
||||
use-intl@4.5.2:
|
||||
resolution: {integrity: sha512-f9erBQDCk7uuu4vqqrUNffnvRv0a00cnWNEm1EtLnTleoM/cdNnFmXu3hcBXpUVwBdCoX07WD90dLeg7lzfhlw==}
|
||||
peerDependencies:
|
||||
react: ^17.0.0 || ^18.0.0 || >=19.0.0-rc <19.0.0 || ^19.0.0
|
||||
|
||||
@@ -12853,10 +12928,62 @@ snapshots:
|
||||
dependencies:
|
||||
apg-lite: 1.0.4
|
||||
|
||||
'@swc/core-darwin-arm64@1.15.1':
|
||||
optional: true
|
||||
|
||||
'@swc/core-darwin-x64@1.15.1':
|
||||
optional: true
|
||||
|
||||
'@swc/core-linux-arm-gnueabihf@1.15.1':
|
||||
optional: true
|
||||
|
||||
'@swc/core-linux-arm64-gnu@1.15.1':
|
||||
optional: true
|
||||
|
||||
'@swc/core-linux-arm64-musl@1.15.1':
|
||||
optional: true
|
||||
|
||||
'@swc/core-linux-x64-gnu@1.15.1':
|
||||
optional: true
|
||||
|
||||
'@swc/core-linux-x64-musl@1.15.1':
|
||||
optional: true
|
||||
|
||||
'@swc/core-win32-arm64-msvc@1.15.1':
|
||||
optional: true
|
||||
|
||||
'@swc/core-win32-ia32-msvc@1.15.1':
|
||||
optional: true
|
||||
|
||||
'@swc/core-win32-x64-msvc@1.15.1':
|
||||
optional: true
|
||||
|
||||
'@swc/core@1.15.1':
|
||||
dependencies:
|
||||
'@swc/counter': 0.1.3
|
||||
'@swc/types': 0.1.25
|
||||
optionalDependencies:
|
||||
'@swc/core-darwin-arm64': 1.15.1
|
||||
'@swc/core-darwin-x64': 1.15.1
|
||||
'@swc/core-linux-arm-gnueabihf': 1.15.1
|
||||
'@swc/core-linux-arm64-gnu': 1.15.1
|
||||
'@swc/core-linux-arm64-musl': 1.15.1
|
||||
'@swc/core-linux-x64-gnu': 1.15.1
|
||||
'@swc/core-linux-x64-musl': 1.15.1
|
||||
'@swc/core-win32-arm64-msvc': 1.15.1
|
||||
'@swc/core-win32-ia32-msvc': 1.15.1
|
||||
'@swc/core-win32-x64-msvc': 1.15.1
|
||||
|
||||
'@swc/counter@0.1.3': {}
|
||||
|
||||
'@swc/helpers@0.5.15':
|
||||
dependencies:
|
||||
tslib: 2.8.1
|
||||
|
||||
'@swc/types@0.1.25':
|
||||
dependencies:
|
||||
'@swc/counter': 0.1.3
|
||||
|
||||
'@t3-oss/env-core@0.13.8(arktype@2.1.20)(typescript@5.9.3)(zod@4.1.12)':
|
||||
optionalDependencies:
|
||||
arktype: 2.1.20
|
||||
@@ -13211,7 +13338,7 @@ snapshots:
|
||||
|
||||
'@tsconfig/svelte@1.0.13': {}
|
||||
|
||||
'@turbo/gen@2.6.0(@types/node@24.10.0)(typescript@5.9.3)':
|
||||
'@turbo/gen@2.6.0(@swc/core@1.15.1)(@types/node@24.10.0)(typescript@5.9.3)':
|
||||
dependencies:
|
||||
'@turbo/workspaces': 2.6.0
|
||||
commander: 10.0.1
|
||||
@@ -13221,7 +13348,7 @@ snapshots:
|
||||
node-plop: 0.26.3
|
||||
picocolors: 1.0.1
|
||||
proxy-agent: 6.5.0
|
||||
ts-node: 10.9.2(@types/node@24.10.0)(typescript@5.9.3)
|
||||
ts-node: 10.9.2(@swc/core@1.15.1)(@types/node@24.10.0)(typescript@5.9.3)
|
||||
update-check: 1.5.4
|
||||
validate-npm-package-name: 5.0.1
|
||||
transitivePeerDependencies:
|
||||
@@ -17375,15 +17502,18 @@ snapshots:
|
||||
next: 16.0.1(@babel/core@7.28.4)(babel-plugin-react-compiler@1.0.0)(react-dom@19.2.0(react@19.2.0))(react@19.2.0)(sass@1.93.3)
|
||||
react: 19.2.0
|
||||
|
||||
next-intl@4.4.0(next@16.0.1(@babel/core@7.28.4)(babel-plugin-react-compiler@1.0.0)(react-dom@19.2.0(react@19.2.0))(react@19.2.0)(sass@1.93.3))(react@19.2.0)(typescript@5.9.3):
|
||||
next-intl@4.5.0(next@16.0.1(@babel/core@7.28.4)(babel-plugin-react-compiler@1.0.0)(react-dom@19.2.0(react@19.2.0))(react@19.2.0)(sass@1.93.3))(react@19.2.0)(typescript@5.9.3):
|
||||
dependencies:
|
||||
'@formatjs/intl-localematcher': 0.5.5
|
||||
'@swc/core': 1.15.1
|
||||
negotiator: 1.0.0
|
||||
next: 16.0.1(@babel/core@7.28.4)(babel-plugin-react-compiler@1.0.0)(react-dom@19.2.0(react@19.2.0))(react@19.2.0)(sass@1.93.3)
|
||||
react: 19.2.0
|
||||
use-intl: 4.4.0(react@19.2.0)
|
||||
use-intl: 4.5.2(react@19.2.0)
|
||||
optionalDependencies:
|
||||
typescript: 5.9.3
|
||||
transitivePeerDependencies:
|
||||
- '@swc/helpers'
|
||||
|
||||
next@16.0.1(@babel/core@7.26.0)(babel-plugin-react-compiler@1.0.0)(react-dom@19.2.0(react@19.2.0))(react@19.2.0)(sass@1.93.3):
|
||||
dependencies:
|
||||
@@ -17490,10 +17620,10 @@ snapshots:
|
||||
dependencies:
|
||||
rrule: 2.8.1
|
||||
|
||||
node-loader@2.1.0(webpack@5.94.0):
|
||||
node-loader@2.1.0(webpack@5.94.0(@swc/core@1.15.1)):
|
||||
dependencies:
|
||||
loader-utils: 2.0.4
|
||||
webpack: 5.94.0
|
||||
webpack: 5.94.0(@swc/core@1.15.1)
|
||||
|
||||
node-mock-http@1.0.2: {}
|
||||
|
||||
@@ -19444,14 +19574,16 @@ snapshots:
|
||||
type-fest: 2.19.0
|
||||
unique-string: 3.0.0
|
||||
|
||||
terser-webpack-plugin@5.3.14(webpack@5.94.0):
|
||||
terser-webpack-plugin@5.3.14(@swc/core@1.15.1)(webpack@5.94.0(@swc/core@1.15.1)):
|
||||
dependencies:
|
||||
'@jridgewell/trace-mapping': 0.3.31
|
||||
jest-worker: 27.5.1
|
||||
schema-utils: 4.3.0
|
||||
serialize-javascript: 6.0.2
|
||||
terser: 5.39.0
|
||||
webpack: 5.94.0
|
||||
webpack: 5.94.0(@swc/core@1.15.1)
|
||||
optionalDependencies:
|
||||
'@swc/core': 1.15.1
|
||||
|
||||
terser@5.39.0:
|
||||
dependencies:
|
||||
@@ -19641,7 +19773,7 @@ snapshots:
|
||||
|
||||
ts-mixer@6.0.4: {}
|
||||
|
||||
ts-node@10.9.2(@types/node@24.10.0)(typescript@5.9.3):
|
||||
ts-node@10.9.2(@swc/core@1.15.1)(@types/node@24.10.0)(typescript@5.9.3):
|
||||
dependencies:
|
||||
'@cspotcode/source-map-support': 0.8.1
|
||||
'@tsconfig/node10': 1.0.11
|
||||
@@ -19658,6 +19790,8 @@ snapshots:
|
||||
typescript: 5.9.3
|
||||
v8-compile-cache-lib: 3.0.1
|
||||
yn: 3.1.1
|
||||
optionalDependencies:
|
||||
'@swc/core': 1.15.1
|
||||
|
||||
ts-toolbelt@9.6.0: {}
|
||||
|
||||
@@ -20024,7 +20158,7 @@ snapshots:
|
||||
dequal: 2.0.3
|
||||
react: 19.2.0
|
||||
|
||||
use-intl@4.4.0(react@19.2.0):
|
||||
use-intl@4.5.2(react@19.2.0):
|
||||
dependencies:
|
||||
'@formatjs/fast-memoize': 2.2.1
|
||||
'@schummar/icu-type-parser': 1.21.5
|
||||
@@ -20227,7 +20361,7 @@ snapshots:
|
||||
|
||||
webpack-virtual-modules@0.6.2: {}
|
||||
|
||||
webpack@5.94.0:
|
||||
webpack@5.94.0(@swc/core@1.15.1):
|
||||
dependencies:
|
||||
'@types/estree': 1.0.8
|
||||
'@webassemblyjs/ast': 1.14.1
|
||||
@@ -20249,7 +20383,7 @@ snapshots:
|
||||
neo-async: 2.6.2
|
||||
schema-utils: 3.3.0
|
||||
tapable: 2.2.1
|
||||
terser-webpack-plugin: 5.3.14(webpack@5.94.0)
|
||||
terser-webpack-plugin: 5.3.14(@swc/core@1.15.1)(webpack@5.94.0(@swc/core@1.15.1))
|
||||
watchpack: 2.4.2
|
||||
webpack-sources: 3.2.3
|
||||
transitivePeerDependencies:
|
||||
|
||||
Reference in New Issue
Block a user