Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump stimulus_reflex to 3.5.1 and cable_ready to 5.0.5 #12472

Commits on May 14, 2024

  1. chore(deps): bump stimulus_reflex from 3.5.0-rc3 to 3.5.0-rc4

    Bumps [stimulus_reflex](https://github.com/stimulusreflex/stimulus_reflex) from 3.5.0-rc3 to 3.5.0-rc4.
    - [Release notes](https://github.com/stimulusreflex/stimulus_reflex/releases)
    - [Changelog](https://github.com/stimulusreflex/stimulus_reflex/blob/main/CHANGELOG.md)
    - [Commits](https://github.com/stimulusreflex/stimulus_reflex/commits)
    
    ---
    updated-dependencies:
    - dependency-name: stimulus_reflex
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    dependabot[bot] authored and dacook committed May 14, 2024
    Configuration menu
    Copy the full SHA
    d5564e5 View commit details
    Browse the repository at this point in the history
  2. chore(deps): bump gem stimulus_reflex from 3.5.0-rc3 to 3.5.0-rc4

    Gem and package need to be in sync.
    dacook committed May 14, 2024
    Configuration menu
    Copy the full SHA
    1d93b6f View commit details
    Browse the repository at this point in the history
  3. Disable StimulusReflex specs temporarily

    Unfortunately the testing framework doesn't support the latest version of StimulusReflex.
    This is a third party framework that doesn't seem to be maintained. Maybe we should convert these to ActionCable tests.
    dacook committed May 14, 2024
    Configuration menu
    Copy the full SHA
    792fecc View commit details
    Browse the repository at this point in the history
  4. Bump stimulus_reflex_testing to latest

    It contains a fix for stimulus_reflex 3.5.0-rc4, but hasn't been released yet.
    podia/stimulus_reflex_testing#21
    
    Now the user reflex spec works, but the products spec needs another fix. But we plan to remove it soon anyway.
    dacook committed May 14, 2024
    Configuration menu
    Copy the full SHA
    854091e View commit details
    Browse the repository at this point in the history
  5. Bump cable_ready and stimulus_reflex packages

    There wasn't a simple path to upgrade them separately. I think it's fine to do both at once.
    dacook committed May 14, 2024
    Configuration menu
    Copy the full SHA
    08edff1 View commit details
    Browse the repository at this point in the history
  6. Bump cable_ready and stimulus_reflex gems

    I ran stimulus_reflex:install. It skipped over most things, but did add gem redis-session-store without explanation. It's mentioned in the [documentation](https://docs.stimulusreflex.com/hello-world/setup.html#session-storage), but I don't think it's relevant to us so I removed it again.
    dacook committed May 14, 2024
    Configuration menu
    Copy the full SHA
    ba50e82 View commit details
    Browse the repository at this point in the history

Commits on May 20, 2024

  1. Bump cable_ready and stimulus_reflex again

    Sigh.
    dacook committed May 20, 2024
    Configuration menu
    Copy the full SHA
    c960e55 View commit details
    Browse the repository at this point in the history