-
Notifications
You must be signed in to change notification settings - Fork 210
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 picomatch so image-sequencer works in Safari #1740
Conversation
Thanks for opening this pull request! This space is protected by our Code of Conduct. |
Had one failed test locally, not sure if that's due to building on a Mac...
|
Codecov Report
@@ Coverage Diff @@
## main #1740 +/- ##
==========================================
- Coverage 66.67% 64.88% -1.80%
==========================================
Files 130 135 +5
Lines 2686 2828 +142
Branches 433 458 +25
==========================================
+ Hits 1791 1835 +44
- Misses 895 993 +98
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Nice!
Looks great, thanks Josh!!! |
Feel free to merge this, @publiclab/is-maintainers ! |
No, just a single suggestion isn't sufficient. We'll have to delete using npm only. We ARE NOT supposed to handle lockfiles and doing anything like that will only lead to disaster. (according to npm ig) |
OK, want to try this out using GitPod or otherwise push a commit to this
branch? I'm not that familiar with changing just the lockfile as I usually
let Dependabot handle those.
…On Mon, Nov 2, 2020 at 12:07 PM Harsh Khandeparkar ***@***.***> wrote:
No, just a single suggestion isn't sufficient. We'll have to delete using
npm only. We ARE NOT supposed to handle lockfiles and doing anything like
that will only lead to disaster. (according to npm ig)
—
You are receiving this because your review was requested.
Reply to this email directly, view it on GitHub
<#1740 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AAAF6J3A4KX7V6W5QRPTZ23SN3RNZANCNFSM4TAAVKEQ>
.
|
I can remove the dependency, one sec. |
Gitpod isn't allowing me to push, but |
Co-authored-by: Jeffrey Warren <jeff@unterbahn.com>
Congrats on merging your first pull request! 🙌🎉⚡️ |
Done! Nice and many thanks to @jlev !! |
for #1738
Fixes #1738
Make sure these boxes are checked before your pull request (PR) is ready to be reviewed and merged. Thanks!
npm run test-all
@publiclab/is-reviewers
for help, in a comment belowIf tests do fail, click on the red
X
to learn why by reading the logs.Please be sure you've reviewed our contribution guidelines at https://publiclab.org/contributing-to-public-lab-software
Please make sure to get at least two reviews before asking for merging the PR as that would make the PR more reliable on our part
Thanks!