Bumping Npm.depends for Meteor's core packages

What is the process for bumping Npm.depends in Meteor’s core packages?

I got bit by using Meteor’s fetch which depends on an old version of node-fetch from 2018. I just submitted this PR but it seems like these should be regularly bumped when a new Meteor version is released. Is that possible?

1 Like

Friendly ping to @grubba @denyhs @fredmaiaarantes. I think one of y’all may know best. Thanks!

Hi,

Yes, it is possible. We’re going to integrate this practice into our release flow to verify certain npm packages that could be updated from now on.

Thank you.

3 Likes

Excellent! Thank you!