From 7774f53fd699cef49fa17c51574b43a46f3e52ee Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 25 Oct 2025 06:19:17 +0000 Subject: [PATCH 1/2] fix(deps): update dependency antd to ^5.27.6 --- pnpm-lock.yaml | 13 ++++++------- .../integration/source-code-build/app/package.json | 2 +- 2 files changed, 7 insertions(+), 8 deletions(-) diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 9446671368aa..b6fa2f47f1cc 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -4,8 +4,6 @@ settings: autoInstallPeers: true excludeLinksFromLockfile: false -pnpmfileChecksum: sha256-e7fv4++EEy5D/4pBzV1yGYuIWnXfQwaMHH7OMxyEZx4= - importers: .: @@ -4678,8 +4676,8 @@ importers: specifier: workspace:* version: link:../components antd: - specifier: ^5.27.5 - version: 5.27.5(date-fns@2.30.0)(moment@2.30.1)(react-dom@19.2.0(react@19.2.0))(react@19.2.0) + specifier: ^5.27.6 + version: 5.27.6(date-fns@2.30.0)(moment@2.30.1)(react-dom@19.2.0(react@19.2.0))(react@19.2.0) react: specifier: ^19.2.0 version: 19.2.0 @@ -9719,8 +9717,8 @@ packages: resolution: {integrity: sha512-bN798gFfQX+viw3R7yrGWRqnrN2oRkEkUjjl4JNn4E8GxxbjtG3FbrEIIY3l8/hrwUwIeCZvi4QuOTP4MErVug==} engines: {node: '>=12'} - antd@5.27.5: - resolution: {integrity: sha512-Ehd9mqtHvJ1clon1yJ/1BTV6eX/3SH2YXZZPTHUk8XdzXFwUioI+Lht47s+MaHIUBY77RnZrmtKwwR+VVu0l7A==} + antd@5.27.6: + resolution: {integrity: sha512-70HrjVbzDXvtiUQ5MP1XdNudr/wGAk9Ivaemk6f36yrAeJurJSmZ8KngOIilolLRHdGuNc6/Vk+4T1OZpSjpag==} peerDependencies: react: '>=16.9.0' react-dom: '>=16.9.0' @@ -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==} @@ -21713,7 +21712,7 @@ snapshots: ansi-styles@6.2.1: {} - antd@5.27.5(date-fns@2.30.0)(moment@2.30.1)(react-dom@19.2.0(react@19.2.0))(react@19.2.0): + antd@5.27.6(date-fns@2.30.0)(moment@2.30.1)(react-dom@19.2.0(react@19.2.0))(react@19.2.0): dependencies: '@ant-design/colors': 7.2.1 '@ant-design/cssinjs': 1.24.0(react-dom@19.2.0(react@19.2.0))(react@19.2.0) diff --git a/tests/integration/source-code-build/app/package.json b/tests/integration/source-code-build/app/package.json index 32aae5745d79..27aff002c984 100644 --- a/tests/integration/source-code-build/app/package.json +++ b/tests/integration/source-code-build/app/package.json @@ -11,7 +11,7 @@ "dependencies": { "@modern-js/runtime": "workspace:*", "@source-code-build/components": "workspace:*", - "antd": "^5.27.5", + "antd": "^5.27.6", "react": "^19.2.0", "react-dom": "^19.2.0" }, From 5a9b5f0bd28700126039b65ce828ddeffc648f0a Mon Sep 17 00:00:00 2001 From: caohuilin Date: Mon, 27 Oct 2025 11:03:40 +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 b6fa2f47f1cc..7b7ac8e4f797 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -4,6 +4,8 @@ settings: autoInstallPeers: true excludeLinksFromLockfile: false +pnpmfileChecksum: sha256-e7fv4++EEy5D/4pBzV1yGYuIWnXfQwaMHH7OMxyEZx4= + importers: .: