refactor: update dependency vitest to v2 #790
Annotations
2 errors and 4 warnings
src/docgen.test.ts > style > table:
src/docgen.test.ts#L159
Error: Snapshot `style > table 1` mismatched
- Expected
+ Received
"## Inputs
<!-- gha-inputs-start -->
| ID | Required | Default | Description |
| :-- | :-- | :-- | :-- |
- | `id1` | | n/a | desc1\\|desc1 |
+ | `id1` | | n/a | desc1\|desc1 |
| `id2` | :white_check_mark: | n/a | desc2<br />required |
| `id3` | | n/a | desc3<br />:warning: **Deprecated:** line1<br />line2 |
| `id4` | | `https://gha-docgen.example` | desc3 |
<!-- gha-inputs-end -->
## Outputs
<!-- gha-outputs-start -->
| ID | Description |
| :-- | :-- |
- | `id1` | desc1\\|desc1 |
+ | `id1` | desc1\|desc1 |
| `id2` | desc2<br />line2 |
<!-- gha-outputs-end -->"
❯ src/docgen.test.ts:159:45
|
test
Process completed with exit code 1.
|
test
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3, pnpm/action-setup@v2, actions/setup-node@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
lint
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3, pnpm/action-setup@v2, actions/setup-node@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
typecheck
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3, pnpm/action-setup@v2, actions/setup-node@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
build
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3, pnpm/action-setup@v2, actions/setup-node@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|