Skip to content

fix: restore generate-icons locals after template hardening - #90

Merged
veillette merged 1 commit into
mainfrom
fix/hardening-lint
Aug 12, 2026
Merged

fix: restore generate-icons locals after template hardening#90
veillette merged 1 commit into
mainfrom
fix/hardening-lint

Conversation

@veillette

Copy link
Copy Markdown
Collaborator

Summary

  • Template-hardening appended a screenshot helper that referenced svg / density / publicDir / THEME_BG, which this sim does not declare.
  • Biome noUndeclaredVariables failed ci / build on the merged hardening PR (chore: retrofit template hardening (security, PWA, overrides) #88).
  • Wire the helper to the existing svgBuffer / root locals and declare the missing constants.

Test plan

  • npm run lint && npm run check && npm run build
  • npm test (416 passed)

Made with Cursor

The template-hardening retrofit referenced svg/density/publicDir/THEME_BG,
which this sim does not declare, so biome failed CI on main.
Co-authored-by: Cursor <cursoragent@cursor.com>
@cursor

cursorBot commented Aug 12, 2026

Copy link
Copy Markdown

Bugbot is not enabled for your account, so this pull request was not reviewed.

Enable Bugbot in the Cursor dashboard to get automatic reviews on future PRs.

@github-actions

Copy link
Copy Markdown
Contributor

Dependency Review

✅ No vulnerabilities or license issues or OpenSSF Scorecard issues found.

Scanned Files

None

@veillette
veillette merged commit 537541e into mainAug 12, 2026
7 checks passed
@veillette
veillette deleted the fix/hardening-lint branch August 12, 2026 02:35
Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant

@veillette