chore: bump version dependencies - #476
Merged
Merged
Conversation
gorandalum
approved these changes
Sep 1, 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.
Version bump for dependencies that are "safe" to bump.
Dependency updates
@typescript-eslint6 → 8, pluseslint-config-prettier10,eslint-plugin-prettier5.5,eslint-plugin-unused-imports4typescript5.3 → 5.9,@types/node20 → 22@atb-as/utils3 → 7,zod3 → 4 (majors)@hapi/inert,@hapi/catbox-memory,qs,ws,haversine-distanceESLint flat config migration
ESLint 9+ dropped
.eslintrc, so.eslintrc.jsand.eslintignoreare replaced byeslint.config.js. Rules and ignore patterns carried over unchanged;lintscript is now plaineslint .. Lint coverage verified identical (86 files; generated GraphQL types still excluded).Dependency cleanup — 4 runtime deps removed
lodash.union,p-limit— unused, no references in the repouuid→crypto.randomUUID()lodash.groupby/lodash.sortby→Object.groupBy/toSorted(requirestsconfiglibes2019→es2024)Sort ordering was diff-tested against the real
lodash.sortByon mixed numeric/alpha/empty/undefined quay codes — identical output. Addedcompare-ascending.test.tsto lock the behaviour in.Regenerated GraphQL types
pnpm gql-genoutput for journey-planner v3 and vehicles v2 — additive upstream schema changes (newextraJourney,DatedServiceJourneyReference,ServiceJourneyLocationInput). One removed input field,serviceJourneys, is unused in this codebase.Deliberately not included
@hapi/hapi21.4.x — breaks the build (11 type errors; server-method typings changed)hapi-swagger17.3.x — pulls in@scarf/scarfinstall-time telemetry and breakspnpm install's exit code@typescript-eslint8.69.0 — published too recently for the repo'sminimumReleaseAgepolicy; using 8.68.0 so no policy exclusions are needed