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(deps): update redwood monorepo to v7.7.4 #15

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Feb 26, 2024

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@redwoodjs/api (source) 7.0.2 -> 7.7.4 age adoption passing confidence
@redwoodjs/core (source) 7.0.2 -> 7.7.4 age adoption passing confidence
@redwoodjs/forms (source) 7.0.2 -> 7.7.4 age adoption passing confidence
@redwoodjs/graphql-server (source) 7.0.2 -> 7.7.4 age adoption passing confidence
@redwoodjs/router (source) 7.0.2 -> 7.7.4 age adoption passing confidence
@redwoodjs/web (source) 7.0.2 -> 7.7.4 age adoption passing confidence

Release Notes

redwoodjs/redwood (@​redwoodjs/api)

v7.7.4

Compare Source

Patch Release
  • fix(cli-cache): Remove RW CLI cache on upgrade (#​11135) by @​dac09

    This change removes the redwood cli plugin cache in .redwood/commandCache.json on running rw upgrade. This prevents the redwood CLI from using outdated versions of CLI plugins, and is particularly important when they same alias.

    Before
    running yarn rw sb -> would use the outdated storybook-cli package, and error out.
    After
    with no commandCache, it'll create a new command cache, and attempt to install the new vite CLI

v7.7.3

Compare Source

Patch Release
  • hotfix(js-setup): Await all transformTSToJS functions (#​10930) by @​dac09

    This fixes an issue with the CLI for JS projects that caused file generation to fail due to unawaited promises. See #​10929 and #​10762 for more details.

v7.7.2

Compare Source

Patch Release
  • fix(prerender): Fold output to prevent crashing on large prerender counts (#​10888) by @​Josh-Walker-GM

    This change alters the CLI output during prerendering to prevent crashes when prerendering a large number (>100,000) of routes.

  • fix(tw): settings key should be "tailwindCSS.classAttributes" (#​10881) by @​Tobbe

    Fixes the VSCode settings for our TailwindCSS setup.

  • fix(cli): Add check for excessively long route (#​10830) by @​Josh-Walker-GM

    This change adds an additional internal check to protect against route definitions which are preposterously long.

  • docs(directives): Removes outdated mockAsyncRedwoodDirective and explains how to test async directives (#​10827) by @​dthyresson

    This change removes mockAsyncRedwoodDirective from documentation and properly show how to test async directives using resolves and rejects. Fixing #​10812.

  • fix(auth): Allows RedwoodAuthCurrentUserQuery when using Auth, GraphQL and Trusted Documents (#​10817) by @​dthyresson

    This PR allows authentication to function as expected when using Trusted Documents. For more information please see issue #​10816.

v7.7.1

Compare Source

Patch Release

This release contains no implementation changes. It was needed to resolve a mistake in our previously published release due to an issue with our release tooling. This issue has now been corrected and a correctly published set of packages can be found at this new patch version.

v7.7.0

Compare Source

Changelog
  • Add Storybook (Vite) framework package (#​10064) by @​arimendelow

    This change adds a Storybook framework package for using Storybook with Vite. It updates the CLI to include a new yarn rw sbv for running Storybook using Vite. The new CLI package additionally creates Mock Service Worker, and, on first run, the project-side Storybook config files. For more information and feedback please see this community post.

  • feat(tw): Add IntelliSense settings for Tailwind CSS VS Code plugin (#​10344) by @​Tobbe

    Add intellisense and color support for not only className (which is enabled by default), but also for activeClassName and errorClassName, which are two css class name props we use in Redwood

    Manual Instructions
    If you already have TW set up and want to enable this, open .vscode/settings.json and add this:

    "tailwindCSS": {
      "classAttributes": ["class", "className", "activeClassName", "errorClassName"]
    }
  • feat: add customize content type parsers for api plugin (#​10573) by @​Josh-Walker-GM

    This change adds a new configureApiServer option to the createServer function used within the server file. This fixes an issue where it was not possible to configure the API server - such as adding custom content parsers or adding compression. Updated docs on how to use this new functionality can currently be found here.

  • docs(docker): Clarify how to setup Docker with custom Server File (#​10702) by @​dthyresson

    This change added clarity to how to setup Docker with custom Server File.

  • chore(auth): add password validation to dbAuth resetPassword handler (#​10734) by @​irg1008

    This pull request adds password validation on resetPassword handler using the one from the signup handler. This was previously missing from the default implementation. See #​10724 for more details.

  • Updates seeds script to be more generic, no more errors throw on first run (#​10739) by @​cannikin

    Updated the template seed script to not contain any actual seed data, just comments about how to use it when the time comes. This comes with updated documentation.

  • feat(cli): react compiler lint only setting (#​10761) by @​Josh-Walker-GM

    You can now add lintOnly = true within your [experimental.reactCompiler] TOML settings to enable the react compiler linting rules without the compiler itself enabled during code compilation. See here for more details.

  • fix(dbauth): Combine react imports (#​10788) by @​Tobbe

    Clean up imports in g dbAuth templates.

  • fix(dbauth): Don't duplicate authDecoder creation (#​10791) by @​Tobbe

    Make it possible to run the dbAuth setup command more than once without getting invalid code as a result.

  • feat(dbAuth): Only suggest dbAuth setup if needed (#​10793) by @​Tobbe

    Detect if dbAuth is already setup, and don't suggest setting it up if it is.

  • fix(dbauth): Fix spacing issue in task titles (#​10811) by @​Tobbe

    Fix double space issue in yarn rw generate dbAuth output

  • fix(dbAuth): Print the correct "post message" after setup (#​10813) by @​Tobbe

    After running yarn rw generate dbAuth the correct message describing the needed manual steps is now printed if the user choses to enable WebAuthn support

Dependencies
Click to see all upgraded dependencies
  • fix(deps): update dependency systeminformation to v5.22.10 #​10785
  • chore(deps): update dependency @​supabase/supabase-js to v2.43.4 #​10772
  • fix(deps): update dependency @​clerk/clerk-sdk-node to v4.13.20 #​10780
  • fix(deps): update dependency react-hook-form to v7.51.5 #​10784
  • chore(deps): update dependency supertokens-node to v15.2.3 #​10779
  • fix(deps): update dependency eslint-plugin-react to v7.34.2 #​10782
  • chore(deps): update dependency @​azure/msal-browser to v2.39.0 #​10806
  • fix(deps): update dependency systeminformation to v5.22.11 #​10804
  • chore(deps): update dependency nodemon to v3.1.3 #​10803
  • chore(deps): update dependency @​clerk/clerk-react to v4.32.2 #​10794
  • chore(deps): update dependency firebase to v10.12.2 #​10802
  • chore(deps): update yarn to v4.3.0 #​10801

v7.6.3

Compare Source

Patch Release
  • fix(cli): Fix issues with Serverless deployments in 7.x (#​10646) by @​jwwisgerhof

    Serverless deployments were not functional since an internal update in the last minor versions. This change updates the NFT packer to a more modern import system which resolves the issue.

  • fix(cli): Directive generator command was not creating files (#​10698) by @​dthyresson

    The change fixes a regression in the directive generator where files were not created.. For more information see this issue.

v7.6.2

Compare Source

Patch Release
  • fix(cli): Correct baremetal deploy command construction (#​10675) by @​Josh-Walker-GM

    We correct a bug in the CLI introduced in the prior patch for baremetal deployments.

v7.6.1

Compare Source

Patch Release
  • fix(cli): Handle case for no arguments for verbose baremetal deploy (#​10663) by @​Josh-Walker-GM

    The change corrects a bug during baremetal deployments when using the --verbose flag. See #​10654 for more details.

v7.6.0

Compare Source

Changelog
  • feat(cli): Add experimental setup command for React Compiler (#​10574) by @​Josh-Walker-GM

    You can now use yarn rw exp setup-react-compiler to enable the experimental React Compiler. See our forum post for more information and feedback.

  • fix(cli): Add deprecation notice for edgio deployment (#​10551) by @​Josh-Walker-GM

    This change adds notices to the CLI and our documentation site to inform you that the edgio deployment provider is now deprecated as of v7.

  • Added warning note to not add WebAuthn (#​10231) by @​pantheredeye

    Adds a warning to the tutorial telling users not to add WebAuthn as it's not supported by the generated login pages the tutorial uses.

  • fix(functions): Fix context variable warning/error (#​10556) by @​Tobbe

    In a newly generated function there's a warning/error in the JSDoc that also prevents VSCode from showing the correct information. This change corrects this problem.

  • patch(crwa): Fix small annoyances (formatting, spell-check) (#​10651) by @​Tobbe

    This change corrects a few typo errors and improves the formatting of our template files.

  • Docs: QoL Updates to Contributing.md (#​10561) by @​pantheredeye

    Quality of life updates for the contributing doc (the document in the root of the main repository).

Dependencies
Click to see all upgraded dependencies
  • fix(deps): update dependency systeminformation to v5.22.9 #​10575
  • fix(deps): update dependency lru-cache to v10.2.2 #​10580
  • chore(deps): update dependency rimraf to v5.0.7 #​10577
  • chore(deps): update dependency esbuild to v0.21.3 #​10581
  • chore(deps): update dependency semver to v7.6.2 #​10578
  • fix(deps): update dependency @​react-email/render to v0.0.13 #​10590
  • chore(deps): update dependency @​envelop/core to v5.0.1 #​10587
  • fix(deps): update dependency @​types/aws-lambda to v8.10.137 #​10591
  • chore(deps): update dependency @​testing-library/jest-dom to v6.4.5 #​10588
  • fix(deps): update dependency ioredis to v5.4.1 #​10583
  • chore(deps): update dependency supertokens-node to v15.2.2 #​10597
  • fix(deps): update dependency qs to v6.12.1 #​10599
  • fix(deps): update dependency css-loader to v6.11.0 #​10601
  • fix(deps): update dependency envinfo to v7.13.0 #​10603
  • fix(deps): update dependency pino to v8.21.0 #​10604
  • fix(deps): update dependency @​pmmmwh/react-refresh-webpack-plugin to v0.5.13 #​10605
  • fix(deps): update dependency graphql-yoga to v5.3.1 #​10607
  • fix(deps): update dependency @​types/webpack-env to v1.18.5 #​10609
  • fix(deps): update dependency @​types/aws-lambda to v8.10.138 #​10608
  • fix(deps): update dependency webpack-bundle-analyzer to v4.10.2 #​10612
  • fix(deps): update dependency @​clerk/clerk-sdk-node to v4.13.16 #​10611
  • chore(deps): update dependency redis to v4.6.14 #​10610
  • fix(deps): update dependency babel-plugin-module-resolver to v5.0.2 #​10615
  • chore(deps): update dependency @​clerk/clerk-react to v4.31.1 #​10616
  • fix(deps): update dependency react-hook-form to v7.51.4 #​10622
  • fix(deps): update dependency react-helmet-async to v2.0.5 #​10621
  • fix(deps): update dependency fastify to v4.27.0 #​10625
  • fix(deps): update prisma monorepo to v5.14.0 #​10627
  • fix(deps): update dependency @​sdl-codegen/node to v0.0.15 #​10632
  • fix(deps): update dependency mini-css-extract-plugin to v2.9.0 #​10633
  • chore(deps): update yarn monorepo #​10624
  • chore(deps): update dependency firebase to v10.12.0 #​10635
  • fix(deps): update dependency @​graphql-yoga/plugin-defer-stream to v3.3.1 #​10638
  • fix(deps): update dependency @​graphql-yoga/plugin-persisted-operations to v3.3.1 #​10640
  • fix(deps): update dependency core-js to v3.37.1 #​10630
  • fix(deps): update graphql-tools monorepo #​10641
  • fix(deps): update dependency @​graphql-yoga/plugin-graphql-sse to v3.3.1 #​10639
  • chore(deps): update babel monorepo to v7.24.5 #​10614
  • chore(deps): update dependency @​supabase/supabase-js to v2.43.2 #​10365
  • fix(deps): update dependency graphql-sse to v2.5.3 #​10364
  • chore(deps): update node.js to >=14.17 <=20.13 #​10368
  • chore(deps): update dependency vscode-languageserver-protocol to v3.17.5 #​10351

v7.5.1

Compare Source

Patch Release
  • Fix radio button null element default prop to use correct input (#​10510) by @​jason-curtis

    This change fixes an issue with the defaultChecked field when using the scaffold generator with an enum. You should now see correct code generated to determine if the default is checked or unchecked.

  • fix(functions): Mock context in function test template (#​10555) by @​Tobbe

    Currently if you switch on TypeScript strict mode in a Redwood project you will get red squiggles in our default function tests that we create when users generate new functions. This change corrects this particular error by providing the correct function parameter in the generated code.

v7.5.0

Compare Source

Changelog
  • feat(upgrade): Use GitHub token if available when downloading patches (#​10515) by @​Tobbe

    When you upgrade via yarn rw upgrade and require yarn patches, we will now use a GitHub token if it is available in your environment when fetching the git tree from GitHub. We support GH_TOKEN, GITHUB_TOKEN and REDWOOD_GITHUB_TOKEN as the env var names.

  • feat(baremetal): Add verbose output to ssh exec (#​10525) by @​Tobbe

    This change adds additional logging to the ssh during baremetal when you use --verbose. Allowing you to see exactly what SSH commands are being run, and in what path.

    Standard output without --verbose - this remains unchanged
    image

    Before (verbose output)
    image

    After (verbose output)
    image

  • feat(baremetal): Add more details to error messages (#​10527) by @​Tobbe

    Now when an ssh command execution fails the error message will additionally include the directory it was executed in and the full stderr message

    Before
    image

    After
    image

  • Add redwood.toml to yarn rw info (#​10518) by @​Tobbe

    The project redwood.toml file is now included in the yarn rw info output to make it easier and faster to provide enough details for issues to be debugged quickly

    Before

    System:
      OS: macOS 14.1.1
      Shell: 5.9 - /bin/zsh
    Binaries:
      Node: 20.11.0 - /usr/local/bin/node
      Yarn: 4.1.1 - /usr/local/bin/yarn
    Databases:
      SQLite: 3.39.5 - /usr/bin/sqlite3
    Browsers:
      Safari: 17.1
    

    After

    System:
      OS: macOS 14.1.1
      Shell: 5.9 - /bin/zsh
    Binaries:
      Node: 20.11.0 - /usr/local/bin/node
      Yarn: 4.1.1 - /usr/local/bin/yarn
    Databases:
      SQLite: 3.39.5 - /usr/bin/sqlite3
    Browsers:
      Safari: 17.1
    redwood.toml:
      [web]
        title = "Redwood App"
        port = 8910
        apiUrl = "/.redwood/functions" # You can customize graphql and dbauth urls individually too: see https://redwoodjs.com/docs/app-configuration-redwood-toml#api-paths
        includeEnvironmentVariables = [
    
Add any ENV vars that should be available to the web side to this array
See https://redwoodjs.com/docs/environment-variables#web
  ]
[api]
  port = 8911
[browser]
  open = true
[notifications]
  versionUpdates = ["latest"]

- Fix invisible tags in MetaTag & Metadata JSDoc (#&#8203;10504) by @&#8203;Philzen

This change fixes the common pitfall that tags of all kind are not visible in JSDoc view because it will try to interpret them as HTML. Now these tags should be visible when the JSDoc is rendered. See #&#8203;10504 for more information

- docs: Adds GraphQL Caching docs for Client and Response caching (#&#8203;10054) by @&#8203;dthyresson

This PR introduces new GraphQL documentation to cover both client and server (aka response) caching.

- deps: Upgrade to React Testing Library 14.3.1 (#&#8203;10514) by @&#8203;Tobbe

v7.4.3

Compare Source

Patch Release

v7.4.2

Compare Source

Patch Release
  • fix(cli): avoid npx during upgrade command (#​10479) by @​Josh-Walker-GM

    This change fixes a problem with the yarn rw upgrade command when you don't have npx installed. If you don't have npx installed you will now have to manually run a command to dedupe dependencies rather than this being done for you automatically during the upgrade command. If this is the case, the npx command will be logged to the console when you run yarn rw upgrade. See #​10466 for more information.

  • fix: Fixes Unknown Fragment issues due to GraphQL Tag type mismatch in web (#​10357) by @​dthyresson

    Users reported in #​10322 an incompatibility with fragments and when using gql from global web. The TS errors were caused by the global web gql type not being compatible with the standard graphql-tag type. This change corrects this issue.

v7.4.1

Compare Source

Patch Release
  • chore(deps): update dependency typescript to v5.4.5 (#​10452)

    This dependency upgrade includes fixes that address a bug that caused auto-complete and auto-import functionality to be broken in Javascript projects.

v7.4.0

Compare Source

Changelog
  • docs(redirect): Add docs for redirect routes (#​10374) by @​Tobbe

    There were no docs for <Route path="/some/path" redirect="/some/other/path" />. This change introduces docs for the redirect prop.

  • feat(router): Allow redirect routes to use route names as target (#​10376) by @​Tobbe

    When specifying a redirect route like
    <Route path="/simple" redirect="/newSimple" name="simple" /> the value of redirect is the path of the page the user should be redirected to. However, the paths can be long and annoying to type out. And if they ever change the redirect would now be broken.

    Also, for private routes we do this:

    <Router>
      <Route path="/" page={HomePage} name="home" />
      <PrivateSet unauthenticated="home">
        <Route path="/admin" page={AdminPage} name="admin" />
      </PrivateSet>
    </Router>

    Here, if a user isn't authenticated, the user will be redirected to the home route. Notice how the target route is specified by its name (home) instead of its path (/).

    With this it's now also possible to redirect using the name of the target route, making our route behavior more consistent. So this will now work

    <Router>
      <Route path="/" page={HomePage} name="home" />
      <Route path="/no-longer-exists" redirect="home" />
    </Router>

    Old style paths still works. The logic is super simple. If the redirect value starts with / it's assumed to be a path. If not, it's assumed to be a route name. This should make this change fully backwards compatible.

  • docs: Adds important admonition for generate dbAuth to clarify that must setup dbAuth not just generate the pages (#​10293) by @​dthyresson

  • docs: Add information about how to turn off Prisma/db operations during a Vercel deploy to reduce Postgres Storage use (#​10294) by @​dthyresson

  • chore(CLI): build with esbuild (#​10323) by @​jtoar

    This change speeds up the CLI by up to 50ms.

Dependencies
Click to see all upgraded dependencies
  • fix(deps): update docusaurus monorepo to v3.1.1 #​10337
  • fix(deps): update graphqlcodegenerator monorepo #​10338
  • fix(deps): update opentelemetry-js monorepo #​10339
  • fix(deps): update dependency @​graphql-codegen/client-preset to v4.2.5 #​10349
  • fix(deps): update dependency html-webpack-plugin to v5.6.0 #​10352
  • chore(deps): update dependency supertokens-auth-react to v0.39.1 #​10347
  • chore(deps): update babel monorepo #​10363
  • chore(deps): update dependency firebase to v10.11.0 #​10366

v7.3.2

Compare Source

Patch Release
  • fix(auth): Handle when authorization header is lowercased (#​10442) by @​dac09

    This fix handles an authentication error that occurred when the 'Authorization' header was presented in lowercase as 'authorization'.

v7.3.1

Compare Source

Patch Release
  • fix(vercel): write vercel.json as a part of setup (#​10355) by @​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) by @​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.

v7.3.0

Compare Source

[!NOTE]

There was a hiccup in our release tooling for the v7.2.0 release so we're skipping that one here. v7.3.0 is the next release after v7.1.3.

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 by yarn 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:

    Oops! Something went wrong! :(
    ESLint: 8.55.0
    Error [ERR_REQUIRE_ESM]: require() of ES Module ~/redwood-app/prettier.config.js from ~/redwood-app/node_modules/prettier/third-party.js not supported.
    Instead change the require of prettier.config.js in ~/redwood-app/node_modules/prettier/third-party.js to a dynamic import() which is available in all CommonJS modules.
    
  • 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
  • chore(deps): update dependency @​clerk/clerk-react to v4.30.7 #​10129
  • chore(deps): update dependency @​auth0/auth0-spa-js to v2.1.3 #​10128
  • chore(deps): update dependency @​types/babel-plugin-tester to v9.0.10 #​10141
  • chore(deps): update dependency @​types/babel__core to v7.20.5 #​10142
  • chore(deps): update dependency @​types/babel__generator to v7.6.8 #​10144
  • chore(deps): update dependency @​types/jsonwebtoken to v9.0.6 #​10148
  • chore(deps): update dependency @​types/memjs to v1.3.3 #​10154
  • chore(deps): update dependency @​types/lodash to v4.14.202 #​10153
  • chore(deps): update dependency @​types/prompts to v2.4.9 #​10156
  • chore(deps): update dependency @​types/mjml to v4.7.4 #​10155
  • chore(deps): update dependency @​types/uuid to v9.0.8 #​10159
  • chore(deps): update dependency memjs to v1.3.2 #​10163
  • chore(deps): update dependency esbuild to v0.20.1 #​10161
  • chore(deps): update dependency node to v20.11.1 #​10165
  • chore(deps): update dependency vitest to v1.3.1 #​10166
  • chore(deps): update yarn monorepo #​10180
  • chore(deps): update chore (major) #​10186
  • fix(deps): update dependency @​mdx-js/react to v3.0.1 #​10203
  • fix(deps): update dependency @​clerk/clerk-sdk-node to v4.13.11 #​10198
  • fix(deps): update graphql-tools monorepo #​10258
  • fix(deps): update dependency pino to v8.19.0 #​10260
  • chore(deps): update dependency @​supabase/supabase-js to v2.39.8 #​10255
  • chore(deps): update dependency esbuild to v0.20.2 #​10269
  • fix(deps): update dependency webpack-bundle-analyzer to v4.10.1 #​10319
  • fix(deps): update dependency webpack to v5.91.0 #​10318
  • fix(deps): update dependency dotenv to v16.4.5 #​10315
  • fix(deps): update dependency dotenv-webpack to v8.1.0 #​10316
  • fix(deps): update dependency @​graphql-yoga/plugin-persisted-operations to v3.2.0 #​10312
  • fix(deps): update dependency @​graphql-yoga/plugin-graphql-sse to v3.2.0 #​10311
  • fix(deps): update dependency @​fastify/http-proxy to v9.5.0 #​10309
  • chore(deps): update dependency nodemon to v3.1.0 #​10304
  • chore(deps): update dependency @​testing-library/react to v14.2.2 #​10303
  • chore(deps): update dependency @​testing-library/jest-dom to v6.4.2 #​10302
  • fix(deps): update dependency msw to v1.3.3 #​10299
  • fix(deps): update dependency webpack-dev-server to v4.15.2 #​10300
  • fix(deps): update dependency @​sdl-codegen/node to v0.0.13 #​10298
  • chore(deps): update dependency tsx to v4.7.1 #​10307
  • fix(deps): update dependency graphql-yoga to v5.2.0 #​10317
  • fix(deps): update dependency css-loader to v6.10.0 #​10314
  • chore(deps): update dependency semver to v7.6.0 #​10306
  • chore(deps): update dependency vitest to v1.4.0 #​10259
  • fix(deps): update dependency @​graphql-yoga/plugin-defer-stream to v3.2.0 #​10310
  • fix(deps): update dependency core-js to v3.36.1 #​10313
  • fix(deps): update dependency react-hook-form to v7.51.2 #​10329
  • fix(deps): update dependency archiver to v7 #​10334
  • chore(deps): update babel monorepo #​10331

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.

v7.1.2

Compare Source

Patch Release
  • Fix storybook preview config path reference (#​10160) by @​pvenable

    This change fixes a small regression related to storybook preview config which resulted it in your config not being loaded. Details of this issue can be found in #​10113.

v7.1.1

Compare Source

Patch Release
  • Enable CSS nesting syntax by default when using Tailwind (#​10116) by @​cannikin

    This lets you use nested CSS syntax in your web/src/index.css right after you install Tailwind.

    .button {
      @&#8203;apply p-2 font-semibold bg-gray-500;
    
      &:hover {
        @&#8203;apply bg-red-500;
      }
    
      .icon {
        @&#8203;apply w-4 h-4;
      }
    
      span {
        @&#8203;apply text-sm;
      }
    }
  • fix(setup realtime): remove "exp" from suggested setup command (#​10151) by @​jtoar

    The realtime setup command was still suggesting running the experimental server file setup command if the server file wasn't setup. This fixes it so that it points users to the stable setup command, yarn rw setup server-file, instead.

  • fix(esm): use CJS wrapper for ESM default interop (#​10119) by @​jtoar

    This PR builds on the work started in https://github.com/redwoodjs/redwood/pull/10083 around ESM. One of the caveats of that PR was that the default export from @redwoodjs/vite broke. The workaround was referencing the default property on the Redwood Vite plugin, like redwood.default(). This fixes the ES module default export interoperability so that no change is necessary in switching between module types.

v7.1.0

Compare Source

v7.0.7

Compare Source

v7.0.6

Compare Source

v7.0.5

Compare Source

v7.0.4

Compare Source

v7.0.3

Compare Source


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 becomes conflicted, 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.

@renovate renovate bot force-pushed the renovate/redwood-monorepo branch from 6c1f2ff to bba2990 Compare February 28, 2024 23:17
@renovate renovate bot changed the title fix(deps): update redwood monorepo to v7.0.3 fix(deps): update redwood monorepo to v7.0.4 Feb 28, 2024
@renovate renovate bot changed the title fix(deps): update redwood monorepo to v7.0.4 fix(deps): update redwood monorepo to v7.0.5 Feb 29, 2024
@renovate renovate bot force-pushed the renovate/redwood-monorepo branch 2 times, most recently from 6e8107b to 1ca195c Compare March 1, 2024 20:17
@renovate renovate bot changed the title fix(deps): update redwood monorepo to v7.0.5 fix(deps): update redwood monorepo to v7.0.6 Mar 1, 2024
@renovate renovate bot force-pushed the renovate/redwood-monorepo branch from 1ca195c to 7e59ac4 Compare March 6, 2024 13:17
@renovate renovate bot changed the title fix(deps): update redwood monorepo to v7.0.6 fix(deps): update redwood monorepo to v7.0.7 Mar 6, 2024
@renovate renovate bot force-pushed the renovate/redwood-monorepo branch from 7e59ac4 to 708f896 Compare March 7, 2024 17:27
@renovate renovate bot changed the title fix(deps): update redwood monorepo to v7.0.7 fix(deps): update redwood monorepo to v7.1.0 Mar 7, 2024
@renovate renovate bot force-pushed the renovate/redwood-monorepo branch from 708f896 to e1c54df Compare March 8, 2024 22:42
@renovate renovate bot changed the title fix(deps): update redwood monorepo to v7.1.0 fix(deps): update redwood monorepo to v7.1.1 Mar 8, 2024
@renovate renovate bot changed the title fix(deps): update redwood monorepo to v7.1.1 fix(deps): update redwood monorepo to v7.1.2 Mar 9, 2024
@renovate renovate bot force-pushed the renovate/redwood-monorepo branch 2 times, most recently from 901079e to e94a3eb Compare March 12, 2024 17:20
@renovate renovate bot changed the title fix(deps): update redwood monorepo to v7.1.2 fix(deps): update redwood monorepo to v7.1.3 Mar 12, 2024
@renovate renovate bot force-pushed the renovate/redwood-monorepo branch from e94a3eb to dd398ed Compare March 28, 2024 23:20
@renovate renovate bot changed the title fix(deps): update redwood monorepo to v7.1.3 fix(deps): update redwood monorepo to v7.2.0 Mar 28, 2024
@renovate renovate bot force-pushed the renovate/redwood-monorepo branch from dd398ed to 11755db Compare March 29, 2024 00:37
@renovate renovate bot changed the title fix(deps): update redwood monorepo to v7.2.0 fix(deps): update redwood monorepo Mar 29, 2024
@renovate renovate bot force-pushed the renovate/redwood-monorepo branch 2 times, most recently from 4906016 to 03cb923 Compare March 29, 2024 09:58
@renovate renovate bot changed the title fix(deps): update redwood monorepo fix(deps): update redwood monorepo to v7.3.0 Mar 29, 2024
@renovate renovate bot force-pushed the renovate/redwood-monorepo branch from 03cb923 to 3f6687b Compare April 11, 2024 00:14
@renovate renovate bot changed the title fix(deps): update redwood monorepo to v7.3.0 fix(deps): update redwood monorepo to v7.3.1 Apr 11, 2024
@renovate renovate bot force-pushed the renovate/redwood-monorepo branch from 3f6687b to 858aa23 Compare April 11, 2024 22:44
@renovate renovate bot changed the title fix(deps): update redwood monorepo to v7.3.1 fix(deps): update redwood monorepo to v7.3.2 Apr 11, 2024
@renovate renovate bot force-pushed the renovate/redwood-monorepo branch from 858aa23 to 9a2e3b4 Compare April 12, 2024 22:55
@renovate renovate bot changed the title fix(deps): update redwood monorepo to v7.3.2 fix(deps): update redwood monorepo to v7.4.0 Apr 12, 2024
@renovate renovate bot force-pushed the renovate/redwood-monorepo branch from 9a2e3b4 to c16fc5d Compare April 13, 2024 19:29
@renovate renovate bot changed the title fix(deps): update redwood monorepo to v7.4.0 fix(deps): update redwood monorepo to v7.4.1 Apr 13, 2024
@renovate renovate bot force-pushed the renovate/redwood-monorepo branch from c16fc5d to b8a2009 Compare April 19, 2024 23:16
@renovate renovate bot changed the title fix(deps): update redwood monorepo to v7.4.1 fix(deps): update redwood monorepo to v7.4.2 Apr 19, 2024
@renovate renovate bot force-pushed the renovate/redwood-monorepo branch from b8a2009 to 7f8c835 Compare April 23, 2024 13:55
@renovate renovate bot changed the title fix(deps): update redwood monorepo to v7.4.2 fix(deps): update redwood monorepo to v7.4.3 Apr 23, 2024
@renovate renovate bot force-pushed the renovate/redwood-monorepo branch from 7f8c835 to bc30189 Compare May 8, 2024 17:03
@renovate renovate bot changed the title fix(deps): update redwood monorepo to v7.4.3 fix(deps): update redwood monorepo to v7.5.0 May 8, 2024
@renovate renovate bot force-pushed the renovate/redwood-monorepo branch from bc30189 to 95fb073 Compare May 15, 2024 21:17
@renovate renovate bot changed the title fix(deps): update redwood monorepo to v7.5.0 fix(deps): update redwood monorepo to v7.5.1 May 15, 2024
@renovate renovate bot force-pushed the renovate/redwood-monorepo branch from 95fb073 to c4ab7f3 Compare May 21, 2024 23:00
@renovate renovate bot changed the title fix(deps): update redwood monorepo to v7.5.1 fix(deps): update redwood monorepo to v7.6.0 May 21, 2024
@renovate renovate bot force-pushed the renovate/redwood-monorepo branch from c4ab7f3 to 84ccd58 Compare May 22, 2024 13:29
@renovate renovate bot changed the title fix(deps): update redwood monorepo to v7.6.0 fix(deps): update redwood monorepo to v7.6.1 May 22, 2024
@renovate renovate bot force-pushed the renovate/redwood-monorepo branch from 84ccd58 to fd4be8b Compare May 22, 2024 22:04
@renovate renovate bot changed the title fix(deps): update redwood monorepo to v7.6.1 fix(deps): update redwood monorepo to v7.6.2 May 22, 2024
@renovate renovate bot force-pushed the renovate/redwood-monorepo branch from fd4be8b to 09c4c78 Compare June 3, 2024 20:09
@renovate renovate bot changed the title fix(deps): update redwood monorepo to v7.6.2 fix(deps): update redwood monorepo to v7.6.3 Jun 3, 2024
@renovate renovate bot force-pushed the renovate/redwood-monorepo branch from 09c4c78 to c17b1de Compare June 17, 2024 16:22
@renovate renovate bot changed the title fix(deps): update redwood monorepo to v7.6.3 fix(deps): update redwood monorepo to v7.7.1 Jun 17, 2024
@renovate renovate bot force-pushed the renovate/redwood-monorepo branch from c17b1de to 2e4010a Compare June 28, 2024 16:25
@renovate renovate bot changed the title fix(deps): update redwood monorepo to v7.7.1 fix(deps): update redwood monorepo to v7.7.2 Jun 28, 2024
@renovate renovate bot force-pushed the renovate/redwood-monorepo branch from 2e4010a to d05b927 Compare July 11, 2024 01:19
@renovate renovate bot changed the title fix(deps): update redwood monorepo to v7.7.2 fix(deps): update redwood monorepo to v7.7.3 Jul 11, 2024
@renovate renovate bot force-pushed the renovate/redwood-monorepo branch from d05b927 to e039228 Compare August 9, 2024 22:52
@renovate renovate bot changed the title fix(deps): update redwood monorepo to v7.7.3 fix(deps): update redwood monorepo to v7.7.4 Aug 9, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants