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 path-to-regexp and react-router-dom #4156

Merged
merged 5 commits into from
Sep 13, 2024

Commits on Sep 12, 2024

  1. Bump path-to-regexp and react-router-dom

    Removes [path-to-regexp](https://github.com/pillarjs/path-to-regexp). It's no longer used after updating 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.
    
    
    Removes `path-to-regexp`
    
    Updates `react-router-dom` from 5.3.4 to 6.26.2
    - [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: path-to-regexp
      dependency-type: indirect
    - dependency-name: react-router-dom
      dependency-type: direct:production
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    dependabot[bot] authored and daniele-mng committed Sep 12, 2024
    Configuration menu
    Copy the full SHA
    a983590 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ec0f668 View commit details
    Browse the repository at this point in the history

Commits on Sep 13, 2024

  1. fix: location.query

    daniele-mng committed Sep 13, 2024
    Configuration menu
    Copy the full SHA
    47e9047 View commit details
    Browse the repository at this point in the history
  2. Update usePageFilter.jsx

    daniele-mng committed Sep 13, 2024
    Configuration menu
    Copy the full SHA
    02bcad6 View commit details
    Browse the repository at this point in the history
  3. fix: /omp page

    daniele-mng committed Sep 13, 2024
    Configuration menu
    Copy the full SHA
    b935439 View commit details
    Browse the repository at this point in the history