-
Notifications
You must be signed in to change notification settings - Fork 4.2k
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
Change deasync to its latest version #13839
Conversation
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.
Thanks for your first PR :) I left some comments.
.gitignore
Outdated
yarn.lock | ||
docker-compose.override.yml | ||
/wordpress | ||
/nbproject/* |
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.
Any reason for the change here?
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'm using netbeans and this IDE puts its project configurations in this folder directly in the project. For me it is useful if I want to branch / switch easily without commit this folder.
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 see, in that case, I suggest using the global gitignore instead of adding this to all the projects you work on https://gist.github.com/subfuzion/db7f57fff2fb6998a16c
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.
Hum, thanks I'm doing and testing it.
It's useful for all my projects :-)
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.
It's done. It works and I also removed this folder from .gitignore file
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.
Can you restore the .gitignore file to its original version (it shouldn't appear in the changes)
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.
Done ! It's due to line feed. Very strange because editorconfig is well configured.
"source-map-loader": "0.2.3", | ||
"sprintf-js": "1.1.1", | ||
"stylelint-config-wordpress": "13.1.0", | ||
"uuid": "3.3.2", | ||
"webpack-bundle-analyzer": "3.0.2", |
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.
After the change here, I expect at least a small change in the package-lock.json
file. (That's why the tests are failing). You should run npm install
and commit the package lock.
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.
Hum ok. I understand now why package-lock.json is needed :)
I just didn't commit this file. I'm going to do it.
Congrats for the first PR :) |
Fix #13437
Description
npm install deasync@latest --save-dev
How has this been tested?
Environment