Skip to content

deps(deps-dev): bump typescript-eslint from 8.60.0 to 8.60.1#295

Open
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/npm_and_yarn/typescript-eslint-8.60.1
Open

deps(deps-dev): bump typescript-eslint from 8.60.0 to 8.60.1#295
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/npm_and_yarn/typescript-eslint-8.60.1

Conversation

@dependabot
Copy link
Copy Markdown

@dependabot dependabot Bot commented on behalf of github Jun 2, 2026

Bumps typescript-eslint from 8.60.0 to 8.60.1.

Release notes

Sourced from typescript-eslint's releases.

v8.60.1

8.60.1 (2026-06-01)

🩹 Fixes

  • eslint-plugin: respect ECMAScript line terminators in ts-comment rules (#12352)
  • eslint-plugin: [no-shadow] correct rule to match ESLint v10 handling (#12182)

❤️ Thank You

See GitHub Releases for more information.

You can read about our versioning strategy and releases on our website.

Changelog

Sourced from typescript-eslint's changelog.

8.60.1 (2026-06-01)

This was a version bump only for typescript-eslint to align it with other projects, there were no code changes.

See GitHub Releases for more information.

You can read about our versioning strategy and releases on our website.

Commits

Dependabot compatibility score

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 this major version will 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 version will 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 dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

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>
@dependabot @github
Copy link
Copy Markdown
Author

dependabot Bot commented on behalf of github Jun 2, 2026

Labels

The following labels could not be found: dependencies. Please create it before Dependabot can add it to a pull request.

Please fix the above issues or remove invalid values from dependabot.yml.

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>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants