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] Security upgrade react-router-dom from 5.3.4 to 6.0.0 #5207

Open
wants to merge 17 commits into
base: master
Choose a base branch
from

Commits on Sep 11, 2024

  1. fix: web/package.json & web/yarn.lock to reduce vulnerabilities

    The following vulnerabilities are fixed with an upgrade:
    - https://snyk.io/vuln/SNYK-JS-PATHTOREGEXP-7925106
    
    Signed-off-by: Shinnosuke Sawada-Dazai <[email protected]>
    snyk-bot authored and Warashi committed Sep 11, 2024
    Configuration menu
    Copy the full SHA
    a51e8ae View commit details
    Browse the repository at this point in the history

Commits on Sep 19, 2024

  1. Use Routes instead of Switch

    Signed-off-by: Shinnosuke Sawada-Dazai <[email protected]>
    Warashi committed Sep 19, 2024
    Configuration menu
    Copy the full SHA
    c315aa3 View commit details
    Browse the repository at this point in the history
  2. Remove exact from Route

    Signed-off-by: Shinnosuke Sawada-Dazai <[email protected]>
    Warashi committed Sep 19, 2024
    Configuration menu
    Copy the full SHA
    0f7a933 View commit details
    Browse the repository at this point in the history
  3. Use useNavigate instead of useHistory

    Signed-off-by: Shinnosuke Sawada-Dazai <[email protected]>
    Warashi committed Sep 19, 2024
    Configuration menu
    Copy the full SHA
    a67f8e4 View commit details
    Browse the repository at this point in the history
  4. Wrap Route with Routes

    Signed-off-by: Shinnosuke Sawada-Dazai <[email protected]>
    Warashi committed Sep 19, 2024
    Configuration menu
    Copy the full SHA
    c75b13e View commit details
    Browse the repository at this point in the history
  5. Use Navigate instead of Redirect

    Signed-off-by: Shinnosuke Sawada-Dazai <[email protected]>
    Warashi committed Sep 19, 2024
    Configuration menu
    Copy the full SHA
    8ce3f34 View commit details
    Browse the repository at this point in the history
  6. Remove unused imports

    Signed-off-by: Shinnosuke Sawada-Dazai <[email protected]>
    Warashi committed Sep 19, 2024
    Configuration menu
    Copy the full SHA
    5d09d68 View commit details
    Browse the repository at this point in the history
  7. Fix the nullish

    Signed-off-by: Shinnosuke Sawada-Dazai <[email protected]>
    Warashi committed Sep 19, 2024
    Configuration menu
    Copy the full SHA
    4391839 View commit details
    Browse the repository at this point in the history
  8. Fix the prop name

    Signed-off-by: Shinnosuke Sawada-Dazai <[email protected]>
    Warashi committed Sep 19, 2024
    Configuration menu
    Copy the full SHA
    5eb90c8 View commit details
    Browse the repository at this point in the history
  9. Fix ApplicationDetailPage test

    Signed-off-by: Shinnosuke Sawada-Dazai <[email protected]>
    Warashi committed Sep 19, 2024
    Configuration menu
    Copy the full SHA
    e9e26f8 View commit details
    Browse the repository at this point in the history
  10. Fix the DeploymentsDetailPage test

    Signed-off-by: Shinnosuke Sawada-Dazai <[email protected]>
    Warashi committed Sep 19, 2024
    Configuration menu
    Copy the full SHA
    89882b5 View commit details
    Browse the repository at this point in the history
  11. Use BrowserRouter instead of Router

    Signed-off-by: Shinnosuke Sawada-Dazai <[email protected]>
    Warashi committed Sep 19, 2024
    Configuration menu
    Copy the full SHA
    95b16ee View commit details
    Browse the repository at this point in the history
  12. Fix the props from component to element

    Signed-off-by: Shinnosuke Sawada-Dazai <[email protected]>
    Warashi committed Sep 19, 2024
    Configuration menu
    Copy the full SHA
    15cfc8d View commit details
    Browse the repository at this point in the history
  13. Fix the settings-page className

    Signed-off-by: Shinnosuke Sawada-Dazai <[email protected]>
    Warashi committed Sep 19, 2024
    Configuration menu
    Copy the full SHA
    8d291d0 View commit details
    Browse the repository at this point in the history
  14. Fix Links

    Signed-off-by: Shinnosuke Sawada-Dazai <[email protected]>
    Warashi committed Sep 19, 2024
    Configuration menu
    Copy the full SHA
    2da57f0 View commit details
    Browse the repository at this point in the history

Commits on Sep 24, 2024

  1. Fix not auto redirect

    Signed-off-by: khanhtc1202 <[email protected]>
    khanhtc1202 committed Sep 24, 2024
    Configuration menu
    Copy the full SHA
    0d64693 View commit details
    Browse the repository at this point in the history
  2. Fix lint

    Signed-off-by: khanhtc1202 <[email protected]>
    khanhtc1202 committed Sep 24, 2024
    Configuration menu
    Copy the full SHA
    ec1a9a6 View commit details
    Browse the repository at this point in the history