-
Notifications
You must be signed in to change notification settings - Fork 483
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
Bump micromatch from 3.1.10 to 4.0.4 #491
Conversation
Since this is a major version bump, is the API the same, or could this result in a change in behaviour? |
I'm not sure. Since jscodeshift is going to be active again as per #482 (comment), we should switch to GitHub Actions and ensure CI is run before merging any existing PRs. WDYT? |
This sounds great! |
PR added to enable GitHub Actions in #493 |
The only API used in jscodeshift is jscodeshift/src/ignoreFiles.js Line 62 in 4a3db92
This PR was rebased after CI was enabled in #493, and CI is successful. |
Sounds good to me! |
@trivikr npm still has an old version of micromatch:
Could you post a fresh package version to npm? |
I can do this today. For now it's still me doing the releases. |
I’m a Facebook employee so I do not have npm publish superpowers. We’ll have to tap @Daniel15 on the shoulder for that 😄 |
@ElonVolo do you happen to know if there is someone else who can publish since Daniel doesn't seem to be responsive at the moment? |
I'm so sorry about this! Stuff came up in my personal life that meant I couldn't push the package on August 10th. This was on my todo list but I've been so busy with other stuff that I completely forgot about it. :( I'm working on it right now. |
@Daniel15 thank you very much! I hope things are getting better for you. Take care! |
I'm still experimenting this issue despite updating react-native to 0.70.3
|
I created a PR for that now: |
Refs #490