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

chore(deps): bump react-router-dom from 6.20.1 to 7.1.1 in /demos/jans-tarp #10501

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

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Dec 24, 2024

Bumps react-router-dom from 6.20.1 to 7.1.1.

Release notes

Sourced from react-router-dom's releases.

[email protected]

Patch Changes

[email protected]

Patch Changes

[email protected]

Patch Changes

[email protected]

Patch Changes

[email protected]

Patch Changes

[email protected]

Patch Changes

[email protected]

Patch Changes

[email protected]

... (truncated)

Changelog

Sourced from react-router-dom's changelog.

7.1.1

Patch Changes

7.1.0

Patch Changes

7.0.2

Patch Changes

7.0.1

Patch Changes

7.0.0

Major Changes

  • Remove the original defer implementation in favor of using raw promises via single fetch and turbo-stream. This removes these exports from React Router: (#11744)

    • defer
    • AbortedDeferredError
    • type TypedDeferredData
    • UNSAFE_DeferredData
    • UNSAFE_DEFERRED_SYMBOL,
  • Use createRemixRouter/RouterProvider in entry.client instead of RemixBrowser (#11469)

  • Remove single_fetch future flag. (#11522)

  • Remove future.v7_startTransition flag (#11696)

  • Remove future.v7_normalizeFormMethod future flag (#11697)

  • Allow returning undefined from actions and loaders (#11680)

... (truncated)

Commits

Dependabot compatibility score

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 show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @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 duttarnab as a code owner December 24, 2024 10:30
@dependabot dependabot bot added javascript Pull requests that update Javascript code kind-dependencies Pull requests that update a dependency file labels Dec 24, 2024
@dependabot dependabot bot requested review from devrimyatar and iromli December 24, 2024 10:31
Copy link

dryrunsecurity bot commented Dec 24, 2024

DryRun Security Summary

The code change updates the react-router-dom dependency from version 6.20 to 7.1 in the package.json file, which is a routine update that requires thorough testing to ensure no unintended issues arise.

Expand for full summary

Summary:

The provided code change is updating the version of the react-router-dom dependency from 6.20 to 7.1 in the package.json file of the jans-tarp project. From an application security perspective, this update is generally not a concern, as updating dependencies to their latest versions is a common practice to ensure the application benefits from the latest features, bug fixes, and security improvements.

However, it's always important to thoroughly test the application after any dependency update to ensure that the changes do not introduce any unintended issues or vulnerabilities. When updating dependencies, it's a good practice to review the release notes and change logs of the new version to understand the changes and any potential security implications. In this case, the react-router-dom library is a popular routing library for React applications, and the update from version 6.20 to 7.1 is likely to include bug fixes and improvements, but no major security concerns are immediately apparent.

Files Changed:

  • demos/jans-tarp/package.json: The code change updates the version of the react-router-dom dependency from 6.20 to 7.1. This is a routine dependency update, and there are no obvious security concerns. However, it's important to thoroughly test the application after the update to ensure that the changes do not introduce any unintended issues or vulnerabilities.

Code Analysis

We ran 9 analyzers against 1 file and 1 analyzer had findings. 8 analyzers had no findings.

Analyzer Findings
Sensitive Files Analyzer 1 finding

View PR in the DryRun Dashboard.

@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/demos/jans-tarp/react-router-dom-7.1.1 branch from 6e102c3 to 7ce2b9e Compare December 24, 2024 14:31
@moabu moabu force-pushed the dependabot/npm_and_yarn/demos/jans-tarp/react-router-dom-7.1.1 branch from 7ce2b9e to dabf4e4 Compare December 26, 2024 19:25
@moabu moabu force-pushed the main branch 2 times, most recently from 5126af2 to aa1b2ed Compare December 27, 2024 04:55
@moabu moabu force-pushed the dependabot/npm_and_yarn/demos/jans-tarp/react-router-dom-7.1.1 branch from dabf4e4 to 8ba0389 Compare December 27, 2024 04:55
Bumps [react-router-dom](https://github.com/remix-run/react-router/tree/HEAD/packages/react-router-dom) from 6.20.1 to 7.1.1.
- [Release notes](https://github.com/remix-run/react-router/releases)
- [Changelog](https://github.com/remix-run/react-router/blob/main/packages/react-router-dom/CHANGELOG.md)
- [Commits](https://github.com/remix-run/react-router/commits/[email protected]/packages/react-router-dom)

---
updated-dependencies:
- dependency-name: react-router-dom
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/demos/jans-tarp/react-router-dom-7.1.1 branch from 8ba0389 to 7c9577b Compare December 27, 2024 11:07
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
javascript Pull requests that update Javascript code kind-dependencies Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants