-
Notifications
You must be signed in to change notification settings - Fork 1
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] Upgrade react-modal from 3.11.2 to 3.16.3 #1752
base: canary
Are you sure you want to change the base?
Conversation
Snyk has created this PR to upgrade react-modal from 3.11.2 to 3.16.3. See this package in npm: react-modal See this project in Snyk: https://app.snyk.io/org/sammytezzy/project/40ca3cc4-73c7-4f07-9d5c-d0de7f61bd28?utm_source=github&utm_medium=referral&page=upgrade-pr
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
Deployment failed with the following error:
|
Run & review this pull request in StackBlitz Codeflow. |
Reviewer's Guide by SourceryThis pull request upgrades Sequence diagram for modal keyboard interaction changessequenceDiagram
participant U as User
participant M as Modal
participant K as Keyboard Handler
U->>M: Press key
Note over K: Changed from keyCode to KeyboardEvent.code
M->>K: Handle keyboard event
K-->>M: Process key action
M-->>U: Update modal state
Class diagram showing react-modal version upgradeclassDiagram
class ReactModal {
version: string
+allowReactV18()
+supportShadowDOM()
+handleKeyboardEvents()
+preventScroll()
}
note for ReactModal "Upgraded from v3.11.2 to v3.16.3"
class Features {
+ariaModalAttribute
+customOverlayElement
+customContentElement
+preventScroll
+testIdProp
}
ReactModal --> Features : includes
File-Level Changes
Tips and commandsInteracting with Sourcery
Customizing Your ExperienceAccess your dashboard to:
Getting Help
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
We have skipped reviewing this pull request. Here's why:
- It seems to have been created by a bot ('[Snyk]' found in title). We assume it knows what it's doing!
- We don't review packaging changes - Let us know if you'd like us to change this.
Snyk has created this PR to upgrade react-modal from 3.11.2 to 3.16.3.
ℹ️ 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 10 versions ahead of your current version.
The recommended version was released a month ago.
Release notes
Package name: react-modal
What's Changed
New Contributors
Full Changelog: https://github.com/reactjs/react-modal/blob/master/CHANGELOG.md
README.md
Important
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:
Summary by Sourcery
Enhancements:
with-route-as-modal
example.