deps(deps-dev): bump typescript-eslint from 8.60.0 to 8.60.1#295
Open
dependabot[bot] wants to merge 1 commit into
Open
deps(deps-dev): bump typescript-eslint from 8.60.0 to 8.60.1#295dependabot[bot] wants to merge 1 commit into
dependabot[bot] wants to merge 1 commit into
Conversation
Bumps [typescript-eslint](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/typescript-eslint) from 8.60.0 to 8.60.1. - [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases) - [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/typescript-eslint/CHANGELOG.md) - [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v8.60.1/packages/typescript-eslint) --- updated-dependencies: - dependency-name: typescript-eslint dependency-version: 8.60.1 dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
Author
LabelsThe following labels could not be found: Please fix the above issues or remove invalid values from |
chipi
added a commit
that referenced
this pull request
Jun 7, 2026
… regime, fix /earth altitude indicator + stack scale bar above it, splay overlapping launch-site labels /fly trajectory regime — Left identity HUD adds a TRAJECTORY row at the top of the panel, derived from isMoonMission + isFreeReturn + activeDestination. Five buckets cover everything /fly renders today: · Cislunar free-return (Apollo 13 / ORRERY demo) · Cislunar transfer (one-way Moon, e.g. most Apollo, Chang'e) · Heliocentric Hohmann (one-way inner system) · Heliocentric free-return · Heliocentric flyby (Jupiter / Saturn / Uranus / Neptune / Pluto) 6 new fly_hud_trajectory + fly_traj_type_* keys, propagated to all 14 locales. Historical-Mars arcs removed entirely — the 17 faint orange overlay trajectories rendered on every Mars-destination scene are gone. Group mount, onDestinationChange visibility toggle, Vite glob of Mars missions, and the historicalMarsArcs module + test all deleted (-2 files). Per #295 / earlier ask: "why on fly we have so many used orbits painted" — that's what they were. SurfaceScene /earth 0 m altitude fix — The bottom-right altitude readout was permanently stuck at "0 m altitude" because the `altitudeKm = …` assignment lived inside the `if (hotspots.length)` block (Mars / Moon HiRISE-LROC dispatcher). /earth has no surface hotspots, so the block was skipped every frame, leaving the $state pinned at its initial 0. Hoisted the assignment to the top of the animate loop body so it runs unconditionally on every surface route. SurfaceScene scale bar + altitude indicator stacking — Previously both lived at right:12/24, bottom:56 with overlapping rectangles, so the scale bar visually fought the altitude chip on /moon and /mars. Scale bar now sits at bottom:90 z-index:60 (above 3D sprite labels), altitude at bottom:56 z-index:55. Both opaque enough to read against bright planet textures. SurfaceScene label de-overlap — Pre-pass at marker-build time builds clusters via union-find on unit-sphere distance (threshold ~75 km on Earth). Within each cluster, labels cycle through 4 offset directions (up / down-right / down-left / down) so Florida-style launchpad stacks (SLC-40 / SLC-41 / LC-39A / LC-39B) splay around their dots instead of stacking on the same screen line. Solo sites keep the default radial-up offset; /moon and /mars unaffected because their sites don't cluster within 75 km. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.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.
Bumps typescript-eslint from 8.60.0 to 8.60.1.
Release notes
Sourced from typescript-eslint's releases.
Changelog
Sourced from typescript-eslint's changelog.
Commits
4f84a69chore(release): publish 8.60.11849b53chore: typecheck using tsgo (#12139)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 rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore this major versionwill close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this minor versionwill close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)