Skip to content

fix: update types to match pixi v8 #51

fix: update types to match pixi v8

fix: update types to match pixi v8 #51

Triggered via pull request November 18, 2024 15:31
Status Success
Total duration 58s
Artifacts

build.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

12 warnings
test
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/setup-node@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
test
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3, actions/setup-node@v2. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
test: src/Viewport.ts#L1
'View' is defined but never used
test: src/ease.ts#L12
Expected to return a value at the end of function 'ease'
test: src/plugins/Clamp.ts#L147
Do not nest ternary expressions
test: src/plugins/Clamp.ts#L153
Do not nest ternary expressions
test: src/plugins/Clamp.ts#L260
Unexpected mix of '*' and '+'. Use parentheses to clarify the intended order of operations
test: src/plugins/Clamp.ts#L261
Unexpected mix of '*' and '+'. Use parentheses to clarify the intended order of operations
test: src/plugins/Clamp.ts#L346
Unexpected mix of '*' and '+'. Use parentheses to clarify the intended order of operations
test: src/plugins/Clamp.ts#L347
Unexpected mix of '*' and '+'. Use parentheses to clarify the intended order of operations
test: src/plugins/Drag.ts#L566
Unexpected mix of '*' and '+'. Use parentheses to clarify the intended order of operations
test: src/plugins/Drag.ts#L567
Unexpected mix of '*' and '+'. Use parentheses to clarify the intended order of operations