-
Notifications
You must be signed in to change notification settings - Fork 2.5k
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
Bumped nsfw to 1.2.9 #7535
Bumped nsfw to 1.2.9 #7535
Conversation
Signed-off-by: Federico Bozzini <federico.bozzini@gmail.com>
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.
I could build it:
Done in 5.46s.
Done in 493.31s.
yarn run v1.21.1
$ theia rebuild:electron
Processing @theia/node-pty
Processing nsfw
Processing native-keymap
Processing find-git-repositories
√ Rebuild Complete
Done in 51.20s.
I could rebuild for electron:
yarn run v1.21.1
$ theia rebuild:electron
native node modules are already rebuilt for electron
Done in 3.06s.
The versions look good:
yarn why v1.21.1
[1/4] Why do we have the module "nsfw"...?
[2/4] Initialising dependency graph...
[3/4] Finding dependency...
[4/4] Calculating file sizes...
=> Found "nsfw@1.2.9"
info Reasons this module exists
- "_project_#@theia#core" depends on it
- Hoisted from "_project_#@theia#core#nsfw"
Done in 1.33s.
File change event looks OK on Windows after moving a single file:
👍
Hi, I am unable to reproduce on Ubuntu 18.04, using the suggested Probably doesn't hurt to bump the |
@federicobozzini have you gone through our 3rd party dependencies license check process to confirm that everything recursively pulled along the new version of If not can you give it a try? I can help if you have questions. |
by default it's specified |
There are no new dependency as far as I can tell. With this PR |
A new version of any production dependency is enough to trigger the need for the license check |
I quickly verified the updated dependency by performing a license check (as described here) and everything checks out :) |
So, just playing devil's advocate: since a new ok |
Yes, we need to test the latest nsfw by us. |
merging or anything else has to be resovled? |
Good from my side 👍 |
What it does
It bumps nsfw version to 1.2.9.
This fixes #6315 . It should also help with #7510 since the napi changes that were breaking the build are not included in this release.
How to test
As for #6315 just moving a file on Windows should now fire the correct events.
Review checklist
Reminder for reviewers