-
Notifications
You must be signed in to change notification settings - Fork 247
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
Cordova Lib Release Preparation (Cordova 9) #749
Conversation
- cordova-common@^3.1.0 - cordova-create@^2.0.0 - cordova-fetch@^2.0.0 - cordova-serve@^3.0.0
- codecov@^3.2.0 - delay@^4.1.0
npm >= 5 automatically prunes any unsaved packages during installation (see npm/npm#16853). Therefore, installing platforms and plugins without saving them to package.json is essentially broken right now.
Codecov Report
@@ Coverage Diff @@
## master #749 +/- ##
=======================================
Coverage 86.04% 86.04%
=======================================
Files 50 50
Lines 2666 2666
=======================================
Hits 2294 2294
Misses 372 372
Continue to review full report at Codecov.
|
Property is unused since 9f1fbf4
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.
LGTM. Added two commits with minor fixes. Feel free to move them to separate PRs if preferred.
Thanks @raphinesse ! I will be merging this PR and not squashing. I can keep these commits under this one PR. |
Platforms affected
all
Motivation and Context
Cordova 9 Release
Description
This PR contains final preparations for the Cordova 9 release goals.
See Cordova 9 Release Plan.
cordova-common@^3.1.0
cordova-create@^2.0.0
cordova-fetch@^2.0.0
cordova-serve@^3.0.0
fs-extra@^7.0.1
globby@^9.1.0
init-package-json@^1.10.3
read-chunk@^3.1.0
semver@^5.6.0
underscore@^1.9.1
eslint@^5.15.1
eslint-config-semistandard@^13.0.0
eslint-config-standard@^12.0.0
eslint-plugin-import@^2.16.0
eslint-plugin-node@^8.0.1
eslint-plugin-promise@^4.0.1
eslint-plugin-standard@^4.0.0
codecov@^3.2.0
delay@^4.1.0
jasmine@^3.3.1
nyc@^13.3.0
shelljs@^0.8.3
shelljs
dependency has been added as adevDepoendency
to fix the failing tests. Tests started to fail with[email protected]
. Theshelljs
dependency had been removed from[email protected]
andcordova-lib
relied on this dependency.Platform Pinning Bump
All platform pinnings were bumped and increase semver matches to include minors.
Testing
npm t
Checklist
(platform)
if this change only applies to one platform (e.g.(android)
)