From 9d298151b350a5eeaf91aa2cf89dcf8f3b8ce8e9 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 24 Dec 2024 16:28:38 +0100 Subject: [PATCH] Bump material-ui-popup-state to ^5.3.3 (#44832) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Aarón García Hervás --- .../data/base/components/modal/SpringModal.js | 1 + .../base/components/modal/SpringModal.tsx | 1 + .../components/transitions/ReactSpring.js | 1 + .../components/transitions/ReactSpring.tsx | 1 + .../material/components/modal/SpringModal.js | 1 + .../material/components/modal/SpringModal.tsx | 1 + .../components/popper/SpringPopper.js | 1 + .../components/popper/SpringPopper.tsx | 1 + docs/package.json | 2 +- pnpm-lock.yaml | 20 ++++++++++++------- 10 files changed, 22 insertions(+), 8 deletions(-) diff --git a/docs/data/base/components/modal/SpringModal.js b/docs/data/base/components/modal/SpringModal.js index 93e7ca66f93e74..40c128f35c4830 100644 --- a/docs/data/base/components/modal/SpringModal.js +++ b/docs/data/base/components/modal/SpringModal.js @@ -80,6 +80,7 @@ const Fade = React.forwardRef(function Fade(props, ref) { }); return ( + // @ts-expect-error https://github.com/pmndrs/react-spring/issues/2341 {children} diff --git a/docs/data/base/components/modal/SpringModal.tsx b/docs/data/base/components/modal/SpringModal.tsx index 4f4eded7ad6f89..807b0f5f573a97 100644 --- a/docs/data/base/components/modal/SpringModal.tsx +++ b/docs/data/base/components/modal/SpringModal.tsx @@ -86,6 +86,7 @@ const Fade = React.forwardRef(function Fade(props, re }); return ( + // @ts-expect-error https://github.com/pmndrs/react-spring/issues/2341 {children} diff --git a/docs/data/base/components/transitions/ReactSpring.js b/docs/data/base/components/transitions/ReactSpring.js index 383e46069691cb..a0c688e1d7cff9 100644 --- a/docs/data/base/components/transitions/ReactSpring.js +++ b/docs/data/base/components/transitions/ReactSpring.js @@ -144,6 +144,7 @@ function ReactSpringTransition({ children }) { } }, [requestedEnter, api, onExited]); + // @ts-expect-error https://github.com/pmndrs/react-spring/issues/2341 return {children}; } diff --git a/docs/data/base/components/transitions/ReactSpring.tsx b/docs/data/base/components/transitions/ReactSpring.tsx index f1177d9682f0e1..f9ed1f83300a17 100644 --- a/docs/data/base/components/transitions/ReactSpring.tsx +++ b/docs/data/base/components/transitions/ReactSpring.tsx @@ -139,5 +139,6 @@ function ReactSpringTransition({ children }: React.PropsWithChildren<{}>) { } }, [requestedEnter, api, onExited]); + // @ts-expect-error https://github.com/pmndrs/react-spring/issues/2341 return {children}; } diff --git a/docs/data/material/components/modal/SpringModal.js b/docs/data/material/components/modal/SpringModal.js index 06faa8dd1d4708..606c738939ac38 100644 --- a/docs/data/material/components/modal/SpringModal.js +++ b/docs/data/material/components/modal/SpringModal.js @@ -33,6 +33,7 @@ const Fade = React.forwardRef(function Fade(props, ref) { }); return ( + // @ts-expect-error https://github.com/pmndrs/react-spring/issues/2341 {React.cloneElement(children, { onClick })} diff --git a/docs/data/material/components/modal/SpringModal.tsx b/docs/data/material/components/modal/SpringModal.tsx index fb9b3687d2f1b1..bd62c4f2e6f96b 100644 --- a/docs/data/material/components/modal/SpringModal.tsx +++ b/docs/data/material/components/modal/SpringModal.tsx @@ -41,6 +41,7 @@ const Fade = React.forwardRef(function Fade(props, re }); return ( + // @ts-expect-error https://github.com/pmndrs/react-spring/issues/2341 {React.cloneElement(children, { onClick })} diff --git a/docs/data/material/components/popper/SpringPopper.js b/docs/data/material/components/popper/SpringPopper.js index c86ecf815a0454..77055ed67b346d 100644 --- a/docs/data/material/components/popper/SpringPopper.js +++ b/docs/data/material/components/popper/SpringPopper.js @@ -22,6 +22,7 @@ const Fade = React.forwardRef(function Fade(props, ref) { }); return ( + // @ts-expect-error https://github.com/pmndrs/react-spring/issues/2341 {children} diff --git a/docs/data/material/components/popper/SpringPopper.tsx b/docs/data/material/components/popper/SpringPopper.tsx index 636bedcfc229c1..cf96081e340e5b 100644 --- a/docs/data/material/components/popper/SpringPopper.tsx +++ b/docs/data/material/components/popper/SpringPopper.tsx @@ -28,6 +28,7 @@ const Fade = React.forwardRef(function Fade(props, re }); return ( + // @ts-expect-error https://github.com/pmndrs/react-spring/issues/2341 {children} diff --git a/docs/package.json b/docs/package.json index 3b933b531e055a..d0a24e65914713 100644 --- a/docs/package.json +++ b/docs/package.json @@ -81,7 +81,7 @@ "lodash": "^4.17.21", "lz-string": "^1.5.0", "markdown-to-jsx": "^7.7.2", - "material-ui-popup-state": "^5.3.1", + "material-ui-popup-state": "^5.3.3", "next": "^15.1.2", "notistack": "3.0.1", "nprogress": "^0.2.0", diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 3724d70dd8a653..ca65200313c409 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -741,8 +741,8 @@ importers: specifier: ^7.7.2 version: 7.7.2(react@19.0.0) material-ui-popup-state: - specifier: ^5.3.1 - version: 5.3.1(@mui/material@packages+mui-material+build)(react@19.0.0) + specifier: ^5.3.3 + version: 5.3.3(@mui/material@packages+mui-material+build)(@types/react@19.0.2)(react@19.0.0) next: specifier: ^15.1.2 version: 15.1.2(@babel/core@7.26.0)(@opentelemetry/api@1.8.0)(@playwright/test@1.48.2)(babel-plugin-macros@3.1.0)(react-dom@19.0.0(react@19.0.0))(react@19.0.0) @@ -9594,12 +9594,16 @@ packages: marky@1.2.5: resolution: {integrity: sha512-q9JtQJKjpsVxCRVgQ+WapguSbKC3SQ5HEzFGPAJMStgh3QjCawp00UKv3MTTAArTmGmmPUvllHZoNbZ3gs0I+Q==} - material-ui-popup-state@5.3.1: - resolution: {integrity: sha512-mmx1DsQwF/2cmcpHvS/QkUwOQG2oAM+cDEQU0DaZVYnvwKyTB3AFgu8l1/E+LQFausmzpSJoljwQSZXkNvt7eA==} + material-ui-popup-state@5.3.3: + resolution: {integrity: sha512-eaoA4y965neZw1/iPYZ7haCGO369m5QXJT35e0RStzHd4lgrd6PC+UYkYTIRGTrNt+8Vbx8qtYUFDzRjjAGwnw==} engines: {node: '>=16'} peerDependencies: '@mui/material': ^5.0.0 || ^6.0.0 - react: ^16.8.0 || ^17.0.0 || ^18.0.0 + '@types/react': ^16.8.0 || ^17 || ^18 || ^19 + react: ^16.8.0 || ^17 || ^18 || ^19 + peerDependenciesMeta: + '@types/react': + optional: true math-intrinsics@1.0.0: resolution: {integrity: sha512-4MqMiKP90ybymYvsut0CH2g4XWbfLtmlCkXmtmdcDCxNB+mQcu1w/1+L/VD7vi/PSv7X2JYV7SCcR+jiPXnQtA==} @@ -16974,6 +16978,7 @@ snapshots: dependencies: '@types/prop-types': 15.7.14 csstype: 3.1.3 + optional: true '@types/react@19.0.2': dependencies: @@ -21987,15 +21992,16 @@ snapshots: marky@1.2.5: {} - material-ui-popup-state@5.3.1(@mui/material@packages+mui-material+build)(react@19.0.0): + material-ui-popup-state@5.3.3(@mui/material@packages+mui-material+build)(@types/react@19.0.2)(react@19.0.0): dependencies: '@babel/runtime': 7.26.0 '@mui/material': link:packages/mui-material/build '@types/prop-types': 15.7.14 - '@types/react': 18.3.12 classnames: 2.3.2 prop-types: 15.8.1 react: 19.0.0 + optionalDependencies: + '@types/react': 19.0.2 math-intrinsics@1.0.0: {}