You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@cordova.apache.org by GitBox <gi...@apache.org> on 2022/07/19 06:57:52 UTC

[GitHub] [cordova-browser] dependabot[bot] opened a new pull request, #108: Bump shelljs from 0.5.3 to 0.8.5

dependabot[bot] opened a new pull request, #108:
URL: https://github.com/apache/cordova-browser/pull/108

   Bumps [shelljs](https://github.com/shelljs/shelljs) from 0.5.3 to 0.8.5.
   <details>
   <summary>Release notes</summary>
   <p><em>Sourced from <a href="https://github.com/shelljs/shelljs/releases">shelljs's releases</a>.</em></p>
   <blockquote>
   <h2>v0.8.5</h2>
   <p>This was a small security fix for <a href="https://github-redirect.dependabot.com/shelljs/shelljs/issues/1058">#1058</a>.</p>
   <h2>v0.8.4</h2>
   <p>Small patch release to fix a circular dependency warning in node v14. See <a href="https://github-redirect.dependabot.com/shelljs/shelljs/issues/973">#973</a>.</p>
   <h2>v0.8.3</h2>
   <p><strong>Closed issues:</strong></p>
   <ul>
   <li>Shelljs print stderr to console even if exec-only &quot;silent&quot; is true <a href="https://github-redirect.dependabot.com/shelljs/shelljs/issues/905">#905</a></li>
   <li>refactor: remove common.state.tempDir <a href="https://github-redirect.dependabot.com/shelljs/shelljs/issues/902">#902</a></li>
   <li>Can't suppress stdout for echo <a href="https://github-redirect.dependabot.com/shelljs/shelljs/issues/899">#899</a></li>
   <li>exec() doesn't apply the arguments correctly <a href="https://github-redirect.dependabot.com/shelljs/shelljs/issues/895">#895</a></li>
   <li>shell.exec('npm pack') painfully slow <a href="https://github-redirect.dependabot.com/shelljs/shelljs/issues/885">#885</a></li>
   <li>shelljs.exec cannot find app.asar/node_modules/shelljs/src/exec-child.js <a href="https://github-redirect.dependabot.com/shelljs/shelljs/issues/881">#881</a></li>
   <li>test infra: mocks and skipOnWin conflict <a href="https://github-redirect.dependabot.com/shelljs/shelljs/issues/862">#862</a></li>
   <li>Support for shell function completion on IDE <a href="https://github-redirect.dependabot.com/shelljs/shelljs/issues/859">#859</a></li>
   <li>echo command shows options in stdout <a href="https://github-redirect.dependabot.com/shelljs/shelljs/issues/855">#855</a></li>
   <li>silent does not always work <a href="https://github-redirect.dependabot.com/shelljs/shelljs/issues/851">#851</a></li>
   <li>Appveyor installs the latest npm, instead of the latest compatible npm <a href="https://github-redirect.dependabot.com/shelljs/shelljs/issues/844">#844</a></li>
   <li>Force symbolic link (ln -sf) does not overwrite/recreate existing destination <a href="https://github-redirect.dependabot.com/shelljs/shelljs/issues/830">#830</a></li>
   <li>inconsistent result when trying to echo to a file <a href="https://github-redirect.dependabot.com/shelljs/shelljs/issues/798">#798</a></li>
   <li>Prevent require()ing executable-only files <a href="https://github-redirect.dependabot.com/shelljs/shelljs/issues/789">#789</a></li>
   <li>Cannot set property to of [object String] which has only a getter <a href="https://github-redirect.dependabot.com/shelljs/shelljs/issues/752">#752</a></li>
   <li>which() should check executability before returning a value <a href="https://github-redirect.dependabot.com/shelljs/shelljs/issues/657">#657</a></li>
   <li>Bad encoding experience <a href="https://github-redirect.dependabot.com/shelljs/shelljs/issues/456">#456</a></li>
   <li>phpcs very slow <a href="https://github-redirect.dependabot.com/shelljs/shelljs/issues/440">#440</a></li>
   <li>Error shown when triggering a sigint during shelljs.exec if process.on sigint is defined <a href="https://github-redirect.dependabot.com/shelljs/shelljs/issues/254">#254</a></li>
   <li><code>.to\(file\)</code> does not mute STDIO output <a href="https://github-redirect.dependabot.com/shelljs/shelljs/issues/146">#146</a></li>
   <li>Escaping shell arguments to exec() <a href="https://github-redirect.dependabot.com/shelljs/shelljs/issues/143">#143</a></li>
   <li>Allow multiple string arguments for exec() <a href="https://github-redirect.dependabot.com/shelljs/shelljs/issues/103">#103</a></li>
   <li>cp does not recursively copy from readonly location  <a href="https://github-redirect.dependabot.com/shelljs/shelljs/issues/98">#98</a></li>
   <li>Handling permissions errors on file I/O <a href="https://github-redirect.dependabot.com/shelljs/shelljs/issues/64">#64</a></li>
   </ul>
   <p><strong>Merged pull requests:</strong></p>
   <ul>
   <li>Add test case for sed on empty file <a href="https://github-redirect.dependabot.com/shelljs/shelljs/pull/904">#904</a> (<a href="https://github.com/wyardley">wyardley</a>)</li>
   <li>refactor: don't expose tempdir in common.state <a href="https://github-redirect.dependabot.com/shelljs/shelljs/pull/903">#903</a> (<a href="https://github.com/nfischer">nfischer</a>)</li>
   <li>chore(ci): fix codecov on travis <a href="https://github-redirect.dependabot.com/shelljs/shelljs/pull/897">#897</a> (<a href="https://github.com/nfischer">nfischer</a>)</li>
   <li>chore(npm): add ci-or-install script <a href="https://github-redirect.dependabot.com/shelljs/shelljs/pull/896">#896</a> (<a href="https://github.com/nfischer">nfischer</a>)</li>
   <li>Fix silent exec <a href="https://github-redirect.dependabot.com/shelljs/shelljs/pull/892">#892</a> (<a href="https://github.com/nfischer">nfischer</a>)</li>
   <li>chore(appveyor): run entire test matrix <a href="https://github-redirect.dependabot.com/shelljs/shelljs/pull/886">#886</a> (<a href="https://github.com/nfischer">nfischer</a>)</li>
   <li>docs: remove gitter badge <a href="https://github-redirect.dependabot.com/shelljs/shelljs/pull/880">#880</a> (<a href="https://github.com/nfischer">nfischer</a>)</li>
   <li>grep includes the i flag <a href="https://github-redirect.dependabot.com/shelljs/shelljs/pull/876">#876</a> (<a href="https://github.com/ppsleep">ppsleep</a>)</li>
   <li>Fix(which): match only executable files (<a href="https://github-redirect.dependabot.com/shelljs/shelljs/issues/657">#657</a>) <a href="https://github-redirect.dependabot.com/shelljs/shelljs/pull/874">#874</a> (<a href="https://github.com/termosa">termosa</a>)</li>
   <li>chore: rename some tests <a href="https://github-redirect.dependabot.com/shelljs/shelljs/pull/871">#871</a> (<a href="https://github.com/nfischer">nfischer</a>)</li>
   <li>Fix cp from readonly source <a href="https://github-redirect.dependabot.com/shelljs/shelljs/pull/870">#870</a> (<a href="https://github.com/nfischer">nfischer</a>)</li>
   <li>chore: bump dev dependencies and add package-lock <a href="https://github-redirect.dependabot.com/shelljs/shelljs/pull/864">#864</a> (<a href="https://github.com/nfischer">nfischer</a>)</li>
   <li>fix(mocks): fix conflict between mocks and skip <a href="https://github-redirect.dependabot.com/shelljs/shelljs/pull/863">#863</a> (<a href="https://github.com/nfischer">nfischer</a>)</li>
   <li>chore: output npm version in travis <a href="https://github-redirect.dependabot.com/shelljs/shelljs/pull/850">#850</a> (<a href="https://github.com/nfischer">nfischer</a>)</li>
   </ul>
   <!-- raw HTML omitted -->
   </blockquote>
   <p>... (truncated)</p>
   </details>
   <details>
   <summary>Changelog</summary>
   <p><em>Sourced from <a href="https://github.com/shelljs/shelljs/blob/master/CHANGELOG.md">shelljs's changelog</a>.</em></p>
   <blockquote>
   <h1>Change Log</h1>
   <h2><a href="https://github.com/shelljs/shelljs/tree/HEAD">Unreleased</a></h2>
   <p><a href="https://github.com/shelljs/shelljs/compare/v0.8.3...HEAD">Full Changelog</a></p>
   <p><strong>Closed issues:</strong></p>
   <ul>
   <li>find returns empty array even though directory has files <a href="https://github-redirect.dependabot.com/shelljs/shelljs/issues/922">#922</a></li>
   <li>exec() should support node v10 (maxbuffer change) <a href="https://github-redirect.dependabot.com/shelljs/shelljs/issues/915">#915</a></li>
   <li>grep exit status and extra newlines <a href="https://github-redirect.dependabot.com/shelljs/shelljs/issues/900">#900</a></li>
   <li>Travis CI currently broken <a href="https://github-redirect.dependabot.com/shelljs/shelljs/issues/893">#893</a></li>
   <li>Drop node v4 support <a href="https://github-redirect.dependabot.com/shelljs/shelljs/issues/873">#873</a></li>
   <li>cp -Ru respects the -R but not the -u <a href="https://github-redirect.dependabot.com/shelljs/shelljs/issues/808">#808</a></li>
   </ul>
   <p><strong>Merged pull requests:</strong></p>
   <ul>
   <li>feat(options): initial support for long options <a href="https://github-redirect.dependabot.com/shelljs/shelljs/pull/926">#926</a> (<a href="https://github.com/nfischer">nfischer</a>)</li>
   <li>test(touch): add coverage for -d option <a href="https://github-redirect.dependabot.com/shelljs/shelljs/pull/925">#925</a> (<a href="https://github.com/nfischer">nfischer</a>)</li>
   <li>chore(node): add v10 and v11 to CI <a href="https://github-redirect.dependabot.com/shelljs/shelljs/pull/921">#921</a> (<a href="https://github.com/nfischer">nfischer</a>)</li>
   <li>chore(test): no coverage by default <a href="https://github-redirect.dependabot.com/shelljs/shelljs/pull/920">#920</a> (<a href="https://github.com/nfischer">nfischer</a>)</li>
   <li>fix(exec): consistent error message for maxBuffer <a href="https://github-redirect.dependabot.com/shelljs/shelljs/pull/919">#919</a> (<a href="https://github.com/nfischer">nfischer</a>)</li>
   <li>chore(node): drop node v4 and v5 <a href="https://github-redirect.dependabot.com/shelljs/shelljs/pull/917">#917</a> (<a href="https://github.com/nfischer">nfischer</a>)</li>
   <li>chore: script to bump supported node versions <a href="https://github-redirect.dependabot.com/shelljs/shelljs/pull/913">#913</a> (<a href="https://github.com/nfischer">nfischer</a>)</li>
   <li>chore(npm): remove lockfile <a href="https://github-redirect.dependabot.com/shelljs/shelljs/pull/911">#911</a> (<a href="https://github.com/nfischer">nfischer</a>)</li>
   <li>ci: change language to node_js and remove obsolete scripts <a href="https://github-redirect.dependabot.com/shelljs/shelljs/pull/910">#910</a> (<a href="https://github.com/DanielRuf">DanielRuf</a>)</li>
   <li>chore: remove gitter integration <a href="https://github-redirect.dependabot.com/shelljs/shelljs/pull/907">#907</a> (<a href="https://github.com/nfischer">nfischer</a>)</li>
   <li>fix: Exit 1 with empty string if no match <a href="https://github-redirect.dependabot.com/shelljs/shelljs/pull/901">#901</a> (<a href="https://github.com/wyardley">wyardley</a>)</li>
   <li>feat(cp): support update flag when recursing <a href="https://github-redirect.dependabot.com/shelljs/shelljs/pull/889">#889</a> (<a href="https://github.com/joshi-sh">joshi-sh</a>)</li>
   </ul>
   <h2><a href="https://github.com/shelljs/shelljs/tree/v0.8.3">v0.8.3</a> (2018-11-13)</h2>
   <p><a href="https://github.com/shelljs/shelljs/compare/v0.8.2...v0.8.3">Full Changelog</a></p>
   <p><strong>Closed issues:</strong></p>
   <ul>
   <li>Shelljs print stderr to console even if exec-only &quot;silent&quot; is true <a href="https://github-redirect.dependabot.com/shelljs/shelljs/issues/905">#905</a></li>
   <li>refactor: remove common.state.tempDir <a href="https://github-redirect.dependabot.com/shelljs/shelljs/issues/902">#902</a></li>
   <li>Can't suppress stdout for echo <a href="https://github-redirect.dependabot.com/shelljs/shelljs/issues/899">#899</a></li>
   <li>exec() doesn't apply the arguments correctly <a href="https://github-redirect.dependabot.com/shelljs/shelljs/issues/895">#895</a></li>
   <li>shell.exec('npm pack') painfully slow <a href="https://github-redirect.dependabot.com/shelljs/shelljs/issues/885">#885</a></li>
   <li>shelljs.exec cannot find app.asar/node_modules/shelljs/src/exec-child.js <a href="https://github-redirect.dependabot.com/shelljs/shelljs/issues/881">#881</a></li>
   <li>test infra: mocks and skipOnWin conflict <a href="https://github-redirect.dependabot.com/shelljs/shelljs/issues/862">#862</a></li>
   <li>Support for shell function completion on IDE <a href="https://github-redirect.dependabot.com/shelljs/shelljs/issues/859">#859</a></li>
   <li>echo command shows options in stdout <a href="https://github-redirect.dependabot.com/shelljs/shelljs/issues/855">#855</a></li>
   <li>silent does not always work <a href="https://github-redirect.dependabot.com/shelljs/shelljs/issues/851">#851</a></li>
   <li>Appveyor installs the latest npm, instead of the latest compatible npm <a href="https://github-redirect.dependabot.com/shelljs/shelljs/issues/844">#844</a></li>
   <li>Force symbolic link (ln -sf) does not overwrite/recreate existing destination <a href="https://github-redirect.dependabot.com/shelljs/shelljs/issues/830">#830</a></li>
   <li>inconsistent result when trying to echo to a file <a href="https://github-redirect.dependabot.com/shelljs/shelljs/issues/798">#798</a></li>
   <li>Prevent require()ing executable-only files <a href="https://github-redirect.dependabot.com/shelljs/shelljs/issues/789">#789</a></li>
   <li>Cannot set property to of [object String] which has only a getter <a href="https://github-redirect.dependabot.com/shelljs/shelljs/issues/752">#752</a></li>
   </ul>
   <!-- raw HTML omitted -->
   </blockquote>
   <p>... (truncated)</p>
   </details>
   <details>
   <summary>Commits</summary>
   <ul>
   <li><a href="https://github.com/shelljs/shelljs/commit/70668a4555c7d49c4f67d53ea063b899be4d6d40"><code>70668a4</code></a> 0.8.5</li>
   <li><a href="https://github.com/shelljs/shelljs/commit/d919d22dd6de385edaa9d90313075a77f74b338c"><code>d919d22</code></a> fix(exec): lockdown file permissions (<a href="https://github-redirect.dependabot.com/shelljs/shelljs/issues/1060">#1060</a>)</li>
   <li><a href="https://github.com/shelljs/shelljs/commit/fcf1651be9a3bb8e20ba1fd24b8a91f369829c53"><code>fcf1651</code></a> 0.8.4</li>
   <li><a href="https://github.com/shelljs/shelljs/commit/a1111ee793e0292e4eff27b69214b361bd1eb712"><code>a1111ee</code></a> Silence potentially upcoming circular dependency warning (<a href="https://github-redirect.dependabot.com/shelljs/shelljs/issues/973">#973</a>)</li>
   <li><a href="https://github.com/shelljs/shelljs/commit/d4d1317ce62531fbd49085852b8492db3dd39312"><code>d4d1317</code></a> 0.8.3</li>
   <li><a href="https://github.com/shelljs/shelljs/commit/db317bf09236b8cabfa6a18b232a02035e9e08f1"><code>db317bf</code></a> Add test case for sed on empty file (<a href="https://github-redirect.dependabot.com/shelljs/shelljs/issues/904">#904</a>)</li>
   <li><a href="https://github.com/shelljs/shelljs/commit/0d5ecb673e65d4041a2ca26956deee7f5b9480f4"><code>0d5ecb6</code></a> docs(changelog): updated by Nate Fischer [ci skip]</li>
   <li><a href="https://github.com/shelljs/shelljs/commit/6b3c7b1e44b5cd308aac3a924165658fac3268d8"><code>6b3c7b1</code></a> refactor: don't expose tempdir in common.state (<a href="https://github-redirect.dependabot.com/shelljs/shelljs/issues/903">#903</a>)</li>
   <li><a href="https://github.com/shelljs/shelljs/commit/4bd22e77423182219cd43f0c8d38621b1c957986"><code>4bd22e7</code></a> chore(ci): fix codecov on travis (<a href="https://github-redirect.dependabot.com/shelljs/shelljs/issues/897">#897</a>)</li>
   <li><a href="https://github.com/shelljs/shelljs/commit/2b3b781bbc41add8ca17bcd35a6d8f19797285ce"><code>2b3b781</code></a> fix: silent exec (<a href="https://github-redirect.dependabot.com/shelljs/shelljs/issues/892">#892</a>)</li>
   <li>Additional commits viewable in <a href="https://github.com/shelljs/shelljs/compare/v0.5.3...v0.8.5">compare view</a></li>
   </ul>
   </details>
   <details>
   <summary>Maintainer changes</summary>
   <p>This version was pushed to npm by <a href="https://www.npmjs.com/~nfischer">nfischer</a>, a new releaser for shelljs since your current version.</p>
   </details>
   <br />
   
   
   [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=shelljs&package-manager=npm_and_yarn&previous-version=0.5.3&new-version=0.8.5)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)
   
   Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`.
   
   [//]: # (dependabot-automerge-start)
   [//]: # (dependabot-automerge-end)
   
   ---
   
   <details>
   <summary>Dependabot commands and options</summary>
   <br />
   
   You can trigger Dependabot actions by commenting on this PR:
   - `@dependabot rebase` will rebase this PR
   - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it
   - `@dependabot merge` will merge this PR after your CI passes on it
   - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it
   - `@dependabot cancel merge` will cancel a previously requested merge and block automerging
   - `@dependabot reopen` will reopen this PR if it is closed
   - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
   - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
   - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
   - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
   - `@dependabot use these labels` will set the current labels as the default for future PRs for this repo and language
   - `@dependabot use these reviewers` will set the current reviewers as the default for future PRs for this repo and language
   - `@dependabot use these assignees` will set the current assignees as the default for future PRs for this repo and language
   - `@dependabot use this milestone` will set the current milestone as the default for future PRs for this repo and language
   
   You can disable automated security fix PRs for this repo from the [Security Alerts page](https://github.com/apache/cordova-browser/network/alerts).
   
   </details>


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: issues-unsubscribe@cordova.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscribe@cordova.apache.org
For additional commands, e-mail: issues-help@cordova.apache.org


[GitHub] [cordova-browser] u01jmg3 commented on pull request #108: Bump shelljs from 0.5.3 to 0.8.5

Posted by GitBox <gi...@apache.org>.
u01jmg3 commented on PR #108:
URL: https://github.com/apache/cordova-browser/pull/108#issuecomment-1337766789

   - [Migrating from v0.5.3 to v0.6](https://github.com/shelljs/shelljs/wiki/Migrating-from-v0.5.3-to-v0.6)
   - [Migrating from v0.6 to v0.7](https://github.com/shelljs/shelljs/wiki/Migrating-from-v0.6-to-v0.7)
   - Migrating from v0.7 to v0.8
     - No guide available
   
   ---
   
   Upgrading to `0.8.5` causes issues with copying a directory of files as it omits creating the source parent directory (`/cordova`) at the destination path.
   
   ```js
   // bin/lib/create.js
   
   shell.cp('-r', path.join(ROOT, 'bin/template/cordova'), project_path);
   ```


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: issues-unsubscribe@cordova.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscribe@cordova.apache.org
For additional commands, e-mail: issues-help@cordova.apache.org


[GitHub] [cordova-browser] jcesarmobile closed pull request #108: Bump shelljs from 0.5.3 to 0.8.5

Posted by GitBox <gi...@apache.org>.
jcesarmobile closed pull request #108: Bump shelljs from 0.5.3 to 0.8.5
URL: https://github.com/apache/cordova-browser/pull/108


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: issues-unsubscribe@cordova.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscribe@cordova.apache.org
For additional commands, e-mail: issues-help@cordova.apache.org


[GitHub] [cordova-browser] dependabot[bot] commented on pull request #108: Bump shelljs from 0.5.3 to 0.8.5

Posted by GitBox <gi...@apache.org>.
dependabot[bot] commented on PR #108:
URL: https://github.com/apache/cordova-browser/pull/108#issuecomment-1381555106

   OK, I won't notify you again about this release, but will get in touch when a new version is available. If you'd rather skip all updates until the next major or minor version, let me know by commenting `@dependabot ignore this major version` or `@dependabot ignore this minor version`.
   
   If you change your mind, just re-open this PR and I'll resolve any conflicts on it.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: issues-unsubscribe@cordova.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscribe@cordova.apache.org
For additional commands, e-mail: issues-help@cordova.apache.org