deps(config): migrate renovate config (#212) #1038
Annotations
2 errors and 4 warnings
tests/package.test.ts > fixture with-side-effects:
tests/snapshot-output.ts#L44
Error: Snapshot `fixture with-side-effects 5` mismatched
- Expected
+ Received
@@ -72,11 +72,11 @@
tablet?: "none" | "medium" | undefined;
desktop?: "none" | "medium" | undefined;
wide?: "none" | "medium" | undefined;
} | undefined) | _vanilla_extract_sprinkles.ResponsiveArray<4 | 3 | 2 | 1, "none" | "medium" | null>;
}) => string) & {
- properties: Set<"padding" | "paddingBottom" | "paddingTop" | "paddingLeft" | "paddingRight" | "paddingY" | "paddingX" | "display" | "position">;
+ properties: Set<"padding" | "display" | "paddingBottom" | "paddingTop" | "paddingLeft" | "paddingRight" | "paddingY" | "paddingX" | "position">;
};
type Sprinkles = Parameters<typeof sprinkles>[0];
interface Atoms extends Sprinkles {
reset?: keyof JSX.IntrinsicElements;
❯ tests/snapshot-output.ts:44:5
❯ Module.snapshotOutput [as default] tests/snapshot-output.ts:29:3
❯ tests/package.test.ts:35:5
|
Test
Process completed with exit code 1.
|
Build
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/
|
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/
|
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/
|
Test with Braid
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/
|