| Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Fixes navigating search results spamming the live-dev-server
console with "[301] (trl. shash) ..."-type messages... finally!
|
|
|
|
|
|
|
|
|
|
Apparently setting pedantic is not necessary to get the existing
example case to work properly.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
They're still exposed as Artist instances. This commit only changes
how those instances come to be, and are bound with the main artist.
|
|
|
|
|
|
makes generateTrackList more general
|
|
|
|
Ooooo
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
this lets us totally drop "internal" but exported function
initializeLanguageObject - we'll still need to provide the
external link spec in essentially the exact same way in the
future, when external link spec is dynamic, but presently
there's no need for this function or providing at all.
|
|
|
|
|
|
|
|
|
|
|
|
only substantial changes:
- @eslint/js 9.38.0 -> 9.37.0, basically just reverting the
change from previous commit
- word-wrap 1.2.3 -> 1.2.5, matching version in lockfile,
apparently changed via eslint 8 -> 9 update and not on
purpose by us, may 2025 (255102c2)
pinning chroma-js keeps chroma.min.js from disappearing out of
the root of that package, so import continues working, broken at
some point more recently - affecting people using other package
managers or running npm update themselves
|