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

build(deps): bump @popperjs/core from 2.2.2 to 2.4.4 #821

Merged
merged 1 commit into from Aug 11, 2020

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Aug 11, 2020

Bumps @popperjs/core from 2.2.2 to 2.4.4.

Release notes

Sourced from @popperjs/core's releases.

v2.4.4

Bug Fixes

  • Exclude reference element from scroll parents list (#1147)

v2.4.3

Bug Fixes

  • Fix path issue with TS builds (#1144)

  • remove body as a clippingParent (#1142)

  • Improve error message for issue reported in #1133 (#1143)

  • Export detectOverflow utility from all the dist targets. (#1140)

  • Issue when position: relative is given to `html> element (#1141)

v2.4.2

Bug Fixes

  • Fix infinite loop if popper is an unmounted element (#1128) (#1129)

v2.4.1

Bug Fixes

  • Fixed problem with offset parents generated by "transform" CSS properties. (#1115) (#1123)

  • Fixed issue with parent tables with position different than "initial" (#1124) (#1125)

  • fixed issue with viewport size detection on iOS (#1099)

v2.4.0

  • feat: mainAxis and altAxis options for the "flip" modifier

    These two new options allow to specify which axes the "flip" modifier will check when it needs to decide to flip the popper element.

v2.3.3

  • fix(types): arrowModifier's element option now allows to be set to null to help with 3rd party integrations/wrappers;

v2.3.2

  • fix: improved Flow and TS types;
  • fix: issues with viewport measuring on non-iOS devices;

v2.3.1

  • fix(flow): problem with the re-export of the types for the CJS builds;

v2.3.0

  • fix: properly compute viewport sizes on iOS;
Commits
  • e3c9027 Merge pull request #1147 from atomiks/fix/reference-scrollParent
  • 0209617 fix: exclude self as scrollParent
  • 78e0ab0 Merge pull request #1144 from atomiks/fix/ts-paths
  • 8b41027 Merge pull request #1142 from atomiks/fix/body-clippingParent
  • 66e6f43 Merge pull request #1139 from ptu14/ie11_containing-block
  • bc054f9 fix: paths for ts generation
  • 2fed8c4 trigger build
  • 777ebbb Merge pull request #1143 from atomiks/fix/auto-error
  • baa4b33 Merge pull request #1140 from atomiks/fix/detectOverflow-export
  • c595ef3 Merge pull request #1141 from atomiks/fix/relative-html
  • Additional commits viewable in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Aug 11, 2020
@Westbrook
Copy link
Collaborator

@adixon-adobe wonder if this might be related to the issue you discovered: floating-ui/floating-ui#1099

Working out the type issues herein, and then think having this update in will be a nice add.

Bumps [@popperjs/core](https://github.com/popperjs/popper-core) from 2.2.2 to 2.4.4.
- [Release notes](https://github.com/popperjs/popper-core/releases)
- [Commits](floating-ui/floating-ui@v2.2.2...v2.4.4)

Signed-off-by: dependabot[bot] <support@github.com>
@Westbrook Westbrook force-pushed the dependabot/npm_and_yarn/popperjs/core-2.4.4 branch from 7ce9d29 to a981162 Compare August 11, 2020 20:18
Copy link
Collaborator

@Westbrook Westbrook left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM!

@Westbrook Westbrook merged commit 697e19e into main Aug 11, 2020
@Westbrook Westbrook deleted the dependabot/npm_and_yarn/popperjs/core-2.4.4 branch August 11, 2020 20:34
@adixon-adobe
Copy link
Collaborator

@Westbrook an issue with a popper update makes sense. Meant to take a look at open issues.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants