Skip to content

[Snyk] Upgrade @tanstack/react-router from 1.15.19 to 1.45.14#24

Open
yahelcohen01 wants to merge 1 commit intomainfrom
snyk-upgrade-cfd7b8c2a24169fede54840b3c0783da
Open

[Snyk] Upgrade @tanstack/react-router from 1.15.19 to 1.45.14#24
yahelcohen01 wants to merge 1 commit intomainfrom
snyk-upgrade-cfd7b8c2a24169fede54840b3c0783da

Conversation

@yahelcohen01
Copy link
Copy Markdown
Owner

snyk-top-banner

Snyk has created this PR to upgrade @tanstack/react-router from 1.15.19 to 1.45.14.

ℹ️ 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 182 versions ahead of your current version.

  • The recommended version was released on 22 days ago.

Release notes
Package name: @tanstack/react-router
  • 1.45.14 - 2024-07-29

    Version 1.45.14 - 7/29/24, 9:31 PM

    Changes

    Fix

    • react-router: memoize Match, MatchInner as well as route components to prevent unnecessary re-renders (#2056) (06c3a69) by Manuel Schiller

    Packages

    • @ tanstack/react-router@1.45.14
    • @ tanstack/react-router-with-query@1.45.14
    • @ tanstack/router-devtools@1.45.14
    • @ tanstack/start@1.45.14
  • 1.45.13 - 2024-07-29

    Version 1.45.13 - 7/29/24, 8:19 PM

    Changes

    Fix

    • react-router: correct typing of useLoaderData (#2055) (49f413e) by Manuel Schiller

    Chore

    • deps: update all non-major dependencies (#2051) (a1438ee) by renovate[bot]
    • deps: update all non-major dependencies (#2047) (18d2efc) by renovate[bot]
    • react-router: cleanup unused imports (#2041) (3b9976d) by Sean Cassiere

    Test

    • examples: validation of layout route functionality by running e2e testing on the basic examples (#2042) (3f6ffa5) by Sean Cassiere
    • react-router: move the SSR redirect tests to the correct test file (#2039) (98d95d6) by Sean Cassiere

    Docs

    • cleanup the Reference API page having the hooks being suffixed with (.md) (#2038) (03b0599) by Sean Cassiere

    Packages

    • @ tanstack/react-router@1.45.13
    • @ tanstack/react-router-with-query@1.45.13
    • @ tanstack/router-devtools@1.45.13
    • @ tanstack/router-cli@1.45.13
    • @ tanstack/router-plugin@1.45.13
    • @ tanstack/router-vite-plugin@1.45.13
    • @ tanstack/start@1.45.13
    • @ tanstack/start-vite-plugin@1.45.13
  • 1.45.11 - 2024-07-26

    Version 1.45.11 - 7/26/24, 3:54 AM

    Changes

    Fix

    • react-router: retain path parameters that are falsy but still valid (#2027) (6981a3a) by Sean Cassiere

    Docs

    • Warn against DOM-rendering elements in Wrap and InnerWrap (#2017) (02f934c) by Tom Ballinger

    Tests

    • consolidate duplicate tests (#2022) (f7c74bc) by Manuel Schiller

    Packages

    • @ tanstack/react-router@1.45.11
    • @ tanstack/router-devtools@1.45.11
    • @ tanstack/start@1.45.11
  • 1.45.10 - 2024-07-24

    Version 1.45.10 - 7/24/24, 9:34 PM

    Changes

    Fix

    • correctly resolve paths when basepath is set (#2021) (dadc0eb) by Manuel Schiller

    Packages

    • @ tanstack/react-router@1.45.10
    • @ tanstack/router-devtools@1.45.10
    • @ tanstack/start@1.45.10
  • 1.45.9 - 2024-07-24

    Version 1.45.9 - 7/24/24, 9:02 PM

    Changes

    Fix

    • correct typing for Route.useNavigate (#1940) (b212862) by Manuel Schiller

    Chore

    • prettier and the start-basic example to ignore the "test-results" folder (#2013) (eece47d) by Sean Cassiere

    Ci

    • enable renovate automerge, pin actions (#2012) (086af99) by Lachlan Collins

    Docs

    • add more installation details to getting started with TanStack Start guide (#2016) (789c466) by Tom Ballinger
    • typos in the "data loading" and "deferred data loading" guides (#2015) (2c5452e) by @ bqrkhn

    Packages

    • @ tanstack/react-router@1.45.9
    • @ tanstack/router-devtools@1.45.9
    • @ tanstack/start@1.45.9
  • 1.45.8 - 2024-07-23

    Version 1.45.8 - 7/23/24, 12:48 AM

    Changes

    Fix

    • start: expose "vercel" and "netlify" as target deployment presets (#2002) (63018c2) by Sean Cassiere

    Chore

    • deps: update all non-major dependencies (#2004) (a8d50ac) by renovate[bot]

    Docs

    • typo in an import statement within the code-splitting guide (#2005) (7087c4b) by dli9431

    Packages

    • @ tanstack/react-router@1.45.8
    • @ tanstack/router-cli@1.45.8
    • @ tanstack/router-plugin@1.45.8
    • @ tanstack/router-vite-plugin@1.45.8
    • @ tanstack/start@1.45.8
    • @ tanstack/start-vite-plugin@1.45.8
    • @ tanstack/router-devtools@1.45.8
  • 1.45.7 - 2024-07-21

    Version 1.45.7 - 7/21/24, 8:44 PM

    Changes

    Fix

    • router-generator: parse the experimental flags at the generator (#2001) (ac439bd) by Sean Cassiere

    Ci

    • Add autofix.yml (#1991) (d35a6cd) by Lachlan Collins
    • use distributed Nx agents for e2e tests (#1987) (c5e6ae3) by Sean Cassiere

    Docs

    • native markdown relative hyperlinks (#1998) (b5eabe1) by Sean Cassiere
    • remove component as a supported throw area for the notFound utility (#1997) (7c0133b) by Sean Cassiere

    Test

    • examples: add e2e testing to ensure the basic examples work across releases (#1990) (66c9dcd) by Sean Cassiere
    • react-router: cleanup the todo in routeContext.test.tsx (#1989) (e3450eb) by Sean Cassiere
    • react-router: correct usage of act and waitFor (#1986) (b109ce5) by Sean Cassiere
    • react-router: correct use act in routeContext.test.tsx (#1985) (7ad94a5) by Sean Cassiere
    • react-router: active state for <Link> is correct when a search parameter value is set to undefined (#1969) (99a0820) by Sean Cassiere

    Packages

    • @ tanstack/react-router@1.45.7
    • @ tanstack/router-generator@1.45.7
    • @ tanstack/router-cli@1.45.7
    • @ tanstack/router-plugin@1.45.7
    • @ tanstack/start@1.45.7
    • @ tanstack/router-devtools@1.45.7
    • @ tanstack/router-vite-plugin@1.45.7
  • 1.45.6 - 2024-07-18

    Version 1.45.6 - 7/18/24, 8:52 PM

    Changes

    Fix

    • react-router: deepEqual correctly handles undefined properties (#1984) (522bc12) by Manuel Schiller

    Packages

    • @ tanstack/react-router@1.45.6
    • @ tanstack/router-devtools@1.45.6
    • @ tanstack/start@1.45.6
  • 1.45.5 - 2024-07-18

    Version 1.45.5 - 7/18/24, 6:52 PM

    Changes

    Fix

    • react-router: use current matches for fromMatches and only build new matches when location overridden (#1968) (99f7352) by Christopher Horobin

    Test

    • react-router: reducing the React.act warnings during unit tests (#1975) (7452f23) by Sean Cassiere

    Packages

    • @ tanstack/react-router@1.45.5
    • @ tanstack/router-devtools@1.45.5
    • @ tanstack/start@1.45.5
  • 1.45.4 - 2024-07-16
  • 1.45.3 - 2024-07-16
  • 1.45.2 - 2024-07-15
  • 1.45.0 - 2024-07-12
  • 1.44.5 - 2024-07-12
  • 1.44.4 - 2024-07-12
  • 1.44.2 - 2024-07-11
  • 1.44.1 - 2024-07-10
  • 1.44.0 - 2024-07-09
  • 1.43.15 - 2024-07-09
  • 1.43.14 - 2024-07-09
  • 1.43.13 - 2024-07-08
  • 1.43.12 - 2024-07-05
  • 1.43.10 - 2024-07-04
  • 1.43.6 - 2024-07-02
  • 1.43.4 - 2024-07-01
  • 1.43.3 - 2024-06-30
  • 1.43.2 - 2024-06-29
  • 1.43.1 - 2024-06-29
  • 1.42.0 - 2024-06-28
  • 1.41.0 - 2024-06-28
  • 1.40.0 - 2024-06-21
  • 1.39.8 - 2024-06-20
  • 1.39.7 - 2024-06-20
  • 1.39.6 - 2024-06-20
  • 1.39.4 - 2024-06-19
  • 1.38.1 - 2024-06-15
  • 1.36.3 - 2024-06-12
  • 1.36.2 - 2024-06-12
  • 1.36.1 - 2024-06-12
  • 1.35.6 - 2024-06-10
  • 1.35.5 - 2024-06-10
  • 1.35.3 - 2024-06-06
  • 1.35.2 - 2024-06-06
  • 1.35.1 - 2024-06-04
  • 1.35.0 - 2024-06-04
  • 1.34.9 - 2024-06-01
  • 1.34.7 - 2024-05-29
  • 1.34.6 - 2024-05-29
  • 1.34.5 - 2024-05-28
  • 1.34.3 - 2024-05-27
  • 1.34.2 - 2024-05-26
  • 1.34.1 - 2024-05-26
  • 1.34.0 - 2024-05-25
  • 1.33.8 - 2024-05-23
  • 1.33.7 - 2024-05-21
  • 1.33.6 - 2024-05-21
  • 1.33.4 - 2024-05-18
  • 1.33.3 - 2024-05-18
  • 1.33.2 - 2024-05-18
  • 1.33.1 - 2024-05-18
  • 1.33.0 - 2024-05-18
  • 1.32.17 - 2024-05-18
  • 1.32.16 - 2024-05-18
  • 1.32.15 - 2024-05-18
  • 1.32.13 - 2024-05-16
  • 1.32.12 - 2024-05-16
  • 1.32.11 - 2024-05-16
  • 1.32.9 - 2024-05-15
  • 1.32.8 - 2024-05-15
  • 1.32.5 - 2024-05-13
  • 1.32.4 - 2024-05-13
  • 1.32.3 - 2024-05-13
  • 1.32.2 - 2024-05-13
  • 1.32.0 - 2024-05-11
  • 1.31.29 - 2024-05-11
  • 1.31.28 - 2024-05-10
  • 1.31.27 - 2024-05-10
  • 1.31.26 - 2024-05-09
  • 1.31.25 - 2024-05-09
  • 1.31.24 - 2024-05-08
  • 1.31.23 - 2024-05-08
  • 1.31.22 - 2024-05-07
  • 1.31.21 - 2024-05-07
  • 1.31.20 - 2024-05-05
  • 1.31.19 - 2024-05-04
  • 1.31.17 - 2024-05-04
  • 1.31.16 - 2024-05-04
  • 1.31.15 - 2024-05-03
  • 1.31.14 - 2024-05-03
  • 1.31.13 - 2024-05-03
  • 1.31.12 - 2024-05-03
  • 1.31.11 - 2024-05-03
  • 1.31.10 - 2024-05-03
  • 1.31.9 - 2024-05-03
  • 1.31.8 - 2024-05-03
  • 1.31.7 - 2024-05-02
  • 1.31.6 - 2024-05-02
  • 1.31.5 - 2024-05-01
  • 1.31.4 - 2024-05-01
  • 1.31.3 - 2024-04-29
  • 1.31.2 - 2024-04-29
  • 1.31.1 - 2024-04-25
  • 1.31.0 - 2024-04-25
  • 1.30.1 - 2024-04-25
  • 1.29.2 - 2024-04-19
  • 1.29.1 - 2024-04-19
  • 1.29.0 - 2024-04-19
  • 1.28.9 - 2024-04-19
  • 1.28.8 - 2024-04-18
  • 1.28.7 - 2024-04-18
  • 1.28.6 - 2024-04-17
  • 1.28.5 - 2024-04-17
  • 1.28.4 - 2024-04-16
  • 1.28.3 - 2024-04-16
  • 1.28.2 - 2024-04-16
  • 1.28.1 - 2024-04-15
  • 1.27.0 - 2024-04-12
  • 1.26.21 - 2024-04-12
  • 1.26.20 - 2024-04-11
  • 1.26.19 - 2024-04-10
  • 1.26.18 - 2024-04-09
  • 1.26.17 - 2024-04-09
  • 1.26.16 - 2024-04-08
  • 1.26.15 - 2024-04-08
  • 1.26.13 - 2024-04-08
  • 1.26.12 - 2024-04-07
  • 1.26.11 - 2024-04-06
  • 1.26.10 - 2024-04-06
  • 1.26.9 - 2024-04-04
  • 1.26.7 - 2024-04-02
  • 1.26.4 - 2024-04-02
  • 1.26.3 - 2024-04-01
  • 1.26.1 - 2024-03-30
  • 1.26.0 - 2024-03-29
  • 1.25.1 - 2024-03-29
  • 1.24.0 - 2024-03-28
  • 1.23.1 - 2024-03-28
  • 1.22.9 - 2024-03-27
  • 1.22.8 - 2024-03-26
  • 1.22.7 - 2024-03-26
  • 1.22.6 - 2024-03-26
  • 1.22.5 - 2024-03-25
  • 1.22.4 - 2024-03-25
  • 1.22.3 - 2024-03-22
  • 1.22.2 - 2024-03-22
  • 1.22.1 - 2024-03-22
  • 1.22.0 - 2024-03-21
  • 1.21.1 - 2024-03-21
  • 1.21.0 - 2024-03-20
  • 1.20.6 - 2024-03-20
  • 1.20.5 - 2024-03-20
  • 1.20.4 - 2024-03-19
  • 1.20.1 - 2024-03-17
  • 1.20.0 - 2024-03-15
  • 1.19.15 - 2024-03-14
  • 1.19.14 - 2024-03-14
  • 1.19.13 - 2024-03-13
  • 1.19.12 - 2024-03-12
  • 1.19.11 - 2024-03-12
  • 1.19.10 - 2024-03-12
  • 1.19.9 - 2024-03-12
  • 1.19.8 - 2024-03-12
  • 1.19.7 - 2024-03-11
  • 1.19.4 - 2024-03-09
  • 1.19.2 - 2024-03-08
  • 1.19.1 - 2024-03-04
  • 1.19.0 - 2024-03-04
  • 1.18.4 - 2024-03-04
  • 1.18.3 - 2024-03-02
  • 1.18.2 - 2024-03-02
  • 1.18.1 - 2024-03-01
  • 1.17.5 - 2024-03-01
  • 1.17.4 - 2024-02-25
  • 1.17.3 - 2024-02-25
  • 1.17.2 - 2024-02-25
  • 1.16.6 - 2024-02-18
  • 1.16.5 - 2024-02-16
  • 1.16.2 - 2024-02-14
  • 1.16.0 - 2024-02-09
  • 1.15.23 - 2024-02-08
  • 1.15.22 - 2024-02-07
  • 1.15.21 - 2024-02-07
  • 1.15.19 - 2024-02-05
from @tanstack/react-router GitHub release notes

Important

  • Check the changes in this PR to ensure they won't cause issues with your project.
  • This PR was automatically created by Snyk using the credentials of a real user.

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:

Snyk has created this PR to upgrade @tanstack/react-router from 1.15.19 to 1.45.14.

See this package in npm:
@tanstack/react-router

See this project in Snyk:
https://app.snyk.io/org/yahelcohen01/project/f9a2a9b0-8871-4c68-9d9c-d57284e95d9d?utm_source=github&utm_medium=referral&page=upgrade-pr
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