-
Notifications
You must be signed in to change notification settings - Fork 339
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
Start version 8.1.0 #333
Merged
Merged
Start version 8.1.0 #333
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
* Update readme.md * Update readme.md * Update readme.md * Update readme.md * Update readme.md * Update readme.md
Prior to this, the CLI would exit with UnhandledPromiseRejectionWarning and a full stack trace when an error occurred. With this change, set an error code indicating failure and only display the error message by default. The stack trace is printed with --verbose. Furthermore, the loud-rejection handler is registered to fail properly if any rejected promises snuck past our handling.
Cleanup application entry point
…ache#291) Fixes a bug where "cordova requirements" printed out [object Object] in place of the version number.
Update README to remove JIRA reference
Those haven't been updated in years (!), so they can be safely removed.
Staying on jasmine 3.1.x for now. See: apache/cordova-lib#639
- To resolve the lodash warning, 0.9.0 would have sufficed. - Because of yeoman/insight@dae6dd4b73b9 users will be asked again whether they want data to be collected Fixes apache#300
Minor test cleanup
(except for old inquirer version in insight which is not wanted)
raphinesse
approved these changes
Sep 21, 2018
brodycj
pushed a commit
that referenced
this pull request
Sep 24, 2018
brodycj
pushed a commit
that referenced
this pull request
Sep 24, 2018
This was referenced Sep 24, 2018
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
master
(see below)8.1.0-dev
cordova-lib@8.1.0
updateinquirer@3
, needed to help resolve remainingnpm audit
issuenpm shrinkwrap
, withinquirer@3
fix to resolvenpm audit
issueChanges included from
master
:insight
to resolvenpm audit
warningspec
(test) updates by @raphinesse