Commit 730b670
authored
build(deps-dev): bump shx from 0.3.4 to 0.4.0 (#1039)
Bumps [shx](https://github.com/shelljs/shx) from 0.3.4 to 0.4.0.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/shelljs/shx/releases">shx's
releases</a>.</em></p>
<blockquote>
<h2>v0.4.0</h2>
<h2>✨ Highlighted changes</h2>
<ul>
<li>This is based on ShellJS v0.9! This means we bumped the minimum node
version to >= v18.</li>
<li>Small bash compatibility change to <code>shx sed</code>. Now if you
invoke <code>shx sed -i</code>, this will not print any output to stdout
(this is for consistency with unix <code>sed</code>). Using <code>shx
sed</code> without the <code>-i</code> flag will still print to stdout
as before.</li>
</ul>
<h2>What's Changed</h2>
<ul>
<li>chore: remove codecov devDependency by <a
href="https://github.com/nfischer"><code>@nfischer</code></a> in <a
href="https://redirect.github.com/shelljs/shx/pull/198">shelljs/shx#198</a></li>
<li>chore(ci): run tests up to node v16 by <a
href="https://github.com/nfischer"><code>@nfischer</code></a> in <a
href="https://redirect.github.com/shelljs/shx/pull/197">shelljs/shx#197</a></li>
<li>chore: rename master -> main by <a
href="https://github.com/nfischer"><code>@nfischer</code></a> in <a
href="https://redirect.github.com/shelljs/shx/pull/204">shelljs/shx#204</a></li>
<li>chore: update deps by <a
href="https://github.com/nfischer"><code>@nfischer</code></a> in <a
href="https://redirect.github.com/shelljs/shx/pull/205">shelljs/shx#205</a></li>
<li>chore: update CI to include v18 by <a
href="https://github.com/nfischer"><code>@nfischer</code></a> in <a
href="https://redirect.github.com/shelljs/shx/pull/206">shelljs/shx#206</a></li>
<li>fix(lint): fixes import order lint warnings by <a
href="https://github.com/nfischer"><code>@nfischer</code></a> in <a
href="https://redirect.github.com/shelljs/shx/pull/215">shelljs/shx#215</a></li>
<li>doc: highlight globs and emphasize double quotes by <a
href="https://github.com/nfischer"><code>@nfischer</code></a> in <a
href="https://redirect.github.com/shelljs/shx/pull/214">shelljs/shx#214</a></li>
<li>chore: update CI to test against node v20 by <a
href="https://github.com/nfischer"><code>@nfischer</code></a> in <a
href="https://redirect.github.com/shelljs/shx/pull/212">shelljs/shx#212</a></li>
<li>docs: change GitHub Actions README badge by <a
href="https://github.com/nfischer"><code>@nfischer</code></a> in <a
href="https://redirect.github.com/shelljs/shx/pull/216">shelljs/shx#216</a></li>
<li>chore: keep node < 16 around longer by <a
href="https://github.com/nfischer"><code>@nfischer</code></a> in <a
href="https://redirect.github.com/shelljs/shx/pull/219">shelljs/shx#219</a></li>
<li>Bump GitHub workflow action to latest version by <a
href="https://github.com/deining"><code>@deining</code></a> in <a
href="https://redirect.github.com/shelljs/shx/pull/220">shelljs/shx#220</a></li>
<li>Update minimist for CVE-2021-44906 by <a
href="https://github.com/tomhaines432"><code>@tomhaines432</code></a>
in <a
href="https://redirect.github.com/shelljs/shx/pull/218">shelljs/shx#218</a></li>
<li>chore: add codecov token by <a
href="https://github.com/nfischer"><code>@nfischer</code></a> in <a
href="https://redirect.github.com/shelljs/shx/pull/222">shelljs/shx#222</a></li>
<li>chore: remove unsupported node configs from CI by <a
href="https://github.com/nfischer"><code>@nfischer</code></a> in <a
href="https://redirect.github.com/shelljs/shx/pull/221">shelljs/shx#221</a></li>
<li>chore: switch to codecov v4 by <a
href="https://github.com/nfischer"><code>@nfischer</code></a> in <a
href="https://redirect.github.com/shelljs/shx/pull/223">shelljs/shx#223</a></li>
<li>chore(dependencies): update js-yaml by <a
href="https://github.com/nfischer"><code>@nfischer</code></a> in <a
href="https://redirect.github.com/shelljs/shx/pull/224">shelljs/shx#224</a></li>
<li>doc: Fix typo in README by <a
href="https://github.com/mpaw"><code>@mpaw</code></a> in <a
href="https://redirect.github.com/shelljs/shx/pull/227">shelljs/shx#227</a></li>
<li>chore: update shelljs and drop old node support by <a
href="https://github.com/nfischer"><code>@nfischer</code></a> in <a
href="https://redirect.github.com/shelljs/shx/pull/228">shelljs/shx#228</a></li>
<li>chore: drop non-LTS node versions by <a
href="https://github.com/nfischer"><code>@nfischer</code></a> in <a
href="https://redirect.github.com/shelljs/shx/pull/229">shelljs/shx#229</a></li>
<li>chore: drop some dependencies and simplify by <a
href="https://github.com/nfischer"><code>@nfischer</code></a> in <a
href="https://redirect.github.com/shelljs/shx/pull/230">shelljs/shx#230</a></li>
<li>chore: update dependencies by <a
href="https://github.com/nfischer"><code>@nfischer</code></a> in <a
href="https://redirect.github.com/shelljs/shx/pull/231">shelljs/shx#231</a></li>
<li>fix: add back ShellJS version in --version by <a
href="https://github.com/nfischer"><code>@nfischer</code></a> in <a
href="https://redirect.github.com/shelljs/shx/pull/232">shelljs/shx#232</a></li>
<li>Adding a global --negate flag by <a
href="https://github.com/SoTrx"><code>@SoTrx</code></a> in <a
href="https://redirect.github.com/shelljs/shx/pull/189">shelljs/shx#189</a></li>
<li>refactor: code cleanup for the --negate flag by <a
href="https://github.com/nfischer"><code>@nfischer</code></a> in <a
href="https://redirect.github.com/shelljs/shx/pull/233">shelljs/shx#233</a></li>
</ul>
<h2>New Contributors</h2>
<ul>
<li><a href="https://github.com/deining"><code>@deining</code></a> made
their first contribution in <a
href="https://redirect.github.com/shelljs/shx/pull/220">shelljs/shx#220</a></li>
<li><a
href="https://github.com/tomhaines432"><code>@tomhaines432</code></a>
made their first contribution in <a
href="https://redirect.github.com/shelljs/shx/pull/218">shelljs/shx#218</a></li>
<li><a href="https://github.com/mpaw"><code>@mpaw</code></a> made their
first contribution in <a
href="https://redirect.github.com/shelljs/shx/pull/227">shelljs/shx#227</a></li>
<li><a href="https://github.com/SoTrx"><code>@SoTrx</code></a> made
their first contribution in <a
href="https://redirect.github.com/shelljs/shx/pull/189">shelljs/shx#189</a></li>
</ul>
<p><strong>Full Changelog</strong>: <a
href="https://github.com/shelljs/shx/compare/v0.3.4...v0.4.0">https://github.com/shelljs/shx/compare/v0.3.4...v0.4.0</a></p>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/shelljs/shx/commit/8886c3e3acf9ec84454c938ab6ee49388a64a4f7"><code>8886c3e</code></a>
0.4.0</li>
<li><a
href="https://github.com/shelljs/shx/commit/e8db3bc742b5310898131c321e703e7c27bb93f7"><code>e8db3bc</code></a>
refactor: code cleanup for the --negate flag</li>
<li><a
href="https://github.com/shelljs/shx/commit/61840038e7216dfe7c80fa4aacb60edc5c40e3f4"><code>6184003</code></a>
Adding a global --negate flag (<a
href="https://redirect.github.com/shelljs/shx/issues/189">#189</a>)</li>
<li><a
href="https://github.com/shelljs/shx/commit/b3d5b8063a20de3d885cdbea20c02bc34778a2aa"><code>b3d5b80</code></a>
fix: add back ShellJS version in --version</li>
<li><a
href="https://github.com/shelljs/shx/commit/5106c6b4a8655fcc88b7cb74ee31711301e6b016"><code>5106c6b</code></a>
chore: update dependencies</li>
<li><a
href="https://github.com/shelljs/shx/commit/e8bb9f8f181c62f36c2b46e6283bf6d10aaa7981"><code>e8bb9f8</code></a>
chore: drop some dependencies and simplify</li>
<li><a
href="https://github.com/shelljs/shx/commit/3bb21d97991182849e90582fd664c2b8fa07ba29"><code>3bb21d9</code></a>
chore: drop non-LTS node versions</li>
<li><a
href="https://github.com/shelljs/shx/commit/b70e666e4bf6a570d3a9d651cc5e1f7af3352b6f"><code>b70e666</code></a>
chore: update shelljs and drop old node support</li>
<li><a
href="https://github.com/shelljs/shx/commit/f8b0b37663d8a9edf1e9d3b26aa2e57cdcdaa6c3"><code>f8b0b37</code></a>
doc: Fix typo in README</li>
<li><a
href="https://github.com/shelljs/shx/commit/03c29642c2d284364d04ec243102ab7a7ef92622"><code>03c2964</code></a>
chore(dependencies): update js-yaml</li>
<li>Additional commits viewable in <a
href="https://github.com/shelljs/shx/compare/v0.3.4...v0.4.0">compare
view</a></li>
</ul>
</details>
<br />
[](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)
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-automerge-start)
[//]: # (dependabot-automerge-end)
---
<details>
<summary>Dependabot commands and options</summary>
<br />
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 show <dependency name> ignore conditions` will show all
of the ignore conditions of the specified dependency
- `@dependabot ignore this major version` will 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 version` will 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 dependency` will close this PR and stop
Dependabot creating any more for this dependency (unless you reopen the
PR or upgrade to it yourself)
</details>
Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>1 parent 0551776 commit 730b670
2 files changed
+236
-25
lines changedSome generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
65 | 65 | | |
66 | 66 | | |
67 | 67 | | |
68 | | - | |
| 68 | + | |
69 | 69 | | |
70 | 70 | | |
71 | 71 | | |
| |||
0 commit comments