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.
Motivation and Context
Update to use latest npm dependencies
Description
Updated Packages:
cordova-create@^4.0.0
cordova-lib@^11.0.0
execa@^5.1.1
fs-extra@^10.0.0
nopt@^5.0.0
semver@^7.3.5
systeminformation@^5.9.17
update-notifier@^5.1.0
jasmine@^3.10.0
Other Notes:
I have temporary hard pinned the version of insight to the currently installed 0.10.3. This is to ensure that the package-lock.json will not contain the latest version which had major changes. The next PR will update insight to the latest release with the code changes.
insight@0.10.3
I also did not upgrade the
configstore
andexeca
package the the latest release because it uses ESM which Cordova can not support at this time.Testing
npm t
Checklist