chore(deps): upgrade @vercel/nft to 0.30.0#6573
Conversation
| "@netlify/binary-info": "^1.0.0", | ||
| "@netlify/serverless-functions-api": "^2.1.3", | ||
| "@vercel/nft": "0.29.4", | ||
| "@vercel/nft": "^0.30.0", |
There was a problem hiding this comment.
IIRC we had pinned this because of vercel/nft#457. I think unpinning is fine now 🤷🏼.
There was a problem hiding this comment.
great! thank you for confirming. that does indeed look to be resolved now
There was a problem hiding this comment.
FYI we ended up needing to revert this: #6610. It caused a regression with function bundling on node 22 due to something added in vercel/nft#534. Specifically this resulted in the ./dist/node-fetch-server.js file not ending up included in the bundle. We haven't dug any further than that at the moment.
There was a problem hiding this comment.
It's funny it only affects this repo. I can't find any issues for it in the vercel/nft repo. If you get a chance to investigate a bit it might be worth filing an issue there
🎉 Thanks for submitting a pull request! 🎉
Summary
Upgrades to the latest
For us to review and ship your PR efficiently, please perform the following steps:
we can discuss the changes and get feedback from everyone that should be involved. If you`re fixing a typo or
something that`s on fire 🔥 (e.g. incident related), you can skip this step.
your code follows our style guide and passes our tests.
A picture of a cute animal (not mandatory, but encouraged)