test: update snapshot structure and remove duplicate test step for ci #1710
Annotations
11 warnings
|
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. 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
|