chore: sync vendored canvas-kit to Lucide 1.22.0#18
Merged
Conversation
Re-vendor the canvas-kit in all 6 extensions to canvas-kit 2026-07-02.1,
which tracks the Copilot host app's lucide-react bump 1.21.0 -> 1.22.0.
Icon delta (byte-faithful re-vendor, no hand edits):
+7 icons: database-arrow-down, database-arrow-up, database-check,
database-minus, database-plus, database-x, phi
refined: carrot, ungroup
removed: none; aliases unchanged
Each extension's canvas-kit/ was regenerated with the create-canvas-app
sync-kit tool, so the only changes are vendor/lucide.mjs, icons.mjs (version
header), version.mjs (KIT_VERSION), and the .kit-version.json marker. Pairs
with the create-canvas-app kit bump; lint, structure validation, and all
extension smoke tests pass.
Co-authored-by: Copilot App <223556219+Copilot@users.noreply.github.com>
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 & why
Re-vendor the
canvas-kitin all 6 extensions to canvas-kit 2026-07-02.1, which tracks the Copilot host app'slucide-reactbump 1.21.0 → 1.22.0. This keeps the extensions' vendored icons byte-identical to the glyphs the host renders.Icon delta
Additive and low-risk.
Changes
Each extension's
canvas-kit/was regenerated with the create-canvas-appsync-kittool (no hand edits), so per extension the only changes are:vendor/lucide.mjs— 1.22.0 icon geometryicons.mjs— version headerversion.mjs—KIT_VERSION→2026-07-02.1.kit-version.json— markerApplied uniformly to: code-tutor, language-tutor, news-aggregator, random-animal, stock-ticker, wiki-discover.
Verification
node scripts/lint.mjs— clean (69 .mjs, 15 .json)node scripts/validate-extensions.mjs— 6 extensions validnode scripts/run-tests.mjs— all smoke tests passPairs with the upstream create-canvas-app kit bump; merge that first so the
2026-07-02.1stamp matches the published kit.