chore: sync vendored canvas-kit to 2026-06-28.1 (Lucide 1.21.0 + font-smoothing)#12
Merged
Merged
Conversation
…-smoothing) Re-vendor every extension's canvas-kit/ from the create-canvas-app kit at 2026-06-28.1, tracking the latest Copilot host app canvas surface: - Lucide glyphs at lucide-react@1.21.0 (34 new icons, 11 changed geometry, 0 removed) - font-smoothing defaults (-webkit-font-smoothing / -moz-osx-font-smoothing) in theme.css All six extensions were behind (five at 2026-06-27, code-tutor at 2026-06-27.1). Changes are confined to canvas-kit/; the vendored bytes are byte-identical to the canonical kit. scripts/validate-extensions.mjs and scripts/run-tests.mjs both pass. Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
2b5da3b to
d20be09
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
What
Re-vendors every extension's
canvas-kit/to2026-06-28.1, tracking the latest GitHub Copilot host app canvas surface. All six extensions were behind:What changed in the kit
lucide-react@1.21.0— 34 new icons, 11 changed geometry, 0 removed (byte-faithful to the host icon set).-webkit-font-smoothing: antialiased/-moz-osx-font-smoothing: grayscale) intheme.css.Verification
*/canvas-kit/— no extension source touched.canvas-kit/vendor/lucide.mjsis byte-identical to the canonical kit (SHA match).scripts/validate-extensions.mjs→ 6 extensions valid.scripts/run-tests.mjs→ all test files pass.The canonical kit update lands in the
create-canvas-appskill (jongio/skills#13).