Skip to content

feat: support inline helpers #1719

feat: support inline helpers

feat: support inline helpers #1719

Triggered via push March 26, 2026 12:54
Status Failure
Total duration 1m 54s
Artifacts

ci.yml

on: push
Matrix: CI
Fit to window
Zoom out
Zoom in

Annotations

4 errors and 11 warnings
CI (20)
Process completed with exit code 1.
tests/integration/helpers/index.test.ts > Run config pkg-inline-helpers: tests/helpers/run.ts#L212
Error: Snapshot `Run config pkg-inline-helpers > file content esm/index.d.ts 1` mismatched - Expected + Received - "export declare function spread(target: Record<string, unknown>, sources: Record<string, unknown>[]): Record<string, unknown>; + "export declare function spread(target: Record<string, unknown>, sources: Array<Record<string, unknown>>): Record<string, unknown>; " ❯ tests/helpers/run.ts:212:25 ❯ snapshotFolderContent tests/helpers/run.ts:204:3 ❯ runSnapshot tests/helpers/run.ts:118:9 ❯ tests/helpers/run.ts:140:11
tests/integration/helpers/index.test.ts > Run config external-helpers: tests/helpers/run.ts#L212
Error: Snapshot `Run config external-helpers > file content esm/index.d.ts 1` mismatched - Expected + Received - "export declare function spread(target: Record<string, unknown>, sources: Record<string, unknown>[]): Record<string, unknown>; + "export declare function spread(target: Record<string, unknown>, sources: Array<Record<string, unknown>>): Record<string, unknown>; " ❯ tests/helpers/run.ts:212:25 ❯ snapshotFolderContent tests/helpers/run.ts:204:3 ❯ runSnapshot tests/helpers/run.ts:118:9 ❯ tests/helpers/run.ts:140:11
tests/integration/helpers/index.test.ts > Run config inline-helpers: tests/helpers/run.ts#L212
Error: Snapshot `Run config inline-helpers > file content esm/index.d.ts 1` mismatched - Expected + Received - "export declare function spread(target: Record<string, unknown>, sources: Record<string, unknown>[]): Record<string, unknown>; + "export declare function spread(target: Record<string, unknown>, sources: Array<Record<string, unknown>>): Record<string, unknown>; " ❯ tests/helpers/run.ts:212:25 ❯ snapshotFolderContent tests/helpers/run.ts:204:3 ❯ runSnapshot tests/helpers/run.ts:118:9 ❯ tests/helpers/run.ts:140:11
CI (20)
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: actions/checkout@v3, actions/setup-node@v4, pnpm/action-setup@v2. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Node.js 20 will be removed from the runner on September 16th, 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/
CI (20): packages/ice-npm-utils/__tests__/index.test.ts#L164
Caution: `rimraf` also has a named export `sync`. Check if you meant to write `import {sync} from 'rimraf'` instead
CI (20): packages/ice-npm-utils/__tests__/index.test.ts#L153
Caution: `rimraf` also has a named export `sync`. Check if you meant to write `import {sync} from 'rimraf'` instead
CI (20): packages/ice-npm-utils/__tests__/index.test.ts#L148
Caution: `rimraf` also has a named export `sync`. Check if you meant to write `import {sync} from 'rimraf'` instead
CI (20): packages/ice-npm-utils/__tests__/index.test.ts#L4
Using exported name 'rimraf' as identifier for default import
CI (20): examples/rolldown-react/src/components/Button/index.tsx#L36
'children' is missing in props validation
CI (20): examples/react-multi-components/src/Avatar/index.tsx#L6
An empty interface is equivalent to `{}`
CI (20): examples/react-component/src/components/Button/index.tsx#L36
'children' is missing in props validation
CI (20): examples/react-component/pages/index.tsx#L4
Component definition is missing display name
CI (20): eslint.config.mjs#L8
Replace `⏎······'examples/**/*.{js,jsx,ts,tsx}',⏎······'tests/**/*.{js,jsx,ts,tsx}',⏎······'scripts/**/*.{ts,js}',⏎····` with `'examples/**/*.{js,jsx,ts,tsx}',·'tests/**/*.{js,jsx,ts,tsx}',·'scripts/**/*.{ts,js}'`
CI (20): .commitlintrc.js#L1
A `require()` style import is forbidden