Skip to content

build(deps): Bump the vectojs group with 2 updates - #6

Closed
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/npm_and_yarn/vectojs-aca7beb4c6
Closed

build(deps): Bump the vectojs group with 2 updates#6
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/npm_and_yarn/vectojs-aca7beb4c6

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Aug 5, 2026

Copy link
Copy Markdown
Contributor

Bumps the vectojs group with 2 updates: @vectojs/core and @vectojs/ui.

Updates @vectojs/core from 1.24.0 to 1.27.1

Commits
  • 99e6d93 chore(release): @​vectojs/core@​1.27.1
  • 42bdfe7 fix(core): do not observe a detached canvas for visibility (#319)
  • cb67235 chore(release): @​vectojs/ui@​2.8.0
  • b74f5d1 feat(ui): allow naming the RadioGroup and Tabs containers (#318)
  • 324d0e7 fix(ui): correct the core peer range to the version satisfying its imports (#...
  • 079e956 chore(release): @​vectojs/ui@​2.7.0 (#316)
  • cafeb4e feat(ui): make focus rings and the open Dropdown menu themeable (#315)
  • 916c82c chore(release): @​vectojs/core@​1.27.0 (#314)
  • 9ec4f47 feat(core): warn in dev mode on property-shaped writes to a renderer (#313)
  • 8afb376 Remove backlog context loading details (#312)
  • Additional commits viewable in compare view

Updates @vectojs/ui from 2.5.0 to 2.9.0

Changelog

Sourced from @​vectojs/ui's changelog.

2.9.0

Minor Changes

  • f55a409: Let ScrollView content be selected, and make its scroll physics configurable.

    ScrollView never overrode getA11yAttributes(), so it inherited Entity's empty object. Being interactive (it needs wheel and pointer events) it still got a viewport-sized semantic mirror from Scene, and with no pointerEvents declared that mirror defaulted to 'auto' and was ordered by renderOrder, while content projections are pinned to zIndex: 0. The transparent div therefore sat above the very text it wraps: a drag-select inside any ScrollView returned "". It now declares pointerEvents: 'none', which is what the attribute was added for — structural containers whose descendants own the pointer surface. Wheel scrolling is unaffected, because Scene binds its wheel listener to the content projection and dispatches to the owning node rather than to this mirror. Pointer-drag scrolling directly over selectable text is the deliberate trade: a drag over text means "select this" everywhere else.

    Scrolling also always used the default spring (stiffness: 180, damping: 12), which is underdamped — ζ ≈ 0.447 against a critical 26.83. One 240px wheel tick was measured overshooting 47.45px (19.8%) with 5 direction reversals, settling to ±0.5px only at 801ms and reporting pending animations for every one of 181 sampled frames, so a single tick cost roughly 0.8s of full-rate rendering plus a long tail. That reads as liveliness on a short list and as a bounce on a document, and there was no public knob. ScrollViewOptions now takes scrollPhysics?: MotionConfig, defaulting to today's 'spring' so existing behaviour is unchanged, and the package exports DOCUMENT_SCROLL_PHYSICS ({ stiffness: 180, damping: 27 }, ζ ≈ 1.006) as the critically-damped document preset — measured at 0.00px overshoot and 0 reversals over the same travel.

Patch Changes

  • 0987d47: Measure text on an attached canvas so Firefox advances match the painted glyphs.

    RichText.baseMeasurer and measure.ts's shared context both created a canvas and never appended it, while the engine paints on the page's real attached canvas. Firefox resolves a generic CSS family (monospace, sans-serif) through a per-language font preference that is only reachable from a document style context, so the detached measurer fell back to a hardcoded 0.5em advance: it advanced every run 20% short of the glyphs actually drawn, and the following run landed on the tail of the previous one. The reported symptom was inline code overlapping the CJK text after it.

    Measured in a real lang="zh" document with the default code font, run TextArea followed by CJK, painted ink as ground truth (advance 76.8, last inked pixel x = 75):

... (truncated)

Commits
  • 342e7a4 chore(release): @​vectojs/ui@​2.9.0 (#324)
  • 0987d47 fix(ui): measure text on an attached canvas so Firefox advances match painted...
  • f55a409 fix(ui): let ScrollView content be selected and make scroll physics configura...
  • cb67235 chore(release): @​vectojs/ui@​2.8.0
  • b74f5d1 feat(ui): allow naming the RadioGroup and Tabs containers (#318)
  • 324d0e7 fix(ui): correct the core peer range to the version satisfying its imports (#...
  • 079e956 chore(release): @​vectojs/ui@​2.7.0 (#316)
  • cafeb4e feat(ui): make focus rings and the open Dropdown menu themeable (#315)
  • f89ed33 chore(release): publish package versions (#306)
  • ca20e66 feat(text): measure text correctly without a DOM (#305)
  • Additional commits viewable in compare view

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore <dependency name> major version will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)
  • @dependabot ignore <dependency name> minor version will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)
  • @dependabot ignore <dependency name> will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)
  • @dependabot unignore <dependency name> will remove all of the ignore conditions of the specified dependency
  • @dependabot unignore <dependency name> <ignore condition> will remove the ignore condition of the specified dependency and ignore conditions

Bumps the vectojs group with 2 updates: [@vectojs/core](https://github.com/vectojs/vectojs) and [@vectojs/ui](https://github.com/vectojs/vectojs/tree/HEAD/packages/ui).


Updates `@vectojs/core` from 1.24.0 to 1.27.1
- [Release notes](https://github.com/vectojs/vectojs/releases)
- [Changelog](https://github.com/vectojs/vectojs/blob/main/CHANGELOG.md)
- [Commits](https://github.com/vectojs/vectojs/compare/@vectojs/core@1.24.0...@vectojs/core@1.27.1)

Updates `@vectojs/ui` from 2.5.0 to 2.9.0
- [Release notes](https://github.com/vectojs/vectojs/releases)
- [Changelog](https://github.com/vectojs/vectojs/blob/main/packages/ui/CHANGELOG.md)
- [Commits](https://github.com/vectojs/vectojs/commits/@vectojs/ui@2.9.0/packages/ui)

---
updated-dependencies:
- dependency-name: "@vectojs/core"
  dependency-version: 1.27.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: vectojs
- dependency-name: "@vectojs/ui"
  dependency-version: 2.9.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: vectojs
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code labels Aug 5, 2026
@dependabot @github

dependabot Bot commented on behalf of github Aug 12, 2026

Copy link
Copy Markdown
Contributor Author

Looks like these dependencies are updatable in another way, so this is no longer needed.

@dependabot dependabot Bot closed this Aug 12, 2026
@dependabot
dependabot Bot deleted the dependabot/npm_and_yarn/vectojs-aca7beb4c6 branch August 12, 2026 21:54
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants