Bump shelljs from 0.8.3 to 0.8.5 #8

Merged
dependabot[bot] merged 1 commits from dependabot/npm_and_yarn/shelljs-0.8.5 into master 2022-01-20 01:12:57 +03:00
dependabot[bot] commented 2022-01-15 10:09:12 +03:00 (Migrated from github.com)

Bumps shelljs from 0.8.3 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 warning in node v14. See #973.

Changelog

Sourced from shelljs's changelog.

Change Log

Unreleased

Full Changelog

Closed issues:

  • find returns empty array even though directory has files #922
  • exec() should support node v10 (maxbuffer change) #915
  • grep exit status and extra newlines #900
  • Travis CI currently broken #893
  • Drop node v4 support #873
  • cp -Ru respects the -R but not the -u #808

Merged pull requests:

Commits

Dependabot compatibility score

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 commands and options

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.

Bumps [shelljs](https://github.com/shelljs/shelljs) from 0.8.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> </blockquote> </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> </blockquote> </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>See full diff in <a href="https://github.com/shelljs/shelljs/compare/v0.8.3...v0.8.5">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=shelljs&package-manager=npm_and_yarn&previous-version=0.8.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/unistack-org/ngx-translate-extract-marker/network/alerts). </details>
Sign in to join this conversation.
No reviewers
No Milestone
No project
No Assignees
1 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: unistack-org/ngx-translate-extract-marker#8
No description provided.