chore: remove unocss #186
Annotations
7 errors and 3 warnings
|
test
Process completed with exit code 1.
|
|
error: expect(received).toContain(expected):
packages/crosswind/test/arbitrary.test.ts#L119
Expected to contain: "font-size: var(--font-size);"
Received: ".text-\\[var\\(--font-size\\)\\] {\n color: var(--font-size);\n}"
at <anonymous> (/home/runner/work/crosswind/crosswind/packages/crosswind/test/arbitrary.test.ts:119:34)
|
|
error: expect(received).toBeLessThan(expected):
packages/crosswind/test/performance-regression.test.ts#L235
Expected: < 6
Received: 12.22156799999999
at <anonymous> (/home/runner/work/crosswind/crosswind/packages/crosswind/test/performance-regression.test.ts:235:24)
|
|
error: expect(received).toBeLessThan(expected):
packages/crosswind/test/performance-regression.test.ts#L213
Expected: < 10
Received: 17.898595999999998
at <anonymous> (/home/runner/work/crosswind/crosswind/packages/crosswind/test/performance-regression.test.ts:213:24)
|
|
error: expect(received).toBeLessThan(expected):
packages/crosswind/test/performance-regression.test.ts#L191
Expected: < 3
Received: 3.041476000000003
at <anonymous> (/home/runner/work/crosswind/crosswind/packages/crosswind/test/performance-regression.test.ts:191:24)
|
|
error: expect(received).toBeLessThan(expected):
packages/crosswind/test/performance-regression.test.ts#L100
Expected: < 0.2
Received: 0.7303789999999992
at <anonymous> (/home/runner/work/crosswind/crosswind/packages/crosswind/test/performance-regression.test.ts:100:24)
|
|
error: expect(received).toContain(expected):
packages/crosswind/test/typography.test.ts#L532
Expected to contain: "font-size: var(--font-size);"
Received: ".text-\\[var\\(--font-size\\)\\] {\n color: var(--font-size);\n}"
at <anonymous> (/home/runner/work/crosswind/crosswind/packages/crosswind/test/typography.test.ts:532:34)
|
|
test
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: actions/cache@v4, actions/checkout@v4. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Please check if updated versions of these actions are available that support Node.js 24. To opt into Node.js 24 now, set the FORCE_JAVASCRIPT_ACTIONS_TO_NODE24=true environment variable on the runner or in your workflow file. Once Node.js 24 becomes the default, you can temporarily opt out by setting ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=true. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
|
|
lint
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: actions/cache@v4, actions/checkout@v4. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Please check if updated versions of these actions are available that support Node.js 24. To opt into Node.js 24 now, set the FORCE_JAVASCRIPT_ACTIONS_TO_NODE24=true environment variable on the runner or in your workflow file. Once Node.js 24 becomes the default, you can temporarily opt out by setting ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=true. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
|
|
typecheck
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: actions/cache@v4, actions/checkout@v4. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Please check if updated versions of these actions are available that support Node.js 24. To opt into Node.js 24 now, set the FORCE_JAVASCRIPT_ACTIONS_TO_NODE24=true environment variable on the runner or in your workflow file. Once Node.js 24 becomes the default, you can temporarily opt out by setting ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=true. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
|