Skip to content

chore(deps): update dependency esbuild to v0.24.0 #1782

chore(deps): update dependency esbuild to v0.24.0

chore(deps): update dependency esbuild to v0.24.0 #1782

Triggered via pull request October 1, 2024 00:13
Status Success
Total duration 30s
Artifacts

ci.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

12 warnings
test
The following actions use a deprecated Node.js version 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 use a deprecated Node.js version 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: src/compile.ts#L7
Expected to return a value at the end of arrow function
lint: src/compile.ts#L20
Arrow function expected a return value
lint: src/compile.ts#L25
Assignment to property of function parameter 'node'
lint: src/compile.ts#L31
Assignment to function parameter 'n'
lint: src/compile.ts#L48
Assignment to function parameter 'node'
lint: src/reconcile/keyed.ts#L27
Unexpected any. Specify a different type
lint: src/reconcile/keyed.ts#L30
Unexpected any. Specify a different type
lint: src/reconcile/keyed.ts#L31
Unexpected any. Specify a different type
lint: src/reconcile/keyed.ts#L33
Default parameters should be last
lint: src/reconcile/keyed.ts#L44
Assignment to function parameter 'afterNode'