Update Javascript dependencies#2166
Conversation
- Update Bootstrap to v5.0.0-beta1. - Update popper.js to v2.6.0. - Update Javascript license of popper.js. - Bump version in `scripts.html`.
|
Thanks a lot for this, I'll check it out soon! |
|
Looks good. Only errors i was seeing was: I wonder if there's anything we can do about these. |
Those are ruby dependencies. A small Which seems to me that some dependency is still using an old version of |
https://github.com/envygeeks/pathutil the last update was from 2018 and is Their is an open issue about it envygeeks/pathutil#4 and an open PR envygeeks/pathutil#5, however their seems to be no progress. |
Description
Resolves: #2165
As in issue #2165 the current version of Bootstrap still relies on jQuery, since v5 bootstrap only relies on the already existence popper.js(
@popper/core) dependency.Thereby updating those 2 dependencies fixes this issue and still maintain all features.
Eventually the non beta of Bootstrap v5 can be used when it's stable.
Summary of what this PR means:
scripts.html.Check List
I understand that by not opening an issue about a software/service/similar addition/removal, this pull request will be closed without merging.
I have read and understand the contributing guidelines.
The project is Free Libre and/or Open Source Software