Skip to content

Bump shakacode/react_on_rails/.github/workflows/demo-fleet-smoke.yml from 613c6c2a251a782328b26d68e7f23daa9b677497 to 805439afbec5655c4e57b4992fecc57e9cdec33d - #817

Open
dependabot[bot] wants to merge 1 commit into
masterfrom
dependabot/github_actions/shakacode/react_on_rails/dot-github/workflows/demo-fleet-smoke.yml-805439afbec5655c4e57b4992fecc57e9cdec33d
Open

Bump shakacode/react_on_rails/.github/workflows/demo-fleet-smoke.yml from 613c6c2a251a782328b26d68e7f23daa9b677497 to 805439afbec5655c4e57b4992fecc57e9cdec33d#817
dependabot[bot] wants to merge 1 commit into
masterfrom
dependabot/github_actions/shakacode/react_on_rails/dot-github/workflows/demo-fleet-smoke.yml-805439afbec5655c4e57b4992fecc57e9cdec33d

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Sep 3, 2026

Copy link
Copy Markdown

Bumps shakacode/react_on_rails/.github/workflows/demo-fleet-smoke.yml from 613c6c2a251a782328b26d68e7f23daa9b677497 to 805439afbec5655c4e57b4992fecc57e9cdec33d.

Changelog

Sourced from shakacode/react_on_rails/.github/workflows/demo-fleet-smoke.yml's changelog.

Change Log

All notable changes to this project's source code will be documented in this file. Items under Unreleased is upcoming features that will be out in the next version.

This is the unified changelog for both React on Rails (open source) and React on Rails Pro. Pro-specific changes are tagged inline with [Pro]. For pre-monorepo Pro history (versions 4.0.0-rc.15 and earlier), see the archived Pro CHANGELOG.

Migration instructions for the major updates can be found here. Some smaller migration information can be found here.

Want to Save Time Updating?

If you need help upgrading react_on_rails, webpacker to shakapacker, or JS packages, contact justin@shakacode.com. We can upgrade your project and improve your development and customer experiences, allowing you to focus on building new features or fixing bugs instead.

For an overview of working with us, see our Client Engagement Model article and how we bill for time.

If you think ShakaCode can help your project, click here to book a call with Justin Gordon, the creator of React on Rails and Shakapacker.

Contributors

Please follow the recommendations outlined at keepachangelog.com. Please use the existing headings and styling as a guide. After a release, run /update-changelog in Claude Code to analyze commits, write entries, and create a PR. Alternatively, run bundle exec rake update_changelog to add version headers only (you must write entries manually).

Versions

[Unreleased]

Fixed

  • RSC agent guardrail upgrades now preserve complete files and clean up their stale hook groups: The installer atomically replaces copied skill and hook files while preserving their existing permission behavior, and removes PostToolUse groups only when removing a managed guardrail hook leaves the group empty. Unrelated Claude settings and hook groups remain unchanged. Addresses items 1 and 2 of Issue 4815.

  • Explicit id: nil now uses the configured automatic DOM id behavior: Component rendering no longer omits the container id while still reporting that a random id is active. Fixes Issue 4993. PR 4998 by justin808.

  • [Pro] Prerender-cached streamed renders now hydrate on every request: The automatic prerender cache key deliberately ignores random dom ids so one cached render serves every mount point, but the cached chunks still embedded the first request's dom id in their React Server Component payload keys. Every cache hit therefore refetched the payload and failed hydration whenever the render was not byte-identical. Cached streams are now rebound to the dom id of the render being served. Fixes Issue 4984. PR 4987 by justin808.

  • Release failures now provide supervised, reason-specific recovery: script/release --evaluate-head supports strict exact-HEAD CI evaluation for both preview and live retries, foreign claims identify the available

... (truncated)

Commits
  • 805439a Docs: restore packaged upgrade guide parity (#5005)
  • f408fbd Fix atomic RSC agent guardrail upgrades (#4982)
  • bc1db89 Docs: record the adopted merge closeout seam (#4973)
  • 0cfb1ae Docs: surface React on Rails 17.1 upgrade actions (#5003)
  • d773a26 Raise jwt floor to >= 2.8 (Ruby 3.4 base64) and correct documented Node floor...
  • 22d3cfd Treat nil component ids as omitted (#4998)
  • 16c0f91 Docs: explain app-scoped bin/dev kill behavior (#4975)
  • e32199a Prevent stale dev-session payloads from targeting replacement owners (#4964)
  • 0b9b514 [Pro] Forward-port #4987: rebind prerender-cached streams to the current dom ...
  • 570ba83 Docs: correct charset validation example (#4974)
  • Additional commits viewable in compare view

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [shakacode/react_on_rails/.github/workflows/demo-fleet-smoke.yml](https://github.com/shakacode/react_on_rails) from 613c6c2a251a782328b26d68e7f23daa9b677497 to 805439afbec5655c4e57b4992fecc57e9cdec33d.
- [Release notes](https://github.com/shakacode/react_on_rails/releases)
- [Changelog](https://github.com/shakacode/react_on_rails/blob/main/CHANGELOG.md)
- [Commits](shakacode/react_on_rails@613c6c2...805439a)

---
updated-dependencies:
- dependency-name: shakacode/react_on_rails/.github/workflows/demo-fleet-smoke.yml
  dependency-version: 805439afbec5655c4e57b4992fecc57e9cdec33d
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
@github-actions

github-actions Bot commented Sep 3, 2026

Copy link
Copy Markdown

🚀 Quick Review App Commands

Welcome! Here are the commands you can use in this PR:
They require the repository to have cpflow review apps configured, including the CPLN_TOKEN_STAGING secret.

+review-app-deploy

Deploy your PR branch for testing.

+review-app-delete

Remove the review app when done.

+review-app-help

Show detailed instructions, environment setup, and configuration options.

Comment +review-app-help for full setup details.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file github_actions Pull requests that update GitHub Actions code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants