Update Javascript dependencies #2166
Loading…
x
Reference in New Issue
Block a user
No description provided.
Delete Branch "jqeury-fix"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
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
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
sudo bundle update
should update most dependencies to 2.7+ ruby language. The only warning after updating isWhich seems to me that some dependency is still using an old version of
pathutil
, but that's an issue for another pr/issue.https://github.com/envygeeks/pathutil the last update was from 2018 and is
0.16.2
which is currently specified ingemfile.lock
.pathutil
is utilized byjekyll
.Their is an open issue about it https://github.com/envygeeks/pathutil/issues/4 and an open PR https://github.com/envygeeks/pathutil/pull/5, however their seems to be no progress.