cordova-coho
cordova-coho copied to clipboard
Apache Cordova coho
Bumps [word-wrap](https://github.com/jonschlinkert/word-wrap) from 1.2.3 to 1.2.4. Release notes Sourced from word-wrap's releases. 1.2.4 What's Changed Remove default indent by @mohd-akram in jonschlinkert/word-wrap#24 🔒fix: CVE 2023 26115 (2) by @OlafConijn in...
Bumps [semver](https://github.com/npm/node-semver) from 4.3.6 to 5.7.2. Release notes Sourced from semver's releases. v5.7.2 5.7.2 (2023-07-10) Bug Fixes 2f8fd41 #585 better handling of whitespace (#585) (@joaomoreno, @lukekarrys) Changelog Sourced from semver's...
Bumps [shelljs](https://github.com/shelljs/shelljs) from 0.1.4 to 0.8.5. Release notes Sourced from shelljs's releases. v0.8.5 This was a small security fix for #1058. v0.8.4 Small patch release to fix a circular dependency...
Bumps [xml2js](https://github.com/Leonidas-from-XIV/node-xml2js) from 0.4.17 to 0.5.0. Commits 9f730bb Update package.json with latest PR 50a492a Merge pull request #603 from autopulated/master 7bc3c5d Merge pull request #598 from fnimick/master f412a12 Merge pull...
Bumps [http-cache-semantics](https://github.com/kornelski/http-cache-semantics) from 4.1.0 to 4.1.1. Commits 2449650 Update mocha 560b2d8 Don't use regex to trim whitespace b1bdb92 Remove linting package zoo c20dc7e Cache 308 See full diff in compare...
[This thread on [email protected]](https://lists.apache.org/thread.html/rffa20b7b310c753ce8d609750a82f657e77afb1a2bbb46d970fd84b0%40%3Cdev.cordova.apache.org%3E) led to a discussion with @erisu about the number of extra commits that would persist in master in case of a failed release. A simple solution...
- TODO tests/package.json
For example: remove references to `amazon-fireos`, `bada`, `blackberry`, `ubuntu`, `firefoxos`, `qt`, `tizen`, `webos`, `wp8` platforms from sources such as: - `src/platform-release.js` - `src/repo-update.js` - `src/repoutil.js` - `src/versionutil.js` - `test/flagutil.test.js` Need...
### Platforms affected All ### What does this PR do? _TBD should be done more completely, in a separate PR:_ - fix usage messages _TODO: these items should be done...
Currently coho runs on the install/checkout location parent of coho (!), not where you execute it. For that to happen, you have to actually use the `-g`/`--global` option. As this...