chore(deps): update all non-major dependencies #611
Annotations
3 errors and 2 warnings
packages/babel-plugin-jsx/test/index.test.tsx > Transform JSX > domProps input[value]:
packages/babel-plugin-jsx/test/index.test.tsx#L176
AssertionError: expected '<input type="text" value="foo">' to be '<input type="text">' // Object.is equality
Expected: "<input type="text">"
Received: "<input type="text" value="foo">"
❯ packages/babel-plugin-jsx/test/index.test.tsx:176:28
|
packages/babel-plugin-resolve-type/test/resolve-type.test.tsx > resolve type > runtime props > with dynamic default value:
packages/babel-plugin-resolve-type/test/resolve-type.test.tsx#L56
Error: Snapshot `resolve type > runtime props > with dynamic default value 1` mismatched
- Expected
+ Received
@@ -3,11 +3,11 @@
defineComponent((props: {
msg?: string;
} = defaults) => {
return () => h('div', props.msg);
}, {
- props: /*#__PURE__*/_mergeDefaults({
+ props: /*@__PURE__*/_mergeDefaults({
msg: {
type: String,
required: false
}
}, defaults)
❯ packages/babel-plugin-resolve-type/test/resolve-type.test.tsx:56:22
|
Unit Test
Process completed with exit code 1.
|
Lint
The following actions use a deprecated Node.js version and will be forced to run on node20: pnpm/action-setup@v2. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
Unit Test
The following actions use a deprecated Node.js version and will be forced to run on node20: pnpm/action-setup@v2. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|