fix: resolve warnings and dependency vulnerabilities#636
Merged
therobbiedavis merged 1 commit intoJun 6, 2026
Conversation
3c9e542 to
74930bc
Compare
kevinheneveld
added a commit
to kevinheneveld/Listenarr
that referenced
this pull request
Jun 9, 2026
Catch-up merge bringing upstream canary up to v1.0.11. Net-new from canary: System Storage available-space (Listenarrs#656), Title-folder persistence (Listenarrs#646), sort series by reading order (Listenarrs#626/Listenarrs#660), audiobooks-under-all-series + Primary-series toggle (Listenarrs#658/Listenarrs#659), dependency/vulnerability + lint-config updates (Listenarrs#636). Conflict resolutions of note (series work overlapped kevin/live's series suite): - LibraryListService: kept kevin's importedAt (Recently-Imported) AND adopted canary's series memberships, using canary's sequential shared-DbContext awaits. - SeriesCatalogService: kept kevin's richer GetSeriesCandidates/owned-book ResolveSeriesAsync; added canary's PrioritizeCatalogSeries/FindCatalogSeries. - AudiobooksView: merged kevin's narrator grouping with canary's multi-series grouping (getBookSeriesNames) + formatSeriesMemberships display. - CollectionView: adopted canary's proper series-position sort + multi-series membership matching, superseding kevin's interim "Series Order" relabel, but kept kevin's article/apostrophe-aware normalizeSeriesName for slug matching. - SeriesMonitoringServiceTests: kept both kevin's (old path, +enhancements) and canary's relocated copy (different namespaces, no collision). - Test files: unioned both sides' added cases; dropped kevin's now-superseded "Series Order" option test, adapted the default-sort test to series-position. - Fixed pre-existing unused-var lint now surfaced by canary's stricter config. Validated on the throwaway branch: 1093 backend + 501 frontend tests pass; backend + frontend build, FE lint, and type-check all clean. Co-Authored-By: Claude Opus 4.8 <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.
Summary
Verification