openfoodnetwork icon indicating copy to clipboard operation
openfoodnetwork copied to clipboard

Downgrade cable_ready JS to 5.0.1

Open dacook opened this issue 5 months ago • 2 comments

What? Why?

In order to match the gem version. Who knows, this might help with:

  • #11752
  • #12020

I tried to Bump cable_ready to 5.0.3, but it didn't work, so let's try this instead. It's still compatible with the current version of StimulusReflex.

I don't know if I'm using yarn wrong, but it wanted to install a newer version alongside this version, in order to resolve cable_ready@^5.0.0. I manually edited the lockfile and yarn install now works as expected.

What should we test?

Functions that use StimulusReflex, which includes:

  • Bulk edit products (admin_style_v3)
  • Bulk orders actions (send invoice etc)

Release notes

Changelog Category (reviewers may add a label for the release notes):

  • [ ] User facing changes
  • [ ] API changes (V0, V1, DFC or Webhook)
  • [x] Technical changes only
  • [ ] Feature toggled

The title of the pull request will be included in the release notes.

Dependencies

Documentation updates

dacook avatar Mar 06 '24 23:03 dacook