refactor: remove all internal usage of bun #350
checks.yml
on: pull_request
Lint
45s
Test
1m 4s
End-to-end
1m 4s
Format
2m 41s
Type Check
26s
Annotations
10 errors and 15 warnings
Type Check:
packages/fabricator/src/snapshot.ts#L28
Property 'hasOwn' does not exist on type 'ObjectConstructor'. Do you need to change your target library? Try changing the 'lib' compiler option to 'es2022' or later.
|
Type Check:
packages/fabricator/src/snapshot.ts#L58
Property 'hasOwn' does not exist on type 'ObjectConstructor'. Do you need to change your target library? Try changing the 'lib' compiler option to 'es2022' or later.
|
Type Check:
apps/playground/src/components/workspace.ts#L59
Property 'replaceAll' does not exist on type 'string'. Do you need to change your target library? Try changing the 'lib' compiler option to 'es2021' or later.
|
Type Check:
packages/config/src/read.ts#L7
Property 'hasOwn' does not exist on type 'ObjectConstructor'. Do you need to change your target library? Try changing the 'lib' compiler option to 'es2022' or later.
|
Type Check:
packages/ssr/src/helpers.ts#L16
Property 'replaceAll' does not exist on type 'string'. Do you need to change your target library? Try changing the 'lib' compiler option to 'es2021' or later.
|
Type Check:
packages/ssr/src/helpers.ts#L28
Property 'replaceAll' does not exist on type 'string'. Do you need to change your target library? Try changing the 'lib' compiler option to 'es2021' or later.
|
Type Check:
packages/ssr/src/helpers.ts#L34
Property 'replaceAll' does not exist on type 'string'. Do you need to change your target library? Try changing the 'lib' compiler option to 'es2021' or later.
|
Type Check:
packages/ssr/src/helpers.ts#L38
Property 'replaceAll' does not exist on type 'string'. Do you need to change your target library? Try changing the 'lib' compiler option to 'es2021' or later.
|
Type Check:
packages/ssr/src/evaluate.ts#L282
Expected 0-1 arguments, but got 2.
|
Type Check
Process completed with exit code 2.
|
Type Check
The following actions uses Node.js version which is deprecated and will be forced to run on node20: actions/setup-node@v3. 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 uses Node.js version which is deprecated and will be forced to run on node20: actions/setup-node@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
Lint:
apps/playground/src/lib/component.ts#L14
Unexpected any. Specify a different type
|
Lint:
apps/playground/src/lib/component.ts#L14
Unexpected any. Specify a different type
|
Lint:
apps/playground/src/lib/debounce.ts#L5
Unexpected any. Specify a different type
|
Lint:
packages/analyzer/src/plugin.ts#L23
Unexpected any. Specify a different type
|
Lint:
packages/language-service/src/protocol.ts#L27
Unexpected any. Specify a different type
|
Lint:
packages/language-service/src/protocol.ts#L27
Unexpected any. Specify a different type
|
Lint:
packages/language-service/src/protocol.ts#L67
Unexpected any. Specify a different type
|
Lint:
packages/language-service/src/protocol.ts#L94
Unexpected any. Specify a different type
|
Lint:
packages/parser/src/utils/acorn.ts#L9
Unexpected any. Specify a different type
|
Lint:
packages/ssr/src/bindings/foreach.ts#L4
Unexpected any. Specify a different type
|
Test
The following actions uses Node.js version which is deprecated and will be forced to run on node20: actions/setup-node@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
End-to-end
The following actions uses Node.js version which is deprecated and will be forced to run on node20: actions/setup-node@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
Format
The following actions uses Node.js version which is deprecated and will be forced to run on node20: actions/setup-node@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|