Jake Bailey
Jake Bailey
Looks like we're getting a 5.4.5 too, sorry!
I'm looking into the failures here to see if there's something up with dt-tools + pnpm.
My fix to the DT infra worked, so this PR is now passing.
The two files definitely have different changes if you look at the diff.
Do you also need to make this change to the other node versions?
So generally speaking, I'm apprehensive about replacing `@types/boom` with `@hapi/boom` (and for all of the other ones); `@types/boom` are the types for the `boom` package. What this will mean is...
Yes. So I'd update this PR to reflect that.
Last question; why is `react-stripe-elements` being removed? If it's because `stripe-v3` is gone, we can still depend on the old version if needed. I'm just seeing https://www.npmjs.com/package/react-stripe-elements still getting 150k...
The conflict is just that master modified a file that's being deleted here, so the conflict will be fixed by deleting the file in a merge commit. Is that what...
I suspect not; `@types/stripe-v3` still gets 150k weekly downloads. Unless the new package is a drop-in replacement, which I suspect it isn't because `@types/stripe-v3` is global types, while `@stripe/stripe-js` is...