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

[Snyk] Upgrade react-router from 6.4.3 to 6.15.0 #19

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

Conversation

DeFiTON
Copy link
Contributor

@DeFiTON DeFiTON commented Sep 4, 2023

This PR was automatically created by Snyk using the credentials of a real user.


Snyk has created this PR to upgrade react-router from 6.4.3 to 6.15.0.

ℹ️ Keep your dependencies up-to-date. This makes it easier to fix existing vulnerabilities and to more quickly identify and fix newly disclosed vulnerabilities when they affect your project.


  • The recommended version is 68 versions ahead of your current version.
  • The recommended version was released 25 days ago, on 2023-08-10.
Release notes
Package name: react-router
  • 6.15.0 - 2023-08-10

    [email protected]

  • 6.15.0-pre.0 - 2023-08-09

    [email protected]

  • 6.14.2 - 2023-07-17
  • 6.14.2-pre.1 - 2023-07-17
  • 6.14.2-pre.0 - 2023-07-11
  • 6.14.1 - 2023-06-30
  • 6.14.1-pre.1 - 2023-06-30
  • 6.14.1-pre.0 - 2023-06-29
  • 6.14.0 - 2023-06-23
  • 6.14.0-pre.1 - 2023-06-21
  • 6.14.0-pre.0 - 2023-06-21
  • 6.13.0 - 2023-06-14
  • 6.13.0-pre.1 - 2023-06-13
  • 6.12.2-pre.0 - 2023-06-12
  • 6.12.1 - 2023-06-08
  • 6.12.1-pre.0 - 2023-06-08
  • 6.12.0 - 2023-06-06
  • 6.12.0-pre.1 - 2023-06-01
  • 6.12.0-pre.0 - 2023-06-01
  • 6.11.2 - 2023-05-17
  • 6.11.2-pre.0 - 2023-05-16
  • 6.11.1 - 2023-05-03
  • 6.11.1-pre.0 - 2023-05-02
  • 6.11.0 - 2023-04-28
  • 6.11.0-pre.2 - 2023-04-27
  • 6.11.0-pre.1 - 2023-04-26
  • 6.11.0-pre.0 - 2023-04-26
  • 6.10.0 - 2023-03-29
  • 6.10.0-pre.2 - 2023-03-24
  • 6.10.0-pre.1 - 2023-03-22
  • 6.10.0-pre.0 - 2023-03-21
  • 6.9.0 - 2023-03-10
  • 6.9.0-pre.0 - 2023-03-08
  • 6.8.2 - 2023-02-27
  • 6.8.2-pre.3 - 2023-02-23
  • 6.8.2-pre.2 - 2023-02-22
  • 6.8.2-pre.1 - 2023-02-22
  • 6.8.2-pre.0 - 2023-02-21
  • 6.8.1 - 2023-02-06
  • 6.8.1-pre.0 - 2023-02-02
  • 6.8.0 - 2023-01-26
  • 6.8.0-pre.1 - 2023-01-24
  • 6.7.1-pre.0 - 2023-01-24
  • 6.7.0 - 2023-01-18
  • 6.7.0-pre.5 - 2023-01-18
  • 6.7.0-pre.4 - 2023-01-17
  • 6.7.0-pre.3 - 2023-01-13
  • 6.7.0-pre.2 - 2023-01-13
  • 6.7.0-pre.1 - 2023-01-11
  • 6.6.3-pre.0 - 2023-01-11
  • 6.6.2 - 2023-01-09
  • 6.6.2-pre.0 - 2023-01-04
  • 6.6.1 - 2022-12-23
  • 6.6.1-pre.1 - 2022-12-22
  • 6.6.1-pre.0 - 2022-12-22
  • 6.6.0 - 2022-12-21
  • 6.6.0-pre.0 - 2022-12-16
  • 6.5.0 - 2022-12-16
  • 6.5.0-pre.1 - 2022-12-14
  • 6.5.0-pre.0 - 2022-12-13
  • 6.4.5 - 2022-12-07
  • 6.4.5-pre.2 - 2022-12-06
  • 6.4.5-pre.1 - 2022-12-06
  • 6.4.5-pre.0 - 2022-12-05
  • 6.4.4 - 2022-11-30
  • 6.4.4-pre.2 - 2022-11-29
  • 6.4.4-pre.1 - 2022-11-28
  • 6.4.4-pre.0 - 2022-11-23
  • 6.4.3 - 2022-11-01
from react-router GitHub release notes
Commit messages
Package name: react-router
  • e79cb77 chore: Update version for release (#10776)
  • e8bbdae Exit prerelease mode
  • cd1e25a chore: Update version for release (pre) (#10771)
  • b98fdff Enter prerelease mode
  • d6d0e5b Merge branch 'main' into release-next
  • c863ab9 chore: update dependencies (#10590)
  • 39ab0a8 Fix docs on useNavigate relative
  • fb70fed Do not include hash in useFormAction() for unspecified actions (#10758)
  • 46806a4 Add support to force reload on redirect with `X-Remix-Reload-Document` header (#10705)
  • b23d7b5 Fix docs on NavLink w.r.t. links to the root route and the end prop (#10757)
  • 2ab24cc Add defensiveless for malformed hash urls without a leading slash (#10753)
  • a0d6c4f Update docs for useNavigate() (#10749)
  • 868e515 docs(examples/auth-router-provider): fix typo (#10730)
  • 8127378 chore: sort contributors list
  • 1d59f84 Update use-submit.md, a small link fix in the docs (#10727)
  • 028129c docs(routers/create-browser-router): fix docs-info links (#10726)
  • 4a08119 Update DEVELOPMENT.md
  • 4bdd6b4 Add setTimeout back to unstable_usePrompt (#10718)
  • 9749566 chore: format
  • fad3bc0 examples: add `modal-route-with-outlet` example (#10222)
  • 78ef4ef Stabilize useRevalidator (#10707)
  • 94f0428 Update
  • 480955d Add unit tests and changeset
  • e404d4a Signed CLA by adding daniilguit to contributors.yml

Compare


Note: You are seeing this because you or someone else with access to this repository has authorized Snyk to open upgrade PRs.

For more information:

🧐 View latest project report

🛠 Adjust upgrade PR settings

🔕 Ignore this dependency or unsubscribe from future upgrade PRs

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.

2 participants