react-overlays
react-overlays copied to clipboard
Utilities for creating robust overlay components
> **Note:** This PR body was truncated due to platform limits. This PR contains the following updates: | Package | Change | [Age](https://docs.renovatebot.com/merge-confidence/) | [Confidence](https://docs.renovatebot.com/merge-confidence/) | Type | Update |...
This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [bootstrap](https://getbootstrap.com/) ([source](https://redirect.github.com/twbs/bootstrap)) | [`^4.6.0` -> `^5.3.7`](https://renovatebot.com/diffs/npm/bootstrap/4.6.0/5.3.7) | [](https://docs.renovatebot.com/merge-confidence/) |...
## Describe the bug The useRootClose hook relies on the deprecated keyCode event prop to trigger the escape key close behaviour. Certain modern testing setups (such as v14 of @testing-library/user-event)...
> **Note:** This PR body was truncated due to platform limits. This PR contains the following updates: | Package | Change | [Age](https://docs.renovatebot.com/merge-confidence/) | [Confidence](https://docs.renovatebot.com/merge-confidence/) | |---|---|---|---| | [gatsby](https://redirect.github.com/gatsbyjs/gatsby/tree/master/packages/gatsby#readme) ([source](https://redirect.github.com/gatsbyjs/gatsby),...
This PR contains the following updates: | Package | Change | [Age](https://docs.renovatebot.com/merge-confidence/) | [Confidence](https://docs.renovatebot.com/merge-confidence/) | |---|---|---|---| | [@emotion/core](https://redirect.github.com/emotion-js/emotion) ([source](https://redirect.github.com/emotion-js/emotion/tree/HEAD/removed-packages/core)) | [`^10.1.1` -> `^11.0.0`](https://renovatebot.com/diffs/npm/@emotion%2fcore/10.1.1/11.0.0) |  |  | | [@emotion/styled](https://redirect.github.com/emotion-js/emotion/tree/main#readme)...
Bumps [terser](https://github.com/terser/terser) from 4.8.0 to 4.8.1. Changelog Sourced from terser's changelog. v4.8.1 (backport) Security fix for RegExps that should not be evaluated (regexp DDOS) Commits See full diff in compare...
Bumps [terser](https://github.com/terser/terser) from 4.8.0 to 4.8.1. Changelog Sourced from terser's changelog. v4.8.1 (backport) Security fix for RegExps that should not be evaluated (regexp DDOS) Commits See full diff in compare...
[](https://renovatebot.com) This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [eslint-plugin-prettier](https://togithub.com/prettier/eslint-plugin-prettier) | [`^3.3.1` -> `^4.2.1`](https://renovatebot.com/diffs/npm/eslint-plugin-prettier/3.3.1/4.2.1) | [](https://docs.renovatebot.com/merge-confidence/)...
This issue lists Renovate updates and detected dependencies. Read the [Dependency Dashboard](https://docs.renovatebot.com/key-concepts/dashboard/) docs to learn more.[View this repository on the Mend.io Web Portal](https://developer.mend.io/github/react-bootstrap/react-overlays). ## Deprecations / Replacements > [!WARNING] These...
Hello, I couldn't find solution for that. I want to prevent scroll body when modal is open, but i render modal in the container (container has overflow: hidden). I can't...