Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Upgrade ms to version 2.1.3 #819

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open

Conversation

realityking
Copy link
Contributor

This is a minor update only containing stylistic changes: https://github.com/vercel/ms/releases/tag/2.1.3

It's nice to have so it doesn't show up as an outdated dependency & so it deduplicates with other libraries using it.

@coveralls
Copy link

Coverage Status

Coverage remained the same at 89.324% when pulling ba34898 on realityking:ms into e47f96d on visionmedia:master.

@TaoXU0

This comment has been minimized.

@mahnunchik
Copy link

Ping @Qix-

@Qix-
Copy link
Member

Qix- commented Nov 21, 2022

Haven't forgotten. It's just that this entire repository is blocked on Node.js breaking custom importers, which are needed for the next major release. So until that's resolved, not much will be done with debug in the meantime.

@SuperchupuDev
Copy link

@Qix- is node still breaking custom importers?

@@ -31,7 +31,7 @@
"test:coverage": "cat ./coverage/lcov.info | coveralls"
},
"dependencies": {
"ms": "2.1.2"
"ms": "2.1.3"

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
"ms": "2.1.3"
"ms": "^2.1.3"

to avoid the same problem in the future, using ^ will ensure it gets up to date with new minor/patch versions, which are backwards compatible

@Qix-
Copy link
Member

Qix- commented Mar 3, 2024

@SuperchupuDev last I checked, yes. I haven't seen any movement on the issues in a while. I need to go back and check again though, it's been a while.

@SuperchupuDev
Copy link

What's the problem with node and custom importers? Can you link the issues?

@realityking
Copy link
Contributor Author

@Qix- Could you please have a look here? It's been open for 3 years today.

@SuperchupuDev
Copy link

im not qix but @realityking can you take a look at my review suggestion? to avoid the same dependency problem in the future

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

None yet

6 participants