-
Notifications
You must be signed in to change notification settings - Fork 51
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 browserslist and caniuse #85
Conversation
Upgraded packages: ``` "browserslist": "^3.1.1", "caniuse-lite": "^1.0.30000810", ``` Allows to specify in `browsers` new `dead` option https://github.com/ai/browserslist/blob/master/CHANGELOG.md#30
Duplicate of #84, but I'm all in favor of these changes :) |
Not really. #84 has older deps and bring in some other changes :) However, both would fix my issue :) Do you think anybody will merge them in? There is quite a few PR piled in the queue... |
There's a caret in front of the version numbers, so users will install the latest minor/patch version anyway. So it doesn't matter if the listed version in package.json is older.
They're looking for a maintainer atm actually. So it might be a while, but I don't know if you would like a shot at maintaining this? I'm sure they'd be open to it. |
Sure. I already maintain some other open source projects, so one would not make a big difference ;) Who should I talk to about it? |
Great! @ai has credentials, he’s the one to talk to if I’m not mistaken |
@pkuczynski so you want to maintain this project and want a access to GitHub and npm? |
Sure. It's pretty useful I think. Especially for the project, I am working on currently. How can we organize this? |
@pkuczynski I need your |
@ismamz I don’t have access to GitHub repo :(. Can you add him to admins? |
@ai Ah damn, neither do I. I removed myself from the group after ‘stepping down’ as a maintainer, so I no longer have any rights. I thought you still had them |
@ai my |
@ismay removing yourself before finding next maintainer is not the best way ;). At least we could have a big security issue which must be fixed fast. I wrote to origin author @anandthakker |
Yeah, that's what I figured out looking at contributors |
@ai Yeah you’re right, I didn’t think of that at the time |
@pkuczynski added you to the repo and NPM. 🙏 thanks for agreeing to step in! |
Looks good! Thanks. Let's see how it goes :) |
Upgraded packages:
Allows to specify in
browsers
newdead
option https://github.com/ai/browserslist/blob/master/CHANGELOG.md#30Fixes #84