chore(deps): update dependency ascii-splash to v0.6.1 - #341
Open
renovate[bot] wants to merge 1 commit into
Open
Conversation
Deploying mouseterm with
|
| Latest commit: |
9937ec5
|
| Status: | ✅ Deploy successful! |
| Preview URL: | https://e89d6c51.mouseterm.pages.dev |
| Branch Preview URL: | https://renovate-ascii-splash-0-x.mouseterm.pages.dev |
dormouse-bot
approved these changes
Aug 3, 2026
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.
This PR contains the following updates:
0.6.0→0.6.1Release Notes
reowens/ascii-splash (ascii-splash)
v0.6.1Compare Source
Workspace-viz Phase A legibility work, ahead of the subjective 80×24 visual
gate, plus the dependency and CI cleanup that unblocked a green
main.Added
patterns.workspaceViz.maxStretch(default1.45): cap on horizontalstretch for the workspace view. An isotropic fit is height-bound at every
realistic terminal aspect (
CELL_ASPECTis 2), so the tree could claim only33–48% of the columns — 44% at 80×24, 38% at 120×30, 48% at 200×60. The
camera now takes up whatever width the height-bound fit left unclaimed,
which lifts 80×24 to 63% and every other size by 10–21 points. Density holds
at 31% and no labels are culled; the trade is that rings become ellipses and
edges flatten (horizontal edge share 35% → 47%). Set per preset — Radial and
Focus stretch, Minimal Mono stays circular because stretching inks ~50% more
cells per frame, against its battery/SSH brief.
Camera.fitBoundsand aCamera.stretchfactor, withscreenToWorldinverting the stretch so mouse focus stays correct.
fitZoomis now thesquare case of
fitBounds.Changed
gate now records that a real 80×24 terminal supplies an 80×23 pattern viewport,
distinguishes the synthetic fixture from live repository scanning, and adds
the clock, event-history, normalizer, startup-race, path/ignore, cleanup, and
file-cap contracts that must be locked before Phase B watcher implementation.
─ │ ╱ ╲) chosen from eachBresenham segment's neighbours, instead of
·.·previously served as bothconnective tissue and the cold-file marker, leaving 157 of ~200 inked cells
ambiguous on the medium fixture; that count is now 44 and a dot means exactly
one thing.
around the outermost node and panning to a halved heat centroid. Half-extents
are measured from the camera target, so leaning toward activity cannot push
the far side out of frame. Scene ink on the medium fixture centres at x=38.5
against a frame centre of 39.5 (was 35.0), and vertical fill rises 75% → 83%.
Whole-tree presets lean 25% toward the heat centroid; focus presets
(
zoomBias > 1) still ride it outright.the node, treats node glyphs as reserved and edge cells as writable, pads each
side by a cell, and culls a label when neither side is clear. Heat ties break
on path so a given frame always labels the same nodes. Previously labels were
written at a fixed offset with no collision check and spliced into runs like
bbilling.test.ts.Fixed
SymbolRendererperformance test. It timed a single run against a200 ms bound; idle that run takes p50 20 ms, but Jest's parallel suites can
deschedule a measurement mid-flight — under CPU contention single samples
reached 222 ms while the best of five peaked at 47 ms. Now timed as the best
of five, preserving the order-of-magnitude regression check.
CODECOV_TOKENis unset, so the stepfailed tokenless on
mainand on every pull request while all real gates weregreen;
fail_ci_if_erroris nowfalse. Coverage still uploads once a tokenis configured.
Dependencies
terminal-kit3.1.3 → 3.1.4 (fixes a crash on mouse drag arriving without aprior button press).
@commitlint/cliand@commitlint/config-conventional20.5.3 → 21.x,lint-staged16.4.0 → 17.1.0,@types/node25.9.5 → 26.1.1. commitlint 21and lint-staged 17 require Node ≥ 22; both are devDependency-only and are not
invoked by CI, so the Node 20 job and the published package's
engines: >=20.0.0are unaffected.actions/checkout5 → 7,actions/setup-node5 → 7,actions/dependency-review-action4 → 5,codecov/codecov-action5 → 7.Configuration
📅 Schedule: (in timezone America/Los_Angeles)
* * * * 1)🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR was generated by Mend Renovate. View the repository job log.