Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
7.1.2
->7.3.0
7.1.2
->7.3.0
7.1.2
->7.3.0
7.1.2
->7.3.0
7.1.2
->7.3.0
7.1.2
->7.3.0
7.1.2
->7.3.0
7.1.2
->7.3.0
7.1.2
->7.3.0
7.1.2
->7.3.0
Release Notes
redwoodjs/redwood (@redwoodjs/api)
v7.3.0
Compare Source
Changelog
fix(deps): update prisma monorepo to v5.11.0 #10262
fix(deps): update dependency @apollo/client to v3.9.9 #10297
chore(deps): update dependency typescript to v5.4.3 #10308
fix(cli): Update build and serve to handle the absence of the api side (#10265) by @Josh-Walker-GM
This change allows you to successfully build your app with
yarn rw build
even when you choose to totally delete your api side. Previously you would have seen errors related to both Prisma and GraphQL. It also improves the error messages produced byyarn rw serve
in this case.fix(esm): get lint working (#10152) by @jtoar
This PR fixes
yarn rw lint
and some generators and setup commands for ESM projects.Before projects would get the following error:
chore(babel-config): Fix error message grammar (#10280) by @Tobbe
Fixed the grammar of the error message you see if you have more than one Page file in a single Page directory.
Fix react docs links (#10278) by @rxx
Update deployment.md (#10267) by @LAdanimo
Update Prisma Dataguide Link (#10254) by @pantheredeye
docs: fix typo on router page (#10251) by @thenewnickyzz
Update first-test.md (#10244) by @LAdanimo
Dependencies
Click to see all upgraded dependencies
v7.2.0
Compare Source
v7.1.3
Compare Source
Patch Release
fix(dbAuth): restore behavior of checking whether a search query is present (#10204) by @cannikin
Previously dbAuth would check whether or not query string variables were present at all before invoking the proper function. During a refactor we updated this code to assume a query would always be present. Which it would be during normal browser behavior. But, we had a complaint from a user who relied on this optional check in one of their tests. So we're restoring the optional check here.
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.