Skip to content

Commit 2287083

Browse files
chore(deps): update dependency shx to ^0.4.0 (#1213)
This PR contains the following updates: | Package | Change | Age | Confidence | |---|---|---|---| | [shx](https://redirect.github.com/shelljs/shx) | [`^0.3.4` -> `^0.4.0`](https://renovatebot.com/diffs/npm/shx/0.3.4/0.4.0) | [![age](https://developer.mend.io/api/mc/badges/age/npm/shx/0.4.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/shx/0.3.4/0.4.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | --- ### Release Notes <details> <summary>shelljs/shx (shx)</summary> ### [`v0.4.0`](https://redirect.github.com/shelljs/shx/releases/tag/v0.4.0) [Compare Source](https://redirect.github.com/shelljs/shx/compare/v0.3.4...v0.4.0) #### ✨ Highlighted changes - This is based on ShellJS v0.9! This means we bumped the minimum node version to >= v18. - Small bash compatibility change to `shx sed`. Now if you invoke `shx sed -i`, this will not print any output to stdout (this is for consistency with unix `sed`). Using `shx sed` without the `-i` flag will still print to stdout as before. #### What's Changed - chore: remove codecov devDependency by [@&#8203;nfischer](https://redirect.github.com/nfischer) in [https://github.com/shelljs/shx/pull/198](https://redirect.github.com/shelljs/shx/pull/198) - chore(ci): run tests up to node v16 by [@&#8203;nfischer](https://redirect.github.com/nfischer) in [https://github.com/shelljs/shx/pull/197](https://redirect.github.com/shelljs/shx/pull/197) - chore: rename master -> main by [@&#8203;nfischer](https://redirect.github.com/nfischer) in [https://github.com/shelljs/shx/pull/204](https://redirect.github.com/shelljs/shx/pull/204) - chore: update deps by [@&#8203;nfischer](https://redirect.github.com/nfischer) in [https://github.com/shelljs/shx/pull/205](https://redirect.github.com/shelljs/shx/pull/205) - chore: update CI to include v18 by [@&#8203;nfischer](https://redirect.github.com/nfischer) in [https://github.com/shelljs/shx/pull/206](https://redirect.github.com/shelljs/shx/pull/206) - fix(lint): fixes import order lint warnings by [@&#8203;nfischer](https://redirect.github.com/nfischer) in [https://github.com/shelljs/shx/pull/215](https://redirect.github.com/shelljs/shx/pull/215) - doc: highlight globs and emphasize double quotes by [@&#8203;nfischer](https://redirect.github.com/nfischer) in [https://github.com/shelljs/shx/pull/214](https://redirect.github.com/shelljs/shx/pull/214) - chore: update CI to test against node v20 by [@&#8203;nfischer](https://redirect.github.com/nfischer) in [https://github.com/shelljs/shx/pull/212](https://redirect.github.com/shelljs/shx/pull/212) - docs: change GitHub Actions README badge by [@&#8203;nfischer](https://redirect.github.com/nfischer) in [https://github.com/shelljs/shx/pull/216](https://redirect.github.com/shelljs/shx/pull/216) - chore: keep node < 16 around longer by [@&#8203;nfischer](https://redirect.github.com/nfischer) in [https://github.com/shelljs/shx/pull/219](https://redirect.github.com/shelljs/shx/pull/219) - Bump GitHub workflow action to latest version by [@&#8203;deining](https://redirect.github.com/deining) in [https://github.com/shelljs/shx/pull/220](https://redirect.github.com/shelljs/shx/pull/220) - Update minimist for CVE-2021-44906 by [@&#8203;tomhaines432](https://redirect.github.com/tomhaines432) in [https://github.com/shelljs/shx/pull/218](https://redirect.github.com/shelljs/shx/pull/218) - chore: add codecov token by [@&#8203;nfischer](https://redirect.github.com/nfischer) in [https://github.com/shelljs/shx/pull/222](https://redirect.github.com/shelljs/shx/pull/222) - chore: remove unsupported node configs from CI by [@&#8203;nfischer](https://redirect.github.com/nfischer) in [https://github.com/shelljs/shx/pull/221](https://redirect.github.com/shelljs/shx/pull/221) - chore: switch to codecov v4 by [@&#8203;nfischer](https://redirect.github.com/nfischer) in [https://github.com/shelljs/shx/pull/223](https://redirect.github.com/shelljs/shx/pull/223) - chore(dependencies): update js-yaml by [@&#8203;nfischer](https://redirect.github.com/nfischer) in [https://github.com/shelljs/shx/pull/224](https://redirect.github.com/shelljs/shx/pull/224) - doc: Fix typo in README by [@&#8203;mpaw](https://redirect.github.com/mpaw) in [https://github.com/shelljs/shx/pull/227](https://redirect.github.com/shelljs/shx/pull/227) - chore: update shelljs and drop old node support by [@&#8203;nfischer](https://redirect.github.com/nfischer) in [https://github.com/shelljs/shx/pull/228](https://redirect.github.com/shelljs/shx/pull/228) - chore: drop non-LTS node versions by [@&#8203;nfischer](https://redirect.github.com/nfischer) in [https://github.com/shelljs/shx/pull/229](https://redirect.github.com/shelljs/shx/pull/229) - chore: drop some dependencies and simplify by [@&#8203;nfischer](https://redirect.github.com/nfischer) in [https://github.com/shelljs/shx/pull/230](https://redirect.github.com/shelljs/shx/pull/230) - chore: update dependencies by [@&#8203;nfischer](https://redirect.github.com/nfischer) in [https://github.com/shelljs/shx/pull/231](https://redirect.github.com/shelljs/shx/pull/231) - fix: add back ShellJS version in --version by [@&#8203;nfischer](https://redirect.github.com/nfischer) in [https://github.com/shelljs/shx/pull/232](https://redirect.github.com/shelljs/shx/pull/232) - Adding a global --negate flag by [@&#8203;SoTrx](https://redirect.github.com/SoTrx) in [https://github.com/shelljs/shx/pull/189](https://redirect.github.com/shelljs/shx/pull/189) - refactor: code cleanup for the --negate flag by [@&#8203;nfischer](https://redirect.github.com/nfischer) in [https://github.com/shelljs/shx/pull/233](https://redirect.github.com/shelljs/shx/pull/233) #### New Contributors - [@&#8203;deining](https://redirect.github.com/deining) made their first contribution in [https://github.com/shelljs/shx/pull/220](https://redirect.github.com/shelljs/shx/pull/220) - [@&#8203;tomhaines432](https://redirect.github.com/tomhaines432) made their first contribution in [https://github.com/shelljs/shx/pull/218](https://redirect.github.com/shelljs/shx/pull/218) - [@&#8203;mpaw](https://redirect.github.com/mpaw) made their first contribution in [https://github.com/shelljs/shx/pull/227](https://redirect.github.com/shelljs/shx/pull/227) - [@&#8203;SoTrx](https://redirect.github.com/SoTrx) made their first contribution in [https://github.com/shelljs/shx/pull/189](https://redirect.github.com/shelljs/shx/pull/189) **Full Changelog**: shelljs/shx@v0.3.4...v0.4.0 </details> --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **Rebasing**: Whenever PR is behind base branch, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR was generated by [Mend Renovate](https://mend.io/renovate/). View the [repository job log](https://developer.mend.io/github/open-feature/js-sdk). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0MC40MC4zIiwidXBkYXRlZEluVmVyIjoiNDEuNzEuMSIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOltdfQ==--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 04139af commit 2287083

File tree

2 files changed

+203
-14
lines changed

2 files changed

+203
-14
lines changed

package-lock.json

Lines changed: 202 additions & 13 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@
6464
"rollup": "^4.0.0",
6565
"rollup-plugin-dts": "^6.1.1",
6666
"rxjs": "~7.8.0",
67-
"shx": "^0.3.4",
67+
"shx": "^0.4.0",
6868
"ts-jest": "^29.1.2",
6969
"ts-node": "^10.9.2",
7070
"tslib": "^2.3.0",

0 commit comments

Comments
 (0)