From 84c5a7f896efdd05ac3e2adbc6b123f6080530d2 Mon Sep 17 00:00:00 2001 From: Kuberpult Upgrader <90782055+freiheit-kuberpult-upgrader@users.noreply.github.com> Date: Tue, 25 Jun 2024 17:14:59 +0200 Subject: [PATCH] fix: update dependency react-router-dom to v6.24.0 (#1695) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [react-router-dom](https://togithub.com/remix-run/react-router) | dependencies | minor | [`6.23.1` -> `6.24.0`](https://renovatebot.com/diffs/npm/react-router-dom/6.23.1/6.24.0) | --- ### Release Notes
remix-run/react-router ### [`v6.24.0`](https://togithub.com/remix-run/react-router/blob/HEAD/packages/react-router-dom/CHANGELOG.md#​6240) ##### Minor Changes - Add support for Lazy Route Discovery (a.k.a. Fog of War) ([#​11626](https://togithub.com/remix-run/react-router/pull/11626)) - RFC: - `unstable_patchRoutesOnMiss` docs: ##### Patch Changes - Fix `fetcher.submit` types - remove incorrect `navigate`/`fetcherKey`/`unstable_viewTransition` options because they are only relevant for `useSubmit` ([#​11631](https://togithub.com/remix-run/react-router/pull/11631)) - Allow falsy `location.state` values passed to `` ([#​11495](https://togithub.com/remix-run/react-router/pull/11495)) - Updated dependencies: - `react-router@6.24.0` - `@remix-run/router@1.17.0`
--- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 👻 **Immortal**: This PR will be recreated if closed unmerged. Get [config help](https://togithub.com/renovatebot/renovate/discussions) if that's undesired. --- - [ ] If you want to rebase/retry this PR, check this box --- This PR has been generated by [Renovate Bot](https://togithub.com/renovatebot/renovate). Co-authored-by: Renovate Bot --- services/frontend-service/package.json | 2 +- services/frontend-service/pnpm-lock.yaml | 22 +++++++++++----------- 2 files changed, 12 insertions(+), 12 deletions(-) diff --git a/services/frontend-service/package.json b/services/frontend-service/package.json index 3a0c2d821..18f022e87 100644 --- a/services/frontend-service/package.json +++ b/services/frontend-service/package.json @@ -24,7 +24,7 @@ "classnames": "2.5.1", "react": "18.3.0", "react-dom": "18.3.0", - "react-router-dom": "6.23.1", + "react-router-dom": "6.24.0", "react-scripts": "5.0.1", "react-spinners": "0.13.8", "react-tooltip": "5.26.0", diff --git a/services/frontend-service/pnpm-lock.yaml b/services/frontend-service/pnpm-lock.yaml index c3b8461bf..7a70b9f2e 100644 --- a/services/frontend-service/pnpm-lock.yaml +++ b/services/frontend-service/pnpm-lock.yaml @@ -50,7 +50,7 @@ importers: react: 18.3.0 react-dom: 18.3.0 react-refresh: 0.14.1 - react-router-dom: 6.23.1 + react-router-dom: 6.24.0 react-scripts: 5.0.1 react-spinners: 0.13.8 react-tooltip: 5.26.0 @@ -82,7 +82,7 @@ importers: classnames: 2.5.1 react: 18.3.0 react-dom: 18.3.0_react@18.3.0 - react-router-dom: 6.23.1_rydrfxeul5zqz7xqpjjwnjuu7i + react-router-dom: 6.24.0_rydrfxeul5zqz7xqpjjwnjuu7i react-scripts: 5.0.1_ajriitd2vrz3d4w7zujj6hilc4 react-spinners: 0.13.8_rydrfxeul5zqz7xqpjjwnjuu7i react-tooltip: 5.26.0_rydrfxeul5zqz7xqpjjwnjuu7i @@ -3219,8 +3219,8 @@ packages: resolution: {integrity: sha512-Vvn3zZrhQZkkBE8LSuW3em98c0FwgO4nxzv6OdSxPKJIEKY2bGbHn+mhGIPerzI4twdxaP8/0+06HBpwf345Lw==} dev: true - /@remix-run/router/1.16.1: - resolution: {integrity: sha512-es2g3dq6Nb07iFxGk5GuHN20RwBZOsuDQN7izWIisUcv9r+d2C5jQxqmgkdebXgReWfiyUabcki6Fg77mSNrig==} + /@remix-run/router/1.17.0: + resolution: {integrity: sha512-2D6XaHEVvkCn682XBnipbJjgZUU7xjLtA4dGJRBVUKpEaDYOZMENZoZjAOSb7qirxt5RupjzZxz4fK2FO+EFPw==} engines: {node: '>=14.0.0'} dev: false @@ -10560,26 +10560,26 @@ packages: engines: {node: '>=0.10.0'} dev: true - /react-router-dom/6.23.1_rydrfxeul5zqz7xqpjjwnjuu7i: - resolution: {integrity: sha512-utP+K+aSTtEdbWpC+4gxhdlPFwuEfDKq8ZrPFU65bbRJY+l706qjR7yaidBpo3MSeA/fzwbXWbKBI6ftOnP3OQ==} + /react-router-dom/6.24.0_rydrfxeul5zqz7xqpjjwnjuu7i: + resolution: {integrity: sha512-960sKuau6/yEwS8e+NVEidYQb1hNjAYM327gjEyXlc6r3Skf2vtwuJ2l7lssdegD2YjoKG5l8MsVyeTDlVeY8g==} engines: {node: '>=14.0.0'} peerDependencies: react: '>=16.8 || 18' react-dom: '>=16.8 || 18' dependencies: - '@remix-run/router': 1.16.1 + '@remix-run/router': 1.17.0 react: 18.3.0 react-dom: 18.3.0_react@18.3.0 - react-router: 6.23.1_react@18.3.0 + react-router: 6.24.0_react@18.3.0 dev: false - /react-router/6.23.1_react@18.3.0: - resolution: {integrity: sha512-fzcOaRF69uvqbbM7OhvQyBTFDVrrGlsFdS3AL+1KfIBtGETibHzi3FkoTRyiDJnWNc2VxrfvR+657ROHjaNjqQ==} + /react-router/6.24.0_react@18.3.0: + resolution: {integrity: sha512-sQrgJ5bXk7vbcC4BxQxeNa5UmboFm35we1AFK0VvQaz9g0LzxEIuLOhHIoZ8rnu9BO21ishGeL9no1WB76W/eg==} engines: {node: '>=14.0.0'} peerDependencies: react: '>=16.8 || 18' dependencies: - '@remix-run/router': 1.16.1 + '@remix-run/router': 1.17.0 react: 18.3.0 dev: false