Created by: dependabot-preview[bot]
Bumps shelljs from 0.8.3 to 0.8.4.
Release notes
Sourced from shelljs's releases.
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
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:
- feat(options): initial support for long options #926 (nfischer)
- test(touch): add coverage for -d option #925 (nfischer)
- chore(node): add v10 and v11 to CI #921 (nfischer)
- chore(test): no coverage by default #920 (nfischer)
- fix(exec): consistent error message for maxBuffer #919 (nfischer)
- chore(node): drop node v4 and v5 #917 (nfischer)
- chore: script to bump supported node versions #913 (nfischer)
- chore(npm): remove lockfile #911 (nfischer)
- ci: change language to node_js and remove obsolete scripts #910 (DanielRuf)
- chore: remove gitter integration #907 (nfischer)
- fix: Exit 1 with empty string if no match #901 (wyardley)
- feat(cp): support update flag when recursing #889 (joshi-sh)
Commits
-
fcf1651
0.8.4 -
a1111ee
Silence potentially upcoming circular dependency warning (#973) - See full diff in compare view
You can trigger a rebase of this PR 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 badge me
will comment on this PR with code to add a "Dependabot enabled" badge to your readme
Additionally, you can set the following in the .dependabot/config.yml
file in this repo:
- Update frequency
- Out-of-range updates (receive only lockfile updates, if desired)
- Security updates (receive only security updates, if desired)