dependabot[bot]
8f8e567d30
chore(deps): bump vite from 6.3.6 to 6.4.1 ( #10832 )
2025-11-03 21:08:28 +01:00
renovate[bot]
f74c1dc482
fix(deps): update dependency normalize-url to v8 ( #10193 )
2025-10-29 14:30:51 +01:00
dependabot[bot]
5a6c893d60
chore(deps): bump validator from 13.11.0 to 13.15.20 ( #10876 )
...
Bumps [validator](https://github.com/validatorjs/validator.js ) from
13.11.0 to 13.15.20.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/validatorjs/validator.js/releases ">validator's
releases</a>.</em></p>
<blockquote>
<h2>13.15.20</h2>
<h3>Fixes, New Locales and Enhancements</h3>
<ul>
<li><a
href="https://redirect.github.com/validatorjs/validator.js/pull/2556 ">#2556</a>
<code>isMobilePhone</code>: add <code>ar-QA</code> locale <a
href="https://github.com/WardKhaddour "><code>@WardKhaddour</code></a></li>
<li><a
href="https://redirect.github.com/validatorjs/validator.js/pull/2576 ">#2576</a>
<code>isAlpha</code>/<code>isAlphanuneric</code>: add Indic locales
(<code>ta-IN</code>, <code>te-IN</code>, <code>kn-IN</code>,
<code>ml-IN</code>, <code>gu-IN</code>, <code>pa-IN</code>,
<code>or-IN</code>) <a
href="https://github.com/avadootharajesh "><code>@avadootharajesh</code></a></li>
<li><a
href="https://redirect.github.com/validatorjs/validator.js/pull/2574 ">#2574</a>
<code>isBase64</code>: improve padding regex <a
href="https://github.com/KrayzeeKev "><code>@KrayzeeKev</code></a></li>
<li><a
href="https://redirect.github.com/validatorjs/validator.js/pull/2584 ">#2584</a>
<code>isVAT</code>: improve <code>FR</code> locale <a
href="https://github.com/iamAmer "><code>@iamAmer</code></a></li>
<li><a
href="https://redirect.github.com/validatorjs/validator.js/pull/2608 ">#2608</a>
<code>isURL</code>: improve protocol detection. Resolves CVE-2025-56200
<a href="https://github.com/theofidry "><code>@theofidry</code></a></li>
<li><strong>Doc fixes and others:</strong>
<ul>
<li><a
href="https://redirect.github.com/validatorjs/validator.js/pull/2563 ">#2563</a>
<a href="https://github.com/stoneLeaf "><code>@stoneLeaf</code></a></li>
<li><a
href="https://redirect.github.com/validatorjs/validator.js/pull/2581 ">#2581</a>
<a
href="https://github.com/camillobruni "><code>@camillobruni</code></a></li>
</ul>
</li>
</ul>
<h2>New Contributors</h2>
<ul>
<li><a href="https://github.com/stoneLeaf "><code>@stoneLeaf</code></a>
made their first contribution in <a
href="https://redirect.github.com/validatorjs/validator.js/pull/2563 ">validatorjs/validator.js#2563</a></li>
<li><a
href="https://github.com/WardKhaddour "><code>@WardKhaddour</code></a>
made their first contribution in <a
href="https://redirect.github.com/validatorjs/validator.js/pull/2556 ">validatorjs/validator.js#2556</a></li>
<li><a
href="https://github.com/avadootharajesh "><code>@avadootharajesh</code></a>
made their first contribution in <a
href="https://redirect.github.com/validatorjs/validator.js/pull/2576 ">validatorjs/validator.js#2576</a></li>
<li><a
href="https://github.com/KrayzeeKev "><code>@KrayzeeKev</code></a> made
their first contribution in <a
href="https://redirect.github.com/validatorjs/validator.js/pull/2574 ">validatorjs/validator.js#2574</a></li>
<li><a href="https://github.com/iamAmer "><code>@iamAmer</code></a> made
their first contribution in <a
href="https://redirect.github.com/validatorjs/validator.js/pull/2584 ">validatorjs/validator.js#2584</a></li>
<li><a
href="https://github.com/camillobruni "><code>@camillobruni</code></a>
made their first contribution in <a
href="https://redirect.github.com/validatorjs/validator.js/pull/2581 ">validatorjs/validator.js#2581</a></li>
<li><a href="https://github.com/theofidry "><code>@theofidry</code></a>
made their first contribution in <a
href="https://redirect.github.com/validatorjs/validator.js/pull/2608 ">validatorjs/validator.js#2608</a></li>
</ul>
<p><strong>Full Changelog</strong>: <a
href="https://github.com/validatorjs/validator.js/compare/13.15.15...13.15.20 ">https://github.com/validatorjs/validator.js/compare/13.15.15...13.15.20 </a></p>
<h2>13.15.15</h2>
<h3>Fixes, New Locales and Enhancements</h3>
<ul>
<li><code>isMobilePhone</code>
<ul>
<li><a
href="https://redirect.github.com/validatorjs/validator.js/pull/2514 ">#2514</a>
improve <code>el-CY</code> locale <a
href="https://github.com/rezk2ll "><code>@rezk2ll</code></a></li>
<li><a
href="https://redirect.github.com/validatorjs/validator.js/pull/2512 ">#2512</a>
improve <code>pt-AO</code> locale <a
href="https://github.com/renaldodev "><code>@renaldodev</code></a></li>
<li><a
href="https://redirect.github.com/validatorjs/validator.js/pull/2502 ">#2502</a>
improve <code>ar-OM</code> locale <a
href="https://github.com/tomcastro "><code>@tomcastro</code></a></li>
</ul>
</li>
<li><a
href="https://redirect.github.com/validatorjs/validator.js/pull/2089 ">#2089</a>
<code>isIP</code>: allow usage of option object <a
href="https://github.com/pixelbucket-dev "><code>@pixelbucket-dev</code></a></li>
<li><a
href="https://redirect.github.com/validatorjs/validator.js/pull/2526 ">#2526</a>
<code>isPassportNumber</code>: improve <code>CA</code> locale <a
href="https://github.com/evanbechtol "><code>@evanbechtol</code></a></li>
<li><a
href="https://redirect.github.com/validatorjs/validator.js/pull/2491 ">#2491</a>
<code>isBase64</code>: improve validation based on RFC4648 <a
href="https://github.com/aseyfpour "><code>@aseyfpour</code></a></li>
<li><a
href="https://redirect.github.com/validatorjs/validator.js/pull/2479 ">#2479</a>
<code>isPostalCode</code>: improve <code>FR</code> locale <a
href="https://github.com/Rajput-Balram "><code>@Rajput-Balram</code></a></li>
<li><a
href="https://redirect.github.com/validatorjs/validator.js/pull/2088 ">#2088</a>
<code>isBefore</code>: allow usage of option object <a
href="https://github.com/pixelbucket-dev "><code>@pixelbucket-dev</code></a></li>
<li><a
href="https://redirect.github.com/validatorjs/validator.js/pull/2346 ">#2346</a>
<code>isRgbColor</code>: allow second digit in rgba alpha value <a
href="https://github.com/controlol "><code>@controlol</code></a></li>
<li><a
href="https://redirect.github.com/validatorjs/validator.js/pull/2453 ">#2453</a>
<code>isIP</code>: improve IPv6 regex <a
href="https://github.com/ShreySinha02 "><code>@ShreySinha02</code></a></li>
<li><a
href="https://redirect.github.com/validatorjs/validator.js/pull/2052 ">#2052</a>
<code>isPostalCode</code>: add <code>PK</code> locale <a
href="https://github.com/mateeni-dev "><code>@mateeni-dev</code></a></li>
<li><a
href="https://redirect.github.com/validatorjs/validator.js/pull/2529 ">#2529</a>
<code>isPostalCode</code>: improve <code>TW</code> locale <a
href="https://github.com/Crocsx "><code>@Crocsx</code></a></li>
<li><a
href="https://redirect.github.com/validatorjs/validator.js/pull/2550 ">#2550</a>
<code>isPassportNumber</code>: improve <code>US</code> locale <a
href="https://github.com/yitzchak-schechter "><code>@yitzchak-schechter</code></a></li>
<li><a
href="https://redirect.github.com/validatorjs/validator.js/pull/2553 ">#2553</a>
<code>isUUID</code>: add <code>loose</code> option <a
href="https://github.com/bc-m "><code>@bc-m</code></a></li>
<li><a
href="https://redirect.github.com/validatorjs/validator.js/pull/2551 ">#2551</a>
<code>isPostalCode</code>: add <code>BD</code> locale <a
href="https://github.com/tanvirrb "><code>@tanvirrb</code></a></li>
<li><a
href="https://redirect.github.com/validatorjs/validator.js/pull/2555 ">#2555</a>
<code>isLicensePlate</code>: improve <code>pt-PT</code> locale <a
href="https://github.com/castrosu "><code>@castrosu</code></a></li>
<li><strong>Doc fixes and others:</strong>
<ul>
<li><a
href="https://redirect.github.com/validatorjs/validator.js/pull/2372 ">#2372</a>
<a
href="https://github.com/EmersonRabelo "><code>@EmersonRabelo</code></a></li>
<li><a
href="https://redirect.github.com/validatorjs/validator.js/pull/2538 ">#2538</a>
<a href="https://github.com/WikiRik "><code>@WikiRik</code></a></li>
<li><a
href="https://redirect.github.com/validatorjs/validator.js/pull/2539 ">#2539</a>
<a href="https://github.com/WikiRik "><code>@WikiRik</code></a></li>
<li><a
href="https://redirect.github.com/validatorjs/validator.js/pull/2540 ">#2540</a>
<a href="https://github.com/WikiRik "><code>@WikiRik</code></a></li>
<li><a
href="https://redirect.github.com/validatorjs/validator.js/pull/2549 ">#2549</a>
<a href="https://github.com/WikiRik "><code>@WikiRik</code></a></li>
<li><a
href="https://redirect.github.com/validatorjs/validator.js/pull/2537 ">#2537</a>
<a href="https://github.com/sgress454 "><code>@sgress454</code></a></li>
</ul>
</li>
</ul>
<!-- raw HTML omitted -->
</blockquote>
<p>... (truncated)</p>
</details>
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a
href="https://github.com/validatorjs/validator.js/blob/master/CHANGELOG.md ">validator's
changelog</a>.</em></p>
<blockquote>
<h1>13.15.20</h1>
<h3>Fixes, New Locales and Enhancements</h3>
<ul>
<li><a
href="https://redirect.github.com/validatorjs/validator.js/pull/2556 ">#2556</a>
<code>isMobilePhone</code>: add <code>ar-QA</code> locale <a
href="https://github.com/WardKhaddour "><code>@WardKhaddour</code></a></li>
<li><a
href="https://redirect.github.com/validatorjs/validator.js/pull/2576 ">#2576</a>
<code>isAlpha</code>/<code>isAlphanuneric</code>: add Indic locales
(<code>ta-IN</code>, <code>te-IN</code>, <code>kn-IN</code>,
<code>ml-IN</code>, <code>gu-IN</code>, <code>pa-IN</code>,
<code>or-IN</code>) <a
href="https://github.com/avadootharajesh "><code>@avadootharajesh</code></a></li>
<li><a
href="https://redirect.github.com/validatorjs/validator.js/pull/2574 ">#2574</a>
<code>isBase64</code>: improve padding regex <a
href="https://github.com/KrayzeeKev "><code>@KrayzeeKev</code></a></li>
<li><a
href="https://redirect.github.com/validatorjs/validator.js/pull/2584 ">#2584</a>
<code>isVAT</code>: improve <code>FR</code> locale <a
href="https://github.com/iamAmer "><code>@iamAmer</code></a></li>
<li><a
href="https://redirect.github.com/validatorjs/validator.js/pull/2608 ">#2608</a>
<code>isURL</code>: improve protocol detection. Resolves CVE-2025-56200
<a href="https://github.com/theofidry "><code>@theofidry</code></a></li>
<li><strong>Doc fixes and others:</strong>
<ul>
<li><a
href="https://redirect.github.com/validatorjs/validator.js/pull/2563 ">#2563</a>
<a href="https://github.com/stoneLeaf "><code>@stoneLeaf</code></a></li>
<li><a
href="https://redirect.github.com/validatorjs/validator.js/pull/2581 ">#2581</a>
<a
href="https://github.com/camillobruni "><code>@camillobruni</code></a></li>
</ul>
</li>
</ul>
<h1>13.15.15</h1>
<h3>Fixes, New Locales and Enhancements</h3>
<ul>
<li><code>isMobilePhone</code>
<ul>
<li><a
href="https://redirect.github.com/validatorjs/validator.js/pull/2514 ">#2514</a>
improve <code>el-CY</code> locale <a
href="https://github.com/rezk2ll "><code>@rezk2ll</code></a></li>
<li><a
href="https://redirect.github.com/validatorjs/validator.js/pull/2512 ">#2512</a>
improve <code>pt-AO</code> locale <a
href="https://github.com/renaldodev "><code>@renaldodev</code></a></li>
<li><a
href="https://redirect.github.com/validatorjs/validator.js/pull/2502 ">#2502</a>
improve <code>ar-OM</code> locale <a
href="https://github.com/tomcastro "><code>@tomcastro</code></a></li>
</ul>
</li>
<li><a
href="https://redirect.github.com/validatorjs/validator.js/pull/2089 ">#2089</a>
<code>isIP</code>: allow usage of option object <a
href="https://github.com/pixelbucket-dev "><code>@pixelbucket-dev</code></a></li>
<li><a
href="https://redirect.github.com/validatorjs/validator.js/pull/2526 ">#2526</a>
<code>isPassportNumber</code>: improve <code>CA</code> locale <a
href="https://github.com/evanbechtol "><code>@evanbechtol</code></a></li>
<li><a
href="https://redirect.github.com/validatorjs/validator.js/pull/2491 ">#2491</a>
<code>isBase64</code>: improve validation based on RFC4648 <a
href="https://github.com/aseyfpour "><code>@aseyfpour</code></a></li>
<li><a
href="https://redirect.github.com/validatorjs/validator.js/pull/2479 ">#2479</a>
<code>isPostalCode</code>: improve <code>FR</code> locale <a
href="https://github.com/Rajput-Balram "><code>@Rajput-Balram</code></a></li>
<li><a
href="https://redirect.github.com/validatorjs/validator.js/pull/2088 ">#2088</a>
<code>isBefore</code>: allow usage of option object <a
href="https://github.com/pixelbucket-dev "><code>@pixelbucket-dev</code></a></li>
<li><a
href="https://redirect.github.com/validatorjs/validator.js/pull/2346 ">#2346</a>
<code>isRgbColor</code>: allow second digit in rgba alpha value <a
href="https://github.com/controlol "><code>@controlol</code></a></li>
<li><a
href="https://redirect.github.com/validatorjs/validator.js/pull/2453 ">#2453</a>
<code>isIP</code>: improve IPv6 regex <a
href="https://github.com/ShreySinha02 "><code>@ShreySinha02</code></a></li>
<li><a
href="https://redirect.github.com/validatorjs/validator.js/pull/2052 ">#2052</a>
<code>isPostalCode</code>: add <code>PK</code> locale <a
href="https://github.com/mateeni-dev "><code>@mateeni-dev</code></a></li>
<li><a
href="https://redirect.github.com/validatorjs/validator.js/pull/2529 ">#2529</a>
<code>isPostalCode</code>: improve <code>TW</code> locale <a
href="https://github.com/Crocsx "><code>@Crocsx</code></a></li>
<li><a
href="https://redirect.github.com/validatorjs/validator.js/pull/2550 ">#2550</a>
<code>isPassportNumber</code>: improve <code>US</code> locale <a
href="https://github.com/yitzchak-schechter "><code>@yitzchak-schechter</code></a></li>
<li><a
href="https://redirect.github.com/validatorjs/validator.js/pull/2553 ">#2553</a>
<code>isUUID</code>: add <code>loose</code> option <a
href="https://github.com/bc-m "><code>@bc-m</code></a></li>
<li><a
href="https://redirect.github.com/validatorjs/validator.js/pull/2551 ">#2551</a>
<code>isPostalCode</code>: add <code>BD</code> locale <a
href="https://github.com/tanvirrb "><code>@tanvirrb</code></a></li>
<li><a
href="https://redirect.github.com/validatorjs/validator.js/pull/2555 ">#2555</a>
<code>isLicensePlate</code>: improve <code>pt-PT</code> locale <a
href="https://github.com/castrosu "><code>@castrosu</code></a></li>
<li><strong>Doc fixes and others:</strong>
<ul>
<li><a
href="https://redirect.github.com/validatorjs/validator.js/pull/2372 ">#2372</a>
<a
href="https://github.com/EmersonRabelo "><code>@EmersonRabelo</code></a></li>
<li><a
href="https://redirect.github.com/validatorjs/validator.js/pull/2538 ">#2538</a>
<a href="https://github.com/WikiRik "><code>@WikiRik</code></a></li>
<li><a
href="https://redirect.github.com/validatorjs/validator.js/pull/2539 ">#2539</a>
<a href="https://github.com/WikiRik "><code>@WikiRik</code></a></li>
<li><a
href="https://redirect.github.com/validatorjs/validator.js/pull/2540 ">#2540</a>
<a href="https://github.com/WikiRik "><code>@WikiRik</code></a></li>
<li><a
href="https://redirect.github.com/validatorjs/validator.js/pull/2549 ">#2549</a>
<a href="https://github.com/WikiRik "><code>@WikiRik</code></a></li>
<li><a
href="https://redirect.github.com/validatorjs/validator.js/pull/2537 ">#2537</a>
<a href="https://github.com/sgress454 "><code>@sgress454</code></a></li>
</ul>
</li>
</ul>
<h1>13.15.0</h1>
<h3>New Features / Validators</h3>
<ul>
<li><a
href="https://redirect.github.com/validatorjs/validator.js/pull/2399 ">#2399</a>
<code>isISO31661Numeric</code> <a
href="https://github.com/RobinvanderVliet "><code>@RobinvanderVliet</code></a></li>
<li><a
href="https://redirect.github.com/validatorjs/validator.js/pull/2294 ">#2294</a>
<code>isULID</code> <a
href="https://github.com/arafatkn "><code>@arafatkn</code></a></li>
<li><a
href="https://redirect.github.com/validatorjs/validator.js/pull/2215 ">#2215</a>
<code>isISO15924</code> <a
href="https://github.com/xDivisionByZerox "><code>@xDivisionByZerox</code></a></li>
</ul>
<!-- raw HTML omitted -->
</blockquote>
<p>... (truncated)</p>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="30d4fe02c1 "><code>30d4fe0</code></a>
13.15.20</li>
<li><a
href="cbef5088f0 "><code>cbef508</code></a>
fix(isURL): improve protocol detection. Resolves CVE-2025-56200 (<a
href="https://redirect.github.com/validatorjs/validator.js/issues/2608 ">#2608</a>)</li>
<li><a
href="6f436be369 "><code>6f436be</code></a>
Fix typo in validators.test.js (<a
href="https://redirect.github.com/validatorjs/validator.js/issues/2581 ">#2581</a>)</li>
<li><a
href="3c857088d5 "><code>3c85708</code></a>
Fix: correct French VAT (FR) validation regex and add tests (<a
href="https://redirect.github.com/validatorjs/validator.js/issues/2584 ">#2584</a>)</li>
<li><a
href="eee525cd11 "><code>eee525c</code></a>
<a
href="https://redirect.github.com/validatorjs/validator.js/issues/2491 ">#2491</a>
<a
href="https://redirect.github.com/validatorjs/validator.js/issues/2573 ">#2573</a>
Simplify isBase64 to prevent stack overflow (<a
href="https://redirect.github.com/validatorjs/validator.js/issues/2574 ">#2574</a>)</li>
<li><a
href="abcc8ecb85 "><code>abcc8ec</code></a>
feat(isAlpha, isAlphanumeric): add support for Indic locales (ta-IN,
te-IN, k...</li>
<li><a
href="72573b3d1d "><code>72573b3</code></a>
Add Qatar phone number validation (<a
href="https://redirect.github.com/validatorjs/validator.js/issues/2556 ">#2556</a>)</li>
<li><a
href="243f6c5fe4 "><code>243f6c5</code></a>
docs(isMACAddress): improve ambiguous option description (<a
href="https://redirect.github.com/validatorjs/validator.js/issues/2563 ">#2563</a>)</li>
<li><a
href="3847c6f901 "><code>3847c6f</code></a>
maintenance: 2505 release (<a
href="https://redirect.github.com/validatorjs/validator.js/issues/2560 ">#2560</a>)</li>
<li><a
href="9e503840d7 "><code>9e50384</code></a>
feat(isLicensePlate): Updated isLicensePlate to accept real pt-PT
license pla...</li>
<li>Additional commits viewable in <a
href="https://github.com/validatorjs/validator.js/compare/13.11.0...13.15.20 ">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)
You can disable automated security fix PRs for this repo from the
[Security Alerts
page](https://github.com/Unleash/unleash/network/alerts ).
</details>
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-10-28 09:34:28 +01:00
renovate[bot]
0bc04f9966
fix(deps): update dependency slug to v11 ( #10194 )
2025-10-15 16:50:58 +02:00
Gastón Fournier
653b67b172
chore: remove uuid from the backend ( #10807 )
...
Backend only of: https://github.com/Unleash/unleash/pull/10806
This PR drops the uuid package from node modules and replaces it with
standard randomUUID usage that is available from 14.17 onwards, and we
have a minimum requirement of node 20 at Unleash.
[Node.js crypto](https://nodejs.org/api/crypto.html#cryptorandomuuidoptions )
[Web crypto](https://developer.mozilla.org/en-US/docs/Web/API/Crypto/randomUUID )
Co-authored-by: Anastasiia Hladina <anastasiia.hladina@gmail.com>
2025-10-15 16:48:08 +02:00
dependabot[bot]
aaf8e37d45
chore(deps): bump nodemailer from 6.10.0 to 7.0.7 ( #10753 )
2025-10-13 14:42:53 +02:00
dependabot[bot]
562f7c5aaa
chore(deps): bump vite from 6.3.5 to 6.3.6 ( #10642 )
2025-10-02 11:45:02 +02:00
Mateusz Kwasniewski
3bb317ad6d
feat: node sdk with histogram ( #10690 )
2025-09-24 14:17:16 +02:00
Nuno Góis
c824b3e26b
chore: bump slack/web-api dependency ( #10678 )
...
https://linear.app/unleash/issue/2-3894/bump-slackweb-api-to-7100
Bumps `@slack/web-api` dependency to `^7.10.0`.
Ran a few manual tests just to be sure, and everything seems to be
working as intended.
2025-09-23 11:50:27 +01:00
dependabot[bot]
dd3ed156da
chore(deps): bump axios from 1.11.0 to 1.12.2 ( #10669 )
2025-09-22 18:08:47 +02:00
Nuno Góis
c2f6cfe45f
chore: remove AWS IAM DB auth prototype code ( #10662 )
...
https://linear.app/unleash/issue/2-3882/remove-aws-iam-db-auth-prototype-code
Removes the AWS IAM DB auth prototype code.
Related PRs:
- https://github.com/Unleash/unleash/pull/10609
- https://github.com/Unleash/unleash/pull/10617
- https://github.com/Unleash/unleash/pull/10622
- https://github.com/Unleash/unleash/pull/10635
- https://github.com/Unleash/unleash/pull/10639
- https://github.com/Unleash/unleash/pull/10643
2025-09-12 14:46:28 +01:00
Mateusz Kwasniewski
061cd5a50a
chore: bump node sdk non beta version ( #10649 )
2025-09-10 14:44:47 +02:00
Nuno Góis
86530bcfbd
chore: add proxy-aware regional STS authentication for AWS IAM DB auth ( #10643 )
...
https://linear.app/unleash/issue/2-3875/add-proxy-aware-regional-sts-authentication-for-aws-iam-db-auth
Adds proxy-aware regional STS authentication for AWS IAM DB auth.
We also added optional support for explicit IAM role assumption through
the `DATABASE_AWS_ROLE_ARN` environment variable.
2025-09-10 10:50:39 +01:00
Mateusz Kwasniewski
3bc2937884
chore: switch to polling in node sdk ( #10632 )
2025-09-08 16:35:56 +02:00
Mateusz Kwasniewski
0a7b295cc8
chore: update node sdk with fetch mode cleanup ( #10630 )
2025-09-08 13:30:30 +02:00
Nuno Góis
6a8a6e2373
chore: add IAM db auth support ( #10609 )
...
https://linear.app/unleash/issue/2-3829/investigate-aws-iam-connection-support-for-unleash-docker
Adds AWS IAM DB connection support.
2025-09-04 10:29:43 +01:00
Mateusz Kwasniewski
901ffdf3c8
chore: node sdk bump with poll mode switch fix ( #10583 )
2025-09-01 11:20:32 +02:00
Mateusz Kwasniewski
b2d296138e
chore: bump node sdk with sse end event ( #10541 )
2025-08-26 16:08:28 +02:00
renovate[bot]
2596d2ca19
chore(deps): update dependency @fast-check/vitest to v0.2.2 ( #10524 )
...
This PR contains the following updates:
| Package | Change | Age | Confidence |
|---|---|---|---|
|
[@fast-check/vitest](https://redirect.github.com/dubzzz/fast-check/tree/main/packages/vitest#readme )
([source](https://redirect.github.com/dubzzz/fast-check/tree/HEAD/packages/vitest ))
| [`0.2.1` ->
`0.2.2`](https://renovatebot.com/diffs/npm/@fast-check%2fvitest/0.2.1/0.2.2 )
|
[](https://docs.renovatebot.com/merge-confidence/ )
|
[](https://docs.renovatebot.com/merge-confidence/ )
|
---
### Release Notes
<details>
<summary>dubzzz/fast-check (@​fast-check/vitest)</summary>
###
[`v0.2.2`](https://redirect.github.com/dubzzz/fast-check/blob/HEAD/packages/vitest/CHANGELOG.md#022 )
*Better integration with Vitest when using fast-check v3*
\[[Code](https://redirect.github.com/dubzzz/fast-check/tree/vitest%2Fv0.2.2 )]\[[Diff](https://redirect.github.com/dubzzz/fast-check/compare/vitest%2Fv0.2.1...vitest%2Fv0.2.2 )]
#### Fixes
- ([PR#6048](https://redirect.github.com/dubzzz/fast-check/pull/6048 ))
Bug: No shallow diff in Vitest, full diff by default
</details>
---
### Configuration
📅 **Schedule**: Branch creation - "after 7pm every weekday,before 5am
every weekday" in timezone Europe/Madrid, Automerge - At any time (no
schedule defined).
🚦 **Automerge**: Enabled.
♻ **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/Unleash/unleash ).
<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0MS44MS4yIiwidXBkYXRlZEluVmVyIjoiNDEuODEuMiIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOlsiZGVwZW5kZW5jaWVzIl19-->
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-08-22 16:06:58 +00:00
Mateusz Kwasniewski
a9b1d7c11b
chore: bump sdk with runtime setExperimentalMode ( #10517 )
2025-08-21 13:21:48 +02:00
Mateusz Kwasniewski
9d38a2310d
chore: bump node sdk with fetch control ( #10515 )
2025-08-21 10:20:14 +02:00
renovate[bot]
aecde415c3
fix(deps): update dependency prom-client to v15 ( #10257 )
2025-08-07 07:49:48 -03:00
renovate[bot]
7950b8c5bc
chore(deps): update dependency superagent to v10.2.2 ( #10422 )
...
This PR contains the following updates:
| Package | Change | Age | Confidence |
|---|---|---|---|
| [superagent](https://redirect.github.com/ladjs/superagent ) | [`10.2.1`
-> `10.2.2`](https://renovatebot.com/diffs/npm/superagent/10.2.1/10.2.2 )
|
[](https://docs.renovatebot.com/merge-confidence/ )
|
[](https://docs.renovatebot.com/merge-confidence/ )
|
---
### Release Notes
<details>
<summary>ladjs/superagent (superagent)</summary>
###
[`v10.2.2`](https://redirect.github.com/forwardemail/superagent/releases/tag/v10.2.2 )
[Compare
Source](https://redirect.github.com/ladjs/superagent/compare/v10.2.1...v10.2.2 )
- fix: fixed ci
[`5c2b13d`](https://redirect.github.com/ladjs/superagent/commit/5c2b13d )
- fix: fixed README badge
[`28167d1`](https://redirect.github.com/ladjs/superagent/commit/28167d1 )
- fix: drop node v14 from ci
[`2ed5ac6`](https://redirect.github.com/ladjs/superagent/commit/2ed5ac6 )
- Revert "fix: fixed ci"
[`583939f`](https://redirect.github.com/ladjs/superagent/commit/583939f )
- Revert "fix: remove husky folder"
[`17e059b`](https://redirect.github.com/ladjs/superagent/commit/17e059b )
- fix: remove husky folder
[`1633f64`](https://redirect.github.com/ladjs/superagent/commit/1633f64 )
- fix: fixed ci
[`6409480`](https://redirect.github.com/ladjs/superagent/commit/6409480 )
- fix: added package lock
[`57d6b35`](https://redirect.github.com/ladjs/superagent/commit/57d6b35 )
- feat: fix formidable v3 compatibility with PassThrough bridge for
multipart parsing
[`c40db6d`](https://redirect.github.com/ladjs/superagent/commit/c40db6d )
- fix: fixed package version
[`fe58239`](https://redirect.github.com/ladjs/superagent/commit/fe58239 )
***
</details>
---
### Configuration
📅 **Schedule**: Branch creation - "after 7pm every weekday,before 5am
every weekday" in timezone Europe/Madrid, Automerge - At any time (no
schedule defined).
🚦 **Automerge**: Enabled.
♻ **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/Unleash/unleash ).
<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0MS40My41IiwidXBkYXRlZEluVmVyIjoiNDEuNDMuNSIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOlsiZGVwZW5kZW5jaWVzIl19-->
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-07-29 10:29:02 +00:00
renovate[bot]
216e5411ca
chore(deps): update dependency wait-on to v8.0.4 ( #10424 )
...
This PR contains the following updates:
| Package | Change | Age | Confidence |
|---|---|---|---|
| [wait-on](https://redirect.github.com/jeffbski/wait-on ) | [`8.0.3` ->
`8.0.4`](https://renovatebot.com/diffs/npm/wait-on/8.0.3/8.0.4 ) |
[](https://docs.renovatebot.com/merge-confidence/ )
|
[](https://docs.renovatebot.com/merge-confidence/ )
|
---
### Release Notes
<details>
<summary>jeffbski/wait-on (wait-on)</summary>
###
[`v8.0.4`](https://redirect.github.com/jeffbski/wait-on/releases/tag/v8.0.4 )
[Compare
Source](https://redirect.github.com/jeffbski/wait-on/compare/v8.0.3...v8.0.4 )
Update dependencies including axios@1.11.0 which also updated
form-data@4.0.4
</details>
---
### Configuration
📅 **Schedule**: Branch creation - "after 7pm every weekday,before 5am
every weekday" in timezone Europe/Madrid, Automerge - At any time (no
schedule defined).
🚦 **Automerge**: Enabled.
♻ **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/Unleash/unleash ).
<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0MS40My41IiwidXBkYXRlZEluVmVyIjoiNDEuNDMuNSIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOlsiZGVwZW5kZW5jaWVzIl19-->
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-07-29 09:40:55 +00:00
renovate[bot]
04bd3cd82e
chore(deps): update dependency supertest to v7.1.3 ( #10423 )
...
This PR contains the following updates:
| Package | Change | Age | Confidence |
|---|---|---|---|
| [supertest](https://redirect.github.com/ladjs/supertest ) | [`7.0.0` ->
`7.1.3`](https://renovatebot.com/diffs/npm/supertest/7.0.0/7.1.3 ) |
[](https://docs.renovatebot.com/merge-confidence/ )
|
[](https://docs.renovatebot.com/merge-confidence/ )
|
---
### Release Notes
<details>
<summary>ladjs/supertest (supertest)</summary>
###
[`v7.1.3`](https://redirect.github.com/ladjs/supertest/compare/v7.1.2...0cf2ec375f1aeed4eac257e51b1d81263452337c )
[Compare
Source](https://redirect.github.com/ladjs/supertest/compare/v7.1.2...v7.1.3 )
###
[`v7.1.2`](https://redirect.github.com/ladjs/supertest/compare/v7.1.1...29c3267d31740bee7af17144703045f836e59405 )
[Compare
Source](https://redirect.github.com/ladjs/supertest/compare/v7.1.1...v7.1.2 )
###
[`v7.1.1`](https://redirect.github.com/forwardemail/supertest/releases/tag/v7.1.1 )
[Compare
Source](https://redirect.github.com/ladjs/supertest/compare/v7.1.0...v7.1.1 )
- Merge pull request
[#​858](https://redirect.github.com/ladjs/supertest/issues/858 )
from ByteOPCode/master
[`f553845`](https://redirect.github.com/ladjs/supertest/commit/f553845 )
- feat: update superagent version
[`d37d197`](https://redirect.github.com/ladjs/supertest/commit/d37d197 )
###
[`v7.1.0`](https://redirect.github.com/forwardemail/supertest/releases/tag/v7.1.0 )
[Compare
Source](https://redirect.github.com/ladjs/supertest/compare/v7.0.0...v7.1.0 )
- Merge pull request
[#​852](https://redirect.github.com/ladjs/supertest/issues/852 )
from alxndrsn/econnreset
[`de045d4`](https://redirect.github.com/ladjs/supertest/commit/de045d4 )
- Merge pull request
[#​845](https://redirect.github.com/ladjs/supertest/issues/845 )
from ikonst/master
[`be0d5c7`](https://redirect.github.com/ladjs/supertest/commit/be0d5c7 )
- Merge pull request
[#​854](https://redirect.github.com/ladjs/supertest/issues/854 )
from alxndrsn/commitlint
[`35ac86f`](https://redirect.github.com/ladjs/supertest/commit/35ac86f )
- fix(dev): commitlint dev dependency & config
[`e67fcb2`](https://redirect.github.com/ladjs/supertest/commit/e67fcb2 )
- fix: avoid server re-use race conditions
[`96c06e3`](https://redirect.github.com/ladjs/supertest/commit/96c06e3 )
- test: fix test failure due to localhost being also ipv6
[`92079a0`](https://redirect.github.com/ladjs/supertest/commit/92079a0 )
</details>
---
### Configuration
📅 **Schedule**: Branch creation - "after 7pm every weekday,before 5am
every weekday" in timezone Europe/Madrid, Automerge - At any time (no
schedule defined).
🚦 **Automerge**: Enabled.
♻ **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/Unleash/unleash ).
<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0MS40My41IiwidXBkYXRlZEluVmVyIjoiNDEuNDMuNSIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOlsiZGVwZW5kZW5jaWVzIl19-->
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-07-29 09:38:50 +00:00
Gastón Fournier
ad605e42c7
chore(security): upgrade on-headers transitive dep ( #10410 )
2025-07-24 12:45:54 +02:00
dependabot[bot]
f9ede12535
chore(deps): bump form-data from 4.0.0 to 4.0.4 ( #10408 )
2025-07-24 12:11:02 +02:00
Gastón Fournier
0e015d6686
chore(security): remove coveralls dependency ( #10405 )
...
## About the changes
We've been using vitest for coverage and we use a github action to push
results to coveralls, so this should work just fine
Unlocks form-data to be able to fix
https://github.com/Unleash/unleash/security/dependabot/267
Also, removing coverage from PRs to avoid running tests twice
2025-07-23 20:40:00 +02:00
Mateusz Kwasniewski
fe471419b4
chore: bump node sdk with impact metrics flags ( #10349 )
2025-07-14 09:50:41 +02:00
Mateusz Kwasniewski
ada4431957
fix: token parsing ( #10341 )
2025-07-10 14:28:37 +00:00
Mateusz Kwasniewski
5fd7d07741
chore: node sdk with impact metrics env changes ( #10340 )
2025-07-10 14:05:09 +02:00
renovate[bot]
207a0d3a4c
fix(deps): update dependency pg-connection-string to v2.9.1 ( #10239 )
...
This PR contains the following updates:
| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
|
[pg-connection-string](https://redirect.github.com/brianc/node-postgres/tree/master/packages/pg-connection-string )
([source](https://redirect.github.com/brianc/node-postgres/tree/HEAD/packages/pg-connection-string ))
| [`2.9.0` ->
`2.9.1`](https://renovatebot.com/diffs/npm/pg-connection-string/2.9.0/2.9.1 )
|
[](https://docs.renovatebot.com/merge-confidence/ )
|
[](https://docs.renovatebot.com/merge-confidence/ )
|
[](https://docs.renovatebot.com/merge-confidence/ )
|
[](https://docs.renovatebot.com/merge-confidence/ )
|
---
### Release Notes
<details>
<summary>brianc/node-postgres (pg-connection-string)</summary>
###
[`v2.9.1`](https://redirect.github.com/brianc/node-postgres/compare/pg-connection-string@2.9.0...pg-connection-string@2.9.1 )
[Compare
Source](https://redirect.github.com/brianc/node-postgres/compare/pg-connection-string@2.9.0...pg-connection-string@2.9.1 )
</details>
---
### Configuration
📅 **Schedule**: Branch creation - "after 7pm every weekday,before 5am
every weekday" in timezone Europe/Madrid, Automerge - At any time (no
schedule defined).
🚦 **Automerge**: Enabled.
♻ **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/Unleash/unleash ).
<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0MC42Mi4xIiwidXBkYXRlZEluVmVyIjoiNDAuNjIuMSIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOlsiZGVwZW5kZW5jaWVzIl19-->
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-06-30 11:00:12 +00:00
renovate[bot]
fc51bb28be
fix(deps): update dependency @slack/web-api to v7.9.3 ( #10238 )
...
This PR contains the following updates:
| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
| [@slack/web-api](https://tools.slack.dev/node-slack-sdk/web-api )
([source](https://redirect.github.com/slackapi/node-slack-sdk )) |
[`7.9.1` ->
`7.9.3`](https://renovatebot.com/diffs/npm/@slack%2fweb-api/7.9.1/7.9.3 )
|
[](https://docs.renovatebot.com/merge-confidence/ )
|
[](https://docs.renovatebot.com/merge-confidence/ )
|
[](https://docs.renovatebot.com/merge-confidence/ )
|
[](https://docs.renovatebot.com/merge-confidence/ )
|
---
### Release Notes
<details>
<summary>slackapi/node-slack-sdk (@​slack/web-api)</summary>
###
[`v7.9.3`](https://redirect.github.com/slackapi/node-slack-sdk/releases/tag/%40slack/web-api%407.9.3 )
[Compare
Source](https://redirect.github.com/slackapi/node-slack-sdk/compare/@slack/web-api@7.9.2...@slack/web-api@7.9.3 )
#### What's Changed
This release has a few small updates to align with arguments of various
Slack API methods.
##### 👾 Enhancements
- feat(web-api): include a blocks argument for file uploads in
[https://github.com/slackapi/node-slack-sdk/pull/2261 ](https://redirect.github.com/slackapi/node-slack-sdk/pull/2261 )
- Thanks [@​zimeg](https://redirect.github.com/zimeg )!
##### 🐛 Fixes
- fix: Add "title" property to conversations.canvases.create API method
arguments in
[https://github.com/slackapi/node-slack-sdk/pull/2259 ](https://redirect.github.com/slackapi/node-slack-sdk/pull/2259 )
- Thanks [@​vegeris](https://redirect.github.com/vegeris )!
##### 🧰 Maintenance
- chore(deps-dev): bump sinon from 20.0.0 to 21.0.0 in /packages/web-api
in the dev-sinon group across 1 directory in
[https://github.com/slackapi/node-slack-sdk/pull/2269 ](https://redirect.github.com/slackapi/node-slack-sdk/pull/2269 )
- Thanks [@​dependabot](https://redirect.github.com/dependabot )!
- chore(web-api): release
[@​slack/web-api](https://redirect.github.com/slack/web-api )@​7.9[https://github.com/slackapi/node-slack-sdk/pull/2272 ](https://redirect.github.com/slackapi/node-slack-sdk/pull/2272 )l/2272
- Thanks [@​zimeg](https://redirect.github.com/zimeg )!
**Full Changelog**:
https://github.com/slackapi/node-slack-sdk/compare/[@​slack/web-api](https://redirect.github.com/slack/web-api)@​7.9.2...[@​slack/web-api](https://redirect.github.com/slack/web-api)@​7.9.3
**Milestone**: https://github.com/slackapi/node-slack-sdk/milestone/143
###
[`v7.9.2`](https://redirect.github.com/slackapi/node-slack-sdk/releases/tag/%40slack/web-api%407.9.2 )
[Compare
Source](https://redirect.github.com/slackapi/node-slack-sdk/compare/@slack/web-api@7.9.1...@slack/web-api@7.9.2 )
#### What's Changed
##### 🐛 Fixes
- fix: add trailing slash to slackApiUrl if none is provided by
[@​WilliamBergamin](https://redirect.github.com/WilliamBergamin )
in
[https://github.com/slackapi/node-slack-sdk/pull/2243 ](https://redirect.github.com/slackapi/node-slack-sdk/pull/2243 )
##### 📖 Docs
- docs: moves guides from wiki to docs website by
[@​lukegalbraithrussell](https://redirect.github.com/lukegalbraithrussell )
in
[https://github.com/slackapi/node-slack-sdk/pull/2238 ](https://redirect.github.com/slackapi/node-slack-sdk/pull/2238 )
##### 🧰 Maintenance
- chore(deps-dev): bump tsd from 0.31.2 to 0.32.0 in /packages/web-api
by [@​dependabot](https://redirect.github.com/dependabot ) in
[https://github.com/slackapi/node-slack-sdk/pull/2236 ](https://redirect.github.com/slackapi/node-slack-sdk/pull/2236 )
- chore(deps-dev): bump typescript from 5.3.3 to 5.8.3 in
/packages/web-api by
[@​dependabot](https://redirect.github.com/dependabot ) in
[https://github.com/slackapi/node-slack-sdk/pull/2222 ](https://redirect.github.com/slackapi/node-slack-sdk/pull/2222 )
- chore(deps-dev): bump nock from 13.5.6 to 14.0.3 in /packages/web-api
by [@​dependabot](https://redirect.github.com/dependabot ) in
[https://github.com/slackapi/node-slack-sdk/pull/2223 ](https://redirect.github.com/slackapi/node-slack-sdk/pull/2223 )
- chore(web-api): release
[@​slack/web-api](https://redirect.github.com/slack/web-api )@​7.9.2
by
[@​WilliamBergamin](https://redirect.github.com/WilliamBergamin )
in
[https://github.com/slackapi/node-slack-sdk/pull/2247 ](https://redirect.github.com/slackapi/node-slack-sdk/pull/2247 )
**Full Changelog**:
https://github.com/slackapi/node-slack-sdk/compare/[@​slack/socket-mode](https://redirect.github.com/slack/socket-mode)@​2.0.4...[@​slack/web-api](https://redirect.github.com/slack/web-api)@​7.9.2
**Milstone**:
https://github.com/slackapi/node-slack-sdk/milestone/141?closed=1
</details>
---
### Configuration
📅 **Schedule**: Branch creation - "after 7pm every weekday,before 5am
every weekday" in timezone Europe/Madrid, Automerge - At any time (no
schedule defined).
🚦 **Automerge**: Enabled.
♻ **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/Unleash/unleash ).
<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0MC42Mi4xIiwidXBkYXRlZEluVmVyIjoiNDAuNjIuMSIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOlsiZGVwZW5kZW5jaWVzIl19-->
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-06-30 10:59:29 +00:00
renovate[bot]
55b8941306
fix(deps): update dependency uuid to v11 ( #10226 )
2025-06-27 11:49:41 +02:00
renovate[bot]
d78efc78e2
chore(deps): update dependency fetch-mock to v12.5.3 ( #10206 )
...
This PR contains the following updates:
| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
| [fetch-mock](http://www.wheresrhys.co.uk/fetch-mock )
([source](https://redirect.github.com/wheresrhys/fetch-mock/tree/HEAD/packages/fetch-mock ))
| [`12.5.2` ->
`12.5.3`](https://renovatebot.com/diffs/npm/fetch-mock/12.5.2/12.5.3 ) |
[](https://docs.renovatebot.com/merge-confidence/ )
|
[](https://docs.renovatebot.com/merge-confidence/ )
|
[](https://docs.renovatebot.com/merge-confidence/ )
|
[](https://docs.renovatebot.com/merge-confidence/ )
|
---
### Release Notes
<details>
<summary>wheresrhys/fetch-mock (fetch-mock)</summary>
###
[`v12.5.3`](https://redirect.github.com/wheresrhys/fetch-mock/blob/HEAD/packages/fetch-mock/CHANGELOG.md#1253-2025-06-17 )
[Compare
Source](https://redirect.github.com/wheresrhys/fetch-mock/compare/fetch-mock-v12.5.2...fetch-mock-v12.5.3 )
##### Bug Fixes
- add wrapper class to fix type ambiguity
([b093bb0](b093bb0868 ))
- add wrapper class to fix type ambiguity
([ea45aec](ea45aec4b5 ))
</details>
---
### Configuration
📅 **Schedule**: Branch creation - "after 7pm every weekday,before 5am
every weekday" in timezone Europe/Madrid, Automerge - At any time (no
schedule defined).
🚦 **Automerge**: Enabled.
♻ **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/Unleash/unleash ).
<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0MC42Mi4xIiwidXBkYXRlZEluVmVyIjoiNDAuNjIuMSIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOlsiZGVwZW5kZW5jaWVzIl19-->
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-06-24 22:55:51 +00:00
renovate[bot]
8e368387bd
chore(deps): update dependency superagent to v10.2.1 ( #10204 )
...
This PR contains the following updates:
| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
| [superagent](https://redirect.github.com/ladjs/superagent ) | [`10.2.0`
-> `10.2.1`](https://renovatebot.com/diffs/npm/superagent/10.2.0/10.2.1 )
|
[](https://docs.renovatebot.com/merge-confidence/ )
|
[](https://docs.renovatebot.com/merge-confidence/ )
|
[](https://docs.renovatebot.com/merge-confidence/ )
|
[](https://docs.renovatebot.com/merge-confidence/ )
|
---
### Release Notes
<details>
<summary>ladjs/superagent (superagent)</summary>
###
[`v10.2.1`](https://redirect.github.com/ladjs/superagent/releases/tag/v10.2.1 )
[Compare
Source](https://redirect.github.com/ladjs/superagent/compare/v10.2.0...v10.2.1 )
- Merge pull request
[#​1832](https://redirect.github.com/ladjs/superagent/issues/1832 )
from mureinik/formidble-3.5.2
[`5425b28`](https://redirect.github.com/ladjs/superagent/commit/5425b28 )
- fix: Bump formidable version to ^3.5.4
[`5feb4c9`](https://redirect.github.com/ladjs/superagent/commit/5feb4c9 )
</details>
---
### Configuration
📅 **Schedule**: Branch creation - "after 7pm every weekday,before 5am
every weekday" in timezone Europe/Madrid, Automerge - At any time (no
schedule defined).
🚦 **Automerge**: Enabled.
♻ **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/Unleash/unleash ).
<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0MC42Mi4xIiwidXBkYXRlZEluVmVyIjoiNDAuNjIuMSIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOlsiZGVwZW5kZW5jaWVzIl19-->
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-06-24 17:40:42 +00:00
renovate[bot]
772fe23aa0
chore(deps): update dependency tsc-watch to v7 ( #10197 )
2025-06-24 10:37:16 +02:00
renovate[bot]
4289a1c105
fix(deps): update dependency type-is to v2 ( #10195 )
2025-06-23 17:04:07 +02:00
Mateusz Kwasniewski
b33765bc2b
feat: expand resolver interface with impact metrics ( #10199 )
2025-06-23 13:37:33 +02:00
renovate[bot]
4f8124b653
chore(deps): update dependency @types/mustache to v4.2.6 ( #10171 )
...
This PR contains the following updates:
| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
|
[@types/mustache](https://redirect.github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/mustache )
([source](https://redirect.github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/mustache ))
| [`4.2.5` ->
`4.2.6`](https://renovatebot.com/diffs/npm/@types%2fmustache/4.2.5/4.2.6 )
|
[](https://docs.renovatebot.com/merge-confidence/ )
|
[](https://docs.renovatebot.com/merge-confidence/ )
|
[](https://docs.renovatebot.com/merge-confidence/ )
|
[](https://docs.renovatebot.com/merge-confidence/ )
|
---
### Configuration
📅 **Schedule**: Branch creation - "after 7pm every weekday,before 5am
every weekday" in timezone Europe/Madrid, Automerge - At any time (no
schedule defined).
🚦 **Automerge**: Enabled.
♻ **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.
---
- [x] <!-- 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/Unleash/unleash ).
<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0MC42MC4xIiwidXBkYXRlZEluVmVyIjoiNDAuNjAuMSIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOlsiZGVwZW5kZW5jaWVzIl19-->
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-06-23 11:47:59 +02:00
renovate[bot]
818b9274bb
chore(deps): update dependency semver to v7.7.2 ( #10189 )
...
This PR contains the following updates:
| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
| [semver](https://redirect.github.com/npm/node-semver ) | [`7.7.1` ->
`7.7.2`](https://renovatebot.com/diffs/npm/semver/7.7.1/7.7.2 ) |
[](https://docs.renovatebot.com/merge-confidence/ )
|
[](https://docs.renovatebot.com/merge-confidence/ )
|
[](https://docs.renovatebot.com/merge-confidence/ )
|
[](https://docs.renovatebot.com/merge-confidence/ )
|
---
### Release Notes
<details>
<summary>npm/node-semver (semver)</summary>
###
[`v7.7.2`](https://redirect.github.com/npm/node-semver/blob/HEAD/CHANGELOG.md#772-2025-05-12 )
[Compare
Source](https://redirect.github.com/npm/node-semver/compare/v7.7.1...v7.7.2 )
##### Bug Fixes
-
[`fcafb61`](fcafb61ed5 )
[#​780](https://redirect.github.com/npm/node-semver/pull/780 ) add
missing `'use strict'` directives
([#​780](https://redirect.github.com/npm/node-semver/issues/780 ))
([@​Fdawgs](https://redirect.github.com/Fdawgs ))
-
[`c99f336`](c99f336fa3 )
[#​781](https://redirect.github.com/npm/node-semver/pull/781 )
prerelease identifier starting with digits
([#​781](https://redirect.github.com/npm/node-semver/issues/781 ))
([@​mbtools](https://redirect.github.com/mbtools ))
##### Chores
-
[`c760403`](c760403b93 )
[#​784](https://redirect.github.com/npm/node-semver/pull/784 )
template-oss-apply for workflow permissions
([#​784](https://redirect.github.com/npm/node-semver/issues/784 ))
([@​wraithgar](https://redirect.github.com/wraithgar ))
-
[`2677f2a`](2677f2a883 )
[#​778](https://redirect.github.com/npm/node-semver/pull/778 ) bump
[@​npmcli/template-oss](https://redirect.github.com/npmcli/template-oss )
from 4.23.6 to 4.24.3
([#​778](https://redirect.github.com/npm/node-semver/issues/778 ))
([@​dependabot](https://redirect.github.com/dependabot )\[bot],
[@​npm-cli-bot](https://redirect.github.com/npm-cli-bot ))
</details>
---
### Configuration
📅 **Schedule**: Branch creation - "after 7pm every weekday,before 5am
every weekday" in timezone Europe/Madrid, Automerge - At any time (no
schedule defined).
🚦 **Automerge**: Enabled.
♻ **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/Unleash/unleash ).
<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0MC42Mi4xIiwidXBkYXRlZEluVmVyIjoiNDAuNjIuMSIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOlsiZGVwZW5kZW5jaWVzIl19-->
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-06-23 00:38:35 +00:00
renovate[bot]
b48be7b29c
chore(deps): update dependency semver to v7.7.2 ( #10188 )
...
This PR contains the following updates:
| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
| [semver](https://redirect.github.com/npm/node-semver ) | [`7.7.1` ->
`7.7.2`](https://renovatebot.com/diffs/npm/semver/7.7.1/7.7.2 ) |
[](https://docs.renovatebot.com/merge-confidence/ )
|
[](https://docs.renovatebot.com/merge-confidence/ )
|
[](https://docs.renovatebot.com/merge-confidence/ )
|
[](https://docs.renovatebot.com/merge-confidence/ )
|
|
[@types/semver](https://redirect.github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/semver )
([source](https://redirect.github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/semver ))
| [`7.5.8` ->
`7.7.0`](https://renovatebot.com/diffs/npm/@types%2fsemver/7.5.8/7.7.0 )
|
[](https://docs.renovatebot.com/merge-confidence/ )
|
[](https://docs.renovatebot.com/merge-confidence/ )
|
[](https://docs.renovatebot.com/merge-confidence/ )
|
[](https://docs.renovatebot.com/merge-confidence/ )
|
---
### Release Notes
<details>
<summary>npm/node-semver (semver)</summary>
###
[`v7.7.2`](https://redirect.github.com/npm/node-semver/blob/HEAD/CHANGELOG.md#772-2025-05-12 )
[Compare
Source](https://redirect.github.com/npm/node-semver/compare/v7.7.1...v7.7.2 )
##### Bug Fixes
-
[`fcafb61`](fcafb61ed5 )
[#​780](https://redirect.github.com/npm/node-semver/pull/780 ) add
missing `'use strict'` directives
([#​780](https://redirect.github.com/npm/node-semver/issues/780 ))
([@​Fdawgs](https://redirect.github.com/Fdawgs ))
-
[`c99f336`](c99f336fa3 )
[#​781](https://redirect.github.com/npm/node-semver/pull/781 )
prerelease identifier starting with digits
([#​781](https://redirect.github.com/npm/node-semver/issues/781 ))
([@​mbtools](https://redirect.github.com/mbtools ))
##### Chores
-
[`c760403`](c760403b93 )
[#​784](https://redirect.github.com/npm/node-semver/pull/784 )
template-oss-apply for workflow permissions
([#​784](https://redirect.github.com/npm/node-semver/issues/784 ))
([@​wraithgar](https://redirect.github.com/wraithgar ))
-
[`2677f2a`](2677f2a883 )
[#​778](https://redirect.github.com/npm/node-semver/pull/778 ) bump
[@​npmcli/template-oss](https://redirect.github.com/npmcli/template-oss )
from 4.23.6 to 4.24.3
([#​778](https://redirect.github.com/npm/node-semver/issues/778 ))
([@​dependabot](https://redirect.github.com/dependabot )\[bot],
[@​npm-cli-bot](https://redirect.github.com/npm-cli-bot ))
</details>
---
### Configuration
📅 **Schedule**: Branch creation - "after 7pm every weekday,before 5am
every weekday" in timezone Europe/Madrid, Automerge - At any time (no
schedule defined).
🚦 **Automerge**: Enabled.
♻ **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 these
updates 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/Unleash/unleash ).
<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0MC42MC4xIiwidXBkYXRlZEluVmVyIjoiNDAuNjAuMSIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOlsiZGVwZW5kZW5jaWVzIl19-->
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-06-20 18:11:05 +00:00
renovate[bot]
43d61d02e1
chore(deps): update dependency @types/supertest to v6.0.3 ( #10174 )
...
This PR contains the following updates:
| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
|
[@types/supertest](https://redirect.github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/supertest )
([source](https://redirect.github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/supertest ))
| [`6.0.2` ->
`6.0.3`](https://renovatebot.com/diffs/npm/@types%2fsupertest/6.0.2/6.0.3 )
|
[](https://docs.renovatebot.com/merge-confidence/ )
|
[](https://docs.renovatebot.com/merge-confidence/ )
|
[](https://docs.renovatebot.com/merge-confidence/ )
|
[](https://docs.renovatebot.com/merge-confidence/ )
|
---
### Configuration
📅 **Schedule**: Branch creation - "after 7pm every weekday,before 5am
every weekday" in timezone Europe/Madrid, Automerge - At any time (no
schedule defined).
🚦 **Automerge**: Enabled.
♻ **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/Unleash/unleash ).
<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0MC42MC4xIiwidXBkYXRlZEluVmVyIjoiNDAuNjAuMSIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOlsiZGVwZW5kZW5jaWVzIl19-->
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-06-19 02:46:46 +00:00
renovate[bot]
964544b635
chore(deps): update dependency @types/pg to v8.15.4 ( #10173 )
...
This PR contains the following updates:
| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
|
[@types/pg](https://redirect.github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/pg )
([source](https://redirect.github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/pg ))
| [`8.15.2` ->
`8.15.4`](https://renovatebot.com/diffs/npm/@types%2fpg/8.15.2/8.15.4 ) |
[](https://docs.renovatebot.com/merge-confidence/ )
|
[](https://docs.renovatebot.com/merge-confidence/ )
|
[](https://docs.renovatebot.com/merge-confidence/ )
|
[](https://docs.renovatebot.com/merge-confidence/ )
|
---
### Configuration
📅 **Schedule**: Branch creation - "after 7pm every weekday,before 5am
every weekday" in timezone Europe/Madrid, Automerge - At any time (no
schedule defined).
🚦 **Automerge**: Enabled.
♻ **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/Unleash/unleash ).
<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0MC42MC4xIiwidXBkYXRlZEluVmVyIjoiNDAuNjAuMSIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOlsiZGVwZW5kZW5jaWVzIl19-->
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-06-18 22:52:38 +00:00
renovate[bot]
810890fe67
chore(deps): update dependency @types/express-session to v1.18.2 ( #10156 )
...
This PR contains the following updates:
| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
|
[@types/express-session](https://redirect.github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/express-session )
([source](https://redirect.github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/express-session ))
| [`1.18.1` ->
`1.18.2`](https://renovatebot.com/diffs/npm/@types%2fexpress-session/1.18.1/1.18.2 )
|
[](https://docs.renovatebot.com/merge-confidence/ )
|
[](https://docs.renovatebot.com/merge-confidence/ )
|
[](https://docs.renovatebot.com/merge-confidence/ )
|
[](https://docs.renovatebot.com/merge-confidence/ )
|
---
### Configuration
📅 **Schedule**: Branch creation - "after 7pm every weekday,before 5am
every weekday" in timezone Europe/Madrid, Automerge - At any time (no
schedule defined).
🚦 **Automerge**: Enabled.
♻ **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/Unleash/unleash ).
<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0MC41MC4wIiwidXBkYXRlZEluVmVyIjoiNDAuNTAuMCIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOlsiZGVwZW5kZW5jaWVzIl19-->
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-06-18 09:03:26 +00:00
renovate[bot]
9c23ffbf01
chore(deps): update dependency @types/memoizee to v0.4.12 ( #10157 )
...
This PR contains the following updates:
| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
|
[@types/memoizee](https://redirect.github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/memoizee )
([source](https://redirect.github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/memoizee ))
| [`0.4.11` ->
`0.4.12`](https://renovatebot.com/diffs/npm/@types%2fmemoizee/0.4.11/0.4.12 )
|
[](https://docs.renovatebot.com/merge-confidence/ )
|
[](https://docs.renovatebot.com/merge-confidence/ )
|
[](https://docs.renovatebot.com/merge-confidence/ )
|
[](https://docs.renovatebot.com/merge-confidence/ )
|
---
### Configuration
📅 **Schedule**: Branch creation - "after 7pm every weekday,before 5am
every weekday" in timezone Europe/Madrid, Automerge - At any time (no
schedule defined).
🚦 **Automerge**: Enabled.
♻ **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/Unleash/unleash ).
<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0MC41MC4wIiwidXBkYXRlZEluVmVyIjoiNDAuNTAuMCIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOlsiZGVwZW5kZW5jaWVzIl19-->
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-06-18 09:03:12 +00:00
renovate[bot]
a1764ebc5e
chore(deps): update dependency @types/express to v4.17.23 ( #10155 )
...
This PR contains the following updates:
| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
|
[@types/express](https://redirect.github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/express )
([source](https://redirect.github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/express ))
| [`4.17.21` ->
`4.17.23`](https://renovatebot.com/diffs/npm/@types%2fexpress/4.17.21/4.17.23 )
|
[](https://docs.renovatebot.com/merge-confidence/ )
|
[](https://docs.renovatebot.com/merge-confidence/ )
|
[](https://docs.renovatebot.com/merge-confidence/ )
|
[](https://docs.renovatebot.com/merge-confidence/ )
|
---
### Configuration
📅 **Schedule**: Branch creation - "after 7pm every weekday,before 5am
every weekday" in timezone Europe/Madrid, Automerge - At any time (no
schedule defined).
🚦 **Automerge**: Enabled.
♻ **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/Unleash/unleash ).
<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0MC41MC4wIiwidXBkYXRlZEluVmVyIjoiNDAuNTAuMCIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOlsiZGVwZW5kZW5jaWVzIl19-->
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-06-17 20:06:06 +00:00
renovate[bot]
d3c55b4ddc
chore(deps): update dependency del-cli to v6 ( #9267 )
2025-06-17 18:00:08 +02:00
renovate[bot]
2e069daf41
chore(deps): update dependency @types/cors to v2.8.19 ( #10143 )
...
This PR contains the following updates:
| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
|
[@types/cors](https://redirect.github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/cors )
([source](https://redirect.github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/cors ))
| [`2.8.18` ->
`2.8.19`](https://renovatebot.com/diffs/npm/@types%2fcors/2.8.18/2.8.19 )
|
[](https://docs.renovatebot.com/merge-confidence/ )
|
[](https://docs.renovatebot.com/merge-confidence/ )
|
[](https://docs.renovatebot.com/merge-confidence/ )
|
[](https://docs.renovatebot.com/merge-confidence/ )
|
---
### Configuration
📅 **Schedule**: Branch creation - "after 7pm every weekday,before 5am
every weekday" in timezone Europe/Madrid, Automerge - At any time (no
schedule defined).
🚦 **Automerge**: Enabled.
♻ **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/Unleash/unleash ).
<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0MC41MC4wIiwidXBkYXRlZEluVmVyIjoiNDAuNTAuMCIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOlsiZGVwZW5kZW5jaWVzIl19-->
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-06-17 07:38:08 +00:00
renovate[bot]
5bb1656eee
chore(deps): update dependency @swc/core to v1.11.31 ( #10142 )
...
This PR contains the following updates:
| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
| [@swc/core](https://swc.rs )
([source](https://redirect.github.com/swc-project/swc )) | [`1.11.29` ->
`1.11.31`](https://renovatebot.com/diffs/npm/@swc%2fcore/1.11.29/1.11.31 )
|
[](https://docs.renovatebot.com/merge-confidence/ )
|
[](https://docs.renovatebot.com/merge-confidence/ )
|
[](https://docs.renovatebot.com/merge-confidence/ )
|
[](https://docs.renovatebot.com/merge-confidence/ )
|
---
### Release Notes
<details>
<summary>swc-project/swc (@​swc/core)</summary>
###
[`v1.11.31`](https://redirect.github.com/swc-project/swc/blob/HEAD/CHANGELOG.md#11131---2025-06-05 )
[Compare
Source](https://redirect.github.com/swc-project/swc/compare/v1.11.29...v1.11.31 )
##### Bug Fixes
- **(es/codegen)** Improve comments handling
([#​10534](https://redirect.github.com/swc-project/swc/issues/10534 ))
([d9ba838](d9ba838df9 ))
- **(es/codegen)** Exclude `constructor` from source map names
([#​10551](https://redirect.github.com/swc-project/swc/issues/10551 ))
([ef85640](ef85640251 ))
- **(es/fixer)** Fix a bug with awaited arrow fn expression
([#​10555](https://redirect.github.com/swc-project/swc/issues/10555 ))
([9dfdfa6](9dfdfa62d3 ))
- **(es/minifier)** Fix missing variable
([#​10478](https://redirect.github.com/swc-project/swc/issues/10478 ))
([6de3ef6](6de3ef65bc ))
- **(es/minifier)** Inline object of member if prop is an ident
([#​10548](https://redirect.github.com/swc-project/swc/issues/10548 ))
([e554381](e554381bff ))
- **(es/minifier)** Add side effect check for test expr when compressing
IfStmt
([#​10550](https://redirect.github.com/swc-project/swc/issues/10550 ))
([3e9728e](3e9728e70c ))
- **(es/minifier)** Fix typo in an option name
([#​10554](https://redirect.github.com/swc-project/swc/issues/10554 ))
([a303941](a303941a36 ))
- **(es/parser)** Emit syntax errors for strict mode in non-module or
scripts
([#​10545](https://redirect.github.com/swc-project/swc/issues/10545 ))
([1291b4a](1291b4a78c ))
- **(es/react-compiler)** Fix usefulness detection
([#​10506](https://redirect.github.com/swc-project/swc/issues/10506 ))
([41075a1](41075a1c87 ))
- **(es/utils)** Fix `extract_var_ids`
([#​10511](https://redirect.github.com/swc-project/swc/issues/10511 ))
([5644372](56443727dd ))
- **(react-compiler)** Fix fast check
([#​10538](https://redirect.github.com/swc-project/swc/issues/10538 ))
([9403ce2](9403ce2e73 ))
- **(swc_common)** Fix build
([#​10544](https://redirect.github.com/swc-project/swc/issues/10544 ))
([2ed934d](2ed934d4a1 ))
- **(swc_common)** Fix skip condition for sourcemap
([#​10562](https://redirect.github.com/swc-project/swc/issues/10562 ))
([cbee0df](cbee0dfa2b ))
- **(swc_common)** Fix skip condition for sourcemap, really
([#​10563](https://redirect.github.com/swc-project/swc/issues/10563 ))
([14feedb](14feedb552 ))
- **(swc_common)** Revert skip condition patch
([#​10564](https://redirect.github.com/swc-project/swc/issues/10564 ))
([2a2b284](2a2b284f25 ))
- **(ts/fast-dts)** Correctly emit Symbol-keyed accessors in
declarations
([#​10508](https://redirect.github.com/swc-project/swc/issues/10508 ))
([1298e76](1298e767e7 ))
- **(ts/fast-dts)** Ensure correct emission of template literals and
symbol-keyed properties
([#​10530](https://redirect.github.com/swc-project/swc/issues/10530 ))
([8dbdbef](8dbdbef266 ))
##### Features
- **(es/regexp)** Add crates for RegExp
([#​10525](https://redirect.github.com/swc-project/swc/issues/10525 ))
([4b3f924](4b3f924edf ))
- **(swc_common)** Add `Globals::clone_data`
([#​10543](https://redirect.github.com/swc-project/swc/issues/10543 ))
([39f30b0](39f30b066f ))
- **(swc_common)** Add `map_raw_pos` to `Files`
([#​10560](https://redirect.github.com/swc-project/swc/issues/10560 ))
([71224c3](71224c3653 ))
##### Miscellaneous Tasks
- **(bindings)** Use published versions of crates
([#​10513](https://redirect.github.com/swc-project/swc/issues/10513 ))
([f65f028](f65f02831c ))
- **(ecosystem-ci)** Exclude `ts-node`
([2b284e1](2b284e1930 ))
##### Performance
- **(es/minifier)** Merge `PropertyCollector` into usage analyzer
([#​10514](https://redirect.github.com/swc-project/swc/issues/10514 ))
([505bf54](505bf542cd ))
- **(es/minifier)** Remove needless clone
([#​10523](https://redirect.github.com/swc-project/swc/issues/10523 ))
([1c02ef6](1c02ef63aa ))
- **(es/parser)** Reduce comparison while reading logical
([#​10526](https://redirect.github.com/swc-project/swc/issues/10526 ))
([2bc551c](2bc551cb39 ))
- **(es/renamer)** Merge analyze/collect
([#​10509](https://redirect.github.com/swc-project/swc/issues/10509 ))
([7b47f66](7b47f661dd ))
- **(swc_common)** Remove `char_indices` calls
([#​10541](https://redirect.github.com/swc-project/swc/issues/10541 ))
([51507bc](51507bcfa2 ))
##### Refactor
- **(es/codegen)** Migrate to `ryu-js` for numeric literal codegen
([#​10503](https://redirect.github.com/swc-project/swc/issues/10503 ))
([4bc4244](4bc4244c19 ))
- **(es/lexer)** Cleanup code for reading tokens
([#​10533](https://redirect.github.com/swc-project/swc/issues/10533 ))
([a72092c](a72092c131 ))
- **(es/lexer)** Share `skip_block_comment`
([#​10549](https://redirect.github.com/swc-project/swc/issues/10549 ))
([b101a87](b101a87771 ))
- **(es/parser)** Share code for parsing strings
([#​10522](https://redirect.github.com/swc-project/swc/issues/10522 ))
([931a2d6](931a2d6761 ))
- **(es/parser)** Cleanup
([#​10559](https://redirect.github.com/swc-project/swc/issues/10559 ))
([963ac9e](963ac9efb2 ))
- **(ts/fast-dts)** Derive computed flags from source code
([#​10510](https://redirect.github.com/swc-project/swc/issues/10510 ))
([a2d5664](a2d56645cb ))
</details>
---
### Configuration
📅 **Schedule**: Branch creation - "after 7pm every weekday,before 5am
every weekday" in timezone Europe/Madrid, Automerge - At any time (no
schedule defined).
🚦 **Automerge**: Enabled.
♻ **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/Unleash/unleash ).
<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0MC41MC4wIiwidXBkYXRlZEluVmVyIjoiNDAuNTAuMCIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOlsiZGVwZW5kZW5jaWVzIl19-->
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-06-13 19:49:22 +00:00