Skip to content

chore(deps): update frontend toolchain [Codex] - #1351

Merged
jderochervlk merged 14 commits into
masterfrom
chore/update-monorepo-deps
Sep 16, 2026
Merged

jderochervlk merged 14 commits into
masterfrom
chore/update-monorepo-deps

Conversation

@jderochervlk

@jderochervlk jderochervlk commented Sep 13, 2026

Copy link
Copy Markdown
Collaborator

Updates the monorepo frontend runtime and toolchain dependencies to their latest releases.

React and React DOM move to 19.3.0; React Router packages move to 8.3.1; Vite moves to 8.3.0; Vitest plus its browser adapters move to 5.0.0 and 2.3.0; and Playwright moves to 1.63.0. The unused react-router-dom declarations are removed so its 7.x runtime is not installed alongside Router 8.

The Playwright CI and visual-screenshot images now use v1.63.0-noble, matching the upgraded browser dependency. GuideHome browser assertions now target visible content nodes rather than parent-container text, matching Vitest 5 exact element-content behavior.

Visual-regression screenshot baselines were regenerated through the CI-owned workflow because the Vitest 5 browser-mode upgrade changes the captured image dimensions. This updates test fixtures for the upgraded runner and Playwright image; it does not represent an intentional product UI change.

React Router pre-rendering writes a .data client-navigation payload for each static route (official documentation). The shared pathname normalizer removes both normal .data suffixes and V8 trailing-slash data segments (/_.data) before an MDX loader maps the request to a source file or the API loader splits it into module-path segments. This allows archived blog, other dynamic MDX, and API module routes to prerender successfully, in line with the React Router v8 guidance for custom .data request URL handling (upgrade documentation).

@chatgpt-codex-connector

chatgpt-codex-connector Bot commented Sep 13, 2026

Copy link
Copy Markdown

Codex Review Summary

This comment shows the latest Codex review activity on this pull request.

Review Status Commit Review trigger
📝 Code Review Completed 2026-09-16T02:22:44.321183Z 1de1333 New commits
ℹ️ 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" or "@codex security review".

Codex reacts with 👀 while any review is running, comments if it has suggestions, and reacts with 👍 once all reviews finish with no findings.

@cloudflare-workers-and-pages

cloudflare-workers-and-pages Bot commented Sep 13, 2026

Copy link
Copy Markdown

Deploying with  Cloudflare Workers  Cloudflare Workers

The latest updates on your project. Learn more about integrating Git with Workers.

Status Name Latest Commit Preview URL Updated (UTC)
✅ Deployment successful!
View logs
guide 1de1333 Commit Preview URL

Branch Preview URL
Sep 16 2026, 02:20 AM

@chatgpt-codex-connector chatgpt-codex-connector Bot left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

💡 Codex Review

Here are some automated review suggestions for this pull request.

Reviewed commit: 25e52b800f

ℹ️ 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".

Comment thread apps/docs/package.json
Comment thread apps/docs/package.json
Comment thread apps/docs/package.json

@chatgpt-codex-connector chatgpt-codex-connector Bot left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

💡 Codex Review

Here are some automated review suggestions for this pull request.

Reviewed commit: 863c53d5ac

ℹ️ 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".

Comment thread apps/docs/src/markdown/MdxFile.res

@chatgpt-codex-connector chatgpt-codex-connector Bot left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

💡 Codex Review

Here are some automated review suggestions for this pull request.

Reviewed commit: 9490020534

ℹ️ 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".

Comment thread apps/docs/app/routes/ApiRoute.res
Upgrade React, React Router, Vite, Vitest, and Playwright across the monorepo. Update GuideHome browser assertions for Vitest 5 element matching.
Use the Playwright 1.63 container required by the upgraded browser test dependency.
Strip React Router data request suffixes before resolving MDX source files during static prerendering.
Normalize React Router prerender request pathnames before resolving MDX files and API module paths.
@jderochervlk
jderochervlk force-pushed the chore/update-monorepo-deps branch from 9490020 to 085ed9c Compare September 14, 2026 13:30

@chatgpt-codex-connector chatgpt-codex-connector Bot left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

💡 Codex Review

Here are some automated review suggestions for this pull request.

Reviewed commit: 085ed9c512

ℹ️ 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".

Comment thread AGENTS.md

@chatgpt-codex-connector chatgpt-codex-connector Bot left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

💡 Codex Review

Here are some automated review suggestions for this pull request.

Reviewed commit: ff71c4d17a

ℹ️ 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".

Comment thread .github/workflows/pull-request.yml
jderochervlk and others added 4 commits September 15, 2026 20:46
Restore the Docs Pages and Guide Wrangler startup probes lost during the merge resolution.
Updated from the GitHub Actions visual baseline workflow.
Avoid preview-server prerender request failures. Restore CPU-parallel rendering once remix-run/react-router#15255 is fixed.
@github-actions

Copy link
Copy Markdown
Contributor

Guide Cloudflare deployment

⛅️ wrangler 4.130.0
────────────────────
🌀 Building list of assets...
✨ Read 17 files from the assets directory /home/runner/work/rescript-lang.org/rescript-lang.org/apps/guide/build/client
🌀 Starting asset upload...
No updated asset files to upload. Proceeding with deployment...
Total Upload: 0.31 KiB / gzip: 0.22 KiB
Worker Startup Time: 0 ms
Uploaded guide (1.41 sec)
Worker Version ID: f99148af-67f4-4370-8bbc-11d6cd1e296a
Version Preview URL: https://f99148af-guide.rescript.workers.dev
Version Preview Alias URL: https://chore-update-monorepo-deps-guide.rescript.workers.dev

To deploy this version to production traffic use the command wrangler versions deploy

Changes to non-versioned settings (config properties 'logpush' or 'tail_consumers') take effect after your next deployment using the command wrangler versions deploy

Changes to triggers (routes, custom domains, cron schedules, etc) must be applied with the command wrangler triggers deploy

@github-actions

Copy link
Copy Markdown
Contributor

Cloudflare deployment

Deployement ID: 9374fe1c-643b-453d-a0b9-e876b2709256
Deployment Environment: preview

⛅️ wrangler 4.130.0
────────────────────
✨ Compiled Worker successfully
Uploading... (8267/8770)
Uploading... (8435/8770)
Uploading... (8603/8770)
Uploading... (8770/8770)
✨ Success! Uploaded 503 files (8267 already uploaded) (3.56 sec)

✨ Uploading _redirects
✨ Uploading Functions bundle
🌎 Deploying...
✨ Deployment complete! Take a peek over at https://9374fe1c.rescript-lang.pages.dev
✨ Deployment alias URL: https://chore-update-monorepo-deps.rescript-lang.pages.dev

@jderochervlk
jderochervlk enabled auto-merge (squash) September 16, 2026 12:06
@jderochervlk
jderochervlk merged commit b0dba84 into master Sep 16, 2026
10 checks passed
@jderochervlk
jderochervlk deleted the chore/update-monorepo-deps branch September 16, 2026 15:21
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants