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

Update redwood monorepo to v4.5.0 #28

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

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented May 12, 2022

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@redwoodjs/api (source) 4.0.0-canary.230 -> 4.5.0 age adoption passing confidence
@redwoodjs/auth (source) 4.0.0-canary.230 -> 4.5.0 age adoption passing confidence
@redwoodjs/core (source) 4.0.0-canary.230 -> 4.5.0 age adoption passing confidence
@redwoodjs/forms (source) 4.0.0-canary.230 -> 4.5.0 age adoption passing confidence
@redwoodjs/graphql-server (source) 4.0.0-canary.230 -> 4.5.0 age adoption passing confidence
@redwoodjs/router (source) 4.0.0-canary.230 -> 4.5.0 age adoption passing confidence
@redwoodjs/web (source) 4.0.0-canary.230 -> 4.5.0 age adoption passing confidence

Release Notes

redwoodjs/redwood (@​redwoodjs/api)

v4.5.0

Compare Source

v4.4.3

Compare Source

v4.4.2

Compare Source

v4.4.1

Compare Source

v4.4.0

Compare Source

v4.3.1

Compare Source

v4.3.0

Compare Source

v4.2.2

Compare Source

v4.2.1

Compare Source

v4.2.0

Compare Source

v4.1.4

Compare Source

v4.1.3

Compare Source

v4.1.2

Compare Source

v4.1.1

Compare Source

v4.1.0

Compare Source

v4.0.1

Compare Source

v4.0.0

Compare Source

v4.0.0-rc.651

Compare Source

v4.0.0-rc.644

Compare Source

v4.0.0-rc.642

Compare Source

v4.0.0-rc.640

Compare Source

v4.0.0-rc.623

Compare Source

v4.0.0-rc.618

Compare Source

v4.0.0-rc.611

Compare Source

v4.0.0-rc.599

Compare Source

v4.0.0-rc.568

Compare Source

v4.0.0-rc.532

Compare Source

v4.0.0-rc.515

Compare Source

v4.0.0-rc.507

Compare Source

v4.0.0-rc.455

Compare Source

v4.0.0-rc.437

Compare Source

Check out the upgrade guide on the forums: https://community.redwoodjs.com/t/redwood-v4-0-0-rc-is-now-available/4412.

Changelog

Breaking

Decoupled auth

Note

It may seem like there are a lot of breaking changes, but there's not—the work was just done in many PRs. Most of them are very small fixes. To get a real sense of the breaking changes, see the upgrade guide. But this is more or less every PR that went into the decoupling auth project, ordered by when it was merged.

Node.js 16 and 18
NavLink
  • NavLink not highlighting when on sub pages #​6939 by @​razzeee

    The <NavLink> component takes a new prop, matchSubPaths, that makes it apply the class in the activeClassName prop to matching sub-paths:

    <NavLink activeClassName="activeTest" matchSubPaths to="/users">
      Users
    </NavLink>

    For example, if you have a NavLink to /users and set matchSubPaths, if the user navigates to /users/2, the activeClassName still applies. The useMatch hook takes the same parameter.

    The breaking part: the matchPath function, which is what this component uses under the hood, is no longer exported from @redwoodjs/router. If you’re using it, we recommend you use the useMatch hook instead. If useMatch doesn’t cover what you were using matchPath for, please let us know.

Docs

Dependencies

Click to see all upgraded dependencies
  • fix(deps): update dependency webpack-cli to v5 #​7058
  • chore(deps): update dependency @​types/uuid to v9 #​7089
  • chore(deps): update dependency supertokens-node to v12.1.3 #​7105
  • chore(deps): update dependency @​azure/msal-browser to v2.32.1 #​7142
  • chore(deps): update dependency supertokens-auth-react to v0.28.1 #​7158
  • chore(deps): update dependency jsonwebtoken to v9 [security] #​7247

v4.0.0-rc.431

Compare Source

v4.0.0-rc.429

Compare Source

v4.0.0-rc.428

Compare Source

v4.0.0-canary.500

Compare Source

v4.0.0-canary.499

Compare Source

v4.0.0-canary.497

Compare Source

v4.0.0-canary.489

Compare Source

v4.0.0-canary.488

Compare Source

v4.0.0-canary.485

Compare Source

v4.0.0-canary.479

Compare Source

