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

fix(upgrade): Download yarn patches #10491

Merged
merged 2 commits into from
Apr 21, 2024

Conversation

Tobbe
Copy link
Member

@Tobbe Tobbe commented Apr 20, 2024

When upgrading from stable to canary you (currently) won't have the patch files required. Because they're not part of the stable CRWA template.

This PR adds a step to yarn rw upgrade that downloads the patches if you're upgrading to canary

The patches were introduced in #10482 and like I said in that PR - we should get rid of all of this ASAP. Just need to wait for those packages to gain proper React 19 support


This was reverted in #10495 and then added back in again as a new PR in #10497

@Tobbe Tobbe added release:fix This PR is a fix changesets-ok Override the changesets check labels Apr 20, 2024
@Tobbe Tobbe added this to the RSC milestone Apr 20, 2024
@Tobbe Tobbe enabled auto-merge (squash) April 20, 2024 22:53
@Tobbe Tobbe merged commit 051bfd4 into redwoodjs:main Apr 21, 2024
52 of 57 checks passed
@Tobbe Tobbe deleted the tobbe-upgrade-download-patches branch April 21, 2024 09:04
Tobbe added a commit to Tobbe/redwood that referenced this pull request Apr 22, 2024
Tobbe added a commit that referenced this pull request Apr 22, 2024
Tobbe added a commit to Tobbe/redwood that referenced this pull request Apr 22, 2024
@Tobbe Tobbe modified the milestones: RSC, next-release-patch Apr 22, 2024
dac09 added a commit that referenced this pull request Apr 22, 2024
…g-gen-mw-p2

* 'main' of github.com:redwoodjs/redwood:
  fix(deps): update React to latest canary 19.x (#10496)
  fix(upgrade): Download yarn patches (#10497)
  Revert React 19 upgrade (#10482 and #10491) (#10495)
  Modified type for describeScenario (#10468)
  fix(upgrade): Download yarn patches (#10491)
  fix(deps): update React to latest canary 19.x (#10482)
  chore(dataMigrate): Fix package.json directory value (#10490)
  RSC: css preinit: Add required option precedence (#10481)
  chore(renovate): Remove config for unused package (#10489)
  RSC: Update test projects to use new @apollo/client-react-streaming (#10488)
  RSC: Remove unused vite patch from test-project-rsa (#10487)
  chore(ssr): Switch to use `@apollo/client-react-streaming` package (#10484)
  chore(docs): Move .mdx import into separate file (#10486)
  fix(cli): avoid `npx` during upgrade command (#10479)
  fix: Fixes Unknown Fragment issues due to GraphQL Tag type mismatch in web (#10357)
  RSC: Clean up some comments and logs (#10480)
  feat: redwoodjs/auth-dbauth-middleware - Part 2/3 - Auth Middleware for dbAuth to authenticate users via cookie (#10447)
@Josh-Walker-GM Josh-Walker-GM modified the milestones: next-release, v7.5.0 May 2, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
changesets-ok Override the changesets check release:fix This PR is a fix
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants