Closed renovate[bot] closed 7 months ago
Name | Link |
---|---|
Latest commit | 9d9675ff98dac409303ffbe7bab3fcf0713aae7f |
Latest deploy log | https://app.netlify.com/sites/superstore-redwood-stripe/deploys/66186fa528f29b000885ef5f |
Deploy Preview | https://deploy-preview-479--superstore-redwood-stripe.netlify.app |
Preview on mobile | Toggle QR Code...Use your smartphone camera to open QR code link. |
To edit notification comments on pull requests, go to your Netlify site configuration.
This PR contains the following updates:
7.3.0
->7.3.2
7.3.0
->7.3.2
7.3.0
->7.3.2
7.3.0
->7.3.2
7.3.0
->7.3.2
7.3.0
->7.3.2
7.3.0
->7.3.2
7.3.0
->7.3.2
7.3.0
->7.3.2
7.3.0
->7.3.2
Release Notes
redwoodjs/redwood (@redwoodjs/api)
### [`v7.3.2`](https://togithub.com/redwoodjs/redwood/releases/tag/v7.3.2) [Compare Source](https://togithub.com/redwoodjs/redwood/compare/v7.3.1...v7.3.2) ##### Patch Release - fix(auth): Handle when authorization header is lowercased ([#10442](https://togithub.com/redwoodjs/redwood/issues/10442)) by [@dac09](https://togithub.com/dac09) This fix handles an authentication error that occurred when the 'Authorization' header was presented in lowercase as 'authorization'. ### [`v7.3.1`](https://togithub.com/redwoodjs/redwood/releases/tag/v7.3.1) [Compare Source](https://togithub.com/redwoodjs/redwood/compare/v7.3.0...v7.3.1) ##### Patch Release - fix(vercel): write `vercel.json` as a part of setup ([#10355](https://togithub.com/redwoodjs/redwood/issues/10355)) by [@jtoar](https://togithub.com/jtoar) This fix smooths initial deploys to Vercel by writing a `vercel.json` file that specifies an env var that enables Corepack. Users that already successfully deploy to Vercel don't need to introduce this file. - fix(cli): only show webpack options for dev if `bundler = "webpack"` ([#10359](https://togithub.com/redwoodjs/redwood/issues/10359)) by [@jtoar](https://togithub.com/jtoar) A few flags for `yarn rw dev` don't apply to Vite but are shown nevertheless. One of them, `watchNodeModules`, is legacy at this point. It's only useful for testing out framework changes on a project using webpack. It makes the webpack dev server reload on changes to node_modules. The other, `forward` (aliased `fwd`) isn't fundamentally Webpack specific, but has been broken for quite a while because the fix is nontrivial. It seems better to hide these flags for now, otherwise we're just advertising broken or no-op behavior.Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Enabled.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about these updates again.
This PR has been generated by Mend Renovate. View repository job log here.