Just leaving a note here, if you're using sass to compile bootstrap components, there's a new component called functions which you'll probably need to add to your list. A few of the other components will require it. So, if your app.scss looked anything like this:
just add @import "~bootstrap/scss/functions"; to the top of the bootstrap pile.
EDIT:
My dropdowns are no longer working. I tried importing popper as @danmatthews suggested, but no luck. As far as I can tell from the documentation, nothing changed about dropdown markups, so I'm not sure what's going wrong.