[Feature Branch] Bump @types/node from 20.14.6 to 20.14.9 #176
Annotations
3 errors and 1 warning
src/PageContainer/__tests__/index.test.tsx > PageContainer > extra and footer:
packages/ui/src/PageContainer/__tests__/index.test.tsx#L14
Error: Snapshot `PageContainer > extra and footer 1` mismatched
- Expected
+ Received
@@ -141,11 +141,11 @@
>
<input
aria-invalid="false"
autocomplete="off"
date-range="start"
- placeholder="Start date"
+ placeholder="开始日期"
size="12"
value=""
/>
</div>
<div
@@ -181,11 +181,11 @@
>
<input
aria-invalid="false"
autocomplete="off"
date-range="end"
- placeholder="End date"
+ placeholder="结束日期"
size="12"
value=""
/>
</div>
<div
❯ src/PageContainer/__tests__/index.test.tsx:14:37
|
src/ProTable/__tests__/index.test.tsx > ProTable > ConfigProvider pagination should work:
packages/ui/src/ProTable/__tests__/index.test.tsx#L78
Error: Snapshot `ProTable > ConfigProvider pagination should work 1` mismatched
- Expected
+ Received
@@ -710,11 +710,11 @@
class="ant-pagination ant-table-pagination ant-table-pagination-right"
>
<li
aria-disabled="true"
class="ant-pagination-prev ant-pagination-disabled"
- title="上一页"
+ title="Previous Page"
>
<button
class="ant-pagination-item-link"
disabled=""
tabindex="-1"
@@ -797,11 +797,11 @@
</a>
</li>
<li
class="ant-pagination-jump-next ant-pagination-jump-next-custom-icon"
tabindex="0"
- title="向后 5 页"
+ title="Next 5 Pages"
>
<a
class="ant-pagination-item-link"
>
<div
@@ -847,11 +847,11 @@
</li>
<li
aria-disabled="false"
class="ant-pagination-next"
tabindex="0"
- title="下一页"
+ title="Next Page"
>
<button
class="ant-pagination-item-link"
tabindex="-1"
type="button"
❯ src/ProTable/__tests__/index.test.tsx:78:37
|
test (16.x, ubuntu-latest)
Process completed with exit code 1.
|
test (16.x, ubuntu-latest)
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, actions/setup-node@v3, pnpm/action-setup@v2. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|