Skip to content

Commit

Permalink
build(deps): Bump radash from 10.9.0 to 11.0.0 in /DSL (#521)
Browse files Browse the repository at this point in the history
Bumps [radash](https://github.com/rayepps/radash) from 10.9.0 to 11.0.0.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/rayepps/radash/releases">radash's
releases</a>.</em></p>
<blockquote>
<h2>v11.0.0</h2>
<h2>What's Changed</h2>
<ul>
<li>feat: <code>isArray</code> now uses built-in Array.isArray to
improve perf by <a
href="https://github.com/gquittet"><code>@​gquittet</code></a> in <a
href="https://redirect.github.com/rayepps/radash/pull/285">rayepps/radash#285</a></li>
<li>feat: async callback functions in <code>reduce</code> are now called
with an additional index parameter by <a
href="https://github.com/UnKnoWn-Consortium"><code>@​UnKnoWn-Consortium</code></a>
in <a
href="https://redirect.github.com/rayepps/radash/pull/291">rayepps/radash#291</a></li>
<li>feat: <code>throttle</code> now has a method
<code>isThrottled</code> that checks if there is an active throttle by
<a
href="https://github.com/UnKnoWn-Consortium"><code>@​UnKnoWn-Consortium</code></a>
in <a
href="https://redirect.github.com/rayepps/radash/pull/293">rayepps/radash#293</a></li>
<li>feat: <code>debounce</code> now has a method <code>isPending</code>
that checks if there is any pending invocation for the source function
by <a
href="https://github.com/UnKnoWn-Consortium"><code>@​UnKnoWn-Consortium</code></a>
in <a
href="https://redirect.github.com/rayepps/radash/pull/294">rayepps/radash#294</a></li>
<li>feat: <code>try</code> function now support sync calls by <a
href="https://github.com/rayepps"><code>@​rayepps</code></a> in <a
href="https://redirect.github.com/rayepps/radash/pull/312">rayepps/radash#312</a></li>
<li>feat: <code>all</code> function now returns ordered array type when
input is a static array by <a
href="https://github.com/rayepps"><code>@​rayepps</code></a> in <a
href="https://redirect.github.com/rayepps/radash/pull/314">rayepps/radash#314</a></li>
<li>feat: <code>min</code> and <code>max</code> functions now correctly
require mapper when array includes non-number values by <a
href="https://github.com/rayepps"><code>@​rayepps</code></a> in <a
href="https://redirect.github.com/rayepps/radash/pull/310">rayepps/radash#310</a></li>
<li>feat: <code>sift</code> function's return type now correctly
includes falsy values <a
href="https://github.com/rayepps"><code>@​rayepps</code></a> in <a
href="https://redirect.github.com/rayepps/radash/pull/308">rayepps/radash#308</a></li>
<li>fix: <code>assign</code> now keeps unique values by <a
href="https://github.com/apstanisic"><code>@​apstanisic</code></a> in <a
href="https://redirect.github.com/rayepps/radash/pull/249">rayepps/radash#249</a></li>
<li>fix: trim no longer throws regex error by <a
href="https://github.com/apstanisic"><code>@​apstanisic</code></a> in <a
href="https://redirect.github.com/rayepps/radash/pull/251">rayepps/radash#251</a></li>
<li>fix: <code>get</code> functions return type is correct +
<code>get</code> handles null default value by <a
href="https://github.com/rayepps"><code>@​rayepps</code></a> in <a
href="https://redirect.github.com/rayepps/radash/pull/259">rayepps/radash#259</a></li>
<li>fix: <code>set</code> now allows falsy values by <a
href="https://github.com/jovanamatk"><code>@​jovanamatk</code></a> in <a
href="https://redirect.github.com/rayepps/radash/pull/263">rayepps/radash#263</a></li>
<li>fix: <code>pick</code> now works on target objects that are
proxified or have their own <code>hasOwnProperty</code> method
overwritten by <a
href="https://github.com/UnKnoWn-Consortium"><code>@​UnKnoWn-Consortium</code></a>
in <a
href="https://redirect.github.com/rayepps/radash/pull/295">rayepps/radash#295</a></li>
<li>fix: <code>replace</code> now works with new items that have a falsy
value by <a href="https://github.com/rayepps"><code>@​rayepps</code></a>
in <a
href="https://redirect.github.com/rayepps/radash/pull/309">rayepps/radash#309</a></li>
<li>fix: <code>snake</code> function now splits number from letters by
<a href="https://github.com/rayepps"><code>@​rayepps</code></a> in <a
href="https://redirect.github.com/rayepps/radash/pull/311">rayepps/radash#311</a></li>
</ul>
<h2>New Contributors</h2>
<ul>
<li><a
href="https://github.com/apstanisic"><code>@​apstanisic</code></a> made
their first contribution in <a
href="https://redirect.github.com/rayepps/radash/pull/249">rayepps/radash#249</a></li>
<li><a href="https://github.com/ptrcortes"><code>@​ptrcortes</code></a>
made their first contribution in <a
href="https://redirect.github.com/rayepps/radash/pull/260">rayepps/radash#260</a></li>
<li><a
href="https://github.com/jovanamatk"><code>@​jovanamatk</code></a> made
their first contribution in <a
href="https://redirect.github.com/rayepps/radash/pull/263">rayepps/radash#263</a></li>
<li><a
href="https://github.com/JacobWeisenburger"><code>@​JacobWeisenburger</code></a>
made their first contribution in <a
href="https://redirect.github.com/rayepps/radash/pull/273">rayepps/radash#273</a></li>
<li><a href="https://github.com/gquittet"><code>@​gquittet</code></a>
made their first contribution in <a
href="https://redirect.github.com/rayepps/radash/pull/285">rayepps/radash#285</a></li>
<li><a
href="https://github.com/UnKnoWn-Consortium"><code>@​UnKnoWn-Consortium</code></a>
made their first contribution in <a
href="https://redirect.github.com/rayepps/radash/pull/291">rayepps/radash#291</a></li>
<li><a
href="https://github.com/danmichaelo"><code>@​danmichaelo</code></a>
made their first contribution in <a
href="https://redirect.github.com/rayepps/radash/pull/297">rayepps/radash#297</a></li>
<li><a
href="https://github.com/raphaelpra"><code>@​raphaelpra</code></a> made
their first contribution in <a
href="https://redirect.github.com/rayepps/radash/pull/302">rayepps/radash#302</a></li>
<li><a href="https://github.com/DuCanhGH"><code>@​DuCanhGH</code></a>
made their first contribution in <a
href="https://redirect.github.com/rayepps/radash/pull/296">rayepps/radash#296</a></li>
</ul>
<p><strong>Full Changelog</strong>: <a
href="https://github.com/rayepps/radash/compare/v10.9.0...v11.0.0">https://github.com/rayepps/radash/compare/v10.9.0...v11.0.0</a></p>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/rayepps/radash/commit/03dd3152f560414e933cedcd3bda3c6db3e8306b"><code>03dd315</code></a>
types: add overload for static array in async.all func (<a
href="https://redirect.github.com/rayepps/radash/issues/314">#314</a>)</li>
<li><a
href="https://github.com/rayepps/radash/commit/f791dcf5de7123e89721851f4ae10ae59a18465c"><code>f791dcf</code></a>
docs: add docs for new functions in v11.0.0 (<a
href="https://redirect.github.com/rayepps/radash/issues/313">#313</a>)</li>
<li><a
href="https://github.com/rayepps/radash/commit/1817ace33d7dd59cb251d8288c37286fef6f8f9a"><code>1817ace</code></a>
feat: support sync calls in tryit function (<a
href="https://redirect.github.com/rayepps/radash/issues/312">#312</a>)</li>
<li><a
href="https://github.com/rayepps/radash/commit/c378bd1bc401045ed7d8e5e47b275d2159ce43d5"><code>c378bd1</code></a>
fix: split number from letters in snake func (<a
href="https://redirect.github.com/rayepps/radash/issues/311">#311</a>)</li>
<li><a
href="https://github.com/rayepps/radash/commit/c3c9dac9c5da8102a8c62b1afbbb7efb9c64c31e"><code>c3c9dac</code></a>
types: fixed tryit function argument types (<a
href="https://redirect.github.com/rayepps/radash/issues/296">#296</a>)</li>
<li><a
href="https://github.com/rayepps/radash/commit/6f2a16ef8679c85d5db6f14e03b33d1e9335a32e"><code>6f2a16e</code></a>
typing: improve types on min/max functions (<a
href="https://redirect.github.com/rayepps/radash/issues/310">#310</a>)</li>
<li><a
href="https://github.com/rayepps/radash/commit/28f8114c14d4638a3aeb6095fff5cc3826eb2038"><code>28f8114</code></a>
fix: replace escape condition on falsy values (<a
href="https://redirect.github.com/rayepps/radash/issues/309">#309</a>)</li>
<li><a
href="https://github.com/rayepps/radash/commit/36df87ed17b0198f0aadc8f54060a3532a39a4dd"><code>36df87e</code></a>
typing: better typing on sift function (<a
href="https://redirect.github.com/rayepps/radash/issues/308">#308</a>)</li>
<li><a
href="https://github.com/rayepps/radash/commit/b50d64a7abb54bd16b68ea022ba1e5629daab113"><code>b50d64a</code></a>
docs: fix typo in trim documentation (<a
href="https://redirect.github.com/rayepps/radash/issues/302">#302</a>)</li>
<li><a
href="https://github.com/rayepps/radash/commit/23db98d124a3ed9b766fcf4aeced7f70cfcc8c0b"><code>23db98d</code></a>
docs: add links between sort and alphabetical (<a
href="https://redirect.github.com/rayepps/radash/issues/301">#301</a>)</li>
<li>Additional commits viewable in <a
href="https://github.com/rayepps/radash/compare/v10.9.0...v11.0.0">compare
view</a></li>
</ul>
</details>
<br />


[![Dependabot compatibility
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=radash&package-manager=npm_and_yarn&previous-version=10.9.0&new-version=11.0.0)](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 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] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] committed Jul 1, 2023
1 parent dae1469 commit 09b0f05
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
14 changes: 7 additions & 7 deletions DSL/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion DSL/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@
"commander": "^11.0.0",
"glob": "^10.3.0",
"langium": "^1.2.1",
"radash": "^10.9.0",
"radash": "^11.0.0",
"true-myth": "^6.2.0",
"vscode-languageclient": "^8.1.0",
"vscode-languageserver": "^8.1.0",
Expand Down

0 comments on commit 09b0f05

Please sign in to comment.