Skip to content

Upgraded bootstrap, jquery and popper #694

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

Closed
wants to merge 1 commit into from
Closed

Upgraded bootstrap, jquery and popper #694

wants to merge 1 commit into from

Conversation

GrahamCampbell
Copy link
Contributor

@codecov
Copy link

codecov bot commented Aug 30, 2019

Codecov Report

Merging #694 into master will not change coverage.
The diff coverage is n/a.

Impacted file tree graph

@@            Coverage Diff            @@
##             master     #694   +/-   ##
=========================================
  Coverage     85.05%   85.05%           
  Complexity      813      813           
=========================================
  Files            32       32           
  Lines          2476     2476           
=========================================
  Hits           2106     2106           
  Misses          370      370

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 7743bbc...b348d34. Read the comment docs.

@sebastianbergmann
Copy link
Owner

With this patch the popin for "which line covers this test" no longer works.

@GrahamCampbell
Copy link
Contributor Author

Whoops. Give me a sec to double check which version we upgraded from, so I can see what's changed upstream to cause this.

@GrahamCampbell
Copy link
Contributor Author

image

@GrahamCampbell
Copy link
Contributor Author

Well, they claim to have made no breaking changes between 1.14.3 and 1.15.0... https://github.com/FezVrasta/popper.js/releases

@sebastianbergmann
Copy link
Owner

Updating Bootstrap to 4.3.1 and jQuery to 3.4.1 does not break the popin. It is the update to popper 1.15.0 that does.

@DanielRuf
Copy link

Hi @GrahamCampbell,

your PR uses the ESM version which does not work in this setup.

image

image

The UMD version does work.
https://unpkg.com/popper.js@1.15.0/dist/umd/popper.min.js

image

Can you replace it?

@sebastianbergmann
Copy link
Owner

Thank you, @DanielRuf, I have updated popper.js in d0f4b07.

@GrahamCampbell
Copy link
Contributor Author

Great.

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

Successfully merging this pull request may close these issues.

3 participants