Skip to content

feat(svg): add native p5.svg experimental feature module and contributor docs #8617

feat(svg): add native p5.svg experimental feature module and contributor docs

feat(svg): add native p5.svg experimental feature module and contributor docs #8617

Triggered via pull request September 2, 2026 09:00
Status Success
Total duration 35s
Artifacts

ci-lint.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

11 warnings
lint
Node.js 20 is deprecated. The following actions target Node.js 20 but are being forced to run on Node.js 24: actions/checkout@11d5960a326750d5838078e36cf38b85af677262, actions/setup-node@49933ea5288caeca8642d1e84afbd3f7d6820020. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
eslint(no-unused-vars): utils/contributors-png.js#L26
utils/contributors-png.js:26:12: Catch parameter 'err' is caught but never used.
eslint(no-unused-vars): utils/contributors-png.mjs#L25
utils/contributors-png.mjs:25:12: Catch parameter 'err' is caught but never used.
eslint(no-unused-vars): src/strands/strands_for.js#L10
src/strands/strands_for.js:10:10: Identifier 'StrandsNode' is imported but never used.
eslint(no-unused-vars): src/core/p5.Renderer.js#L455
src/core/p5.Renderer.js:455:10: Function 'calculateOffset' is declared but never used.
eslint(no-unused-vars): test/unit/image/loading.js#L12
test/unit/image/loading.js:12:5: Variable 'testImageRender' is declared but never used.
eslint(eqeqeq): src/core/filterShaders.js#L201
src/core/filterShaders.js:201:33: Expected !== and instead saw !=
eslint(eqeqeq): src/core/filterShaders.js#L201
src/core/filterShaders.js:201:23: Expected !== and instead saw !=
eslint(eqeqeq): src/core/filterShaders.js#L165
src/core/filterShaders.js:165:33: Expected !== and instead saw !=
eslint(eqeqeq): src/core/filterShaders.js#L165
src/core/filterShaders.js:165:23: Expected !== and instead saw !=
eslint(eqeqeq): src/core/filterShaders.js#L104
src/core/filterShaders.js:104:39: Expected === and instead saw ==