Skip to content
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

Merged
merged 5 commits into from Feb 13, 2019

Conversation

manooweb
Copy link
Contributor

Fix #13437

Description

npm install deasync@latest --save-dev

How has this been tested?

  • npm install
  • or npm run build
  • or npm run dev

Environment

  • OS: Windows 10
  • nodejs 11.9.0 updated since I opened the issue managed with chocolatey 0.10.11

@manooweb manooweb changed the title Build deasync latest Change deasync to its latest version Feb 12, 2019
Copy link
Contributor

@youknowriad youknowriad left a 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/*
Copy link
Contributor

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?

Copy link
Contributor Author

@manooweb manooweb Feb 13, 2019

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.

Copy link
Contributor

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

Copy link
Contributor Author

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 :-)

Copy link
Contributor Author

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

Copy link
Contributor

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)

Copy link
Contributor Author

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",
Copy link
Contributor

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.

Copy link
Contributor Author

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.

@youknowriad youknowriad merged commit 40872d3 into WordPress:master Feb 13, 2019
@youknowriad
Copy link
Contributor

Congrats for the first PR :)

@youknowriad youknowriad added this to the 5.1 (Gutenberg) milestone Feb 15, 2019
@manooweb manooweb deleted the build-deasync-latest branch February 21, 2019 07:54
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants