Conversation
FlightDisplayData moved to src/types/aerodatabox/types.ts but these two files still imported from the old src/types/trmnl/flightTypes.js path, breaking tsc -p tsconfig.test.json in CI. Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>
2.14.0 shipped without the search/chart/historical/etc. modules, breaking typecheck and build. 2.14.2 restores them; still on v2, no API migration. Co-Authored-By: Claude Sonnet 5 <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
AeroClientqueue interval from 1100ms (~1 req/s) to 550ms (~1.8 req/s) to use the new 2 req/s tierfast-uri3.1.2→3.1.5,@hono/node-server1.19.14→2.0.12 (transitive via@modelcontextprotocol/sdk1.26.0→1.30.0)yahoo-finance2pinned to a broken 2.14.0 publish missing thesearchmodule (was failing typecheck/build); bumped to 2.14.2Test plan
npm run typecheckpassesnpm run buildpassesnpm run test— 50/50 passingnpm audit— 0 vulnerabilities