example-store-stripe
example-store-stripe copied to clipboard
Update redwood monorepo to v8 (major)
This PR contains the following updates:
| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
| @redwoodjs/api (source) | 7.7.4 -> 8.6.0 |
||||
| @redwoodjs/auth (source) | 7.7.4 -> 8.6.0 |
||||
| @redwoodjs/auth-dbauth-api (source) | 7.7.4 -> 8.6.0 |
||||
| @redwoodjs/auth-dbauth-web (source) | 7.7.4 -> 8.6.0 |
||||
| @redwoodjs/core (source) | 7.7.4 -> 8.6.0 |
||||
| @redwoodjs/forms (source) | 7.7.4 -> 8.6.0 |
||||
| @redwoodjs/graphql-server (source) | 7.7.4 -> 8.6.0 |
||||
| @redwoodjs/router (source) | 7.7.4 -> 8.6.0 |
||||
| @redwoodjs/vite (source) | 7.7.4 -> 8.6.0 |
||||
| @redwoodjs/web (source) | 7.7.4 -> 8.6.0 |
Release Notes
redwoodjs/redwood (@redwoodjs/api)
v8.6.0
v8.5.0
Changelog
🚀 Features
feat(cli): Support generating sdls for models with only an id and relation (#11931) by @Tobbe
It's now possible to generate SDL files for models that look like this// This would be seeded with available car brands
model CarBrand {
brand String @​id
cars Car[]
}
[Storybook] Improve typing, add doc links & remove redundant JSDoc in preview.tsx (#11745) by @Philzen
Better types for storybook preview config Better IntelliSense hints for storybook- [TS + Docs] Include potential gql input variables in ListCell's Loading and Success component typing & improve TS docs (#11773) by @Philzen
feat(router): Add option to not reset scroll to the top on navigate/link (#11380) by @guitheengineer
You can now donavigate(`?id=${id}`, { scroll: false }) and <Link to={`?id=${id}`} options={{ scroll: false }} /> to not reset the scroll to the top when navigating.
feat(dbAuth): Lax SameSite cookie policy (#11889) by @Tobbe
Setting theSameSite cookie policy to Lax allows users to be immediately
authenticated when arriving from external domains.
🛠️ Fixes
- fix(router): Skip search params with undefined and null values passed to named routes (#11635) by @antonmoiseev
fix(cli): Pin TailwindCSS to v3 (#11920) by @Tobbe
Pinning TW to v3 for our `yarn rw setup ui tailwind` command until we've added support for TW v4📚 Docs
- fix(docs): make bold the whole word, not just the first char (#11710) by @fromaline
📦 Dependencies
Click to see all dependency updates
- chore(deps): update dependency prettier-plugin-curly to v0.3.1 (#11855) by @renovate
- chore(deps): [email protected] (#11895) by @Tobbe
- chore(deps) re-upgrade to yarn 4.6.0 (#11911) by @Tobbe
- fix(deps): update dependency isbot to v5.1.21 (#11912) by @renovate
- fix(deps): update dependency vite to v5.4.12 [security] (#11916) by @renovate
- fix(deps): update dependency @fastify/multipart to v8.3.1 [security] (#11922) by @renovate
- chore(deps): bump store2 from 2.14.2 to 2.14.4 (#11927) by @dependabot
v8.4.4
Changelog
This release manually fixes the versioning issue with previous release.
📦 Dependencies
Click to see all dependency updates
- chore(deps): docusaurus 3.7.0 (#11900) by @Tobbe
v8.4.3
⚠️ ⚠️ This release is broken. Because of a bug in one of our dependencies the ⚠️ versioning of our packages did not work properly ⚠️ Please use a newer version ⚠️
Changelog
🛠️ Fixes
- [Router] Fix TS error when passing WrapperProps to
<PrivateSet>s (#11739) by @Philzen - fix(cli): Update cell test template to include
id(#11749) by @Tobbe - fix(cli): Fix Cell test generation for list cells (#11779) by @Tobbe
- fix(cli): Fix TS warnings in custom function template (#11770) by @Tobbe
- Fix
useEffect is not definedin i18n template (#11788) by @Philzen - fix(babel-config): Specify 'target' for the react compiler plugin (#11822) by @Tobbe
- Export EmptyAsValue and RedwoodRegisterOptions from packages/forms (#11783) by @c-ciobanu
- [setup i18n storybook] Use function with capitalized name to comply with eslint-rule (#11827) by @Philzen
- fix(crwrsca): add @types/node to fix peer deps (#11842) by @Tobbe
- fix(deploy): Restore Render deploy setup script (#11857) by @Tobbe
- fix(cookie): Fix regression after v1 upgrade (#11866) by @Tobbe
- fix(dev): Remove redundant whitespace in cli output (#11880) by @Tobbe
- [fix] Make --load-env-files work with
yarn rw test(#11887) by @Philzen - fix(templates+docs) Make Storybook links link to correct versions (#11892) by @Philzen
Fix AuthProviderProps export missing from @redwood/auth (#11766) by @Philzen
`AuthProviderProps` is now exported from `@redwood/auth`
Fix absolute & component folder imports in Storybook config folder (#11746) by @Philzen
Include the storybook config folder in the includes in `{ts,js}config.json`[TS] Include query parameters in typed Cell component props (#11737) by @Philzen
If you have a Cell that for example takes an `id` prop, to be used as a query parameter, it'd also be passed to the individual cell components. This is now properly reflected in the types.fix(ogimage): Corrected package.json exports (#11724) by @Tobbe
Fix publish warnings in our ogImage package. Making TS types available for anyone using this packageRemove header example with broken link (#11776) by @Philzen
We used to have an `x-auth-comment` header with a link describing how to set up auth for the graphql playground. The link was broken, and no extra setup is needed anymore. So the comment header is now removed.Fix Storybook preview config being set up in old config directory (#11869) by @Philzen
Store Storybook config in `web/.storybook/`fix(forms): Re-export InputFieldProps (#11879) by @Tobbe
Makes it possible to import the `InputFieldProps` type from `@redwoodjs/forms`📚 Docs
- chore(docs): Fix links in Storybook docs; add link to dbAuth OAuth plugin (#11581) by @arimendelow
📦 Dependencies
Click to see all dependency updates
- chore(deps): update dependency typescript-eslint to v8 (#11234) by @renovate
- chore(deps): bump cross-spawn from 7.0.3 to 7.0.6 (#11725) by @dependabot
- chore(deps): bump nanoid from 3.3.7 to 3.3.8 (#11778) by @dependabot
- chore(deps): Bump systeminformation from 5.23.5 to 5.23.8 (#11793) by @Tobbe
- fix(deps): update dependency @whatwg-node/server to v0.9.65 (#11819) by @renovate
- fix(deps): update dependency dotenv to v16.4.7 (#11820) by @renovate
- fix(deps): update dependency @vitejs/plugin-react to v4.3.4 (#11818) by @renovate
- fix(deps): update dependency isbot to v5.1.19 (#11821) by @renovate
- chore(deps): update dependency @clerk/types to v3.65.4 (#11829) by @renovate
- chore(deps): update dependency @clerk/clerk-react to v4.32.4 (#11828) by @renovate
- chore(deps): update dependency @types/nodemailer to v6.4.17 (#11833) by @renovate
- chore(deps): update dependency eslint-plugin-n to v17.15.1 (#11840) by @renovate
- chore(deps): update dependency firebase to v10.14.1 (#11834) by @renovate
- chore(deps): update dependency @types/nodemailer to v6.4.17 (#11845) by @renovate
- chore(deps): update dependency ioredis to v5.4.2 (#11846) by @renovate
- chore(deps): update dependency eslint-plugin-jsonc to v2.18.2 (#11839) by @renovate
- fix(deps): update dependency esbuild to v0.24.2 (#11847) by @renovate
- fix(deps): update dependency eslint-plugin-jsx-a11y to v6.10.2 (#11848) by @renovate
- chore(deps): update dependency eslint-plugin-package-json to ^0.18.0 (#11849) by @renovate
- chore(deps): update dependency eslint-plugin-perfectionist to v3.9.1 (#11850) by @renovate
- chore(deps): update dependency eslint-plugin-yml to v1.16.0 (#11853) by @renovate
- chore(deps): update dependency prettier to v3.4.2 (#11854) by @renovate
- fix(deps): update dependency nodemailer to v6.9.16 (#11858) by @renovate
- chore(deps): update dependency knip to v5.41.1 (#11861) by @renovate
- [chore] Use framer-motion @^11 instead of @^9 for Chakra UI setup (#11870) by @Philzen
- Update to @typescript-eslint version that supports TypeScript 5.6.2 (#11878) by @Philzen
🧹 Chore
Click to see all chore contributions
- [TS/chore] Migrate deprecated apollo `QueryReference` type in cellTypes.ts (#11780) by @Philzen
- chore(formatting): Fix formatting in auth/src/index.ts (#11792) by @Tobbe
- Remove extraneous `i18n` dependency from i18n setup (#11789) by @Philzen
- [Chore] Update yarn to v4.6.0 (#11874) by @Philzen
- [chore] Re-use loadEnvFiles from cli-helpers lib, elimininating code duplicatation (#11885) by @Philzen
v8.4.2
Changelog
🛠️ Fixes
fix: :bug: add custom headers to subscription in apollo client (#11744) by @dennemark
Allow passing custom headers to `sseLink`, which is used by the Apollo client for subscriptions.Include .storybook folder in Linting (#11748) by @Philzen
fix(api-server): prevent race condition in server restart process (#11731) by @o0charlie0o
📚 Docs
- docs: update oauth.md (#11698) by @ejsinfuego
📦 Dependencies
Click to see all dependency updates
- chore(deps): bump @eslint/plugin-kit from 0.2.0 to 0.2.3 in /packages/create-redwood-rsc-app (#11720) by @dependabot
- chore(deps): bump cross-spawn from 7.0.3 to 7.0.5 in /packages/create-redwood-rsc-app (#11723) by @dependabot
- fix(deps): update dependency smol-toml to v1.3.1 [security] (#11733) by @renovate
🧹 Chore
Click to see all chore contributions
- chore(test-project): Update TailwindCSS to 3.4.15 and PostCSS to 8.4.49 (#11721) by @Tobbe
- chore(dbAuth): Early return to make code easier to read (#11722) by @Tobbe
v8.4.1
Changelog
🛠️ Fixes
fix(dbAuth): Don't use Multi Value Headers on Vercel (#11718) by @Tobbe
Fixes a regression regarding dbAuth on Vercel introduced in RW 8
Properly kill dev api-server (#11691) by @callingmedic911
Sometime the api-server doesn't get killed in time before the new instance is started. This change makes sure that we wait for the process. If it's not killed within 2 seconds with SIGTERM, we send a SIGKILL to it.
Fix build with TS alias without basePath (#11693) by @callingmedic911
It fixes the build process for a project with TypeScript path alias. It uses root directory as the fallback if there's no baseUrl in tsconfig.json.
v8.4.0
Changelog
🚧 🚨 Experimental Breaking
breaking(rsc): Removing live-reload RSC dev server approach (#11648) by @Tobbe
Please see #11648 for more details🚀 Features
feat(baremetal): Check available disk space (#11469) by @Tobbe
Adds an early step to the yarn rw deploy baremetal command that checks to
make sure there is enough free disk space on the server before continuing.
By default it will make sure there is at least 2048 MB (2 GB) of free disk space
but this can be changed by setting the new deploy.toml option
freeSpaceRequired to however many MB you want.
You can skip this step by passing --no-df to the deploy baremetal command or
setting freeSpaceRequired to 0.
🛠️ Fixes
fix(jobs): merge job options to prevent 'undefined' values in place of defaults (#11666) by @Josh-Walker-GM
Please see #11666 for more detailsfix(jobs): Fixes creating worker with deleteSuccessfulJobs config setting in JobManager (#11653) by @dthyresson
According to the Job documentation, the JobManager's deleteSuccessfulJobs can be used to decide if one wants successfully completed jobs from being deleted from the BackgroundJobs table.
Keeping job run history around is useful for reporting purposes, such s hoe many jobs run over time, how many fails, how many successes, etc.
However, the deleteSuccessfulJobs was not being correctly passed to the worker in createWorker so the worker always used the default value -- true -- and always deleted the job run record regardless of configuration.
This PR fixes this issue by setting the config value when creating the worker.
fix(crwa): Add missing quotes to seed example (#11651) by @Tobbe
Just un-commenting the example seed code now gives you valid code to seed your database with
fix(web) type NonSuspenseCellQueryResult... (#11639) by @richard-stafflink
The result you get back as queryResult is now properly typed. Typically the
type will be something like FindPostById, i.e. the first type that is passed
to CellSuccessProps (instead of just being any).
fix(crwa): Better handling of installing to . (#11645) by @Tobbe
When installing to cwd:
- Print "the current directory" instead of "."
- Skip the output of
cd(which would move you to your home directory, which most likely is not what you want)
📚 Docs
docs(deploy): fix grove command (#11689) by @Josh-Walker-GM
Please see #11689 for more detailsdocs: fix versioned docs (#11643) by @Josh-Walker-GM
Please see #11643 for more detailsRemoved 'Azure' as deploy provider mention' (#11116) by @pantheredeye
Please see #11116 for more detailsFix email link in tutorial (#11636) by @cannikin
Please see #11636 for more detailsUpdate the Deployment step of the tutorial for GROVE (#10890) by @cannikin
Please see #10890 for more details📦 Dependencies
Click to see all dependency updates
- chore(deps): update babel monorepo to v7.25.7 (#11682) by @renovate
- chore(deps): update dependency firebase to v10.14.0 (#11680) by @renovate
- fix(deps): update dependency firebase-admin to v12.6.0 (#11681) by @renovate
- fix(deps): update dependency @types/node to v20.16.11 (#11679) by @renovate
- fix(deps): update dependency @joshwooding/vite-plugin-react-docgen-typescript to v0.4.1 (#11675) by @renovate
- fix(deps): update dependency @vitejs/plugin-react to v4.3.2 (#11673) by @renovate
- chore(deps): update dependency node to v20.18.0 (#11669) by @renovate
- fix(deps): update dependency @faire/mjml-react to v3.4.0 (#11672) by @renovate
- fix(deps): update dependency cookie to v0.7.2 (#11670) by @renovate
- chore(deps): bump cookie from 0.7.0 to 0.7.1 (#11665) by @dependabot
- fix(deps): update dependency cookie to v0.7.0 [security] (#11661) by @renovate
- fix(deps): update dependency http-proxy-middleware to v3.0.3 (#11657) by @renovate
- fix(deps): update dependency vite to v5.4.8 (#11658) by @renovate
🧹 Chore
Click to see all chore contributions
- chore(deps): update github/codeql-action digest to c36620d (#11678) by @renovate
- chore(deps): update actions/checkout action to v4.2.1 (#11676) by @renovate
- chore(deps): update dependency @actions/core to v1.11.1 (#11677) by @renovate
- chore(deps): update dependency eslint-plugin-perfectionist to v3.8.0 (#11674) by @renovate
- chore(deps): update dependency @types/jscodeshift to v0.12.0 (#11671) by @renovate
- chore(deps): update dependency knip to v5.33.1 (#11668) by @renovate
- chore(deps): update dependency @types/lodash to v4.17.10 (#11667) by @renovate
- chore(deps): update dependency rollup to v4.24.0 (#11664) by @renovate
- chore(deps): update dependency memfs to v4.13.0 (#11663) by @renovate
- chore(deps): update chore (#11662) by @renovate
- chore(deps): update dependency @types/vscode to v1.94.0 (#11659) by @renovate
- chore(release): update docs (#11637) by @Josh-Walker-GM
🚧 🧹 Experimental Chore
Click to see all chore contributions
- chore(rsc): Extract importRsdwServer() and move type assertions to utils (#11688) by @Tobbe
- chore(rsc): Fix console log and add todo (#11685) by @Tobbe
- chore(rsc): Fix TODO and simplify SSR code (#11650) by @Tobbe
- chore(rsc): Rename renderRoutesFromDist to renderRoutesSsr (#11647) by @Tobbe
- chore(rsc): Make Router-related imports safer for RSC (#11644) by @Tobbe
- chore(rsc): Remove unused node-loader (#11642) by @Tobbe
- chore(rsc): Refactor: Extract rscFetch and rsaFetch (#11582) by @Tobbe
v8.3.0
Changelog
🚧 🚨 Experimental Breaking
chore(deps): Upgrade to React 19 RC 20240916 (#11575) by @Tobbe
Please see #11575 for more details🛠️ Fixes
fix `NODE_OPTIONS` env forwarding (#11587) by @cometkim
This change updates how we pass through any NODE_OPTIONS when you run the API side development server with yarn rw dev. Previously there may have been issues like unescaped spaces in paths which would have produced errors like:
api | node:events:497
api | throw er; // Unhandled 'error' event
api | ^
api |
api | Error: spawn space.js --enable-source-maps ENOENT
api | at ChildProcess._handle.onexit (node:internal/child_process:286:19)
api | at onErrorNT (node:internal/child_process:484:16)
api | at process.processTicksAndRejections (node:internal/process/task_queues:82:21)
api | Emitted 'error' event on ChildProcess instance at:
api | at ChildProcess._handle.onexit (node:internal/child_process:292:12)
api | at onErrorNT (node:internal/child_process:484:16)
api | at process.processTicksAndRejections (node:internal/process/task_queues:82:21) {
api | errno: -2,
api | code: 'ENOENT',
api | syscall: 'spawn space.js --enable-source-maps',
api | path: 'space.js --enable-source-maps',
api | spawnargs: [
api | 'yarn',
api | 'nodemon',
api | '--quiet',
api | '--watch',
api | '/Users/jgmw/Development/redwood/rw-test/node_options_fix/redwood.toml',
api | '--exec',
api | 'yarn rw-api-server-watch --port 8911 --debug-port 18911 | rw-log-formatter'
api | ]
api | }
api |
api | Node.js v20.17.0
Now these sort of error should no longer occur.
fix(dbAuth): Fix WebAuthn when authModelAccessor is set to a custom value (#11605) by @antonmoiseev
Previously if you had setup dbAuth with WebAuthn support and had chosen to rename the User and UserCredential models to some other name, such as Account and AccountCredential then dbAuth would have failed with an error something like:
{
"error": "this.dbCredentialAccessor.findFirst(...).user is not a function"
}
This change fixes the database access so that it correctly takes into account the configured authModelAccessor.
Note: You should ensure your WebAuthn table has a unique index applied on the configured id column. Something like what our setup command generates will work great:
model UserCredential {
id String @​id // <-- Note the index!
...
}
Fix storybook-vite not starting when `auth.ts` contains named imports after `createAuth` (#11593) by @Philzen
This change fixes an issue with our internal storybook mocks. Previous to this you might find that your storybook would fail with an error like:
3:49:51 PM [vite] Internal server error: Transform failed with 1 error:
…/web/src/auth.ts:2:9: ERROR: Expected identifier but found ","
Plugin: vite:esbuild
File: …/web/src/auth.ts:3:6
Expected identifier but found ","
1 | import { createAuthentication as createAuth } from '@​redwoodjs/testing/dist/web/mockAuth.js'
2 | import { , createDbAuthClient } from '@​redwoodjs/auth-dbauth-web';
| ^
3 | const dbAuthClient = createDbAuthClient();
4 | export const {
This was due to a bug in our handling of imports which this change fixes.
Fixes `yarn rw jobs clear` command (#11578) by @cannikin
fix(graphql): Allow including 'File' scalar by default to be disabled (#11540) by @Josh-Walker-GM
As of v8.0.0 a File scalar was added to your graphql schema by default. This could be problematic if you wanted to define your own File scalar.
With this change it is now possible to disable including this scalar by default. To see how to do so look at the Default Scalar section of the Graphql docs here
Default NODE_ENV to "development" if it's `undefined` when starting jobs worker (#11572) by @cannikin
This mimics the behavior of yarn rw dev where NODE_ENV will equal development if you don't set it explicitly.
🚧 🛠️ Experimental Fixes
Revert "fix(rsc): Set a yarn resolution for rollup 4.21.3 (#11592)" (#11600) by @Tobbe
Please see #11600 for more detailsfix(rsc): Set a yarn resolution for rollup 4.21.3 (#11592) by @Tobbe
Please see #11592 for more details📚 Docs
fix(docs): warn that uploads/storage is experimental (#11590) by @Josh-Walker-GM
Please see #11590 for more details📦 Dependencies
Click to see all dependency updates
- chore(deps): update babel monorepo (#11633) by @renovate
- chore(deps): update eslint monorepo (#11634) by @renovate
- chore(deps): update dependency firebase to v10.13.2 (#11632) by @renovate
- chore(deps): update dependency @supabase/supabase-js to v2.45.4 (#11631) by @renovate
- chore(deps): update dependency nodemon to v3.1.7 (#11627) by @renovate
- chore(deps): update dependency esbuild to v0.24.0 (#11622) by @renovate
- fix(deps): update dependency @swc/core to v1.7.28 (#11617) by @renovate
- fix(deps): update dependency @rollup/pluginutils to v5.1.2 (#11616) by @renovate
- fix(deps): update dependency @types/node to v20.16.6 (#11618) by @renovate
- fix(deps): update dependency vite-plugin-cjs-interop to v2.1.4 (#11613) by @renovate
- chore(deps): update prisma monorepo to v5.20.0 (#11615) by @renovate
- fix(deps): update dependency vite to v5.4.7 (#11612) by @renovate
- chore(deps): update dependency rollup to v4.22.4 [security] (#11604) by @renovate
- fix(deps): update dependency find-my-way to v8.2.2 [security] (#11585) by @renovate
- fix(deps): update dependency vite to v5.4.6 [security] (#11580) by @renovate
🧹 Chore
Click to see all chore contributions
- chore(deps): update dependency eslint-plugin-perfectionist to v3.7.0 (#11630) by @renovate
- chore(deps): update dependency eslint-plugin-package-json to v0.15.3 (#11629) by @renovate
- chore(deps): update dependency eslint-plugin-n to v17.10.3 (#11628) by @renovate
- chore(deps): update github/codeql-action digest to 461ef6c (#11625) by @renovate
- chore(deps): update actions/setup-node digest to 0a44ba7 (#11624) by @renovate
- chore(deps): update chore (#11626) by @renovate
- chore(deps): Bump rollup (#11623) by @Josh-Walker-GM
- chore(deps): update dependency publint to v0.2.11 (#11621) by @renovate
- chore(deps): update dependency knip to v5.30.5 (#11619) by @renovate
- chore(deps): update dependency publint to v0.2.11 (#11620) by @renovate
- chore(deps): update dependency memfs to v4.12.0 (#11614) by @renovate
- chore(deps): update dependency @types/qs to v6.9.16 (#11611) by @renovate
- chore(deps): update dependency @types/nodemailer to v6.4.16 (#11610) by @renovate
- chore(deps): update dependency @types/lodash to v4.17.9 (#11609) by @renovate
- chore(deps): update dependency @types/jsonwebtoken to v9.0.7 (#11608) by @renovate
- chore(deps): update dependency @types/estree to v1.0.6 (#11607) by @renovate
- chore(deps): update dependency @playwright/test to v1.47.2 (#11606) by @renovate
- chore(deps): update dependency @arethetypeswrong/cli to v0.16.4 (#11586) by @renovate
- chore(test-project): Update TailwindCSS (#11583) by @Tobbe
🚧 🧹 Experimental Chore
Click to see all chore contributions
- chore(rsc): Simplify RscRoutes by removing external promise (#11574) by @Tobbe
v8.2.0
Changelog
🚀 Features
feat(cli): Make scaffolded layout routing type-safe (#11542) by @Tobbe
With this feature we now make sure only valid route names are passed as titleTo and buttonTo props to the scaffolded layout.
This also means you get helpful code completion when typing out the prop values
[gh11385] Updated the generated page template (#11533) by @ahaywood
This change alters the default content produced when you generate page with yarn rw g page. Previously our generated content contained code that would error out if you had a route parameter in your page - because the link we automatically generated would not contain a value for that parameter.
🛠️ Fixes
fix(scaffold): Use plain strings in NamesCell template (#11546) by @Tobbe
Please see #11546 for more detailsfix(crwrsca): Spawn in shell on Windows (#11565) by @Tobbe
Please see #11565 for more detailsfix(crwa): silence telemetry errors (#11557) by @Josh-Walker-GM
Please see #11557 for more detailsfix(crwrsca): Check for Node >= 20.10.0 (#11544) by @Tobbe
Please see #11544 for more details📚 Docs
docs(uploads): Tweaks from updating the Recipes example app (#11571) by @Tobbe
Please see #11571 for more detailsdocs(how-to): replace crypto-js with node's crypto module for random number generation in passwordless auth (#11568) by @antonmoiseev
Please see #11568 for more detailsdocs(how-to): Fix example in dbauth-passworless docs (#11567) by @Tobbe
Please see #11567 for more detailsDocs: Use Redwood's hashPassword() for loginToken hashing in the password-less dbAuth flow (#11566) by @antonmoiseev
Please see #11566 for more detailsReplace MetaTags with Metadata component (#11564) by @antonmoiseev
Please see #11564 for more detailsdocs(chore): Fix formatting (#11524) by @Tobbe
Please see #11524 for more details📦 Dependencies
Click to see all dependency updates
- fix(deps): update dependency vite to v5.4.5 (#11556) by @renovate
- fix(deps): update dependency @types/jest to v29.5.13 (#11554) by @renovate
- fix(deps): update dependency unplugin-auto-import to v0.18.3 (#11555) by @renovate
- fix(deps): update dependency @swc/core to v1.7.26 (#11553) by @renovate
- fix(deps): update dependency eslint-plugin-react to v7.36.1 (#11550) by @renovate
- fix(deps): update dependency firebase-admin to v12.5.0 (#11551) by @renovate
- fix(deps): update dependency envinfo to v7.14.0 (#11549) by @renovate
- fix(deps): update dependency express to v4.21.0 (#11548) by @renovate
- fix(deps): update dependency express to v4.20.0 (#11525) by @renovate
🧹 Chore
Click to see all chore contributions
- Add note to error message about running `yarn rw dev` or `yarn rw build` before the workers can be started (#11573) by @cannikin
- chore(kitchen-sink): Fix css for page width (#11570) by @Tobbe
- chore(deps): update chore (#11561) by @renovate
- chore(deps): update dependency tsx to v4.19.1 (#11559) by @renovate
- chore(deps): update dependency eslint-plugin-perfectionist to v3.6.0 (#11562) by @renovate
- chore(deps): update dependency tsx to v4.19.1 (#11560) by @renovate
- chore(fixture): update deps (#11552) by @Josh-Walker-GM
- chore(rsc): Don't pass any props to the user's Routes (#11539) by @Tobbe
- chore(deps): bump dset from 3.1.2 to 3.1.4 (#11535) by @dependabot
- chore(deps): bump express from 4.19.2 to 4.20.0 in /docs (#11530) by @dependabot
- chore(rsc): Remove RSC-specific logic from our babel config (#11528) by @Tobbe
🚧 🧹 Experimental Chore
Click to see all chore contributions
- chore(rsc): Remove client.ts and clean-up outdated tests (#11527) by @Tobbe
- chore(rsc): Unify RSC and RSA cache structure (#11521) by @Tobbe
- chore(rsc/rsa): Use "model" naming (#11522) by @Tobbe
v8.1.1
Changelog
🛠️ Fixes
fix(cli): handle both single and double quotes during dbAuth setup (#11534) by @Josh-Walker-GM
If you had changed your prettier config to use double quotes instead of the default single quotes then the yarn rw setup auth dbAuth would fail. This change fixes that command to work regardless of quote flavour.
fix(auth0): avoid use of undefined global in browser environment (#11531) by @Josh-Walker-GM
The Auth0 auth provider was failing in the browser due to trying to access global. This change corrects this and fixes Auth0 usage in the browser.
🧹 Chore
Click to see all chore contributions
- chore(crwa): transform lint ignore line as part of ts-to-js (#11538) by @Josh-Walker-GM
v8.1.0
Changelog
🚧 🚀 Experimental Features
feat(uploads): Add setup command (#11423) by @dac09
Please see #11423 for more details🛠️ Fixes
fix: update community discussion link in output from cli - yarn rw upgrade (#11468) by @jgal1
Please see #11468 for more detailsfix(cli): explicitly set the version so `--version` works (#11461) by @Josh-Walker-GM
Please see #11461 for more detailsfix(jobs): Make deleteSuccessfulJobs configurable (#11459) by @Tobbe
Make the jobs Executor respect the deleteSuccessfulJobs config option
fix(linting): Re-enable babel presets during linting of javascript projects (#11458) by @Josh-Walker-GM
The yarn rw lint command was failing for JavaScript projects. This change re-enables certain babel plugins to correct this issue and allow this command to succeed again.
fix(resolutions): Remove rehackt resolution (#11447) by @Tobbe
The rehackt resolution isn't needed anymore. Apollo Client has updated to rehackt 0.1.0. See https://github.com/apollographql/apollo-client/blob/HEAD/CHANGELOG.md#3101
Unfortunately this requires our users to manually go and update their resolutions
Updates SDL codegen to handle prettier 3 correctly (#11446) by @orta
Please see #11446 for more details🚧 🛠️ Experimental Fixes
fix(rsc): Don't run the Vite dev server in production (#11425) by @Tobbe
Please see #11425 for more detailsfix(rsa): Use dist filenames when registering server references (#11417) by @Tobbe
Please see #11417 for more details📚 Docs
Correct Note Admonition (#11455) by @pantheredeye
Please see #11455 for more detailsdocs(uploads): Add upload docs (#11398) by @dac09
Please see #11398 for more details📦 Dependencies
Click to see all dependency updates
- chore(deps): update dependency typescript to v5.6.2 (#11513) by @renovate
- fix(deps): update typescript-eslint monorepo to v8.5.0 (#11517) by @renovate
- chore(deps): update babel monorepo (#11499) by @renovate
- fix(deps): update dependency @graphql-yoga/plugin-persisted-operations to v3.7.0 (#11489) by @renovate
- fix(deps): update dependency core-js to v3.38.1 (#11497) by @renovate
- fix(deps): update dependency @graphql-yoga/plugin-defer-stream to v3.7.0 (#11487) by @renovate
- chore(deps): update dependency @supabase/ssr to v0.5.1 (#11503) by @renovate
- fix(deps): update dependency graphql-yoga to v5.7.0 (#11493) by @renovate
- chore(deps): update dependency @testing-library/jest-dom to v6.5.0 (#11504) by @renovate
- fix(deps): update dependency @graphql-yoga/plugin-graphql-sse to v3.7.0 (#11488) by @renovate
- fix(deps): update dependency eslint-plugin-import to v2.30.0 (#11490) by @renovate
- fix(deps): update graphql-tools monorepo (#11498) by @renovate
- chore(deps): update dependency node to v20.17.0 (#11508) by @renovate
- fix(deps): update dependency firebase-admin to v12.4.0 (#11492) by @renovate
- fix(deps): update dependency eslint-plugin-jsx-a11y to v6.10.0 (#11491) by @renovate
- fix(deps): update dependency react-hook-form to v7.53.0 (#11495) by @renovate
- fix(deps): update dependency type-fest to v4.26.1 (#11496) by @renovate
- chore(deps): update prisma monorepo to v5.19.1 (#11486) by @renovate
- fix(deps): update dependency @whatwg-node/server to v0.9.49 (#11484) by @renovate
- fix(deps): update dependency pino to v9.4.0 (#11494) by @renovate
- fix(deps): update dependency vite to v5.4.3 (#11477) by @renovate
- fix(deps): update dependency @envelop/on-resolve to v4.1.1 (#11480) by @renovate
- fix(deps): update dependency @types/aws-lambda to v8.10.145 (#11482) by @renovate
- fix(deps): update dependency @swc/core to v1.7.24 (#11481) by @renovate
- fix(deps): update dependency @whatwg-node/fetch to v0.9.21 (#11483) by @renovate
- fix(deps): update dependency msw to v1.3.4 (#11474) by @renovate
- fix(deps): update dependency vite-plugin-cjs-interop to v2.1.3 (#11478) by @renovate
- fix(deps): update dependency systeminformation to v5.23.5 (#11476) by @renovate
- fix(deps): update dependency isbot to v5.1.17 (#11472) by @renovate
- fix(deps): update dependency nodemailer to v6.9.15 (#11475) by @renovate
- fix(deps): update dependency lru-cache to v11.0.1 (#11473) by @renovate
- fix(deps): update dependency eslint-plugin-react to v7.35.2 (#11470) by @renovate
- fix(deps): update dependency http-proxy-middleware to v3.0.2 (#11471) by @renovate
- chore(deps): update dependency firebase to v10.13.1 (#11437) by @renovate
- chore(deps): update dependency @supabase/supabase-js to v2.45.3 (#11434) by @renovate
- chore(deps): update dependency @envelop/core to v5.0.2 (#11432) by @renovate
- chore(deps): update dependency esbuild to v0.23.1 (#11436) by @renovate
🧹 Chore
Click to see all chore contributions
- chore(ci): Temporarily disable 'check:package' step (#11520) by @Josh-Walker-GM
- chore(deps): update dependency @arethetypeswrong/cli to v0.16.2 (#11502) by @renovate
- chore(deps): update dependency @actions/glob to v0.5.0 (#11501) by @renovate
- chore(deps): update dependency tsx to v4.19.0 (#11511) by @renovate
- chore(deps): update dependency @types/vscode to v1.93.0 (#11505) by @renovate
- chore(deps): update chore (#11500) by @renovate
- chore(deps): update dependency eslint-plugin-perfectionist to v3.5.0 (#11506) by @renovate
- chore(deps): update dependency ora to v8.1.0 (#11509) by @renovate
- chore(deps): update dependency tsx to v4.19.0 (#11512) by @renovate
- chore(deps): update dependency knip to v5.30.1 (#11507) by @renovate
- chore(deps): update dependency rollup to v4.21.2 (#11510) by @renovate
- chore(deps): update dependency typescript to v5.6.2 (#11514) by @renovate
- chore(deps): update eslint monorepo to v9.10.0 (#11515) by @renovate
- fix(deps): update dependency prism-react-renderer to v2.4.0 (#11516) by @renovate
- chore(deps): update ossf/scorecard-action action to v2.4.0 (#11485) by @renovate
- chore(auth-providers): switch firebase web to esbuild (#11467) by @Josh-Walker-GM
- chore(auth-providers): switch firebase-web to vitest (#11466) by @Josh-Walker-GM
- chore(ci): Fix snapshots after CLI update (#11462) by @Josh-Walker-GM
- chore(ci): fix type tests running in ci (#11460) by @Josh-Walker-GM
- chore(ci): Revert scorecard related action bump (#11456) by @Josh-Walker-GM
- chore: fix ending newline in package.json (#11454) by @Josh-Walker-GM
- chore(rsc): Refactor: Split rscWorker into worker and renderer (#11452) by @Tobbe
- chore(rsc): Random changes, mostly to comments etc, in prep for removing the worker (#11451) by @Tobbe
- chore(storage): Add type tests & extra tests for savers and result extension (#11416) by @dac09
- chore(deps): update dependency jsdom to v24.1.3 (#11438) by @renovate
- chore(deps): update dependency @playwright/test to v1.47.0 (#11433) by @renovate
- chore(deps): update dependency @types/eslint to v8.56.12 (#11435) by @renovate
- chore(deps): update eslint monorepo to v9.9.1 (#11441) by @renovate
- chore(deps): update actions/upload-artifact digest (#11442) by @renovate
- chore(deps): update dependency prettier-plugin-packagejson to v2.5.2 (#11440) by @renovate
- chore(deps): update mheap/github-action-required-labels digest to d25134c (#11443) by @renovate
- chore(deps): update dependency prettier-plugin-packagejson to v2.5.2 (#11439) by @renovate
- chore(deps): update actions/checkout action to v4.1.7 (#11444) by @renovate
- chore(rsc): Remove unused methods in the worker (#11431) by @Tobbe
- chore(publishing): Fix canary publishing for next branch (#11429) by @Josh-Walker-GM
- chore(changesets): Delete old ones post v8 release (#11428) by @Josh-Walker-GM
- chore(test-project): Update to postcss 8.4.45 (#11424) by @Tobbe
- chore(docs): Compress v7 versions into v7.x (#11422) by @Josh-Walker-GM
🚧 🧹 Experimental Chore
Click to see all chore contributions
- chore(rsc): Remove Node RSC worker (#11449) by @Tobbe
- chore(rsc): Fix executeRsa comments (#11453) by @Tobbe
- chore(rsc): Switch to web streams instead of using node streams (#11445) by @Tobbe
- chore(rsc): Simplify worker by not using vite config (#11430) by @Tobbe
v8.0.0
Upgrade Guide
https://redwoodjs.com/upgrade/v8
Changelog
🚨 Breaking
deps(react): 18.3.1 (#10885) by @Tobbe
Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about these updates again.
- [ ] If you want to rebase/retry this PR, check this box
This PR was generated by Mend Renovate. View the repository job log.
Deploy Preview for superstore-redwood-stripe failed. Why did it fail? →
| Name | Link |
|---|---|
| Latest commit | f6fad4e89e6dc5c39a9af5d14f7b673ddf523d84 |
| Latest deploy log | https://app.netlify.com/sites/superstore-redwood-stripe/deploys/67e2b17ce8ab4e0008653aa8 |