From 00576b1ea8f4e3d8249eb784a4b78c54a7e642d2 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 25 Oct 2025 16:40:22 +0000 Subject: [PATCH 1/2] fix(deps): update dependency i18next-browser-languagedetector to v8.2.0 --- pnpm-lock.yaml | 25 +++++++++---------- tests/integration/i18n/app-csr/package.json | 2 +- tests/integration/i18n/app-ssr/package.json | 2 +- .../integration/i18n/routes-csr/package.json | 2 +- .../integration/i18n/routes-ssr/package.json | 2 +- 5 files changed, 16 insertions(+), 17 deletions(-) diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 9446671368aa..f76018028307 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -4,8 +4,6 @@ settings: autoInstallPeers: true excludeLinksFromLockfile: false -pnpmfileChecksum: sha256-e7fv4++EEy5D/4pBzV1yGYuIWnXfQwaMHH7OMxyEZx4= - importers: .: @@ -3834,8 +3832,8 @@ importers: specifier: 25.2.1 version: 25.2.1(typescript@5.6.3) i18next-browser-languagedetector: - specifier: 8.1.0 - version: 8.1.0 + specifier: 8.2.0 + version: 8.2.0 react: specifier: ^19.2.0 version: 19.2.0 @@ -3862,8 +3860,8 @@ importers: specifier: 25.2.1 version: 25.2.1(typescript@5.6.3) i18next-browser-languagedetector: - specifier: 8.1.0 - version: 8.1.0 + specifier: 8.2.0 + version: 8.2.0 react: specifier: ^19.2.0 version: 19.2.0 @@ -3893,8 +3891,8 @@ importers: specifier: 25.2.1 version: 25.2.1(typescript@5.6.3) i18next-browser-languagedetector: - specifier: 8.1.0 - version: 8.1.0 + specifier: 8.2.0 + version: 8.2.0 react: specifier: ^19.2.0 version: 19.2.0 @@ -3921,8 +3919,8 @@ importers: specifier: 25.2.1 version: 25.2.1(typescript@5.6.3) i18next-browser-languagedetector: - specifier: 8.1.0 - version: 8.1.0 + specifier: 8.2.0 + version: 8.2.0 react: specifier: ^19.2.0 version: 19.2.0 @@ -12229,8 +12227,8 @@ packages: resolution: {integrity: sha512-Y93lCzHYgGWdrJ66yIktxiaGULYc6oGiABxhcO5AufBeOyoIdZF7bIfLaOrbM0iGIOXQQgxxRrFEnb+Y6w1n4A==} engines: {node: '>=10.18'} - i18next-browser-languagedetector@8.1.0: - resolution: {integrity: sha512-mHZxNx1Lq09xt5kCauZ/4bsXOEA2pfpwSoU11/QTJB+pD94iONFwp+ohqi///PwiFvjFOxe1akYCdHyFo1ng5Q==} + i18next-browser-languagedetector@8.2.0: + resolution: {integrity: sha512-P+3zEKLnOF0qmiesW383vsLdtQVyKtCNA9cjSoKCppTKPQVfKd2W8hbVo5ZhNJKDqeM7BOcvNoKJOjpHh4Js9g==} i18next@25.2.1: resolution: {integrity: sha512-+UoXK5wh+VlE1Zy5p6MjcvctHXAhRwQKCxiJD8noKZzIXmnAX8gdHX5fLPA3MEVxEN4vbZkQFy8N0LyD9tUqPw==} @@ -12335,6 +12333,7 @@ packages: intersection-observer@0.10.0: resolution: {integrity: sha512-fn4bQ0Xq8FTej09YC/jqKZwtijpvARlRp6wxL5WTA6yPe2YWSJ5RJh7Nm79rK2qB0wr6iDQzH60XGq5V/7u8YQ==} + deprecated: The Intersection Observer polyfill is no longer needed and can safely be removed. Intersection Observer has been Baseline since 2019. intl@1.2.5: resolution: {integrity: sha512-rK0KcPHeBFBcqsErKSpvZnrOmWOj+EmDkyJ57e90YWaQNqbcivcqmKDlHEeNprDWOsKzPsh1BfSpPQdDvclHVw==} @@ -24625,7 +24624,7 @@ snapshots: hyperdyperid@1.2.0: {} - i18next-browser-languagedetector@8.1.0: + i18next-browser-languagedetector@8.2.0: dependencies: '@babel/runtime': 7.28.4 diff --git a/tests/integration/i18n/app-csr/package.json b/tests/integration/i18n/app-csr/package.json index 66b0dc586cf9..9837030b17b9 100644 --- a/tests/integration/i18n/app-csr/package.json +++ b/tests/integration/i18n/app-csr/package.json @@ -10,7 +10,7 @@ "react-i18next": "15.5.2", "@modern-js/runtime": "workspace:*", "@modern-js/plugin-i18n": "workspace:*", - "i18next-browser-languagedetector": "8.1.0", + "i18next-browser-languagedetector": "8.2.0", "react": "^19.2.0", "react-dom": "^19.2.0" }, diff --git a/tests/integration/i18n/app-ssr/package.json b/tests/integration/i18n/app-ssr/package.json index 0e0842003392..7fbcfa2e87c6 100644 --- a/tests/integration/i18n/app-ssr/package.json +++ b/tests/integration/i18n/app-ssr/package.json @@ -11,7 +11,7 @@ "react-i18next": "15.5.2", "@modern-js/runtime": "workspace:*", "@modern-js/plugin-i18n": "workspace:*", - "i18next-browser-languagedetector": "8.1.0", + "i18next-browser-languagedetector": "8.2.0", "react": "^19.2.0", "react-dom": "^19.2.0" }, diff --git a/tests/integration/i18n/routes-csr/package.json b/tests/integration/i18n/routes-csr/package.json index 59d5b6ecb517..78000a6044b9 100644 --- a/tests/integration/i18n/routes-csr/package.json +++ b/tests/integration/i18n/routes-csr/package.json @@ -10,7 +10,7 @@ "react-i18next": "15.5.2", "@modern-js/runtime": "workspace:*", "@modern-js/plugin-i18n": "workspace:*", - "i18next-browser-languagedetector": "8.1.0", + "i18next-browser-languagedetector": "8.2.0", "react": "^19.2.0", "react-dom": "^19.2.0" }, diff --git a/tests/integration/i18n/routes-ssr/package.json b/tests/integration/i18n/routes-ssr/package.json index 4a6c466943f6..b23537c9c21d 100644 --- a/tests/integration/i18n/routes-ssr/package.json +++ b/tests/integration/i18n/routes-ssr/package.json @@ -11,7 +11,7 @@ "react-i18next": "15.5.2", "@modern-js/runtime": "workspace:*", "@modern-js/plugin-i18n": "workspace:*", - "i18next-browser-languagedetector": "8.1.0", + "i18next-browser-languagedetector": "8.2.0", "react": "^19.2.0", "react-dom": "^19.2.0" }, From 840601697dd893385a4a09ffc64ec1b0afce281a Mon Sep 17 00:00:00 2001 From: caohuilin Date: Mon, 27 Oct 2025 10:12:24 +0800 Subject: [PATCH 2/2] feat: update lock file --- pnpm-lock.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index f76018028307..399df45df649 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -4,6 +4,8 @@ settings: autoInstallPeers: true excludeLinksFromLockfile: false +pnpmfileChecksum: sha256-e7fv4++EEy5D/4pBzV1yGYuIWnXfQwaMHH7OMxyEZx4= + importers: .: