Skip to content

Conversation

@joshi-sh
Copy link
Contributor

Fixes issue #159 with shx

@codecov-io
Copy link

codecov-io commented Aug 10, 2019

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 97.28%. Comparing base (57df38c) to head (4eb4d74).

Additional details and impacted files
@@           Coverage Diff           @@
##           master     #959   +/-   ##
=======================================
  Coverage   97.28%   97.28%           
=======================================
  Files          34       34           
  Lines        1289     1291    +2     
=======================================
+ Hits         1254     1256    +2     
  Misses         35       35           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

@nfischer nfischer added the breaking Breaking change label Aug 13, 2019
@zone117x
Copy link

Hi all, is there anything preventing this PR from merging?

@catchmareck
Copy link

I need that too :/ could you please merge this?

@nfischer nfischer added bash compat Compatibility issues with bash or POSIX behavior fix Bug/defect, or a fix for such a problem labels Jan 15, 2022
@nfischer nfischer merged commit b473f2e into shelljs:master Jan 15, 2022
@pringshia
Copy link

Any plans on when the next release might be? Would be great to get this into shx.

@nfischer nfischer added this to the v0.9.0 milestone May 12, 2024
nfischer added a commit to shelljs/shx that referenced this pull request Mar 9, 2025
This updates the ShellJS peer dependency to the latest release. This
also drops support for all node versions prior to v18 to match ShellJS's
version range.

This includes some changes due to the latest shelljs version:

* `shx sed -i` will now run silently. This is compatible with unix
  behavior. See shelljs/shelljs#959
* `shx --version` no longer prints the ShellJS version. This is a
  consequence of the switch to an explicit "exports" list in shelljs
  (see shelljs/shelljs#1195 and shelljs/shelljs#1135).

Test: npm test
nfischer added a commit to shelljs/shx that referenced this pull request Mar 9, 2025
This updates the ShellJS peer dependency to the latest release. This
also drops support for all node versions prior to v18 to match ShellJS's
version range.

This includes some changes due to the latest shelljs version:

* `shx sed -i` will now run silently. This is compatible with unix
  behavior. See shelljs/shelljs#959
* `shx --version` no longer prints the ShellJS version. This is a
  consequence of the switch to an explicit "exports" list in shelljs
  (see shelljs/shelljs#1195 and shelljs/shelljs#1135).

Test: npm test
nfischer added a commit to shelljs/shx that referenced this pull request Mar 9, 2025
This updates the ShellJS peer dependency to the latest release. This
also drops support for all node versions prior to v18 to match ShellJS's
version range.

This includes some changes due to the latest shelljs version:

* `shx sed -i` will now run silently. This is compatible with unix
  behavior. See shelljs/shelljs#959
* `shx --version` no longer prints the ShellJS version. This is a
  consequence of the switch to an explicit "exports" list in shelljs
  (see shelljs/shelljs#1195 and shelljs/shelljs#1135).

Test: npm test
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

bash compat Compatibility issues with bash or POSIX behavior breaking Breaking change fix Bug/defect, or a fix for such a problem

Projects

None yet

Development

Successfully merging this pull request may close these issues.

sed should be silent if '-i' is provided

6 participants