Conversation
- Bump wrangler to 4.95.0 in apps/api and apps/static - Update Svelte stack to svelte 5.55.10 and related libs - Bump lucide libs: lucide-react 1.17.0, @lucide/svelte 1.17.0 - Move to shadcn-svelte 1.3.0 and takumi-js 1.6.0 - Bump turbo to 2.9.15 - Update tooling: oxfmt 0.52.0, oxlint 1.67.0, eslint-plugin-turbo 2.9.15 - Bump pnpm to 11.4.0
- Wire France SNCF into analytics and country map - Bind SNCF_API_KEY in env bindings - Register France scraper and import France module - Extend country data to include FR code and FRM mapping
- Add four FR regional TER logos and operators: fluo.svg, regionaura.svg, ter-na.svg, zou.svg under apps/static/public/operators/fr - Update branding mappings to support new logos: map new slugs fluo, regionaura, ter-na, zou to corresponding FR logo paths adjust aliases for ter na and zou variants to resolve to the proper logos - Extend operator data: add fluo, regionaura, ter-na, and zou entries to packages/data/src/operators.json with metadata and links
Update SNCF scraper to use the Navitia coverage endpoint and remove the inline comment on the platform field
Add comprehensive SNCF France provider and station data
Deploying with
|
| Status | Name | Latest Commit | Updated (UTC) |
|---|---|---|---|
| ✅ Deployment successful! View logs |
rail-static | 92ea665 | Jun 21 2026, 08:20 AM |
Deploying with
|
| Status | Name | Latest Commit | Updated (UTC) |
|---|---|---|---|
| ✅ Deployment successful! View logs |
rail-radar | 3b4fcb6 | Jun 21 2026, 08:28 AM |
|
The latest updates on your projects. Learn more about Vercel for GitHub. 1 Skipped Deployment
|
Station Data Change Report➕ Stations Added (3304)
|
There was a problem hiding this comment.
💡 Codex Review
Here are some automated review suggestions for this pull request.
Reviewed commit: 92ea6656ae
ℹ️ About Codex in GitHub
Your team has set up Codex to review pull requests in this repo. Reviews are triggered when you
- Open a pull request for review
- Mark a draft as ready
- Comment "@codex review".
If Codex has suggestions, it will comment; otherwise it will react with 👍.
Codex can also answer questions or update the PR. Try commenting "@codex address that feedback".
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.
This pull request introduces comprehensive French railway support by adding the SNCF provider, related brands, assets, and station data to the application. It also updates environment examples, API handling, and documentation to reflect the new data source.
Key Changes
TRAIN_LIMITto cap API request counts for SNCFstop_point.platform_codeSNCF_API_KEYTechnical Details
Impact