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

Electron upgrade to 1.6.11 #286

Merged
merged 1 commit into from
Jul 11, 2017
Merged

Conversation

lmcgupe
Copy link
Contributor

@lmcgupe lmcgupe commented Jul 10, 2017

No description provided.

@lmcgupe lmcgupe requested a review from hexa00 July 11, 2017 11:17
Copy link

@hexa00 hexa00 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pretty much only shrinkwrap problems to fix...

"from": "xterm@>=2.6.0 <3.0.0",
"resolved": "https://registry.npmjs.org/xterm/-/xterm-2.7.0.tgz"
"resolved": "https://registry.npmjs.org/xterm/-/xterm-2.8.1.tgz"
},
"y18n": {
"version": "3.2.1",
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Electron is not the only change in the shrinkwrap here... it is not good.
Strange thing it looks like the changes from the previous commit are in this one also ?

"from": "xterm@>=2.6.0 <3.0.0",
"resolved": "https://registry.npmjs.org/xterm/-/xterm-2.7.0.tgz"
"resolved": "https://registry.npmjs.org/xterm/-/xterm-2.8.1.tgz"
},
"y18n": {
"version": "3.2.1",
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Same problem here about the shrinkwrap change

"from": "@types/node@>=7.0.18 <8.0.0",
"resolved": "https://registry.npmjs.org/@types/node/-/node-7.0.34.tgz"
}
}
},
"electron-download": {
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This one is OK, the others should look like it

package.json Outdated
@@ -35,7 +34,7 @@
"body-parser": "^1.17.2",
"bunyan": "^1.8.10",
"chokidar": "^1.6.1",
"electron": "1.6.8",
"electron": "1.6.11",
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This should be "^1.6.11"

@hexa00
Copy link

hexa00 commented Jul 11, 2017

Note also the 1st commit is there to better help you make a good shrinkwrap commit with only your changes... You just remove it from the PR once this is ok

@hexa00
Copy link

hexa00 commented Jul 11, 2017

The shrinkwrap is still wrong and you still have the 2 commits in your pr...

@lmcgupe lmcgupe force-pushed the electron branch 2 times, most recently from ff9cdd0 to 190377b Compare July 11, 2017 18:24
Signed-off-by: Guy Perron <guy.perron@ericsson.com>
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.

2 participants