chore(deps): bump keyborg to ^3.0.0 to drop unused / legacy code paths#539
Merged
layershifter merged 1 commit intoJun 10, 2026
Merged
Conversation
📊 Bundle size report🤖 This report was generated against 49d9cad0df05e8df811869c291eba960f0dd0cf1 |
layershifter
force-pushed
the
chore/bundle-size-stack-2
branch
from
May 11, 2026 09:58
a50d8d2 to
90a71ef
Compare
This was referenced May 11, 2026
This was referenced May 18, 2026
Closed
Merged
layershifter
force-pushed
the
chore/bundle-size-stack-2
branch
from
June 10, 2026 08:44
90a71ef to
e00f71f
Compare
layershifter
force-pushed
the
chore/bundle-size-stack-2
branch
from
June 10, 2026 09:09
e00f71f to
af51811
Compare
keyborg 3.0.0 ships the upstream version of the same trims we used to apply locally via patch-package: the legacy `useDefaultAction` / `tabIndex = 0` keep-alive paths and the unused `dispatch` / `subscribeOnce` helpers are gone from the published bundle. Now that the changes are in npm, drop the postinstall patch + the patches/keyborg+2.14.0.patch file + the patch-package devDep, and bump the runtime dep to `keyborg@^3.0.0`. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
layershifter
force-pushed
the
chore/bundle-size-stack-2
branch
from
June 10, 2026 09:49
af51811 to
85f980c
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.

Summary
Bumps
keyborgto^3.0.0to pick up the upstream version.Stack context
Stacked on top of #538.