chore(deps): Upgrade part of deps to latest #576
Annotations
5 errors and 1 warning
src/config-provider/__tests__/ThemeProvider.test.tsx > ConfigProvider theme with ThemeProvider > ConfigProvider theme token:
packages/design/src/config-provider/__tests__/ThemeProvider.test.tsx#L22
AssertionError: expected '#f3f6fc' to be '#ff0000' // Object.is equality
Expected: "#ff0000"
Received: "#f3f6fc"
❯ Child3 src/config-provider/__tests__/ThemeProvider.test.tsx:22:35
❯ Object.react-stack-bottom-frame ../../node_modules/.pnpm/[email protected][email protected]/node_modules/react-dom/cjs/react-dom-client.development.js:22428:20
❯ renderWithHooks ../../node_modules/.pnpm/[email protected][email protected]/node_modules/react-dom/cjs/react-dom-client.development.js:5757:22
❯ updateFunctionComponent ../../node_modules/.pnpm/[email protected][email protected]/node_modules/react-dom/cjs/react-dom-client.development.js:8018:19
❯ beginWork ../../node_modules/.pnpm/[email protected][email protected]/node_modules/react-dom/cjs/react-dom-client.development.js:9683:18
❯ runWithFiberInDEV ../../node_modules/.pnpm/[email protected][email protected]/node_modules/react-dom/cjs/react-dom-client.development.js:543:16
❯ performUnitOfWork ../../node_modules/.pnpm/[email protected][email protected]/node_modules/react-dom/cjs/react-dom-client.development.js:15052:22
❯ workLoopSync ../../node_modules/.pnpm/[email protected][email protected]/node_modules/react-dom/cjs/react-dom-client.development.js:14870:41
❯ renderRootSync ../../node_modules/.pnpm/[email protected][email protected]/node_modules/react-dom/cjs/react-dom-client.development.js:14850:11
❯ performWorkOnRoot ../../node_modules/.pnpm/[email protected][email protected]/node_modules/react-dom/cjs/react-dom-client.development.js:14384:44
|
src/ProTable/__tests__/index.test.tsx > ProTable > render:
packages/ui/src/ProTable/__tests__/index.test.tsx#L40
AssertionError: expected null to be truthy
- Expected:
null
+ Received:
false
❯ src/ProTable/__tests__/index.test.tsx:40:56
|
src/ProTable/__tests__/index.test.tsx > ProTable > render empty:
packages/ui/src/ProTable/__tests__/index.test.tsx#L56
AssertionError: expected null to be truthy
- Expected:
null
+ Received:
false
❯ src/ProTable/__tests__/index.test.tsx:56:65
|
src/ProTable/__tests__/index.test.tsx > ProTable > default pagination should work:
packages/ui/src/ProTable/__tests__/index.test.tsx#L62
TypeError: Cannot read properties of null (reading 'textContent')
❯ src/ProTable/__tests__/index.test.tsx:62:64
|
test (16.x, ubuntu-latest)
Process completed with exit code 1.
|
test (16.x, ubuntu-latest)
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|