Conversation
47fed61 to
ae46bba
Compare
f773ad8 to
821eb06
Compare
|
@Fryguy I fixed the conflicts here if you can review again when you have time |
|
Why is popper added directly. That is, won't it just come in naturally as a dependency? |
|
ok, so from what I understand - the better way to declare missing peer dependencies is to use packageExtensions. This allows you to essentially force bootstrap to pull in the dependency (and we don't have to declare it as "our" dependency. So in the .yarnrc.yml you would add something like: packageExtensions:
"bootstrap@*":
dependencies:
"popper.js": "~1.16.1" |
f1be072 to
6bbf4c1
Compare
|
This pull request is not mergeable. Please rebase and repush. |
5588019 to
b96b2a2
Compare
|
@Fryguy I fixed the dependency issue if you can review this again when you get a chance. |
d5a61cd to
d82b19d
Compare
|
@Fryguy I think this pr is good to merge if you can review |
|
@elsamaryv please review |
|
@GilbertCherrie This went into conflict |
5b58772 to
fa5c938
Compare
yarn.lock
Outdated
| "bootstrap@npm:>=2.3.2, bootstrap@npm:>=3": | ||
| version: 5.3.6 | ||
| resolution: "bootstrap@npm:5.3.6" | ||
| "bootstrap@npm:~5.0.0": | ||
| version: 5.0.2 | ||
| resolution: "bootstrap@npm:5.0.2" |
There was a problem hiding this comment.
This ended up in a downgrade? Can we go to at least 5.3.6? (and by extension popperjs/core ^2.11.8, which also is showing a downgrade?)
|
This pull request has been automatically marked as stale because it has not been updated for at least 3 months. If these changes are still valid, please remove the |
3cf0a1f to
a0bbca0
Compare
a0bbca0 to
4059a9d
Compare
|
@Fryguy I updated the pr if you can take another look |
|
Checked commit GilbertCherrie@4059a9d with ruby 3.1.7, rubocop 1.56.3, haml-lint 0.64.0, and yamllint **
|

Update Bootstrap to 5. Also added popper.js since it is a dependency of bootstrap 5.