Skip to content
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.1 #317

Open
wants to merge 1 commit into
base: canary
Choose a base branch
from

Conversation

snyk-bot
Copy link

@snyk-bot snyk-bot commented Nov 8, 2022

Snyk has created this PR to upgrade react-modal from 3.11.2 to 3.16.1.

ℹ️ 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 8 versions ahead of your current version.
  • The recommended version was released 21 days ago, on 2022-10-18.
Release notes
Package name: react-modal
  • 3.16.1 - 2022-10-18

    What's Changed

    • [fixed]: css class added to root document instead of modal ownerDocument by @ leoc4e in #965
    • update broken build badge by @ memark in #968
    • [fixed] element with display 'contents' is visible and is tabbable by @ galexandrade in #969
    • [fixed] switched from KeyboardEvent.keyCode to KeyboardEvent.code by @ robinmetral in #953

    New Contributors

    Full Changelog: https://github.com/reactjs/react-modal/blob/master/CHANGELOG.md

  • 3.15.1 - 2022-04-27

    • 8395a21 allow react 18 as peer dependency
    • 68af7ec [added] tabbable support for iframes
    • 28986ea Fix typo in docs
  • 3.14.4 - 2021-11-10
    • Ensure that we know about every "tabbable" element within Shadow DOM
    • Correctly wrap NODE_ENV conditional code in block to eliminate unreachable code
    • Updated some dependencies
  • 3.14.3 - 2021-06-15

    • b33923a [changed]: Updated and formatted example in README
    • 0847049 [fixed] Cancel requested animation frame on unmount.
    • fc76b0c [chore] added link to the discussion for react-modal v4.
    • 0d99156 [chore] Don't allow mkdocs.yml be included on releases.
  • 3.14.2 - 2021-06-02

    • 172879e [chore] Don't allow .log in on releases.
  • 3.14.1 - 2021-06-02

    • fc62ab1 Fixing lint error and PR suggestion change to use double quotes
    • ce94d86 Working on lint error
    • 7e732d7 Wrapping getComputedStyle in try catch per PR review
    • 31d59b2 Adding a check to see if the element is a prototype of Element before getting the computed style
    • 827796d [fixed] Ensure after-open css transitions work in Safari 14 & Mobile Safari
    • 76df16b [chore] regenerate package-lock.
    • 4fbe228 bump prop-types to 15.7.2
    • a5f959a [chore] update packages.
    • 8050773 [chore] clean up all element leaks between tests.
  • 3.13.1 - 2021-04-13

    • 5832904 Updated README.md
    • d7083c5 [added] docs note about setAppElement not pruning removed nodes
    • e1807ce [added] support Array, HTMLCollection and NodeList values for appElement
    • c9d8e2d Bump ini from 1.3.5 to 1.3.8
    • 8d4ef84 fixed(documentation): jsx-lexer now requires to generate a css file...
    • ab8c44c fixed(documentation): link to app-element on index.
  • 3.12.1 - 2020-11-23

    • 029a525 Added react 17 support
    • 694d425 fix #833 by changing stale link from README.md
    • 9ca3626 [fixed] add aria-modal attribute
    • b2e58e7 [fixed] extra 'p' character in index.md
    • 94ad567 [fixed] don't access ReactDOM.createPortal if DOM not available
    • 421a1c8 chore(lint): run lint.
    • c797e9a [added] Added custom overlayElement and contentElement.
    • fa98fcc [fixed] check before react-modal removal from parent element that parent has it
    • ff0a7f5 [added] a preventScroll prop
    • 2ea6d44 Add '--save'
    • eea891c Update package.json
    • 6417a6a fixed(chore): update packages.
    • bd07d56 Adds testId prop and useage to documentation
    • 4a120a9 fix linting
    • 206cfe6 ensure focus does not scroll the modal
    • 9a4dde5 [fixed] - Fix broken links of codepen in examples in docs
  • 3.11.2 - 2020-02-26

    • 8cd47cd fixed: update package.json version.
    • bb76272 fixed: rules' execution order.
    • 83c8c23 fixed: when building, use test single run rule.
    • c6c4d8c fixed: removed build and version rules since they were simplified.
    • 83c5e29 fixed: makefile rule to check the working tree.
    • 5fdcfdd [fixed] set correct URL for codepen setAppElement example
    • 8efaa37 [chore] forgot to remote book.json.
    • f7e96f3 [fixed] sync package-lock.json.
    • 4abbc0a [fixed] passing lint.
    • dc57795 [chore] fixed rule to check if repository is dirty.
    • b9cbd40 [chore] rewrite CHANGELOG.
    • e5fe406 [chore] moving documentation to mkdocs.
    • 525c35c [chore] moving webpack scripts to scripts folder.
    • aa822be [chore] it's not necessary to make chunks when running the examples.
    • eb20444 [fixed] Focus trap when reentering document (#742) (#791)
    • 98dd5be [Chore] Update README (example with React Hooks).
    • cec8833 fixed: using variable before declaration...
    • 5dffbf2 [fixed] Call parent.removeChild only if parent exists (#778)
from react-modal GitHub release notes
Commit messages
Package name: react-modal
  • 8a74268 Release v3.16.1.
  • 840a0f6 Add tests
  • 742e9f5 [fixed] Revert changes to test helpers
  • 28ea6b5 [fixed] Fix missing returns in keydown helpers
  • 15e0711 [fixed] address review comments
  • f3a19fc [fixed] switched from KeyboardEvent.keyCode to KeyboardEvent.code
  • aca5261 fixing element with display 'contents' is visible and is tabbable
  • df0665e update broken build badge
  • 9bf0d4f [fixed]: css class added to root document in iframe
  • 4030935 Release v3.15.1.
  • 8395a21 allow react 18 as peer dependency
  • 68af7ec [added] tabbable support for iframes
  • 28986ea Fix typo in docs
  • 702ff62 Release v3.14.4.
  • 12ccd6a [fixed] using concat for finding shadowRoot descendants instead of spread
  • f5783ca [fixed] ensuring usage of Web Components functions in all browsers (Safari, specifically)
  • b049feb Update src/helpers/tabbable.js
  • edc4f12 [fixed] Ensure we don't check for hidden on Shadow DOM.
  • ffbaf0e Wrap NODE_ENV conditional code in block
  • 5eccdb0 Wrap NODE_ENV conditional code in block
  • f5d404c Wrap NODE_ENV conditional code in block
  • 22e80e7 [chore] update karma dependency.
  • e3bfbf8 Bump ws from 6.2.1 to 6.2.2
  • fa914c5 Bump path-parse from 1.0.6 to 1.0.7

Compare


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:

🧐 View latest project report

🛠 Adjust upgrade PR settings

🔕 Ignore this dependency or unsubscribe from future upgrade PRs

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
1 participant