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

Bump react-router and @types/react-router #6314

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Oct 4, 2022

Bumps react-router and @types/react-router. These dependencies needed to be updated together.
Updates react-router from 5.3.3 to 5.3.4

Release notes

Sourced from react-router's releases.

react-router-dom-v5-compat@6.4.0-pre.15

Patch Changes

  • Updated dependencies
    • react-router@6.4.0-pre.15
    • react-router-dom@6.4.0-pre.15

react-router-dom-v5-compat@6.4.0-pre.14

Patch Changes

  • Updated dependencies
    • react-router@6.4.0-pre.14
    • react-router-dom@6.4.0-pre.14

react-router-dom-v5-compat@6.4.0-pre.13

Patch Changes

  • Updated dependencies
    • react-router-dom@6.4.0-pre.13
    • react-router@6.4.0-pre.13

react-router-dom-v5-compat@6.4.0-pre.12

Patch Changes

  • Updated dependencies
    • react-router@6.4.0-pre.12
    • react-router-dom@6.4.0-pre.12

react-router-dom-v5-compat@6.4.0-pre.11

Patch Changes

  • Updated dependencies
    • react-router@6.4.0-pre.11
    • react-router-dom@6.4.0-pre.11

react-router-dom-v5-compat@6.4.0-pre.10

Patch Changes

  • Updated dependencies
    • react-router@6.4.0-pre.10
    • react-router-dom@6.4.0-pre.10

react-router-dom-v5-compat@6.4.0-pre.9

Patch Changes

  • Updated dependencies
    • react-router@6.4.0-pre.9
    • react-router-dom@6.4.0-pre.9

react-router-dom-v5-compat@6.4.0-pre.8

... (truncated)

Commits

Updates @types/react-router from 5.1.18 to 5.1.19

Commits

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

@dependabot dependabot bot requested a review from a team as a code owner October 4, 2022 01:07
@dependabot dependabot bot requested review from Nokel81 and jim-docker and removed request for a team October 4, 2022 01:07
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Oct 4, 2022
@dependabot dependabot bot requested a review from a team October 4, 2022 01:07
@Nokel81 Nokel81 force-pushed the dependabot/npm_and_yarn/react-router-and-types/react-router-5.3.4 branch 2 times, most recently from 3d91c77 to b155286 Compare October 5, 2022 12:11
@github-actions
Copy link
Contributor

github-actions bot commented Oct 5, 2022

This pull request has conflicts, please resolve those before we can evaluate the pull request.

@Nokel81 Nokel81 force-pushed the dependabot/npm_and_yarn/react-router-and-types/react-router-5.3.4 branch from b155286 to d8fd8b6 Compare October 5, 2022 17:44
@github-actions
Copy link
Contributor

github-actions bot commented Oct 5, 2022

Conflicts have been resolved. A maintainer will review the pull request shortly.

@Nokel81
Copy link
Collaborator

Nokel81 commented Oct 5, 2022

@dependabot rebase

@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Oct 5, 2022

Looks like this PR has been edited by someone other than Dependabot. That means Dependabot can't rebase it - sorry!

If you're happy for Dependabot to recreate it from scratch, overwriting any edits, you can request @dependabot recreate.

Bumps [react-router](https://github.com/remix-run/react-router/tree/HEAD/packages/react-router) and [@types/react-router](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/react-router). These dependencies needed to be updated together.

Updates `react-router` from 5.3.3 to 5.3.4
- [Release notes](https://github.com/remix-run/react-router/releases)
- [Changelog](https://github.com/remix-run/react-router/blob/main/packages/react-router/CHANGELOG.md)
- [Commits](https://github.com/remix-run/react-router/commits/v5.3.4/packages/react-router)

Updates `@types/react-router` from 5.1.18 to 5.1.19
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/react-router)

---
updated-dependencies:
- dependency-name: react-router
  dependency-type: direct:production
  update-type: version-update:semver-patch
- dependency-name: "@types/react-router"
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
@Nokel81 Nokel81 force-pushed the dependabot/npm_and_yarn/react-router-and-types/react-router-5.3.4 branch from d8fd8b6 to 713d9c1 Compare October 5, 2022 20:43
@Nokel81 Nokel81 added this to the 6.2.0 milestone Oct 6, 2022
@Nokel81 Nokel81 merged commit ea79c92 into master Oct 6, 2022
@Nokel81 Nokel81 deleted the dependabot/npm_and_yarn/react-router-and-types/react-router-5.3.4 branch October 6, 2022 11:57
@Nokel81 Nokel81 mentioned this pull request Nov 17, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant