bindings-cpp
bindings-cpp copied to clipboard
chore(deps): update dependency shx to v0.4.0
This PR contains the following updates:
| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
| shx | 0.3.4 -> 0.4.0 |
Release Notes
shelljs/shx (shx)
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 invokeshx sed -i, this will not print any output to stdout (this is for consistency with unixsed). Usingshx sedwithout the-iflag will still print to stdout as before.
What's Changed
- chore: remove codecov devDependency by @nfischer in https://github.com/shelljs/shx/pull/198
- chore(ci): run tests up to node v16 by @nfischer in https://github.com/shelljs/shx/pull/197
- chore: rename master -> main by @nfischer in https://github.com/shelljs/shx/pull/204
- chore: update deps by @nfischer in https://github.com/shelljs/shx/pull/205
- chore: update CI to include v18 by @nfischer in https://github.com/shelljs/shx/pull/206
- fix(lint): fixes import order lint warnings by @nfischer in https://github.com/shelljs/shx/pull/215
- doc: highlight globs and emphasize double quotes by @nfischer in https://github.com/shelljs/shx/pull/214
- chore: update CI to test against node v20 by @nfischer in https://github.com/shelljs/shx/pull/212
- docs: change GitHub Actions README badge by @nfischer in https://github.com/shelljs/shx/pull/216
- chore: keep node < 16 around longer by @nfischer in https://github.com/shelljs/shx/pull/219
- Bump GitHub workflow action to latest version by @deining in https://github.com/shelljs/shx/pull/220
- Update minimist for CVE-2021-44906 by @tomhaines432 in https://github.com/shelljs/shx/pull/218
- chore: add codecov token by @nfischer in https://github.com/shelljs/shx/pull/222
- chore: remove unsupported node configs from CI by @nfischer in https://github.com/shelljs/shx/pull/221
- chore: switch to codecov v4 by @nfischer in https://github.com/shelljs/shx/pull/223
- chore(dependencies): update js-yaml by @nfischer in https://github.com/shelljs/shx/pull/224
- doc: Fix typo in README by @mpaw in https://github.com/shelljs/shx/pull/227
- chore: update shelljs and drop old node support by @nfischer in https://github.com/shelljs/shx/pull/228
- chore: drop non-LTS node versions by @nfischer in https://github.com/shelljs/shx/pull/229
- chore: drop some dependencies and simplify by @nfischer in https://github.com/shelljs/shx/pull/230
- chore: update dependencies by @nfischer in https://github.com/shelljs/shx/pull/231
- fix: add back ShellJS version in --version by @nfischer in https://github.com/shelljs/shx/pull/232
- Adding a global --negate flag by @SoTrx in https://github.com/shelljs/shx/pull/189
- refactor: code cleanup for the --negate flag by @nfischer in https://github.com/shelljs/shx/pull/233
New Contributors
- @deining made their first contribution in https://github.com/shelljs/shx/pull/220
- @tomhaines432 made their first contribution in https://github.com/shelljs/shx/pull/218
- @mpaw made their first contribution in https://github.com/shelljs/shx/pull/227
- @SoTrx made their first contribution in https://github.com/shelljs/shx/pull/189
Full Changelog: https://github.com/shelljs/shx/compare/v0.3.4...v0.4.0
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 becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
- [ ] If you want to rebase/retry this PR, check this box
This PR was generated by Mend Renovate. View the repository job log.