mpvue-vant
mpvue-vant copied to clipboard
Bump shelljs from 0.8.2 to 0.8.5 in /demo
Bumps shelljs from 0.8.2 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.
v0.8.3
Closed issues:
- Shelljs print stderr to console even if exec-only "silent" is true #905
- refactor: remove common.state.tempDir #902
- Can't suppress stdout for echo #899
- exec() doesn't apply the arguments correctly #895
- shell.exec('npm pack') painfully slow #885
- shelljs.exec cannot find app.asar/node_modules/shelljs/src/exec-child.js #881
- test infra: mocks and skipOnWin conflict #862
- Support for shell function completion on IDE #859
- echo command shows options in stdout #855
- silent does not always work #851
- Appveyor installs the latest npm, instead of the latest compatible npm #844
- Force symbolic link (ln -sf) does not overwrite/recreate existing destination #830
- inconsistent result when trying to echo to a file #798
- Prevent require()ing executable-only files #789
- Cannot set property to of [object String] which has only a getter #752
- which() should check executability before returning a value #657
- Bad encoding experience #456
- phpcs very slow #440
- Error shown when triggering a sigint during shelljs.exec if process.on sigint is defined #254
.to\(file\)does not mute STDIO output #146- Escaping shell arguments to exec() #143
- Allow multiple string arguments for exec() #103
- cp does not recursively copy from readonly location #98
- Handling permissions errors on file I/O #64
Merged pull requests:
- Add test case for sed on empty file #904 (wyardley)
- refactor: don't expose tempdir in common.state #903 (nfischer)
- chore(ci): fix codecov on travis #897 (nfischer)
- chore(npm): add ci-or-install script #896 (nfischer)
- Fix silent exec #892 (nfischer)
- chore(appveyor): run entire test matrix #886 (nfischer)
- docs: remove gitter badge #880 (nfischer)
- grep includes the i flag #876 (ppsleep)
- Fix(which): match only executable files (#657) #874 (termosa)
- chore: rename some tests #871 (nfischer)
- Fix cp from readonly source #870 (nfischer)
- chore: bump dev dependencies and add package-lock #864 (nfischer)
- fix(mocks): fix conflict between mocks and skip #863 (nfischer)
- chore: output npm version in travis #850 (nfischer)
... (truncated)
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)
v0.8.3 (2018-11-13)
Closed issues:
- Shelljs print stderr to console even if exec-only "silent" is true #905
- refactor: remove common.state.tempDir #902
- Can't suppress stdout for echo #899
- exec() doesn't apply the arguments correctly #895
- shell.exec('npm pack') painfully slow #885
- shelljs.exec cannot find app.asar/node_modules/shelljs/src/exec-child.js #881
- test infra: mocks and skipOnWin conflict #862
- Support for shell function completion on IDE #859
- echo command shows options in stdout #855
- silent does not always work #851
- Appveyor installs the latest npm, instead of the latest compatible npm #844
- Force symbolic link (ln -sf) does not overwrite/recreate existing destination #830
- inconsistent result when trying to echo to a file #798
- Prevent require()ing executable-only files #789
- Cannot set property to of [object String] which has only a getter #752
... (truncated)
Commits
70668a40.8.5d919d22fix(exec): lockdown file permissions (#1060)fcf16510.8.4a1111eeSilence potentially upcoming circular dependency warning (#973)d4d13170.8.3db317bfAdd test case for sed on empty file (#904)0d5ecb6docs(changelog): updated by Nate Fischer [ci skip]6b3c7b1refactor: don't expose tempdir in common.state (#903)4bd22e7chore(ci): fix codecov on travis (#897)2b3b781fix: silent exec (#892)- Additional commits viewable in compare view
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 rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot mergewill merge this PR after your CI passes on it@dependabot squash and mergewill squash and merge this PR after your CI passes on it@dependabot cancel mergewill cancel a previously requested merge and block automerging@dependabot reopenwill reopen this PR if it is closed@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot ignore this major versionwill 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 versionwill 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 dependencywill 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 labelswill set the current labels as the default for future PRs for this repo and language@dependabot use these reviewerswill set the current reviewers as the default for future PRs for this repo and language@dependabot use these assigneeswill set the current assignees as the default for future PRs for this repo and language@dependabot use this milestonewill 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.