Conversation
Bumps [react-router](https://github.com/remix-run/react-router/tree/HEAD/packages/react-router) to 6.30.3 and updates ancestor dependency [react-router-dom](https://github.com/remix-run/react-router/tree/HEAD/packages/react-router-dom). These dependencies need to be updated together. Updates `react-router` from 6.27.0 to 6.30.3 - [Release notes](https://github.com/remix-run/react-router/releases) - [Changelog](https://github.com/remix-run/react-router/blob/react-router@6.30.3/packages/react-router/CHANGELOG.md) - [Commits](https://github.com/remix-run/react-router/commits/react-router@6.30.3/packages/react-router) Updates `react-router-dom` from 6.27.0 to 6.30.3 - [Release notes](https://github.com/remix-run/react-router/releases) - [Changelog](https://github.com/remix-run/react-router/blob/main/CHANGELOG.md) - [Commits](https://github.com/remix-run/react-router/commits/react-router-dom@6.30.3/packages/react-router-dom) --- updated-dependencies: - dependency-name: react-router dependency-version: 6.30.3 dependency-type: indirect - dependency-name: react-router-dom dependency-version: 6.30.3 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
|
|
|
We could not run your PR Review. We noticed that you are part of an Org. We require everyone who is part of an Org to SignUp via GitHub so we can track your individual usage and maximize on your usage capacity. Enroll into CodeSherlock system by signing up via GitHub using the SignUp link. Also, please note — every user pays for their own usage. |
|
This repository is associated with RectiFlex whose free trial has ended. Subscribe at jazzberry.ai. |
Bump react-router and react-router-dom
🚨 Report Summary
For more details view the full report in OpenZeppelin Code Inspector |
Sequence DiagramThis diagram shows the interactions between components: sequenceDiagram
participant App as Application
participant RRD as react-router-dom<br/>(v6.26.2 → v6.30.3)
participant RR as react-router<br/>(v6.27.0 → v6.30.3)
participant Router as @remix-run/router<br/>(v1.20.0 → v1.23.2)
Note over App,Router: Dependency Update - No Code Changes
App->>RRD: imports routing components
activate RRD
RRD->>RR: depends on react-router
activate RR
RR->>Router: depends on @remix-run/router
activate Router
Note over Router: Core routing logic
Router-->>RR: provides routing primitives
deactivate Router
RR-->>RRD: provides React integration
deactivate RR
RRD-->>App: provides DOM-specific routing
deactivate RRD
Note over App,Router: All components maintain same API<br/>Only internal bug fixes/improvements
🔗 Cross-Repository Impact AnalysisEnable automatic detection of breaking changes across your dependent repositories. → Set up now Learn more about Cross-Repository AnalysisWhat It Does
How to Enable
Benefits
Note for WindsurfPlease change the default marketplace provider to the following in the windsurf settings:Marketplace Extension Gallery Service URL: https://marketplace.visualstudio.com/_apis/public/gallery Marketplace Gallery Item URL: https://marketplace.visualstudio.com/items Entelligence.ai can learn from your feedback. Simply add 👍 / 👎 emojis to teach it your preferences. More shortcuts belowEmoji Descriptions:
Interact with the Bot:
Also you can trigger various commands with the bot by doing The current supported commands are
More commands to be added soon. |
Bumps react-router to 6.30.3 and updates ancestor dependency react-router-dom. These dependencies need to be updated together.
Updates
react-routerfrom 6.27.0 to 6.30.3Release notes
Sourced from react-router's releases.
Changelog
Sourced from react-router's changelog.
... (truncated)
Commits
c662ca3chore: Update version for release (#14713)98ad691chore: Update version for release (pre-v6) (#14710)26b5d45chore: Update version for release (#14541)919f8a8chore: Update version for release (pre-v6) (#14540)69bf705Normalize double slashes in resolvePath (#14537)3f2400echore: Update version for release (#13647)25a264dchore: Update version for release (pre-v6) (#13638)b5705a0Remove matchRoutes optimization from render pass (#13623)785f6f6Prevent invalid warning for v7_relativeSplatPath (#13502)e4ba522chore: Update version for release (#13128)Maintainer changes
This version was pushed to npm by [GitHub Actions](https://www.npmjs.com/~GitHub Actions), a new releaser for react-router since your current version.
Updates
react-router-domfrom 6.27.0 to 6.30.3Release notes
Sourced from react-router-dom's releases.
Changelog
Sourced from react-router-dom's changelog.
... (truncated)
Commits
c662ca3chore: Update version for release (#14713)98ad691chore: Update version for release (pre-v6) (#14710)26b5d45chore: Update version for release (#14541)919f8a8chore: Update version for release (pre-v6) (#14540)3f2400echore: Update version for release (#13647)25a264dchore: Update version for release (pre-v6) (#13638)e4ba522chore: Update version for release (#13128)f0bc784chore: Update version for release (pre-v6) (#13111)d9ed824Fix up changelogscc8b8cechore: Update version for release (#12911)Maintainer changes
This version was pushed to npm by [GitHub Actions](https://www.npmjs.com/~GitHub Actions), a new releaser for react-router-dom since your current version.
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 rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot mergewill merge this PR after your CI passes on it@dependabot squash and mergewill squash and merge this PR after your CI passes on it@dependabot cancel mergewill cancel a previously requested merge and block automerging@dependabot reopenwill reopen this PR if it is closed@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore this major versionwill 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 versionwill 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 dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)You can disable automated security fix PRs for this repo from the Security Alerts page.
📦 This PR updates react-router-dom from version 6.26.2 to 6.30.3, bringing several bug fixes and minor improvements to the routing library. The update includes fixes for path resolution, route matching optimizations, and validation improvements.
🔍 Detailed Analysis
Key Changes
react-router-domfrom^6.26.2to^6.30.3in package.jsonreact-routerandreact-router-domare updated together to maintain compatibilityTechnical Implementation
flowchart TD A[react-router-dom 6.26.2] --> B[react-router-dom 6.30.3] B --> C[Bug Fixes] B --> D[Performance Improvements] B --> E[API Enhancements] C --> C1[Path Resolution Fixes] C --> C2[Route Matching Fixes] C --> C3[Warning Corrections] D --> D1[Optimized matchRoutes calls] D --> D2[Reduced redundant operations] E --> E1[fetcherKey parameter support] E --> E2[Enhanced patchRoutesOnNavigation]Impact
matchRoutescalls, though some were partially reverted due to side effectsfetcherKeyparameter topatchRoutesOnNavigationfor better lazy route discovery supportCreated with Palmier
Summary by cubic
Upgrade react-router and react-router-dom to 6.30.3 to pull in recent fixes and keep the routing stack current. Includes redirect validation, double-slash path normalization, and updates to @remix-run/router 1.23.2.
Written for commit 55cf519. Summary will update on new commits.