v4.0.0-canary.475

Compare Source

v4.0.0-canary.473

Compare Source

v4.0.0-canary.472

Compare Source

v4.0.0-canary.471

Compare Source

v4.0.0-canary.470

Compare Source

v4.0.0-canary.469

Compare Source

v4.0.0-canary.468

Compare Source

v4.0.0-canary.459

Compare Source

v4.0.0-canary.458

Compare Source

v4.0.0-canary.457

Compare Source

v4.0.0-canary.456

Compare Source

v4.0.0-canary.454

Compare Source

v4.0.0-canary.453

Compare Source

v4.0.0-canary.451

Compare Source

v4.0.0-canary.450

Compare Source

v4.0.0-canary.449

Compare Source

v4.0.0-canary.448

Compare Source

v4.0.0-canary.447

Compare Source

v4.0.0-canary.446

Compare Source

v4.0.0-canary.445

Compare Source

v4.0.0-canary.444

Compare Source

v4.0.0-canary.442

Compare Source

v4.0.0-canary.441

Compare Source

v4.0.0-canary.440

Compare Source

v4.0.0-canary.439

Compare Source

v4.0.0-canary.438

Compare Source

v4.0.0-canary.434

Compare Source

v4.0.0-canary.433

Compare Source

v4.0.0-canary.432

Compare Source

v4.0.0-canary.431

Compare Source

v4.0.0-canary.430

Compare Source

v4.0.0-canary.428

Compare Source

v4.0.0-canary.427

Compare Source

v4.0.0-canary.426

Compare Source

v4.0.0-canary.425

Compare Source

v4.0.0-canary.423

Compare Source

v4.0.0-canary.422

Compare Source

v4.0.0-canary.421

Compare Source

v4.0.0-canary.420

Compare Source

v4.0.0-canary.418

Compare Source

v4.0.0-canary.417

Compare Source

v4.0.0-canary.415

Compare Source

v4.0.0-canary.414

Compare Source

v4.0.0-canary.413

Compare Source

v4.0.0-canary.411

Compare Source

v4.0.0-canary.410

Compare Source

v4.0.0-canary.409

Compare Source

v4.0.0-canary.407

Compare Source

v4.0.0-canary.406

Compare Source

v4.0.0-canary.405

Compare Source

v4.0.0-canary.404

Compare Source

v4.0.0-canary.403

Compare Source

v4.0.0-canary.402

Compare Source

v4.0.0-canary.401

Compare Source

v4.0.0-canary.400

Compare Source

v4.0.0-canary.399

Compare Source

v4.0.0-canary.398

Compare Source

v4.0.0-canary.397

Compare Source

v4.0.0-canary.396

Compare Source

v4.0.0-canary.393

Compare Source

v4.0.0-canary.392

Compare Source

v4.0.0-canary.391

Compare Source

v4.0.0-canary.390

Compare Source

v4.0.0-canary.389

Compare Source

v4.0.0-canary.388

Compare Source

v4.0.0-canary.387

Compare Source

v4.0.0-canary.386

Compare Source

v4.0.0-canary.385

Compare Source

v4.0.0-canary.384

Compare Source

v4.0.0-canary.383

Compare Source

v4.0.0-canary.382

Compare Source

v4.0.0-canary.381

Compare Source

v4.0.0-canary.380

Compare Source

v4.0.0-canary.379

Compare Source

v4.0.0-canary.378

Compare Source

v4.0.0-canary.377

Compare Source

v4.0.0-canary.376

Compare Source

v4.0.0-canary.375

Compare Source

v4.0.0-canary.374

Compare Source

v4.0.0-canary.373

Compare Source

v4.0.0-canary.372

Compare Source

v4.0.0-canary.371

Compare Source

v4.0.0-canary.370

Compare Source

v4.0.0-canary.369

Compare Source

v4.0.0-canary.368

Compare Source

v4.0.0-canary.367

Compare Source

v4.0.0-canary.366

Compare Source

v4.0.0-canary.365

Compare Source

v4.0.0-canary.364

Compare Source

v4.0.0-canary.361

Compare Source

v4.0.0-canary.360

Compare Source

v4.0.0-canary.359

Compare Source

v4.0.0-canary.358

[Compare Source](https://togithub.com/redwoodjs/redwood/compare/58a18fd08


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 has been generated by Mend Renovate. View repository job log here.

@renovate renovate bot force-pushed the renovate/redwood-monorepo branch from 4af5142 to ba50508 Compare May 13, 2022 11:43
@renovate renovate bot changed the title Update redwood monorepo to v1.3.3 Update redwood monorepo to v1.4.0 May 13, 2022
@renovate renovate bot force-pushed the renovate/redwood-monorepo branch 2 times, most recently from ca740ce to 5b37431 Compare May 17, 2022 14:58
@renovate renovate bot changed the title Update redwood monorepo to v1.4.0 Update redwood monorepo to v1.4.1 May 17, 2022
@renovate renovate bot force-pushed the renovate/redwood-monorepo branch from 5b37431 to 4ed46ca Compare May 20, 2022 05:18
@renovate renovate bot changed the title Update redwood monorepo to v1.4.1 Update redwood monorepo to v1.4.2 May 20, 2022
@renovate renovate bot force-pushed the renovate/redwood-monorepo branch from 4ed46ca to 2432514 Compare May 22, 2022 04:48
@renovate renovate bot changed the title Update redwood monorepo to v1.4.2 Update redwood monorepo to v1.4.3 May 22, 2022
@renovate renovate bot force-pushed the renovate/redwood-monorepo branch from 2432514 to 0238a04 Compare May 24, 2022 21:27
@renovate renovate bot changed the title Update redwood monorepo to v1.4.3 Update redwood monorepo to v1.5.0 May 24, 2022
@renovate renovate bot force-pushed the renovate/redwood-monorepo branch from 0238a04 to 1d26d74 Compare May 26, 2022 02:00
@renovate renovate bot changed the title Update redwood monorepo to v1.5.0 Update redwood monorepo to v1.5.1 May 26, 2022
@renovate renovate bot force-pushed the renovate/redwood-monorepo branch from 1d26d74 to 348b792 Compare June 13, 2022 17:09
@renovate renovate bot changed the title Update redwood monorepo to v1.5.1 Update redwood monorepo to v1.5.2 Jun 13, 2022
@renovate renovate bot force-pushed the renovate/redwood-monorepo branch from 7520936 to 87d27c0 Compare November 16, 2022 21:08
@renovate renovate bot changed the title Update redwood monorepo to v1.5.2 Update redwood monorepo to v4.0.0-canary.231 Nov 16, 2022
@renovate renovate bot force-pushed the renovate/redwood-monorepo branch from 87d27c0 to d7e826d Compare November 17, 2022 00:31
@renovate renovate bot changed the title Update redwood monorepo to v4.0.0-canary.231 Update redwood monorepo to v4.0.0-canary.232 Nov 17, 2022
@renovate renovate bot force-pushed the renovate/redwood-monorepo branch from d7e826d to 492bc64 Compare November 17, 2022 21:46
@renovate renovate bot changed the title Update redwood monorepo to v4.0.0-canary.232 Update redwood monorepo to v4.0.0-canary.233 Nov 17, 2022
@renovate renovate bot force-pushed the renovate/redwood-monorepo branch from 492bc64 to 716f37f Compare November 19, 2022 03:12
@renovate renovate bot changed the title Update redwood monorepo to v4.0.0-canary.233 Update redwood monorepo to v4.0.0-canary.234 Nov 19, 2022
@renovate renovate bot force-pushed the renovate/redwood-monorepo branch from 716f37f to d28f53b Compare November 20, 2022 01:49
@renovate renovate bot changed the title Update redwood monorepo to v4.0.0-canary.234 Update redwood monorepo to v4.0.0-canary.235 Nov 20, 2022
@renovate renovate bot force-pushed the renovate/redwood-monorepo branch from d28f53b to 9cd3697 Compare November 21, 2022 19:48
@renovate renovate bot changed the title Update redwood monorepo to v4.0.0-canary.235 Update redwood monorepo to v4.0.0-canary.239 Nov 21, 2022
@renovate renovate bot force-pushed the renovate/redwood-monorepo branch from 9cd3697 to 707d053 Compare November 21, 2022 23:07
@renovate renovate bot changed the title Update redwood monorepo to v4.0.0-canary.239 Update redwood monorepo to v4.0.0-canary.240 Nov 21, 2022
@renovate renovate bot changed the title Update redwood monorepo to v4.0.0-canary.418 Update redwood monorepo to v4.0.0-canary.420 Dec 22, 2022
@renovate renovate bot force-pushed the renovate/redwood-monorepo branch from d12a5bd to 7ab313f Compare December 22, 2022 07:34
@renovate renovate bot changed the title Update redwood monorepo to v4.0.0-canary.420 Update redwood monorepo to v4.0.0-canary.421 Dec 22, 2022
@renovate renovate bot force-pushed the renovate/redwood-monorepo branch from 7ab313f to dfe227c Compare December 22, 2022 19:46
@renovate renovate bot changed the title Update redwood monorepo to v4.0.0-canary.421 Update redwood monorepo to v4.0.0-canary.422 Dec 22, 2022
@renovate renovate bot force-pushed the renovate/redwood-monorepo branch from dfe227c to 249187f Compare December 22, 2022 22:26
@renovate renovate bot changed the title Update redwood monorepo to v4.0.0-canary.422 Update redwood monorepo to v4.0.0-canary.425 Dec 22, 2022
@renovate renovate bot force-pushed the renovate/redwood-monorepo branch from 249187f to 69713c2 Compare December 23, 2022 01:26
@renovate renovate bot changed the title Update redwood monorepo to v4.0.0-canary.425 Update redwood monorepo to v4.0.0-canary.427 Dec 23, 2022
@renovate renovate bot force-pushed the renovate/redwood-monorepo branch from 69713c2 to 6da590d Compare December 23, 2022 04:06
@renovate renovate bot changed the title Update redwood monorepo to v4.0.0-canary.427 Update redwood monorepo to v4.0.0-rc.429 Dec 23, 2022
@renovate renovate bot force-pushed the renovate/redwood-monorepo branch from 6da590d to a65eecf Compare December 23, 2022 06:08
@renovate renovate bot changed the title Update redwood monorepo to v4.0.0-rc.429 Update redwood monorepo Dec 23, 2022
@renovate renovate bot force-pushed the renovate/redwood-monorepo branch from a65eecf to 7d167ce Compare December 23, 2022 22:03
@renovate renovate bot changed the title Update redwood monorepo Update redwood monorepo to v4.0.0-rc.437 Dec 23, 2022
@renovate renovate bot force-pushed the renovate/redwood-monorepo branch from 7d167ce to e4469b2 Compare January 16, 2023 20:11
@renovate renovate bot changed the title Update redwood monorepo to v4.0.0-rc.437 Update redwood monorepo to v4.0.0-rc.507 Jan 16, 2023
@renovate renovate bot force-pushed the renovate/redwood-monorepo branch from e4469b2 to 925af70 Compare January 17, 2023 21:54
@renovate renovate bot changed the title Update redwood monorepo to v4.0.0-rc.507 Update redwood monorepo to v4.0.0-rc.515 Jan 17, 2023
@renovate renovate bot force-pushed the renovate/redwood-monorepo branch from 925af70 to 8d19f16 Compare March 12, 2023 05:14
@renovate renovate bot changed the title Update redwood monorepo to v4.0.0-rc.515 Update redwood monorepo to v4.3.1 Mar 12, 2023
@renovate renovate bot force-pushed the renovate/redwood-monorepo branch from 8d19f16 to ea96c09 Compare March 24, 2023 18:32
@renovate renovate bot changed the title Update redwood monorepo to v4.3.1 Update redwood monorepo to v4.4.1 Mar 24, 2023
@renovate renovate bot force-pushed the renovate/redwood-monorepo branch from ea96c09 to 3c0cd48 Compare March 25, 2023 01:19
@renovate renovate bot changed the title Update redwood monorepo to v4.4.1 Update redwood monorepo to v4.4.2 Mar 25, 2023
@renovate renovate bot force-pushed the renovate/redwood-monorepo branch from 3c0cd48 to 862a915 Compare April 3, 2023 08:49
@renovate renovate bot changed the title Update redwood monorepo to v4.4.2 Update redwood monorepo to v4.4.3 Apr 3, 2023
@renovate renovate bot force-pushed the renovate/redwood-monorepo branch from 862a915 to 3d19479 Compare April 17, 2023 10:03
@renovate renovate bot changed the title Update redwood monorepo to v4.4.3 Update redwood monorepo to v4.5.0 Apr 17, 2023
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.

None yet

0 participants