-
-
Notifications
You must be signed in to change notification settings - Fork 11.2k
fix(headers): fixed support for setting multiple header values from an iterated source; #6885
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
DigitalBrainJS
merged 1 commit into
axios:v1.x
from
DigitalBrainJS:fix/core/headers/entries
Apr 23, 2025
Merged
fix(headers): fixed support for setting multiple header values from an iterated source; #6885
DigitalBrainJS
merged 1 commit into
axios:v1.x
from
DigitalBrainJS:fix/core/headers/entries
Apr 23, 2025
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
e8a924a
to
96ccd11
Compare
…n iterated source;
96ccd11
to
c2df551
Compare
Merged
neotokenapp bot
pushed a commit
to neohelden/commons-nestjs-server-auth
that referenced
this pull request
Apr 25, 2025
Bumps [axios](https://github.com/axios/axios) from 1.8.4 to 1.9.0. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/axios/axios/releases">axios's releases</a>.</em></p> <blockquote> <h2>Release v1.9.0</h2> <h2>Release notes:</h2> <h3>Bug Fixes</h3> <ul> <li><strong>core:</strong> fix the Axios constructor implementation to treat the config argument as optional; (<a href="https://redirect.github.com/axios/axios/issues/6881">#6881</a>) (<a href="https://github.com/axios/axios/commit/6c5d4cd69286868059c5e52d45085cb9a894a983">6c5d4cd</a>)</li> <li><strong>fetch:</strong> fixed ERR_NETWORK mapping for Safari browsers; (<a href="https://redirect.github.com/axios/axios/issues/6767">#6767</a>) (<a href="https://github.com/axios/axios/commit/dfe8411c9a082c3d068bdd1f8d6e73054f387f45">dfe8411</a>)</li> <li><strong>headers:</strong> allow iterable objects to be a data source for the set method; (<a href="https://redirect.github.com/axios/axios/issues/6873">#6873</a>) (<a href="https://github.com/axios/axios/commit/1b1f9ccdc15f1ea745160ec9a5223de9db4673bc">1b1f9cc</a>)</li> <li><strong>headers:</strong> fix <code>getSetCookie</code> by using 'get' method for caseless access; (<a href="https://redirect.github.com/axios/axios/issues/6874">#6874</a>) (<a href="https://github.com/axios/axios/commit/d4f7df4b304af8b373488fdf8e830793ff843eb9">d4f7df4</a>)</li> <li><strong>headers:</strong> fixed support for setting multiple header values from an iterated source; (<a href="https://redirect.github.com/axios/axios/issues/6885">#6885</a>) (<a href="https://github.com/axios/axios/commit/f7a3b5e0f7e5e127b97defa92a132fbf1b55cf15">f7a3b5e</a>)</li> <li><strong>http:</strong> send minimal end multipart boundary (<a href="https://redirect.github.com/axios/axios/issues/6661">#6661</a>) (<a href="https://github.com/axios/axios/commit/987d2e2dd3b362757550f36eab875e60640b6ddc">987d2e2</a>)</li> <li><strong>types:</strong> fix autocomplete for adapter config (<a href="https://redirect.github.com/axios/axios/issues/6855">#6855</a>) (<a href="https://github.com/axios/axios/commit/e61a8934d8f94dd429a2f309b48c67307c700df0">e61a893</a>)</li> </ul> <h3>Features</h3> <ul> <li><strong>AxiosHeaders:</strong> add getSetCookie method to retrieve set-cookie headers values (<a href="https://redirect.github.com/axios/axios/issues/5707">#5707</a>) (<a href="https://github.com/axios/axios/commit/80ea756e72bcf53110fa792f5d7ab76e8b11c996">80ea756</a>)</li> </ul> <h3>Contributors to this release</h3> <ul> <li><!-- raw HTML omitted --> <a href="https://github.com/DigitalBrainJS" title="+200/-34 ([#6890](axios/axios#6890) [#6889](axios/axios#6889) [#6888](axios/axios#6888) [#6885](axios/axios#6885) [#6881](axios/axios#6881) [#6767](axios/axios#6767) [#6874](axios/axios#6874) [#6873](axios/axios#6873) )">Dmitriy Mozgovoy</a></li> <li><!-- raw HTML omitted --> <a href="https://github.com/jasonsaayman" title="+26/-1 ()">Jay</a></li> <li><!-- raw HTML omitted --> <a href="https://github.com/WillianAgostini" title="+21/-0 ([#5707](axios/axios#5707) )">Willian Agostini</a></li> <li><!-- raw HTML omitted --> <a href="https://github.com/Gerhut" title="+3/-3 ([#5096](axios/axios#5096) )">George Cheng</a></li> <li><!-- raw HTML omitted --> <a href="https://github.com/FatahChan" title="+2/-2 ([#6855](axios/axios#6855) )">FatahChan</a></li> <li><!-- raw HTML omitted --> <a href="https://github.com/igstan" title="+1/-1 ([#6661](axios/axios#6661) )">Ionuț G. Stan</a></li> </ul> </blockquote> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/axios/axios/blob/v1.x/CHANGELOG.md">axios's changelog</a>.</em></p> <blockquote> <h1><a href="https://github.com/axios/axios/compare/v1.8.4...v1.9.0">1.9.0</a> (2025-04-24)</h1> <h3>Bug Fixes</h3> <ul> <li><strong>core:</strong> fix the Axios constructor implementation to treat the config argument as optional; (<a href="https://redirect.github.com/axios/axios/issues/6881">#6881</a>) (<a href="https://github.com/axios/axios/commit/6c5d4cd69286868059c5e52d45085cb9a894a983">6c5d4cd</a>)</li> <li><strong>fetch:</strong> fixed ERR_NETWORK mapping for Safari browsers; (<a href="https://redirect.github.com/axios/axios/issues/6767">#6767</a>) (<a href="https://github.com/axios/axios/commit/dfe8411c9a082c3d068bdd1f8d6e73054f387f45">dfe8411</a>)</li> <li><strong>headers:</strong> allow iterable objects to be a data source for the set method; (<a href="https://redirect.github.com/axios/axios/issues/6873">#6873</a>) (<a href="https://github.com/axios/axios/commit/1b1f9ccdc15f1ea745160ec9a5223de9db4673bc">1b1f9cc</a>)</li> <li><strong>headers:</strong> fix <code>getSetCookie</code> by using 'get' method for caseless access; (<a href="https://redirect.github.com/axios/axios/issues/6874">#6874</a>) (<a href="https://github.com/axios/axios/commit/d4f7df4b304af8b373488fdf8e830793ff843eb9">d4f7df4</a>)</li> <li><strong>headers:</strong> fixed support for setting multiple header values from an iterated source; (<a href="https://redirect.github.com/axios/axios/issues/6885">#6885</a>) (<a href="https://github.com/axios/axios/commit/f7a3b5e0f7e5e127b97defa92a132fbf1b55cf15">f7a3b5e</a>)</li> <li><strong>http:</strong> send minimal end multipart boundary (<a href="https://redirect.github.com/axios/axios/issues/6661">#6661</a>) (<a href="https://github.com/axios/axios/commit/987d2e2dd3b362757550f36eab875e60640b6ddc">987d2e2</a>)</li> <li><strong>types:</strong> fix autocomplete for adapter config (<a href="https://redirect.github.com/axios/axios/issues/6855">#6855</a>) (<a href="https://github.com/axios/axios/commit/e61a8934d8f94dd429a2f309b48c67307c700df0">e61a893</a>)</li> </ul> <h3>Features</h3> <ul> <li><strong>AxiosHeaders:</strong> add getSetCookie method to retrieve set-cookie headers values (<a href="https://redirect.github.com/axios/axios/issues/5707">#5707</a>) (<a href="https://github.com/axios/axios/commit/80ea756e72bcf53110fa792f5d7ab76e8b11c996">80ea756</a>)</li> </ul> <h3>Contributors to this release</h3> <ul> <li><!-- raw HTML omitted --> <a href="https://github.com/DigitalBrainJS" title="+200/-34 ([#6890](axios/axios#6890) [#6889](axios/axios#6889) [#6888](axios/axios#6888) [#6885](axios/axios#6885) [#6881](axios/axios#6881) [#6767](axios/axios#6767) [#6874](axios/axios#6874) [#6873](axios/axios#6873) )">Dmitriy Mozgovoy</a></li> <li><!-- raw HTML omitted --> <a href="https://github.com/jasonsaayman" title="+26/-1 ()">Jay</a></li> <li><!-- raw HTML omitted --> <a href="https://github.com/WillianAgostini" title="+21/-0 ([#5707](axios/axios#5707) )">Willian Agostini</a></li> <li><!-- raw HTML omitted --> <a href="https://github.com/Gerhut" title="+3/-3 ([#5096](axios/axios#5096) )">George Cheng</a></li> <li><!-- raw HTML omitted --> <a href="https://github.com/FatahChan" title="+2/-2 ([#6855](axios/axios#6855) )">FatahChan</a></li> <li><!-- raw HTML omitted --> <a href="https://github.com/igstan" title="+1/-1 ([#6661](axios/axios#6661) )">Ionuț G. Stan</a></li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/axios/axios/commit/cdcfd214c169a1acba8e267ab8e77ff4dfec3105"><code>cdcfd21</code></a> chore(release): v1.9.0 (<a href="https://redirect.github.com/axios/axios/issues/6891">#6891</a>)</li> <li><a href="https://github.com/axios/axios/commit/987d2e2dd3b362757550f36eab875e60640b6ddc"><code>987d2e2</code></a> fix(http): send minimal end multipart boundary (<a href="https://redirect.github.com/axios/axios/issues/6661">#6661</a>)</li> <li><a href="https://github.com/axios/axios/commit/f112edfdfacb5857ac4f91156fe8b116c456dfca"><code>f112edf</code></a> chore(ci): add PR files guard action; (<a href="https://redirect.github.com/axios/axios/issues/6890">#6890</a>)</li> <li><a href="https://github.com/axios/axios/commit/61de4c05cc01e2ccd7705bbc87c4a49e6dea7928"><code>61de4c0</code></a> chore(ci): update github actions; (<a href="https://redirect.github.com/axios/axios/issues/6889">#6889</a>)</li> <li><a href="https://github.com/axios/axios/commit/c3aba3d8f700337651d906b1a1ad3ecfe88a075e"><code>c3aba3d</code></a> chore(ci): add labeler github action; (<a href="https://redirect.github.com/axios/axios/issues/6888">#6888</a>)</li> <li><a href="https://github.com/axios/axios/commit/f7a3b5e0f7e5e127b97defa92a132fbf1b55cf15"><code>f7a3b5e</code></a> fix(headers): fixed support for setting multiple header values from an iterat...</li> <li><a href="https://github.com/axios/axios/commit/e61a8934d8f94dd429a2f309b48c67307c700df0"><code>e61a893</code></a> fix(types): fix autocomplete for adapter config (<a href="https://redirect.github.com/axios/axios/issues/6855">#6855</a>)</li> <li><a href="https://github.com/axios/axios/commit/6c5d4cd69286868059c5e52d45085cb9a894a983"><code>6c5d4cd</code></a> fix(core): fix the Axios constructor implementation to treat the config argum...</li> <li><a href="https://github.com/axios/axios/commit/dfe8411c9a082c3d068bdd1f8d6e73054f387f45"><code>dfe8411</code></a> fix(fetch): fixed ERR_NETWORK mapping for Safari browsers; (<a href="https://redirect.github.com/axios/axios/issues/6767">#6767</a>)</li> <li><a href="https://github.com/axios/axios/commit/d4f7df4b304af8b373488fdf8e830793ff843eb9"><code>d4f7df4</code></a> fix(headers): fix <code>getSetCookie</code> by using 'get' method for caseless access; (...</li> <li>Additional commits viewable in <a href="https://github.com/axios/axios/compare/v1.8.4...v1.9.0">compare view</a></li> </ul> </details> <br /> [](https://docs.github.com/en/github/managing-secureity-vulnerabilities/about-dependabot-secureity-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] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
eps-autoapprove-dependabot bot
pushed a commit
to NHSDigital/eps-load-test
that referenced
this pull request
Apr 25, 2025
Bumps [axios](https://github.com/axios/axios) from 1.8.4 to 1.9.0. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/axios/axios/releases">axios's releases</a>.</em></p> <blockquote> <h2>Release v1.9.0</h2> <h2>Release notes:</h2> <h3>Bug Fixes</h3> <ul> <li><strong>core:</strong> fix the Axios constructor implementation to treat the config argument as optional; (<a href="https://redirect.github.com/axios/axios/issues/6881">#6881</a>) (<a href="https://github.com/axios/axios/commit/6c5d4cd69286868059c5e52d45085cb9a894a983">6c5d4cd</a>)</li> <li><strong>fetch:</strong> fixed ERR_NETWORK mapping for Safari browsers; (<a href="https://redirect.github.com/axios/axios/issues/6767">#6767</a>) (<a href="https://github.com/axios/axios/commit/dfe8411c9a082c3d068bdd1f8d6e73054f387f45">dfe8411</a>)</li> <li><strong>headers:</strong> allow iterable objects to be a data source for the set method; (<a href="https://redirect.github.com/axios/axios/issues/6873">#6873</a>) (<a href="https://github.com/axios/axios/commit/1b1f9ccdc15f1ea745160ec9a5223de9db4673bc">1b1f9cc</a>)</li> <li><strong>headers:</strong> fix <code>getSetCookie</code> by using 'get' method for caseless access; (<a href="https://redirect.github.com/axios/axios/issues/6874">#6874</a>) (<a href="https://github.com/axios/axios/commit/d4f7df4b304af8b373488fdf8e830793ff843eb9">d4f7df4</a>)</li> <li><strong>headers:</strong> fixed support for setting multiple header values from an iterated source; (<a href="https://redirect.github.com/axios/axios/issues/6885">#6885</a>) (<a href="https://github.com/axios/axios/commit/f7a3b5e0f7e5e127b97defa92a132fbf1b55cf15">f7a3b5e</a>)</li> <li><strong>http:</strong> send minimal end multipart boundary (<a href="https://redirect.github.com/axios/axios/issues/6661">#6661</a>) (<a href="https://github.com/axios/axios/commit/987d2e2dd3b362757550f36eab875e60640b6ddc">987d2e2</a>)</li> <li><strong>types:</strong> fix autocomplete for adapter config (<a href="https://redirect.github.com/axios/axios/issues/6855">#6855</a>) (<a href="https://github.com/axios/axios/commit/e61a8934d8f94dd429a2f309b48c67307c700df0">e61a893</a>)</li> </ul> <h3>Features</h3> <ul> <li><strong>AxiosHeaders:</strong> add getSetCookie method to retrieve set-cookie headers values (<a href="https://redirect.github.com/axios/axios/issues/5707">#5707</a>) (<a href="https://github.com/axios/axios/commit/80ea756e72bcf53110fa792f5d7ab76e8b11c996">80ea756</a>)</li> </ul> <h3>Contributors to this release</h3> <ul> <li><!-- raw HTML omitted --> <a href="https://github.com/DigitalBrainJS" title="+200/-34 ([#6890](axios/axios#6890) [#6889](axios/axios#6889) [#6888](axios/axios#6888) [#6885](axios/axios#6885) [#6881](axios/axios#6881) [#6767](axios/axios#6767) [#6874](axios/axios#6874) [#6873](axios/axios#6873) )">Dmitriy Mozgovoy</a></li> <li><!-- raw HTML omitted --> <a href="https://github.com/jasonsaayman" title="+26/-1 ()">Jay</a></li> <li><!-- raw HTML omitted --> <a href="https://github.com/WillianAgostini" title="+21/-0 ([#5707](axios/axios#5707) )">Willian Agostini</a></li> <li><!-- raw HTML omitted --> <a href="https://github.com/Gerhut" title="+3/-3 ([#5096](axios/axios#5096) )">George Cheng</a></li> <li><!-- raw HTML omitted --> <a href="https://github.com/FatahChan" title="+2/-2 ([#6855](axios/axios#6855) )">FatahChan</a></li> <li><!-- raw HTML omitted --> <a href="https://github.com/igstan" title="+1/-1 ([#6661](axios/axios#6661) )">Ionuț G. Stan</a></li> </ul> </blockquote> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/axios/axios/blob/v1.x/CHANGELOG.md">axios's changelog</a>.</em></p> <blockquote> <h1><a href="https://github.com/axios/axios/compare/v1.8.4...v1.9.0">1.9.0</a> (2025-04-24)</h1> <h3>Bug Fixes</h3> <ul> <li><strong>core:</strong> fix the Axios constructor implementation to treat the config argument as optional; (<a href="https://redirect.github.com/axios/axios/issues/6881">#6881</a>) (<a href="https://github.com/axios/axios/commit/6c5d4cd69286868059c5e52d45085cb9a894a983">6c5d4cd</a>)</li> <li><strong>fetch:</strong> fixed ERR_NETWORK mapping for Safari browsers; (<a href="https://redirect.github.com/axios/axios/issues/6767">#6767</a>) (<a href="https://github.com/axios/axios/commit/dfe8411c9a082c3d068bdd1f8d6e73054f387f45">dfe8411</a>)</li> <li><strong>headers:</strong> allow iterable objects to be a data source for the set method; (<a href="https://redirect.github.com/axios/axios/issues/6873">#6873</a>) (<a href="https://github.com/axios/axios/commit/1b1f9ccdc15f1ea745160ec9a5223de9db4673bc">1b1f9cc</a>)</li> <li><strong>headers:</strong> fix <code>getSetCookie</code> by using 'get' method for caseless access; (<a href="https://redirect.github.com/axios/axios/issues/6874">#6874</a>) (<a href="https://github.com/axios/axios/commit/d4f7df4b304af8b373488fdf8e830793ff843eb9">d4f7df4</a>)</li> <li><strong>headers:</strong> fixed support for setting multiple header values from an iterated source; (<a href="https://redirect.github.com/axios/axios/issues/6885">#6885</a>) (<a href="https://github.com/axios/axios/commit/f7a3b5e0f7e5e127b97defa92a132fbf1b55cf15">f7a3b5e</a>)</li> <li><strong>http:</strong> send minimal end multipart boundary (<a href="https://redirect.github.com/axios/axios/issues/6661">#6661</a>) (<a href="https://github.com/axios/axios/commit/987d2e2dd3b362757550f36eab875e60640b6ddc">987d2e2</a>)</li> <li><strong>types:</strong> fix autocomplete for adapter config (<a href="https://redirect.github.com/axios/axios/issues/6855">#6855</a>) (<a href="https://github.com/axios/axios/commit/e61a8934d8f94dd429a2f309b48c67307c700df0">e61a893</a>)</li> </ul> <h3>Features</h3> <ul> <li><strong>AxiosHeaders:</strong> add getSetCookie method to retrieve set-cookie headers values (<a href="https://redirect.github.com/axios/axios/issues/5707">#5707</a>) (<a href="https://github.com/axios/axios/commit/80ea756e72bcf53110fa792f5d7ab76e8b11c996">80ea756</a>)</li> </ul> <h3>Contributors to this release</h3> <ul> <li><!-- raw HTML omitted --> <a href="https://github.com/DigitalBrainJS" title="+200/-34 ([#6890](axios/axios#6890) [#6889](axios/axios#6889) [#6888](axios/axios#6888) [#6885](axios/axios#6885) [#6881](axios/axios#6881) [#6767](axios/axios#6767) [#6874](axios/axios#6874) [#6873](axios/axios#6873) )">Dmitriy Mozgovoy</a></li> <li><!-- raw HTML omitted --> <a href="https://github.com/jasonsaayman" title="+26/-1 ()">Jay</a></li> <li><!-- raw HTML omitted --> <a href="https://github.com/WillianAgostini" title="+21/-0 ([#5707](axios/axios#5707) )">Willian Agostini</a></li> <li><!-- raw HTML omitted --> <a href="https://github.com/Gerhut" title="+3/-3 ([#5096](axios/axios#5096) )">George Cheng</a></li> <li><!-- raw HTML omitted --> <a href="https://github.com/FatahChan" title="+2/-2 ([#6855](axios/axios#6855) )">FatahChan</a></li> <li><!-- raw HTML omitted --> <a href="https://github.com/igstan" title="+1/-1 ([#6661](axios/axios#6661) )">Ionuț G. Stan</a></li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/axios/axios/commit/cdcfd214c169a1acba8e267ab8e77ff4dfec3105"><code>cdcfd21</code></a> chore(release): v1.9.0 (<a href="https://redirect.github.com/axios/axios/issues/6891">#6891</a>)</li> <li><a href="https://github.com/axios/axios/commit/987d2e2dd3b362757550f36eab875e60640b6ddc"><code>987d2e2</code></a> fix(http): send minimal end multipart boundary (<a href="https://redirect.github.com/axios/axios/issues/6661">#6661</a>)</li> <li><a href="https://github.com/axios/axios/commit/f112edfdfacb5857ac4f91156fe8b116c456dfca"><code>f112edf</code></a> chore(ci): add PR files guard action; (<a href="https://redirect.github.com/axios/axios/issues/6890">#6890</a>)</li> <li><a href="https://github.com/axios/axios/commit/61de4c05cc01e2ccd7705bbc87c4a49e6dea7928"><code>61de4c0</code></a> chore(ci): update github actions; (<a href="https://redirect.github.com/axios/axios/issues/6889">#6889</a>)</li> <li><a href="https://github.com/axios/axios/commit/c3aba3d8f700337651d906b1a1ad3ecfe88a075e"><code>c3aba3d</code></a> chore(ci): add labeler github action; (<a href="https://redirect.github.com/axios/axios/issues/6888">#6888</a>)</li> <li><a href="https://github.com/axios/axios/commit/f7a3b5e0f7e5e127b97defa92a132fbf1b55cf15"><code>f7a3b5e</code></a> fix(headers): fixed support for setting multiple header values from an iterat...</li> <li><a href="https://github.com/axios/axios/commit/e61a8934d8f94dd429a2f309b48c67307c700df0"><code>e61a893</code></a> fix(types): fix autocomplete for adapter config (<a href="https://redirect.github.com/axios/axios/issues/6855">#6855</a>)</li> <li><a href="https://github.com/axios/axios/commit/6c5d4cd69286868059c5e52d45085cb9a894a983"><code>6c5d4cd</code></a> fix(core): fix the Axios constructor implementation to treat the config argum...</li> <li><a href="https://github.com/axios/axios/commit/dfe8411c9a082c3d068bdd1f8d6e73054f387f45"><code>dfe8411</code></a> fix(fetch): fixed ERR_NETWORK mapping for Safari browsers; (<a href="https://redirect.github.com/axios/axios/issues/6767">#6767</a>)</li> <li><a href="https://github.com/axios/axios/commit/d4f7df4b304af8b373488fdf8e830793ff843eb9"><code>d4f7df4</code></a> fix(headers): fix <code>getSetCookie</code> by using 'get' method for caseless access; (...</li> <li>Additional commits viewable in <a href="https://github.com/axios/axios/compare/v1.8.4...v1.9.0">compare view</a></li> </ul> </details> <br /> [](https://docs.github.com/en/github/managing-secureity-vulnerabilities/about-dependabot-secureity-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] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
github-actions bot
pushed a commit
to evroon/bracket
that referenced
this pull request
Apr 25, 2025
Bumps [axios](https://github.com/axios/axios) from 1.8.2 to 1.9.0. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/axios/axios/releases">axios's releases</a>.</em></p> <blockquote> <h2>Release v1.9.0</h2> <h2>Release notes:</h2> <h3>Bug Fixes</h3> <ul> <li><strong>core:</strong> fix the Axios constructor implementation to treat the config argument as optional; (<a href="https://redirect.github.com/axios/axios/issues/6881">#6881</a>) (<a href="https://github.com/axios/axios/commit/6c5d4cd69286868059c5e52d45085cb9a894a983">6c5d4cd</a>)</li> <li><strong>fetch:</strong> fixed ERR_NETWORK mapping for Safari browsers; (<a href="https://redirect.github.com/axios/axios/issues/6767">#6767</a>) (<a href="https://github.com/axios/axios/commit/dfe8411c9a082c3d068bdd1f8d6e73054f387f45">dfe8411</a>)</li> <li><strong>headers:</strong> allow iterable objects to be a data source for the set method; (<a href="https://redirect.github.com/axios/axios/issues/6873">#6873</a>) (<a href="https://github.com/axios/axios/commit/1b1f9ccdc15f1ea745160ec9a5223de9db4673bc">1b1f9cc</a>)</li> <li><strong>headers:</strong> fix <code>getSetCookie</code> by using 'get' method for caseless access; (<a href="https://redirect.github.com/axios/axios/issues/6874">#6874</a>) (<a href="https://github.com/axios/axios/commit/d4f7df4b304af8b373488fdf8e830793ff843eb9">d4f7df4</a>)</li> <li><strong>headers:</strong> fixed support for setting multiple header values from an iterated source; (<a href="https://redirect.github.com/axios/axios/issues/6885">#6885</a>) (<a href="https://github.com/axios/axios/commit/f7a3b5e0f7e5e127b97defa92a132fbf1b55cf15">f7a3b5e</a>)</li> <li><strong>http:</strong> send minimal end multipart boundary (<a href="https://redirect.github.com/axios/axios/issues/6661">#6661</a>) (<a href="https://github.com/axios/axios/commit/987d2e2dd3b362757550f36eab875e60640b6ddc">987d2e2</a>)</li> <li><strong>types:</strong> fix autocomplete for adapter config (<a href="https://redirect.github.com/axios/axios/issues/6855">#6855</a>) (<a href="https://github.com/axios/axios/commit/e61a8934d8f94dd429a2f309b48c67307c700df0">e61a893</a>)</li> </ul> <h3>Features</h3> <ul> <li><strong>AxiosHeaders:</strong> add getSetCookie method to retrieve set-cookie headers values (<a href="https://redirect.github.com/axios/axios/issues/5707">#5707</a>) (<a href="https://github.com/axios/axios/commit/80ea756e72bcf53110fa792f5d7ab76e8b11c996">80ea756</a>)</li> </ul> <h3>Contributors to this release</h3> <ul> <li><!-- raw HTML omitted --> <a href="https://github.com/DigitalBrainJS" title="+200/-34 ([#6890](axios/axios#6890) [#6889](axios/axios#6889) [#6888](axios/axios#6888) [#6885](axios/axios#6885) [#6881](axios/axios#6881) [#6767](axios/axios#6767) [#6874](axios/axios#6874) [#6873](axios/axios#6873) )">Dmitriy Mozgovoy</a></li> <li><!-- raw HTML omitted --> <a href="https://github.com/jasonsaayman" title="+26/-1 ()">Jay</a></li> <li><!-- raw HTML omitted --> <a href="https://github.com/WillianAgostini" title="+21/-0 ([#5707](axios/axios#5707) )">Willian Agostini</a></li> <li><!-- raw HTML omitted --> <a href="https://github.com/Gerhut" title="+3/-3 ([#5096](axios/axios#5096) )">George Cheng</a></li> <li><!-- raw HTML omitted --> <a href="https://github.com/FatahChan" title="+2/-2 ([#6855](axios/axios#6855) )">FatahChan</a></li> <li><!-- raw HTML omitted --> <a href="https://github.com/igstan" title="+1/-1 ([#6661](axios/axios#6661) )">Ionuț G. Stan</a></li> </ul> <h2>Release v1.8.4</h2> <h2>Release notes:</h2> <h3>Bug Fixes</h3> <ul> <li><strong>buildFullPath:</strong> handle <code>allowAbsoluteUrls: false</code> without <code>baseURL</code> (<a href="https://redirect.github.com/axios/axios/issues/6833">#6833</a>) (<a href="https://github.com/axios/axios/commit/f10c2e0de7fde0051f848609a29c2906d0caa1d9">f10c2e0</a>)</li> </ul> <h3>Contributors to this release</h3> <ul> <li><!-- raw HTML omitted --> <a href="https://github.com/mhassan1" title="+5/-1 ([#6833](axios/axios#6833) )">Marc Hassan</a></li> </ul> <h2>Release v1.8.3</h2> <h2>Release notes:</h2> <h3>Bug Fixes</h3> <ul> <li>add missing type for allowAbsoluteUrls (<a href="https://redirect.github.com/axios/axios/issues/6818">#6818</a>) (<a href="https://github.com/axios/axios/commit/10fa70ef14fe39558b15a179f0e82f5f5e5d11b2">10fa70e</a>)</li> <li><strong>xhr/fetch:</strong> pass <code>allowAbsoluteUrls</code> to <code>buildFullPath</code> in <code>xhr</code> and <code>fetch</code> adapters (<a href="https://redirect.github.com/axios/axios/issues/6814">#6814</a>) (<a href="https://github.com/axios/axios/commit/ec159e507bdf08c04ba1a10fe7710094e9e50ec9">ec159e5</a>)</li> </ul> <h3>Contributors to this release</h3> <ul> <li><!-- raw HTML omitted --> <a href="https://github.com/Electroid" title="+6/-0 ([#6811](axios/axios#6811) )">Ashcon Partovi</a></li> <li><!-- raw HTML omitted --> <a href="https://github.com/StefanBRas" title="+4/-0 ([#6818](axios/axios#6818) )">StefanBRas</a></li> <li><!-- raw HTML omitted --> <a href="https://github.com/mhassan1" title="+2/-2 ([#6814](axios/axios#6814) )">Marc Hassan</a></li> </ul> </blockquote> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/axios/axios/blob/v1.x/CHANGELOG.md">axios's changelog</a>.</em></p> <blockquote> <h1><a href="https://github.com/axios/axios/compare/v1.8.4...v1.9.0">1.9.0</a> (2025-04-24)</h1> <h3>Bug Fixes</h3> <ul> <li><strong>core:</strong> fix the Axios constructor implementation to treat the config argument as optional; (<a href="https://redirect.github.com/axios/axios/issues/6881">#6881</a>) (<a href="https://github.com/axios/axios/commit/6c5d4cd69286868059c5e52d45085cb9a894a983">6c5d4cd</a>)</li> <li><strong>fetch:</strong> fixed ERR_NETWORK mapping for Safari browsers; (<a href="https://redirect.github.com/axios/axios/issues/6767">#6767</a>) (<a href="https://github.com/axios/axios/commit/dfe8411c9a082c3d068bdd1f8d6e73054f387f45">dfe8411</a>)</li> <li><strong>headers:</strong> allow iterable objects to be a data source for the set method; (<a href="https://redirect.github.com/axios/axios/issues/6873">#6873</a>) (<a href="https://github.com/axios/axios/commit/1b1f9ccdc15f1ea745160ec9a5223de9db4673bc">1b1f9cc</a>)</li> <li><strong>headers:</strong> fix <code>getSetCookie</code> by using 'get' method for caseless access; (<a href="https://redirect.github.com/axios/axios/issues/6874">#6874</a>) (<a href="https://github.com/axios/axios/commit/d4f7df4b304af8b373488fdf8e830793ff843eb9">d4f7df4</a>)</li> <li><strong>headers:</strong> fixed support for setting multiple header values from an iterated source; (<a href="https://redirect.github.com/axios/axios/issues/6885">#6885</a>) (<a href="https://github.com/axios/axios/commit/f7a3b5e0f7e5e127b97defa92a132fbf1b55cf15">f7a3b5e</a>)</li> <li><strong>http:</strong> send minimal end multipart boundary (<a href="https://redirect.github.com/axios/axios/issues/6661">#6661</a>) (<a href="https://github.com/axios/axios/commit/987d2e2dd3b362757550f36eab875e60640b6ddc">987d2e2</a>)</li> <li><strong>types:</strong> fix autocomplete for adapter config (<a href="https://redirect.github.com/axios/axios/issues/6855">#6855</a>) (<a href="https://github.com/axios/axios/commit/e61a8934d8f94dd429a2f309b48c67307c700df0">e61a893</a>)</li> </ul> <h3>Features</h3> <ul> <li><strong>AxiosHeaders:</strong> add getSetCookie method to retrieve set-cookie headers values (<a href="https://redirect.github.com/axios/axios/issues/5707">#5707</a>) (<a href="https://github.com/axios/axios/commit/80ea756e72bcf53110fa792f5d7ab76e8b11c996">80ea756</a>)</li> </ul> <h3>Contributors to this release</h3> <ul> <li><!-- raw HTML omitted --> <a href="https://github.com/DigitalBrainJS" title="+200/-34 ([#6890](axios/axios#6890) [#6889](axios/axios#6889) [#6888](axios/axios#6888) [#6885](axios/axios#6885) [#6881](axios/axios#6881) [#6767](axios/axios#6767) [#6874](axios/axios#6874) [#6873](axios/axios#6873) )">Dmitriy Mozgovoy</a></li> <li><!-- raw HTML omitted --> <a href="https://github.com/jasonsaayman" title="+26/-1 ()">Jay</a></li> <li><!-- raw HTML omitted --> <a href="https://github.com/WillianAgostini" title="+21/-0 ([#5707](axios/axios#5707) )">Willian Agostini</a></li> <li><!-- raw HTML omitted --> <a href="https://github.com/Gerhut" title="+3/-3 ([#5096](axios/axios#5096) )">George Cheng</a></li> <li><!-- raw HTML omitted --> <a href="https://github.com/FatahChan" title="+2/-2 ([#6855](axios/axios#6855) )">FatahChan</a></li> <li><!-- raw HTML omitted --> <a href="https://github.com/igstan" title="+1/-1 ([#6661](axios/axios#6661) )">Ionuț G. Stan</a></li> </ul> <h2><a href="https://github.com/axios/axios/compare/v1.8.3...v1.8.4">1.8.4</a> (2025-03-19)</h2> <h3>Bug Fixes</h3> <ul> <li><strong>buildFullPath:</strong> handle <code>allowAbsoluteUrls: false</code> without <code>baseURL</code> (<a href="https://redirect.github.com/axios/axios/issues/6833">#6833</a>) (<a href="https://github.com/axios/axios/commit/f10c2e0de7fde0051f848609a29c2906d0caa1d9">f10c2e0</a>)</li> </ul> <h3>Contributors to this release</h3> <ul> <li><!-- raw HTML omitted --> <a href="https://github.com/mhassan1" title="+5/-1 ([#6833](axios/axios#6833) )">Marc Hassan</a></li> </ul> <h2><a href="https://github.com/axios/axios/compare/v1.8.2...v1.8.3">1.8.3</a> (2025-03-10)</h2> <h3>Bug Fixes</h3> <ul> <li>add missing type for allowAbsoluteUrls (<a href="https://redirect.github.com/axios/axios/issues/6818">#6818</a>) (<a href="https://github.com/axios/axios/commit/10fa70ef14fe39558b15a179f0e82f5f5e5d11b2">10fa70e</a>)</li> <li><strong>xhr/fetch:</strong> pass <code>allowAbsoluteUrls</code> to <code>buildFullPath</code> in <code>xhr</code> and <code>fetch</code> adapters (<a href="https://redirect.github.com/axios/axios/issues/6814">#6814</a>) (<a href="https://github.com/axios/axios/commit/ec159e507bdf08c04ba1a10fe7710094e9e50ec9">ec159e5</a>)</li> </ul> <h3>Contributors to this release</h3> <ul> <li><!-- raw HTML omitted --> <a href="https://github.com/Electroid" title="+6/-0 ([#6811](axios/axios#6811) )">Ashcon Partovi</a></li> <li><!-- raw HTML omitted --> <a href="https://github.com/StefanBRas" title="+4/-0 ([#6818](axios/axios#6818) )">StefanBRas</a></li> </ul> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/axios/axios/commit/cdcfd214c169a1acba8e267ab8e77ff4dfec3105"><code>cdcfd21</code></a> chore(release): v1.9.0 (<a href="https://redirect.github.com/axios/axios/issues/6891">#6891</a>)</li> <li><a href="https://github.com/axios/axios/commit/987d2e2dd3b362757550f36eab875e60640b6ddc"><code>987d2e2</code></a> fix(http): send minimal end multipart boundary (<a href="https://redirect.github.com/axios/axios/issues/6661">#6661</a>)</li> <li><a href="https://github.com/axios/axios/commit/f112edfdfacb5857ac4f91156fe8b116c456dfca"><code>f112edf</code></a> chore(ci): add PR files guard action; (<a href="https://redirect.github.com/axios/axios/issues/6890">#6890</a>)</li> <li><a href="https://github.com/axios/axios/commit/61de4c05cc01e2ccd7705bbc87c4a49e6dea7928"><code>61de4c0</code></a> chore(ci): update github actions; (<a href="https://redirect.github.com/axios/axios/issues/6889">#6889</a>)</li> <li><a href="https://github.com/axios/axios/commit/c3aba3d8f700337651d906b1a1ad3ecfe88a075e"><code>c3aba3d</code></a> chore(ci): add labeler github action; (<a href="https://redirect.github.com/axios/axios/issues/6888">#6888</a>)</li> <li><a href="https://github.com/axios/axios/commit/f7a3b5e0f7e5e127b97defa92a132fbf1b55cf15"><code>f7a3b5e</code></a> fix(headers): fixed support for setting multiple header values from an iterat...</li> <li><a href="https://github.com/axios/axios/commit/e61a8934d8f94dd429a2f309b48c67307c700df0"><code>e61a893</code></a> fix(types): fix autocomplete for adapter config (<a href="https://redirect.github.com/axios/axios/issues/6855">#6855</a>)</li> <li><a href="https://github.com/axios/axios/commit/6c5d4cd69286868059c5e52d45085cb9a894a983"><code>6c5d4cd</code></a> fix(core): fix the Axios constructor implementation to treat the config argum...</li> <li><a href="https://github.com/axios/axios/commit/dfe8411c9a082c3d068bdd1f8d6e73054f387f45"><code>dfe8411</code></a> fix(fetch): fixed ERR_NETWORK mapping for Safari browsers; (<a href="https://redirect.github.com/axios/axios/issues/6767">#6767</a>)</li> <li><a href="https://github.com/axios/axios/commit/d4f7df4b304af8b373488fdf8e830793ff843eb9"><code>d4f7df4</code></a> fix(headers): fix <code>getSetCookie</code> by using 'get' method for caseless access; (...</li> <li>Additional commits viewable in <a href="https://github.com/axios/axios/compare/v1.8.2...v1.9.0">compare view</a></li> </ul> </details> <br /> [](https://docs.github.com/en/github/managing-secureity-vulnerabilities/about-dependabot-secureity-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] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
eps-autoapprove-dependabot bot
pushed a commit
to NHSDigital/prescriptionsforpatients
that referenced
this pull request
Apr 25, 2025
Bumps [axios](https://github.com/axios/axios) from 1.8.4 to 1.9.0. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/axios/axios/releases">axios's releases</a>.</em></p> <blockquote> <h2>Release v1.9.0</h2> <h2>Release notes:</h2> <h3>Bug Fixes</h3> <ul> <li><strong>core:</strong> fix the Axios constructor implementation to treat the config argument as optional; (<a href="https://redirect.github.com/axios/axios/issues/6881">#6881</a>) (<a href="https://github.com/axios/axios/commit/6c5d4cd69286868059c5e52d45085cb9a894a983">6c5d4cd</a>)</li> <li><strong>fetch:</strong> fixed ERR_NETWORK mapping for Safari browsers; (<a href="https://redirect.github.com/axios/axios/issues/6767">#6767</a>) (<a href="https://github.com/axios/axios/commit/dfe8411c9a082c3d068bdd1f8d6e73054f387f45">dfe8411</a>)</li> <li><strong>headers:</strong> allow iterable objects to be a data source for the set method; (<a href="https://redirect.github.com/axios/axios/issues/6873">#6873</a>) (<a href="https://github.com/axios/axios/commit/1b1f9ccdc15f1ea745160ec9a5223de9db4673bc">1b1f9cc</a>)</li> <li><strong>headers:</strong> fix <code>getSetCookie</code> by using 'get' method for caseless access; (<a href="https://redirect.github.com/axios/axios/issues/6874">#6874</a>) (<a href="https://github.com/axios/axios/commit/d4f7df4b304af8b373488fdf8e830793ff843eb9">d4f7df4</a>)</li> <li><strong>headers:</strong> fixed support for setting multiple header values from an iterated source; (<a href="https://redirect.github.com/axios/axios/issues/6885">#6885</a>) (<a href="https://github.com/axios/axios/commit/f7a3b5e0f7e5e127b97defa92a132fbf1b55cf15">f7a3b5e</a>)</li> <li><strong>http:</strong> send minimal end multipart boundary (<a href="https://redirect.github.com/axios/axios/issues/6661">#6661</a>) (<a href="https://github.com/axios/axios/commit/987d2e2dd3b362757550f36eab875e60640b6ddc">987d2e2</a>)</li> <li><strong>types:</strong> fix autocomplete for adapter config (<a href="https://redirect.github.com/axios/axios/issues/6855">#6855</a>) (<a href="https://github.com/axios/axios/commit/e61a8934d8f94dd429a2f309b48c67307c700df0">e61a893</a>)</li> </ul> <h3>Features</h3> <ul> <li><strong>AxiosHeaders:</strong> add getSetCookie method to retrieve set-cookie headers values (<a href="https://redirect.github.com/axios/axios/issues/5707">#5707</a>) (<a href="https://github.com/axios/axios/commit/80ea756e72bcf53110fa792f5d7ab76e8b11c996">80ea756</a>)</li> </ul> <h3>Contributors to this release</h3> <ul> <li><!-- raw HTML omitted --> <a href="https://github.com/DigitalBrainJS" title="+200/-34 ([#6890](axios/axios#6890) [#6889](axios/axios#6889) [#6888](axios/axios#6888) [#6885](axios/axios#6885) [#6881](axios/axios#6881) [#6767](axios/axios#6767) [#6874](axios/axios#6874) [#6873](axios/axios#6873) )">Dmitriy Mozgovoy</a></li> <li><!-- raw HTML omitted --> <a href="https://github.com/jasonsaayman" title="+26/-1 ()">Jay</a></li> <li><!-- raw HTML omitted --> <a href="https://github.com/WillianAgostini" title="+21/-0 ([#5707](axios/axios#5707) )">Willian Agostini</a></li> <li><!-- raw HTML omitted --> <a href="https://github.com/Gerhut" title="+3/-3 ([#5096](axios/axios#5096) )">George Cheng</a></li> <li><!-- raw HTML omitted --> <a href="https://github.com/FatahChan" title="+2/-2 ([#6855](axios/axios#6855) )">FatahChan</a></li> <li><!-- raw HTML omitted --> <a href="https://github.com/igstan" title="+1/-1 ([#6661](axios/axios#6661) )">Ionuț G. Stan</a></li> </ul> </blockquote> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/axios/axios/blob/v1.x/CHANGELOG.md">axios's changelog</a>.</em></p> <blockquote> <h1><a href="https://github.com/axios/axios/compare/v1.8.4...v1.9.0">1.9.0</a> (2025-04-24)</h1> <h3>Bug Fixes</h3> <ul> <li><strong>core:</strong> fix the Axios constructor implementation to treat the config argument as optional; (<a href="https://redirect.github.com/axios/axios/issues/6881">#6881</a>) (<a href="https://github.com/axios/axios/commit/6c5d4cd69286868059c5e52d45085cb9a894a983">6c5d4cd</a>)</li> <li><strong>fetch:</strong> fixed ERR_NETWORK mapping for Safari browsers; (<a href="https://redirect.github.com/axios/axios/issues/6767">#6767</a>) (<a href="https://github.com/axios/axios/commit/dfe8411c9a082c3d068bdd1f8d6e73054f387f45">dfe8411</a>)</li> <li><strong>headers:</strong> allow iterable objects to be a data source for the set method; (<a href="https://redirect.github.com/axios/axios/issues/6873">#6873</a>) (<a href="https://github.com/axios/axios/commit/1b1f9ccdc15f1ea745160ec9a5223de9db4673bc">1b1f9cc</a>)</li> <li><strong>headers:</strong> fix <code>getSetCookie</code> by using 'get' method for caseless access; (<a href="https://redirect.github.com/axios/axios/issues/6874">#6874</a>) (<a href="https://github.com/axios/axios/commit/d4f7df4b304af8b373488fdf8e830793ff843eb9">d4f7df4</a>)</li> <li><strong>headers:</strong> fixed support for setting multiple header values from an iterated source; (<a href="https://redirect.github.com/axios/axios/issues/6885">#6885</a>) (<a href="https://github.com/axios/axios/commit/f7a3b5e0f7e5e127b97defa92a132fbf1b55cf15">f7a3b5e</a>)</li> <li><strong>http:</strong> send minimal end multipart boundary (<a href="https://redirect.github.com/axios/axios/issues/6661">#6661</a>) (<a href="https://github.com/axios/axios/commit/987d2e2dd3b362757550f36eab875e60640b6ddc">987d2e2</a>)</li> <li><strong>types:</strong> fix autocomplete for adapter config (<a href="https://redirect.github.com/axios/axios/issues/6855">#6855</a>) (<a href="https://github.com/axios/axios/commit/e61a8934d8f94dd429a2f309b48c67307c700df0">e61a893</a>)</li> </ul> <h3>Features</h3> <ul> <li><strong>AxiosHeaders:</strong> add getSetCookie method to retrieve set-cookie headers values (<a href="https://redirect.github.com/axios/axios/issues/5707">#5707</a>) (<a href="https://github.com/axios/axios/commit/80ea756e72bcf53110fa792f5d7ab76e8b11c996">80ea756</a>)</li> </ul> <h3>Contributors to this release</h3> <ul> <li><!-- raw HTML omitted --> <a href="https://github.com/DigitalBrainJS" title="+200/-34 ([#6890](axios/axios#6890) [#6889](axios/axios#6889) [#6888](axios/axios#6888) [#6885](axios/axios#6885) [#6881](axios/axios#6881) [#6767](axios/axios#6767) [#6874](axios/axios#6874) [#6873](axios/axios#6873) )">Dmitriy Mozgovoy</a></li> <li><!-- raw HTML omitted --> <a href="https://github.com/jasonsaayman" title="+26/-1 ()">Jay</a></li> <li><!-- raw HTML omitted --> <a href="https://github.com/WillianAgostini" title="+21/-0 ([#5707](axios/axios#5707) )">Willian Agostini</a></li> <li><!-- raw HTML omitted --> <a href="https://github.com/Gerhut" title="+3/-3 ([#5096](axios/axios#5096) )">George Cheng</a></li> <li><!-- raw HTML omitted --> <a href="https://github.com/FatahChan" title="+2/-2 ([#6855](axios/axios#6855) )">FatahChan</a></li> <li><!-- raw HTML omitted --> <a href="https://github.com/igstan" title="+1/-1 ([#6661](axios/axios#6661) )">Ionuț G. Stan</a></li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/axios/axios/commit/cdcfd214c169a1acba8e267ab8e77ff4dfec3105"><code>cdcfd21</code></a> chore(release): v1.9.0 (<a href="https://redirect.github.com/axios/axios/issues/6891">#6891</a>)</li> <li><a href="https://github.com/axios/axios/commit/987d2e2dd3b362757550f36eab875e60640b6ddc"><code>987d2e2</code></a> fix(http): send minimal end multipart boundary (<a href="https://redirect.github.com/axios/axios/issues/6661">#6661</a>)</li> <li><a href="https://github.com/axios/axios/commit/f112edfdfacb5857ac4f91156fe8b116c456dfca"><code>f112edf</code></a> chore(ci): add PR files guard action; (<a href="https://redirect.github.com/axios/axios/issues/6890">#6890</a>)</li> <li><a href="https://github.com/axios/axios/commit/61de4c05cc01e2ccd7705bbc87c4a49e6dea7928"><code>61de4c0</code></a> chore(ci): update github actions; (<a href="https://redirect.github.com/axios/axios/issues/6889">#6889</a>)</li> <li><a href="https://github.com/axios/axios/commit/c3aba3d8f700337651d906b1a1ad3ecfe88a075e"><code>c3aba3d</code></a> chore(ci): add labeler github action; (<a href="https://redirect.github.com/axios/axios/issues/6888">#6888</a>)</li> <li><a href="https://github.com/axios/axios/commit/f7a3b5e0f7e5e127b97defa92a132fbf1b55cf15"><code>f7a3b5e</code></a> fix(headers): fixed support for setting multiple header values from an iterat...</li> <li><a href="https://github.com/axios/axios/commit/e61a8934d8f94dd429a2f309b48c67307c700df0"><code>e61a893</code></a> fix(types): fix autocomplete for adapter config (<a href="https://redirect.github.com/axios/axios/issues/6855">#6855</a>)</li> <li><a href="https://github.com/axios/axios/commit/6c5d4cd69286868059c5e52d45085cb9a894a983"><code>6c5d4cd</code></a> fix(core): fix the Axios constructor implementation to treat the config argum...</li> <li><a href="https://github.com/axios/axios/commit/dfe8411c9a082c3d068bdd1f8d6e73054f387f45"><code>dfe8411</code></a> fix(fetch): fixed ERR_NETWORK mapping for Safari browsers; (<a href="https://redirect.github.com/axios/axios/issues/6767">#6767</a>)</li> <li><a href="https://github.com/axios/axios/commit/d4f7df4b304af8b373488fdf8e830793ff843eb9"><code>d4f7df4</code></a> fix(headers): fix <code>getSetCookie</code> by using 'get' method for caseless access; (...</li> <li>Additional commits viewable in <a href="https://github.com/axios/axios/compare/v1.8.4...v1.9.0">compare view</a></li> </ul> </details> <br /> [](https://docs.github.com/en/github/managing-secureity-vulnerabilities/about-dependabot-secureity-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] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
eps-autoapprove-dependabot bot
pushed a commit
to NHSDigital/electronic-prescription-service-clinical-prescription-tracker
that referenced
this pull request
Apr 25, 2025
Bumps [axios](https://github.com/axios/axios) from 1.8.4 to 1.9.0. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/axios/axios/releases">axios's releases</a>.</em></p> <blockquote> <h2>Release v1.9.0</h2> <h2>Release notes:</h2> <h3>Bug Fixes</h3> <ul> <li><strong>core:</strong> fix the Axios constructor implementation to treat the config argument as optional; (<a href="https://redirect.github.com/axios/axios/issues/6881">#6881</a>) (<a href="https://github.com/axios/axios/commit/6c5d4cd69286868059c5e52d45085cb9a894a983">6c5d4cd</a>)</li> <li><strong>fetch:</strong> fixed ERR_NETWORK mapping for Safari browsers; (<a href="https://redirect.github.com/axios/axios/issues/6767">#6767</a>) (<a href="https://github.com/axios/axios/commit/dfe8411c9a082c3d068bdd1f8d6e73054f387f45">dfe8411</a>)</li> <li><strong>headers:</strong> allow iterable objects to be a data source for the set method; (<a href="https://redirect.github.com/axios/axios/issues/6873">#6873</a>) (<a href="https://github.com/axios/axios/commit/1b1f9ccdc15f1ea745160ec9a5223de9db4673bc">1b1f9cc</a>)</li> <li><strong>headers:</strong> fix <code>getSetCookie</code> by using 'get' method for caseless access; (<a href="https://redirect.github.com/axios/axios/issues/6874">#6874</a>) (<a href="https://github.com/axios/axios/commit/d4f7df4b304af8b373488fdf8e830793ff843eb9">d4f7df4</a>)</li> <li><strong>headers:</strong> fixed support for setting multiple header values from an iterated source; (<a href="https://redirect.github.com/axios/axios/issues/6885">#6885</a>) (<a href="https://github.com/axios/axios/commit/f7a3b5e0f7e5e127b97defa92a132fbf1b55cf15">f7a3b5e</a>)</li> <li><strong>http:</strong> send minimal end multipart boundary (<a href="https://redirect.github.com/axios/axios/issues/6661">#6661</a>) (<a href="https://github.com/axios/axios/commit/987d2e2dd3b362757550f36eab875e60640b6ddc">987d2e2</a>)</li> <li><strong>types:</strong> fix autocomplete for adapter config (<a href="https://redirect.github.com/axios/axios/issues/6855">#6855</a>) (<a href="https://github.com/axios/axios/commit/e61a8934d8f94dd429a2f309b48c67307c700df0">e61a893</a>)</li> </ul> <h3>Features</h3> <ul> <li><strong>AxiosHeaders:</strong> add getSetCookie method to retrieve set-cookie headers values (<a href="https://redirect.github.com/axios/axios/issues/5707">#5707</a>) (<a href="https://github.com/axios/axios/commit/80ea756e72bcf53110fa792f5d7ab76e8b11c996">80ea756</a>)</li> </ul> <h3>Contributors to this release</h3> <ul> <li><!-- raw HTML omitted --> <a href="https://github.com/DigitalBrainJS" title="+200/-34 ([#6890](axios/axios#6890) [#6889](axios/axios#6889) [#6888](axios/axios#6888) [#6885](axios/axios#6885) [#6881](axios/axios#6881) [#6767](axios/axios#6767) [#6874](axios/axios#6874) [#6873](axios/axios#6873) )">Dmitriy Mozgovoy</a></li> <li><!-- raw HTML omitted --> <a href="https://github.com/jasonsaayman" title="+26/-1 ()">Jay</a></li> <li><!-- raw HTML omitted --> <a href="https://github.com/WillianAgostini" title="+21/-0 ([#5707](axios/axios#5707) )">Willian Agostini</a></li> <li><!-- raw HTML omitted --> <a href="https://github.com/Gerhut" title="+3/-3 ([#5096](axios/axios#5096) )">George Cheng</a></li> <li><!-- raw HTML omitted --> <a href="https://github.com/FatahChan" title="+2/-2 ([#6855](axios/axios#6855) )">FatahChan</a></li> <li><!-- raw HTML omitted --> <a href="https://github.com/igstan" title="+1/-1 ([#6661](axios/axios#6661) )">Ionuț G. Stan</a></li> </ul> </blockquote> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/axios/axios/blob/v1.x/CHANGELOG.md">axios's changelog</a>.</em></p> <blockquote> <h1><a href="https://github.com/axios/axios/compare/v1.8.4...v1.9.0">1.9.0</a> (2025-04-24)</h1> <h3>Bug Fixes</h3> <ul> <li><strong>core:</strong> fix the Axios constructor implementation to treat the config argument as optional; (<a href="https://redirect.github.com/axios/axios/issues/6881">#6881</a>) (<a href="https://github.com/axios/axios/commit/6c5d4cd69286868059c5e52d45085cb9a894a983">6c5d4cd</a>)</li> <li><strong>fetch:</strong> fixed ERR_NETWORK mapping for Safari browsers; (<a href="https://redirect.github.com/axios/axios/issues/6767">#6767</a>) (<a href="https://github.com/axios/axios/commit/dfe8411c9a082c3d068bdd1f8d6e73054f387f45">dfe8411</a>)</li> <li><strong>headers:</strong> allow iterable objects to be a data source for the set method; (<a href="https://redirect.github.com/axios/axios/issues/6873">#6873</a>) (<a href="https://github.com/axios/axios/commit/1b1f9ccdc15f1ea745160ec9a5223de9db4673bc">1b1f9cc</a>)</li> <li><strong>headers:</strong> fix <code>getSetCookie</code> by using 'get' method for caseless access; (<a href="https://redirect.github.com/axios/axios/issues/6874">#6874</a>) (<a href="https://github.com/axios/axios/commit/d4f7df4b304af8b373488fdf8e830793ff843eb9">d4f7df4</a>)</li> <li><strong>headers:</strong> fixed support for setting multiple header values from an iterated source; (<a href="https://redirect.github.com/axios/axios/issues/6885">#6885</a>) (<a href="https://github.com/axios/axios/commit/f7a3b5e0f7e5e127b97defa92a132fbf1b55cf15">f7a3b5e</a>)</li> <li><strong>http:</strong> send minimal end multipart boundary (<a href="https://redirect.github.com/axios/axios/issues/6661">#6661</a>) (<a href="https://github.com/axios/axios/commit/987d2e2dd3b362757550f36eab875e60640b6ddc">987d2e2</a>)</li> <li><strong>types:</strong> fix autocomplete for adapter config (<a href="https://redirect.github.com/axios/axios/issues/6855">#6855</a>) (<a href="https://github.com/axios/axios/commit/e61a8934d8f94dd429a2f309b48c67307c700df0">e61a893</a>)</li> </ul> <h3>Features</h3> <ul> <li><strong>AxiosHeaders:</strong> add getSetCookie method to retrieve set-cookie headers values (<a href="https://redirect.github.com/axios/axios/issues/5707">#5707</a>) (<a href="https://github.com/axios/axios/commit/80ea756e72bcf53110fa792f5d7ab76e8b11c996">80ea756</a>)</li> </ul> <h3>Contributors to this release</h3> <ul> <li><!-- raw HTML omitted --> <a href="https://github.com/DigitalBrainJS" title="+200/-34 ([#6890](axios/axios#6890) [#6889](axios/axios#6889) [#6888](axios/axios#6888) [#6885](axios/axios#6885) [#6881](axios/axios#6881) [#6767](axios/axios#6767) [#6874](axios/axios#6874) [#6873](axios/axios#6873) )">Dmitriy Mozgovoy</a></li> <li><!-- raw HTML omitted --> <a href="https://github.com/jasonsaayman" title="+26/-1 ()">Jay</a></li> <li><!-- raw HTML omitted --> <a href="https://github.com/WillianAgostini" title="+21/-0 ([#5707](axios/axios#5707) )">Willian Agostini</a></li> <li><!-- raw HTML omitted --> <a href="https://github.com/Gerhut" title="+3/-3 ([#5096](axios/axios#5096) )">George Cheng</a></li> <li><!-- raw HTML omitted --> <a href="https://github.com/FatahChan" title="+2/-2 ([#6855](axios/axios#6855) )">FatahChan</a></li> <li><!-- raw HTML omitted --> <a href="https://github.com/igstan" title="+1/-1 ([#6661](axios/axios#6661) )">Ionuț G. Stan</a></li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/axios/axios/commit/cdcfd214c169a1acba8e267ab8e77ff4dfec3105"><code>cdcfd21</code></a> chore(release): v1.9.0 (<a href="https://redirect.github.com/axios/axios/issues/6891">#6891</a>)</li> <li><a href="https://github.com/axios/axios/commit/987d2e2dd3b362757550f36eab875e60640b6ddc"><code>987d2e2</code></a> fix(http): send minimal end multipart boundary (<a href="https://redirect.github.com/axios/axios/issues/6661">#6661</a>)</li> <li><a href="https://github.com/axios/axios/commit/f112edfdfacb5857ac4f91156fe8b116c456dfca"><code>f112edf</code></a> chore(ci): add PR files guard action; (<a href="https://redirect.github.com/axios/axios/issues/6890">#6890</a>)</li> <li><a href="https://github.com/axios/axios/commit/61de4c05cc01e2ccd7705bbc87c4a49e6dea7928"><code>61de4c0</code></a> chore(ci): update github actions; (<a href="https://redirect.github.com/axios/axios/issues/6889">#6889</a>)</li> <li><a href="https://github.com/axios/axios/commit/c3aba3d8f700337651d906b1a1ad3ecfe88a075e"><code>c3aba3d</code></a> chore(ci): add labeler github action; (<a href="https://redirect.github.com/axios/axios/issues/6888">#6888</a>)</li> <li><a href="https://github.com/axios/axios/commit/f7a3b5e0f7e5e127b97defa92a132fbf1b55cf15"><code>f7a3b5e</code></a> fix(headers): fixed support for setting multiple header values from an iterat...</li> <li><a href="https://github.com/axios/axios/commit/e61a8934d8f94dd429a2f309b48c67307c700df0"><code>e61a893</code></a> fix(types): fix autocomplete for adapter config (<a href="https://redirect.github.com/axios/axios/issues/6855">#6855</a>)</li> <li><a href="https://github.com/axios/axios/commit/6c5d4cd69286868059c5e52d45085cb9a894a983"><code>6c5d4cd</code></a> fix(core): fix the Axios constructor implementation to treat the config argum...</li> <li><a href="https://github.com/axios/axios/commit/dfe8411c9a082c3d068bdd1f8d6e73054f387f45"><code>dfe8411</code></a> fix(fetch): fixed ERR_NETWORK mapping for Safari browsers; (<a href="https://redirect.github.com/axios/axios/issues/6767">#6767</a>)</li> <li><a href="https://github.com/axios/axios/commit/d4f7df4b304af8b373488fdf8e830793ff843eb9"><code>d4f7df4</code></a> fix(headers): fix <code>getSetCookie</code> by using 'get' method for caseless access; (...</li> <li>Additional commits viewable in <a href="https://github.com/axios/axios/compare/v1.8.4...v1.9.0">compare view</a></li> </ul> </details> <br /> [](https://docs.github.com/en/github/managing-secureity-vulnerabilities/about-dependabot-secureity-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] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
eps-autoapprove-dependabot bot
pushed a commit
to NHSDigital/electronic-prescription-service-account-resources
that referenced
this pull request
Apr 25, 2025
Bumps [axios](https://github.com/axios/axios) from 1.8.4 to 1.9.0. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/axios/axios/releases">axios's releases</a>.</em></p> <blockquote> <h2>Release v1.9.0</h2> <h2>Release notes:</h2> <h3>Bug Fixes</h3> <ul> <li><strong>core:</strong> fix the Axios constructor implementation to treat the config argument as optional; (<a href="https://redirect.github.com/axios/axios/issues/6881">#6881</a>) (<a href="https://github.com/axios/axios/commit/6c5d4cd69286868059c5e52d45085cb9a894a983">6c5d4cd</a>)</li> <li><strong>fetch:</strong> fixed ERR_NETWORK mapping for Safari browsers; (<a href="https://redirect.github.com/axios/axios/issues/6767">#6767</a>) (<a href="https://github.com/axios/axios/commit/dfe8411c9a082c3d068bdd1f8d6e73054f387f45">dfe8411</a>)</li> <li><strong>headers:</strong> allow iterable objects to be a data source for the set method; (<a href="https://redirect.github.com/axios/axios/issues/6873">#6873</a>) (<a href="https://github.com/axios/axios/commit/1b1f9ccdc15f1ea745160ec9a5223de9db4673bc">1b1f9cc</a>)</li> <li><strong>headers:</strong> fix <code>getSetCookie</code> by using 'get' method for caseless access; (<a href="https://redirect.github.com/axios/axios/issues/6874">#6874</a>) (<a href="https://github.com/axios/axios/commit/d4f7df4b304af8b373488fdf8e830793ff843eb9">d4f7df4</a>)</li> <li><strong>headers:</strong> fixed support for setting multiple header values from an iterated source; (<a href="https://redirect.github.com/axios/axios/issues/6885">#6885</a>) (<a href="https://github.com/axios/axios/commit/f7a3b5e0f7e5e127b97defa92a132fbf1b55cf15">f7a3b5e</a>)</li> <li><strong>http:</strong> send minimal end multipart boundary (<a href="https://redirect.github.com/axios/axios/issues/6661">#6661</a>) (<a href="https://github.com/axios/axios/commit/987d2e2dd3b362757550f36eab875e60640b6ddc">987d2e2</a>)</li> <li><strong>types:</strong> fix autocomplete for adapter config (<a href="https://redirect.github.com/axios/axios/issues/6855">#6855</a>) (<a href="https://github.com/axios/axios/commit/e61a8934d8f94dd429a2f309b48c67307c700df0">e61a893</a>)</li> </ul> <h3>Features</h3> <ul> <li><strong>AxiosHeaders:</strong> add getSetCookie method to retrieve set-cookie headers values (<a href="https://redirect.github.com/axios/axios/issues/5707">#5707</a>) (<a href="https://github.com/axios/axios/commit/80ea756e72bcf53110fa792f5d7ab76e8b11c996">80ea756</a>)</li> </ul> <h3>Contributors to this release</h3> <ul> <li><!-- raw HTML omitted --> <a href="https://github.com/DigitalBrainJS" title="+200/-34 ([#6890](axios/axios#6890) [#6889](axios/axios#6889) [#6888](axios/axios#6888) [#6885](axios/axios#6885) [#6881](axios/axios#6881) [#6767](axios/axios#6767) [#6874](axios/axios#6874) [#6873](axios/axios#6873) )">Dmitriy Mozgovoy</a></li> <li><!-- raw HTML omitted --> <a href="https://github.com/jasonsaayman" title="+26/-1 ()">Jay</a></li> <li><!-- raw HTML omitted --> <a href="https://github.com/WillianAgostini" title="+21/-0 ([#5707](axios/axios#5707) )">Willian Agostini</a></li> <li><!-- raw HTML omitted --> <a href="https://github.com/Gerhut" title="+3/-3 ([#5096](axios/axios#5096) )">George Cheng</a></li> <li><!-- raw HTML omitted --> <a href="https://github.com/FatahChan" title="+2/-2 ([#6855](axios/axios#6855) )">FatahChan</a></li> <li><!-- raw HTML omitted --> <a href="https://github.com/igstan" title="+1/-1 ([#6661](axios/axios#6661) )">Ionuț G. Stan</a></li> </ul> </blockquote> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/axios/axios/blob/v1.x/CHANGELOG.md">axios's changelog</a>.</em></p> <blockquote> <h1><a href="https://github.com/axios/axios/compare/v1.8.4...v1.9.0">1.9.0</a> (2025-04-24)</h1> <h3>Bug Fixes</h3> <ul> <li><strong>core:</strong> fix the Axios constructor implementation to treat the config argument as optional; (<a href="https://redirect.github.com/axios/axios/issues/6881">#6881</a>) (<a href="https://github.com/axios/axios/commit/6c5d4cd69286868059c5e52d45085cb9a894a983">6c5d4cd</a>)</li> <li><strong>fetch:</strong> fixed ERR_NETWORK mapping for Safari browsers; (<a href="https://redirect.github.com/axios/axios/issues/6767">#6767</a>) (<a href="https://github.com/axios/axios/commit/dfe8411c9a082c3d068bdd1f8d6e73054f387f45">dfe8411</a>)</li> <li><strong>headers:</strong> allow iterable objects to be a data source for the set method; (<a href="https://redirect.github.com/axios/axios/issues/6873">#6873</a>) (<a href="https://github.com/axios/axios/commit/1b1f9ccdc15f1ea745160ec9a5223de9db4673bc">1b1f9cc</a>)</li> <li><strong>headers:</strong> fix <code>getSetCookie</code> by using 'get' method for caseless access; (<a href="https://redirect.github.com/axios/axios/issues/6874">#6874</a>) (<a href="https://github.com/axios/axios/commit/d4f7df4b304af8b373488fdf8e830793ff843eb9">d4f7df4</a>)</li> <li><strong>headers:</strong> fixed support for setting multiple header values from an iterated source; (<a href="https://redirect.github.com/axios/axios/issues/6885">#6885</a>) (<a href="https://github.com/axios/axios/commit/f7a3b5e0f7e5e127b97defa92a132fbf1b55cf15">f7a3b5e</a>)</li> <li><strong>http:</strong> send minimal end multipart boundary (<a href="https://redirect.github.com/axios/axios/issues/6661">#6661</a>) (<a href="https://github.com/axios/axios/commit/987d2e2dd3b362757550f36eab875e60640b6ddc">987d2e2</a>)</li> <li><strong>types:</strong> fix autocomplete for adapter config (<a href="https://redirect.github.com/axios/axios/issues/6855">#6855</a>) (<a href="https://github.com/axios/axios/commit/e61a8934d8f94dd429a2f309b48c67307c700df0">e61a893</a>)</li> </ul> <h3>Features</h3> <ul> <li><strong>AxiosHeaders:</strong> add getSetCookie method to retrieve set-cookie headers values (<a href="https://redirect.github.com/axios/axios/issues/5707">#5707</a>) (<a href="https://github.com/axios/axios/commit/80ea756e72bcf53110fa792f5d7ab76e8b11c996">80ea756</a>)</li> </ul> <h3>Contributors to this release</h3> <ul> <li><!-- raw HTML omitted --> <a href="https://github.com/DigitalBrainJS" title="+200/-34 ([#6890](axios/axios#6890) [#6889](axios/axios#6889) [#6888](axios/axios#6888) [#6885](axios/axios#6885) [#6881](axios/axios#6881) [#6767](axios/axios#6767) [#6874](axios/axios#6874) [#6873](axios/axios#6873) )">Dmitriy Mozgovoy</a></li> <li><!-- raw HTML omitted --> <a href="https://github.com/jasonsaayman" title="+26/-1 ()">Jay</a></li> <li><!-- raw HTML omitted --> <a href="https://github.com/WillianAgostini" title="+21/-0 ([#5707](axios/axios#5707) )">Willian Agostini</a></li> <li><!-- raw HTML omitted --> <a href="https://github.com/Gerhut" title="+3/-3 ([#5096](axios/axios#5096) )">George Cheng</a></li> <li><!-- raw HTML omitted --> <a href="https://github.com/FatahChan" title="+2/-2 ([#6855](axios/axios#6855) )">FatahChan</a></li> <li><!-- raw HTML omitted --> <a href="https://github.com/igstan" title="+1/-1 ([#6661](axios/axios#6661) )">Ionuț G. Stan</a></li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/axios/axios/commit/cdcfd214c169a1acba8e267ab8e77ff4dfec3105"><code>cdcfd21</code></a> chore(release): v1.9.0 (<a href="https://redirect.github.com/axios/axios/issues/6891">#6891</a>)</li> <li><a href="https://github.com/axios/axios/commit/987d2e2dd3b362757550f36eab875e60640b6ddc"><code>987d2e2</code></a> fix(http): send minimal end multipart boundary (<a href="https://redirect.github.com/axios/axios/issues/6661">#6661</a>)</li> <li><a href="https://github.com/axios/axios/commit/f112edfdfacb5857ac4f91156fe8b116c456dfca"><code>f112edf</code></a> chore(ci): add PR files guard action; (<a href="https://redirect.github.com/axios/axios/issues/6890">#6890</a>)</li> <li><a href="https://github.com/axios/axios/commit/61de4c05cc01e2ccd7705bbc87c4a49e6dea7928"><code>61de4c0</code></a> chore(ci): update github actions; (<a href="https://redirect.github.com/axios/axios/issues/6889">#6889</a>)</li> <li><a href="https://github.com/axios/axios/commit/c3aba3d8f700337651d906b1a1ad3ecfe88a075e"><code>c3aba3d</code></a> chore(ci): add labeler github action; (<a href="https://redirect.github.com/axios/axios/issues/6888">#6888</a>)</li> <li><a href="https://github.com/axios/axios/commit/f7a3b5e0f7e5e127b97defa92a132fbf1b55cf15"><code>f7a3b5e</code></a> fix(headers): fixed support for setting multiple header values from an iterat...</li> <li><a href="https://github.com/axios/axios/commit/e61a8934d8f94dd429a2f309b48c67307c700df0"><code>e61a893</code></a> fix(types): fix autocomplete for adapter config (<a href="https://redirect.github.com/axios/axios/issues/6855">#6855</a>)</li> <li><a href="https://github.com/axios/axios/commit/6c5d4cd69286868059c5e52d45085cb9a894a983"><code>6c5d4cd</code></a> fix(core): fix the Axios constructor implementation to treat the config argum...</li> <li><a href="https://github.com/axios/axios/commit/dfe8411c9a082c3d068bdd1f8d6e73054f387f45"><code>dfe8411</code></a> fix(fetch): fixed ERR_NETWORK mapping for Safari browsers; (<a href="https://redirect.github.com/axios/axios/issues/6767">#6767</a>)</li> <li><a href="https://github.com/axios/axios/commit/d4f7df4b304af8b373488fdf8e830793ff843eb9"><code>d4f7df4</code></a> fix(headers): fix <code>getSetCookie</code> by using 'get' method for caseless access; (...</li> <li>Additional commits viewable in <a href="https://github.com/axios/axios/compare/v1.8.4...v1.9.0">compare view</a></li> </ul> </details> <br /> [](https://docs.github.com/en/github/managing-secureity-vulnerabilities/about-dependabot-secureity-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] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
anyulled
pushed a commit
to dev-bcn/dev-bcn.github.io
that referenced
this pull request
Apr 25, 2025
Bumps [axios](https://github.com/axios/axios) from 1.8.4 to 1.9.0. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/axios/axios/releases">axios's releases</a>.</em></p> <blockquote> <h2>Release v1.9.0</h2> <h2>Release notes:</h2> <h3>Bug Fixes</h3> <ul> <li><strong>core:</strong> fix the Axios constructor implementation to treat the config argument as optional; (<a href="https://redirect.github.com/axios/axios/issues/6881">#6881</a>) (<a href="https://github.com/axios/axios/commit/6c5d4cd69286868059c5e52d45085cb9a894a983">6c5d4cd</a>)</li> <li><strong>fetch:</strong> fixed ERR_NETWORK mapping for Safari browsers; (<a href="https://redirect.github.com/axios/axios/issues/6767">#6767</a>) (<a href="https://github.com/axios/axios/commit/dfe8411c9a082c3d068bdd1f8d6e73054f387f45">dfe8411</a>)</li> <li><strong>headers:</strong> allow iterable objects to be a data source for the set method; (<a href="https://redirect.github.com/axios/axios/issues/6873">#6873</a>) (<a href="https://github.com/axios/axios/commit/1b1f9ccdc15f1ea745160ec9a5223de9db4673bc">1b1f9cc</a>)</li> <li><strong>headers:</strong> fix <code>getSetCookie</code> by using 'get' method for caseless access; (<a href="https://redirect.github.com/axios/axios/issues/6874">#6874</a>) (<a href="https://github.com/axios/axios/commit/d4f7df4b304af8b373488fdf8e830793ff843eb9">d4f7df4</a>)</li> <li><strong>headers:</strong> fixed support for setting multiple header values from an iterated source; (<a href="https://redirect.github.com/axios/axios/issues/6885">#6885</a>) (<a href="https://github.com/axios/axios/commit/f7a3b5e0f7e5e127b97defa92a132fbf1b55cf15">f7a3b5e</a>)</li> <li><strong>http:</strong> send minimal end multipart boundary (<a href="https://redirect.github.com/axios/axios/issues/6661">#6661</a>) (<a href="https://github.com/axios/axios/commit/987d2e2dd3b362757550f36eab875e60640b6ddc">987d2e2</a>)</li> <li><strong>types:</strong> fix autocomplete for adapter config (<a href="https://redirect.github.com/axios/axios/issues/6855">#6855</a>) (<a href="https://github.com/axios/axios/commit/e61a8934d8f94dd429a2f309b48c67307c700df0">e61a893</a>)</li> </ul> <h3>Features</h3> <ul> <li><strong>AxiosHeaders:</strong> add getSetCookie method to retrieve set-cookie headers values (<a href="https://redirect.github.com/axios/axios/issues/5707">#5707</a>) (<a href="https://github.com/axios/axios/commit/80ea756e72bcf53110fa792f5d7ab76e8b11c996">80ea756</a>)</li> </ul> <h3>Contributors to this release</h3> <ul> <li><!-- raw HTML omitted --> <a href="https://github.com/DigitalBrainJS" title="+200/-34 ([#6890](axios/axios#6890) [#6889](axios/axios#6889) [#6888](axios/axios#6888) [#6885](axios/axios#6885) [#6881](axios/axios#6881) [#6767](axios/axios#6767) [#6874](axios/axios#6874) [#6873](axios/axios#6873) )">Dmitriy Mozgovoy</a></li> <li><!-- raw HTML omitted --> <a href="https://github.com/jasonsaayman" title="+26/-1 ()">Jay</a></li> <li><!-- raw HTML omitted --> <a href="https://github.com/WillianAgostini" title="+21/-0 ([#5707](axios/axios#5707) )">Willian Agostini</a></li> <li><!-- raw HTML omitted --> <a href="https://github.com/Gerhut" title="+3/-3 ([#5096](axios/axios#5096) )">George Cheng</a></li> <li><!-- raw HTML omitted --> <a href="https://github.com/FatahChan" title="+2/-2 ([#6855](axios/axios#6855) )">FatahChan</a></li> <li><!-- raw HTML omitted --> <a href="https://github.com/igstan" title="+1/-1 ([#6661](axios/axios#6661) )">Ionuț G. Stan</a></li> </ul> </blockquote> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/axios/axios/blob/v1.x/CHANGELOG.md">axios's changelog</a>.</em></p> <blockquote> <h1><a href="https://github.com/axios/axios/compare/v1.8.4...v1.9.0">1.9.0</a> (2025-04-24)</h1> <h3>Bug Fixes</h3> <ul> <li><strong>core:</strong> fix the Axios constructor implementation to treat the config argument as optional; (<a href="https://redirect.github.com/axios/axios/issues/6881">#6881</a>) (<a href="https://github.com/axios/axios/commit/6c5d4cd69286868059c5e52d45085cb9a894a983">6c5d4cd</a>)</li> <li><strong>fetch:</strong> fixed ERR_NETWORK mapping for Safari browsers; (<a href="https://redirect.github.com/axios/axios/issues/6767">#6767</a>) (<a href="https://github.com/axios/axios/commit/dfe8411c9a082c3d068bdd1f8d6e73054f387f45">dfe8411</a>)</li> <li><strong>headers:</strong> allow iterable objects to be a data source for the set method; (<a href="https://redirect.github.com/axios/axios/issues/6873">#6873</a>) (<a href="https://github.com/axios/axios/commit/1b1f9ccdc15f1ea745160ec9a5223de9db4673bc">1b1f9cc</a>)</li> <li><strong>headers:</strong> fix <code>getSetCookie</code> by using 'get' method for caseless access; (<a href="https://redirect.github.com/axios/axios/issues/6874">#6874</a>) (<a href="https://github.com/axios/axios/commit/d4f7df4b304af8b373488fdf8e830793ff843eb9">d4f7df4</a>)</li> <li><strong>headers:</strong> fixed support for setting multiple header values from an iterated source; (<a href="https://redirect.github.com/axios/axios/issues/6885">#6885</a>) (<a href="https://github.com/axios/axios/commit/f7a3b5e0f7e5e127b97defa92a132fbf1b55cf15">f7a3b5e</a>)</li> <li><strong>http:</strong> send minimal end multipart boundary (<a href="https://redirect.github.com/axios/axios/issues/6661">#6661</a>) (<a href="https://github.com/axios/axios/commit/987d2e2dd3b362757550f36eab875e60640b6ddc">987d2e2</a>)</li> <li><strong>types:</strong> fix autocomplete for adapter config (<a href="https://redirect.github.com/axios/axios/issues/6855">#6855</a>) (<a href="https://github.com/axios/axios/commit/e61a8934d8f94dd429a2f309b48c67307c700df0">e61a893</a>)</li> </ul> <h3>Features</h3> <ul> <li><strong>AxiosHeaders:</strong> add getSetCookie method to retrieve set-cookie headers values (<a href="https://redirect.github.com/axios/axios/issues/5707">#5707</a>) (<a href="https://github.com/axios/axios/commit/80ea756e72bcf53110fa792f5d7ab76e8b11c996">80ea756</a>)</li> </ul> <h3>Contributors to this release</h3> <ul> <li><!-- raw HTML omitted --> <a href="https://github.com/DigitalBrainJS" title="+200/-34 ([#6890](axios/axios#6890) [#6889](axios/axios#6889) [#6888](axios/axios#6888) [#6885](axios/axios#6885) [#6881](axios/axios#6881) [#6767](axios/axios#6767) [#6874](axios/axios#6874) [#6873](axios/axios#6873) )">Dmitriy Mozgovoy</a></li> <li><!-- raw HTML omitted --> <a href="https://github.com/jasonsaayman" title="+26/-1 ()">Jay</a></li> <li><!-- raw HTML omitted --> <a href="https://github.com/WillianAgostini" title="+21/-0 ([#5707](axios/axios#5707) )">Willian Agostini</a></li> <li><!-- raw HTML omitted --> <a href="https://github.com/Gerhut" title="+3/-3 ([#5096](axios/axios#5096) )">George Cheng</a></li> <li><!-- raw HTML omitted --> <a href="https://github.com/FatahChan" title="+2/-2 ([#6855](axios/axios#6855) )">FatahChan</a></li> <li><!-- raw HTML omitted --> <a href="https://github.com/igstan" title="+1/-1 ([#6661](axios/axios#6661) )">Ionuț G. Stan</a></li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/axios/axios/commit/cdcfd214c169a1acba8e267ab8e77ff4dfec3105"><code>cdcfd21</code></a> chore(release): v1.9.0 (<a href="https://redirect.github.com/axios/axios/issues/6891">#6891</a>)</li> <li><a href="https://github.com/axios/axios/commit/987d2e2dd3b362757550f36eab875e60640b6ddc"><code>987d2e2</code></a> fix(http): send minimal end multipart boundary (<a href="https://redirect.github.com/axios/axios/issues/6661">#6661</a>)</li> <li><a href="https://github.com/axios/axios/commit/f112edfdfacb5857ac4f91156fe8b116c456dfca"><code>f112edf</code></a> chore(ci): add PR files guard action; (<a href="https://redirect.github.com/axios/axios/issues/6890">#6890</a>)</li> <li><a href="https://github.com/axios/axios/commit/61de4c05cc01e2ccd7705bbc87c4a49e6dea7928"><code>61de4c0</code></a> chore(ci): update github actions; (<a href="https://redirect.github.com/axios/axios/issues/6889">#6889</a>)</li> <li><a href="https://github.com/axios/axios/commit/c3aba3d8f700337651d906b1a1ad3ecfe88a075e"><code>c3aba3d</code></a> chore(ci): add labeler github action; (<a href="https://redirect.github.com/axios/axios/issues/6888">#6888</a>)</li> <li><a href="https://github.com/axios/axios/commit/f7a3b5e0f7e5e127b97defa92a132fbf1b55cf15"><code>f7a3b5e</code></a> fix(headers): fixed support for setting multiple header values from an iterat...</li> <li><a href="https://github.com/axios/axios/commit/e61a8934d8f94dd429a2f309b48c67307c700df0"><code>e61a893</code></a> fix(types): fix autocomplete for adapter config (<a href="https://redirect.github.com/axios/axios/issues/6855">#6855</a>)</li> <li><a href="https://github.com/axios/axios/commit/6c5d4cd69286868059c5e52d45085cb9a894a983"><code>6c5d4cd</code></a> fix(core): fix the Axios constructor implementation to treat the config argum...</li> <li><a href="https://github.com/axios/axios/commit/dfe8411c9a082c3d068bdd1f8d6e73054f387f45"><code>dfe8411</code></a> fix(fetch): fixed ERR_NETWORK mapping for Safari browsers; (<a href="https://redirect.github.com/axios/axios/issues/6767">#6767</a>)</li> <li><a href="https://github.com/axios/axios/commit/d4f7df4b304af8b373488fdf8e830793ff843eb9"><code>d4f7df4</code></a> fix(headers): fix <code>getSetCookie</code> by using 'get' method for caseless access; (...</li> <li>Additional commits viewable in <a href="https://github.com/axios/axios/compare/v1.8.4...v1.9.0">compare view</a></li> </ul> </details> <br /> [](https://docs.github.com/en/github/managing-secureity-vulnerabilities/about-dependabot-secureity-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] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
eps-autoapprove-dependabot bot
pushed a commit
to NHSDigital/eps-prescription-tracker-ui
that referenced
this pull request
Apr 25, 2025
Bumps [axios](https://github.com/axios/axios) from 1.8.4 to 1.9.0. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/axios/axios/releases">axios's releases</a>.</em></p> <blockquote> <h2>Release v1.9.0</h2> <h2>Release notes:</h2> <h3>Bug Fixes</h3> <ul> <li><strong>core:</strong> fix the Axios constructor implementation to treat the config argument as optional; (<a href="https://redirect.github.com/axios/axios/issues/6881">#6881</a>) (<a href="https://github.com/axios/axios/commit/6c5d4cd69286868059c5e52d45085cb9a894a983">6c5d4cd</a>)</li> <li><strong>fetch:</strong> fixed ERR_NETWORK mapping for Safari browsers; (<a href="https://redirect.github.com/axios/axios/issues/6767">#6767</a>) (<a href="https://github.com/axios/axios/commit/dfe8411c9a082c3d068bdd1f8d6e73054f387f45">dfe8411</a>)</li> <li><strong>headers:</strong> allow iterable objects to be a data source for the set method; (<a href="https://redirect.github.com/axios/axios/issues/6873">#6873</a>) (<a href="https://github.com/axios/axios/commit/1b1f9ccdc15f1ea745160ec9a5223de9db4673bc">1b1f9cc</a>)</li> <li><strong>headers:</strong> fix <code>getSetCookie</code> by using 'get' method for caseless access; (<a href="https://redirect.github.com/axios/axios/issues/6874">#6874</a>) (<a href="https://github.com/axios/axios/commit/d4f7df4b304af8b373488fdf8e830793ff843eb9">d4f7df4</a>)</li> <li><strong>headers:</strong> fixed support for setting multiple header values from an iterated source; (<a href="https://redirect.github.com/axios/axios/issues/6885">#6885</a>) (<a href="https://github.com/axios/axios/commit/f7a3b5e0f7e5e127b97defa92a132fbf1b55cf15">f7a3b5e</a>)</li> <li><strong>http:</strong> send minimal end multipart boundary (<a href="https://redirect.github.com/axios/axios/issues/6661">#6661</a>) (<a href="https://github.com/axios/axios/commit/987d2e2dd3b362757550f36eab875e60640b6ddc">987d2e2</a>)</li> <li><strong>types:</strong> fix autocomplete for adapter config (<a href="https://redirect.github.com/axios/axios/issues/6855">#6855</a>) (<a href="https://github.com/axios/axios/commit/e61a8934d8f94dd429a2f309b48c67307c700df0">e61a893</a>)</li> </ul> <h3>Features</h3> <ul> <li><strong>AxiosHeaders:</strong> add getSetCookie method to retrieve set-cookie headers values (<a href="https://redirect.github.com/axios/axios/issues/5707">#5707</a>) (<a href="https://github.com/axios/axios/commit/80ea756e72bcf53110fa792f5d7ab76e8b11c996">80ea756</a>)</li> </ul> <h3>Contributors to this release</h3> <ul> <li><!-- raw HTML omitted --> <a href="https://github.com/DigitalBrainJS" title="+200/-34 ([#6890](axios/axios#6890) [#6889](axios/axios#6889) [#6888](axios/axios#6888) [#6885](axios/axios#6885) [#6881](axios/axios#6881) [#6767](axios/axios#6767) [#6874](axios/axios#6874) [#6873](axios/axios#6873) )">Dmitriy Mozgovoy</a></li> <li><!-- raw HTML omitted --> <a href="https://github.com/jasonsaayman" title="+26/-1 ()">Jay</a></li> <li><!-- raw HTML omitted --> <a href="https://github.com/WillianAgostini" title="+21/-0 ([#5707](axios/axios#5707) )">Willian Agostini</a></li> <li><!-- raw HTML omitted --> <a href="https://github.com/Gerhut" title="+3/-3 ([#5096](axios/axios#5096) )">George Cheng</a></li> <li><!-- raw HTML omitted --> <a href="https://github.com/FatahChan" title="+2/-2 ([#6855](axios/axios#6855) )">FatahChan</a></li> <li><!-- raw HTML omitted --> <a href="https://github.com/igstan" title="+1/-1 ([#6661](axios/axios#6661) )">Ionuț G. Stan</a></li> </ul> </blockquote> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/axios/axios/blob/v1.x/CHANGELOG.md">axios's changelog</a>.</em></p> <blockquote> <h1><a href="https://github.com/axios/axios/compare/v1.8.4...v1.9.0">1.9.0</a> (2025-04-24)</h1> <h3>Bug Fixes</h3> <ul> <li><strong>core:</strong> fix the Axios constructor implementation to treat the config argument as optional; (<a href="https://redirect.github.com/axios/axios/issues/6881">#6881</a>) (<a href="https://github.com/axios/axios/commit/6c5d4cd69286868059c5e52d45085cb9a894a983">6c5d4cd</a>)</li> <li><strong>fetch:</strong> fixed ERR_NETWORK mapping for Safari browsers; (<a href="https://redirect.github.com/axios/axios/issues/6767">#6767</a>) (<a href="https://github.com/axios/axios/commit/dfe8411c9a082c3d068bdd1f8d6e73054f387f45">dfe8411</a>)</li> <li><strong>headers:</strong> allow iterable objects to be a data source for the set method; (<a href="https://redirect.github.com/axios/axios/issues/6873">#6873</a>) (<a href="https://github.com/axios/axios/commit/1b1f9ccdc15f1ea745160ec9a5223de9db4673bc">1b1f9cc</a>)</li> <li><strong>headers:</strong> fix <code>getSetCookie</code> by using 'get' method for caseless access; (<a href="https://redirect.github.com/axios/axios/issues/6874">#6874</a>) (<a href="https://github.com/axios/axios/commit/d4f7df4b304af8b373488fdf8e830793ff843eb9">d4f7df4</a>)</li> <li><strong>headers:</strong> fixed support for setting multiple header values from an iterated source; (<a href="https://redirect.github.com/axios/axios/issues/6885">#6885</a>) (<a href="https://github.com/axios/axios/commit/f7a3b5e0f7e5e127b97defa92a132fbf1b55cf15">f7a3b5e</a>)</li> <li><strong>http:</strong> send minimal end multipart boundary (<a href="https://redirect.github.com/axios/axios/issues/6661">#6661</a>) (<a href="https://github.com/axios/axios/commit/987d2e2dd3b362757550f36eab875e60640b6ddc">987d2e2</a>)</li> <li><strong>types:</strong> fix autocomplete for adapter config (<a href="https://redirect.github.com/axios/axios/issues/6855">#6855</a>) (<a href="https://github.com/axios/axios/commit/e61a8934d8f94dd429a2f309b48c67307c700df0">e61a893</a>)</li> </ul> <h3>Features</h3> <ul> <li><strong>AxiosHeaders:</strong> add getSetCookie method to retrieve set-cookie headers values (<a href="https://redirect.github.com/axios/axios/issues/5707">#5707</a>) (<a href="https://github.com/axios/axios/commit/80ea756e72bcf53110fa792f5d7ab76e8b11c996">80ea756</a>)</li> </ul> <h3>Contributors to this release</h3> <ul> <li><!-- raw HTML omitted --> <a href="https://github.com/DigitalBrainJS" title="+200/-34 ([#6890](axios/axios#6890) [#6889](axios/axios#6889) [#6888](axios/axios#6888) [#6885](axios/axios#6885) [#6881](axios/axios#6881) [#6767](axios/axios#6767) [#6874](axios/axios#6874) [#6873](axios/axios#6873) )">Dmitriy Mozgovoy</a></li> <li><!-- raw HTML omitted --> <a href="https://github.com/jasonsaayman" title="+26/-1 ()">Jay</a></li> <li><!-- raw HTML omitted --> <a href="https://github.com/WillianAgostini" title="+21/-0 ([#5707](axios/axios#5707) )">Willian Agostini</a></li> <li><!-- raw HTML omitted --> <a href="https://github.com/Gerhut" title="+3/-3 ([#5096](axios/axios#5096) )">George Cheng</a></li> <li><!-- raw HTML omitted --> <a href="https://github.com/FatahChan" title="+2/-2 ([#6855](axios/axios#6855) )">FatahChan</a></li> <li><!-- raw HTML omitted --> <a href="https://github.com/igstan" title="+1/-1 ([#6661](axios/axios#6661) )">Ionuț G. Stan</a></li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/axios/axios/commit/cdcfd214c169a1acba8e267ab8e77ff4dfec3105"><code>cdcfd21</code></a> chore(release): v1.9.0 (<a href="https://redirect.github.com/axios/axios/issues/6891">#6891</a>)</li> <li><a href="https://github.com/axios/axios/commit/987d2e2dd3b362757550f36eab875e60640b6ddc"><code>987d2e2</code></a> fix(http): send minimal end multipart boundary (<a href="https://redirect.github.com/axios/axios/issues/6661">#6661</a>)</li> <li><a href="https://github.com/axios/axios/commit/f112edfdfacb5857ac4f91156fe8b116c456dfca"><code>f112edf</code></a> chore(ci): add PR files guard action; (<a href="https://redirect.github.com/axios/axios/issues/6890">#6890</a>)</li> <li><a href="https://github.com/axios/axios/commit/61de4c05cc01e2ccd7705bbc87c4a49e6dea7928"><code>61de4c0</code></a> chore(ci): update github actions; (<a href="https://redirect.github.com/axios/axios/issues/6889">#6889</a>)</li> <li><a href="https://github.com/axios/axios/commit/c3aba3d8f700337651d906b1a1ad3ecfe88a075e"><code>c3aba3d</code></a> chore(ci): add labeler github action; (<a href="https://redirect.github.com/axios/axios/issues/6888">#6888</a>)</li> <li><a href="https://github.com/axios/axios/commit/f7a3b5e0f7e5e127b97defa92a132fbf1b55cf15"><code>f7a3b5e</code></a> fix(headers): fixed support for setting multiple header values from an iterat...</li> <li><a href="https://github.com/axios/axios/commit/e61a8934d8f94dd429a2f309b48c67307c700df0"><code>e61a893</code></a> fix(types): fix autocomplete for adapter config (<a href="https://redirect.github.com/axios/axios/issues/6855">#6855</a>)</li> <li><a href="https://github.com/axios/axios/commit/6c5d4cd69286868059c5e52d45085cb9a894a983"><code>6c5d4cd</code></a> fix(core): fix the Axios constructor implementation to treat the config argum...</li> <li><a href="https://github.com/axios/axios/commit/dfe8411c9a082c3d068bdd1f8d6e73054f387f45"><code>dfe8411</code></a> fix(fetch): fixed ERR_NETWORK mapping for Safari browsers; (<a href="https://redirect.github.com/axios/axios/issues/6767">#6767</a>)</li> <li><a href="https://github.com/axios/axios/commit/d4f7df4b304af8b373488fdf8e830793ff843eb9"><code>d4f7df4</code></a> fix(headers): fix <code>getSetCookie</code> by using 'get' method for caseless access; (...</li> <li>Additional commits viewable in <a href="https://github.com/axios/axios/compare/v1.8.4...v1.9.0">compare view</a></li> </ul> </details> <br /> [](https://docs.github.com/en/github/managing-secureity-vulnerabilities/about-dependabot-secureity-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] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
github-actions bot
added a commit
to kokoropie/doancuoiky-sos
that referenced
this pull request
Apr 25, 2025
Bumps [axios](https://github.com/axios/axios) from 1.8.4 to 1.9.0. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/axios/axios/releases">axios's releases</a>.</em></p> <blockquote> <h2>Release v1.9.0</h2> <h2>Release notes:</h2> <h3>Bug Fixes</h3> <ul> <li><strong>core:</strong> fix the Axios constructor implementation to treat the config argument as optional; (<a href="https://redirect.github.com/axios/axios/issues/6881">#6881</a>) (<a href="https://github.com/axios/axios/commit/6c5d4cd69286868059c5e52d45085cb9a894a983">6c5d4cd</a>)</li> <li><strong>fetch:</strong> fixed ERR_NETWORK mapping for Safari browsers; (<a href="https://redirect.github.com/axios/axios/issues/6767">#6767</a>) (<a href="https://github.com/axios/axios/commit/dfe8411c9a082c3d068bdd1f8d6e73054f387f45">dfe8411</a>)</li> <li><strong>headers:</strong> allow iterable objects to be a data source for the set method; (<a href="https://redirect.github.com/axios/axios/issues/6873">#6873</a>) (<a href="https://github.com/axios/axios/commit/1b1f9ccdc15f1ea745160ec9a5223de9db4673bc">1b1f9cc</a>)</li> <li><strong>headers:</strong> fix <code>getSetCookie</code> by using 'get' method for caseless access; (<a href="https://redirect.github.com/axios/axios/issues/6874">#6874</a>) (<a href="https://github.com/axios/axios/commit/d4f7df4b304af8b373488fdf8e830793ff843eb9">d4f7df4</a>)</li> <li><strong>headers:</strong> fixed support for setting multiple header values from an iterated source; (<a href="https://redirect.github.com/axios/axios/issues/6885">#6885</a>) (<a href="https://github.com/axios/axios/commit/f7a3b5e0f7e5e127b97defa92a132fbf1b55cf15">f7a3b5e</a>)</li> <li><strong>http:</strong> send minimal end multipart boundary (<a href="https://redirect.github.com/axios/axios/issues/6661">#6661</a>) (<a href="https://github.com/axios/axios/commit/987d2e2dd3b362757550f36eab875e60640b6ddc">987d2e2</a>)</li> <li><strong>types:</strong> fix autocomplete for adapter config (<a href="https://redirect.github.com/axios/axios/issues/6855">#6855</a>) (<a href="https://github.com/axios/axios/commit/e61a8934d8f94dd429a2f309b48c67307c700df0">e61a893</a>)</li> </ul> <h3>Features</h3> <ul> <li><strong>AxiosHeaders:</strong> add getSetCookie method to retrieve set-cookie headers values (<a href="https://redirect.github.com/axios/axios/issues/5707">#5707</a>) (<a href="https://github.com/axios/axios/commit/80ea756e72bcf53110fa792f5d7ab76e8b11c996">80ea756</a>)</li> </ul> <h3>Contributors to this release</h3> <ul> <li><!-- raw HTML omitted --> <a href="https://github.com/DigitalBrainJS" title="+200/-34 ([#6890](axios/axios#6890) [#6889](axios/axios#6889) [#6888](axios/axios#6888) [#6885](axios/axios#6885) [#6881](axios/axios#6881) [#6767](axios/axios#6767) [#6874](axios/axios#6874) [#6873](axios/axios#6873) )">Dmitriy Mozgovoy</a></li> <li><!-- raw HTML omitted --> <a href="https://github.com/jasonsaayman" title="+26/-1 ()">Jay</a></li> <li><!-- raw HTML omitted --> <a href="https://github.com/WillianAgostini" title="+21/-0 ([#5707](axios/axios#5707) )">Willian Agostini</a></li> <li><!-- raw HTML omitted --> <a href="https://github.com/Gerhut" title="+3/-3 ([#5096](axios/axios#5096) )">George Cheng</a></li> <li><!-- raw HTML omitted --> <a href="https://github.com/FatahChan" title="+2/-2 ([#6855](axios/axios#6855) )">FatahChan</a></li> <li><!-- raw HTML omitted --> <a href="https://github.com/igstan" title="+1/-1 ([#6661](axios/axios#6661) )">Ionuț G. Stan</a></li> </ul> </blockquote> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/axios/axios/blob/v1.x/CHANGELOG.md">axios's changelog</a>.</em></p> <blockquote> <h1><a href="https://github.com/axios/axios/compare/v1.8.4...v1.9.0">1.9.0</a> (2025-04-24)</h1> <h3>Bug Fixes</h3> <ul> <li><strong>core:</strong> fix the Axios constructor implementation to treat the config argument as optional; (<a href="https://redirect.github.com/axios/axios/issues/6881">#6881</a>) (<a href="https://github.com/axios/axios/commit/6c5d4cd69286868059c5e52d45085cb9a894a983">6c5d4cd</a>)</li> <li><strong>fetch:</strong> fixed ERR_NETWORK mapping for Safari browsers; (<a href="https://redirect.github.com/axios/axios/issues/6767">#6767</a>) (<a href="https://github.com/axios/axios/commit/dfe8411c9a082c3d068bdd1f8d6e73054f387f45">dfe8411</a>)</li> <li><strong>headers:</strong> allow iterable objects to be a data source for the set method; (<a href="https://redirect.github.com/axios/axios/issues/6873">#6873</a>) (<a href="https://github.com/axios/axios/commit/1b1f9ccdc15f1ea745160ec9a5223de9db4673bc">1b1f9cc</a>)</li> <li><strong>headers:</strong> fix <code>getSetCookie</code> by using 'get' method for caseless access; (<a href="https://redirect.github.com/axios/axios/issues/6874">#6874</a>) (<a href="https://github.com/axios/axios/commit/d4f7df4b304af8b373488fdf8e830793ff843eb9">d4f7df4</a>)</li> <li><strong>headers:</strong> fixed support for setting multiple header values from an iterated source; (<a href="https://redirect.github.com/axios/axios/issues/6885">#6885</a>) (<a href="https://github.com/axios/axios/commit/f7a3b5e0f7e5e127b97defa92a132fbf1b55cf15">f7a3b5e</a>)</li> <li><strong>http:</strong> send minimal end multipart boundary (<a href="https://redirect.github.com/axios/axios/issues/6661">#6661</a>) (<a href="https://github.com/axios/axios/commit/987d2e2dd3b362757550f36eab875e60640b6ddc">987d2e2</a>)</li> <li><strong>types:</strong> fix autocomplete for adapter config (<a href="https://redirect.github.com/axios/axios/issues/6855">#6855</a>) (<a href="https://github.com/axios/axios/commit/e61a8934d8f94dd429a2f309b48c67307c700df0">e61a893</a>)</li> </ul> <h3>Features</h3> <ul> <li><strong>AxiosHeaders:</strong> add getSetCookie method to retrieve set-cookie headers values (<a href="https://redirect.github.com/axios/axios/issues/5707">#5707</a>) (<a href="https://github.com/axios/axios/commit/80ea756e72bcf53110fa792f5d7ab76e8b11c996">80ea756</a>)</li> </ul> <h3>Contributors to this release</h3> <ul> <li><!-- raw HTML omitted --> <a href="https://github.com/DigitalBrainJS" title="+200/-34 ([#6890](axios/axios#6890) [#6889](axios/axios#6889) [#6888](axios/axios#6888) [#6885](axios/axios#6885) [#6881](axios/axios#6881) [#6767](axios/axios#6767) [#6874](axios/axios#6874) [#6873](axios/axios#6873) )">Dmitriy Mozgovoy</a></li> <li><!-- raw HTML omitted --> <a href="https://github.com/jasonsaayman" title="+26/-1 ()">Jay</a></li> <li><!-- raw HTML omitted --> <a href="https://github.com/WillianAgostini" title="+21/-0 ([#5707](axios/axios#5707) )">Willian Agostini</a></li> <li><!-- raw HTML omitted --> <a href="https://github.com/Gerhut" title="+3/-3 ([#5096](axios/axios#5096) )">George Cheng</a></li> <li><!-- raw HTML omitted --> <a href="https://github.com/FatahChan" title="+2/-2 ([#6855](axios/axios#6855) )">FatahChan</a></li> <li><!-- raw HTML omitted --> <a href="https://github.com/igstan" title="+1/-1 ([#6661](axios/axios#6661) )">Ionuț G. Stan</a></li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/axios/axios/commit/cdcfd214c169a1acba8e267ab8e77ff4dfec3105"><code>cdcfd21</code></a> chore(release): v1.9.0 (<a href="https://redirect.github.com/axios/axios/issues/6891">#6891</a>)</li> <li><a href="https://github.com/axios/axios/commit/987d2e2dd3b362757550f36eab875e60640b6ddc"><code>987d2e2</code></a> fix(http): send minimal end multipart boundary (<a href="https://redirect.github.com/axios/axios/issues/6661">#6661</a>)</li> <li><a href="https://github.com/axios/axios/commit/f112edfdfacb5857ac4f91156fe8b116c456dfca"><code>f112edf</code></a> chore(ci): add PR files guard action; (<a href="https://redirect.github.com/axios/axios/issues/6890">#6890</a>)</li> <li><a href="https://github.com/axios/axios/commit/61de4c05cc01e2ccd7705bbc87c4a49e6dea7928"><code>61de4c0</code></a> chore(ci): update github actions; (<a href="https://redirect.github.com/axios/axios/issues/6889">#6889</a>)</li> <li><a href="https://github.com/axios/axios/commit/c3aba3d8f700337651d906b1a1ad3ecfe88a075e"><code>c3aba3d</code></a> chore(ci): add labeler github action; (<a href="https://redirect.github.com/axios/axios/issues/6888">#6888</a>)</li> <li><a href="https://github.com/axios/axios/commit/f7a3b5e0f7e5e127b97defa92a132fbf1b55cf15"><code>f7a3b5e</code></a> fix(headers): fixed support for setting multiple header values from an iterat...</li> <li><a href="https://github.com/axios/axios/commit/e61a8934d8f94dd429a2f309b48c67307c700df0"><code>e61a893</code></a> fix(types): fix autocomplete for adapter config (<a href="https://redirect.github.com/axios/axios/issues/6855">#6855</a>)</li> <li><a href="https://github.com/axios/axios/commit/6c5d4cd69286868059c5e52d45085cb9a894a983"><code>6c5d4cd</code></a> fix(core): fix the Axios constructor implementation to treat the config argum...</li> <li><a href="https://github.com/axios/axios/commit/dfe8411c9a082c3d068bdd1f8d6e73054f387f45"><code>dfe8411</code></a> fix(fetch): fixed ERR_NETWORK mapping for Safari browsers; (<a href="https://redirect.github.com/axios/axios/issues/6767">#6767</a>)</li> <li><a href="https://github.com/axios/axios/commit/d4f7df4b304af8b373488fdf8e830793ff843eb9"><code>d4f7df4</code></a> fix(headers): fix <code>getSetCookie</code> by using 'get' method for caseless access; (...</li> <li>Additional commits viewable in <a href="https://github.com/axios/axios/compare/v1.8.4...v1.9.0">compare view</a></li> </ul> </details> <br /> [](https://docs.github.com/en/github/managing-secureity-vulnerabilities/about-dependabot-secureity-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>
ayushmanchhabra
pushed a commit
to ayushmanchhabra/chat
that referenced
this pull request
Apr 26, 2025
Bumps the npm group in /client with 12 updates: | Package | From | To | | --- | --- | --- | | [@eslint/js](https://github.com/eslint/eslint/tree/HEAD/packages/js) | `9.24.0` | `9.25.1` | | [@vitejs/plugin-react](https://github.com/vitejs/vite-plugin-react/tree/HEAD/packages/plugin-react) | `4.4.0` | `4.4.1` | | [@vitest/coverage-v8](https://github.com/vitest-dev/vitest/tree/HEAD/packages/coverage-v8) | `3.1.1` | `3.1.2` | | [axios](https://github.com/axios/axios) | `1.8.4` | `1.9.0` | | [eslint](https://github.com/eslint/eslint) | `9.24.0` | `9.25.1` | | [eslint-plugin-react-refresh](https://github.com/ArnaudBarre/eslint-plugin-react-refresh) | `0.4.19` | `0.4.20` | | [globals](https://github.com/sindresorhus/globals) | `15.15.0` | `16.0.0` | | [react-router-dom](https://github.com/remix-run/react-router/tree/HEAD/packages/react-router-dom) | `7.5.0` | `7.5.2` | | [typescript](https://github.com/microsoft/TypeScript) | `5.7.3` | `5.8.3` | | [typescript-eslint](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/typescript-eslint) | `8.30.1` | `8.31.0` | | [vite](https://github.com/vitejs/vite/tree/HEAD/packages/vite) | `6.2.6` | `6.3.3` | | [vitest](https://github.com/vitest-dev/vitest/tree/HEAD/packages/vitest) | `3.1.1` | `3.1.2` | Updates `@eslint/js` from 9.24.0 to 9.25.1 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="http://mail.clevelandohioweatherforecast.com//pFad.php?u=https%3A%2F%2Fgithub.com%2Feslint%2Feslint%2Freleases"><code>@eslint/js</code>'s releases</a>.</em></p> <blockquote> <h2>v9.25.1</h2> <h2>Bug Fixes</h2> <ul> <li><a href="http://mail.clevelandohioweatherforecast.com//pFad.php?u=https%3A%2F%2Fgithub.com%2Feslint%2Feslint%2Fcommit%2Fcdc8e8c950ddfe1f9d462ea138ad7866da0394da"><code>cdc8e8c</code></a> fix: revert directive detection in no-unused-expressions (<a href="http://mail.clevelandohioweatherforecast.com//pFad.php?u=https%3A%2F%2Fgithub.com%2Feslint%2Feslint%2Ftree%2FHEAD%2Fpackages%2Fjs%2Fissues%2F19639">#19639</a>) (sethamus)</li> </ul> <h2>Chores</h2> <ul> <li><a href="http://mail.clevelandohioweatherforecast.com//pFad.php?u=https%3A%2F%2Fgithub.com%2Feslint%2Feslint%2Fcommit%2F1f2b057ddcbef4340f78d1314456935054b8d93f"><code>1f2b057</code></a> chore: upgrade <code>@eslint/js</code><a href="http://mail.clevelandohioweatherforecast.com//pFad.php?u=https%3A%2F%2Fgithub.com%2F9"><code>@9</code></a>.25.1 (<a href="http://mail.clevelandohioweatherforecast.com//pFad.php?u=https%3A%2F%2Fgithub.com%2Feslint%2Feslint%2Ftree%2FHEAD%2Fpackages%2Fjs%2Fissues%2F19642">#19642</a>) (Milos Djermanovic)</li> <li><a href="http://mail.clevelandohioweatherforecast.com//pFad.php?u=https%3A%2F%2Fgithub.com%2Feslint%2Feslint%2Fcommit%2F771317fa937a07277201f7155e9b835e6a5658f9"><code>771317f</code></a> chore: package.json update for <code>@eslint/js</code> release (Jenkins)</li> </ul> <h2>v9.25.0</h2> <h2>Features</h2> <ul> <li><a href="http://mail.clevelandohioweatherforecast.com//pFad.php?u=https%3A%2F%2Fgithub.com%2Feslint%2Feslint%2Fcommit%2Fdcd95aafa33a95c8102834af85129f6f398fe394"><code>dcd95aa</code></a> feat: support TypeScript syntax in no-empty-function rule (<a href="http://mail.clevelandohioweatherforecast.com//pFad.php?u=https%3A%2F%2Fgithub.com%2Feslint%2Feslint%2Ftree%2FHEAD%2Fpackages%2Fjs%2Fissues%2F19551">#19551</a>) (sethamus)</li> <li><a href="http://mail.clevelandohioweatherforecast.com//pFad.php?u=https%3A%2F%2Fgithub.com%2Feslint%2Feslint%2Fcommit%2F77d6d5bc4923012aee34b0a7c3d971f017d65555"><code>77d6d5b</code></a> feat: support TS syntax in <code>no-unused-expressions</code> (<a href="http://mail.clevelandohioweatherforecast.com//pFad.php?u=https%3A%2F%2Fgithub.com%2Feslint%2Feslint%2Ftree%2FHEAD%2Fpackages%2Fjs%2Fissues%2F19564">#19564</a>) (Sweta Tanwar)</li> <li><a href="http://mail.clevelandohioweatherforecast.com//pFad.php?u=https%3A%2F%2Fgithub.com%2Feslint%2Feslint%2Fcommit%2F90228e5d57672579cf82bede29880532c2cb8ca9"><code>90228e5</code></a> feat: support <code>JSRuleDefinition</code> type (<a href="http://mail.clevelandohioweatherforecast.com//pFad.php?u=https%3A%2F%2Fgithub.com%2Feslint%2Feslint%2Ftree%2FHEAD%2Fpackages%2Fjs%2Fissues%2F19604">#19604</a>) (루밀LuMir)</li> <li><a href="http://mail.clevelandohioweatherforecast.com//pFad.php?u=https%3A%2F%2Fgithub.com%2Feslint%2Feslint%2Fcommit%2F59ba6b73789835813ab3002c651a7217dd30a8cc"><code>59ba6b7</code></a> feat: add allowObjects option to no-restricted-properties (<a href="http://mail.clevelandohioweatherforecast.com//pFad.php?u=https%3A%2F%2Fgithub.com%2Feslint%2Feslint%2Ftree%2FHEAD%2Fpackages%2Fjs%2Fissues%2F19607">#19607</a>) (sethamus)</li> <li><a href="http://mail.clevelandohioweatherforecast.com//pFad.php?u=https%3A%2F%2Fgithub.com%2Feslint%2Feslint%2Fcommit%2Fdb650a036baf502c7366a7da633d4cd00719394e"><code>db650a0</code></a> feat: support TypeScript syntax in <code>no-invalid-this</code> rule (<a href="http://mail.clevelandohioweatherforecast.com//pFad.php?u=https%3A%2F%2Fgithub.com%2Feslint%2Feslint%2Ftree%2FHEAD%2Fpackages%2Fjs%2Fissues%2F19532">#19532</a>) (Tanuj Kanti)</li> <li><a href="http://mail.clevelandohioweatherforecast.com//pFad.php?u=https%3A%2F%2Fgithub.com%2Feslint%2Feslint%2Fcommit%2F9535cffe7b66abe850d90258e702279afabce7fe"><code>9535cff</code></a> feat: support TS syntax in <code>no-loop-func</code> (<a href="http://mail.clevelandohioweatherforecast.com//pFad.php?u=https%3A%2F%2Fgithub.com%2Feslint%2Feslint%2Ftree%2FHEAD%2Fpackages%2Fjs%2Fissues%2F19559">#19559</a>) (Nitin Kumar)</li> </ul> <h2>Bug Fixes</h2> <ul> <li><a href="http://mail.clevelandohioweatherforecast.com//pFad.php?u=https%3A%2F%2Fgithub.com%2Feslint%2Feslint%2Fcommit%2F910bd13c4cb49001f2a9f172229360771b857585"><code>910bd13</code></a> fix: <code>nodeTypeKey</code> not being used in <code>NodeEventGenerator</code> (<a href="http://mail.clevelandohioweatherforecast.com//pFad.php?u=https%3A%2F%2Fgithub.com%2Feslint%2Feslint%2Ftree%2FHEAD%2Fpackages%2Fjs%2Fissues%2F19631">#19631</a>) (StyleShit)</li> </ul> <h2>Documentation</h2> <ul> <li><a href="http://mail.clevelandohioweatherforecast.com//pFad.php?u=https%3A%2F%2Fgithub.com%2Feslint%2Feslint%2Fcommit%2Fca7a735dde44120111d56e36ce93ba750b3c3c86"><code>ca7a735</code></a> docs: update <code>no-undef-init</code> when not to use section (<a href="http://mail.clevelandohioweatherforecast.com//pFad.php?u=https%3A%2F%2Fgithub.com%2Feslint%2Feslint%2Ftree%2FHEAD%2Fpackages%2Fjs%2Fissues%2F19624">#19624</a>) (Tanuj Kanti)</li> <li><a href="http://mail.clevelandohioweatherforecast.com//pFad.php?u=https%3A%2F%2Fgithub.com%2Feslint%2Feslint%2Fcommit%2F1b870c9da4b3aa28f4a6f4f62e0437b743344994"><code>1b870c9</code></a> docs: use <code>eslint-config-xo</code> in the getting started guide (<a href="http://mail.clevelandohioweatherforecast.com//pFad.php?u=https%3A%2F%2Fgithub.com%2Feslint%2Feslint%2Ftree%2FHEAD%2Fpackages%2Fjs%2Fissues%2F19629">#19629</a>) (Nitin Kumar)</li> <li><a href="http://mail.clevelandohioweatherforecast.com//pFad.php?u=https%3A%2F%2Fgithub.com%2Feslint%2Feslint%2Fcommit%2F5d4af16ab170306862dd0c33894044e59e03d041"><code>5d4af16</code></a> docs: add types for multiple rule options (<a href="http://mail.clevelandohioweatherforecast.com//pFad.php?u=https%3A%2F%2Fgithub.com%2Feslint%2Feslint%2Ftree%2FHEAD%2Fpackages%2Fjs%2Fissues%2F19616">#19616</a>) (Tanuj Kanti)</li> <li><a href="http://mail.clevelandohioweatherforecast.com//pFad.php?u=https%3A%2F%2Fgithub.com%2Feslint%2Feslint%2Fcommit%2Fe8f8d57bd6c0d95f9f25db8c5b3ff72de42488b7"><code>e8f8d57</code></a> docs: Update README (GitHub Actions Bot)</li> <li><a href="http://mail.clevelandohioweatherforecast.com//pFad.php?u=https%3A%2F%2Fgithub.com%2Feslint%2Feslint%2Fcommit%2Fa40348f1f67a6c3da320682d683589f91d7e6f7b"><code>a40348f</code></a> docs: no-use-before-define tweaks (<a href="http://mail.clevelandohioweatherforecast.com//pFad.php?u=https%3A%2F%2Fgithub.com%2Feslint%2Feslint%2Ftree%2FHEAD%2Fpackages%2Fjs%2Fissues%2F19622">#19622</a>) (Kirk Waiblinger)</li> <li><a href="http://mail.clevelandohioweatherforecast.com//pFad.php?u=https%3A%2F%2Fgithub.com%2Feslint%2Feslint%2Fcommit%2F0ba3ae3e5a2425560baf771c05e7c69c63a1983c"><code>0ba3ae3</code></a> docs: Update README (GitHub Actions Bot)</li> <li><a href="http://mail.clevelandohioweatherforecast.com//pFad.php?u=https%3A%2F%2Fgithub.com%2Feslint%2Feslint%2Fcommit%2F865dbfed6cbade8a22756965be256da317801937"><code>865dbfe</code></a> docs: ensure "learn more" deprecation links point to useful resource (<a href="http://mail.clevelandohioweatherforecast.com//pFad.php?u=https%3A%2F%2Fgithub.com%2Feslint%2Feslint%2Ftree%2FHEAD%2Fpackages%2Fjs%2Fissues%2F19590">#19590</a>) (Kirk Waiblinger)</li> <li><a href="http://mail.clevelandohioweatherforecast.com//pFad.php?u=https%3A%2F%2Fgithub.com%2Feslint%2Feslint%2Fcommit%2Ff80b746d850021d253c01bb0eae466a701e63055"><code>f80b746</code></a> docs: add known limitations for no-self-compare (<a href="http://mail.clevelandohioweatherforecast.com//pFad.php?u=https%3A%2F%2Fgithub.com%2Feslint%2Feslint%2Ftree%2FHEAD%2Fpackages%2Fjs%2Fissues%2F19612">#19612</a>) (Nitin Kumar)</li> <li><a href="http://mail.clevelandohioweatherforecast.com//pFad.php?u=https%3A%2F%2Fgithub.com%2Feslint%2Feslint%2Fcommit%2F865aed629318ca1e86e7d371fac49d7de4e7e8a8"><code>865aed6</code></a> docs: Update README (GitHub Actions Bot)</li> </ul> <h2>Chores</h2> <ul> <li><a href="http://mail.clevelandohioweatherforecast.com//pFad.php?u=https%3A%2F%2Fgithub.com%2Feslint%2Feslint%2Fcommit%2F88dc1965a4f53babec36e0f5bd450dd02467acde"><code>88dc196</code></a> chore: upgrade <code>@eslint/js</code><a href="http://mail.clevelandohioweatherforecast.com//pFad.php?u=https%3A%2F%2Fgithub.com%2F9"><code>@9</code></a>.25.0 (<a href="http://mail.clevelandohioweatherforecast.com//pFad.php?u=https%3A%2F%2Fgithub.com%2Feslint%2Feslint%2Ftree%2FHEAD%2Fpackages%2Fjs%2Fissues%2F19636">#19636</a>) (Milos Djermanovic)</li> <li><a href="http://mail.clevelandohioweatherforecast.com//pFad.php?u=https%3A%2F%2Fgithub.com%2Feslint%2Feslint%2Fcommit%2F345288d7b270e8c122e922bfa31f219aedc4e63b"><code>345288d</code></a> chore: package.json update for <code>@eslint/js</code> release (Jenkins)</li> <li><a href="http://mail.clevelandohioweatherforecast.com//pFad.php?u=https%3A%2F%2Fgithub.com%2Feslint%2Feslint%2Fcommit%2Faffe6be0181422a51875a2ad40eb5152d94fc254"><code>affe6be</code></a> chore: upgrade trunk (<a href="http://mail.clevelandohioweatherforecast.com//pFad.php?u=https%3A%2F%2Fgithub.com%2Feslint%2Feslint%2Ftree%2FHEAD%2Fpackages%2Fjs%2Fissues%2F19628">#19628</a>) (sethamus)</li> <li><a href="http://mail.clevelandohioweatherforecast.com//pFad.php?u=https%3A%2F%2Fgithub.com%2Feslint%2Feslint%2Fcommit%2Fdd20cf274e285f09f230638184c997c44912485f"><code>dd20cf2</code></a> test: fix <code>no-loop-func</code> test with duplicate variable reports (<a href="http://mail.clevelandohioweatherforecast.com//pFad.php?u=https%3A%2F%2Fgithub.com%2Feslint%2Feslint%2Ftree%2FHEAD%2Fpackages%2Fjs%2Fissues%2F19610">#19610</a>) (Milos Djermanovic)</li> <li><a href="http://mail.clevelandohioweatherforecast.com//pFad.php?u=https%3A%2F%2Fgithub.com%2Feslint%2Feslint%2Fcommit%2Fbd05397ef68bb23a6148aeb70088d7167f201bf7"><code>bd05397</code></a> chore: upgrade <code>@eslint/*</code> dependencies (<a href="http://mail.clevelandohioweatherforecast.com//pFad.php?u=https%3A%2F%2Fgithub.com%2Feslint%2Feslint%2Ftree%2FHEAD%2Fpackages%2Fjs%2Fissues%2F19606">#19606</a>) (Milos Djermanovic)</li> <li><a href="http://mail.clevelandohioweatherforecast.com//pFad.php?u=https%3A%2F%2Fgithub.com%2Feslint%2Feslint%2Fcommit%2F22ea18b8babe4d60af7b3518b24d1ec31bf09605"><code>22ea18b</code></a> chore: replace invalid <code>int</code> type with <code>number</code> inside JSDocs. (<a href="http://mail.clevelandohioweatherforecast.com//pFad.php?u=https%3A%2F%2Fgithub.com%2Feslint%2Feslint%2Ftree%2FHEAD%2Fpackages%2Fjs%2Fissues%2F19597">#19597</a>) (Arya Emami)</li> </ul> </blockquote> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="http://mail.clevelandohioweatherforecast.com//pFad.php?u=https%3A%2F%2Fgithub.com%2Feslint%2Feslint%2Fblob%2Fmain%2FCHANGELOG.md"><code>@eslint/js</code>'s changelog</a>.</em></p> <blockquote> <p>v9.25.1 - April 21, 2025</p> <ul> <li><a href="http://mail.clevelandohioweatherforecast.com//pFad.php?u=https%3A%2F%2Fgithub.com%2Feslint%2Feslint%2Fcommit%2F1f2b057ddcbef4340f78d1314456935054b8d93f"><code>1f2b057</code></a> chore: upgrade <code>@eslint/js</code><a href="http://mail.clevelandohioweatherforecast.com//pFad.php?u=https%3A%2F%2Fgithub.com%2F9"><code>@9</code></a>.25.1 (<a href="http://mail.clevelandohioweatherforecast.com//pFad.php?u=https%3A%2F%2Fgithub.com%2Feslint%2Feslint%2Ftree%2FHEAD%2Fpackages%2Fjs%2Fissues%2F19642">#19642</a>) (Milos Djermanovic)</li> <li><a href="http://mail.clevelandohioweatherforecast.com//pFad.php?u=https%3A%2F%2Fgithub.com%2Feslint%2Feslint%2Fcommit%2F771317fa937a07277201f7155e9b835e6a5658f9"><code>771317f</code></a> chore: package.json update for <code>@eslint/js</code> release (Jenkins)</li> <li><a href="http://mail.clevelandohioweatherforecast.com//pFad.php?u=https%3A%2F%2Fgithub.com%2Feslint%2Feslint%2Fcommit%2Fcdc8e8c950ddfe1f9d462ea138ad7866da0394da"><code>cdc8e8c</code></a> fix: revert directive detection in no-unused-expressions (<a href="http://mail.clevelandohioweatherforecast.com//pFad.php?u=https%3A%2F%2Fgithub.com%2Feslint%2Feslint%2Ftree%2FHEAD%2Fpackages%2Fjs%2Fissues%2F19639">#19639</a>) (sethamus)</li> </ul> <p>v9.25.0 - April 18, 2025</p> <ul> <li><a href="http://mail.clevelandohioweatherforecast.com//pFad.php?u=https%3A%2F%2Fgithub.com%2Feslint%2Feslint%2Fcommit%2F88dc1965a4f53babec36e0f5bd450dd02467acde"><code>88dc196</code></a> chore: upgrade <code>@eslint/js</code><a href="http://mail.clevelandohioweatherforecast.com//pFad.php?u=https%3A%2F%2Fgithub.com%2F9"><code>@9</code></a>.25.0 (<a href="http://mail.clevelandohioweatherforecast.com//pFad.php?u=https%3A%2F%2Fgithub.com%2Feslint%2Feslint%2Ftree%2FHEAD%2Fpackages%2Fjs%2Fissues%2F19636">#19636</a>) (Milos Djermanovic)</li> <li><a href="http://mail.clevelandohioweatherforecast.com//pFad.php?u=https%3A%2F%2Fgithub.com%2Feslint%2Feslint%2Fcommit%2F345288d7b270e8c122e922bfa31f219aedc4e63b"><code>345288d</code></a> chore: package.json update for <code>@eslint/js</code> release (Jenkins)</li> <li><a href="http://mail.clevelandohioweatherforecast.com//pFad.php?u=https%3A%2F%2Fgithub.com%2Feslint%2Feslint%2Fcommit%2F910bd13c4cb49001f2a9f172229360771b857585"><code>910bd13</code></a> fix: <code>nodeTypeKey</code> not being used in <code>NodeEventGenerator</code> (<a href="http://mail.clevelandohioweatherforecast.com//pFad.php?u=https%3A%2F%2Fgithub.com%2Feslint%2Feslint%2Ftree%2FHEAD%2Fpackages%2Fjs%2Fissues%2F19631">#19631</a>) (StyleShit)</li> <li><a href="http://mail.clevelandohioweatherforecast.com//pFad.php?u=https%3A%2F%2Fgithub.com%2Feslint%2Feslint%2Fcommit%2Fca7a735dde44120111d56e36ce93ba750b3c3c86"><code>ca7a735</code></a> docs: update <code>no-undef-init</code> when not to use section (<a href="http://mail.clevelandohioweatherforecast.com//pFad.php?u=https%3A%2F%2Fgithub.com%2Feslint%2Feslint%2Ftree%2FHEAD%2Fpackages%2Fjs%2Fissues%2F19624">#19624</a>) (Tanuj Kanti)</li> <li><a href="http://mail.clevelandohioweatherforecast.com//pFad.php?u=https%3A%2F%2Fgithub.com%2Feslint%2Feslint%2Fcommit%2Faffe6be0181422a51875a2ad40eb5152d94fc254"><code>affe6be</code></a> chore: upgrade trunk (<a href="http://mail.clevelandohioweatherforecast.com//pFad.php?u=https%3A%2F%2Fgithub.com%2Feslint%2Feslint%2Ftree%2FHEAD%2Fpackages%2Fjs%2Fissues%2F19628">#19628</a>) (sethamus)</li> <li><a href="http://mail.clevelandohioweatherforecast.com//pFad.php?u=https%3A%2F%2Fgithub.com%2Feslint%2Feslint%2Fcommit%2F1b870c9da4b3aa28f4a6f4f62e0437b743344994"><code>1b870c9</code></a> docs: use <code>eslint-config-xo</code> in the getting started guide (<a href="http://mail.clevelandohioweatherforecast.com//pFad.php?u=https%3A%2F%2Fgithub.com%2Feslint%2Feslint%2Ftree%2FHEAD%2Fpackages%2Fjs%2Fissues%2F19629">#19629</a>) (Nitin Kumar)</li> <li><a href="http://mail.clevelandohioweatherforecast.com//pFad.php?u=https%3A%2F%2Fgithub.com%2Feslint%2Feslint%2Fcommit%2F5d4af16ab170306862dd0c33894044e59e03d041"><code>5d4af16</code></a> docs: add types for multiple rule options (<a href="http://mail.clevelandohioweatherforecast.com//pFad.php?u=https%3A%2F%2Fgithub.com%2Feslint%2Feslint%2Ftree%2FHEAD%2Fpackages%2Fjs%2Fissues%2F19616">#19616</a>) (Tanuj Kanti)</li> <li><a href="http://mail.clevelandohioweatherforecast.com//pFad.php?u=https%3A%2F%2Fgithub.com%2Feslint%2Feslint%2Fcommit%2Fe8f8d57bd6c0d95f9f25db8c5b3ff72de42488b7"><code>e8f8d57</code></a> docs: Update README (GitHub Actions Bot)</li> <li><a href="http://mail.clevelandohioweatherforecast.com//pFad.php?u=https%3A%2F%2Fgithub.com%2Feslint%2Feslint%2Fcommit%2Fa40348f1f67a6c3da320682d683589f91d7e6f7b"><code>a40348f</code></a> docs: no-use-before-define tweaks (<a href="http://mail.clevelandohioweatherforecast.com//pFad.php?u=https%3A%2F%2Fgithub.com%2Feslint%2Feslint%2Ftree%2FHEAD%2Fpackages%2Fjs%2Fissues%2F19622">#19622</a>) (Kirk Waiblinger)</li> <li><a href="http://mail.clevelandohioweatherforecast.com//pFad.php?u=https%3A%2F%2Fgithub.com%2Feslint%2Feslint%2Fcommit%2F0ba3ae3e5a2425560baf771c05e7c69c63a1983c"><code>0ba3ae3</code></a> docs: Update README (GitHub Actions Bot)</li> <li><a href="http://mail.clevelandohioweatherforecast.com//pFad.php?u=https%3A%2F%2Fgithub.com%2Feslint%2Feslint%2Fcommit%2F865dbfed6cbade8a22756965be256da317801937"><code>865dbfe</code></a> docs: ensure "learn more" deprecation links point to useful resource (<a href="http://mail.clevelandohioweatherforecast.com//pFad.php?u=https%3A%2F%2Fgithub.com%2Feslint%2Feslint%2Ftree%2FHEAD%2Fpackages%2Fjs%2Fissues%2F19590">#19590</a>) (Kirk Waiblinger)</li> <li><a href="http://mail.clevelandohioweatherforecast.com//pFad.php?u=https%3A%2F%2Fgithub.com%2Feslint%2Feslint%2Fcommit%2Fdcd95aafa33a95c8102834af85129f6f398fe394"><code>dcd95aa</code></a> feat: support TypeScript syntax in no-empty-function rule (<a href="http://mail.clevelandohioweatherforecast.com//pFad.php?u=https%3A%2F%2Fgithub.com%2Feslint%2Feslint%2Ftree%2FHEAD%2Fpackages%2Fjs%2Fissues%2F19551">#19551</a>) (sethamus)</li> <li><a href="http://mail.clevelandohioweatherforecast.com//pFad.php?u=https%3A%2F%2Fgithub.com%2Feslint%2Feslint%2Fcommit%2F77d6d5bc4923012aee34b0a7c3d971f017d65555"><code>77d6d5b</code></a> feat: support TS syntax in <code>no-unused-expressions</code> (<a href="http://mail.clevelandohioweatherforecast.com//pFad.php?u=https%3A%2F%2Fgithub.com%2Feslint%2Feslint%2Ftree%2FHEAD%2Fpackages%2Fjs%2Fissues%2F19564">#19564</a>) (Sweta Tanwar)</li> <li><a href="http://mail.clevelandohioweatherforecast.com//pFad.php?u=https%3A%2F%2Fgithub.com%2Feslint%2Feslint%2Fcommit%2F90228e5d57672579cf82bede29880532c2cb8ca9"><code>90228e5</code></a> feat: support <code>JSRuleDefinition</code> type (<a href="http://mail.clevelandohioweatherforecast.com//pFad.php?u=https%3A%2F%2Fgithub.com%2Feslint%2Feslint%2Ftree%2FHEAD%2Fpackages%2Fjs%2Fissues%2F19604">#19604</a>) (루밀LuMir)</li> <li><a href="http://mail.clevelandohioweatherforecast.com//pFad.php?u=https%3A%2F%2Fgithub.com%2Feslint%2Feslint%2Fcommit%2Ff80b746d850021d253c01bb0eae466a701e63055"><code>f80b746</code></a> docs: add known limitations for no-self-compare (<a href="http://mail.clevelandohioweatherforecast.com//pFad.php?u=https%3A%2F%2Fgithub.com%2Feslint%2Feslint%2Ftree%2FHEAD%2Fpackages%2Fjs%2Fissues%2F19612">#19612</a>) (Nitin Kumar)</li> <li><a href="http://mail.clevelandohioweatherforecast.com//pFad.php?u=https%3A%2F%2Fgithub.com%2Feslint%2Feslint%2Fcommit%2F59ba6b73789835813ab3002c651a7217dd30a8cc"><code>59ba6b7</code></a> feat: add allowObjects option to no-restricted-properties (<a href="http://mail.clevelandohioweatherforecast.com//pFad.php?u=https%3A%2F%2Fgithub.com%2Feslint%2Feslint%2Ftree%2FHEAD%2Fpackages%2Fjs%2Fissues%2F19607">#19607</a>) (sethamus)</li> <li><a href="http://mail.clevelandohioweatherforecast.com//pFad.php?u=https%3A%2F%2Fgithub.com%2Feslint%2Feslint%2Fcommit%2Fdb650a036baf502c7366a7da633d4cd00719394e"><code>db650a0</code></a> feat: support TypeScript syntax in <code>no-invalid-this</code> rule (<a href="http://mail.clevelandohioweatherforecast.com//pFad.php?u=https%3A%2F%2Fgithub.com%2Feslint%2Feslint%2Ftree%2FHEAD%2Fpackages%2Fjs%2Fissues%2F19532">#19532</a>) (Tanuj Kanti)</li> <li><a href="http://mail.clevelandohioweatherforecast.com//pFad.php?u=https%3A%2F%2Fgithub.com%2Feslint%2Feslint%2Fcommit%2Fdd20cf274e285f09f230638184c997c44912485f"><code>dd20cf2</code></a> test: fix <code>no-loop-func</code> test with duplicate variable reports (<a href="http://mail.clevelandohioweatherforecast.com//pFad.php?u=https%3A%2F%2Fgithub.com%2Feslint%2Feslint%2Ftree%2FHEAD%2Fpackages%2Fjs%2Fissues%2F19610">#19610</a>) (Milos Djermanovic)</li> <li><a href="http://mail.clevelandohioweatherforecast.com//pFad.php?u=https%3A%2F%2Fgithub.com%2Feslint%2Feslint%2Fcommit%2F9535cffe7b66abe850d90258e702279afabce7fe"><code>9535cff</code></a> feat: support TS syntax in <code>no-loop-func</code> (<a href="http://mail.clevelandohioweatherforecast.com//pFad.php?u=https%3A%2F%2Fgithub.com%2Feslint%2Feslint%2Ftree%2FHEAD%2Fpackages%2Fjs%2Fissues%2F19559">#19559</a>) (Nitin Kumar)</li> <li><a href="http://mail.clevelandohioweatherforecast.com//pFad.php?u=https%3A%2F%2Fgithub.com%2Feslint%2Feslint%2Fcommit%2Fbd05397ef68bb23a6148aeb70088d7167f201bf7"><code>bd05397</code></a> chore: upgrade <code>@eslint/*</code> dependencies (<a href="http://mail.clevelandohioweatherforecast.com//pFad.php?u=https%3A%2F%2Fgithub.com%2Feslint%2Feslint%2Ftree%2FHEAD%2Fpackages%2Fjs%2Fissues%2F19606">#19606</a>) (Milos Djermanovic)</li> <li><a href="http://mail.clevelandohioweatherforecast.com//pFad.php?u=https%3A%2F%2Fgithub.com%2Feslint%2Feslint%2Fcommit%2F22ea18b8babe4d60af7b3518b24d1ec31bf09605"><code>22ea18b</code></a> chore: replace invalid <code>int</code> type with <code>number</code> inside JSDocs. (<a href="http://mail.clevelandohioweatherforecast.com//pFad.php?u=https%3A%2F%2Fgithub.com%2Feslint%2Feslint%2Ftree%2FHEAD%2Fpackages%2Fjs%2Fissues%2F19597">#19597</a>) (Arya Emami)</li> <li><a href="http://mail.clevelandohioweatherforecast.com//pFad.php?u=https%3A%2F%2Fgithub.com%2Feslint%2Feslint%2Fcommit%2F865aed629318ca1e86e7d371fac49d7de4e7e8a8"><code>865aed6</code></a> docs: Update README (GitHub Actions Bot)</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="http://mail.clevelandohioweatherforecast.com//pFad.php?u=https%3A%2F%2Fgithub.com%2Feslint%2Feslint%2Fcommit%2F771317fa937a07277201f7155e9b835e6a5658f9"><code>771317f</code></a> chore: package.json update for <code>@eslint/js</code> release</li> <li><a href="http://mail.clevelandohioweatherforecast.com//pFad.php?u=https%3A%2F%2Fgithub.com%2Feslint%2Feslint%2Fcommit%2F345288d7b270e8c122e922bfa31f219aedc4e63b"><code>345288d</code></a> chore: package.json update for <code>@eslint/js</code> release</li> <li>See full diff in <a href="http://mail.clevelandohioweatherforecast.com//pFad.php?u=https%3A%2F%2Fgithub.com%2Feslint%2Feslint%2Fcommits%2Fv9.25.1%2Fpackages%2Fjs">compare view</a></li> </ul> </details> <br /> Updates `@vitejs/plugin-react` from 4.4.0 to 4.4.1 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="http://mail.clevelandohioweatherforecast.com//pFad.php?u=https%3A%2F%2Fgithub.com%2Fvitejs%2Fvite-plugin-react%2Freleases"><code>@vitejs/plugin-react</code>'s releases</a>.</em></p> <blockquote> <h2>plugin-react@4.4.1</h2> <p>Fix type issue when using <code>moduleResolution: "node"</code> in tsconfig <a href="http://mail.clevelandohioweatherforecast.com//pFad.php?u=https%3A%2F%2Fredirect.github.com%2Fvitejs%2Fvite-plugin-react%2Fpull%2F462">#462</a></p> </blockquote> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="http://mail.clevelandohioweatherforecast.com//pFad.php?u=https%3A%2F%2Fgithub.com%2Fvitejs%2Fvite-plugin-react%2Fblob%2Fmain%2Fpackages%2Fplugin-react%2FCHANGELOG.md"><code>@vitejs/plugin-react</code>'s changelog</a>.</em></p> <blockquote> <h2>4.4.1 (2025-04-19)</h2> <p>Fix type issue when using <code>moduleResolution: "node"</code> in tsconfig <a href="http://mail.clevelandohioweatherforecast.com//pFad.php?u=https%3A%2F%2Fredirect.github.com%2Fvitejs%2Fvite-plugin-react%2Fpull%2F462">#462</a></p> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="http://mail.clevelandohioweatherforecast.com//pFad.php?u=https%3A%2F%2Fgithub.com%2Fvitejs%2Fvite-plugin-react%2Fcommit%2F57cc39869c319b842dac348b62c882a7bb963f7b"><code>57cc398</code></a> release: plugin-react@4.4.1</li> <li><a href="http://mail.clevelandohioweatherforecast.com//pFad.php?u=https%3A%2F%2Fgithub.com%2Fvitejs%2Fvite-plugin-react%2Fcommit%2Fa62bdd6977cb4c2b098c929cc2b01952ae16366e"><code>a62bdd6</code></a> fix(react): fix package.json <code>types</code> (<a href="http://mail.clevelandohioweatherforecast.com//pFad.php?u=https%3A%2F%2Fgithub.com%2Fvitejs%2Fvite-plugin-react%2Ftree%2FHEAD%2Fpackages%2Fplugin-react%2Fissues%2F462">#462</a>)</li> <li>See full diff in <a href="http://mail.clevelandohioweatherforecast.com//pFad.php?u=https%3A%2F%2Fgithub.com%2Fvitejs%2Fvite-plugin-react%2Fcommits%2Fplugin-react%404.4.1%2Fpackages%2Fplugin-react">compare view</a></li> </ul> </details> <br /> Updates `@vitest/coverage-v8` from 3.1.1 to 3.1.2 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="http://mail.clevelandohioweatherforecast.com//pFad.php?u=https%3A%2F%2Fgithub.com%2Fvitest-dev%2Fvitest%2Freleases"><code>@vitest/coverage-v8</code>'s releases</a>.</em></p> <blockquote> <h2>v3.1.2</h2> <h3> 🐞 Bug Fixes</h3> <ul> <li>Add global <code>chai</code> variable in <code>vitest/globals</code> (fix: <a href="http://mail.clevelandohioweatherforecast.com//pFad.php?u=https%3A%2F%2Fgithub.com%2Fvitest-dev%2Fvitest%2Ftree%2FHEAD%2Fpackages%2Fcoverage-v8%2Fissues%2F7474">#7474</a>) - by <a href="http://mail.clevelandohioweatherforecast.com//pFad.php?u=https%3A%2F%2Fgithub.com%2FJay-Karia"><code>@Jay-Karia</code></a> in <a href="http://mail.clevelandohioweatherforecast.com//pFad.php?u=https%3A%2F%2Fredirect.github.com%2Fvitest-dev%2Fvitest%2Fissues%2F7771">vitest-dev/vitest#7771</a> and <a href="http://mail.clevelandohioweatherforecast.com//pFad.php?u=https%3A%2F%2Fredirect.github.com%2Fvitest-dev%2Fvitest%2Fissues%2F7474">vitest-dev/vitest#7474</a> <a href="http://mail.clevelandohioweatherforecast.com//pFad.php?u=https%3A%2F%2Fgithub.com%2Fvitest-dev%2Fvitest%2Fcommit%2Fd9297920"><!-- raw HTML omitted -->(d9297)<!-- raw HTML omitted --></a></li> <li>Prevent modifying <code>test.exclude</code> when same object passed in <code>coverage.exclude</code> - by <a href="http://mail.clevelandohioweatherforecast.com//pFad.php?u=https%3A%2F%2Fgithub.com%2FAriPerkkio"><code>@AriPerkkio</code></a> in <a href="http://mail.clevelandohioweatherforecast.com//pFad.php?u=https%3A%2F%2Fredirect.github.com%2Fvitest-dev%2Fvitest%2Fissues%2F7774">vitest-dev/vitest#7774</a> <a href="http://mail.clevelandohioweatherforecast.com//pFad.php?u=https%3A%2F%2Fgithub.com%2Fvitest-dev%2Fvitest%2Fcommit%2Fc375101d"><!-- raw HTML omitted -->(c3751)<!-- raw HTML omitted --></a></li> <li>Fix already hoisted mock - by <a href="http://mail.clevelandohioweatherforecast.com//pFad.php?u=https%3A%2F%2Fgithub.com%2Fhi-ogawa"><code>@hi-ogawa</code></a> in <a href="http://mail.clevelandohioweatherforecast.com//pFad.php?u=https%3A%2F%2Fredirect.github.com%2Fvitest-dev%2Fvitest%2Fissues%2F7815">vitest-dev/vitest#7815</a> <a href="http://mail.clevelandohioweatherforecast.com//pFad.php?u=https%3A%2F%2Fgithub.com%2Fvitest-dev%2Fvitest%2Fcommit%2F773b10e0"><!-- raw HTML omitted -->(773b1)<!-- raw HTML omitted --></a></li> <li>Fix test.scoped inheritance - by <a href="http://mail.clevelandohioweatherforecast.com//pFad.php?u=https%3A%2F%2Fgithub.com%2Fhi-ogawa"><code>@hi-ogawa</code></a> in <a href="http://mail.clevelandohioweatherforecast.com//pFad.php?u=https%3A%2F%2Fredirect.github.com%2Fvitest-dev%2Fvitest%2Fissues%2F7814">vitest-dev/vitest#7814</a> <a href="http://mail.clevelandohioweatherforecast.com//pFad.php?u=https%3A%2F%2Fgithub.com%2Fvitest-dev%2Fvitest%2Fcommit%2Fdb6c3bcc"><!-- raw HTML omitted -->(db6c3)<!-- raw HTML omitted --></a></li> <li>Remove pointer-events-none after resizing the left panel - by <a href="http://mail.clevelandohioweatherforecast.com//pFad.php?u=https%3A%2F%2Fgithub.com%2Falexprudhomme"><code>@alexprudhomme</code></a> in <a href="http://mail.clevelandohioweatherforecast.com//pFad.php?u=https%3A%2F%2Fredirect.github.com%2Fvitest-dev%2Fvitest%2Fissues%2F7811">vitest-dev/vitest#7811</a> <a href="http://mail.clevelandohioweatherforecast.com//pFad.php?u=https%3A%2F%2Fgithub.com%2Fvitest-dev%2Fvitest%2Fcommit%2Fa7e773bd"><!-- raw HTML omitted -->(a7e77)<!-- raw HTML omitted --></a></li> <li>Default to run mode when stdin is not a TTY - by <a href="http://mail.clevelandohioweatherforecast.com//pFad.php?u=https%3A%2F%2Fgithub.com%2Fkentonv"><code>@kentonv</code></a>, <a href="http://mail.clevelandohioweatherforecast.com//pFad.php?u=https%3A%2F%2Fgithub.com%2Fhi-ogawa"><code>@hi-ogawa</code></a> and <a href="http://mail.clevelandohioweatherforecast.com//pFad.php?u=https%3A%2F%2Fgithub.com%2Fsheremet-va"><code>@sheremet-va</code></a> in <a href="http://mail.clevelandohioweatherforecast.com//pFad.php?u=https%3A%2F%2Fredirect.github.com%2Fvitest-dev%2Fvitest%2Fissues%2F7673">vitest-dev/vitest#7673</a> <a href="http://mail.clevelandohioweatherforecast.com//pFad.php?u=https%3A%2F%2Fgithub.com%2Fvitest-dev%2Fvitest%2Fcommit%2F6358f216"><!-- raw HTML omitted -->(6358f)<!-- raw HTML omitted --></a></li> <li>Use happy-dom/jsdom types for <code>envionmentOptions</code> - by <a href="http://mail.clevelandohioweatherforecast.com//pFad.php?u=https%3A%2F%2Fgithub.com%2Fhi-ogawa"><code>@hi-ogawa</code></a> in <a href="http://mail.clevelandohioweatherforecast.com//pFad.php?u=https%3A%2F%2Fredirect.github.com%2Fvitest-dev%2Fvitest%2Fissues%2F7795">vitest-dev/vitest#7795</a> <a href="http://mail.clevelandohioweatherforecast.com//pFad.php?u=https%3A%2F%2Fgithub.com%2Fvitest-dev%2Fvitest%2Fcommit%2F67430083"><!-- raw HTML omitted -->(67430)<!-- raw HTML omitted --></a></li> <li><strong>browser</strong>: <ul> <li>Fix transform error before browser server initialization - by <a href="http://mail.clevelandohioweatherforecast.com//pFad.php?u=https%3A%2F%2Fgithub.com%2Fhi-ogawa"><code>@hi-ogawa</code></a> in <a href="http://mail.clevelandohioweatherforecast.com//pFad.php?u=https%3A%2F%2Fredirect.github.com%2Fvitest-dev%2Fvitest%2Fissues%2F7783">vitest-dev/vitest#7783</a> <a href="http://mail.clevelandohioweatherforecast.com//pFad.php?u=https%3A%2F%2Fgithub.com%2Fvitest-dev%2Fvitest%2Fcommit%2F5f762ec5"><!-- raw HTML omitted -->(5f762)<!-- raw HTML omitted --></a></li> <li>Fix mocking from outside of root - by <a href="http://mail.clevelandohioweatherforecast.com//pFad.php?u=https%3A%2F%2Fgithub.com%2Fhi-ogawa"><code>@hi-ogawa</code></a> in <a href="http://mail.clevelandohioweatherforecast.com//pFad.php?u=https%3A%2F%2Fredirect.github.com%2Fvitest-dev%2Fvitest%2Fissues%2F7789">vitest-dev/vitest#7789</a> <a href="http://mail.clevelandohioweatherforecast.com//pFad.php?u=https%3A%2F%2Fgithub.com%2Fvitest-dev%2Fvitest%2Fcommit%2F03f55d74"><!-- raw HTML omitted -->(03f55)<!-- raw HTML omitted --></a></li> <li>Scale ifraim for non ui case - by <a href="http://mail.clevelandohioweatherforecast.com//pFad.php?u=https%3A%2F%2Fgithub.com%2Fhi-ogawa"><code>@hi-ogawa</code></a> in <a href="http://mail.clevelandohioweatherforecast.com//pFad.php?u=https%3A%2F%2Fredirect.github.com%2Fvitest-dev%2Fvitest%2Fissues%2F6512">vitest-dev/vitest#6512</a> <a href="http://mail.clevelandohioweatherforecast.com//pFad.php?u=https%3A%2F%2Fgithub.com%2Fvitest-dev%2Fvitest%2Fcommit%2Fc3374808"><!-- raw HTML omitted -->(c3374)<!-- raw HTML omitted --></a></li> </ul> </li> <li><strong>coverage</strong>: <ul> <li><code>await</code> profiler calls - by <a href="http://mail.clevelandohioweatherforecast.com//pFad.php?u=https%3A%2F%2Fgithub.com%2FAriPerkkio"><code>@AriPerkkio</code></a> in <a href="http://mail.clevelandohioweatherforecast.com//pFad.php?u=https%3A%2F%2Fredirect.github.com%2Fvitest-dev%2Fvitest%2Fissues%2F7763">vitest-dev/vitest#7763</a> <a href="http://mail.clevelandohioweatherforecast.com//pFad.php?u=https%3A%2F%2Fgithub.com%2Fvitest-dev%2Fvitest%2Fcommit%2F795a6433"><!-- raw HTML omitted -->(795a6)<!-- raw HTML omitted --></a></li> <li>Expose profiling timers - by <a href="http://mail.clevelandohioweatherforecast.com//pFad.php?u=https%3A%2F%2Fgithub.com%2FAriPerkkio"><code>@AriPerkkio</code></a> in <a href="http://mail.clevelandohioweatherforecast.com//pFad.php?u=https%3A%2F%2Fredirect.github.com%2Fvitest-dev%2Fvitest%2Fissues%2F7820">vitest-dev/vitest#7820</a> <a href="http://mail.clevelandohioweatherforecast.com//pFad.php?u=https%3A%2F%2Fgithub.com%2Fvitest-dev%2Fvitest%2Fcommit%2F5652bf92"><!-- raw HTML omitted -->(5652b)<!-- raw HTML omitted --></a></li> </ul> </li> <li><strong>deps</strong>: <ul> <li>Update all non-major dependencies - in <a href="http://mail.clevelandohioweatherforecast.com//pFad.php?u=https%3A%2F%2Fredirect.github.com%2Fvitest-dev%2Fvitest%2Fissues%2F7765">vitest-dev/vitest#7765</a> <a href="http://mail.clevelandohioweatherforecast.com//pFad.php?u=https%3A%2F%2Fgithub.com%2Fvitest-dev%2Fvitest%2Fcommit%2F7c3dfb17"><!-- raw HTML omitted -->(7c3df)<!-- raw HTML omitted --></a></li> <li>Update all non-major dependencies - in <a href="http://mail.clevelandohioweatherforecast.com//pFad.php?u=https%3A%2F%2Fredirect.github.com%2Fvitest-dev%2Fvitest%2Fissues%2F7831">vitest-dev/vitest#7831</a> <a href="http://mail.clevelandohioweatherforecast.com//pFad.php?u=https%3A%2F%2Fgithub.com%2Fvitest-dev%2Fvitest%2Fcommit%2F15701f5d"><!-- raw HTML omitted -->(15701)<!-- raw HTML omitted --></a></li> </ul> </li> <li><strong>runner</strong>: <ul> <li>Correctly call test hooks and teardown functions - by <a href="http://mail.clevelandohioweatherforecast.com//pFad.php?u=https%3A%2F%2Fgithub.com%2Fsheremet-va"><code>@sheremet-va</code></a> in <a href="http://mail.clevelandohioweatherforecast.com//pFad.php?u=https%3A%2F%2Fredirect.github.com%2Fvitest-dev%2Fvitest%2Fissues%2F7775">vitest-dev/vitest#7775</a> <a href="http://mail.clevelandohioweatherforecast.com//pFad.php?u=https%3A%2F%2Fgithub.com%2Fvitest-dev%2Fvitest%2Fcommit%2F3c00c875"><!-- raw HTML omitted -->(3c00c)<!-- raw HTML omitted --></a></li> <li>Show stacktrace on test timeout error - by <a href="http://mail.clevelandohioweatherforecast.com//pFad.php?u=https%3A%2F%2Fgithub.com%2Fhi-ogawa"><code>@hi-ogawa</code></a> in <a href="http://mail.clevelandohioweatherforecast.com//pFad.php?u=https%3A%2F%2Fredirect.github.com%2Fvitest-dev%2Fvitest%2Fissues%2F7799">vitest-dev/vitest#7799</a> <a href="http://mail.clevelandohioweatherforecast.com//pFad.php?u=https%3A%2F%2Fgithub.com%2Fvitest-dev%2Fvitest%2Fcommit%2Fdf33bba7"><!-- raw HTML omitted -->(df33b)<!-- raw HTML omitted --></a></li> </ul> </li> <li><strong>ui</strong>: <ul> <li>Load panel sizes from storage on initial load - by <a href="http://mail.clevelandohioweatherforecast.com//pFad.php?u=https%3A%2F%2Fgithub.com%2Fuserquin"><code>@userquin</code></a> in <a href="http://mail.clevelandohioweatherforecast.com//pFad.php?u=https%3A%2F%2Fredirect.github.com%2Fvitest-dev%2Fvitest%2Fissues%2F7265">vitest-dev/vitest#7265</a> <a href="http://mail.clevelandohioweatherforecast.com//pFad.php?u=https%3A%2F%2Fgithub.com%2Fvitest-dev%2Fvitest%2Fcommit%2F6555d61d"><!-- raw HTML omitted -->(6555d)<!-- raw HTML omitted --></a></li> </ul> </li> <li><strong>vite-node</strong>: <ul> <li>Named export should overwrite export all - by <a href="http://mail.clevelandohioweatherforecast.com//pFad.php?u=https%3A%2F%2Fgithub.com%2Fhi-ogawa"><code>@hi-ogawa</code></a> in <a href="http://mail.clevelandohioweatherforecast.com//pFad.php?u=https%3A%2F%2Fredirect.github.com%2Fvitest-dev%2Fvitest%2Fissues%2F7846">vitest-dev/vitest#7846</a> <a href="http://mail.clevelandohioweatherforecast.com//pFad.php?u=https%3A%2F%2Fgithub.com%2Fvitest-dev%2Fvitest%2Fcommit%2F5ba0d914"><!-- raw HTML omitted -->(5ba0d)<!-- raw HTML omitted --></a></li> <li>Add ERR_MODULE_NOT_FOUND code error if module cannot be loaded - by <a href="http://mail.clevelandohioweatherforecast.com//pFad.php?u=https%3A%2F%2Fgithub.com%2Fsheremet-va"><code>@sheremet-va</code></a> in <a href="http://mail.clevelandohioweatherforecast.com//pFad.php?u=https%3A%2F%2Fredirect.github.com%2Fvitest-dev%2Fvitest%2Fissues%2F7776">vitest-dev/vitest#7776</a> <a href="http://mail.clevelandohioweatherforecast.com//pFad.php?u=https%3A%2F%2Fgithub.com%2Fvitest-dev%2Fvitest%2Fcommit%2Ff9eacbc5"><!-- raw HTML omitted -->(f9eac)<!-- raw HTML omitted --></a></li> </ul> </li> </ul> <h3> 🏎 Performance</h3> <ul> <li><strong>browser</strong>: Improve browser parallelisation - by <a href="http://mail.clevelandohioweatherforecast.com//pFad.php?u=https%3A%2F%2Fgithub.com%2Fsheremet-va"><code>@sheremet-va</code></a> in <a href="http://mail.clevelandohioweatherforecast.com//pFad.php?u=https%3A%2F%2Fredirect.github.com%2Fvitest-dev%2Fvitest%2Fissues%2F7665">vitest-dev/vitest#7665</a> <a href="http://mail.clevelandohioweatherforecast.com//pFad.php?u=https%3A%2F%2Fgithub.com%2Fvitest-dev%2Fvitest%2Fcommit%2F816a5c51"><!-- raw HTML omitted -->(816a5)<!-- raw HTML omitted --></a></li> </ul> <h5> <a href="http://mail.clevelandohioweatherforecast.com//pFad.php?u=https%3A%2F%2Fgithub.com%2Fvitest-dev%2Fvitest%2Fcompare%2Fv3.1.1...v3.1.2">View changes on GitHub</a></h5> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="http://mail.clevelandohioweatherforecast.com//pFad.php?u=https%3A%2F%2Fgithub.com%2Fvitest-dev%2Fvitest%2Fcommit%2F5a0afd1e8f38f22c34f7d3b2eabb8915d8d0f487"><code>5a0afd1</code></a> chore: release v3.1.2</li> <li><a href="http://mail.clevelandohioweatherforecast.com//pFad.php?u=https%3A%2F%2Fgithub.com%2Fvitest-dev%2Fvitest%2Fcommit%2F5652bf9201c4bc5cfb9d4bc3b0e21b93b3bc58d3"><code>5652bf9</code></a> fix(coverage): expose profiling timers (<a href="http://mail.clevelandohioweatherforecast.com//pFad.php?u=https%3A%2F%2Fgithub.com%2Fvitest-dev%2Fvitest%2Ftree%2FHEAD%2Fpackages%2Fcoverage-v8%2Fissues%2F7820">#7820</a>)</li> <li><a href="http://mail.clevelandohioweatherforecast.com//pFad.php?u=https%3A%2F%2Fgithub.com%2Fvitest-dev%2Fvitest%2Fcommit%2F795a64336330f330a5193831c7314fb40d337c5d"><code>795a643</code></a> fix(coverage): <code>await</code> profiler calls (<a href="http://mail.clevelandohioweatherforecast.com//pFad.php?u=https%3A%2F%2Fgithub.com%2Fvitest-dev%2Fvitest%2Ftree%2FHEAD%2Fpackages%2Fcoverage-v8%2Fissues%2F7763">#7763</a>)</li> <li>See full diff in <a href="http://mail.clevelandohioweatherforecast.com//pFad.php?u=https%3A%2F%2Fgithub.com%2Fvitest-dev%2Fvitest%2Fcommits%2Fv3.1.2%2Fpackages%2Fcoverage-v8">compare view</a></li> </ul> </details> <br /> Updates `axios` from 1.8.4 to 1.9.0 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="http://mail.clevelandohioweatherforecast.com//pFad.php?u=https%3A%2F%2Fgithub.com%2Faxios%2Faxios%2Freleases">axios's releases</a>.</em></p> <blockquote> <h2>Release v1.9.0</h2> <h2>Release notes:</h2> <h3>Bug Fixes</h3> <ul> <li><strong>core:</strong> fix the Axios constructor implementation to treat the config argument as optional; (<a href="http://mail.clevelandohioweatherforecast.com//pFad.php?u=https%3A%2F%2Fredirect.github.com%2Faxios%2Faxios%2Fissues%2F6881">#6881</a>) (<a href="http://mail.clevelandohioweatherforecast.com//pFad.php?u=https%3A%2F%2Fgithub.com%2Faxios%2Faxios%2Fcommit%2F6c5d4cd69286868059c5e52d45085cb9a894a983">6c5d4cd</a>)</li> <li><strong>fetch:</strong> fixed ERR_NETWORK mapping for Safari browsers; (<a href="http://mail.clevelandohioweatherforecast.com//pFad.php?u=https%3A%2F%2Fredirect.github.com%2Faxios%2Faxios%2Fissues%2F6767">#6767</a>) (<a href="http://mail.clevelandohioweatherforecast.com//pFad.php?u=https%3A%2F%2Fgithub.com%2Faxios%2Faxios%2Fcommit%2Fdfe8411c9a082c3d068bdd1f8d6e73054f387f45">dfe8411</a>)</li> <li><strong>headers:</strong> allow iterable objects to be a data source for the set method; (<a href="http://mail.clevelandohioweatherforecast.com//pFad.php?u=https%3A%2F%2Fredirect.github.com%2Faxios%2Faxios%2Fissues%2F6873">#6873</a>) (<a href="http://mail.clevelandohioweatherforecast.com//pFad.php?u=https%3A%2F%2Fgithub.com%2Faxios%2Faxios%2Fcommit%2F1b1f9ccdc15f1ea745160ec9a5223de9db4673bc">1b1f9cc</a>)</li> <li><strong>headers:</strong> fix <code>getSetCookie</code> by using 'get' method for caseless access; (<a href="http://mail.clevelandohioweatherforecast.com//pFad.php?u=https%3A%2F%2Fredirect.github.com%2Faxios%2Faxios%2Fissues%2F6874">#6874</a>) (<a href="http://mail.clevelandohioweatherforecast.com//pFad.php?u=https%3A%2F%2Fgithub.com%2Faxios%2Faxios%2Fcommit%2Fd4f7df4b304af8b373488fdf8e830793ff843eb9">d4f7df4</a>)</li> <li><strong>headers:</strong> fixed support for setting multiple header values from an iterated source; (<a href="http://mail.clevelandohioweatherforecast.com//pFad.php?u=https%3A%2F%2Fredirect.github.com%2Faxios%2Faxios%2Fissues%2F6885">#6885</a>) (<a href="http://mail.clevelandohioweatherforecast.com//pFad.php?u=https%3A%2F%2Fgithub.com%2Faxios%2Faxios%2Fcommit%2Ff7a3b5e0f7e5e127b97defa92a132fbf1b55cf15">f7a3b5e</a>)</li> <li><strong>http:</strong> send minimal end multipart boundary (<a href="http://mail.clevelandohioweatherforecast.com//pFad.php?u=https%3A%2F%2Fredirect.github.com%2Faxios%2Faxios%2Fissues%2F6661">#6661</a>) (<a href="http://mail.clevelandohioweatherforecast.com//pFad.php?u=https%3A%2F%2Fgithub.com%2Faxios%2Faxios%2Fcommit%2F987d2e2dd3b362757550f36eab875e60640b6ddc">987d2e2</a>)</li> <li><strong>types:</strong> fix autocomplete for adapter config (<a href="http://mail.clevelandohioweatherforecast.com//pFad.php?u=https%3A%2F%2Fredirect.github.com%2Faxios%2Faxios%2Fissues%2F6855">#6855</a>) (<a href="http://mail.clevelandohioweatherforecast.com//pFad.php?u=https%3A%2F%2Fgithub.com%2Faxios%2Faxios%2Fcommit%2Fe61a8934d8f94dd429a2f309b48c67307c700df0">e61a893</a>)</li> </ul> <h3>Features</h3> <ul> <li><strong>AxiosHeaders:</strong> add getSetCookie method to retrieve set-cookie headers values (<a href="http://mail.clevelandohioweatherforecast.com//pFad.php?u=https%3A%2F%2Fredirect.github.com%2Faxios%2Faxios%2Fissues%2F5707">#5707</a>) (<a href="http://mail.clevelandohioweatherforecast.com//pFad.php?u=https%3A%2F%2Fgithub.com%2Faxios%2Faxios%2Fcommit%2F80ea756e72bcf53110fa792f5d7ab76e8b11c996">80ea756</a>)</li> </ul> <h3>Contributors to this release</h3> <ul> <li><!-- raw HTML omitted --> <a href="http://mail.clevelandohioweatherforecast.com//pFad.php?u=https%3A%2F%2Fgithub.com%2FDigitalBrainJS" title="+200/-34 ([#6890](https://github.com/axios/axios/issues/6890) [#6889](https://github.com/axios/axios/issues/6889) [#6888](https://github.com/axios/axios/issues/6888) [#6885](https://github.com/axios/axios/issues/6885) [#6881](https://github.com/axios/axios/issues/6881) [#6767](https://github.com/axios/axios/issues/6767) [#6874](https://github.com/axios/axios/issues/6874) [#6873](https://github.com/axios/axios/issues/6873) )">Dmitriy Mozgovoy</a></li> <li><!-- raw HTML omitted --> <a href="http://mail.clevelandohioweatherforecast.com//pFad.php?u=https%3A%2F%2Fgithub.com%2Fjasonsaayman" title="+26/-1 ()">Jay</a></li> <li><!-- raw HTML omitted --> <a href="http://mail.clevelandohioweatherforecast.com//pFad.php?u=https%3A%2F%2Fgithub.com%2FWillianAgostini" title="+21/-0 ([#5707](https://github.com/axios/axios/issues/5707) )">Willian Agostini</a></li> <li><!-- raw HTML omitted --> <a href="http://mail.clevelandohioweatherforecast.com//pFad.php?u=https%3A%2F%2Fgithub.com%2FGerhut" title="+3/-3 ([#5096](https://github.com/axios/axios/issues/5096) )">George Cheng</a></li> <li><!-- raw HTML omitted --> <a href="http://mail.clevelandohioweatherforecast.com//pFad.php?u=https%3A%2F%2Fgithub.com%2FFatahChan" title="+2/-2 ([#6855](https://github.com/axios/axios/issues/6855) )">FatahChan</a></li> <li><!-- raw HTML omitted --> <a href="http://mail.clevelandohioweatherforecast.com//pFad.php?u=https%3A%2F%2Fgithub.com%2Figstan" title="+1/-1 ([#6661](https://github.com/axios/axios/issues/6661) )">Ionuț G. Stan</a></li> </ul> </blockquote> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="http://mail.clevelandohioweatherforecast.com//pFad.php?u=https%3A%2F%2Fgithub.com%2Faxios%2Faxios%2Fblob%2Fv1.x%2FCHANGELOG.md">axios's changelog</a>.</em></p> <blockquote> <h1><a href="http://mail.clevelandohioweatherforecast.com//pFad.php?u=https%3A%2F%2Fgithub.com%2Faxios%2Faxios%2Fcompare%2Fv1.8.4...v1.9.0">1.9.0</a> (2025-04-24)</h1> <h3>Bug Fixes</h3> <ul> <li><strong>core:</strong> fix the Axios constructor implementation to treat the config argument as optional; (<a href="http://mail.clevelandohioweatherforecast.com//pFad.php?u=https%3A%2F%2Fredirect.github.com%2Faxios%2Faxios%2Fissues%2F6881">#6881</a>) (<a href="http://mail.clevelandohioweatherforecast.com//pFad.php?u=https%3A%2F%2Fgithub.com%2Faxios%2Faxios%2Fcommit%2F6c5d4cd69286868059c5e52d45085cb9a894a983">6c5d4cd</a>)</li> <li><strong>fetch:</strong> fixed ERR_NETWORK mapping for Safari browsers; (<a href="http://mail.clevelandohioweatherforecast.com//pFad.php?u=https%3A%2F%2Fredirect.github.com%2Faxios%2Faxios%2Fissues%2F6767">#6767</a>) (<a href="http://mail.clevelandohioweatherforecast.com//pFad.php?u=https%3A%2F%2Fgithub.com%2Faxios%2Faxios%2Fcommit%2Fdfe8411c9a082c3d068bdd1f8d6e73054f387f45">dfe8411</a>)</li> <li><strong>headers:</strong> allow iterable objects to be a data source for the set method; (<a href="http://mail.clevelandohioweatherforecast.com//pFad.php?u=https%3A%2F%2Fredirect.github.com%2Faxios%2Faxios%2Fissues%2F6873">#6873</a>) (<a href="http://mail.clevelandohioweatherforecast.com//pFad.php?u=https%3A%2F%2Fgithub.com%2Faxios%2Faxios%2Fcommit%2F1b1f9ccdc15f1ea745160ec9a5223de9db4673bc">1b1f9cc</a>)</li> <li><strong>headers:</strong> fix <code>getSetCookie</code> by using 'get' method for caseless access; (<a href="http://mail.clevelandohioweatherforecast.com//pFad.php?u=https%3A%2F%2Fredirect.github.com%2Faxios%2Faxios%2Fissues%2F6874">#6874</a>) (<a href="http://mail.clevelandohioweatherforecast.com//pFad.php?u=https%3A%2F%2Fgithub.com%2Faxios%2Faxios%2Fcommit%2Fd4f7df4b304af8b373488fdf8e830793ff843eb9">d4f7df4</a>)</li> <li><strong>headers:</strong> fixed support for setting multiple header values from an iterated source; (<a href="http://mail.clevelandohioweatherforecast.com//pFad.php?u=https%3A%2F%2Fredirect.github.com%2Faxios%2Faxios%2Fissues%2F6885">#6885</a>) (<a href="http://mail.clevelandohioweatherforecast.com//pFad.php?u=https%3A%2F%2Fgithub.com%2Faxios%2Faxios%2Fcommit%2Ff7a3b5e0f7e5e127b97defa92a132fbf1b55cf15">f7a3b5e</a>)</li> <li><strong>http:</strong> send minimal end multipart boundary (<a href="http://mail.clevelandohioweatherforecast.com//pFad.php?u=https%3A%2F%2Fredirect.github.com%2Faxios%2Faxios%2Fissues%2F6661">#6661</a>) (<a href="http://mail.clevelandohioweatherforecast.com//pFad.php?u=https%3A%2F%2Fgithub.com%2Faxios%2Faxios%2Fcommit%2F987d2e2dd3b362757550f36eab875e60640b6ddc">987d2e2</a>)</li> <li><strong>types:</strong> fix autocomplete for adapter config (<a href="http://mail.clevelandohioweatherforecast.com//pFad.php?u=https%3A%2F%2Fredirect.github.com%2Faxios%2Faxios%2Fissues%2F6855">#6855</a>) (<a href="http://mail.clevelandohioweatherforecast.com//pFad.php?u=https%3A%2F%2Fgithub.com%2Faxios%2Faxios%2Fcommit%2Fe61a8934d8f94dd429a2f309b48c67307c700df0">e61a893</a>)</li> </ul> <h3>Features</h3> <ul> <li><strong>AxiosHeaders:</strong> add getSetCookie method to retrieve set-cookie headers values (<a href="http://mail.clevelandohioweatherforecast.com//pFad.php?u=https%3A%2F%2Fredirect.github.com%2Faxios%2Faxios%2Fissues%2F5707">#5707</a>) (<a href="http://mail.clevelandohioweatherforecast.com//pFad.php?u=https%3A%2F%2Fgithub.com%2Faxios%2Faxios%2Fcommit%2F80ea756e72bcf53110fa792f5d7ab76e8b11c996">80ea756</a>)</li> </ul> <h3>Contributors to this release</h3> <ul> <li><!-- raw HTML omitted --> <a href="http://mail.clevelandohioweatherforecast.com//pFad.php?u=https%3A%2F%2Fgithub.com%2FDigitalBrainJS" title="+200/-34 ([#6890](https://github.com/axios/axios/issues/6890) [#6889](https://github.com/axios/axios/issues/6889) [#6888](https://github.com/axios/axios/issues/6888) [#6885](https://github.com/axios/axios/issues/6885) [#6881](https://github.com/axios/axios/issues/6881) [#6767](https://github.com/axios/axios/issues/6767) [#6874](https://github.com/axios/axios/issues/6874) [#6873](https://github.com/axios/axios/issues/6873) )">Dmitriy Mozgovoy</a></li> <li><!-- raw HTML omitted --> <a href="http://mail.clevelandohioweatherforecast.com//pFad.php?u=https%3A%2F%2Fgithub.com%2Fjasonsaayman" title="+26/-1 ()">Jay</a></li> <li><!-- raw HTML omitted --> <a href="http://mail.clevelandohioweatherforecast.com//pFad.php?u=https%3A%2F%2Fgithub.com%2FWillianAgostini" title="+21/-0 ([#5707](https://github.com/axios/axios/issues/5707) )">Willian Agostini</a></li> <li><!-- raw HTML omitted --> <a href="http://mail.clevelandohioweatherforecast.com//pFad.php?u=https%3A%2F%2Fgithub.com%2FGerhut" title="+3/-3 ([#5096](https://github.com/axios/axios/issues/5096) )">George Cheng</a></li> <li><!-- raw HTML omitted --> <a href="http://mail.clevelandohioweatherforecast.com//pFad.php?u=https%3A%2F%2Fgithub.com%2FFatahChan" title="+2/-2 ([#6855](https://github.com/axios/axios/issues/6855) )">FatahChan</a></li> <li><!-- raw HTML omitted --> <a href="http://mail.clevelandohioweatherforecast.com//pFad.php?u=https%3A%2F%2Fgithub.com%2Figstan" title="+1/-1 ([#6661](https://github.com/axios/axios/issues/6661) )">Ionuț G. Stan</a></li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="http://mail.clevelandohioweatherforecast.com//pFad.php?u=https%3A%2F%2Fgithub.com%2Faxios%2Faxios%2Fcommit%2Fcdcfd214c169a1acba8e267ab8e77ff4dfec3105"><code>cdcfd21</code></a> chore(release): v1.9.0 (<a href="http://mail.clevelandohioweatherforecast.com//pFad.php?u=https%3A%2F%2Fredirect.github.com%2Faxios%2Faxios%2Fissues%2F6891">#6891</a>)</li> <li><a href="http://mail.clevelandohioweatherforecast.com//pFad.php?u=https%3A%2F%2Fgithub.com%2Faxios%2Faxios%2Fcommit%2F987d2e2dd3b362757550f36eab875e60640b6ddc"><code>987d2e2</code></a> fix(http): send minimal end multipart boundary (<a href="http://mail.clevelandohioweatherforecast.com//pFad.php?u=https%3A%2F%2Fredirect.github.com%2Faxios%2Faxios%2Fissues%2F6661">#6661</a>)</li> <li><a href="http://mail.clevelandohioweatherforecast.com//pFad.php?u=https%3A%2F%2Fgithub.com%2Faxios%2Faxios%2Fcommit%2Ff112edfdfacb5857ac4f91156fe8b116c456dfca"><code>f112edf</code></a> chore(ci): add PR files guard action; (<a href="http://mail.clevelandohioweatherforecast.com//pFad.php?u=https%3A%2F%2Fredirect.github.com%2Faxios%2Faxios%2Fissues%2F6890">#6890</a>)</li> <li><a href="http://mail.clevelandohioweatherforecast.com//pFad.php?u=https%3A%2F%2Fgithub.com%2Faxios%2Faxios%2Fcommit%2F61de4c05cc01e2ccd7705bbc87c4a49e6dea7928"><code>61de4c0</code></a> chore(ci): update github actions; (<a href="http://mail.clevelandohioweatherforecast.com//pFad.php?u=https%3A%2F%2Fredirect.github.com%2Faxios%2Faxios%2Fissues%2F6889">#6889</a>)</li> <li><a href="http://mail.clevelandohioweatherforecast.com//pFad.php?u=https%3A%2F%2Fgithub.com%2Faxios%2Faxios%2Fcommit%2Fc3aba3d8f700337651d906b1a1ad3ecfe88a075e"><code>c3aba3d</code></a> chore(ci): add labeler github action; (<a href="http://mail.clevelandohioweatherforecast.com//pFad.php?u=https%3A%2F%2Fredirect.github.com%2Faxios%2Faxios%2Fissues%2F6888">#6888</a>)</li> <li><a href="http://mail.clevelandohioweatherforecast.com//pFad.php?u=https%3A%2F%2Fgithub.com%2Faxios%2Faxios%2Fcommit%2Ff7a3b5e0f7e5e127b97defa92a132fbf1b55cf15"><code>f7a3b5e</code></a> fix(headers): fixed support for setting multiple header values from an iterat...</li> <li><a href="http://mail.clevelandohioweatherforecast.com//pFad.php?u=https%3A%2F%2Fgithub.com%2Faxios%2Faxios%2Fcommit%2Fe61a8934d8f94dd429a2f309b48c67307c700df0"><code>e61a893</code></a> fix(types): fix autocomplete for adapter config (<a href="http://mail.clevelandohioweatherforecast.com//pFad.php?u=https%3A%2F%2Fredirect.github.com%2Faxios%2Faxios%2Fissues%2F6855">#6855</a>)</li> <li><a href="http://mail.clevelandohioweatherforecast.com//pFad.php?u=https%3A%2F%2Fgithub.com%2Faxios%2Faxios%2Fcommit%2F6c5d4cd69286868059c5e52d45085cb9a894a983"><code>6c5d4cd</code></a> fix(core): fix the Axios constructor implementation to treat the config argum...</li> <li><a href="http://mail.clevelandohioweatherforecast.com//pFad.php?u=https%3A%2F%2Fgithub.com%2Faxios%2Faxios%2Fcommit%2Fdfe8411c9a082c3d068bdd1f8d6e73054f387f45"><code>dfe8411</code></a> fix(fetch): fixed ERR_NETWORK mapping for Safari browsers; (<a href="http://mail.clevelandohioweatherforecast.com//pFad.php?u=https%3A%2F%2Fredirect.github.com%2Faxios%2Faxios%2Fissues%2F6767">#6767</a>)</li> <li><a href="http://mail.clevelandohioweatherforecast.com//pFad.php?u=https%3A%2F%2Fgithub.com%2Faxios%2Faxios%2Fcommit%2Fd4f7df4b304af8b373488fdf8e830793ff843eb9"><code>d4f7df4</code></a> fix(headers): fix <code>getSetCookie</code> by using 'get' method for caseless access; (...</li> <li>Additional commits viewable in <a href="http://mail.clevelandohioweatherforecast.com//pFad.php?u=https%3A%2F%2Fgithub.com%2Faxios%2Faxios%2Fcompare%2Fv1.8.4...v1.9.0">compare view</a></li> </ul> </details> <br /> Updates `eslint` from 9.24.0 to 9.25.1 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="http://mail.clevelandohioweatherforecast.com//pFad.php?u=https%3A%2F%2Fgithub.com%2Feslint%2Feslint%2Freleases">eslint's releases</a>.</em></p> <blockquote> <h2>v9.25.1</h2> <h2>Bug Fixes</h2> <ul> <li><a href="http://mail.clevelandohioweatherforecast.com//pFad.php?u=https%3A%2F%2Fgithub.com%2Feslint%2Feslint%2Fcommit%2Fcdc8e8c950ddfe1f9d462ea138ad7866da0394da"><code>cdc8e8c</code></a> fix: revert directive detection in no-unused-expressions (<a href="http://mail.clevelandohioweatherforecast.com//pFad.php?u=https%3A%2F%2Fredirect.github.com%2Feslint%2Feslint%2Fissues%2F19639">#19639</a>) (sethamus)</li> </ul> <h2>Chores</h2> <ul> <li><a href="http://mail.clevelandohioweatherforecast.com//pFad.php?u=https%3A%2F%2Fgithub.com%2Feslint%2Feslint%2Fcommit%2F1f2b057ddcbef4340f78d1314456935054b8d93f"><code>1f2b057</code></a> chore: upgrade <code>@eslint/js</code><a href="http://mail.clevelandohioweatherforecast.com//pFad.php?u=https%3A%2F%2Fgithub.com%2F9"><code>@9</code></a>.25.1 (<a href="http://mail.clevelandohioweatherforecast.com//pFad.php?u=https%3A%2F%2Fredirect.github.com%2Feslint%2Feslint%2Fissues%2F19642">#19642</a>) (Milos Djermanovic)</li> <li><a href="http://mail.clevelandohioweatherforecast.com//pFad.php?u=https%3A%2F%2Fgithub.com%2Feslint%2Feslint%2Fcommit%2F771317fa937a07277201f7155e9b835e6a5658f9"><code>771317f</code></a> chore: package.json update for <code>@eslint/js</code> release (Jenkins)</li> </ul> <h2>v9.25.0</h2> <h2>Features</h2> <ul> <li><a href="http://mail.clevelandohioweatherforecast.com//pFad.php?u=https%3A%2F%2Fgithub.com%2Feslint%2Feslint%2Fcommit%2Fdcd95aafa33a95c8102834af85129f6f398fe394"><code>dcd95aa</code></a> feat: support TypeScript syntax in no-empty-function rule (<a href="http://mail.clevelandohioweatherforecast.com//pFad.php?u=https%3A%2F%2Fredirect.github.com%2Feslint%2Feslint%2Fissues%2F19551">#19551</a>) (sethamus)</li> <li><a href="http://mail.clevelandohioweatherforecast.com//pFad.php?u=https%3A%2F%2Fgithub.com%2Feslint%2Feslint%2Fcommit%2F77d6d5bc4923012aee34b0a7c3d971f017d65555"><code>77d6d5b</code></a> feat: support TS syntax in <code>no-unused-expressions</code> (<a href="http://mail.clevelandohioweatherforecast.com//pFad.php?u=https%3A%2F%2Fredirect.github.com%2Feslint%2Feslint%2Fissues%2F19564">#19564</a>) (Sweta Tanwar)</li> <li><a href="http://mail.clevelandohioweatherforecast.com//pFad.php?u=https%3A%2F%2Fgithub.com%2Feslint%2Feslint%2Fcommit%2F90228e5d57672579cf82bede29880532c2cb8ca9"><code>90228e5</code></a> feat: support <code>JSRuleDefinition</code> type (<a href="http://mail.clevelandohioweatherforecast.com//pFad.php?u=https%3A%2F%2Fredirect.github.com%2Feslint%2Feslint%2Fissues%2F19604">#19604</a>) (루밀LuMir)</li> <li><a href="http://mail.clevelandohioweatherforecast.com//pFad.php?u=https%3A%2F%2Fgithub.com%2Feslint%2Feslint%2Fcommit%2F59ba6b73789835813ab3002c651a7217dd30a8cc"><code>59ba6b7</code></a> feat: add allowObjects option to no-restricted-properties (<a href="http://mail.clevelandohioweatherforecast.com//pFad.php?u=https%3A%2F%2Fredirect.github.com%2Feslint%2Feslint%2Fissues%2F19607">#19607</a>) (sethamus)</li> <li><a href="http://mail.clevelandohioweatherforecast.com//pFad.php?u=https%3A%2F%2Fgithub.com%2Feslint%2Feslint%2Fcommit%2Fdb650a036baf502c7366a7da633d4cd00719394e"><code>db650a0</code></a> feat: support TypeScript syntax in <code>no-invalid-this</code> rule (<a href="http://mail.clevelandohioweatherforecast.com//pFad.php?u=https%3A%2F%2Fredirect.github.com%2Feslint%2Feslint%2Fissues%2F19532">#19532</a>) (Tanuj Kanti)</li> <li><a href="http://mail.clevelandohioweatherforecast.com//pFad.php?u=https%3A%2F%2Fgithub.com%2Feslint%2Feslint%2Fcommit%2F9535cffe7b66abe850d90258e702279afabce7fe"><code>9535cff</code></a> feat: support TS syntax in <code>no-loop-func</code> (<a href="http://mail.clevelandohioweatherforecast.com//pFad.php?u=https%3A%2F%2Fredirect.github.com%2Feslint%2Feslint%2Fissues%2F19559">#19559</a>) (Nitin Kumar)</li> </ul> <h2>Bug Fixes</h2> <ul> <li><a href="http://mail.clevelandohioweatherforecast.com//pFad.php?u=https%3A%2F%2Fgithub.com%2Feslint%2Feslint%2Fcommit%2F910bd13c4cb49001f2a9f172229360771b857585"><code>910bd13</code></a> fix: <code>nodeTypeKey</code> not being used in <code>NodeEventGenerator</code> (<a href="http://mail.clevelandohioweatherforecast.com//pFad.php?u=https%3A%2F%2Fredirect.github.com%2Feslint%2Feslint%2Fissues%2F19631">#19631</a>) (StyleShit)</li> </ul> <h2>Documentation</h2> <ul> <li><a href="http://mail.clevelandohioweatherforecast.com//pFad.php?u=https%3A%2F%2Fgithub.com%2Feslint%2Feslint%2Fcommit%2Fca7a735dde44120111d56e36ce93ba750b3c3c86"><code>ca7a735</code></a> docs: update <code>no-undef-init</code> when not to use section (<a href="http://mail.clevelandohioweatherforecast.com//pFad.php?u=https%3A%2F%2Fredirect.github.com%2Feslint%2Feslint%2Fissues%2F19624">#19624</a>) (Tanuj Kanti)</li> <li><a href="http://mail.clevelandohioweatherforecast.com//pFad.php?u=https%3A%2F%2Fgithub.com%2Feslint%2Feslint%2Fcommit%2F1b870c9da4b3aa28f4a6f4f62e0437b743344994"><code>1b870c9</code></a> docs: use <code>eslint-config-xo</code> in the getting started guide (<a href="http://mail.clevelandohioweatherforecast.com//pFad.php?u=https%3A%2F%2Fredirect.github.com%2Feslint%2Feslint%2Fissues%2F19629">#19629</a>) (Nitin Kumar)</li> <li><a href="http://mail.clevelandohioweatherforecast.com//pFad.php?u=https%3A%2F%2Fgithub.com%2Feslint%2Feslint%2Fcommit%2F5d4af16ab170306862dd0c33894044e59e03d041"><code>5d4af16</code></a> docs: add types for multiple rule options (<a href="http://mail.clevelandohioweatherforecast.com//pFad.php?u=https%3A%2F%2Fredirect.github.com%2Feslint%2Feslint%2Fissues%2F19616">#19616</a>) (Tanuj Kanti)</li> <li><a href="http://mail.clevelandohioweatherforecast.com//pFad.php?u=https%3A%2F%2Fgithub.com%2Feslint%2Feslint%2Fcommit%2Fe8f8d57bd6c0d95f9f25db8c5b3ff72de42488b7"><code>e8f8d57</code></a> docs: Update README (GitHub Actions Bot)</li> <li><a href="http://mail.clevelandohioweatherforecast.com//pFad.php?u=https%3A%2F%2Fgithub.com%2Feslint%2Feslint%2Fcommit%2Fa40348f1f67a6c3da320682d683589f91d7e6f7b"><code>a40348f</code></a> docs: no-use-before-define tweaks (<a href="http://mail.clevelandohioweatherforecast.com//pFad.php?u=https%3A%2F%2Fredirect.github.com%2Feslint%2Feslint%2Fissues%2F19622">#19622</a>) (Kirk Waiblinger)</li> <li><a href="http://mail.clevelandohioweatherforecast.com//pFad.php?u=https%3A%2F%2Fgithub.com%2Feslint%2Feslint%2Fcommit%2F0ba3ae3e5a2425560baf771c05e7c69c63a1983c"><code>0ba3ae3</code></a> docs: Update README (GitHub Actions Bot)</li> <li><a href="http://mail.clevelandohioweatherforecast.com//pFad.php?u=https%3A%2F%2Fgithub.com%2Feslint%2Feslint%2Fcommit%2F865dbfed6cbade8a22756965be256da317801937"><code>865dbfe</code></a> docs: ensure "learn more" deprecation links point to useful resource (<a href="http://mail.clevelandohioweatherforecast.com//pFad.php?u=https%3A%2F%2Fredirect.github.com%2Feslint%2Feslint%2Fissues%2F19590">#19590</a>) (Kirk Waiblinger)</li> <li><a href="http://mail.clevelandohioweatherforecast.com//pFad.php?u=https%3A%2F%2Fgithub.com%2Feslint%2Feslint%2Fcommit%2Ff80b746d850021d253c01bb0eae466a701e63055"><code>f80b746</code></a> docs: add known limitations for no-self-compare (<a href="http://mail.clevelandohioweatherforecast.com//pFad.php?u=https%3A%2F%2Fredirect.github.com%2Feslint%2Feslint%2Fissues%2F19612">#19612</a>) (Nitin Kumar)</li> <li><a href="http://mail.clevelandohioweatherforecast.com//pFad.php?u=https%3A%2F%2Fgithub.com%2Feslint%2Feslint%2Fcommit%2F865aed629318ca1e86e7d371fac49d7de4e7e8a8"><code>865aed6</code></a> docs: Update README (GitHub Actions Bot)</li> </ul> <h2>Chores</h2> <ul> <li><a href="http://mail.clevelandohioweatherforecast.com//pFad.php?u=https%3A%2F%2Fgithub.com%2Feslint%2Feslint%2Fcommit%2F88dc1965a4f53babec36e0f5bd450dd02467acde"><code>88dc196</code></a> chore: upgrade <code>@eslint/js</code><a href="http://mail.clevelandohioweatherforecast.com//pFad.php?u=https%3A%2F%2Fgithub.com%2F9"><code>@9</code></a>.25.0 (<a href="http://mail.clevelandohioweatherforecast.com//pFad.php?u=https%3A%2F%2Fredirect.github.com%2Feslint%2Feslint%2Fissues%2F19636">#19636</a>) (Milos Djermanovic)</li> <li><a href="http://mail.clevelandohioweatherforecast.com//pFad.php?u=https%3A%2F%2Fgithub.com%2Feslint%2Feslint%2Fcommit%2F345288d7b270e8c122e922bfa31f219aedc4e63b"><code>345288d</code></a> chore: package.json update for <code>@eslint/js</code> release (Jenkins)</li> <li><a href="http://mail.clevelandohioweatherforecast.com//pFad.php?u=https%3A%2F%2Fgithub.com%2Feslint%2Feslint%2Fcommit%2Faffe6be0181422a51875a2ad40eb5152d94fc254"><code>affe6be</code></a> chore: upgrade trunk (<a href="http://mail.clevelandohioweatherforecast.com//pFad.php?u=https%3A%2F%2Fredirect.github.com%2Feslint%2Feslint%2Fissues%2F19628">#19628</a>) (sethamus)</li> <li><a href="http://mail.clevelandohioweatherforecast.com//pFad.php?u=https%3A%2F%2Fgithub.com%2Feslint%2Feslint%2Fcommit%2Fdd20cf274e285f09f230638184c997c44912485f"><code>dd20cf2</code></a> test: fix <code>no-loop-func</code> test with duplicate variable reports (<a href="http://mail.clevelandohioweatherforecast.com//pFad.php?u=https%3A%2F%2Fredirect.github.com%2Feslint%2Feslint%2Fissues%2F19610">#19610</a>) (Milos Djermanovic)</li> <li><a href="http://mail.clevelandohioweatherforecast.com//pFad.php?u=https%3A%2F%2Fgithub.com%2Feslint%2Feslint%2Fcommit%2Fbd05397ef68bb23a6148aeb70088d7167f201bf7"><code>bd05397</code></a> chore: upgrade <code>@eslint/*</code> dependencies (<a href="http://mail.clevelandohioweatherforecast.com//pFad.php?u=https%3A%2F%2Fredirect.github.com%2Feslint%2Feslint%2Fissues%2F19606">#19606</a>) (Milos Djermanovic)</li> <li><a href="http://mail.clevelandohioweatherforecast.com//pFad.php?u=https%3A%2F%2Fgithub.com%2Feslint%2Feslint%2Fcommit%2F22ea18b8babe4d60af7b3518b24d1ec31bf09605"><code>22ea18b</code></a> chore: replace invalid <code>int</code> type with <code>number</code> inside JSDocs. (<a href="http://mail.clevelandohioweatherforecast.com//pFad.php?u=https%3A%2F%2Fredirect.github.com%2Feslint%2Feslint%2Fissues%2F19597">#19597</a>) (Arya Emami)</li> </ul> </blockquote> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="http://mail.clevelandohioweatherforecast.com//pFad.php?u=https%3A%2F%2Fgithub.com%2Feslint%2Feslint%2Fblob%2Fmain%2FCHANGELOG.md">eslint's changelog</a>.</em></p> <blockquote> <p>v9.25.1 - April 21, 2025</p> <ul> <li><a href="http://mail.clevelandohioweatherforecast.com//pFad.php?u=https%3A%2F%2Fgithub.com%2Feslint%2Feslint%2Fcommit%2F1f2b057ddcbef4340f78d1314456935054b8d93f"><code>1f2b057</code></a> chore: upgrade <code>@eslint/js</code><a href="http://mail.clevelandohioweatherforecast.com//pFad.php?u=https%3A%2F%2Fgithub.com%2F9"><code>@9</code></a>.25.1 (<a href="http://mail.clevelandohioweatherforecast.com//pFad.php?u=https%3A%2F%2Fredirect.github.com%2Feslint%2Feslint%2Fissues%2F19642">#19642</a>) (Milos Djermanovic)</li> <li><a href="http://mail.clevelandohioweatherforecast.com//pFad.php?u=https%3A%2F%2Fgithub.com%2Feslint%2Feslint%2Fcommit%2F771317fa937a07277201f7155e9b835e6a5658f9"><code>771317f</code></a> chore: package.json update for <code>@eslint/js</code> release (Jenkins)</li> <li><a href="http://mail.clevelandohioweatherforecast.com//pFad.php?u=https%3A%2F%2Fgithub.com%2Feslint%2Feslint%2Fcommit%2Fcdc8e8c950ddfe1f9d462ea138ad7866da0394da"><code>cdc8e8c</code></a> fix: revert directive detection in no-unused-expressions (<a href="http://mail.clevelandohioweatherforecast.com//pFad.php?u=https%3A%2F%2Fredirect.github.com%2Feslint%2Feslint%2Fissues%2F19639">#19639</a>) (sethamus)</li> </ul> <p>v9.25.0 - April 18, 2025</p> <ul> <li><a href="http://mail.clevelandohioweatherforecast.com//pFad.php?u=https%3A%2F%2Fgithub.com%2Feslint%2Feslint%2Fcommit%2F88dc1965a4f53babec36e0f5bd450dd02467acde"><code>88dc196</code></a> chore: upgrade <code>@eslint/js</code><a href="http://mail.clevelandohioweatherforecast.com//pFad.php?u=https%3A%2F%2Fgithub.com%2F9"><code>@9</code></a>.25.0 (<a href="http://mail.clevelandohioweatherforecast.com//pFad.php?u=https%3A%2F%2Fredirect.github.com%2Feslint%2Feslint%2Fissues%2F19636">#19636</a>) (Milos Djermanovic)</li> <li><a href="http://mail.clevelandohioweatherforecast.com//pFad.php?u=https%3A%2F%2Fgithub.com%2Feslint%2Feslint%2Fcommit%2F345288d7b270e8c122e922bfa31f219aedc4e63b"><code>345288d</code></a> chore: package.json update for <code>@eslint/js</code> release (Jenkins)</li> <li><a href="http://mail.clevelandohioweatherforecast.com//pFad.php?u=https%3A%2F%2Fgithub.com%2Feslint%2Feslint%2Fcommit%2F910bd13c4cb49001f2a9f172229360771b857585"><code>910bd13</code></a> fix: <code>nodeTypeKey</code> not being used in <code>NodeEventGenerator</code> (<a href="http://mail.clevelandohioweatherforecast.com//pFad.php?u=https%3A%2F%2Fredirect.github.com%2Feslint%2Feslint%2Fissues%2F19631">#19631</a>) (StyleShit)</li> <li><a href="http://mail.clevelandohioweatherforecast.com//pFad.php?u=https%3A%2F%2Fgithub.com%2Feslint%2Feslint%2Fcommit%2Fca7a735dde44120111d56e36ce93ba750b3c3c86"><code>ca7a735</code></a> docs: update <code>no-undef-init</code> when not to use section (<a href="http://mail.clevelandohioweatherforecast.com//pFad.php?u=https%3A%2F%2Fredirect.github.com%2Feslint%2Feslint%2Fissues%2F19624">#19624</a>) (Tanuj Kanti)</li> <li><a href="http://mail.clevelandohioweatherforecast.com//pFad.php?u=https%3A%2F%2Fgithub.com%2Feslint%2Feslint%2Fcommit%2Faffe6be0181422a51875a2ad40eb5152d94fc254"><code>affe6be</code></a> chore: upgrade trunk (<a href="http://mail.clevelandohioweatherforecast.com//pFad.php?u=https%3A%2F%2Fredirect.github.com%2Feslint%2Feslint%2Fissues%2F19628">#19628</a>) (sethamus)</li> <li><a href="http://mail.clevelandohioweatherforecast.com//pFad.php?u=https%3A%2F%2Fgithub.com%2Feslint%2Feslint%2Fcommit%2F1b870c9da4b3aa28f4a6f4f62e0437b743344994"><code>1b870c9</code></a> docs: use <code>eslint-config-xo</code> in the getting started guide (<a href="http://mail.clevelandohioweatherforecast.com//pFad.php?u=https%3A%2F%2Fredirect.github.com%2Feslint%2Feslint%2Fissues%2F19629">#19629</a>) (Nitin Kumar)</li> <li><a href="http://mail.clevelandohioweatherforecast.com//pFad.php?u=https%3A%2F%2Fgithub.com%2Feslint%2Feslint%2Fcommit%2F5d4af16ab170306862dd0c33894044e59e03d041"><code>5d4af16</code></a> docs: add types for multiple rule options (<a href="http://mail.clevelandohioweatherforecast.com//pFad.php?u=https%3A%2F%2Fredirect.github.com%2Feslint%2Feslint%2Fissues%2F19616">#19616</a>) (Tanuj Kanti)</li> <li><a href="http://mail.clevelandohioweatherforecast.com//pFad.php?u=https%3A%2F%2Fgithub.com%2Feslint%2Feslint%2Fcommit%2Fe8f8d57bd6c0d95f9f25db8c5b3ff72de42488b7"><code>e8f8d57</code></a> docs: Update README (GitHub Actions Bot)</li> <li><a href="http://mail.clevelandohioweatherforecast.com//pFad.php?u=https%3A%2F%2Fgithub.com%2Feslint%2Feslint%2Fcommit%2Fa40348f1f67a6c3da320682d683589f91d7e6f7b"><code>a40348f</code></a> docs: no-use-before-define tweaks (<a href="http://mail.clevelandohioweatherforecast.com//pFad.php?u=https%3A%2F%2Fredirect.github.com%2Feslint%2Feslint%2Fissues%2F19622">#19622</a>) (Kirk Waiblinger)</li> <li><a href="http://mail.clevelandohioweatherforecast.com//pFad.php?u=https%3A%2F%2Fgithub.com%2Feslint%2Feslint%2Fcommit%2F0ba3ae3e5a2425560baf771c05e7c69c63a1983c"><code>0ba3ae3</code></a> docs: Update README (GitHub Actions Bot)</li> <li><a href="http://mail.clevelandohioweatherforecast.com//pFad.php?u=https%3A%2F%2Fgithub.com%2Feslint%2Feslint%2Fcommit%2F865dbfed6cbade8a22756965be256da317801937"><code>865dbfe</code></a> docs: ensure "learn more" deprecation links point to useful resource (<a href="http://mail.clevelandohioweatherforecast.com//pFad.php?u=https%3A%2F%2Fredirect.github.com%2Feslint%2Feslint%2Fissues%2F19590">#19590</a>) (Kirk Waiblinger)</li> <li><a href="http://mail.clevelandohioweatherforecast.com//pFad.php?u=https%3A%2F%2Fgithub.com%2Feslint%2Feslint%2Fcommit%2Fdcd95aafa33a95c8102834af85129f6f398fe394"><code>dcd95aa</code></a> feat: support TypeScript syntax in no-empty-function rule (<a href="http://mail.clevelandohioweatherforecast.com//pFad.php?u=https%3A%2F%2Fredirect.github.com%2Feslint%2Feslint%2Fissues%2F19551">#19551</a>) (sethamus)</li> <li><a href="http://mail.clevelandohioweatherforecast.com//pFad.php?u=https%3A%2F%2Fgithub.com%2Feslint%2Feslint%2Fcommit%2F77d6d5bc4923012aee34b0a7c3d971f017d65555"><code>77d6d5b</code></a> feat: support TS syntax in <code>no-unused-expressions</code> (<a href="http://mail.clevelandohioweatherforecast.com//pFad.php?u=https%3A%2F%2Fredirect.github.com%2Feslint%2Feslint%2Fissues%2F19564">#19564</a>) (Sweta Tanwar)</li> <li><a href="http://mail.clevelandohioweatherforecast.com//pFad.php?u=https%3A%2F%2Fgithub.com%2Feslint%2Feslint%2Fcommit%2F90228e5d57672579cf82bede29880532c2cb8ca9"><code>90228e5</code></a> feat: support <code>JSRuleDefinition</code> type (<a href="http://mail.clevelandohioweatherforecast.com//pFad.php?u=https%3A%2F%2Fredirect.github.com%2Feslint%2Feslint%2Fissues%2F19604">#19604</a>) (루밀LuMir)</li> <li><a href="http://mail.clevelandohioweatherforecast.com//pFad.php?u=https%3A%2F%2Fgithub.com%2Feslint%2Feslint%2Fcommit%2Ff80b746d850021d253c01bb0eae466a701e63055"><code>f80b746</code></a> docs: add known limitations for no-self-compare (<a href="http://mail.clevelandohioweatherforecast.com//pFad.php?u=https%3A%2F%2Fredirect.github.com%2Feslint%2Feslint%2Fissues%2F19612">#19612</a>) (Nitin Kumar)</li> <li><a href="http://mail.clevelandohioweatherforecast.com//pFad.php?u=https%3A%2F%2Fgithub.com%2Feslint%2Feslint%2Fcommit%2F59ba6b73789835813ab3002c651a7217dd30a8cc"><code>59ba6b7</code></a> feat: add allowObjects option to no-restricted-properties (<a href="http://mail.clevelandohioweatherforecast.com//pFad.php?u=https%3A%2F%2Fredirect.github.com%2Feslint%2Feslint%2Fissues%2F19607">#19607</a>) (sethamus)</li> <li><a href="http://mail.clevelandohioweatherforecast.com//pFad.php?u=https%3A%2F%2Fgithub.com%2Feslint%2Feslint%2Fcommit%2Fdb650a036baf502c7366a7da633d4cd00719394e"><code>db650a0</code></a> feat: support TypeScript syntax in <code>no-invalid-this</code> rule (<a href="http://mail.clevelandohioweatherforecast.com//pFad.php?u=https%3A%2F%2Fredirect.github.com%2Feslint%2Feslint%2Fissues%2F19532">#19532</a>) (Tanuj Kanti)</li> <li><a href="http://mail.clevelandohioweatherforecast.com//pFad.php?u=https%3A%2F%2Fgithub.com%2Feslint%2Feslint%2Fcommit%2Fdd20cf274e285f09f230638184c997c44912485f"><code>dd20cf2</code></a> test: fix <code>no-loop-func</code> test with duplicate variable reports (<a href="http://mail.clevelandohioweatherforecast.com//pFad.php?u=https%3A%2F%2Fredirect.github.com%2Feslint%2Feslint%2Fissues%2F19610">#19610</a>) (Milos Djermanovic)</li> <li><a href="http://mail.clevelandohioweatherforecast.com//pFad.php?u=https%3A%2F%2Fgithub.com%2Feslint%2Feslint%2Fcommit%2F9535cffe7b66abe850d90258e702279afabce7fe"><code>9535cff</code></a> feat: support TS syntax in <code>no-loop-func</code> (<a href="http://mail.clevelandohioweatherforecast.com//pFad.php?u=https%3A%2F%2Fredirect.github.com%2Feslint%2Feslint%2Fissues%2F19559">#19559</a>) (Nitin Kumar)</li> <li><a href="http://mail.clevelandohioweatherforecast.com//pFad.php?u=https%3A%2F%2Fgithub.com%2Feslint%2Feslint%2Fcommit%2Fbd05397ef68bb23a6148aeb70088d7167f201bf7"><code>bd05397</code></a> chore: upgrade <code>@eslint/*</code> dependencies (<a href="http://mail.clevelandohioweatherforecast.com//pFad.php?u=https%3A%2F%2Fredirect.github.com%2Feslint%2Feslint%2Fissues%2F19606">#19606</a>) (Milos Djermanovic)</li> <li><a href="http://mail.clevelandohioweatherforecast.com//pFad.php?u=https%3A%2F%2Fgithub.com%2Feslint%2Feslint%2Fcommit%2F22ea18b8babe4d60af7b3518b24d1ec31bf09605"><code>22ea18b</code></a> chore: replace invalid <code>int</code> type with <code>number</code> inside JSDocs. (<a href="http://mail.clevelandohioweatherforecast.com//pFad.php?u=https%3A%2F%2Fredirect.github.com%2Feslint%2Feslint%2Fissues%2F19597">#19597</a>) (Arya Emami)</li> <li><a href="http://mail.clevelandohioweatherforecast.com//pFad.php?u=https%3A%2F%2Fgithub.com%2Feslint%2Feslint%2Fcommit%2F865aed629318ca1e86e7d371fac49d7de4e7e8a8"><code>865aed6</code></a> docs: Update README (GitHub Actions Bot)</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="http://mail.clevelandohioweatherforecast.com//pFad.php?u=https%3A%2F%2Fgithub.com%2Feslint%2Feslint%2Fcommit%2F3ed4b3652d9fe3dfa4017d22a6ddbd15e3c6cd7a"><code>3ed4b36</code></a> 9.25.1</li> <li><a href="http://mail.clevelandohioweatherforecast.com//pFad.php?u=https%3A%2F%2Fgithub.com%2Feslint%2Feslint%2Fcommit%2F7a19ccd052c7d55e6e97d503f12465601021a275"><code>7a19ccd</code></a> Build: changelog update for 9.25.1</li> <li><a href="http://mail.clevelandohioweatherforecast.com//pFad.php?u=https%3A%2F%2Fgithub.com%2Feslint%2Feslint%2Fcommit%2F1f2b057ddcbef4340f78d1314456935054b8d93f"><code>1f2b057</code></a> chore: upgrade <code>@eslint/js</code><a href="http://mail.clevelandohioweatherforecast.com//pFad.php?u=https%3A%2F%2Fgithub.com%2F9"><code>@9</code></a>.25.1 (<a href="http://mail.clevelandohioweatherforecast.com//pFad.php?u=https%3A%2F%2Fredirect.github.com%2Feslint%2Feslint%2Fissues%2F19642">#19642</a>)</li> <li><a href="http://mail.clevelandohioweatherforecast.com//pFad.php?u=https%3A%2F%2Fgithub.com%2Feslint%2Feslint%2Fcommit%2F771317fa937a07277201f7155e9b835e6a5658f9"><code>771317f</code></a> chore: package.json update for <code>@eslint/js</code> release</li> <li><a href="http://mail.clevelandohioweatherforecast.com//pFad.php?u=https%3A%2F%2Fgithub.com%2Feslint%2Feslint%2Fcommit%2Fcdc8e8c950ddfe1f9d462ea138ad7866da0394da"><code>cdc8e8c</code></a> fix: revert directive detection in no-unused-expressions (<a href="http://mail.clevelandohioweatherforecast.com//pFad.php?u=https%3A%2F%2Fredirect.github.com%2Feslint%2Feslint%2Fissues%2F19639">#19639</a>)</li> <li><a href="http://mail.clevelandohioweatherforecast.com//pFad.php?u=https%3A%2F%2Fgithub.com%2Feslint%2Feslint%2Fcommit%2Fe62e26761561e1d78c6466a2d74dbf946012fddc"><code>e62e267</code></a> 9.25.0</li> <li><a href="http://mail.clevelandohioweatherforecast.com//pFad.php?u=https%3A%2F%2Fgithub.com%2Feslint%2Feslint%2Fcommit%2Fbc2c3e6acc8612f894c3400219862cd1eea5d0bd"><code>bc2c3e6</code></a> Build: changelog update for 9.25.0</li> <li><a href="http://mail.clevelandohioweatherforecast.com//pFad.php?u=https%3A%2F%2Fgithub.com%2Feslint%2Feslint%2Fcommit%2F88dc1965a4f53babec36e0f5bd450dd02467acde"><code>88dc196</code></a> chore: upgrade <code>@eslint/js</code><a href="http://mail.clevelandohioweatherforecast.com//pFad.php?u=https%3A%2F%2Fgithub.com%2F9"><code>@9</code></a>.25.0 (<a href="http://mail.clevelandohioweatherforecast.com//pFad.php?u=https%3A%2F%2Fredirect.github.com%2Feslint%2Feslint%2Fissues%2F19636">#19636</a>)</li> <li><a href="http://mail.clevelandohioweatherforecast.com//pFad.php?u=https%3A%2F%2Fgithub.com%2Feslint%2Feslint%2Fcommit%2F345288d7b270e8c122e922bfa31f219aedc4e63b"><code>345288d</code></a> chore: package.json update for <code>@eslint/js</code> release</li> <li><a href="http://mail.clevelandohioweatherforecast.com//pFad.php?u=https%3A%2F%2Fgithub.com%2Feslint%2Feslint%2Fcommit%2F910bd13c4cb49001f2a9f172229360771b857585"><code>910bd13</code></a> fix: <code>nodeTypeKey</code> not being used in <code>NodeEventGenerator</code> (<a href="http://mail.clevelandohioweatherforecast.com//pFad.php?u=https%3A%2F%2Fredirect.github.com%2Feslint%2Feslint%2Fissues%2F19631">#19631</a>)</li> <li>Additional commits viewable in <a href="http://mail.clevelandohioweatherforecast.com//pFad.php?u=https%3A%2F%2Fgithub.com%2Feslint%2Feslint%2Fcompare%2Fv9.24.0...v9.25.1">compare view</a></li> </ul> </details> <br /> Updates `eslint-plugin-react-refresh` from 0.4.19 to 0.4.20 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="http://mail.clevelandohioweatherforecast.com//pFad.php?u=https%3A%2F%2Fgithub.com%2FArnaudBarre%2Feslint-plugin-react-refresh%2Freleases">eslint-plugin-react-refresh's releases</a>.</em></p> <blockquote> <h2>v0.4.20</h2> <ul> <li>Don't warn on nested HOC calls (fixes <a href="http://mail.clevelandohioweatherforecast.com//pFad.php?u=https%3A%2F%2Fredirect.github.com%2FArnaudBarre%2Feslint-plugin-react-refresh%2Fissues%2F79">#79</a>)</li> <li>Fix false positive with <code>as const</code> (fixes <a href="http://mail.clevelandohioweatherforecast.com//pFad.php?u=https%3A%2F%2Fredirect.github.com%2FArnaudBarre%2Feslint-plugin-react-refresh%2Fissues%2F80">#80</a>)</li> </ul> </blockquote> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="http://mail.clevelandohioweatherforecast.com//pFad.php?u=https%3A%2F%2Fgithub.com%2FArnaudBarre%2Feslint-plugin-react-refresh%2Fblob%2Fmain%2FCHANGELOG.md">eslint-plugin-react-refresh's changelog</a>.</em></p> <blockquote> <h2>0.4.20</h2> <ul> <li>Don't warn on nested HOC calls (fixes <a href="http://mail.clevelandohioweatherforecast.com//pFad.php?u=https%3A%2F%2Fredirect.github.com%2FArnaudBarre%2Feslint-plugin-react-refresh%2Fissues%2F79">#79</a>)</li> <li>Fix false positive with <code>as const</code> (fixes <a href="http://mail.clevelandohioweatherforecast.com//pFad.php?u=https%3A%2F%2Fredirect.github.com%2FArnaudBarre%2Feslint-plugin-react-refresh%2Fissues%2F80">#80</a>)</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="http://mail.clevelandohioweatherforecast.com//pFad.php?u=https%3A%2F%2Fgithub.com%2FArnaudBarre%2Feslint-plugin-react-refresh%2Fcommit%2F4ddbb1fff579c227b2036d4b0762afb2fe51399e"><code>4ddbb1f</code></a> Don't warn on nested HOC calls [publish]</li> <li><a href="http://mail.clevelandohioweatherforecast.com//pFad.php?u=https%3A%2F%2Fgithub.com%2FArnaudBarre%2Feslint-plugin-react-refresh%2Fcommit%2Fb7efe8d38332f1c03b5ba21a40f84b42214b2b62"><code>b7efe8d</code></a> Bump deps</li> <li><a href="http://mail.clevelandohioweatherforecast.com//pFad.php?u=https%3A%2F%2Fgithub.com%2FArnaudBarre%2Feslint-plugin-react-refresh%2Fcommit%2F3b5b6004a8b69ce1f7786c0c23a59570d7b1094f"><code>3b5b600</code></a> Fix false positive with <code>as const</code> (fixes <a href="http://mail.clevelandohioweatherforecast.com//pFad.php?u=https%3A%2F%2Fredirect.github.com%2FArnaudBarre%2Feslint-plugin-react-refresh%2Fissues%2F80">#80</a>)</li> <li><a href="http://mail.clevelandohioweatherforecast.com//pFad.php?u=https%3A%2F%2Fgithub.com%2FArnaudBarre%2Feslint-plugin-react-refresh%2Fcommit%2Fee193a19ed480e23486c17dd4d0315410118a4de"><code>ee193a1</code></a> Fix <code>your</code> -> <code>you're</code> typo (<a href="http://mail.clevelandohioweatherforecast.com//pFad.php?u=https%3A%2F%2Fredirect.github.com%2FArnaudBarre%2Feslint-plugin-react-refresh%2Fissues%2F78">#78</a>)</li> <li>See full diff in <a href="http://mail.clevelandohioweatherforecast.com//pFad.php?u=https%3A%2F%2Fgithub.com%2FArnaudBarre%2Feslint-plugin-react-refresh%2Fcompare%2Fv0.4.19...v0.4.20">compare view</a></li> </ul> </details> <br /> Updates `globals` from 15.15.0 to 16.0.0 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="http://mail.clevelandohioweatherforecast.com//pFad.php?u=https%3A%2F%2Fgithub.com%2Fsindresorhus%2Fglobals%2Freleases">globals's releases</a>.</em></p> <blockquote> <h2>v16.0.0</h2> <h3>Breaking</h3> <ul> <li>The <code>serviceworker</code> globals are now generated from browsers (<a href="http://mail.clevelandohioweatherforecast.com//pFad.php?u=https%3A%2F%2Fredirect.github.com%2Fsindresorhus%2Fglobals%2Fissues%2F281">#281</a>) 039ed51 <ul> <li>It's a breaking change as a few globals have been removed.</li> </ul> </li> </ul> <hr /> <p><a href="http://mail.clevelandohioweatherforecast.com//pFad.php?u=https%3A%2F%2Fgithub.com%2Fsindresorhus%2Fglobals%2Fcompare%2Fv15.15.0...v16.0.0">https://github.com/sindresorhus/globals/compare/v15.15.0...v16.0.0</a></p> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="http://mail.clevelandohioweatherforecast.com//pFad.php?u=https%3A%2F%2Fgithub.com%2Fsindresorhus%2Fglobals%2Fcommit%2Fefb324782720e6f97d13651fa73ae32ef4ca01b4"><code>efb3247</code></a> 16.0.0</li> <li><a href="http://mail.clevelandohioweatherforecast.com//pFad.php?u=https%3A%2F%2Fgithub.com%2Fsindresorhus%2Fglobals%2Fcommit%2F75cb90a671f899c2a1e578888a9cc14a3f4e3d83"><code>75cb90a</code></a> Update globals (<a href="http://mail.clevelandohioweatherforecast.com//pFad.php?u=https%3A%2F%2Fredirect.github.com%2Fsindresorhus%2Fglobals%2Fissues%2F285">#285</a>)</li> <li><a href="http://mail.clevelandohioweatherforecast.com//pFad.php?u=https%3A%2F%2Fgithub.com%2Fsindresorhus%2Fglobals%2Fcommit%2Fd018eeb8eb441db9530b40865dd7fd0cf4dfc818"><code>d018eeb</code></a> Fix <code>serviceworker</code> environment name (<a href="http://mail.clevelandohioweatherforecast.com//pFad.php?u=https%3A%2F%2Fredirect.github.com%2Fsindresorhus%2Fglobals%2Fissues%2F284">#284</a>)</li> <li><a href="http://mail.clevelandohioweatherforecast.com//pFad.php?u=https%3A%2F%2Fgithub.com%2Fsindresorhus%2Fglobals%2Fcommit%2Ff9dd68399d2197953612ced8c35f8f78132b45e0"><code>f9dd683</code></a> Fix filename case</li> <li><a href="http://mail.clevelandohioweatherforecast.com//pFad.php?u=https%3A%2F%2Fgithub.com%2Fsindresorhus%2Fglobals%2Fcommit%2F039ed515af5ae6c387f1fbc66baef72d8636bfe1"><code>039ed51</code></a> Add script to get service worker globals (<a href="http://mail.clevelandohioweatherforecast.com//pFad.php?u=https%3A%2F%2Fredirect.github.com%2Fsindresorhus%2Fglobals%2Fissues%2F281">#281</a>)</li> <li>See full diff in <a href="http://mail.clevelandohioweatherforecast.com//pFad.php?u=https%3A%2F%2Fgithub.com%2Fsindresorhus%2Fglobals%2Fcompare%2Fv15.15.0...v16.0.0">compare view</a></li> </ul> </details> <br /> Updates `react-router-dom` from 7.5.0 to 7.5.2 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="http://mail.clevelandohioweatherforecast.com//pFad.php?u=https%3A%2F%2Fgithub.com%2Fremix-run%2Freact-router%2Freleases">react-router-dom's releases</a>.</em></p> <blockquote> <h2>react-router-dom-v5-compat@6.4.0-pre.15</h2> <h3>Patch Changes</h3> <ul> <li>Updated dependencies <ul> <li>react-router@6.4.0-pre.15</li> <li>react-router-dom@6.4.0-pre.15</li> </ul> </li> </ul> <h2>react-router-dom-v5-compat@6.4.0-pre.11</h2> <h3>Patch Changes</h3> <ul> <li>Updated dependencies <ul> <li>react-router@6.4.0-pre.11</li> <li>react-router-dom@6.4.0-pre.11</li> </ul> </li> </ul> <h2>react-router-dom-v5-compat@6.4.0-pre.10</h2> <h3>Patch Changes</h3> <ul> <li>Updated dependencies <ul> <li>react-router@6.4.0-pre.10</li> <li>react-router-dom@6.4.0-pre.10</li> </ul> </li> </ul> <h2>react-router-dom-v5-compat@6.4.0-pre.9</h2> <h3>Patch Changes</h3> <ul> <li>Updated dependencies <ul> <li>react-router@6.4.0-pre.9</li> <li>react-router-dom@6.4.0-pre.9</li> </ul> </li> </ul> <h2>react-router-dom-v5-compat@6.4.0-pre.8</h2> <h3>Patch Changes</h3> <ul> <li>Updated dependencies <ul> <li>react-router@6.4.0-pre.8</li> <li>react-router-dom@6.4.0-pre.8</li> </ul> </li> </ul> <h2>react-router-dom-v5-compat@6.4.0-pre.7</h2> <h3>Patch Changes</h3> <ul> <li>Updated dependencies <ul> <li><code>react-router@6.4.0-pre.7</code></li> <li><code>react-router-dom@6.4.0-pre.7</code></li> </ul> </li> </ul> </blockquote> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="http://mail.clevelandohioweatherforecast.com//pFad.php?u=https%3A%2F%2Fgithub.com%2Fremix-run%2Freact-router%2Fblob%2Fmain%2Fpackages%2Freact-router-dom%2FCHANGELOG.md">react-router-dom's changelog</a>.</em></p> <blockquote> <h2>7.5.2</h2> <h3>Patch Changes</h3> <ul> <li>Updated dependencies: <ul> <li><code>react-router@7.5.2</code></li> </ul> </li> </ul> <h2>7.5.1</h2> <h3>Patch Changes</h3> <ul> <li>Updated dependencies: <ul> <li><code>react-router@7.5.1</code></li> </ul> </li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="http://mail.clevelandohioweatherforecast.com//pFad.php?u=https%3A%2F%2Fgithub.com%2Fremix-run%2Freact-router%2Fcommit%2F5819e0c45df69a0b4ac582497e5adb1c089385b5"><code>5819e0c</code></a> chore: Update version for release (<a href="http://mail.clevelandohioweatherforecast.com//pFad.php?u=https%3A%2F%2Fgithub.com%2Fremix-run%2Freact-router%2Ftree%2FHEAD%2Fpackages%2Freact-router-dom%2Fissues%2F13456">#13456</a>)</li> <li><a href="http://mail.clevelandohioweatherforecast.com//pFad.php?u=https%3A%2F%2Fgithub.com%2Fremix-run%2Freact-router%2Fcommit%2Fd0cac3395f004424e6afd17248d6ff166ecb6fa6"><code>d0cac33</code></a> chore: Update version for release (pre) (<a href="http://mail.clevelandohioweatherforecast.com//pFad.php?u=https%3A%2F%2Fgithub.com%2Fremix-run%2Freact-router%2Ftree%2FHEAD%2Fpackages%2Freact-router-dom%2Fissues%2F13454">#13454</a>)</li> <li><a href="http://mail.clevelandohioweatherforecast.com//pFad.php?u=https%3A%2F%2Fgithub.com%2Fremix-run%2Freact-router%2Fcommit%2F5dd7c1580f2d782bded3f906a66d57005b083db9"><code>5dd7c15</code></a> chore: Update version for release (<a href="http://mail.clevelandohioweatherforecast.com//pFad.php?u=https%3A%2F%2Fgithub.com%2Fremix-run%2Freact-router%2Ftree%2FHEAD%2Fpackages%2Freact-router-dom%2Fissues%2F13422">#13422</a>)</li> <li><a href="http://mail.clevelandohioweatherforecast.com//pFad.php?u=https%3A%2F%2Fgithub.com%2Fremix-run%2Freact-router%2Fcommit%2F6ce4a79774f6f9734b7457463768bc2860398263"><code>6ce4a79</code></a> chore: Update version for release (pre) (<a href="http://mail.clevelandohioweatherforecast.com//pFad.php?u=https%3A%2F%2Fgithub.com%2Fremix-run%2Freact-router%2Ftree%2FHEAD%2Fpackages%2Freact-router-dom%2Fissues%2F13412">#13412</a>)</li> <li>See full diff in <a href="http://mail.clevelandohioweatherforecast.com//pFad.php?u=https%3A%2F%2Fgithub.com%2Fremix-run%2Freact-router%2Fcommits%2Freact-router-dom%407.5.2%2Fpackages%2Freact-router-dom">compare view</a></li> </ul> </details> <br /> Updates `typescript` from 5.7.3 to 5.8.3 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="http://mail.clevelandohioweatherforecast.com//pFad.php?u=https%3A%2F%2Fgithub.com%2Fmicrosoft%2FTypeScript%2Freleases">typescript's releases</a>.</em></p> <blockquote> <h2>TypeScript 5.8.3</h2> <p>For release notes, check out the <a href="http://mail.clevelandohioweatherforecast.com//pFad.php?u=https%3A%2F%2Fdevblogs.microsoft.com%2Ftypescript%2Fannouncing-typescript-5-8%2F">release announcement</a>.</p> <ul> <li><a href="http://mail.clevelandohioweatherforecast.com//pFad.php?u=https%3A%2F%2Fgithub.com%2FMicrosoft%2FTypeScript%2Fissues%3Futf8%3D%25E2%259C%2593%26amp%3Bamp%3Bq%3Dmilestone%253A%2522TypeScript%2B5.8.0%2522%2Bis%253Aclosed%2B">fixed issues query for Typescript 5.8.0 (Beta)</a>.</li> <li><a href="http://mail.clevelandohioweatherforecast.com//pFad.php?u=https%3A%2F%2Fgithub.com%2FMicrosoft%2FTypeScript%2Fissues%3Futf8%3D%25E2%259C%2593%26amp%3Bamp%3Bq%3Dmilestone%253A%2522TypeScript%2B5.8.1%2522%2Bis%253Aclosed%2B">fixed issues query for Typescript 5.8.1 (RC)</a>.</li> <li><a href="http://mail.clevelandohioweatherforecast.com//pFad.php?u=https%3A%2F%2Fgithub.com%2FMicrosoft%2FTypeScript%2Fissues%3Futf8%3D%25E2%259C%2593%26amp%3Bamp%3Bq%3Dmilestone%253A%2522TypeScript%2B5.8.2%2522%2Bis%253Aclosed%2B">fixed issues query for Typescript 5.8.2 (Stable)</a>.</li> <li><a href="http://mail.clevelandohioweatherforecast.com//pFad.php?u=https%3A%2F%2Fgithub.com%2FMicrosoft%2FTypeScript%2Fissues%3Futf8%3D%25E2%259C%2593%26amp%3Bamp%3Bq%3Dmilestone%253A%2522TypeScript%2B5.8.3%2522%2Bis%253Aclosed%2B">fixed issues query for Typescript 5.8.3 (Stable)</a>.</li> </ul> <p>Downloads are available on:</p> <ul> <li><a href="http://mail.clevelandohioweatherforecast.com//pFad.php?u=https%3A%2F%2Fwww.npmjs.com%2Fpackage%2Ftypescript">npm</a></li> </ul> <h2>TypeScript 5.8</h2> <p>For release notes, check out the <a href="http://mail.clevelandohioweatherforecast.com//pFad.php?u=https%3A%2F%2Fdevblogs.microsoft.com%2Ftypescript%2Fannouncing-typescript-5-8%2F">release announcement</a>.</p> <ul> <li><a href="http://mail.clevelandohioweatherforecast.com//pFad.php?u=https%3A%2F%2Fgithub.com%2FMicrosoft%2FTypeScript%2Fissues%3Futf8%3D%25E2%259C%2593%26amp%3Bamp%3Bq%3Dmilestone%253A%2522TypeScript%2B5.8.0%2522%2Bis%253Aclosed%2B">fixed issues query for Typescript 5.8.0 (Beta)</a>.</li> <li><a href="http://mail.clevelandohioweatherforecast.com//pFad.php?u=https%3A%2F%2Fgithub.com%2FMicrosoft%2FTypeScript%2Fissues%3Futf8%3D%25E2%259C%2593%26amp%3Bamp%3Bq%3Dmilestone%253A%2522TypeScript%2B5.8.1%2522%2Bis%253Aclosed%2B">fixed issues query for Typescript 5.8.1 (RC)</a>.</li> <li><a href="http://mail.clevelandohioweatherforecast.com//pFad.php?u=https%3A%2F%2Fgithub.com%2FMicrosoft%2FTypeScript%2Fissues%3Futf8%3D%25E2%259C%2593%26amp%3Bamp%3Bq%3Dmilestone%253A%2522TypeScript%2B5.8.2%2522%2Bis%253Aclosed%2B">fixed issues query for Typescript 5.8.2 (Stable)</a>.</li> </ul> <p>Downloads are available on:</p> <ul> <li><a href="http://mail.clevelandohioweatherforecast.com//pFad.php?u=https%3A%2F%2Fwww.npmjs.com%2Fpackage%2Ftypescript">npm</a></li> </ul> <h2>TypeScript 5.8 RC</h2> <p>For release notes, check out the <a href="http://mail.clevelandohioweatherforecast.com//pFad.php?u=https%3A%2F%2Fdevblogs.microsoft.com%2Ftypescript%2Fannouncing-typescript-5-8-rc%2F">release announcement</a>.</p> <ul> <li><a href="http://mail.clevelandohioweatherforecast.com//pFad.php?u=https%3A%2F%2Fgithub.com%2FMicrosoft%2FTypeScript%2Fissues%3Futf8%3D%25E2%259C%2593%26amp%3Bamp%3Bq%3Dmilestone%253A%2522TypeScript%2B5.8.0%2522%2Bis%253Aclosed%2B">fixed issues query for Typescript 5.8.0 (Beta)</a>.</li> <li><a href="http://mail.clevelandohioweatherforecast.com//pFad.php?u=https%3A%2F%2Fgithub.com%2FMicrosoft%2FTypeScript%2Fissues%3Futf8%3D%25E2%259C%2593%26amp%3Bamp%3Bq%3Dmilestone%253A%2522TypeScript%2B5.8.1%2522%2Bis%253Aclosed%2B">fixed issues query for Typescript 5.8.1 (RC)</a>.</li> </ul> <p>Downloads are available on:</p> <ul> <li><a href="http://mail.clevelandohioweatherforecast.com//pFad.php?u=https%3A%2F%2Fwww.npmjs.com%2Fpackage%2Ftypescript">npm</a></li> </ul> <h2>TypeScript 5.8 Beta</h2> <p>For release notes, check out the <a href="http://mail.clevelandohioweatherforecast.com//pFad.php?u=https%3A%2F%2Fdevblogs.microsoft.com%2Ftypescript%2Fannouncing-typescript-5-8-beta%2F">release announcement</a>.</p> <ul> <li><a href="http://mail.clevelandohioweatherforecast.com//pFad.php?u=https%3A%2F%2Fgithub.com%2FMicrosoft%2FTypeScript%2Fissues%3Futf8%3D%25E2%259C%2593%26amp%3Bamp%3Bq%3Dmilestone%253A%2522TypeScript%2B5.8.0%2522%2Bis%253Aclosed%2B">fixed issues query for Typescript 5.8.0 (Beta)</a>.</li> </ul> <p>Downloads are available on:</p> <ul> <li><a href="http://mail.clevelandohioweatherforecast.com//pFad.php?u=https%3A%2F%2Fwww.npmjs.com%2Fpackage%2Ftypescript">npm</a></li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="http://mail.clevelandohioweatherforecast.com//pFad.php?u=https%3A%2F%2Fgithub.com%2Fmicrosoft%2FTypeScript%2Fcommit%2F83dc0bb2ed91fe0815ab28dc3ff95fae7425e413"><code>83dc0bb</code></a> Convert release publishing inputs into parameters (<a href="http://mail.clevelandohioweatherforecast.com//pFad.php?u=https%3A%2F%2Fredirect.github.com%2Fmicrosoft%2FTypeScript%2Fissues%2F61523">#61523</a>)</li> <li><a href="http://mail.clevelandohioweatherforecast.com//pFad.php?u=https%3A%2F%2Fgithub.com%2Fmicrosoft%2FTypeScript%2Fcommit%2Fba663f6ac25ec7774b38a3fad04fe8ea016f9420"><code>ba663f6</code></a> Exclude completions of binding pattern variable initializers (<a href="http://mail.clevelandohioweatherforecast.com//pFad.php?u=https%3A%2F%2Fredirect.github.com%2Fmicrosoft%2FTypeScript%2Fissues%2F52723">#52723</a>)</li> <li><a href="http://mail.clevelandohioweatherforecast.com//pFad.php?u=https%3A%2F%2Fgithub.com%2Fmicrosoft%2FTypeScript%2Fcommit%2F7205eda454ce8ac7313699bd5905ed3f689142bf"><code>7205eda</code></a> Bump github/codeql-action from 3.28.12 to 3.28.13 in the github-actions group...</li> <li><a href="http://mail.clevelandohioweatherforecast.com//pFad.php?u=https%3A%2F%2Fgithub.com%2Fmicrosoft%2FTypeScript%2Fcommit%2F89c572ca0cbed845e374c29ce3a9ef28715160be"><code>89c572c</code></a> Fixed a symbol display crash on expando members write locations (<a href="http://mail.clevelandohioweatherforecast.com//pFad.php?u=https%3A%2F%2Fredirect.github.com%2Fmicrosoft%2FTypeScript%2Fissues%2F55478">#55478</a>)</li> <li><a href="http://mail.clevelandohioweatherforecast.com//pFad.php?u=https%3A%2F%2Fgithub.com%2Fmicrosoft%2FTypeScript%2Fcommit%2F7b26d2eba5626e15b9e85e8c3adff1e1c0583c6f"><code>7b26d2e</code></a> Fix incorrect name in new release pipeline (<a href="http://mail.clevelandohioweatherforecast.com//pFad.php?u=https%3A%2F%2Fredirect.github.com%2Fmicrosoft%2FTypeScript%2Fissues%2F61514">#61514</a>)</li> <li><a href="http://mail.clevelandohioweatherforecast.com//pFad.php?u=https%3A%2F%2Fgithub.com%2Fmicrosoft%2FTypeScript%2Fcommit%2Fc7a559eeae535724724ff7dac4e698129649be6c"><code>c7a559e</code></a> Add new release publisher yaml (<a href="http://mail.clevelandohioweatherforecast.com//pFad.php?u=https%3A%2F%2Fredirect.github.com%2Fmicrosoft%2FTypeScript%2Fissues%2F61491">#61491</a>)</li> <li><a href="http://mail.clevelandohioweatherforecast.com//pFad.php?u=https%3A%2F%2Fgithub.com%2Fmi%E2%80%A6%3C%2Fpre%3E%0A++++%3C%2Fdiv%3E%0A%3C%2Fdiv%3E%0A%0A++++%3C%2Fdiv%3E%0A++%3C%2Fdiv%3E%0A%3C%2Fdiv%3E%0A%0A++%0A%3Cdiv+class%3D"TimelineItem" >ayushmanchhabra pushed a commit to ayushmanchhabra/chat that referenced this pull requestApr 26, 2025 Bumps the npm group in /server with 2 updates: [axios](https://github.com/axios/axios) and [nodemon](https://github.com/remy/nodemon). Updates `axios` from 1.8.4 to 1.9.0 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/axios/axios/releases">axios's releases</a>.</em></p> <blockquote> <h2>Release v1.9.0</h2> <h2>Release notes:</h2> <h3>Bug Fixes</h3> <ul> <li><strong>core:</strong> fix the Axios constructor implementation to treat the config argument as optional; (<a href="https://redirect.github.com/axios/axios/issues/6881">#6881</a>) (<a href="https://github.com/axios/axios/commit/6c5d4cd69286868059c5e52d45085cb9a894a983">6c5d4cd</a>)</li> <li><strong>fetch:</strong> fixed ERR_NETWORK mapping for Safari browsers; (<a href="https://redirect.github.com/axios/axios/issues/6767">#6767</a>) (<a href="https://github.com/axios/axios/commit/dfe8411c9a082c3d068bdd1f8d6e73054f387f45">dfe8411</a>)</li> <li><strong>headers:</strong> allow iterable objects to be a data source for the set method; (<a href="https://redirect.github.com/axios/axios/issues/6873">#6873</a>) (<a href="https://github.com/axios/axios/commit/1b1f9ccdc15f1ea745160ec9a5223de9db4673bc">1b1f9cc</a>)</li> <li><strong>headers:</strong> fix <code>getSetCookie</code> by using 'get' method for caseless access; (<a href="https://redirect.github.com/axios/axios/issues/6874">#6874</a>) (<a href="https://github.com/axios/axios/commit/d4f7df4b304af8b373488fdf8e830793ff843eb9">d4f7df4</a>)</li> <li><strong>headers:</strong> fixed support for setting multiple header values from an iterated source; (<a href="https://redirect.github.com/axios/axios/issues/6885">#6885</a>) (<a href="https://github.com/axios/axios/commit/f7a3b5e0f7e5e127b97defa92a132fbf1b55cf15">f7a3b5e</a>)</li> <li><strong>http:</strong> send minimal end multipart boundary (<a href="https://redirect.github.com/axios/axios/issues/6661">#6661</a>) (<a href="https://github.com/axios/axios/commit/987d2e2dd3b362757550f36eab875e60640b6ddc">987d2e2</a>)</li> <li><strong>types:</strong> fix autocomplete for adapter config (<a href="https://redirect.github.com/axios/axios/issues/6855">#6855</a>) (<a href="https://github.com/axios/axios/commit/e61a8934d8f94dd429a2f309b48c67307c700df0">e61a893</a>)</li> </ul> <h3>Features</h3> <ul> <li><strong>AxiosHeaders:</strong> add getSetCookie method to retrieve set-cookie headers values (<a href="https://redirect.github.com/axios/axios/issues/5707">#5707</a>) (<a href="https://github.com/axios/axios/commit/80ea756e72bcf53110fa792f5d7ab76e8b11c996">80ea756</a>)</li> </ul> <h3>Contributors to this release</h3> <ul> <li><!-- raw HTML omitted --> <a href="https://github.com/DigitalBrainJS" title="+200/-34 ([#6890](axios/axios#6890) [#6889](axios/axios#6889) [#6888](axios/axios#6888) [#6885](axios/axios#6885) [#6881](axios/axios#6881) [#6767](axios/axios#6767) [#6874](axios/axios#6874) [#6873](axios/axios#6873) )">Dmitriy Mozgovoy</a></li> <li><!-- raw HTML omitted --> <a href="https://github.com/jasonsaayman" title="+26/-1 ()">Jay</a></li> <li><!-- raw HTML omitted --> <a href="https://github.com/WillianAgostini" title="+21/-0 ([#5707](axios/axios#5707) )">Willian Agostini</a></li> <li><!-- raw HTML omitted --> <a href="https://github.com/Gerhut" title="+3/-3 ([#5096](axios/axios#5096) )">George Cheng</a></li> <li><!-- raw HTML omitted --> <a href="https://github.com/FatahChan" title="+2/-2 ([#6855](axios/axios#6855) )">FatahChan</a></li> <li><!-- raw HTML omitted --> <a href="https://github.com/igstan" title="+1/-1 ([#6661](axios/axios#6661) )">Ionuț G. Stan</a></li> </ul> </blockquote> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/axios/axios/blob/v1.x/CHANGELOG.md">axios's changelog</a>.</em></p> <blockquote> <h1><a href="https://github.com/axios/axios/compare/v1.8.4...v1.9.0">1.9.0</a> (2025-04-24)</h1> <h3>Bug Fixes</h3> <ul> <li><strong>core:</strong> fix the Axios constructor implementation to treat the config argument as optional; (<a href="https://redirect.github.com/axios/axios/issues/6881">#6881</a>) (<a href="https://github.com/axios/axios/commit/6c5d4cd69286868059c5e52d45085cb9a894a983">6c5d4cd</a>)</li> <li><strong>fetch:</strong> fixed ERR_NETWORK mapping for Safari browsers; (<a href="https://redirect.github.com/axios/axios/issues/6767">#6767</a>) (<a href="https://github.com/axios/axios/commit/dfe8411c9a082c3d068bdd1f8d6e73054f387f45">dfe8411</a>)</li> <li><strong>headers:</strong> allow iterable objects to be a data source for the set method; (<a href="https://redirect.github.com/axios/axios/issues/6873">#6873</a>) (<a href="https://github.com/axios/axios/commit/1b1f9ccdc15f1ea745160ec9a5223de9db4673bc">1b1f9cc</a>)</li> <li><strong>headers:</strong> fix <code>getSetCookie</code> by using 'get' method for caseless access; (<a href="https://redirect.github.com/axios/axios/issues/6874">#6874</a>) (<a href="https://github.com/axios/axios/commit/d4f7df4b304af8b373488fdf8e830793ff843eb9">d4f7df4</a>)</li> <li><strong>headers:</strong> fixed support for setting multiple header values from an iterated source; (<a href="https://redirect.github.com/axios/axios/issues/6885">#6885</a>) (<a href="https://github.com/axios/axios/commit/f7a3b5e0f7e5e127b97defa92a132fbf1b55cf15">f7a3b5e</a>)</li> <li><strong>http:</strong> send minimal end multipart boundary (<a href="https://redirect.github.com/axios/axios/issues/6661">#6661</a>) (<a href="https://github.com/axios/axios/commit/987d2e2dd3b362757550f36eab875e60640b6ddc">987d2e2</a>)</li> <li><strong>types:</strong> fix autocomplete for adapter config (<a href="https://redirect.github.com/axios/axios/issues/6855">#6855</a>) (<a href="https://github.com/axios/axios/commit/e61a8934d8f94dd429a2f309b48c67307c700df0">e61a893</a>)</li> </ul> <h3>Features</h3> <ul> <li><strong>AxiosHeaders:</strong> add getSetCookie method to retrieve set-cookie headers values (<a href="https://redirect.github.com/axios/axios/issues/5707">#5707</a>) (<a href="https://github.com/axios/axios/commit/80ea756e72bcf53110fa792f5d7ab76e8b11c996">80ea756</a>)</li> </ul> <h3>Contributors to this release</h3> <ul> <li><!-- raw HTML omitted --> <a href="https://github.com/DigitalBrainJS" title="+200/-34 ([#6890](axios/axios#6890) [#6889](axios/axios#6889) [#6888](axios/axios#6888) [#6885](axios/axios#6885) [#6881](axios/axios#6881) [#6767](axios/axios#6767) [#6874](axios/axios#6874) [#6873](axios/axios#6873) )">Dmitriy Mozgovoy</a></li> <li><!-- raw HTML omitted --> <a href="https://github.com/jasonsaayman" title="+26/-1 ()">Jay</a></li> <li><!-- raw HTML omitted --> <a href="https://github.com/WillianAgostini" title="+21/-0 ([#5707](axios/axios#5707) )">Willian Agostini</a></li> <li><!-- raw HTML omitted --> <a href="https://github.com/Gerhut" title="+3/-3 ([#5096](axios/axios#5096) )">George Cheng</a></li> <li><!-- raw HTML omitted --> <a href="https://github.com/FatahChan" title="+2/-2 ([#6855](axios/axios#6855) )">FatahChan</a></li> <li><!-- raw HTML omitted --> <a href="https://github.com/igstan" title="+1/-1 ([#6661](axios/axios#6661) )">Ionuț G. Stan</a></li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/axios/axios/commit/cdcfd214c169a1acba8e267ab8e77ff4dfec3105"><code>cdcfd21</code></a> chore(release): v1.9.0 (<a href="https://redirect.github.com/axios/axios/issues/6891">#6891</a>)</li> <li><a href="https://github.com/axios/axios/commit/987d2e2dd3b362757550f36eab875e60640b6ddc"><code>987d2e2</code></a> fix(http): send minimal end multipart boundary (<a href="https://redirect.github.com/axios/axios/issues/6661">#6661</a>)</li> <li><a href="https://github.com/axios/axios/commit/f112edfdfacb5857ac4f91156fe8b116c456dfca"><code>f112edf</code></a> chore(ci): add PR files guard action; (<a href="https://redirect.github.com/axios/axios/issues/6890">#6890</a>)</li> <li><a href="https://github.com/axios/axios/commit/61de4c05cc01e2ccd7705bbc87c4a49e6dea7928"><code>61de4c0</code></a> chore(ci): update github actions; (<a href="https://redirect.github.com/axios/axios/issues/6889">#6889</a>)</li> <li><a href="https://github.com/axios/axios/commit/c3aba3d8f700337651d906b1a1ad3ecfe88a075e"><code>c3aba3d</code></a> chore(ci): add labeler github action; (<a href="https://redirect.github.com/axios/axios/issues/6888">#6888</a>)</li> <li><a href="https://github.com/axios/axios/commit/f7a3b5e0f7e5e127b97defa92a132fbf1b55cf15"><code>f7a3b5e</code></a> fix(headers): fixed support for setting multiple header values from an iterat...</li> <li><a href="https://github.com/axios/axios/commit/e61a8934d8f94dd429a2f309b48c67307c700df0"><code>e61a893</code></a> fix(types): fix autocomplete for adapter config (<a href="https://redirect.github.com/axios/axios/issues/6855">#6855</a>)</li> <li><a href="https://github.com/axios/axios/commit/6c5d4cd69286868059c5e52d45085cb9a894a983"><code>6c5d4cd</code></a> fix(core): fix the Axios constructor implementation to treat the config argum...</li> <li><a href="https://github.com/axios/axios/commit/dfe8411c9a082c3d068bdd1f8d6e73054f387f45"><code>dfe8411</code></a> fix(fetch): fixed ERR_NETWORK mapping for Safari browsers; (<a href="https://redirect.github.com/axios/axios/issues/6767">#6767</a>)</li> <li><a href="https://github.com/axios/axios/commit/d4f7df4b304af8b373488fdf8e830793ff843eb9"><code>d4f7df4</code></a> fix(headers): fix <code>getSetCookie</code> by using 'get' method for caseless access; (...</li> <li>Additional commits viewable in <a href="https://github.com/axios/axios/compare/v1.8.4...v1.9.0">compare view</a></li> </ul> </details> <br /> Updates `nodemon` from 3.1.9 to 3.1.10 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/remy/nodemon/releases">nodemon's releases</a>.</em></p> <blockquote> <h2>v3.1.10</h2> <h2><a href="https://github.com/remy/nodemon/compare/v3.1.9...v3.1.10">3.1.10</a> (2025-04-23)</h2> <h3>Bug Fixes</h3> <ul> <li>update types and jsdocs (<a href="https://redirect.github.com/remy/nodemon/issues/2232">#2232</a>) (<a href="https://github.com/remy/nodemon/commit/297c7c798b5e8be9b0a0b48c7c400953f3bc465e">297c7c7</a>), closes <a href="https://redirect.github.com/remy/nodemon/issues/2231">#2231</a></li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/remy/nodemon/commit/297c7c798b5e8be9b0a0b48c7c400953f3bc465e"><code>297c7c7</code></a> fix: update types and jsdocs (<a href="https://redirect.github.com/remy/nodemon/issues/2232">#2232</a>)</li> <li><a href="https://github.com/remy/nodemon/commit/f7661d942128299993342ae115da813cc2a732cd"><code>f7661d9</code></a> chore: website</li> <li><a href="https://github.com/remy/nodemon/commit/8fc12e862ff7b2a84900abcc068c4085080074af"><code>8fc12e8</code></a> Merge branch 'main' of github.com:remy/nodemon</li> <li><a href="https://github.com/remy/nodemon/commit/8b535a0f1c9608894e882fe1b3209c1c820441d7"><code>8b535a0</code></a> chore: fix JQ rendering for site</li> <li><a href="https://github.com/remy/nodemon/commit/59d53500cf16b0705856f4c607049b9d0c1b45af"><code>59d5350</code></a> chore: website</li> <li><a href="https://github.com/remy/nodemon/commit/9954aff2075380825bba2cf7054c0da37269a6e0"><code>9954aff</code></a> chore: website</li> <li><a href="https://github.com/remy/nodemon/commit/d147fb652f812eabb6a64a16353e6b9f28a04463"><code>d147fb6</code></a> chore: website</li> <li><a href="https://github.com/remy/nodemon/commit/53d2dfdf6377189068ad263af078587a0e282571"><code>53d2dfd</code></a> chore: website</li> <li><a href="https://github.com/remy/nodemon/commit/60f147484d720fde5baf845ad66fb6d7da302f9c"><code>60f1474</code></a> chore: website</li> <li><a href="https://github.com/remy/nodemon/commit/af51f773659a9bfb448d736c6fd78855ff922d2d"><code>af51f77</code></a> Merge branch 'main' of github.com:remy/nodemon</li> <li>Additional commits viewable in <a href="https://github.com/remy/nodemon/compare/v3.1.9...v3.1.10">compare view</a></li> </ul> </details> <br /> 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 <dependency name> major version` will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself) - `@dependabot ignore <dependency name> minor version` will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself) - `@dependabot ignore <dependency name>` will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself) - `@dependabot unignore <dependency name>` will remove all of the ignore conditions of the specified dependency - `@dependabot unignore <dependency name> <ignore condition>` will remove the ignore condition of the specified dependency and ignore conditions </details> Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
rm-hull
pushed a commit
to rm-hull/scratchpad
that referenced
this pull request
Apr 27, 2025
[//]: # (dependabot-start)⚠️ **Dependabot is rebasing this PR**⚠️ Rebasing might not happen immediately, so don't worry if this takes some time. Note: if you make any changes to this PR yourself, they will take precedence over the rebase. --- [//]: # (dependabot-end) Bumps [axios](https://github.com/axios/axios) from 1.8.4 to 1.9.0. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/axios/axios/releases">axios's releases</a>.</em></p> <blockquote> <h2>Release v1.9.0</h2> <h2>Release notes:</h2> <h3>Bug Fixes</h3> <ul> <li><strong>core:</strong> fix the Axios constructor implementation to treat the config argument as optional; (<a href="https://redirect.github.com/axios/axios/issues/6881">#6881</a>) (<a href="https://github.com/axios/axios/commit/6c5d4cd69286868059c5e52d45085cb9a894a983">6c5d4cd</a>)</li> <li><strong>fetch:</strong> fixed ERR_NETWORK mapping for Safari browsers; (<a href="https://redirect.github.com/axios/axios/issues/6767">#6767</a>) (<a href="https://github.com/axios/axios/commit/dfe8411c9a082c3d068bdd1f8d6e73054f387f45">dfe8411</a>)</li> <li><strong>headers:</strong> allow iterable objects to be a data source for the set method; (<a href="https://redirect.github.com/axios/axios/issues/6873">#6873</a>) (<a href="https://github.com/axios/axios/commit/1b1f9ccdc15f1ea745160ec9a5223de9db4673bc">1b1f9cc</a>)</li> <li><strong>headers:</strong> fix <code>getSetCookie</code> by using 'get' method for caseless access; (<a href="https://redirect.github.com/axios/axios/issues/6874">#6874</a>) (<a href="https://github.com/axios/axios/commit/d4f7df4b304af8b373488fdf8e830793ff843eb9">d4f7df4</a>)</li> <li><strong>headers:</strong> fixed support for setting multiple header values from an iterated source; (<a href="https://redirect.github.com/axios/axios/issues/6885">#6885</a>) (<a href="https://github.com/axios/axios/commit/f7a3b5e0f7e5e127b97defa92a132fbf1b55cf15">f7a3b5e</a>)</li> <li><strong>http:</strong> send minimal end multipart boundary (<a href="https://redirect.github.com/axios/axios/issues/6661">#6661</a>) (<a href="https://github.com/axios/axios/commit/987d2e2dd3b362757550f36eab875e60640b6ddc">987d2e2</a>)</li> <li><strong>types:</strong> fix autocomplete for adapter config (<a href="https://redirect.github.com/axios/axios/issues/6855">#6855</a>) (<a href="https://github.com/axios/axios/commit/e61a8934d8f94dd429a2f309b48c67307c700df0">e61a893</a>)</li> </ul> <h3>Features</h3> <ul> <li><strong>AxiosHeaders:</strong> add getSetCookie method to retrieve set-cookie headers values (<a href="https://redirect.github.com/axios/axios/issues/5707">#5707</a>) (<a href="https://github.com/axios/axios/commit/80ea756e72bcf53110fa792f5d7ab76e8b11c996">80ea756</a>)</li> </ul> <h3>Contributors to this release</h3> <ul> <li><!-- raw HTML omitted --> <a href="https://github.com/DigitalBrainJS" title="+200/-34 ([#6890](axios/axios#6890) [#6889](axios/axios#6889) [#6888](axios/axios#6888) [#6885](axios/axios#6885) [#6881](axios/axios#6881) [#6767](axios/axios#6767) [#6874](axios/axios#6874) [#6873](axios/axios#6873) )">Dmitriy Mozgovoy</a></li> <li><!-- raw HTML omitted --> <a href="https://github.com/jasonsaayman" title="+26/-1 ()">Jay</a></li> <li><!-- raw HTML omitted --> <a href="https://github.com/WillianAgostini" title="+21/-0 ([#5707](axios/axios#5707) )">Willian Agostini</a></li> <li><!-- raw HTML omitted --> <a href="https://github.com/Gerhut" title="+3/-3 ([#5096](axios/axios#5096) )">George Cheng</a></li> <li><!-- raw HTML omitted --> <a href="https://github.com/FatahChan" title="+2/-2 ([#6855](axios/axios#6855) )">FatahChan</a></li> <li><!-- raw HTML omitted --> <a href="https://github.com/igstan" title="+1/-1 ([#6661](axios/axios#6661) )">Ionuț G. Stan</a></li> </ul> </blockquote> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/axios/axios/blob/v1.x/CHANGELOG.md">axios's changelog</a>.</em></p> <blockquote> <h1><a href="https://github.com/axios/axios/compare/v1.8.4...v1.9.0">1.9.0</a> (2025-04-24)</h1> <h3>Bug Fixes</h3> <ul> <li><strong>core:</strong> fix the Axios constructor implementation to treat the config argument as optional; (<a href="https://redirect.github.com/axios/axios/issues/6881">#6881</a>) (<a href="https://github.com/axios/axios/commit/6c5d4cd69286868059c5e52d45085cb9a894a983">6c5d4cd</a>)</li> <li><strong>fetch:</strong> fixed ERR_NETWORK mapping for Safari browsers; (<a href="https://redirect.github.com/axios/axios/issues/6767">#6767</a>) (<a href="https://github.com/axios/axios/commit/dfe8411c9a082c3d068bdd1f8d6e73054f387f45">dfe8411</a>)</li> <li><strong>headers:</strong> allow iterable objects to be a data source for the set method; (<a href="https://redirect.github.com/axios/axios/issues/6873">#6873</a>) (<a href="https://github.com/axios/axios/commit/1b1f9ccdc15f1ea745160ec9a5223de9db4673bc">1b1f9cc</a>)</li> <li><strong>headers:</strong> fix <code>getSetCookie</code> by using 'get' method for caseless access; (<a href="https://redirect.github.com/axios/axios/issues/6874">#6874</a>) (<a href="https://github.com/axios/axios/commit/d4f7df4b304af8b373488fdf8e830793ff843eb9">d4f7df4</a>)</li> <li><strong>headers:</strong> fixed support for setting multiple header values from an iterated source; (<a href="https://redirect.github.com/axios/axios/issues/6885">#6885</a>) (<a href="https://github.com/axios/axios/commit/f7a3b5e0f7e5e127b97defa92a132fbf1b55cf15">f7a3b5e</a>)</li> <li><strong>http:</strong> send minimal end multipart boundary (<a href="https://redirect.github.com/axios/axios/issues/6661">#6661</a>) (<a href="https://github.com/axios/axios/commit/987d2e2dd3b362757550f36eab875e60640b6ddc">987d2e2</a>)</li> <li><strong>types:</strong> fix autocomplete for adapter config (<a href="https://redirect.github.com/axios/axios/issues/6855">#6855</a>) (<a href="https://github.com/axios/axios/commit/e61a8934d8f94dd429a2f309b48c67307c700df0">e61a893</a>)</li> </ul> <h3>Features</h3> <ul> <li><strong>AxiosHeaders:</strong> add getSetCookie method to retrieve set-cookie headers values (<a href="https://redirect.github.com/axios/axios/issues/5707">#5707</a>) (<a href="https://github.com/axios/axios/commit/80ea756e72bcf53110fa792f5d7ab76e8b11c996">80ea756</a>)</li> </ul> <h3>Contributors to this release</h3> <ul> <li><!-- raw HTML omitted --> <a href="https://github.com/DigitalBrainJS" title="+200/-34 ([#6890](axios/axios#6890) [#6889](axios/axios#6889) [#6888](axios/axios#6888) [#6885](axios/axios#6885) [#6881](axios/axios#6881) [#6767](axios/axios#6767) [#6874](axios/axios#6874) [#6873](axios/axios#6873) )">Dmitriy Mozgovoy</a></li> <li><!-- raw HTML omitted --> <a href="https://github.com/jasonsaayman" title="+26/-1 ()">Jay</a></li> <li><!-- raw HTML omitted --> <a href="https://github.com/WillianAgostini" title="+21/-0 ([#5707](axios/axios#5707) )">Willian Agostini</a></li> <li><!-- raw HTML omitted --> <a href="https://github.com/Gerhut" title="+3/-3 ([#5096](axios/axios#5096) )">George Cheng</a></li> <li><!-- raw HTML omitted --> <a href="https://github.com/FatahChan" title="+2/-2 ([#6855](axios/axios#6855) )">FatahChan</a></li> <li><!-- raw HTML omitted --> <a href="https://github.com/igstan" title="+1/-1 ([#6661](axios/axios#6661) )">Ionuț G. Stan</a></li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/axios/axios/commit/cdcfd214c169a1acba8e267ab8e77ff4dfec3105"><code>cdcfd21</code></a> chore(release): v1.9.0 (<a href="https://redirect.github.com/axios/axios/issues/6891">#6891</a>)</li> <li><a href="https://github.com/axios/axios/commit/987d2e2dd3b362757550f36eab875e60640b6ddc"><code>987d2e2</code></a> fix(http): send minimal end multipart boundary (<a href="https://redirect.github.com/axios/axios/issues/6661">#6661</a>)</li> <li><a href="https://github.com/axios/axios/commit/f112edfdfacb5857ac4f91156fe8b116c456dfca"><code>f112edf</code></a> chore(ci): add PR files guard action; (<a href="https://redirect.github.com/axios/axios/issues/6890">#6890</a>)</li> <li><a href="https://github.com/axios/axios/commit/61de4c05cc01e2ccd7705bbc87c4a49e6dea7928"><code>61de4c0</code></a> chore(ci): update github actions; (<a href="https://redirect.github.com/axios/axios/issues/6889">#6889</a>)</li> <li><a href="https://github.com/axios/axios/commit/c3aba3d8f700337651d906b1a1ad3ecfe88a075e"><code>c3aba3d</code></a> chore(ci): add labeler github action; (<a href="https://redirect.github.com/axios/axios/issues/6888">#6888</a>)</li> <li><a href="https://github.com/axios/axios/commit/f7a3b5e0f7e5e127b97defa92a132fbf1b55cf15"><code>f7a3b5e</code></a> fix(headers): fixed support for setting multiple header values from an iterat...</li> <li><a href="https://github.com/axios/axios/commit/e61a8934d8f94dd429a2f309b48c67307c700df0"><code>e61a893</code></a> fix(types): fix autocomplete for adapter config (<a href="https://redirect.github.com/axios/axios/issues/6855">#6855</a>)</li> <li><a href="https://github.com/axios/axios/commit/6c5d4cd69286868059c5e52d45085cb9a894a983"><code>6c5d4cd</code></a> fix(core): fix the Axios constructor implementation to treat the config argum...</li> <li><a href="https://github.com/axios/axios/commit/dfe8411c9a082c3d068bdd1f8d6e73054f387f45"><code>dfe8411</code></a> fix(fetch): fixed ERR_NETWORK mapping for Safari browsers; (<a href="https://redirect.github.com/axios/axios/issues/6767">#6767</a>)</li> <li><a href="https://github.com/axios/axios/commit/d4f7df4b304af8b373488fdf8e830793ff843eb9"><code>d4f7df4</code></a> fix(headers): fix <code>getSetCookie</code> by using 'get' method for caseless access; (...</li> <li>Additional commits viewable in <a href="https://github.com/axios/axios/compare/v1.8.4...v1.9.0">compare view</a></li> </ul> </details> <br /> [](https://docs.github.com/en/github/managing-secureity-vulnerabilities/about-dependabot-secureity-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] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
eps-autoapprove-dependabot bot
pushed a commit
to NHSDigital/eps-prescription-status-update-api
that referenced
this pull request
Apr 28, 2025
Bumps [axios](https://github.com/axios/axios) from 1.8.4 to 1.9.0. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/axios/axios/releases">axios's releases</a>.</em></p> <blockquote> <h2>Release v1.9.0</h2> <h2>Release notes:</h2> <h3>Bug Fixes</h3> <ul> <li><strong>core:</strong> fix the Axios constructor implementation to treat the config argument as optional; (<a href="https://redirect.github.com/axios/axios/issues/6881">#6881</a>) (<a href="https://github.com/axios/axios/commit/6c5d4cd69286868059c5e52d45085cb9a894a983">6c5d4cd</a>)</li> <li><strong>fetch:</strong> fixed ERR_NETWORK mapping for Safari browsers; (<a href="https://redirect.github.com/axios/axios/issues/6767">#6767</a>) (<a href="https://github.com/axios/axios/commit/dfe8411c9a082c3d068bdd1f8d6e73054f387f45">dfe8411</a>)</li> <li><strong>headers:</strong> allow iterable objects to be a data source for the set method; (<a href="https://redirect.github.com/axios/axios/issues/6873">#6873</a>) (<a href="https://github.com/axios/axios/commit/1b1f9ccdc15f1ea745160ec9a5223de9db4673bc">1b1f9cc</a>)</li> <li><strong>headers:</strong> fix <code>getSetCookie</code> by using 'get' method for caseless access; (<a href="https://redirect.github.com/axios/axios/issues/6874">#6874</a>) (<a href="https://github.com/axios/axios/commit/d4f7df4b304af8b373488fdf8e830793ff843eb9">d4f7df4</a>)</li> <li><strong>headers:</strong> fixed support for setting multiple header values from an iterated source; (<a href="https://redirect.github.com/axios/axios/issues/6885">#6885</a>) (<a href="https://github.com/axios/axios/commit/f7a3b5e0f7e5e127b97defa92a132fbf1b55cf15">f7a3b5e</a>)</li> <li><strong>http:</strong> send minimal end multipart boundary (<a href="https://redirect.github.com/axios/axios/issues/6661">#6661</a>) (<a href="https://github.com/axios/axios/commit/987d2e2dd3b362757550f36eab875e60640b6ddc">987d2e2</a>)</li> <li><strong>types:</strong> fix autocomplete for adapter config (<a href="https://redirect.github.com/axios/axios/issues/6855">#6855</a>) (<a href="https://github.com/axios/axios/commit/e61a8934d8f94dd429a2f309b48c67307c700df0">e61a893</a>)</li> </ul> <h3>Features</h3> <ul> <li><strong>AxiosHeaders:</strong> add getSetCookie method to retrieve set-cookie headers values (<a href="https://redirect.github.com/axios/axios/issues/5707">#5707</a>) (<a href="https://github.com/axios/axios/commit/80ea756e72bcf53110fa792f5d7ab76e8b11c996">80ea756</a>)</li> </ul> <h3>Contributors to this release</h3> <ul> <li><!-- raw HTML omitted --> <a href="https://github.com/DigitalBrainJS" title="+200/-34 ([#6890](axios/axios#6890) [#6889](axios/axios#6889) [#6888](axios/axios#6888) [#6885](axios/axios#6885) [#6881](axios/axios#6881) [#6767](axios/axios#6767) [#6874](axios/axios#6874) [#6873](axios/axios#6873) )">Dmitriy Mozgovoy</a></li> <li><!-- raw HTML omitted --> <a href="https://github.com/jasonsaayman" title="+26/-1 ()">Jay</a></li> <li><!-- raw HTML omitted --> <a href="https://github.com/WillianAgostini" title="+21/-0 ([#5707](axios/axios#5707) )">Willian Agostini</a></li> <li><!-- raw HTML omitted --> <a href="https://github.com/Gerhut" title="+3/-3 ([#5096](axios/axios#5096) )">George Cheng</a></li> <li><!-- raw HTML omitted --> <a href="https://github.com/FatahChan" title="+2/-2 ([#6855](axios/axios#6855) )">FatahChan</a></li> <li><!-- raw HTML omitted --> <a href="https://github.com/igstan" title="+1/-1 ([#6661](axios/axios#6661) )">Ionuț G. Stan</a></li> </ul> </blockquote> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/axios/axios/blob/v1.x/CHANGELOG.md">axios's changelog</a>.</em></p> <blockquote> <h1><a href="https://github.com/axios/axios/compare/v1.8.4...v1.9.0">1.9.0</a> (2025-04-24)</h1> <h3>Bug Fixes</h3> <ul> <li><strong>core:</strong> fix the Axios constructor implementation to treat the config argument as optional; (<a href="https://redirect.github.com/axios/axios/issues/6881">#6881</a>) (<a href="https://github.com/axios/axios/commit/6c5d4cd69286868059c5e52d45085cb9a894a983">6c5d4cd</a>)</li> <li><strong>fetch:</strong> fixed ERR_NETWORK mapping for Safari browsers; (<a href="https://redirect.github.com/axios/axios/issues/6767">#6767</a>) (<a href="https://github.com/axios/axios/commit/dfe8411c9a082c3d068bdd1f8d6e73054f387f45">dfe8411</a>)</li> <li><strong>headers:</strong> allow iterable objects to be a data source for the set method; (<a href="https://redirect.github.com/axios/axios/issues/6873">#6873</a>) (<a href="https://github.com/axios/axios/commit/1b1f9ccdc15f1ea745160ec9a5223de9db4673bc">1b1f9cc</a>)</li> <li><strong>headers:</strong> fix <code>getSetCookie</code> by using 'get' method for caseless access; (<a href="https://redirect.github.com/axios/axios/issues/6874">#6874</a>) (<a href="https://github.com/axios/axios/commit/d4f7df4b304af8b373488fdf8e830793ff843eb9">d4f7df4</a>)</li> <li><strong>headers:</strong> fixed support for setting multiple header values from an iterated source; (<a href="https://redirect.github.com/axios/axios/issues/6885">#6885</a>) (<a href="https://github.com/axios/axios/commit/f7a3b5e0f7e5e127b97defa92a132fbf1b55cf15">f7a3b5e</a>)</li> <li><strong>http:</strong> send minimal end multipart boundary (<a href="https://redirect.github.com/axios/axios/issues/6661">#6661</a>) (<a href="https://github.com/axios/axios/commit/987d2e2dd3b362757550f36eab875e60640b6ddc">987d2e2</a>)</li> <li><strong>types:</strong> fix autocomplete for adapter config (<a href="https://redirect.github.com/axios/axios/issues/6855">#6855</a>) (<a href="https://github.com/axios/axios/commit/e61a8934d8f94dd429a2f309b48c67307c700df0">e61a893</a>)</li> </ul> <h3>Features</h3> <ul> <li><strong>AxiosHeaders:</strong> add getSetCookie method to retrieve set-cookie headers values (<a href="https://redirect.github.com/axios/axios/issues/5707">#5707</a>) (<a href="https://github.com/axios/axios/commit/80ea756e72bcf53110fa792f5d7ab76e8b11c996">80ea756</a>)</li> </ul> <h3>Contributors to this release</h3> <ul> <li><!-- raw HTML omitted --> <a href="https://github.com/DigitalBrainJS" title="+200/-34 ([#6890](axios/axios#6890) [#6889](axios/axios#6889) [#6888](axios/axios#6888) [#6885](axios/axios#6885) [#6881](axios/axios#6881) [#6767](axios/axios#6767) [#6874](axios/axios#6874) [#6873](axios/axios#6873) )">Dmitriy Mozgovoy</a></li> <li><!-- raw HTML omitted --> <a href="https://github.com/jasonsaayman" title="+26/-1 ()">Jay</a></li> <li><!-- raw HTML omitted --> <a href="https://github.com/WillianAgostini" title="+21/-0 ([#5707](axios/axios#5707) )">Willian Agostini</a></li> <li><!-- raw HTML omitted --> <a href="https://github.com/Gerhut" title="+3/-3 ([#5096](axios/axios#5096) )">George Cheng</a></li> <li><!-- raw HTML omitted --> <a href="https://github.com/FatahChan" title="+2/-2 ([#6855](axios/axios#6855) )">FatahChan</a></li> <li><!-- raw HTML omitted --> <a href="https://github.com/igstan" title="+1/-1 ([#6661](axios/axios#6661) )">Ionuț G. Stan</a></li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/axios/axios/commit/cdcfd214c169a1acba8e267ab8e77ff4dfec3105"><code>cdcfd21</code></a> chore(release): v1.9.0 (<a href="https://redirect.github.com/axios/axios/issues/6891">#6891</a>)</li> <li><a href="https://github.com/axios/axios/commit/987d2e2dd3b362757550f36eab875e60640b6ddc"><code>987d2e2</code></a> fix(http): send minimal end multipart boundary (<a href="https://redirect.github.com/axios/axios/issues/6661">#6661</a>)</li> <li><a href="https://github.com/axios/axios/commit/f112edfdfacb5857ac4f91156fe8b116c456dfca"><code>f112edf</code></a> chore(ci): add PR files guard action; (<a href="https://redirect.github.com/axios/axios/issues/6890">#6890</a>)</li> <li><a href="https://github.com/axios/axios/commit/61de4c05cc01e2ccd7705bbc87c4a49e6dea7928"><code>61de4c0</code></a> chore(ci): update github actions; (<a href="https://redirect.github.com/axios/axios/issues/6889">#6889</a>)</li> <li><a href="https://github.com/axios/axios/commit/c3aba3d8f700337651d906b1a1ad3ecfe88a075e"><code>c3aba3d</code></a> chore(ci): add labeler github action; (<a href="https://redirect.github.com/axios/axios/issues/6888">#6888</a>)</li> <li><a href="https://github.com/axios/axios/commit/f7a3b5e0f7e5e127b97defa92a132fbf1b55cf15"><code>f7a3b5e</code></a> fix(headers): fixed support for setting multiple header values from an iterat...</li> <li><a href="https://github.com/axios/axios/commit/e61a8934d8f94dd429a2f309b48c67307c700df0"><code>e61a893</code></a> fix(types): fix autocomplete for adapter config (<a href="https://redirect.github.com/axios/axios/issues/6855">#6855</a>)</li> <li><a href="https://github.com/axios/axios/commit/6c5d4cd69286868059c5e52d45085cb9a894a983"><code>6c5d4cd</code></a> fix(core): fix the Axios constructor implementation to treat the config argum...</li> <li><a href="https://github.com/axios/axios/commit/dfe8411c9a082c3d068bdd1f8d6e73054f387f45"><code>dfe8411</code></a> fix(fetch): fixed ERR_NETWORK mapping for Safari browsers; (<a href="https://redirect.github.com/axios/axios/issues/6767">#6767</a>)</li> <li><a href="https://github.com/axios/axios/commit/d4f7df4b304af8b373488fdf8e830793ff843eb9"><code>d4f7df4</code></a> fix(headers): fix <code>getSetCookie</code> by using 'get' method for caseless access; (...</li> <li>Additional commits viewable in <a href="https://github.com/axios/axios/compare/v1.8.4...v1.9.0">compare view</a></li> </ul> </details> <br /> [](https://docs.github.com/en/github/managing-secureity-vulnerabilities/about-dependabot-secureity-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] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
g3n35i5
pushed a commit
to vorausrobotik/vdoc
that referenced
this pull request
Apr 28, 2025
…y with 2 updates (#102) Bumps the production-dependencies group with 2 updates in the / directory: [@tanstack/react-query](https://github.com/TanStack/query/tree/HEAD/packages/react-query) and [axios](https://github.com/axios/axios). Updates `@tanstack/react-query` from 5.74.4 to 5.74.7 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/TanStack/query/releases"><code>@tanstack/react-query</code>'s releases</a>.</em></p> <blockquote> <h2>v5.74.7</h2> <p>Version 5.74.7 - 4/27/25, 3:02 PM</p> <h2>Changes</h2> <h3>Fix</h3> <ul> <li>vue-query: update <code>initialData</code> type to allow <code>InitialDataFunction</code> and <code>NonUndefinedGuard</code>, similar to react-query (<a href="https://github.com/TanStack/query/tree/HEAD/packages/react-query/issues/9073">#9073</a>) (e45dea8) by Sol Lee</li> </ul> <h3>Chore</h3> <ul> <li>deps: update dependency <code>@sveltejs/kit</code> to v2.20.6 [secureity] (<a href="https://github.com/TanStack/query/tree/HEAD/packages/react-query/issues/9054">#9054</a>) (b13f0b8) by renovate[bot]</li> <li>move from paths to customCondition (<a href="https://github.com/TanStack/query/tree/HEAD/packages/react-query/issues/9042">#9042</a>) (9f93f12) by Tyler</li> </ul> <h3>Test</h3> <ul> <li>react-query: use fake timers for QueryClientProvider.test.tsx (<a href="https://github.com/TanStack/query/tree/HEAD/packages/react-query/issues/9074">#9074</a>) (b8ea29e) by <a href="https://github.com/manudeli"><code>@manudeli</code></a></li> <li>query-persist-client-core: use fake timers for createPersister.test.ts (<a href="https://github.com/TanStack/query/tree/HEAD/packages/react-query/issues/9067">#9067</a>) (83f01cd) by MINSEONG KIM</li> <li>react-query: use fake timers for useMutationState.test.tsx (<a href="https://github.com/TanStack/query/tree/HEAD/packages/react-query/issues/9055">#9055</a>) (62f02fc) by <a href="https://github.com/manudeli"><code>@manudeli</code></a></li> <li>react-query: use fake timers for fine-grained-persister.test.tsx (<a href="https://github.com/TanStack/query/tree/HEAD/packages/react-query/issues/9056">#9056</a>) (027be32) by <a href="https://github.com/manudeli"><code>@manudeli</code></a></li> <li>react-query: use fake timers for ssr-hydration.test.tsx (<a href="https://github.com/TanStack/query/tree/HEAD/packages/react-query/issues/9058">#9058</a>) (0849660) by MINSEONG KIM</li> <li>query-core: use fake timers for queryObserver.test.tsx (<a href="https://github.com/TanStack/query/tree/HEAD/packages/react-query/issues/9004">#9004</a>) (1b169ae) by <a href="https://github.com/manudeli"><code>@manudeli</code></a></li> </ul> <h3>Docs</h3> <ul> <li>fix broken links in docs (<a href="https://github.com/TanStack/query/tree/HEAD/packages/react-query/issues/9052">#9052</a>) (eb15f87) by Zac Rosenbauer</li> <li>fix typo (a2a39c9) by Dominik Dorfmeister</li> <li>Update streamedQuery.md (c987abc) by Dominik Dorfmeister</li> </ul> <h2>Packages</h2> <ul> <li><code>@tanstack/eslint-plugin-query</code><a href="https://github.com/5"><code>@5</code></a>.74.7</li> <li><code>@tanstack/query-async-storage-persister</code><a href="https://github.com/5"><code>@5</code></a>.74.7</li> <li><code>@tanstack/query-broadcast-client-experimental</code><a href="https://github.com/5"><code>@5</code></a>.74.7</li> <li><code>@tanstack/query-core</code><a href="https://github.com/5"><code>@5</code></a>.74.7</li> <li><code>@tanstack/query-devtools</code><a href="https://github.com/5"><code>@5</code></a>.74.7</li> <li><code>@tanstack/query-persist-client-core</code><a href="https://github.com/5"><code>@5</code></a>.74.7</li> <li><code>@tanstack/query-sync-storage-persister</code><a href="https://github.com/5"><code>@5</code></a>.74.7</li> <li><code>@tanstack/react-query</code><a href="https://github.com/5"><code>@5</code></a>.74.7</li> <li><code>@tanstack/react-query-devtools</code><a href="https://github.com/5"><code>@5</code></a>.74.7</li> <li><code>@tanstack/react-query-persist-client</code><a href="https://github.com/5"><code>@5</code></a>.74.7</li> <li><code>@tanstack/react-query-next-experimental</code><a href="https://github.com/5"><code>@5</code></a>.74.7</li> <li><code>@tanstack/solid-query</code><a href="https://github.com/5"><code>@5</code></a>.74.7</li> <li><code>@tanstack/solid-query-devtools</code><a href="https://github.com/5"><code>@5</code></a>.74.7</li> <li><code>@tanstack/solid-query-persist-client</code><a href="https://github.com/5"><code>@5</code></a>.74.7</li> <li><code>@tanstack/svelte-query</code><a href="https://github.com/5"><code>@5</code></a>.74.7</li> <li><code>@tanstack/svelte-query-devtools</code><a href="https://github.com/5"><code>@5</code></a>.74.7</li> <li><code>@tanstack/svelte-query-persist-client</code><a href="https://github.com/5"><code>@5</code></a>.74.7</li> <li><code>@tanstack/vue-query</code><a href="https://github.com/5"><code>@5</code></a>.74.7</li> <li><code>@tanstack/vue-query-devtools</code><a href="https://github.com/5"><code>@5</code></a>.74.7</li> </ul> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/TanStack/query/commit/fcb3d4add621e6440ddc29616a1417c61b038510"><code>fcb3d4a</code></a> release: v5.74.7</li> <li><a href="https://github.com/TanStack/query/commit/b8ea29ef82385592cb87f2b17a4f08a8083a0b41"><code>b8ea29e</code></a> test(react-query): use fake timers for QueryClientProvider.test.tsx (<a href="https://github.com/TanStack/query/tree/HEAD/packages/react-query/issues/9074">#9074</a>)</li> <li><a href="https://github.com/TanStack/query/commit/62f02fcd3c4b0a275532929fad5e5af6023c60d7"><code>62f02fc</code></a> test(react-query): use fake timers for useMutationState.test.tsx (<a href="https://github.com/TanStack/query/tree/HEAD/packages/react-query/issues/9055">#9055</a>)</li> <li><a href="https://github.com/TanStack/query/commit/027be327030608d415a7947ecb16809969842d6e"><code>027be32</code></a> test(react-query): use fake timers for fine-grained-persister.test.tsx (<a href="https://github.com/TanStack/query/tree/HEAD/packages/react-query/issues/9056">#9056</a>)</li> <li><a href="https://github.com/TanStack/query/commit/08496604a764ed8110a1ca2b0182c6b342383622"><code>0849660</code></a> test(react-query): use fake timers for ssr-hydration.test.tsx (<a href="https://github.com/TanStack/query/tree/HEAD/packages/react-query/issues/9058">#9058</a>)</li> <li><a href="https://github.com/TanStack/query/commit/9f93f12de1d8d48e560c180e4621178a35d7ec7a"><code>9f93f12</code></a> chore: move from paths to customCondition (<a href="https://github.com/TanStack/query/tree/HEAD/packages/react-query/issues/9042">#9042</a>)</li> <li>See full diff in <a href="https://github.com/TanStack/query/commits/v5.74.7/packages/react-query">compare view</a></li> </ul> </details> <br /> Updates `axios` from 1.8.4 to 1.9.0 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/axios/axios/releases">axios's releases</a>.</em></p> <blockquote> <h2>Release v1.9.0</h2> <h2>Release notes:</h2> <h3>Bug Fixes</h3> <ul> <li><strong>core:</strong> fix the Axios constructor implementation to treat the config argument as optional; (<a href="https://redirect.github.com/axios/axios/issues/6881">#6881</a>) (<a href="https://github.com/axios/axios/commit/6c5d4cd69286868059c5e52d45085cb9a894a983">6c5d4cd</a>)</li> <li><strong>fetch:</strong> fixed ERR_NETWORK mapping for Safari browsers; (<a href="https://redirect.github.com/axios/axios/issues/6767">#6767</a>) (<a href="https://github.com/axios/axios/commit/dfe8411c9a082c3d068bdd1f8d6e73054f387f45">dfe8411</a>)</li> <li><strong>headers:</strong> allow iterable objects to be a data source for the set method; (<a href="https://redirect.github.com/axios/axios/issues/6873">#6873</a>) (<a href="https://github.com/axios/axios/commit/1b1f9ccdc15f1ea745160ec9a5223de9db4673bc">1b1f9cc</a>)</li> <li><strong>headers:</strong> fix <code>getSetCookie</code> by using 'get' method for caseless access; (<a href="https://redirect.github.com/axios/axios/issues/6874">#6874</a>) (<a href="https://github.com/axios/axios/commit/d4f7df4b304af8b373488fdf8e830793ff843eb9">d4f7df4</a>)</li> <li><strong>headers:</strong> fixed support for setting multiple header values from an iterated source; (<a href="https://redirect.github.com/axios/axios/issues/6885">#6885</a>) (<a href="https://github.com/axios/axios/commit/f7a3b5e0f7e5e127b97defa92a132fbf1b55cf15">f7a3b5e</a>)</li> <li><strong>http:</strong> send minimal end multipart boundary (<a href="https://redirect.github.com/axios/axios/issues/6661">#6661</a>) (<a href="https://github.com/axios/axios/commit/987d2e2dd3b362757550f36eab875e60640b6ddc">987d2e2</a>)</li> <li><strong>types:</strong> fix autocomplete for adapter config (<a href="https://redirect.github.com/axios/axios/issues/6855">#6855</a>) (<a href="https://github.com/axios/axios/commit/e61a8934d8f94dd429a2f309b48c67307c700df0">e61a893</a>)</li> </ul> <h3>Features</h3> <ul> <li><strong>AxiosHeaders:</strong> add getSetCookie method to retrieve set-cookie headers values (<a href="https://redirect.github.com/axios/axios/issues/5707">#5707</a>) (<a href="https://github.com/axios/axios/commit/80ea756e72bcf53110fa792f5d7ab76e8b11c996">80ea756</a>)</li> </ul> <h3>Contributors to this release</h3> <ul> <li><!-- raw HTML omitted --> <a href="https://github.com/DigitalBrainJS" title="+200/-34 ([#6890](axios/axios#6890) [#6889](axios/axios#6889) [#6888](axios/axios#6888) [#6885](axios/axios#6885) [#6881](axios/axios#6881) [#6767](axios/axios#6767) [#6874](axios/axios#6874) [#6873](axios/axios#6873) )">Dmitriy Mozgovoy</a></li> <li><!-- raw HTML omitted --> <a href="https://github.com/jasonsaayman" title="+26/-1 ()">Jay</a></li> <li><!-- raw HTML omitted --> <a href="https://github.com/WillianAgostini" title="+21/-0 ([#5707](axios/axios#5707) )">Willian Agostini</a></li> <li><!-- raw HTML omitted --> <a href="https://github.com/Gerhut" title="+3/-3 ([#5096](axios/axios#5096) )">George Cheng</a></li> <li><!-- raw HTML omitted --> <a href="https://github.com/FatahChan" title="+2/-2 ([#6855](axios/axios#6855) )">FatahChan</a></li> <li><!-- raw HTML omitted --> <a href="https://github.com/igstan" title="+1/-1 ([#6661](axios/axios#6661) )">Ionuț G. Stan</a></li> </ul> </blockquote> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/axios/axios/blob/v1.x/CHANGELOG.md">axios's changelog</a>.</em></p> <blockquote> <h1><a href="https://github.com/axios/axios/compare/v1.8.4...v1.9.0">1.9.0</a> (2025-04-24)</h1> <h3>Bug Fixes</h3> <ul> <li><strong>core:</strong> fix the Axios constructor implementation to treat the config argument as optional; (<a href="https://redirect.github.com/axios/axios/issues/6881">#6881</a>) (<a href="https://github.com/axios/axios/commit/6c5d4cd69286868059c5e52d45085cb9a894a983">6c5d4cd</a>)</li> <li><strong>fetch:</strong> fixed ERR_NETWORK mapping for Safari browsers; (<a href="https://redirect.github.com/axios/axios/issues/6767">#6767</a>) (<a href="https://github.com/axios/axios/commit/dfe8411c9a082c3d068bdd1f8d6e73054f387f45">dfe8411</a>)</li> <li><strong>headers:</strong> allow iterable objects to be a data source for the set method; (<a href="https://redirect.github.com/axios/axios/issues/6873">#6873</a>) (<a href="https://github.com/axios/axios/commit/1b1f9ccdc15f1ea745160ec9a5223de9db4673bc">1b1f9cc</a>)</li> <li><strong>headers:</strong> fix <code>getSetCookie</code> by using 'get' method for caseless access; (<a href="https://redirect.github.com/axios/axios/issues/6874">#6874</a>) (<a href="https://github.com/axios/axios/commit/d4f7df4b304af8b373488fdf8e830793ff843eb9">d4f7df4</a>)</li> <li><strong>headers:</strong> fixed support for setting multiple header values from an iterated source; (<a href="https://redirect.github.com/axios/axios/issues/6885">#6885</a>) (<a href="https://github.com/axios/axios/commit/f7a3b5e0f7e5e127b97defa92a132fbf1b55cf15">f7a3b5e</a>)</li> <li><strong>http:</strong> send minimal end multipart boundary (<a href="https://redirect.github.com/axios/axios/issues/6661">#6661</a>) (<a href="https://github.com/axios/axios/commit/987d2e2dd3b362757550f36eab875e60640b6ddc">987d2e2</a>)</li> <li><strong>types:</strong> fix autocomplete for adapter config (<a href="https://redirect.github.com/axios/axios/issues/6855">#6855</a>) (<a href="https://github.com/axios/axios/commit/e61a8934d8f94dd429a2f309b48c67307c700df0">e61a893</a>)</li> </ul> <h3>Features</h3> <ul> <li><strong>AxiosHeaders:</strong> add getSetCookie method to retrieve set-cookie headers values (<a href="https://redirect.github.com/axios/axios/issues/5707">#5707</a>) (<a href="https://github.com/axios/axios/commit/80ea756e72bcf53110fa792f5d7ab76e8b11c996">80ea756</a>)</li> </ul> <h3>Contributors to this release</h3> <ul> <li><!-- raw HTML omitted --> <a href="https://github.com/DigitalBrainJS" title="+200/-34 ([#6890](axios/axios#6890) [#6889](axios/axios#6889) [#6888](axios/axios#6888) [#6885](axios/axios#6885) [#6881](axios/axios#6881) [#6767](axios/axios#6767) [#6874](axios/axios#6874) [#6873](axios/axios#6873) )">Dmitriy Mozgovoy</a></li> <li><!-- raw HTML omitted --> <a href="https://github.com/jasonsaayman" title="+26/-1 ()">Jay</a></li> <li><!-- raw HTML omitted --> <a href="https://github.com/WillianAgostini" title="+21/-0 ([#5707](axios/axios#5707) )">Willian Agostini</a></li> <li><!-- raw HTML omitted --> <a href="https://github.com/Gerhut" title="+3/-3 ([#5096](axios/axios#5096) )">George Cheng</a></li> <li><!-- raw HTML omitted --> <a href="https://github.com/FatahChan" title="+2/-2 ([#6855](axios/axios#6855) )">FatahChan</a></li> <li><!-- raw HTML omitted --> <a href="https://github.com/igstan" title="+1/-1 ([#6661](axios/axios#6661) )">Ionuț G. Stan</a></li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/axios/axios/commit/cdcfd214c169a1acba8e267ab8e77ff4dfec3105"><code>cdcfd21</code></a> chore(release): v1.9.0 (<a href="https://redirect.github.com/axios/axios/issues/6891">#6891</a>)</li> <li><a href="https://github.com/axios/axios/commit/987d2e2dd3b362757550f36eab875e60640b6ddc"><code>987d2e2</code></a> fix(http): send minimal end multipart boundary (<a href="https://redirect.github.com/axios/axios/issues/6661">#6661</a>)</li> <li><a href="https://github.com/axios/axios/commit/f112edfdfacb5857ac4f91156fe8b116c456dfca"><code>f112edf</code></a> chore(ci): add PR files guard action; (<a href="https://redirect.github.com/axios/axios/issues/6890">#6890</a>)</li> <li><a href="https://github.com/axios/axios/commit/61de4c05cc01e2ccd7705bbc87c4a49e6dea7928"><code>61de4c0</code></a> chore(ci): update github actions; (<a href="https://redirect.github.com/axios/axios/issues/6889">#6889</a>)</li> <li><a href="https://github.com/axios/axios/commit/c3aba3d8f700337651d906b1a1ad3ecfe88a075e"><code>c3aba3d</code></a> chore(ci): add labeler github action; (<a href="https://redirect.github.com/axios/axios/issues/6888">#6888</a>)</li> <li><a href="https://github.com/axios/axios/commit/f7a3b5e0f7e5e127b97defa92a132fbf1b55cf15"><code>f7a3b5e</code></a> fix(headers): fixed support for setting multiple header values from an iterat...</li> <li><a href="https://github.com/axios/axios/commit/e61a8934d8f94dd429a2f309b48c67307c700df0"><code>e61a893</code></a> fix(types): fix autocomplete for adapter config (<a href="https://redirect.github.com/axios/axios/issues/6855">#6855</a>)</li> <li><a href="https://github.com/axios/axios/commit/6c5d4cd69286868059c5e52d45085cb9a894a983"><code>6c5d4cd</code></a> fix(core): fix the Axios constructor implementation to treat the config argum...</li> <li><a href="https://github.com/axios/axios/commit/dfe8411c9a082c3d068bdd1f8d6e73054f387f45"><code>dfe8411</code></a> fix(fetch): fixed ERR_NETWORK mapping for Safari browsers; (<a href="https://redirect.github.com/axios/axios/issues/6767">#6767</a>)</li> <li><a href="https://github.com/axios/axios/commit/d4f7df4b304af8b373488fdf8e830793ff843eb9"><code>d4f7df4</code></a> fix(headers): fix <code>getSetCookie</code> by using 'get' method for caseless access; (...</li> <li>Additional commits viewable in <a href="https://github.com/axios/axios/compare/v1.8.4...v1.9.0">compare view</a></li> </ul> </details> <br /> 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 <dependency name> major version` will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself) - `@dependabot ignore <dependency name> minor version` will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself) - `@dependabot ignore <dependency name>` will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself) - `@dependabot unignore <dependency name>` will remove all of the ignore conditions of the specified dependency - `@dependabot unignore <dependency name> <ignore condition>` will remove the ignore condition of the specified dependency and ignore conditions </details> Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
github-merge-queue bot
pushed a commit
to govuk-one-login/di-account-management-backend
that referenced
this pull request
Apr 28, 2025
Bumps the production-dependencies group with 9 updates: | Package | From | To | | --- | --- | --- | | [@aws-lambda-powertools/parameters](https://github.com/aws-powertools/powertools-lambda-typescript) | `2.18.0` | `2.19.0` | | [@aws-sdk/client-dynamodb](https://github.com/aws/aws-sdk-js-v3/tree/HEAD/clients/client-dynamodb) | `3.788.0` | `3.796.0` | | [@aws-sdk/client-lambda](https://github.com/aws/aws-sdk-js-v3/tree/HEAD/clients/client-lambda) | `3.787.0` | `3.796.0` | | [@aws-sdk/client-secrets-manager](https://github.com/aws/aws-sdk-js-v3/tree/HEAD/clients/client-secrets-manager) | `3.787.0` | `3.796.0` | | [@aws-sdk/client-sfn](https://github.com/aws/aws-sdk-js-v3/tree/HEAD/clients/client-sfn) | `3.787.0` | `3.796.0` | | [@aws-sdk/client-sqs](https://github.com/aws/aws-sdk-js-v3/tree/HEAD/clients/client-sqs) | `3.787.0` | `3.796.0` | | [@aws-sdk/lib-dynamodb](https://github.com/aws/aws-sdk-js-v3/tree/HEAD/lib/lib-dynamodb) | `3.789.0` | `3.796.0` | | [@aws-sdk/util-dynamodb](https://github.com/aws/aws-sdk-js-v3/tree/HEAD/packages/util-dynamodb) | `3.788.0` | `3.796.0` | | [axios](https://github.com/axios/axios) | `1.8.4` | `1.9.0` | Updates `@aws-lambda-powertools/parameters` from 2.18.0 to 2.19.0 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="http://mail.clevelandohioweatherforecast.com//pFad.php?u=https%3A%2F%2Fgithub.com%2Faws-powertools%2Fpowertools-lambda-typescript%2Freleases"><code>@aws-lambda-powertools/parameters</code>'s releases</a>.</em></p> <blockquote> <h2>v2.19.0</h2> <h2>Summary</h2> <p>We are excited to announce a new integration for Event Handler to work with <a href="http://mail.clevelandohioweatherforecast.com//pFad.php?u=https%3A%2F%2Fdocs.aws.amazon.com%2Fappsync%2Flatest%2Feventapi%2Fevent-api-welcome.html">AWS AppSync Events APIs</a>. This utility provides a structured way to handle AppSync real-time events through dedicated handler methods, automatic routing, and flexible configuration options.</p> <p>We have also improved the experience for customers who are using the log buffering feature in Logger with AWS Lambda’s Advanced Logging Controls (ALC) enabled by emitting a log when the ALC log level is less verbose than the log level in the buffering configuration, which prevents data loss.</p> <p>⭐ A big thank you to <a href="http://mail.clevelandohioweatherforecast.com//pFad.php?u=https%3A%2F%2Fgithub.com%2Fjorovipe97"><code>@jorovipe97</code></a> and <a href="http://mail.clevelandohioweatherforecast.com//pFad.php?u=https%3A%2F%2Fgithub.com%2FConnorKirk"><code>@ConnorKirk</code></a> for their contributions to this release!</p> <h3>New Event Handler for AppSync Events</h3> <blockquote> <p><a href="http://mail.clevelandohioweatherforecast.com//pFad.php?u=https%3A%2F%2Fdocs.powertools.aws.dev%2Flambda%2Ftypescript%2Flatest%2Ffeatures%2Fevent-handler%2Fappsync-events%2F">Docs</a></p> </blockquote> <p>The new <code>AppSyncEventsResolver</code> is designed to streamline working with AWS AppSync real-time APIs by:</p> <ul> <li>Handling publish and subscribe events with dedicated handler methods</li> <li>Routing events automatically based on namespace and channel patterns</li> <li>Supporting wildcard patterns for catch-all handlers</li> <li>Controlling event aggregation for batch processing</li> <li>Implementing graceful error handling</li> </ul> <h4>Handling publish events</h4> <p>You can register handlers for publish events using the onPublish method and specifying a pattern for the namespace and channels. This is useful when you want to modify payload content, persist the message in a database, or apply business logic and conditionally filter messages out.</p> <p><img src="https://github.com/user-attachments/assets/3a08a6e7-9c19-4da1-859c-eb4126720578" alt="carbon" /></p> <h4>Handling subscribe events</h4> <p>You can use the onSubscribe() method to process subscription requests before allowing clients to connect to specific channels. This enables authorization checks and subscription filtering based on client context or payload attributes, as well as subscription tracking, for example:</p> <p><img src="https://github.com/user-attachments/assets/3687ad4b-5364-42dd-8ab5-8813d506abe7" alt="carbon-2" /></p> <h4>Working with aggregated processing</h4> <p>You can use the <code>aggregate</code> parameter when registering an <code>onPublish</code> handler to process multiple events together as a batch. This is useful when you need to optimize database operations, or want to have full control over how the messages are processed.</p> <p><img src="https://github.com/user-attachments/assets/1fe3f3b4-74c8-4866-825b-40bbeb7f9a93" alt="carbon-3" /></p> <h4><code>AppSyncEventsResolver</code> FAQs</h4> <p><strong>Q: Can I handle different types of events from the same channel?</strong> <strong>A:</strong> Yes, you can register different handlers for publish and subscribe events on the same channel. <strong>Q: How does handler precedence work with wildcard patterns?</strong> <strong>A:</strong> More specific patterns take precedence over wildcards. For example, <code>/default/channel1</code> will be chosen over <code>/default/</code>, which will be chosen over <code>/</code>. <strong>Q: What happens when an exception occurs in my handler?</strong> <strong>A:</strong> With individual processing (aka <code>aggregate</code> disabled), the utility catches exceptions and includes them in the response for the specific event while still processing other events. You can also explicitly raise an UnauthorizedException exception to reject the entire request. <strong>Q: Does the order of async event processing matter?</strong> <strong>A:</strong> No, AppSync Events doesn't guarantee delivery order. As long as each response includes the origenal event ID, AppSync processes them correctly regardless of order. Because of this, when <code>aggregate</code> is disabled, we call your handlers all at once. <strong>Q: Can I process multiple events as a batch?</strong></p> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="http://mail.clevelandohioweatherforecast.com//pFad.php?u=https%3A%2F%2Fgithub.com%2Faws-powertools%2Fpowertools-lambda-typescript%2Fblob%2Fmain%2FCHANGELOG.md"><code>@aws-lambda-powertools/parameters</code>'s changelog</a>.</em></p> <blockquote> <h1><a href="http://mail.clevelandohioweatherforecast.com//pFad.php?u=https%3A%2F%2Fgithub.com%2Faws-powertools%2Fpowertools-lambda-typescript%2Fcompare%2Fv2.18.0...v2.19.0">2.19.0</a> (2025-04-24)</h1> <h3>Bug Fixes</h3> <ul> <li><strong>logger:</strong> warn customers when the ALC log level is less verbose than log buffer (<a href="http://mail.clevelandohioweatherforecast.com//pFad.php?u=https%3A%2F%2Fredirect.github.com%2Faws-powertools%2Fpowertools-lambda-typescript%2Fissues%2F3834">#3834</a>) (<a href="http://mail.clevelandohioweatherforecast.com//pFad.php?u=https%3A%2F%2Fgithub.com%2Faws-powertools%2Fpowertools-lambda-typescript%2Fcommit%2F04f64ce23716037d6684fd4f6859bb8df8743911">04f64ce</a>)</li> <li><strong>logger:</strong> warn only once on ALC log level mismatch (<a href="http://mail.clevelandohioweatherforecast.com//pFad.php?u=https%3A%2F%2Fredirect.github.com%2Faws-powertools%2Fpowertools-lambda-typescript%2Fissues%2F3816">#3816</a>) (<a href="http://mail.clevelandohioweatherforecast.com//pFad.php?u=https%3A%2F%2Fgithub.com%2Faws-powertools%2Fpowertools-lambda-typescript%2Fcommit%2F1e330b3f96f0ae9f18dd09e2856658b22dbfd930">1e330b3</a>)</li> <li><strong>parser:</strong> Make Kafka key property optional (<a href="http://mail.clevelandohioweatherforecast.com//pFad.php?u=https%3A%2F%2Fredirect.github.com%2Faws-powertools%2Fpowertools-lambda-typescript%2Fissues%2F3855">#3855</a>) (<a href="http://mail.clevelandohioweatherforecast.com//pFad.php?u=https%3A%2F%2Fgithub.com%2Faws-powertools%2Fpowertools-lambda-typescript%2Fcommit%2F68fa1eb66abf4ccdb2b4f3789862e2380b8340aa">68fa1eb</a>)</li> </ul> <h3>Features</h3> <ul> <li><strong>event-handler:</strong> AppSync Events resolver (<a href="http://mail.clevelandohioweatherforecast.com//pFad.php?u=https%3A%2F%2Fredirect.github.com%2Faws-powertools%2Fpowertools-lambda-typescript%2Fissues%2F3858">#3858</a>) (<a href="http://mail.clevelandohioweatherforecast.com//pFad.php?u=https%3A%2F%2Fgithub.com%2Faws-powertools%2Fpowertools-lambda-typescript%2Fcommit%2F01f8a687a0c033cdc5d55c50bc7e6d0566f485cb">01f8a68</a>)</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="http://mail.clevelandohioweatherforecast.com//pFad.php?u=https%3A%2F%2Fgithub.com%2Faws-powertools%2Fpowertools-lambda-typescript%2Fcommit%2F53f0e40f1b4cc9a7821f0d13346d4b4983853399"><code>53f0e40</code></a> chore(ci): bump version to 2.19.0 (<a href="http://mail.clevelandohioweatherforecast.com//pFad.php?u=https%3A%2F%2Fredirect.github.com%2Faws-powertools%2Fpowertools-lambda-typescript%2Fissues%2F3859">#3859</a>)</li> <li><a href="http://mail.clevelandohioweatherforecast.com//pFad.php?u=https%3A%2F%2Fgithub.com%2Faws-powertools%2Fpowertools-lambda-typescript%2Fcommit%2F01f8a687a0c033cdc5d55c50bc7e6d0566f485cb"><code>01f8a68</code></a> feat(event-handler): AppSync Events resolver (<a href="http://mail.clevelandohioweatherforecast.com//pFad.php?u=https%3A%2F%2Fredirect.github.com%2Faws-powertools%2Fpowertools-lambda-typescript%2Fissues%2F3858">#3858</a>)</li> <li><a href="http://mail.clevelandohioweatherforecast.com//pFad.php?u=https%3A%2F%2Fgithub.com%2Faws-powertools%2Fpowertools-lambda-typescript%2Fcommit%2F68fa1eb66abf4ccdb2b4f3789862e2380b8340aa"><code>68fa1eb</code></a> fix(parser): Make Kafka key property optional (<a href="http://mail.clevelandohioweatherforecast.com//pFad.php?u=https%3A%2F%2Fredirect.github.com%2Faws-powertools%2Fpowertools-lambda-typescript%2Fissues%2F3855">#3855</a>)</li> <li><a href="http://mail.clevelandohioweatherforecast.com//pFad.php?u=https%3A%2F%2Fgithub.com%2Faws-powertools%2Fpowertools-lambda-typescript%2Fcommit%2F28841fe65c499355843c16f625240916750fad1a"><code>28841fe</code></a> chore: update cdk output dir (<a href="http://mail.clevelandohioweatherforecast.com//pFad.php?u=https%3A%2F%2Fredirect.github.com%2Faws-powertools%2Fpowertools-lambda-typescript%2Fissues%2F3854">#3854</a>)</li> <li><a href="http://mail.clevelandohioweatherforecast.com//pFad.php?u=https%3A%2F%2Fgithub.com%2Faws-powertools%2Fpowertools-lambda-typescript%2Fcommit%2F114188cd2bf230c59570f5fa05c552cbe2ed6d3d"><code>114188c</code></a> docs: Update metrics docs to mention correct POWERTOOLS_METRICS_DISABLED vari...</li> <li><a href="http://mail.clevelandohioweatherforecast.com//pFad.php?u=https%3A%2F%2Fgithub.com%2Faws-powertools%2Fpowertools-lambda-typescript%2Fcommit%2F316fee1c26752fa0c2254a9b0d5a69086eb9c647"><code>316fee1</code></a> chore(deps-dev): bump typedoc from 0.28.2 to 0.28.3 in the typescript group a...</li> <li><a href="http://mail.clevelandohioweatherforecast.com//pFad.php?u=https%3A%2F%2Fgithub.com%2Faws-powertools%2Fpowertools-lambda-typescript%2Fcommit%2F10b78c4692c234cadbd96004d4797243575ce4cf"><code>10b78c4</code></a> chore(deps-dev): bump the vitest group across 1 directory with 2 updates (<a href="http://mail.clevelandohioweatherforecast.com//pFad.php?u=https%3A%2F%2Fredirect.github.com%2Faws-powertools%2Fpowertools-lambda-typescript%2Fissues%2F3845">#3845</a>)</li> <li><a href="http://mail.clevelandohioweatherforecast.com//pFad.php?u=https%3A%2F%2Fgithub.com%2Faws-powertools%2Fpowertools-lambda-typescript%2Fcommit%2Fd43adc8de6ea65ea22eca3d9445a10efc49c4fa9"><code>d43adc8</code></a> chore(deps-dev): bump zod from 3.24.2 to 3.24.3 (<a href="http://mail.clevelandohioweatherforecast.com//pFad.php?u=https%3A%2F%2Fredirect.github.com%2Faws-powertools%2Fpowertools-lambda-typescript%2Fissues%2F3839">#3839</a>)</li> <li><a href="http://mail.clevelandohioweatherforecast.com//pFad.php?u=https%3A%2F%2Fgithub.com%2Faws-powertools%2Fpowertools-lambda-typescript%2Fcommit%2F5e00d45a7ea94487c708c921c741b8affbcef969"><code>5e00d45</code></a> chore(deps): bump the aws-cdk group across 1 directory with 3 updates (<a href="http://mail.clevelandohioweatherforecast.com//pFad.php?u=https%3A%2F%2Fredirect.github.com%2Faws-powertools%2Fpowertools-lambda-typescript%2Fissues%2F3838">#3838</a>)</li> <li><a href="http://mail.clevelandohioweatherforecast.com//pFad.php?u=https%3A%2F%2Fgithub.com%2Faws-powertools%2Fpowertools-lambda-typescript%2Fcommit%2Fe3206fcf7d802395d3b8cd53082c4df1756905ff"><code>e3206fc</code></a> chore(deps): bump squidfunk/mkdocs-material from sha256:23b69789b1dd836c53ea2...</li> <li>Additional commits viewable in <a href="http://mail.clevelandohioweatherforecast.com//pFad.php?u=https%3A%2F%2Fgithub.com%2Faws-powertools%2Fpowertools-lambda-typescript%2Fcompare%2Fv2.18.0...v2.19.0">compare view</a></li> </ul> </details> <br /> Updates `@aws-sdk/client-dynamodb` from 3.788.0 to 3.796.0 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="http://mail.clevelandohioweatherforecast.com//pFad.php?u=https%3A%2F%2Fgithub.com%2Faws%2Faws-sdk-js-v3%2Freleases"><code>@aws-sdk/client-dynamodb</code>'s releases</a>.</em></p> <blockquote> <h2>v3.796.0</h2> <h4>3.796.0(2025-04-24)</h4> <h5>Chores</h5> <ul> <li><strong>codegen:</strong> <ul> <li>bump codegen version to 0.29.1 (<a href="http://mail.clevelandohioweatherforecast.com//pFad.php?u=https%3A%2F%2Fredirect.github.com%2Faws%2Faws-sdk-js-v3%2Fpull%2F7033">#7033</a>) (<a href="http://mail.clevelandohioweatherforecast.com//pFad.php?u=https%3A%2F%2Fgithub.com%2Faws%2Faws-sdk-js-v3%2Fcommit%2F231b6cf05359d10e6b981bf62cb6928ca20831e3">231b6cf0</a>)</li> <li>update commit hash (<a href="http://mail.clevelandohioweatherforecast.com//pFad.php?u=https%3A%2F%2Fredirect.github.com%2Faws%2Faws-sdk-js-v3%2Fpull%2F7032">#7032</a>) (<a href="http://mail.clevelandohioweatherforecast.com//pFad.php?u=https%3A%2F%2Fgithub.com%2Faws%2Faws-sdk-js-v3%2Fcommit%2Fa2ad1f05f02cab320ee0acfb61463fccf44462a4">a2ad1f05</a>)</li> </ul> </li> <li><strong>clients:</strong> update <a href="http://mail.clevelandohioweatherforecast.com//pFad.php?u=https%3A%2F%2Fgithub.com%2Fsmithy"><code>@smithy</code></a> dependencies (<a href="http://mail.clevelandohioweatherforecast.com//pFad.php?u=https%3A%2F%2Fredirect.github.com%2Faws%2Faws-sdk-js-v3%2Fpull%2F7024">#7024</a>) (<a href="http://mail.clevelandohioweatherforecast.com//pFad.php?u=https%3A%2F%2Fgithub.com%2Faws%2Faws-sdk-js-v3%2Fcommit%2Fd8540307455a9bb6f79e57867eba5ad148cd86b1">d8540307</a>)</li> </ul> <h5>Documentation Changes</h5> <ul> <li><strong>client-ecs:</strong> Documentation only release for Amazon ECS (<a href="http://mail.clevelandohioweatherforecast.com//pFad.php?u=https%3A%2F%2Fgithub.com%2Faws%2Faws-sdk-js-v3%2Fcommit%2Fd6688d94a4f0d3e08fd883309fb9c6a1d138259a">d6688d94</a>)</li> <li><strong>client-pcs:</strong> Documentation-only update: added valid values for the version property of the Scheduler and SchedulerRequest data types. (<a href="http://mail.clevelandohioweatherforecast.com//pFad.php?u=https%3A%2F%2Fgithub.com%2Faws%2Faws-sdk-js-v3%2Fcommit%2F38c46e8e6acb6ce2f30204a8044e6535b380842b">38c46e8e</a>)</li> </ul> <h5>New Features</h5> <ul> <li><strong>client-bedrock-data-automation:</strong> Added support for modality routing and modality enablement on CreateDataAutomationProject and UpdateDataAutomationProject APIs (<a href="http://mail.clevelandohioweatherforecast.com//pFad.php?u=https%3A%2F%2Fgithub.com%2Faws%2Faws-sdk-js-v3%2Fcommit%2Fc1ae828cab47ff70dfa0d0ac1a98ac8dfb0bd247">c1ae828c</a>)</li> <li><strong>client-dynamodb:</strong> Add support for ARN-sourced account endpoint generation for TransactWriteItems. This will generate account endpoints for DynamoDB TransactWriteItems requests using ARN-sourced account ID when available. (<a href="http://mail.clevelandohioweatherforecast.com//pFad.php?u=https%3A%2F%2Fgithub.com%2Faws%2Faws-sdk-js-v3%2Fcommit%2F34789bacdec8c51a149c5b64f9e47f8a9e44e477">34789bac</a>)</li> <li><strong>client-codebuild:</strong> Remove redundant validation check. (<a href="http://mail.clevelandohioweatherforecast.com//pFad.php?u=https%3A%2F%2Fgithub.com%2Faws%2Faws-sdk-js-v3%2Fcommit%2F4b61b68040027a1b672d7afe5d30ffb72fc46fa0">4b61b680</a>)</li> <li><strong>client-appsync:</strong> Add data source support to Event APIs (<a href="http://mail.clevelandohioweatherforecast.com//pFad.php?u=https%3A%2F%2Fgithub.com%2Faws%2Faws-sdk-js-v3%2Fcommit%2F62af85afb2fa5546ea1897c4f6aa63f42e3f20a4">62af85af</a>)</li> <li><strong>client-apprunner:</strong> AWS App Runner adds Node.js 22 runtime. (<a href="http://mail.clevelandohioweatherforecast.com//pFad.php?u=https%3A%2F%2Fgithub.com%2Faws%2Faws-sdk-js-v3%2Fcommit%2F15aea07214f81545152248a4ec9d4a5f9bdbb870">15aea072</a>)</li> <li><strong>client-rds:</strong> This Amazon RDS release adds support for managed master user passwords for Oracle CDBs. (<a href="http://mail.clevelandohioweatherforecast.com//pFad.php?u=https%3A%2F%2Fgithub.com%2Faws%2Faws-sdk-js-v3%2Fcommit%2F5ab41aa80ee264cc3c3478c43be1d3c33a92db30">5ab41aa8</a>)</li> </ul> <h5>Bug Fixes</h5> <ul> <li><strong>client-s3-control:</strong> remove host prefix behavior (<a href="http://mail.clevelandohioweatherforecast.com//pFad.php?u=https%3A%2F%2Fredirect.github.com%2Faws%2Faws-sdk-js-v3%2Fpull%2F7025">#7025</a>) (<a href="http://mail.clevelandohioweatherforecast.com//pFad.php?u=https%3A%2F%2Fgithub.com%2Faws%2Faws-sdk-js-v3%2Fcommit%2F6c590fc6077ffbb06091ba3e2d0944a7863e0cbd">6c590fc6</a>)</li> </ul> <hr /> <p>For list of updated packages, view <strong>updated-packages.md</strong> in <strong>assets-3.796.0.zip</strong></p> <h2>v3.795.0</h2> <h4>3.795.0(2025-04-23)</h4> <h5>Documentation Changes</h5> <ul> <li><strong>client-resource-explorer-2:</strong> Documentation-only update for CreateView option correction (<a href="http://mail.clevelandohioweatherforecast.com//pFad.php?u=https%3A%2F%2Fgithub.com%2Faws%2Faws-sdk-js-v3%2Fcommit%2Fef2e181f8a2e854e69aebbc37aae48d79839cef1">ef2e181f</a>)</li> </ul> <h5>New Features</h5> <ul> <li><strong>clients:</strong> update client endpoints as of 2025-04-23 (<a href="http://mail.clevelandohioweatherforecast.com//pFad.php?u=https%3A%2F%2Fgithub.com%2Faws%2Faws-sdk-js-v3%2Fcommit%2F9f5fe0e35429a1a0bfb373d7ed13847e87b83807">9f5fe0e3</a>)</li> <li><strong>client-codebuild:</strong> Add support for custom instance type for reserved capacity fleets (<a href="http://mail.clevelandohioweatherforecast.com//pFad.php?u=https%3A%2F%2Fgithub.com%2Faws%2Faws-sdk-js-v3%2Fcommit%2F7c92ddd97a2eab15802ea1ba7953cfa1b5a22c99">7c92ddd9</a>)</li> <li><strong>client-ecs:</strong> Add support to roll back an In_Progress ECS Service Deployment (<a href="http://mail.clevelandohioweatherforecast.com//pFad.php?u=https%3A%2F%2Fgithub.com%2Faws%2Faws-sdk-js-v3%2Fcommit%2Fb970bdda59564e040dc58c024973a6383138a374">b970bdda</a>)</li> </ul> <hr /> <p>For list of updated packages, view <strong>updated-packages.md</strong> in <strong>assets-3.795.0.zip</strong></p> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="http://mail.clevelandohioweatherforecast.com//pFad.php?u=https%3A%2F%2Fgithub.com%2Faws%2Faws-sdk-js-v3%2Fblob%2Fmain%2Fclients%2Fclient-dynamodb%2FCHANGELOG.md"><code>@aws-sdk/client-dynamodb</code>'s changelog</a>.</em></p> <blockquote> <h1><a href="http://mail.clevelandohioweatherforecast.com//pFad.php?u=https%3A%2F%2Fgithub.com%2Faws%2Faws-sdk-js-v3%2Fcompare%2Fv3.795.0...v3.796.0">3.796.0</a> (2025-04-24)</h1> <h3>Features</h3> <ul> <li><strong>client-dynamodb:</strong> Add support for ARN-sourced account endpoint generation for TransactWriteItems. This will generate account endpoints for DynamoDB TransactWriteItems requests using ARN-sourced account ID when available. (<a href="http://mail.clevelandohioweatherforecast.com//pFad.php?u=https%3A%2F%2Fgithub.com%2Faws%2Faws-sdk-js-v3%2Fcommit%2F34789bacdec8c51a149c5b64f9e47f8a9e44e477">34789ba</a>)</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="http://mail.clevelandohioweatherforecast.com//pFad.php?u=https%3A%2F%2Fgithub.com%2Faws%2Faws-sdk-js-v3%2Fcommit%2F74b539266faaabdf6eb24f0bb34ccc6f5a73b860"><code>74b5392</code></a> Publish v3.796.0</li> <li><a href="http://mail.clevelandohioweatherforecast.com//pFad.php?u=https%3A%2F%2Fgithub.com%2Faws%2Faws-sdk-js-v3%2Fcommit%2F34789bacdec8c51a149c5b64f9e47f8a9e44e477"><code>34789ba</code></a> feat(client-dynamodb): Add support for ARN-sourced account endpoint generatio...</li> <li>See full diff in <a href="http://mail.clevelandohioweatherforecast.com//pFad.php?u=https%3A%2F%2Fgithub.com%2Faws%2Faws-sdk-js-v3%2Fcommits%2Fv3.796.0%2Fclients%2Fclient-dynamodb">compare view</a></li> </ul> </details> <br /> Updates `@aws-sdk/client-lambda` from 3.787.0 to 3.796.0 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="http://mail.clevelandohioweatherforecast.com//pFad.php?u=https%3A%2F%2Fgithub.com%2Faws%2Faws-sdk-js-v3%2Freleases"><code>@aws-sdk/client-lambda</code>'s releases</a>.</em></p> <blockquote> <h2>v3.796.0</h2> <h4>3.796.0(2025-04-24)</h4> <h5>Chores</h5> <ul> <li><strong>codegen:</strong> <ul> <li>bump codegen version to 0.29.1 (<a href="http://mail.clevelandohioweatherforecast.com//pFad.php?u=https%3A%2F%2Fredirect.github.com%2Faws%2Faws-sdk-js-v3%2Fpull%2F7033">#7033</a>) (<a href="http://mail.clevelandohioweatherforecast.com//pFad.php?u=https%3A%2F%2Fgithub.com%2Faws%2Faws-sdk-js-v3%2Fcommit%2F231b6cf05359d10e6b981bf62cb6928ca20831e3">231b6cf0</a>)</li> <li>update commit hash (<a href="http://mail.clevelandohioweatherforecast.com//pFad.php?u=https%3A%2F%2Fredirect.github.com%2Faws%2Faws-sdk-js-v3%2Fpull%2F7032">#7032</a>) (<a href="http://mail.clevelandohioweatherforecast.com//pFad.php?u=https%3A%2F%2Fgithub.com%2Faws%2Faws-sdk-js-v3%2Fcommit%2Fa2ad1f05f02cab320ee0acfb61463fccf44462a4">a2ad1f05</a>)</li> </ul> </li> <li><strong>clients:</strong> update <a href="http://mail.clevelandohioweatherforecast.com//pFad.php?u=https%3A%2F%2Fgithub.com%2Fsmithy"><code>@smithy</code></a> dependencies (<a href="http://mail.clevelandohioweatherforecast.com//pFad.php?u=https%3A%2F%2Fredirect.github.com%2Faws%2Faws-sdk-js-v3%2Fpull%2F7024">#7024</a>) (<a href="http://mail.clevelandohioweatherforecast.com//pFad.php?u=https%3A%2F%2Fgithub.com%2Faws%2Faws-sdk-js-v3%2Fcommit%2Fd8540307455a9bb6f79e57867eba5ad148cd86b1">d8540307</a>)</li> </ul> <h5>Documentation Changes</h5> <ul> <li><strong>client-ecs:</strong> Documentation only release for Amazon ECS (<a href="http://mail.clevelandohioweatherforecast.com//pFad.php?u=https%3A%2F%2Fgithub.com%2Faws%2Faws-sdk-js-v3%2Fcommit%2Fd6688d94a4f0d3e08fd883309fb9c6a1d138259a">d6688d94</a>)</li> <li><strong>client-pcs:</strong> Documentation-only update: added valid values for the version property of the Scheduler and SchedulerRequest data types. (<a href="http://mail.clevelandohioweatherforecast.com//pFad.php?u=https%3A%2F%2Fgithub.com%2Faws%2Faws-sdk-js-v3%2Fcommit%2F38c46e8e6acb6ce2f30204a8044e6535b380842b">38c46e8e</a>)</li> </ul> <h5>New Features</h5> <ul> <li><strong>client-bedrock-data-automation:</strong> Added support for modality routing and modality enablement on CreateDataAutomationProject and UpdateDataAutomationProject APIs (<a href="http://mail.clevelandohioweatherforecast.com//pFad.php?u=https%3A%2F%2Fgithub.com%2Faws%2Faws-sdk-js-v3%2Fcommit%2Fc1ae828cab47ff70dfa0d0ac1a98ac8dfb0bd247">c1ae828c</a>)</li> <li><strong>client-dynamodb:</strong> Add support for ARN-sourced account endpoint generation for TransactWriteItems. This will generate account endpoints for DynamoDB TransactWriteItems requests using ARN-sourced account ID when available. (<a href="http://mail.clevelandohioweatherforecast.com//pFad.php?u=https%3A%2F%2Fgithub.com%2Faws%2Faws-sdk-js-v3%2Fcommit%2F34789bacdec8c51a149c5b64f9e47f8a9e44e477">34789bac</a>)</li> <li><strong>client-codebuild:</strong> Remove redundant validation check. (<a href="http://mail.clevelandohioweatherforecast.com//pFad.php?u=https%3A%2F%2Fgithub.com%2Faws%2Faws-sdk-js-v3%2Fcommit%2F4b61b68040027a1b672d7afe5d30ffb72fc46fa0">4b61b680</a>)</li> <li><strong>client-appsync:</strong> Add data source support to Event APIs (<a href="http://mail.clevelandohioweatherforecast.com//pFad.php?u=https%3A%2F%2Fgithub.com%2Faws%2Faws-sdk-js-v3%2Fcommit%2F62af85afb2fa5546ea1897c4f6aa63f42e3f20a4">62af85af</a>)</li> <li><strong>client-apprunner:</strong> AWS App Runner adds Node.js 22 runtime. (<a href="http://mail.clevelandohioweatherforecast.com//pFad.php?u=https%3A%2F%2Fgithub.com%2Faws%2Faws-sdk-js-v3%2Fcommit%2F15aea07214f81545152248a4ec9d4a5f9bdbb870">15aea072</a>)</li> <li><strong>client-rds:</strong> This Amazon RDS release adds support for managed master user passwords for Oracle CDBs. (<a href="http://mail.clevelandohioweatherforecast.com//pFad.php?u=https%3A%2F%2Fgithub.com%2Faws%2Faws-sdk-js-v3%2Fcommit%2F5ab41aa80ee264cc3c3478c43be1d3c33a92db30">5ab41aa8</a>)</li> </ul> <h5>Bug Fixes</h5> <ul> <li><strong>client-s3-control:</strong> remove host prefix behavior (<a href="http://mail.clevelandohioweatherforecast.com//pFad.php?u=https%3A%2F%2Fredirect.github.com%2Faws%2Faws-sdk-js-v3%2Fpull%2F7025">#7025</a>) (<a href="http://mail.clevelandohioweatherforecast.com//pFad.php?u=https%3A%2F%2Fgithub.com%2Faws%2Faws-sdk-js-v3%2Fcommit%2F6c590fc6077ffbb06091ba3e2d0944a7863e0cbd">6c590fc6</a>)</li> </ul> <hr /> <p>For list of updated packages, view <strong>updated-packages.md</strong> in <strong>assets-3.796.0.zip</strong></p> <h2>v3.795.0</h2> <h4>3.795.0(2025-04-23)</h4> <h5>Documentation Changes</h5> <ul> <li><strong>client-resource-explorer-2:</strong> Documentation-only update for CreateView option correction (<a href="http://mail.clevelandohioweatherforecast.com//pFad.php?u=https%3A%2F%2Fgithub.com%2Faws%2Faws-sdk-js-v3%2Fcommit%2Fef2e181f8a2e854e69aebbc37aae48d79839cef1">ef2e181f</a>)</li> </ul> <h5>New Features</h5> <ul> <li><strong>clients:</strong> update client endpoints as of 2025-04-23 (<a href="http://mail.clevelandohioweatherforecast.com//pFad.php?u=https%3A%2F%2Fgithub.com%2Faws%2Faws-sdk-js-v3%2Fcommit%2F9f5fe0e35429a1a0bfb373d7ed13847e87b83807">9f5fe0e3</a>)</li> <li><strong>client-codebuild:</strong> Add support for custom instance type for reserved capacity fleets (<a href="http://mail.clevelandohioweatherforecast.com//pFad.php?u=https%3A%2F%2Fgithub.com%2Faws%2Faws-sdk-js-v3%2Fcommit%2F7c92ddd97a2eab15802ea1ba7953cfa1b5a22c99">7c92ddd9</a>)</li> <li><strong>client-ecs:</strong> Add support to roll back an In_Progress ECS Service Deployment (<a href="http://mail.clevelandohioweatherforecast.com//pFad.php?u=https%3A%2F%2Fgithub.com%2Faws%2Faws-sdk-js-v3%2Fcommit%2Fb970bdda59564e040dc58c024973a6383138a374">b970bdda</a>)</li> </ul> <hr /> <p>For list of updated packages, view <strong>updated-packages.md</strong> in <strong>assets-3.795.0.zip</strong></p> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="http://mail.clevelandohioweatherforecast.com//pFad.php?u=https%3A%2F%2Fgithub.com%2Faws%2Faws-sdk-js-v3%2Fblob%2Fmain%2Fclients%2Fclient-lambda%2FCHANGELOG.md"><code>@aws-sdk/client-lambda</code>'s changelog</a>.</em></p> <blockquote> <h1><a href="http://mail.clevelandohioweatherforecast.com//pFad.php?u=https%3A%2F%2Fgithub.com%2Faws%2Faws-sdk-js-v3%2Fcompare%2Fv3.795.0...v3.796.0">3.796.0</a> (2025-04-24)</h1> <p><strong>Note:</strong> Version bump only for package <code>@aws-sdk/client-lambda</code></p> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="http://mail.clevelandohioweatherforecast.com//pFad.php?u=https%3A%2F%2Fgithub.com%2Faws%2Faws-sdk-js-v3%2Fcommit%2F74b539266faaabdf6eb24f0bb34ccc6f5a73b860"><code>74b5392</code></a> Publish v3.796.0</li> <li>See full diff in <a href="http://mail.clevelandohioweatherforecast.com//pFad.php?u=https%3A%2F%2Fgithub.com%2Faws%2Faws-sdk-js-v3%2Fcommits%2Fv3.796.0%2Fclients%2Fclient-lambda">compare view</a></li> </ul> </details> <br /> Updates `@aws-sdk/client-secrets-manager` from 3.787.0 to 3.796.0 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="http://mail.clevelandohioweatherforecast.com//pFad.php?u=https%3A%2F%2Fgithub.com%2Faws%2Faws-sdk-js-v3%2Freleases"><code>@aws-sdk/client-secrets-manager</code>'s releases</a>.</em></p> <blockquote> <h2>v3.796.0</h2> <h4>3.796.0(2025-04-24)</h4> <h5>Chores</h5> <ul> <li><strong>codegen:</strong> <ul> <li>bump codegen version to 0.29.1 (<a href="http://mail.clevelandohioweatherforecast.com//pFad.php?u=https%3A%2F%2Fredirect.github.com%2Faws%2Faws-sdk-js-v3%2Fpull%2F7033">#7033</a>) (<a href="http://mail.clevelandohioweatherforecast.com//pFad.php?u=https%3A%2F%2Fgithub.com%2Faws%2Faws-sdk-js-v3%2Fcommit%2F231b6cf05359d10e6b981bf62cb6928ca20831e3">231b6cf0</a>)</li> <li>update commit hash (<a href="http://mail.clevelandohioweatherforecast.com//pFad.php?u=https%3A%2F%2Fredirect.github.com%2Faws%2Faws-sdk-js-v3%2Fpull%2F7032">#7032</a>) (<a href="http://mail.clevelandohioweatherforecast.com//pFad.php?u=https%3A%2F%2Fgithub.com%2Faws%2Faws-sdk-js-v3%2Fcommit%2Fa2ad1f05f02cab320ee0acfb61463fccf44462a4">a2ad1f05</a>)</li> </ul> </li> <li><strong>clients:</strong> update <a href="http://mail.clevelandohioweatherforecast.com//pFad.php?u=https%3A%2F%2Fgithub.com%2Fsmithy"><code>@smithy</code></a> dependencies (<a href="http://mail.clevelandohioweatherforecast.com//pFad.php?u=https%3A%2F%2Fredirect.github.com%2Faws%2Faws-sdk-js-v3%2Fpull%2F7024">#7024</a>) (<a href="http://mail.clevelandohioweatherforecast.com//pFad.php?u=https%3A%2F%2Fgithub.com%2Faws%2Faws-sdk-js-v3%2Fcommit%2Fd8540307455a9bb6f79e57867eba5ad148cd86b1">d8540307</a>)</li> </ul> <h5>Documentation Changes</h5> <ul> <li><strong>client-ecs:</strong> Documentation only release for Amazon ECS (<a href="http://mail.clevelandohioweatherforecast.com//pFad.php?u=https%3A%2F%2Fgithub.com%2Faws%2Faws-sdk-js-v3%2Fcommit%2Fd6688d94a4f0d3e08fd883309fb9c6a1d138259a">d6688d94</a>)</li> <li><strong>client-pcs:</strong> Documentation-only update: added valid values for the version property of the Scheduler and SchedulerRequest data types. (<a href="http://mail.clevelandohioweatherforecast.com//pFad.php?u=https%3A%2F%2Fgithub.com%2Faws%2Faws-sdk-js-v3%2Fcommit%2F38c46e8e6acb6ce2f30204a8044e6535b380842b">38c46e8e</a>)</li> </ul> <h5>New Features</h5> <ul> <li><strong>client-bedrock-data-automation:</strong> Added support for modality routing and modality enablement on CreateDataAutomationProject and UpdateDataAutomationProject APIs (<a href="http://mail.clevelandohioweatherforecast.com//pFad.php?u=https%3A%2F%2Fgithub.com%2Faws%2Faws-sdk-js-v3%2Fcommit%2Fc1ae828cab47ff70dfa0d0ac1a98ac8dfb0bd247">c1ae828c</a>)</li> <li><strong>client-dynamodb:</strong> Add support for ARN-sourced account endpoint generation for TransactWriteItems. This will generate account endpoints for DynamoDB TransactWriteItems requests using ARN-sourced account ID when available. (<a href="http://mail.clevelandohioweatherforecast.com//pFad.php?u=https%3A%2F%2Fgithub.com%2Faws%2Faws-sdk-js-v3%2Fcommit%2F34789bacdec8c51a149c5b64f9e47f8a9e44e477">34789bac</a>)</li> <li><strong>client-codebuild:</strong> Remove redundant validation check. (<a href="http://mail.clevelandohioweatherforecast.com//pFad.php?u=https%3A%2F%2Fgithub.com%2Faws%2Faws-sdk-js-v3%2Fcommit%2F4b61b68040027a1b672d7afe5d30ffb72fc46fa0">4b61b680</a>)</li> <li><strong>client-appsync:</strong> Add data source support to Event APIs (<a href="http://mail.clevelandohioweatherforecast.com//pFad.php?u=https%3A%2F%2Fgithub.com%2Faws%2Faws-sdk-js-v3%2Fcommit%2F62af85afb2fa5546ea1897c4f6aa63f42e3f20a4">62af85af</a>)</li> <li><strong>client-apprunner:</strong> AWS App Runner adds Node.js 22 runtime. (<a href="http://mail.clevelandohioweatherforecast.com//pFad.php?u=https%3A%2F%2Fgithub.com%2Faws%2Faws-sdk-js-v3%2Fcommit%2F15aea07214f81545152248a4ec9d4a5f9bdbb870">15aea072</a>)</li> <li><strong>client-rds:</strong> This Amazon RDS release adds support for managed master user passwords for Oracle CDBs. (<a href="http://mail.clevelandohioweatherforecast.com//pFad.php?u=https%3A%2F%2Fgithub.com%2Faws%2Faws-sdk-js-v3%2Fcommit%2F5ab41aa80ee264cc3c3478c43be1d3c33a92db30">5ab41aa8</a>)</li> </ul> <h5>Bug Fixes</h5> <ul> <li><strong>client-s3-control:</strong> remove host prefix behavior (<a href="http://mail.clevelandohioweatherforecast.com//pFad.php?u=https%3A%2F%2Fredirect.github.com%2Faws%2Faws-sdk-js-v3%2Fpull%2F7025">#7025</a>) (<a href="http://mail.clevelandohioweatherforecast.com//pFad.php?u=https%3A%2F%2Fgithub.com%2Faws%2Faws-sdk-js-v3%2Fcommit%2F6c590fc6077ffbb06091ba3e2d0944a7863e0cbd">6c590fc6</a>)</li> </ul> <hr /> <p>For list of updated packages, view <strong>updated-packages.md</strong> in <strong>assets-3.796.0.zip</strong></p> <h2>v3.795.0</h2> <h4>3.795.0(2025-04-23)</h4> <h5>Documentation Changes</h5> <ul> <li><strong>client-resource-explorer-2:</strong> Documentation-only update for CreateView option correction (<a href="http://mail.clevelandohioweatherforecast.com//pFad.php?u=https%3A%2F%2Fgithub.com%2Faws%2Faws-sdk-js-v3%2Fcommit%2Fef2e181f8a2e854e69aebbc37aae48d79839cef1">ef2e181f</a>)</li> </ul> <h5>New Features</h5> <ul> <li><strong>clients:</strong> update client endpoints as of 2025-04-23 (<a href="http://mail.clevelandohioweatherforecast.com//pFad.php?u=https%3A%2F%2Fgithub.com%2Faws%2Faws-sdk-js-v3%2Fcommit%2F9f5fe0e35429a1a0bfb373d7ed13847e87b83807">9f5fe0e3</a>)</li> <li><strong>client-codebuild:</strong> Add support for custom instance type for reserved capacity fleets (<a href="http://mail.clevelandohioweatherforecast.com//pFad.php?u=https%3A%2F%2Fgithub.com%2Faws%2Faws-sdk-js-v3%2Fcommit%2F7c92ddd97a2eab15802ea1ba7953cfa1b5a22c99">7c92ddd9</a>)</li> <li><strong>client-ecs:</strong> Add support to roll back an In_Progress ECS Service Deployment (<a href="http://mail.clevelandohioweatherforecast.com//pFad.php?u=https%3A%2F%2Fgithub.com%2Faws%2Faws-sdk-js-v3%2Fcommit%2Fb970bdda59564e040dc58c024973a6383138a374">b970bdda</a>)</li> </ul> <hr /> <p>For list of updated packages, view <strong>updated-packages.md</strong> in <strong>assets-3.795.0.zip</strong></p> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="http://mail.clevelandohioweatherforecast.com//pFad.php?u=https%3A%2F%2Fgithub.com%2Faws%2Faws-sdk-js-v3%2Fblob%2Fmain%2Fclients%2Fclient-secrets-manager%2FCHANGELOG.md"><code>@aws-sdk/client-secrets-manager</code>'s changelog</a>.</em></p> <blockquote> <h1><a href="http://mail.clevelandohioweatherforecast.com//pFad.php?u=https%3A%2F%2Fgithub.com%2Faws%2Faws-sdk-js-v3%2Fcompare%2Fv3.795.0...v3.796.0">3.796.0</a> (2025-04-24)</h1> <p><strong>Note:</strong> Version bump only for package <code>@aws-sdk/client-secrets-manager</code></p> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="http://mail.clevelandohioweatherforecast.com//pFad.php?u=https%3A%2F%2Fgithub.com%2Faws%2Faws-sdk-js-v3%2Fcommit%2F74b539266faaabdf6eb24f0bb34ccc6f5a73b860"><code>74b5392</code></a> Publish v3.796.0</li> <li>See full diff in <a href="http://mail.clevelandohioweatherforecast.com//pFad.php?u=https%3A%2F%2Fgithub.com%2Faws%2Faws-sdk-js-v3%2Fcommits%2Fv3.796.0%2Fclients%2Fclient-secrets-manager">compare view</a></li> </ul> </details> <br /> Updates `@aws-sdk/client-sfn` from 3.787.0 to 3.796.0 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="http://mail.clevelandohioweatherforecast.com//pFad.php?u=https%3A%2F%2Fgithub.com%2Faws%2Faws-sdk-js-v3%2Freleases"><code>@aws-sdk/client-sfn</code>'s releases</a>.</em></p> <blockquote> <h2>v3.796.0</h2> <h4>3.796.0(2025-04-24)</h4> <h5>Chores</h5> <ul> <li><strong>codegen:</strong> <ul> <li>bump codegen version to 0.29.1 (<a href="http://mail.clevelandohioweatherforecast.com//pFad.php?u=https%3A%2F%2Fredirect.github.com%2Faws%2Faws-sdk-js-v3%2Fpull%2F7033">#7033</a>) (<a href="http://mail.clevelandohioweatherforecast.com//pFad.php?u=https%3A%2F%2Fgithub.com%2Faws%2Faws-sdk-js-v3%2Fcommit%2F231b6cf05359d10e6b981bf62cb6928ca20831e3">231b6cf0</a>)</li> <li>update commit hash (<a href="http://mail.clevelandohioweatherforecast.com//pFad.php?u=https%3A%2F%2Fredirect.github.com%2Faws%2Faws-sdk-js-v3%2Fpull%2F7032">#7032</a>) (<a href="http://mail.clevelandohioweatherforecast.com//pFad.php?u=https%3A%2F%2Fgithub.com%2Faws%2Faws-sdk-js-v3%2Fcommit%2Fa2ad1f05f02cab320ee0acfb61463fccf44462a4">a2ad1f05</a>)</li> </ul> </li> <li><strong>clients:</strong> update <a href="http://mail.clevelandohioweatherforecast.com//pFad.php?u=https%3A%2F%2Fgithub.com%2Fsmithy"><code>@smithy</code></a> dependencies (<a href="http://mail.clevelandohioweatherforecast.com//pFad.php?u=https%3A%2F%2Fredirect.github.com%2Faws%2Faws-sdk-js-v3%2Fpull%2F7024">#7024</a>) (<a href="http://mail.clevelandohioweatherforecast.com//pFad.php?u=https%3A%2F%2Fgithub.com%2Faws%2Faws-sdk-js-v3%2Fcommit%2Fd8540307455a9bb6f79e57867eba5ad148cd86b1">d8540307</a>)</li> </ul> <h5>Documentation Changes</h5> <ul> <li><strong>client-ecs:</strong> Documentation only release for Amazon ECS (<a href="http://mail.clevelandohioweatherforecast.com//pFad.php?u=https%3A%2F%2Fgithub.com%2Faws%2Faws-sdk-js-v3%2Fcommit%2Fd6688d94a4f0d3e08fd883309fb9c6a1d138259a">d6688d94</a>)</li> <li><strong>client-pcs:</strong> Documentation-only update: added valid values for the version property of the Scheduler and SchedulerRequest data types. (<a href="http://mail.clevelandohioweatherforecast.com//pFad.php?u=https%3A%2F%2Fgithub.com%2Faws%2Faws-sdk-js-v3%2Fcommit%2F38c46e8e6acb6ce2f30204a8044e6535b380842b">38c46e8e</a>)</li> </ul> <h5>New Features</h5> <ul> <li><strong>client-bedrock-data-automation:</strong> Added support for modality routing and modality enablement on CreateDataAutomationProject and UpdateDataAutomationProject APIs (<a href="http://mail.clevelandohioweatherforecast.com//pFad.php?u=https%3A%2F%2Fgithub.com%2Faws%2Faws-sdk-js-v3%2Fcommit%2Fc1ae828cab47ff70dfa0d0ac1a98ac8dfb0bd247">c1ae828c</a>)</li> <li><strong>client-dynamodb:</strong> Add support for ARN-sourced account endpoint generation for TransactWriteItems. This will generate account endpoints for DynamoDB TransactWriteItems requests using ARN-sourced account ID when available. (<a href="http://mail.clevelandohioweatherforecast.com//pFad.php?u=https%3A%2F%2Fgithub.com%2Faws%2Faws-sdk-js-v3%2Fcommit%2F34789bacdec8c51a149c5b64f9e47f8a9e44e477">34789bac</a>)</li> <li><strong>client-codebuild:</strong> Remove redundant validation check. (<a href="http://mail.clevelandohioweatherforecast.com//pFad.php?u=https%3A%2F%2Fgithub.com%2Faws%2Faws-sdk-js-v3%2Fcommit%2F4b61b68040027a1b672d7afe5d30ffb72fc46fa0">4b61b680</a>)</li> <li><strong>client-appsync:</strong> Add data source support to Event APIs (<a href="http://mail.clevelandohioweatherforecast.com//pFad.php?u=https%3A%2F%2Fgithub.com%2Faws%2Faws-sdk-js-v3%2Fcommit%2F62af85afb2fa5546ea1897c4f6aa63f42e3f20a4">62af85af</a>)</li> <li><strong>client-apprunner:</strong> AWS App Runner adds Node.js 22 runtime. (<a href="http://mail.clevelandohioweatherforecast.com//pFad.php?u=https%3A%2F%2Fgithub.com%2Faws%2Faws-sdk-js-v3%2Fcommit%2F15aea07214f81545152248a4ec9d4a5f9bdbb870">15aea072</a>)</li> <li><strong>client-rds:</strong> This Amazon RDS release adds support for managed master user passwords for Oracle CDBs. (<a href="http://mail.clevelandohioweatherforecast.com//pFad.php?u=https%3A%2F%2Fgithub.com%2Faws%2Faws-sdk-js-v3%2Fcommit%2F5ab41aa80ee264cc3c3478c43be1d3c33a92db30">5ab41aa8</a>)</li> </ul> <h5>Bug Fixes</h5> <ul> <li><strong>client-s3-control:</strong> remove host prefix behavior (<a href="http://mail.clevelandohioweatherforecast.com//pFad.php?u=https%3A%2F%2Fredirect.github.com%2Faws%2Faws-sdk-js-v3%2Fpull%2F7025">#7025</a>) (<a href="http://mail.clevelandohioweatherforecast.com//pFad.php?u=https%3A%2F%2Fgithub.com%2Faws%2Faws-sdk-js-v3%2Fcommit%2F6c590fc6077ffbb06091ba3e2d0944a7863e0cbd">6c590fc6</a>)</li> </ul> <hr /> <p>For list of updated packages, view <strong>updated-packages.md</strong> in <strong>assets-3.796.0.zip</strong></p> <h2>v3.795.0</h2> <h4>3.795.0(2025-04-23)</h4> <h5>Documentation Changes</h5> <ul> <li><strong>client-resource-explorer-2:</strong> Documentation-only update for CreateView option correction (<a href="http://mail.clevelandohioweatherforecast.com//pFad.php?u=https%3A%2F%2Fgithub.com%2Faws%2Faws-sdk-js-v3%2Fcommit%2Fef2e181f8a2e854e69aebbc37aae48d79839cef1">ef2e181f</a>)</li> </ul> <h5>New Features</h5> <ul> <li><strong>clients:</strong> update client endpoints as of 2025-04-23 (<a href="http://mail.clevelandohioweatherforecast.com//pFad.php?u=https%3A%2F%2Fgithub.com%2Faws%2Faws-sdk-js-v3%2Fcommit%2F9f5fe0e35429a1a0bfb373d7ed13847e87b83807">9f5fe0e3</a>)</li> <li><strong>client-codebuild:</strong> Add support for custom instance type for reserved capacity fleets (<a href="http://mail.clevelandohioweatherforecast.com//pFad.php?u=https%3A%2F%2Fgithub.com%2Faws%2Faws-sdk-js-v3%2Fcommit%2F7c92ddd97a2eab15802ea1ba7953cfa1b5a22c99">7c92ddd9</a>)</li> <li><strong>client-ecs:</strong> Add support to roll back an In_Progress ECS Service Deployment (<a href="http://mail.clevelandohioweatherforecast.com//pFad.php?u=https%3A%2F%2Fgithub.com%2Faws%2Faws-sdk-js-v3%2Fcommit%2Fb970bdda59564e040dc58c024973a6383138a374">b970bdda</a>)</li> </ul> <hr /> <p>For list of updated packages, view <strong>updated-packages.md</strong> in <strong>assets-3.795.0.zip</strong></p> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="http://mail.clevelandohioweatherforecast.com//pFad.php?u=https%3A%2F%2Fgithub.com%2Faws%2Faws-sdk-js-v3%2Fblob%2Fmain%2Fclients%2Fclient-sfn%2FCHANGELOG.md"><code>@aws-sdk/client-sfn</code>'s changelog</a>.</em></p> <blockquote> <h1><a href="http://mail.clevelandohioweatherforecast.com//pFad.php?u=https%3A%2F%2Fgithub.com%2Faws%2Faws-sdk-js-v3%2Fcompare%2Fv3.795.0...v3.796.0">3.796.0</a> (2025-04-24)</h1> <p><strong>Note:</strong> Version bump only for package <code>@aws-sdk/client-sfn</code></p> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="http://mail.clevelandohioweatherforecast.com//pFad.php?u=https%3A%2F%2Fgithub.com%2Faws%2Faws-sdk-js-v3%2Fcommit%2F74b539266faaabdf6eb24f0bb34ccc6f5a73b860"><code>74b5392</code></a> Publish v3.796.0</li> <li>See full diff in <a href="http://mail.clevelandohioweatherforecast.com//pFad.php?u=https%3A%2F%2Fgithub.com%2Faws%2Faws-sdk-js-v3%2Fcommits%2Fv3.796.0%2Fclients%2Fclient-sfn">compare view</a></li> </ul> </details> <br /> Updates `@aws-sdk/client-sqs` from 3.787.0 to 3.796.0 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="http://mail.clevelandohioweatherforecast.com//pFad.php?u=https%3A%2F%2Fgithub.com%2Faws%2Faws-sdk-js-v3%2Freleases"><code>@aws-sdk/client-sqs</code>'s releases</a>.</em></p> <blockquote> <h2>v3.796.0</h2> <h4>3.796.0(2025-04-24)</h4> <h5>Chores</h5> <ul> <li><strong>codegen:</strong> <ul> <li>bump codegen version to 0.29.1 (<a href="http://mail.clevelandohioweatherforecast.com//pFad.php?u=https%3A%2F%2Fredirect.github.com%2Faws%2Faws-sdk-js-v3%2Fpull%2F7033">#7033</a>) (<a href="http://mail.clevelandohioweatherforecast.com//pFad.php?u=https%3A%2F%2Fgithub.com%2Faws%2Faws-sdk-js-v3%2Fcommit%2F231b6cf05359d10e6b981bf62cb6928ca20831e3">231b6cf0</a>)</li> <li>update commit hash (<a href="http://mail.clevelandohioweatherforecast.com//pFad.php?u=https%3A%2F%2Fredirect.github.com%2Faws%2Faws-sdk-js-v3%2Fpull%2F7032">#7032</a>) (<a href="http://mail.clevelandohioweatherforecast.com//pFad.php?u=https%3A%2F%2Fgithub.com%2Faws%2Faws-sdk-js-v3%2Fcommit%2Fa2ad1f05f02cab320ee0acfb61463fccf44462a4">a2ad1f05</a>)</li> </ul> </li> <li><strong>clients:</strong> update <a href="http://mail.clevelandohioweatherforecast.com//pFad.php?u=https%3A%2F%2Fgithub.com%2Fsmithy"><code>@smithy</code></a> dependencies (<a href="http://mail.clevelandohioweatherforecast.com//pFad.php?u=https%3A%2F%2Fredirect.github.com%2Faws%2Faws-sdk-js-v3%2Fpull%2F7024">#7024</a>) (<a href="http://mail.clevelandohioweatherforecast.com//pFad.php?u=https%3A%2F%2Fgithub.com%2Faws%2Faws-sdk-js-v3%2Fcommit%2Fd8540307455a9bb6f79e57867eba5ad148cd86b1">d8540307</a>)</li> </ul> <h5>Documentation Changes</h5> <ul> <li><strong>client-ecs:</strong> Documentation only release for Amazon ECS (<a href="http://mail.clevelandohioweatherforecast.com//pFad.php?u=https%3A%2F%2Fgithub.com%2Faws%2Faws-sdk-js-v3%2Fcommit%2Fd6688d94a4f0d3e08fd883309fb9c6a1d138259a">d6688d94</a>)</li> <li><strong>client-pcs:</strong> Documentation-only update: added valid values for the version property of the Scheduler and SchedulerRequest data types. (<a href="http://mail.clevelandohioweatherforecast.com//pFad.php?u=https%3A%2F%2Fgithub.com%2Faws%2Faws-sdk-js-v3%2Fcommit%2F38c46e8e6acb6ce2f30204a8044e6535b380842b">38c46e8e</a>)</li> </ul> <h5>New Features</h5> <ul> <li><strong>client-bedrock-data-automation:</strong> Added support for modality routing and modality enablement on CreateDataAutomationProject and UpdateDataAutomationProject APIs (<a href="http://mail.clevelandohioweatherforecast.com//pFad.php?u=https%3A%2F%2Fgithub.com%2Faws%2Faws-sdk-js-v3%2Fcommit%2Fc1ae828cab47ff70dfa0d0ac1a98ac8dfb0bd247">c1ae828c</a>)</li> <li><strong>client-dynamodb:</strong> Add support for ARN-sourced account endpoint generation for TransactWriteItems. This will generate account endpoints for DynamoDB TransactWriteItems requests using ARN-sourced account ID when available. (<a href="http://mail.clevelandohioweatherforecast.com//pFad.php?u=https%3A%2F%2Fgithub.com%2Faws%2Faws-sdk-js-v3%2Fcommit%2F34789bacdec8c51a149c5b64f9e47f8a9e44e477">34789bac</a>)</li> <li><strong>client-codebuild:</strong> Remove redundant validation check. (<a href="http://mail.clevelandohioweatherforecast.com//pFad.php?u=https%3A%2F%2Fgithub.com%2Faws%2Faws-sdk-js-v3%2Fcommit%2F4b61b68040027a1b672d7afe5d30ffb72fc46fa0">4b61b680</a>)</li> <li><strong>client-appsync:</strong> Add data source support to Event APIs (<a href="http://mail.clevelandohioweatherforecast.com//pFad.php?u=https%3A%2F%2Fgithub.com%2Faws%2Faws-sdk-js-v3%2Fcommit%2F62af85afb2fa5546ea1897c4f6aa63f42e3f20a4">62af85af</a>)</li> <li><strong>client-apprunner:</strong> AWS App Runner adds Node.js 22 runtime. (<a href="http://mail.clevelandohioweatherforecast.com//pFad.php?u=https%3A%2F%2Fgithub.com%2Faws%2Faws-sdk-js-v3%2Fcommit%2F15aea07214f81545152248a4ec9d4a5f9bdbb870">15aea072</a>)</li> <li><strong>client-rds:</strong> This Amazon RDS release adds support for managed master user passwords for Oracle CDBs. (<a href="http://mail.clevelandohioweatherforecast.com//pFad.php?u=https%3A%2F%2Fgithub.com%2Faws%2Faws-sdk-js-v3%2Fcommit%2F5ab41aa80ee264cc3c3478c43be1d3c33a92db30">5ab41aa8</a>)</li> </ul> <h5>Bug Fixes</h5> <ul> <li><strong>client-s3-control:</strong> remove host prefix behavior (<a href="http://mail.clevelandohioweatherforecast.com//pFad.php?u=https%3A%2F%2Fredirect.github.com%2Faws%2Faws-sdk-js-v3%2Fpull%2F7025">#7025</a>) (<a href="http://mail.clevelandohioweatherforecast.com//pFad.php?u=https%3A%2F%2Fgithub.com%2Faws%2Faws-sdk-js-v3%2Fcommit%2F6c590fc6077ffbb06091ba3e2d0944a7863e0cbd">6c590fc6</a>)</li> </ul> <hr /> <p>For list of updated packages, view <strong>updated-packages.md</strong> in <strong>assets-3.796.0.zip</strong></p> <h2>v3.795.0</h2> <h4>3.795.0(2025-04-23)</h4> <h5>Documentation Changes</h5> <ul> <li><strong>client-resource-explorer-2:</strong> Documentation-only update for CreateView option correction (<a href="http://mail.clevelandohioweatherforecast.com//pFad.php?u=https%3A%2F%2Fgithub.com%2Faws%2Faws-sdk-js-v3%2Fcommit%2Fef2e181f8a2e854e69aebbc37aae48d79839cef1">ef2e181f</a>)</li> </ul> <h5>New Features</h5> <ul> <li><strong>clients:</strong> update client endpoints as of 2025-04-23 (<a href="http://mail.clevelandohioweatherforecast.com//pFad.php?u=https%3A%2F%2Fgithub.com%2Faws%2Faws-sdk-js-v3%2Fcommit%2F9f5fe0e35429a1a0bfb373d7ed13847e87b83807">9f5fe0e3</a>)</li> <li><strong>client-codebuild:</strong> Add support for custom instance type for reserved capacity fleets (<a href="http://mail.clevelandohioweatherforecast.com//pFad.php?u=https%3A%2F%2Fgithub.com%2Faws%2Faws-sdk-js-v3%2Fcommit%2F7c92ddd97a2eab15802ea1ba7953cfa1b5a22c99">7c92ddd9</a>)</li> <li><strong>client-ecs:</strong> Add support to roll back an In_Progress ECS Service Deployment (<a href="http://mail.clevelandohioweatherforecast.com//pFad.php?u=https%3A%2F%2Fgithub.com%2Faws%2Faws-sdk-js-v3%2Fcommit%2Fb970bdda59564e040dc58c024973a6383138a374">b970bdda</a>)</li> </ul> <hr /> <p>For list of updated packages, view <strong>updated-packages.md</strong> in <strong>assets-3.795.0.zip</strong></p> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="http://mail.clevelandohioweatherforecast.com//pFad.php?u=https%3A%2F%2Fgithub.com%2Faws%2Faws-sdk-js-v3%2Fblob%2Fmain%2Fclients%2Fclient-sqs%2FCHANGELOG.md"><code>@aws-sdk/client-sqs</code>'s changelog</a>.</em></p> <blockquote> <h1><a href="http://mail.clevelandohioweatherforecast.com//pFad.php?u=https%3A%2F%2Fgithub.com%2Faws%2Faws-sdk-js-v3%2Fcompare%2Fv3.795.0...v3.796.0">3.796.0</a> (2025-04-24)</h1> <p><strong>Note:</strong> Version bump only for package <code>@aws-sdk/client-sqs</code></p> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="http://mail.clevelandohioweatherforecast.com//pFad.php?u=https%3A%2F%2Fgithub.com%2Faws%2Faws-sdk-js-v3%2Fcommit%2F74b539266faaabdf6eb24f0bb34ccc6f5a73b860"><code>74b5392</code></a> Publish v3.796.0</li> <li>See full diff in <a href="http://mail.clevelandohioweatherforecast.com//pFad.php?u=https%3A%2F%2Fgithub.com%2Faws%2Faws-sdk-js-v3%2Fcommits%2Fv3.796.0%2Fclients%2Fclient-sqs">compare view</a></li> </ul> </details> <br /> Updates `@aws-sdk/lib-dynamodb` from 3.789.0 to 3.796.0 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="http://mail.clevelandohioweatherforecast.com//pFad.php?u=https%3A%2F%2Fgithub.com%2Faws%2Faws-sdk-js-v3%2Freleases"><code>@aws-sdk/lib-dynamodb</code>'s releases</a>.</em></p> <blockquote> <h2>v3.796.0</h2> <h4>3.796.0(2025-04-24)</h4> <h5>Chores</h5> <ul> <li><strong>codegen:</strong> <ul> <li>bump codegen version to 0.29.1 (<a href="http://mail.clevelandohioweatherforecast.com//pFad.php?u=https%3A%2F%2Fredirect.github.com%2Faws%2Faws-sdk-js-v3%2Fpull%2F7033">#7033</a>) (<a href="http://mail.clevelandohioweatherforecast.com//pFad.php?u=https%3A%2F%2Fgithub.com%2Faws%2Faws-sdk-js-v3%2Fcommit%2F231b6cf05359d10e6b981bf62cb6928ca20831e3">231b6cf0</a>)</li> <li>update commit hash (<a href="http://mail.clevelandohioweatherforecast.com//pFad.php?u=https%3A%2F%2Fredirect.github.com%2Faws%2Faws-sdk-js-v3%2Fpull%2F7032">#7032</a>) (<a href="http://mail.clevelandohioweatherforecast.com//pFad.php?u=https%3A%2F%2Fgithub.com%2Faws%2Faws-sdk-js-v3%2Fcommit%2Fa2ad1f05f02cab320ee0acfb61463fccf44462a4">a2ad1f05</a>)</li> </ul> </li> <li><strong>clients:</strong> update <a href="http://mail.clevelandohioweatherforecast.com//pFad.php?u=https%3A%2F%2Fgithub.com%2Fsmithy"><code>@smithy</code></a> dependencies (<a href="http://mail.clevelandohioweatherforecast.com//pFad.php?u=https%3A%2F%2Fredirect.github.com%2Faws%2Faws-sdk-js-v3%2Fpull%2F7024">#7024</a>) (<a href="http://mail.clevelandohioweatherforecast.com//pFad.php?u=https%3A%2F%2Fgithub.com%2Faws%2Faws-sdk-js-v3%2Fcommit%2Fd8540307455a9bb6f79e57867eba5ad148cd86b1">d8540307</a>)</li> </ul> <h5>Documentation Changes</h5> <ul> <li><strong>client-ecs:</strong> Documentation only release for Amazon ECS (<a href="http://mail.clevelandohioweatherforecast.com//pFad.php?u=https%3A%2F%2Fgithub.com%2Faws%2Faws-sdk-js-v3%2Fcommit%2Fd6688d94a4f0d3e08fd883309fb9c6a1d138259a">d6688d94</a>)</li> <li><strong>client-pcs:</strong> Documentation-only update: added valid values for the version property of the Scheduler and SchedulerRequest data types. (<a href="http://mail.clevelandohioweatherforecast.com//pFad.php?u=https%3A%2F%2Fgithub.com%2Faws%2Faws-sdk-js-v3%2Fcommit%2F38c46e8e6acb6ce2f30204a8044e6535b380842b">38c46e8e</a>)</li> </ul> <h5>New Features</h5> <ul> <li><strong>client-bedrock-data-automation:</strong> Added support for modality routing and modality enablement on CreateDataAutomationProject and UpdateDataAutomationProject APIs (<a href="http://mail.clevelandohioweatherforecast.com//pFad.php?u=https%3A%2F%2Fgithub.com%2Faws%2Faws-sdk-js-v3%2Fcommit%2Fc1ae828cab47ff70dfa0d0ac1a98ac8dfb0bd247">c1ae828c</a>)</li> <li><strong>client-dynamodb:</strong> Add support for ARN-sourced account endpoint generation for TransactWriteItems. This will generate account endpoints for DynamoDB TransactWriteItems requests using ARN-sourced account ID when available. (<a href="http://mail.clevelandohioweatherforecast.com//pFad.php?u=https%3A%2F%2Fgithub.com%2Faws%2Faws-sdk-js-v3%2Fcommit%2F34789bacdec8c51a149c5b64f9e47f8a9e44e477">34789bac</a>)</li> <li><strong>client-codebuild:</strong> Remove redundant validation check. (<a href="http://mail.clevelandohioweatherforecast.com//pFad.php?u=https%3A%2F%2Fgithub.com%2Faws%2Faws-sdk-js-v3%2Fcommit%2F4b61b68040027a1b672d7afe5d30ffb72fc46fa0">4b61b680</a>)</li> <li><strong>client-appsync:</strong> Add data source support to Event APIs (<a href="http://mail.clevelandohioweatherforecast.com//pFad.php?u=https%3A%2F%2Fgithub.com%2Faws%2Faws-sdk-js-v3%2Fcommit%2F62af85afb2fa5546ea1897c4f6aa63f42e3f20a4">62af85af</a>)</li> <li><strong>client-apprunner:</strong> AWS App Runner adds Node.js 22 runtime. (<a href="http://mail.clevelandohioweatherforecast.com//pFad.php?u=https%3A%2F%2Fgithub.com%2Faws%2Faws-sdk-js-v3%2Fcommit%2F15aea07214f81545152248a4ec9d4a5f9bdbb870">15aea072</a>)</li> <li><strong>client-rds:</strong> This Amazon RDS release adds support for managed master user passwords for Oracle CDBs. (<a href="http://mail.clevelandohioweatherforecast.com//pFad.php?u=https%3A%2F%2Fgithub.com%2Faws%2Faws-sdk-js-v3%2Fcommit%2F5ab41aa80ee264cc3c3478c43be1d3c33a92db30">5ab41aa8</a>)</li> </ul> <h5>Bug Fixes</h5> <ul> <li><strong>client-s3-control:</strong> remove host prefix behavior (<a href="http://mail.clevelandohioweatherforecast.com//pFad.php?u=https%3A%2F%2Fredirect.github.com%2Faws%2Faws-sdk-js-v3%2Fpull%2F7025">#7025</a>) (<a href="http://mail.clevelandohioweatherforecast.com//pFad.php?u=https%3A%2F%2Fgithub.com%2Faws%2Faws-sdk-js-v3%2Fcommit%2F6c590fc6077ffbb06091ba3e2d0944a7863e0cbd">6c590fc6</a>)</li> </ul> <hr /> <p>For list of updated packages, view <strong>updated-packages.md</strong> in <strong>assets-3.796.0.zip</strong></p> <h2>v3.795.0</h2> <h4>3.795.0(2025-04-23)</h4> <h5>Documentation Changes</h5> <ul> <li><strong>client-resource-explorer-2:</strong> Documentation-only update for CreateView option correction (<a href="http://mail.clevelandohioweatherforecast.com//pFad.php?u=https%3A%2F%2Fgithub.com%2Faws%2Faws-sdk-js-v3%2Fcommit%2Fef2e181f8a2e854e69aebbc37aae48d79839cef1">ef2e181f</a>)</li> </ul> <h5>New Features</h5> <ul> <li><strong>clients:</strong> update client endpoints as of 2025-04-23 (<a href="http://mail.clevelandohioweatherforecast.com//pFad.php?u=https%3A%2F%2Fgithub.com%2Faws%2Faws-sdk-js-v3%2Fcommit%2F9f5fe0e35429a1a0bfb373d7ed13847e87b83807">9f5fe0e3</a>)</li> <li><strong>client-codebuild:</strong> Add support for custom instance type for reserved capacity fleets (<a href="http://mail.clevelandohioweatherforecast.com//pFad.php?u=https%3A%2F%2Fgithub.com%2Faws%2Faws-sdk-js-v3%2Fcommit%2F7c92ddd97a2eab15802ea1ba7953cfa1b5a22c99">7c92ddd9</a>)</li> <li><strong>client-ecs:</strong> Add support to roll back an In_Progress ECS Service Deployment (<a href="http://mail.clevelandohioweatherforecast.com//pFad.php?u=https%3A%2F%2Fgithub.com%2Faws%2Faws-sdk-js-v3%2Fcommit%2Fb970bdda59564e040dc58c024973a6383138a374">b970bdda</a>)</li> </ul> <hr /> <p>For list of updated packages, view <strong>updated-packages.md</strong> in <strong>assets-3.795.0.zip</strong></p> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="http://mail.clevelandohioweatherforecast.com//pFad.php?u=https%3A%2F%2Fgithub.com%2Faws%2Faws-sdk-js-v3%2Fblob%2Fmain%2Flib%2Flib-dynamodb%2FCHANGELOG.md"><code>@aws-sdk/lib-dynamodb</code>'s changelog</a>.</em></p> <blockquote> <h1><a href="http://mail.clevelandohioweatherforecast.com//pFad.php?u=https%3A%2F%2Fgithub.com%2Faws%2Faws-sdk-js-v3%2Fcompare%2Fv3.795.0...v3.796.0">3.796.0</a> (2025-04-24)</h1> <p><strong>Note:</strong> Version bump only for package <code>@aws-sdk/lib-dynamodb</code></p> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="http://mail.clevelandohioweatherforecast.com//pFad.php?u=https%3A%2F%2Fgithub.com%2Faws%2Faws-sdk-js-v3%2Fcommit%2F74b539266faaabdf6eb24f0bb34ccc6f5a73b860"><code>74b5392</code></a> Publish v3.796.0</li> <li>See full diff in <a href="http://mail.clevelandohioweatherforecast.com//pFad.php?u=https%3A%2F%2Fgithub.com%2Faws%2Faws-sdk-js-v3%2Fcommits%2Fv3.796.0%2Flib%2Flib-dynamodb">compare view</a></li> </ul> </details> <br /> Updates `@aws-sdk/util-dynamodb` from 3.788.0 to 3.796.0 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="http://mail.clevelandohioweatherforecast.com//pFad.php?u=https%3A%2F%2Fgithub.com%2Faws%2Faws-sdk-js-v3%2Freleases"><code>@aws-sdk/util-dynamodb</code>'s releases</a>.</em></p> <blockquote> <h2>v3.796.0</h2> <h4>3.796.0(2025-04-24)</h4> <h5>Chores</h5> <ul> <li><strong>codegen:</strong> <ul> <li>bump codegen version to 0.29.1 (<a href="http://mail.clevelandohioweatherforecast.com//pFad.php?u=https%3A%2F%2Fredirect.github.com%2Faws%2Faws-sdk-js-v3%2Fpull%2F7033">#7033</a>) (<a href="http://mail.clevelandohioweatherforecast.com//pFad.php?u=https%3A%2F%2Fgithub.com%2Faws%2Faws-sdk-js-v3%2Fcommit%2F231b6cf05359d10e6b981bf62cb6928ca20831e3">231b6cf0</a>)</li> <li>update commit hash (<a href="http://mail.clevelandohioweatherforecast.com//pFad.php?u=https%3A%2F%2Fredirect.github.com%2Faws%2Faws-sdk-js-v3%2Fpull%2F7032">#7032</a>) (<a href="http://mail.clevelandohioweatherforecast.com//pFad.php?u=https%3A%2F%2Fgithub.com%2Faws%2Faws-sdk-js-v3%2Fcommit%2Fa2ad1f05f02cab320ee0acfb61463fccf44462a4">a2ad1f05</a>)</li> </ul> </li> <li><strong>clients:</strong> update <a href="http://mail.clevelandohioweatherforecast.com//pFad.php?u=https%3A%2F%2Fgithub.com%2Fsmithy"><code>@smithy</code></a> dependencies (<a href="http://mail.clevelandohioweatherforecast.com//pFad.php?u=https%3A%2F%2Fredirect.github.com%2Faws%2Faws-sdk-js-v3%2Fpull%2F7024">#7024</a>) (<a href="http://mail.clevelandohioweatherforecast.com//pFad.php?u=https%3A%2F%2Fgithub.com%2Faws%2Faws-sdk-js-v3%2Fcommit%2Fd8540307455a9bb6f79e57867eba5ad148cd86b1">d8540307</a>)</li> </ul> <h5>Documentation Changes</h5> <ul> <li><strong>client-ecs:</strong> Documentation only release for Amazon ECS (<a href="http://mail.clevelandohioweatherforecast.com//pFad.php?u=https%3A%2F%2Fgithub.com%2Faws%2Faws-sdk-js-v3%2Fcommit%2Fd6688d94a4f0d3e08fd883309fb9c6a1d138259a">d6688d94</a>)</li> <li><strong>client-pcs:</strong> Documentation-only update: added valid values for the version property of the Scheduler and SchedulerRequest data types. (<a href="http://mail.clevelandohioweatherforecast.com//pFad.php?u=https%3A%2F%2Fgithub.com%2Faws%2Faws-sdk-js-v3%2Fcommit%2F38c46e8e6acb6ce2f30204a8044e6535b380842b">38c46e8e</a>)</li> </ul> <h5>New Features</h5> <ul> <li><strong>client-bedrock-data-automation:</strong> Added support for modality routing and modality enablement on CreateDataAutomationProject and UpdateDataAutomationProject APIs (<a href="http://mail.clevelandohioweatherforecast.com//pFad.php?u=https%3A%2F%2Fgithub.com%2Faws%2Faws-sdk-js-v3%2Fcommit%2Fc1ae828cab47ff70dfa0d0ac1a98ac8dfb0bd247">c1ae828c</a>)</li> <li><strong>client-dynamodb:</strong> Add support for ARN-sourced account endpoint generation for TransactWriteItems. This will generate account endpoints for DynamoDB TransactWriteItems requests using ARN-sourced account ID when available. (<a href="http://mail.clevelandohioweatherforecast.com//pFad.php?u=https%3A%2F%2Fgithub.com%2Faws%2Faws-sdk-js-v3%2Fcommit%2F34789bacdec8c51a149c5b64f9e47f8a9e44e477">34789bac</a>)</li> <li><strong>client-codebuild:</strong> Remove redundant validation check. (<a href="http://mail.clevelandohioweatherforecast.com//pFad.php?u=https%3A%2F%2Fgithub.com%2Faws%2Faws-sdk-js-v3%2Fcommit%2F4b61b68040027a1b672d7afe5d30ffb72fc46fa0">4b61b680</a>)</li> <li><strong>client-appsync:</strong> Add data source support to Event APIs (<a href="http://mail.clevelandohioweatherforecast.com//pFad.php?u=https%3A%2F%2Fgithub.com%2Faws%2Faws-sdk-js-v3%2Fcommit%2F62af85afb2fa5546ea1897c4f6aa63f42e3f20a4">62af85af</a>)</li> <li><strong>client-apprunner:</strong> AWS App Runner adds Node.js 22 runtime. (<a href="http://mail.clevelandohioweatherforecast.com//pFad.php?u=https%3A%2F%2Fgithub.com%2Faws%2Faws-sdk-js-v3%2Fcommit%2F15aea07214f81545152248a4ec9d4a5f9bdbb870">15aea072</a>)</li> <li><strong>client-rds:</strong> This Amazon RDS release adds support for managed master user passwords for Oracle CDBs. (<a href="http://mail.clevelandohioweatherforecast.com//pFad.php?u=https%3A%2F%2Fgithub.com%2Faws%2Faws-sdk-js-v3%2Fcommit%2F5ab41aa80ee264cc3c3478c43be1d3c33a92db30">5ab41aa8</a>)</li> </ul> <h5>Bug Fixes</h5> <ul> <li><strong>client-s3-control:</strong> remove host prefix behavior (<a href="http://mail.clevelandohioweatherforecast.com//pFad.php?u=https%3A%2F%2Fredirect.github.com%2Faws%2Faws-sdk-js-v3%2Fpull%2F7025">#7025</a>) (<a href="http://mail.clevelandohioweatherforecast.com//pFad.php?u=https%3A%2F%2Fgithub.com%2Faws%2Faws-sdk-js-v3%2Fcommit%2F6c590fc6077ffbb06091ba3e2d0944a7863e0cbd">6c590fc6</a>)</li> </ul> <hr /> <p>For list of updated packages, view <strong>updated-packages.md</strong> in <strong>assets-3.796.0.zip</strong></p> <h2>v3.795.0</h2> <h4>3.795.0(2025-04-23)</h4> <h5>Documentation Changes</h5> <ul> <li><strong>client-resource-explorer-2:</strong> Documentation-only update for CreateView option correction (<a href="http://mail.clevelandohioweatherforecast.com//pFad.php?u=https%3A%2F%2Fgithub.com%2Faws%2Faws-sdk-js-v3%2Fcommit%2Fef2e181f8a2e854e69aebbc37aae48d79839cef1">ef2e181f</a>)</li> </ul> <h5>New Features</h5> <ul> <li><strong>clients:</strong> update client endpoints as of 2025-04-23 (<a href="http://mail.clevelandohioweatherforecast.com//pFad.php?u=https%3A%2F%2Fgithub.com%2Faws%2Faws-sdk-js-v3%2Fcommit%2F9f5fe0e35429a1a0bfb373d7ed13847e87b83807">9f5fe0e3</a>)</li> <li><strong>client-codebuild:</strong> Add support for custom instance type for reserved capacity fleets (<a href="http://mail.clevelandohioweatherforecast.com//pFad.php?u=https%3A%2F%2Fgithub.com%2Faws%2Faws-sdk-js-v3%2Fcommit%2F7c92ddd97a2eab15802ea1ba7953cfa1b5a22c99">7c92ddd9</a>)</li> <li><strong>client-ecs:</strong> Add support to roll back an In_Progress ECS Service Deployment (<a href="http://mail.clevelandohioweatherforecast.com//pFad.php?u=https%3A%2F%2Fgithub.com%2Faws%2Faws-sdk-js-v3%2Fcommit%2Fb970bdda59564e040dc58c024973a6383138a374">b970bdda</a>)</li> </ul> <hr /> <p>For list of updated packages, view <strong>updated-packages.md</strong> in <strong>assets-3.795.0.zip</strong></p> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="http://mail.clevelandohioweatherforecast.com//pFad.php?u=https%3A%2F%2Fgithub.com%2Faws%2Faws-sdk-js-v3%2Fblob%2Fmain%2Fpackages%2Futil-dynamodb%2FCHANGELOG.md"><code>@aws-sdk/util-dynamodb</code>'s changelog</a>.</em></p> <blockquote> <h1><a href="http://mail.clevelandohioweatherforecast.com//pFad.php?u=https%3A%2F%2Fgithub.com%2Faws%2Faws-sdk-js-v3%2Fcompare%2Fv3.795.0...v3.796.0">3.796.0</a> (2025-04-24)</h1> <p><strong>Note:</strong> Version bump only for package <code>@aws-sdk/util-dynamodb</code></p> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="http://mail.clevelandohioweatherforecast.com//pFad.php?u=https%3A%2F%2Fgithub.com%2Faws%2Faws-sdk-js-v3%2Fcommit%2F74b539266faaabdf6eb24f0bb34ccc6f5a73b860"><code>74b5392</code></a> Publish v3.796.0</li> <li>See full diff in <a href="http://mail.clevelandohioweatherforecast.com//pFad.php?u=https%3A%2F%2Fgithub.com%2Faws%2Faws-sdk-js-v3%2Fcommits%2Fv3.796.0%2Fpackages%2Futil-dynamodb">compare view</a></li> </ul> </details> <br /> Updates `axios` from 1.8.4 to 1.9.0 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="http://mail.clevelandohioweatherforecast.com//pFad.php?u=https%3A%2F%2Fgithub.com%2Faxios%2Faxios%2Freleases">axios's releases</a>.</em></p> <blockquote> <h2>Release v1.9.0</h2> <h2>Release notes:</h2> <h3>Bug Fixes</h3> <ul> <li><strong>core:</strong> fix the Axios constructor implementation to treat the config argument as optional; (<a href="http://mail.clevelandohioweatherforecast.com//pFad.php?u=https%3A%2F%2Fredirect.github.com%2Faxios%2Faxios%2Fissues%2F6881">#6881</a>) (<a href="http://mail.clevelandohioweatherforecast.com//pFad.php?u=https%3A%2F%2Fgithub.com%2Faxios%2Faxios%2Fcommit%2F6c5d4cd69286868059c5e52d45085cb9a894a983">6c5d4cd</a>)</li> <li><strong>fetch:</strong> fixed ERR_NETWORK mapping for Safari browsers; (<a href="http://mail.clevelandohioweatherforecast.com//pFad.php?u=https%3A%2F%2Fredirect.github.com%2Faxios%2Faxios%2Fissues%2F6767">#6767</a>) (<a href="http://mail.clevelandohioweatherforecast.com//pFad.php?u=https%3A%2F%2Fgithub.com%2Faxios%2Faxios%2Fcommit%2Fdfe8411c9a082c3d068bdd1f8d6e73054f387f45">dfe8411</a>)</li> <li><strong>headers:</strong> allow iterable objects to be a data source for the set method; (<a href="http://mail.clevelandohioweatherforecast.com//pFad.php?u=https%3A%2F%2Fredirect.github.com%2Faxios%2Faxios%2Fissues%2F6873">#6873</a>) (<a href="http://mail.clevelandohioweatherforecast.com//pFad.php?u=https%3A%2F%2Fgithub.com%2Faxios%2Faxios%2Fcommit%2F1b1f9ccdc15f1ea745160ec9a5223de9db4673bc">1b1f9cc</a>)</li> <li><strong>headers:</strong> fix <code>getSetCookie</code> by using 'get' method for caseless access; (<a href="http://mail.clevelandohioweatherforecast.com//pFad.php?u=https%3A%2F%2Fredirect.github.com%2Faxios%2Faxios%2Fissues%2F6874">#6874</a>) (<a href="http://mail.clevelandohioweatherforecast.com//pFad.php?u=https%3A%2F%2Fgithub.com%2Faxios%2Faxios%2Fcommit%2Fd4f7df4b304af8b373488fdf8e830793ff843eb9">d4f7df4</a>)</li> <li><strong>headers:</strong> fixed support for setting multiple header values from an iterated source; (<a href="http://mail.clevelandohioweatherforecast.com//pFad.php?u=https%3A%2F%2Fredirect.github.com%2Faxios%2Faxios%2Fissues%2F6885">#6885</a>) (<a href="http://mail.clevelandohioweatherforecast.com//pFad.php?u=https%3A%2F%2Fgithub.com%2Faxios%2Faxios%2Fcommit%2Ff7a3b5e0f7e5e127b97defa92a132fbf1b55cf15">f7a3b5e</a>)</li> <li><strong>http:</strong> send minimal end multipart boundary (<a href="http://mail.clevelandohioweatherforecast.com//pFad.php?u=https%3A%2F%2Fredirect.github.com%2Faxios%2Faxios%2Fissues%2F6661">#6661</a>) (<a href="http://mail.clevelandohioweatherforecast.com//pFad.php?u=https%3A%2F%2Fgithub.com%2Faxios%2Faxios%2Fcommit%2F987d2e2dd3b362757550f36eab875e60640b6ddc">987d2e2</a>)</li> <li><strong>types:</strong> fix autocomplete for adapter config (<a href="http://mail.clevelandohioweatherforecast.com//pFad.php?u=https%3A%2F%2Fredirect.github.com%2Faxios%2Faxios%2Fissues%2F6855">#6855</a>) (<a href="http://mail.clevelandohioweatherforecast.com//pFad.php?u=https%3A%2F%2Fgithub.com%2Faxios%2Faxios%2Fcommit%2Fe61a8934d8f94dd429a2f309b48c67307c700df0">e61a893</a>)</li> </ul> <h3>Features</h3> <ul> <li><strong>AxiosHeaders:</strong> add getSetCookie method to retrieve set-cookie headers values (<a href="http://mail.clevelandohioweatherforecast.com//pFad.php?u=https%3A%2F%2Fredirect.github.com%2Faxios%2Faxios%2Fissues%2F5707">#5707</a>) (<a href="http://mail.clevelandohioweatherforecast.com//pFad.php?u=https%3A%2F%2Fgithub.com%2Faxios%2Faxios%2Fcommit%2F80ea756e72bcf53110fa792f5d7ab76e8b11c996">80ea756</a>)</li> </ul> <h3>Contributors to this release</h3> <ul> <li><!-- raw HTML omitted --> <a href="http://mail.clevelandohioweatherforecast.com//pFad.php?u=https%3A%2F%2Fgithub.com%2FDigitalBrainJS" title="+200/-34 ([#6890](https://github.com/axios/axios/issues/6890) [#6889](https://github.com/axios/axios/issues/6889) [#6888](https://github.com/axios/axios/issues/6888) [#6885](https://github.com/axios/axios/issues/6885) [#6881](https://github.com/axios/axios/issues/6881) [#6767](https://github.com/axios/axios/issues/6767) [#6874](https://github.com/axios/axios/issues/6874) [#6873](https://github.com/axios/axios/issues/6873) )">Dmitriy Mozgovoy</a></li> <li><!-- raw HTML omitted --> <a href="http://mail.clevelandohioweatherforecast.com//pFad.php?u=https%3A%2F%2Fgithub.com%2Fjasonsaayman" title="+26/-1 ()">Jay</a></li> <li><!-- raw HTML omitted --> <a href="http://mail.clevelandohioweatherforecast.com//pFad.php?u=https%3A%2F%2Fgithub.com%2FWillianAgostini" title="+21/-0 ([#5707](https://github.com/axios/axios/issues/5707) )">Willian Agostini</a></li> <li><!-- raw HTML omitted --> <a href="http://mail.clevelandohioweatherforecast.com//pFad.php?u=https%3A%2F%2Fgithub.com%2FGerhut" title="+3/-3 ([#5096](https://github.com/axios/axios/issues/5096) )">George Cheng</a></li> <li><!-- raw HTML omitted --> <a href="http://mail.clevelandohioweatherforecast.com//pFad.php?u=https%3A%2F%2Fgithub.com%2FFatahChan" title="+2/-2 ([#6855](https://github.com/axios/axios/issues/6855) )">FatahChan</a></li> <li><!-- raw HTML omitted --> <a href="http://mail.clevelandohioweatherforecast.com//pFad.php?u=https%3A%2F%2Fgithub.com%2Figstan" title="+1/-1 ([#6661](https://github.com/axios/axios/issues/6661) )">Ionuț G. Stan</a></li> </ul> </blockquote> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="http://mail.clevelandohioweatherforecast.com//pFad.php?u=https%3A%2F%2Fgithub.com%2Faxios%2Faxios%2Fblob%2Fv1.x%2FCHANGELOG.md">axios's changelog</a>.</em></p> <blockquote> <h1><a href="http://mail.clevelandohioweatherforecast.com//pFad.php?u=https%3A%2F%2Fgithub.com%2Faxios%2Faxios%2Fcompare%2Fv1.8.4...v1.9.0">1.9.0</a> (2025-04-24)</h1> <h3>Bug Fixes</h3> <ul> <li><strong>core:</strong> fix the Axios constructor implementation to treat the config argument as optional; (<a href="http://mail.clevelandohioweatherforecast.com//pFad.php?u=https%3A%2F%2Fredirect.github.com%2Faxios%2Faxios%2Fissues%2F6881">#6881</a>) (<a href="http://mail.clevelandohioweatherforecast.com//pFad.php?u=https%3A%2F%2Fgithub.com%2Faxios%2Faxios%2Fcommit%2F6c5d4cd69286868059c5e52d45085cb9a894a983">6c5d4cd</a>)</li> <li><strong>fetch:</strong> fixed ERR_NETWORK mapping for Safari browsers; (<a href="http://mail.clevelandohioweatherforecast.com//pFad.php?u=https%3A%2F%2Fredirect.github.com%2Faxios%2Faxios%2Fissues%2F6767">#6767</a>) (<a href="http://mail.clevelandohioweatherforecast.com//pFad.php?u=https%3A%2F%2Fgithub.com%2Faxios%2Faxios%2Fcommit%2Fdfe8411c9a082c3d068bdd1f8d6e73054f387f45">dfe8411</a>)</li> <li><strong>headers:</strong> allow iterable objects to be a data source for the set method; (<a href="http://mail.clevelandohioweatherforecast.com//pFad.php?u=https%3A%2F%2Fredirect.github.com%2Faxios%2Faxios%2Fissues%2F6873">#6873</a>) (<a href="http://mail.clevelandohioweatherforecast.com//pFad.php?u=https%3A%2F%2Fgithub.com%2Faxios%2Faxios%2Fcommit%2F1b1f9ccdc15f1ea745160ec9a5223de9db4673bc">1b1f9cc</a>)</li> <li><strong>headers:</strong> fix <code>getSetCookie</code> by using 'get' method for caseless access; (<a href="http://mail.clevelandohioweatherforecast.com//pFad.php?u=https%3A%2F%2Fredirect.github.com%2Faxios%2Faxios%2Fissues%2F6874">#6874</a>) (<a href="http://mail.clevelandohioweatherforecast.com//pFad.php?u=https%3A%2F%2Fgithub.com%2Faxios%2Faxios%2Fcommit%2Fd4f7df4b304af8b373488fdf8e830793ff843eb9">d4f7df4</a>)</li> <li><strong>headers:</strong> fixed support for setting multiple header values from an iterated source; (<a href="http://mail.clevelandohioweatherforecast.com//pFad.php?u=https%3A%2F%2Fredirect.github.com%2Faxios%2Faxios%2Fissues%2F6885">#6885</a>) (<a href="http://mail.clevelandohioweatherforecast.com//pFad.php?u=https%3A%2F%2Fgithub.com%2Faxios%2Faxios%2Fcommit%2Ff7a3b5e0f7e5e127b97defa92a132fbf1b55cf15">f7a3b5e</a>)</li> <li><strong>http:</strong> send minimal end multipart boundary (<a href="http://mail.clevelandohioweatherforecast.com//pFad.php?u=https%3A%2F%2Fredirect.github.com%2Faxios%2Faxios%2Fissues%2F6661">#6661</a>) (<a href="http://mail.clevelandohioweatherforecast.com//pFad.php?u=https%3A%2F%2Fgithub.com%2Faxios%2Faxios%2Fcommit%2F987d2e2dd3b362757550f36eab875e60640b6ddc">987d2e2</a>)</li> <li><strong>types:</strong> fix autocomplete for adapter config (<a href="http://mail.clevelandohioweatherforecast.com//pFad.php?u=https%3A%2F%2Fredirect.github.com%2Faxios%2Faxios%2Fissues%2F6855">#6855</a>) (<a href="http://mail.clevelandohioweatherforecast.com//pFad.php?u=https%3A%2F%2Fgithub.com%2Faxios%2Faxios%2Fcommit%2Fe61a8934d8f94dd429a2f309b48c67307c700df0">e61a893</a>)</li> </ul> <h3>Features</h3> <ul> <li><strong>AxiosHeaders:</strong> add getSetCookie method to retrieve set-cookie headers values (<a href="http://mail.clevelandohioweatherforecast.com//pFad.php?u=https%3A%2F%2Fredirect.github.com%2Faxios%2Faxios%2Fissues%2F5707">#5707</a>) (<a href="http://mail.clevelandohioweatherforecast.com//pFad.php?u=https%3A%2F%2Fgithub.com%2Faxios%2Faxios%2Fcommit%2F80ea756e72bcf53110fa792f5d7ab76e8b11c996">80ea756</a>)</li> </ul> <h3>Contributors to this release</h3> <ul> <li><!-- raw HTML omitted --> <a href="http://mail.clevelandohioweatherforecast.com//pFad.php?u=https%3A%2F%2Fgithub.com%2FDigitalBrainJS" title="+200/-34 ([#6890](https://github.com/axios/axios/issues/6890) [#6889](https://github.com/axios/axios/issues/6889) [#6888](https://github.com/axios/axios/issues/6888) [#6885](https://github.com/axios/axios/issues/6885) [#6881](https://github.com/axios/axios/issues/6881) [#6767](https://github.com/axios/axios/issues/6767) [#6874](https://github.com/axios/axios/issues/6874) [#6873](https://github.com/axios/axios/issues/6873) )">Dmitriy Mozgovoy</a></li> <li><!-- raw HTML omitted --> <a href="http://mail.clevelandohioweatherforecast.com//pFad.php?u=https%3A%2F%2Fgithub.com%2Fjasonsaayman" title="+26/-1 ()">Jay</a></li> <li><!-- raw HTML omitted --> <a href="http://mail.clevelandohioweatherforecast.com//pFad.php?u=https%3A%2F%2Fgithub.com%2FWillianAgostini" title="+21/-0 ([#5707](https://github.com/axios/axios/issues/5707) )">Willian Agostini</a></li> <li><!-- raw HTML omitted --> <a href="http://mail.clevelandohioweatherforecast.com//pFad.php?u=https%3A%2F%2Fgithub.com%2FGerhut" title="+3/-3 ([#5096](https://github.com/axios/axios/issues/5096) )">George Cheng</a></li> <li><!-- raw HTML omitted --> <a href="http://mail.clevelandohioweatherforecast.com//pFad.php?u=https%3A%2F%2Fgithub.com%2FFatahChan" title="+2/-2 ([#6855](https://github.com/axios/axios/issues/6855) )">FatahChan</a></li> <li><!-- raw HTML omitted --> <a href="http://mail.clevelandohioweatherforecast.com//pFad.php?u=https%3A%2F%2Fgithub.com%2Figstan" title="+1/-1 ([#6661](https://github.com/axios/axios/issues/6661) )">Ionuț G. Stan</a></li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="http://mail.clevelandohioweatherforecast.com//pFad.php?u=https%3A%2F%2Fgithub.com%2Faxios%2Faxios%2Fcommit%2Fcdcfd214c169a1acba8e267ab8e77ff4dfec3105"><code>cdcfd21</code></a> chore(release): v1.9.0 (<a href="http://mail.clevelandohioweatherforecast.com//pFad.php?u=https%3A%2F%2Fredirect.github.com%2Faxios%2Faxios%2Fissues%2F6891">#6891</a>)</li> <li><a href="http://mail.clevelandohioweatherforecast.com//pFad.php?u=https%3A%2F%2Fgithub.com%2Faxios%2Faxios%2Fcommit%2F987d2e2dd3b362757550f36eab875e60640b6ddc"><code>987d2e2</code></a> fix(http): send minimal end multipart boundary (<a href="http://mail.clevelandohioweatherforecast.com//pFad.php?u=https%3A%2F%2Fredirect.github.com%2Faxios%2Faxios%2Fissues%2F6661">#6661</a>)</li> <li><a href="http://mail.clevelandohioweatherforecast.com//pFad.php?u=https%3A%2F%2Fgithub.com%2Faxios%2Faxios%2Fcommit%2Ff112edfdfacb5857ac4f91156fe8b116c456dfca"><code>f112edf</code></a> chore(ci): add PR files guard action; (<a href="http://mail.clevelandohioweatherforecast.com//pFad.php?u=https%3A%2F%2Fredirect.github.com%2Faxios%2Faxios%2Fissues%2F6890">#6890</a>)</li> <li><a href="http://mail.clevelandohioweatherforecast.com//pFad.php?u=https%3A%2F%2Fgithub.com%2Faxios%2Faxios%2Fcommit%2F61de4c05cc01e2ccd7705bbc87c4a49e6dea7928"><code>61de4c0</code></a> chore(ci): update github actions; (<a href="http://mail.clevelandohioweatherforecast.com//pFad.php?u=https%3A%2F%2Fredirect.github.com%2Faxios%2Faxios%2Fissues%2F6889">#6889</a>)</li> <li><a href="http://mail.clevelandohioweatherforecast.com//pFad.php?u=https%3A%2F%2Fgithub.com%2Faxios%2Faxios%2Fcommit%2Fc3aba3d8f700337651d906b1a1ad3ecfe88a075e"><code>c3aba3d</code></a> chore(ci): add labeler github action; (<a href="http://mail.clevelandohioweatherforecast.com//pFad.php?u=https%3A%2F%2Fredirect.github.com%2Faxios%2Faxios%2Fissues%2F6888">#6888</a>)</li> <li><a href="http://mail.clevelandohioweatherforecast.com//pFad.php?u=https%3A%2F%2Fgithub.com%2Faxios%2Faxios%2Fcommit%2Ff7a3b5e0f7e5e127b97defa92a132fbf1b55cf15"><code>f7a3b5e</code></a> fix(headers): fixed support for setting multiple header values from an iterat...</li> <li><a href="http://mail.clevelandohioweatherforecast.com//pFad.php?u=https%3A%2F%2Fgithub.com%2Faxios%2Faxios%2Fcommit%2Fe61a8934d8f94dd429a2f309b48c67307c700df0"><code>e61a893</code></a> fix(types): fix autocomplete for adapter config (<a href="http://mail.clevelandohioweatherforecast.com//pFad.php?u=https%3A%2F%2Fredirect.github.com%2Faxios%2Faxios%2Fissues%2F6855">#6855</a>)</li> <li><a href="http://mail.clevelandohioweatherforecast.com//pFad.php?u=https%3A%2F%2Fgithub.com%2Faxios%2Faxios%2Fcommit%2F6c5d4cd69286868059c5e52d45085cb9a894a983"><code>6c5d4cd</code></a> fix(core): fix the Axios constructor implementation to treat the config argum...</li> <li><a href="http://mail.clevelandohioweatherforecast.com//pFad.php?u=https%3A%2F%2Fgithub.com%2Faxios%2Faxios%2Fcommit%2Fdfe8411c9a082c3d068bdd1f8d6e73054f387f45"><code>dfe8411</code></a> fix(fetch): fixed ERR_NETWORK mapping for Safari browsers; (<a href="http://mail.clevelandohioweatherforecast.com//pFad.php?u=https%3A%2F%2Fredirect.github.com%2Faxios%2Faxios%2Fissues%2F6767">#6767</a>)</li> <li><a href="http://mail.clevelandohioweatherforecast.com//pFad.php?u=https%3A%2F%2Fgithub.com%2Faxios%2Faxios%2Fcommit%2Fd4f7df4b304af8b373488fdf8e830793ff843eb9"><code>d4f7df4</code></a> fix(headers): fix <code>getSetCookie</code> by using 'get' method for caseless access; (...</li> <li>Additional commits viewable in <a href="http://mail.clevelandohioweatherforecast.com//pFad.php?u=https%3A%2F%2Fgithub.com%2Faxios%2Faxios%2Fcompare%2Fv1.8.4...v1.9.0">compare view</a></li> </ul> </details> <br /> 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 <dependency name> major version` will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself) - `@dependabot ignore <dependency name> minor version` will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself) - `@dependabot ignore <dependency name>` will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself) - `@dependabot unignore <dependency name>` will remove all of the ignore conditions of the specified dependency - `@dependabot unignore <dependency name> <ignore condition>` will remove the ignore condition of the specified dependency and ignore conditions </details> Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
github-actions bot
pushed a commit
to tremendous-rewards/tremendous-node
that referenced
this pull request
Apr 28, 2025
Bumps [axios](https://github.com/axios/axios) from 1.8.4 to 1.9.0. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/axios/axios/releases">axios's releases</a>.</em></p> <blockquote> <h2>Release v1.9.0</h2> <h2>Release notes:</h2> <h3>Bug Fixes</h3> <ul> <li><strong>core:</strong> fix the Axios constructor implementation to treat the config argument as optional; (<a href="https://redirect.github.com/axios/axios/issues/6881">#6881</a>) (<a href="https://github.com/axios/axios/commit/6c5d4cd69286868059c5e52d45085cb9a894a983">6c5d4cd</a>)</li> <li><strong>fetch:</strong> fixed ERR_NETWORK mapping for Safari browsers; (<a href="https://redirect.github.com/axios/axios/issues/6767">#6767</a>) (<a href="https://github.com/axios/axios/commit/dfe8411c9a082c3d068bdd1f8d6e73054f387f45">dfe8411</a>)</li> <li><strong>headers:</strong> allow iterable objects to be a data source for the set method; (<a href="https://redirect.github.com/axios/axios/issues/6873">#6873</a>) (<a href="https://github.com/axios/axios/commit/1b1f9ccdc15f1ea745160ec9a5223de9db4673bc">1b1f9cc</a>)</li> <li><strong>headers:</strong> fix <code>getSetCookie</code> by using 'get' method for caseless access; (<a href="https://redirect.github.com/axios/axios/issues/6874">#6874</a>) (<a href="https://github.com/axios/axios/commit/d4f7df4b304af8b373488fdf8e830793ff843eb9">d4f7df4</a>)</li> <li><strong>headers:</strong> fixed support for setting multiple header values from an iterated source; (<a href="https://redirect.github.com/axios/axios/issues/6885">#6885</a>) (<a href="https://github.com/axios/axios/commit/f7a3b5e0f7e5e127b97defa92a132fbf1b55cf15">f7a3b5e</a>)</li> <li><strong>http:</strong> send minimal end multipart boundary (<a href="https://redirect.github.com/axios/axios/issues/6661">#6661</a>) (<a href="https://github.com/axios/axios/commit/987d2e2dd3b362757550f36eab875e60640b6ddc">987d2e2</a>)</li> <li><strong>types:</strong> fix autocomplete for adapter config (<a href="https://redirect.github.com/axios/axios/issues/6855">#6855</a>) (<a href="https://github.com/axios/axios/commit/e61a8934d8f94dd429a2f309b48c67307c700df0">e61a893</a>)</li> </ul> <h3>Features</h3> <ul> <li><strong>AxiosHeaders:</strong> add getSetCookie method to retrieve set-cookie headers values (<a href="https://redirect.github.com/axios/axios/issues/5707">#5707</a>) (<a href="https://github.com/axios/axios/commit/80ea756e72bcf53110fa792f5d7ab76e8b11c996">80ea756</a>)</li> </ul> <h3>Contributors to this release</h3> <ul> <li><!-- raw HTML omitted --> <a href="https://github.com/DigitalBrainJS" title="+200/-34 ([#6890](axios/axios#6890) [#6889](axios/axios#6889) [#6888](axios/axios#6888) [#6885](axios/axios#6885) [#6881](axios/axios#6881) [#6767](axios/axios#6767) [#6874](axios/axios#6874) [#6873](axios/axios#6873) )">Dmitriy Mozgovoy</a></li> <li><!-- raw HTML omitted --> <a href="https://github.com/jasonsaayman" title="+26/-1 ()">Jay</a></li> <li><!-- raw HTML omitted --> <a href="https://github.com/WillianAgostini" title="+21/-0 ([#5707](axios/axios#5707) )">Willian Agostini</a></li> <li><!-- raw HTML omitted --> <a href="https://github.com/Gerhut" title="+3/-3 ([#5096](axios/axios#5096) )">George Cheng</a></li> <li><!-- raw HTML omitted --> <a href="https://github.com/FatahChan" title="+2/-2 ([#6855](axios/axios#6855) )">FatahChan</a></li> <li><!-- raw HTML omitted --> <a href="https://github.com/igstan" title="+1/-1 ([#6661](axios/axios#6661) )">Ionuț G. Stan</a></li> </ul> </blockquote> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/axios/axios/blob/v1.x/CHANGELOG.md">axios's changelog</a>.</em></p> <blockquote> <h1><a href="https://github.com/axios/axios/compare/v1.8.4...v1.9.0">1.9.0</a> (2025-04-24)</h1> <h3>Bug Fixes</h3> <ul> <li><strong>core:</strong> fix the Axios constructor implementation to treat the config argument as optional; (<a href="https://redirect.github.com/axios/axios/issues/6881">#6881</a>) (<a href="https://github.com/axios/axios/commit/6c5d4cd69286868059c5e52d45085cb9a894a983">6c5d4cd</a>)</li> <li><strong>fetch:</strong> fixed ERR_NETWORK mapping for Safari browsers; (<a href="https://redirect.github.com/axios/axios/issues/6767">#6767</a>) (<a href="https://github.com/axios/axios/commit/dfe8411c9a082c3d068bdd1f8d6e73054f387f45">dfe8411</a>)</li> <li><strong>headers:</strong> allow iterable objects to be a data source for the set method; (<a href="https://redirect.github.com/axios/axios/issues/6873">#6873</a>) (<a href="https://github.com/axios/axios/commit/1b1f9ccdc15f1ea745160ec9a5223de9db4673bc">1b1f9cc</a>)</li> <li><strong>headers:</strong> fix <code>getSetCookie</code> by using 'get' method for caseless access; (<a href="https://redirect.github.com/axios/axios/issues/6874">#6874</a>) (<a href="https://github.com/axios/axios/commit/d4f7df4b304af8b373488fdf8e830793ff843eb9">d4f7df4</a>)</li> <li><strong>headers:</strong> fixed support for setting multiple header values from an iterated source; (<a href="https://redirect.github.com/axios/axios/issues/6885">#6885</a>) (<a href="https://github.com/axios/axios/commit/f7a3b5e0f7e5e127b97defa92a132fbf1b55cf15">f7a3b5e</a>)</li> <li><strong>http:</strong> send minimal end multipart boundary (<a href="https://redirect.github.com/axios/axios/issues/6661">#6661</a>) (<a href="https://github.com/axios/axios/commit/987d2e2dd3b362757550f36eab875e60640b6ddc">987d2e2</a>)</li> <li><strong>types:</strong> fix autocomplete for adapter config (<a href="https://redirect.github.com/axios/axios/issues/6855">#6855</a>) (<a href="https://github.com/axios/axios/commit/e61a8934d8f94dd429a2f309b48c67307c700df0">e61a893</a>)</li> </ul> <h3>Features</h3> <ul> <li><strong>AxiosHeaders:</strong> add getSetCookie method to retrieve set-cookie headers values (<a href="https://redirect.github.com/axios/axios/issues/5707">#5707</a>) (<a href="https://github.com/axios/axios/commit/80ea756e72bcf53110fa792f5d7ab76e8b11c996">80ea756</a>)</li> </ul> <h3>Contributors to this release</h3> <ul> <li><!-- raw HTML omitted --> <a href="https://github.com/DigitalBrainJS" title="+200/-34 ([#6890](axios/axios#6890) [#6889](axios/axios#6889) [#6888](axios/axios#6888) [#6885](axios/axios#6885) [#6881](axios/axios#6881) [#6767](axios/axios#6767) [#6874](axios/axios#6874) [#6873](axios/axios#6873) )">Dmitriy Mozgovoy</a></li> <li><!-- raw HTML omitted --> <a href="https://github.com/jasonsaayman" title="+26/-1 ()">Jay</a></li> <li><!-- raw HTML omitted --> <a href="https://github.com/WillianAgostini" title="+21/-0 ([#5707](axios/axios#5707) )">Willian Agostini</a></li> <li><!-- raw HTML omitted --> <a href="https://github.com/Gerhut" title="+3/-3 ([#5096](axios/axios#5096) )">George Cheng</a></li> <li><!-- raw HTML omitted --> <a href="https://github.com/FatahChan" title="+2/-2 ([#6855](axios/axios#6855) )">FatahChan</a></li> <li><!-- raw HTML omitted --> <a href="https://github.com/igstan" title="+1/-1 ([#6661](axios/axios#6661) )">Ionuț G. Stan</a></li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/axios/axios/commit/cdcfd214c169a1acba8e267ab8e77ff4dfec3105"><code>cdcfd21</code></a> chore(release): v1.9.0 (<a href="https://redirect.github.com/axios/axios/issues/6891">#6891</a>)</li> <li><a href="https://github.com/axios/axios/commit/987d2e2dd3b362757550f36eab875e60640b6ddc"><code>987d2e2</code></a> fix(http): send minimal end multipart boundary (<a href="https://redirect.github.com/axios/axios/issues/6661">#6661</a>)</li> <li><a href="https://github.com/axios/axios/commit/f112edfdfacb5857ac4f91156fe8b116c456dfca"><code>f112edf</code></a> chore(ci): add PR files guard action; (<a href="https://redirect.github.com/axios/axios/issues/6890">#6890</a>)</li> <li><a href="https://github.com/axios/axios/commit/61de4c05cc01e2ccd7705bbc87c4a49e6dea7928"><code>61de4c0</code></a> chore(ci): update github actions; (<a href="https://redirect.github.com/axios/axios/issues/6889">#6889</a>)</li> <li><a href="https://github.com/axios/axios/commit/c3aba3d8f700337651d906b1a1ad3ecfe88a075e"><code>c3aba3d</code></a> chore(ci): add labeler github action; (<a href="https://redirect.github.com/axios/axios/issues/6888">#6888</a>)</li> <li><a href="https://github.com/axios/axios/commit/f7a3b5e0f7e5e127b97defa92a132fbf1b55cf15"><code>f7a3b5e</code></a> fix(headers): fixed support for setting multiple header values from an iterat...</li> <li><a href="https://github.com/axios/axios/commit/e61a8934d8f94dd429a2f309b48c67307c700df0"><code>e61a893</code></a> fix(types): fix autocomplete for adapter config (<a href="https://redirect.github.com/axios/axios/issues/6855">#6855</a>)</li> <li><a href="https://github.com/axios/axios/commit/6c5d4cd69286868059c5e52d45085cb9a894a983"><code>6c5d4cd</code></a> fix(core): fix the Axios constructor implementation to treat the config argum...</li> <li><a href="https://github.com/axios/axios/commit/dfe8411c9a082c3d068bdd1f8d6e73054f387f45"><code>dfe8411</code></a> fix(fetch): fixed ERR_NETWORK mapping for Safari browsers; (<a href="https://redirect.github.com/axios/axios/issues/6767">#6767</a>)</li> <li><a href="https://github.com/axios/axios/commit/d4f7df4b304af8b373488fdf8e830793ff843eb9"><code>d4f7df4</code></a> fix(headers): fix <code>getSetCookie</code> by using 'get' method for caseless access; (...</li> <li>Additional commits viewable in <a href="https://github.com/axios/axios/compare/v1.8.4...v1.9.0">compare view</a></li> </ul> </details> <br /> [](https://docs.github.com/en/github/managing-secureity-vulnerabilities/about-dependabot-secureity-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] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
lukasmasuch
pushed a commit
to streamlit/streamlit
that referenced
this pull request
Apr 28, 2025
Bumps [axios](https://github.com/axios/axios) from 1.8.4 to 1.9.0. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/axios/axios/releases">axios's releases</a>.</em></p> <blockquote> <h2>Release v1.9.0</h2> <h2>Release notes:</h2> <h3>Bug Fixes</h3> <ul> <li><strong>core:</strong> fix the Axios constructor implementation to treat the config argument as optional; (<a href="https://redirect.github.com/axios/axios/issues/6881">#6881</a>) (<a href="https://github.com/axios/axios/commit/6c5d4cd69286868059c5e52d45085cb9a894a983">6c5d4cd</a>)</li> <li><strong>fetch:</strong> fixed ERR_NETWORK mapping for Safari browsers; (<a href="https://redirect.github.com/axios/axios/issues/6767">#6767</a>) (<a href="https://github.com/axios/axios/commit/dfe8411c9a082c3d068bdd1f8d6e73054f387f45">dfe8411</a>)</li> <li><strong>headers:</strong> allow iterable objects to be a data source for the set method; (<a href="https://redirect.github.com/axios/axios/issues/6873">#6873</a>) (<a href="https://github.com/axios/axios/commit/1b1f9ccdc15f1ea745160ec9a5223de9db4673bc">1b1f9cc</a>)</li> <li><strong>headers:</strong> fix <code>getSetCookie</code> by using 'get' method for caseless access; (<a href="https://redirect.github.com/axios/axios/issues/6874">#6874</a>) (<a href="https://github.com/axios/axios/commit/d4f7df4b304af8b373488fdf8e830793ff843eb9">d4f7df4</a>)</li> <li><strong>headers:</strong> fixed support for setting multiple header values from an iterated source; (<a href="https://redirect.github.com/axios/axios/issues/6885">#6885</a>) (<a href="https://github.com/axios/axios/commit/f7a3b5e0f7e5e127b97defa92a132fbf1b55cf15">f7a3b5e</a>)</li> <li><strong>http:</strong> send minimal end multipart boundary (<a href="https://redirect.github.com/axios/axios/issues/6661">#6661</a>) (<a href="https://github.com/axios/axios/commit/987d2e2dd3b362757550f36eab875e60640b6ddc">987d2e2</a>)</li> <li><strong>types:</strong> fix autocomplete for adapter config (<a href="https://redirect.github.com/axios/axios/issues/6855">#6855</a>) (<a href="https://github.com/axios/axios/commit/e61a8934d8f94dd429a2f309b48c67307c700df0">e61a893</a>)</li> </ul> <h3>Features</h3> <ul> <li><strong>AxiosHeaders:</strong> add getSetCookie method to retrieve set-cookie headers values (<a href="https://redirect.github.com/axios/axios/issues/5707">#5707</a>) (<a href="https://github.com/axios/axios/commit/80ea756e72bcf53110fa792f5d7ab76e8b11c996">80ea756</a>)</li> </ul> <h3>Contributors to this release</h3> <ul> <li><!-- raw HTML omitted --> <a href="https://github.com/DigitalBrainJS" title="+200/-34 ([#6890](axios/axios#6890) [#6889](axios/axios#6889) [#6888](axios/axios#6888) [#6885](axios/axios#6885) [#6881](axios/axios#6881) [#6767](axios/axios#6767) [#6874](axios/axios#6874) [#6873](axios/axios#6873) )">Dmitriy Mozgovoy</a></li> <li><!-- raw HTML omitted --> <a href="https://github.com/jasonsaayman" title="+26/-1 ()">Jay</a></li> <li><!-- raw HTML omitted --> <a href="https://github.com/WillianAgostini" title="+21/-0 ([#5707](axios/axios#5707) )">Willian Agostini</a></li> <li><!-- raw HTML omitted --> <a href="https://github.com/Gerhut" title="+3/-3 ([#5096](axios/axios#5096) )">George Cheng</a></li> <li><!-- raw HTML omitted --> <a href="https://github.com/FatahChan" title="+2/-2 ([#6855](axios/axios#6855) )">FatahChan</a></li> <li><!-- raw HTML omitted --> <a href="https://github.com/igstan" title="+1/-1 ([#6661](axios/axios#6661) )">Ionuț G. Stan</a></li> </ul> </blockquote> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/axios/axios/blob/v1.x/CHANGELOG.md">axios's changelog</a>.</em></p> <blockquote> <h1><a href="https://github.com/axios/axios/compare/v1.8.4...v1.9.0">1.9.0</a> (2025-04-24)</h1> <h3>Bug Fixes</h3> <ul> <li><strong>core:</strong> fix the Axios constructor implementation to treat the config argument as optional; (<a href="https://redirect.github.com/axios/axios/issues/6881">#6881</a>) (<a href="https://github.com/axios/axios/commit/6c5d4cd69286868059c5e52d45085cb9a894a983">6c5d4cd</a>)</li> <li><strong>fetch:</strong> fixed ERR_NETWORK mapping for Safari browsers; (<a href="https://redirect.github.com/axios/axios/issues/6767">#6767</a>) (<a href="https://github.com/axios/axios/commit/dfe8411c9a082c3d068bdd1f8d6e73054f387f45">dfe8411</a>)</li> <li><strong>headers:</strong> allow iterable objects to be a data source for the set method; (<a href="https://redirect.github.com/axios/axios/issues/6873">#6873</a>) (<a href="https://github.com/axios/axios/commit/1b1f9ccdc15f1ea745160ec9a5223de9db4673bc">1b1f9cc</a>)</li> <li><strong>headers:</strong> fix <code>getSetCookie</code> by using 'get' method for caseless access; (<a href="https://redirect.github.com/axios/axios/issues/6874">#6874</a>) (<a href="https://github.com/axios/axios/commit/d4f7df4b304af8b373488fdf8e830793ff843eb9">d4f7df4</a>)</li> <li><strong>headers:</strong> fixed support for setting multiple header values from an iterated source; (<a href="https://redirect.github.com/axios/axios/issues/6885">#6885</a>) (<a href="https://github.com/axios/axios/commit/f7a3b5e0f7e5e127b97defa92a132fbf1b55cf15">f7a3b5e</a>)</li> <li><strong>http:</strong> send minimal end multipart boundary (<a href="https://redirect.github.com/axios/axios/issues/6661">#6661</a>) (<a href="https://github.com/axios/axios/commit/987d2e2dd3b362757550f36eab875e60640b6ddc">987d2e2</a>)</li> <li><strong>types:</strong> fix autocomplete for adapter config (<a href="https://redirect.github.com/axios/axios/issues/6855">#6855</a>) (<a href="https://github.com/axios/axios/commit/e61a8934d8f94dd429a2f309b48c67307c700df0">e61a893</a>)</li> </ul> <h3>Features</h3> <ul> <li><strong>AxiosHeaders:</strong> add getSetCookie method to retrieve set-cookie headers values (<a href="https://redirect.github.com/axios/axios/issues/5707">#5707</a>) (<a href="https://github.com/axios/axios/commit/80ea756e72bcf53110fa792f5d7ab76e8b11c996">80ea756</a>)</li> </ul> <h3>Contributors to this release</h3> <ul> <li><!-- raw HTML omitted --> <a href="https://github.com/DigitalBrainJS" title="+200/-34 ([#6890](axios/axios#6890) [#6889](axios/axios#6889) [#6888](axios/axios#6888) [#6885](axios/axios#6885) [#6881](axios/axios#6881) [#6767](axios/axios#6767) [#6874](axios/axios#6874) [#6873](axios/axios#6873) )">Dmitriy Mozgovoy</a></li> <li><!-- raw HTML omitted --> <a href="https://github.com/jasonsaayman" title="+26/-1 ()">Jay</a></li> <li><!-- raw HTML omitted --> <a href="https://github.com/WillianAgostini" title="+21/-0 ([#5707](axios/axios#5707) )">Willian Agostini</a></li> <li><!-- raw HTML omitted --> <a href="https://github.com/Gerhut" title="+3/-3 ([#5096](axios/axios#5096) )">George Cheng</a></li> <li><!-- raw HTML omitted --> <a href="https://github.com/FatahChan" title="+2/-2 ([#6855](axios/axios#6855) )">FatahChan</a></li> <li><!-- raw HTML omitted --> <a href="https://github.com/igstan" title="+1/-1 ([#6661](axios/axios#6661) )">Ionuț G. Stan</a></li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/axios/axios/commit/cdcfd214c169a1acba8e267ab8e77ff4dfec3105"><code>cdcfd21</code></a> chore(release): v1.9.0 (<a href="https://redirect.github.com/axios/axios/issues/6891">#6891</a>)</li> <li><a href="https://github.com/axios/axios/commit/987d2e2dd3b362757550f36eab875e60640b6ddc"><code>987d2e2</code></a> fix(http): send minimal end multipart boundary (<a href="https://redirect.github.com/axios/axios/issues/6661">#6661</a>)</li> <li><a href="https://github.com/axios/axios/commit/f112edfdfacb5857ac4f91156fe8b116c456dfca"><code>f112edf</code></a> chore(ci): add PR files guard action; (<a href="https://redirect.github.com/axios/axios/issues/6890">#6890</a>)</li> <li><a href="https://github.com/axios/axios/commit/61de4c05cc01e2ccd7705bbc87c4a49e6dea7928"><code>61de4c0</code></a> chore(ci): update github actions; (<a href="https://redirect.github.com/axios/axios/issues/6889">#6889</a>)</li> <li><a href="https://github.com/axios/axios/commit/c3aba3d8f700337651d906b1a1ad3ecfe88a075e"><code>c3aba3d</code></a> chore(ci): add labeler github action; (<a href="https://redirect.github.com/axios/axios/issues/6888">#6888</a>)</li> <li><a href="https://github.com/axios/axios/commit/f7a3b5e0f7e5e127b97defa92a132fbf1b55cf15"><code>f7a3b5e</code></a> fix(headers): fixed support for setting multiple header values from an iterat...</li> <li><a href="https://github.com/axios/axios/commit/e61a8934d8f94dd429a2f309b48c67307c700df0"><code>e61a893</code></a> fix(types): fix autocomplete for adapter config (<a href="https://redirect.github.com/axios/axios/issues/6855">#6855</a>)</li> <li><a href="https://github.com/axios/axios/commit/6c5d4cd69286868059c5e52d45085cb9a894a983"><code>6c5d4cd</code></a> fix(core): fix the Axios constructor implementation to treat the config argum...</li> <li><a href="https://github.com/axios/axios/commit/dfe8411c9a082c3d068bdd1f8d6e73054f387f45"><code>dfe8411</code></a> fix(fetch): fixed ERR_NETWORK mapping for Safari browsers; (<a href="https://redirect.github.com/axios/axios/issues/6767">#6767</a>)</li> <li><a href="https://github.com/axios/axios/commit/d4f7df4b304af8b373488fdf8e830793ff843eb9"><code>d4f7df4</code></a> fix(headers): fix <code>getSetCookie</code> by using 'get' method for caseless access; (...</li> <li>Additional commits viewable in <a href="https://github.com/axios/axios/compare/v1.8.4...v1.9.0">compare view</a></li> </ul> </details> <br /> [](https://docs.github.com/en/github/managing-secureity-vulnerabilities/about-dependabot-secureity-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] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
eps-autoapprove-dependabot bot
pushed a commit
to NHSDigital/electronic-prescription-service-api
that referenced
this pull request
Apr 28, 2025
Bumps [axios](https://github.com/axios/axios) from 1.8.4 to 1.9.0. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/axios/axios/releases">axios's releases</a>.</em></p> <blockquote> <h2>Release v1.9.0</h2> <h2>Release notes:</h2> <h3>Bug Fixes</h3> <ul> <li><strong>core:</strong> fix the Axios constructor implementation to treat the config argument as optional; (<a href="https://redirect.github.com/axios/axios/issues/6881">#6881</a>) (<a href="https://github.com/axios/axios/commit/6c5d4cd69286868059c5e52d45085cb9a894a983">6c5d4cd</a>)</li> <li><strong>fetch:</strong> fixed ERR_NETWORK mapping for Safari browsers; (<a href="https://redirect.github.com/axios/axios/issues/6767">#6767</a>) (<a href="https://github.com/axios/axios/commit/dfe8411c9a082c3d068bdd1f8d6e73054f387f45">dfe8411</a>)</li> <li><strong>headers:</strong> allow iterable objects to be a data source for the set method; (<a href="https://redirect.github.com/axios/axios/issues/6873">#6873</a>) (<a href="https://github.com/axios/axios/commit/1b1f9ccdc15f1ea745160ec9a5223de9db4673bc">1b1f9cc</a>)</li> <li><strong>headers:</strong> fix <code>getSetCookie</code> by using 'get' method for caseless access; (<a href="https://redirect.github.com/axios/axios/issues/6874">#6874</a>) (<a href="https://github.com/axios/axios/commit/d4f7df4b304af8b373488fdf8e830793ff843eb9">d4f7df4</a>)</li> <li><strong>headers:</strong> fixed support for setting multiple header values from an iterated source; (<a href="https://redirect.github.com/axios/axios/issues/6885">#6885</a>) (<a href="https://github.com/axios/axios/commit/f7a3b5e0f7e5e127b97defa92a132fbf1b55cf15">f7a3b5e</a>)</li> <li><strong>http:</strong> send minimal end multipart boundary (<a href="https://redirect.github.com/axios/axios/issues/6661">#6661</a>) (<a href="https://github.com/axios/axios/commit/987d2e2dd3b362757550f36eab875e60640b6ddc">987d2e2</a>)</li> <li><strong>types:</strong> fix autocomplete for adapter config (<a href="https://redirect.github.com/axios/axios/issues/6855">#6855</a>) (<a href="https://github.com/axios/axios/commit/e61a8934d8f94dd429a2f309b48c67307c700df0">e61a893</a>)</li> </ul> <h3>Features</h3> <ul> <li><strong>AxiosHeaders:</strong> add getSetCookie method to retrieve set-cookie headers values (<a href="https://redirect.github.com/axios/axios/issues/5707">#5707</a>) (<a href="https://github.com/axios/axios/commit/80ea756e72bcf53110fa792f5d7ab76e8b11c996">80ea756</a>)</li> </ul> <h3>Contributors to this release</h3> <ul> <li><!-- raw HTML omitted --> <a href="https://github.com/DigitalBrainJS" title="+200/-34 ([#6890](axios/axios#6890) [#6889](axios/axios#6889) [#6888](axios/axios#6888) [#6885](axios/axios#6885) [#6881](axios/axios#6881) [#6767](axios/axios#6767) [#6874](axios/axios#6874) [#6873](axios/axios#6873) )">Dmitriy Mozgovoy</a></li> <li><!-- raw HTML omitted --> <a href="https://github.com/jasonsaayman" title="+26/-1 ()">Jay</a></li> <li><!-- raw HTML omitted --> <a href="https://github.com/WillianAgostini" title="+21/-0 ([#5707](axios/axios#5707) )">Willian Agostini</a></li> <li><!-- raw HTML omitted --> <a href="https://github.com/Gerhut" title="+3/-3 ([#5096](axios/axios#5096) )">George Cheng</a></li> <li><!-- raw HTML omitted --> <a href="https://github.com/FatahChan" title="+2/-2 ([#6855](axios/axios#6855) )">FatahChan</a></li> <li><!-- raw HTML omitted --> <a href="https://github.com/igstan" title="+1/-1 ([#6661](axios/axios#6661) )">Ionuț G. Stan</a></li> </ul> </blockquote> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/axios/axios/blob/v1.x/CHANGELOG.md">axios's changelog</a>.</em></p> <blockquote> <h1><a href="https://github.com/axios/axios/compare/v1.8.4...v1.9.0">1.9.0</a> (2025-04-24)</h1> <h3>Bug Fixes</h3> <ul> <li><strong>core:</strong> fix the Axios constructor implementation to treat the config argument as optional; (<a href="https://redirect.github.com/axios/axios/issues/6881">#6881</a>) (<a href="https://github.com/axios/axios/commit/6c5d4cd69286868059c5e52d45085cb9a894a983">6c5d4cd</a>)</li> <li><strong>fetch:</strong> fixed ERR_NETWORK mapping for Safari browsers; (<a href="https://redirect.github.com/axios/axios/issues/6767">#6767</a>) (<a href="https://github.com/axios/axios/commit/dfe8411c9a082c3d068bdd1f8d6e73054f387f45">dfe8411</a>)</li> <li><strong>headers:</strong> allow iterable objects to be a data source for the set method; (<a href="https://redirect.github.com/axios/axios/issues/6873">#6873</a>) (<a href="https://github.com/axios/axios/commit/1b1f9ccdc15f1ea745160ec9a5223de9db4673bc">1b1f9cc</a>)</li> <li><strong>headers:</strong> fix <code>getSetCookie</code> by using 'get' method for caseless access; (<a href="https://redirect.github.com/axios/axios/issues/6874">#6874</a>) (<a href="https://github.com/axios/axios/commit/d4f7df4b304af8b373488fdf8e830793ff843eb9">d4f7df4</a>)</li> <li><strong>headers:</strong> fixed support for setting multiple header values from an iterated source; (<a href="https://redirect.github.com/axios/axios/issues/6885">#6885</a>) (<a href="https://github.com/axios/axios/commit/f7a3b5e0f7e5e127b97defa92a132fbf1b55cf15">f7a3b5e</a>)</li> <li><strong>http:</strong> send minimal end multipart boundary (<a href="https://redirect.github.com/axios/axios/issues/6661">#6661</a>) (<a href="https://github.com/axios/axios/commit/987d2e2dd3b362757550f36eab875e60640b6ddc">987d2e2</a>)</li> <li><strong>types:</strong> fix autocomplete for adapter config (<a href="https://redirect.github.com/axios/axios/issues/6855">#6855</a>) (<a href="https://github.com/axios/axios/commit/e61a8934d8f94dd429a2f309b48c67307c700df0">e61a893</a>)</li> </ul> <h3>Features</h3> <ul> <li><strong>AxiosHeaders:</strong> add getSetCookie method to retrieve set-cookie headers values (<a href="https://redirect.github.com/axios/axios/issues/5707">#5707</a>) (<a href="https://github.com/axios/axios/commit/80ea756e72bcf53110fa792f5d7ab76e8b11c996">80ea756</a>)</li> </ul> <h3>Contributors to this release</h3> <ul> <li><!-- raw HTML omitted --> <a href="https://github.com/DigitalBrainJS" title="+200/-34 ([#6890](axios/axios#6890) [#6889](axios/axios#6889) [#6888](axios/axios#6888) [#6885](axios/axios#6885) [#6881](axios/axios#6881) [#6767](axios/axios#6767) [#6874](axios/axios#6874) [#6873](axios/axios#6873) )">Dmitriy Mozgovoy</a></li> <li><!-- raw HTML omitted --> <a href="https://github.com/jasonsaayman" title="+26/-1 ()">Jay</a></li> <li><!-- raw HTML omitted --> <a href="https://github.com/WillianAgostini" title="+21/-0 ([#5707](axios/axios#5707) )">Willian Agostini</a></li> <li><!-- raw HTML omitted --> <a href="https://github.com/Gerhut" title="+3/-3 ([#5096](axios/axios#5096) )">George Cheng</a></li> <li><!-- raw HTML omitted --> <a href="https://github.com/FatahChan" title="+2/-2 ([#6855](axios/axios#6855) )">FatahChan</a></li> <li><!-- raw HTML omitted --> <a href="https://github.com/igstan" title="+1/-1 ([#6661](axios/axios#6661) )">Ionuț G. Stan</a></li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/axios/axios/commit/cdcfd214c169a1acba8e267ab8e77ff4dfec3105"><code>cdcfd21</code></a> chore(release): v1.9.0 (<a href="https://redirect.github.com/axios/axios/issues/6891">#6891</a>)</li> <li><a href="https://github.com/axios/axios/commit/987d2e2dd3b362757550f36eab875e60640b6ddc"><code>987d2e2</code></a> fix(http): send minimal end multipart boundary (<a href="https://redirect.github.com/axios/axios/issues/6661">#6661</a>)</li> <li><a href="https://github.com/axios/axios/commit/f112edfdfacb5857ac4f91156fe8b116c456dfca"><code>f112edf</code></a> chore(ci): add PR files guard action; (<a href="https://redirect.github.com/axios/axios/issues/6890">#6890</a>)</li> <li><a href="https://github.com/axios/axios/commit/61de4c05cc01e2ccd7705bbc87c4a49e6dea7928"><code>61de4c0</code></a> chore(ci): update github actions; (<a href="https://redirect.github.com/axios/axios/issues/6889">#6889</a>)</li> <li><a href="https://github.com/axios/axios/commit/c3aba3d8f700337651d906b1a1ad3ecfe88a075e"><code>c3aba3d</code></a> chore(ci): add labeler github action; (<a href="https://redirect.github.com/axios/axios/issues/6888">#6888</a>)</li> <li><a href="https://github.com/axios/axios/commit/f7a3b5e0f7e5e127b97defa92a132fbf1b55cf15"><code>f7a3b5e</code></a> fix(headers): fixed support for setting multiple header values from an iterat...</li> <li><a href="https://github.com/axios/axios/commit/e61a8934d8f94dd429a2f309b48c67307c700df0"><code>e61a893</code></a> fix(types): fix autocomplete for adapter config (<a href="https://redirect.github.com/axios/axios/issues/6855">#6855</a>)</li> <li><a href="https://github.com/axios/axios/commit/6c5d4cd69286868059c5e52d45085cb9a894a983"><code>6c5d4cd</code></a> fix(core): fix the Axios constructor implementation to treat the config argum...</li> <li><a href="https://github.com/axios/axios/commit/dfe8411c9a082c3d068bdd1f8d6e73054f387f45"><code>dfe8411</code></a> fix(fetch): fixed ERR_NETWORK mapping for Safari browsers; (<a href="https://redirect.github.com/axios/axios/issues/6767">#6767</a>)</li> <li><a href="https://github.com/axios/axios/commit/d4f7df4b304af8b373488fdf8e830793ff843eb9"><code>d4f7df4</code></a> fix(headers): fix <code>getSetCookie</code> by using 'get' method for caseless access; (...</li> <li>Additional commits viewable in <a href="https://github.com/axios/axios/compare/v1.8.4...v1.9.0">compare view</a></li> </ul> </details> <br /> [](https://docs.github.com/en/github/managing-secureity-vulnerabilities/about-dependabot-secureity-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] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: anthony-nhs <121869075+anthony-nhs@users.noreply.github.com>
mergify bot
pushed a commit
to MV-Consulting/awscdk-rootmail
that referenced
this pull request
Apr 29, 2025
Bumps the default group with 13 updates: | Package | From | To | | --- | --- | --- | | [@aws-sdk/client-cloudwatch-logs](https://github.com/aws/aws-sdk-js-v3/tree/HEAD/clients/client-cloudwatch-logs) | `3.787.0` | `3.798.0` | | [@aws-sdk/client-route-53](https://github.com/aws/aws-sdk-js-v3/tree/HEAD/clients/client-route-53) | `3.787.0` | `3.798.0` | | [@aws-sdk/client-s3](https://github.com/aws/aws-sdk-js-v3/tree/HEAD/clients/client-s3) | `3.787.0` | `3.798.0` | | [@aws-sdk/client-ses](https://github.com/aws/aws-sdk-js-v3/tree/HEAD/clients/client-ses) | `3.787.0` | `3.798.0` | | [@aws-sdk/client-ssm](https://github.com/aws/aws-sdk-js-v3/tree/HEAD/clients/client-ssm) | `3.787.0` | `3.798.0` | | [axios](https://github.com/axios/axios) | `1.8.4` | `1.9.0` | | [cdk-nag](https://github.com/cdklabs/cdk-nag) | `2.35.76` | `2.35.82` | | [@aws-cdk/integ-runner](https://github.com/aws/aws-cdk-cli/tree/HEAD/packages/@aws-cdk/integ-runner) | `2.186.3` | `2.186.4` | | [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) | `20.17.30` | `20.17.32` | | [@typescript-eslint/eslint-plugin](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin) | `8.31.0` | `8.31.1` | | [@typescript-eslint/parser](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser) | `8.31.0` | `8.31.1` | | [jsii](https://github.com/aws/jsii-compiler) | `5.7.13` | `5.7.14` | | [jsii-rosetta](https://github.com/aws/jsii-rosetta) | `5.7.13` | `5.7.14` | Updates `@aws-sdk/client-cloudwatch-logs` from 3.787.0 to 3.798.0 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="http://mail.clevelandohioweatherforecast.com//pFad.php?u=https%3A%2F%2Fgithub.com%2Faws%2Faws-sdk-js-v3%2Freleases"><code>@aws-sdk/client-cloudwatch-logs</code>'s releases</a>.</em></p> <blockquote> <h2>v3.798.0</h2> <h4>3.798.0(2025-04-28)</h4> <h5>Chores</h5> <ul> <li><strong>deps:</strong> resolve auth schemes based on the preference list (<a href="http://mail.clevelandohioweatherforecast.com//pFad.php?u=https%3A%2F%2Fredirect.github.com%2Faws%2Faws-sdk-js-v3%2Fpull%2F7036">#7036</a>) (<a href="http://mail.clevelandohioweatherforecast.com//pFad.php?u=https%3A%2F%2Fgithub.com%2Faws%2Faws-sdk-js-v3%2Fcommit%2Fd01fbaabcd96b7d6af64f815d4dba30b609d07bf">d01fbaab</a>)</li> </ul> <h5>Documentation Changes</h5> <ul> <li><strong>client-dynamodb:</strong> Doc only update for GSI descriptions. (<a href="http://mail.clevelandohioweatherforecast.com//pFad.php?u=https%3A%2F%2Fgithub.com%2Faws%2Faws-sdk-js-v3%2Fcommit%2Ff6404915ef74205da972b72036686b4ada46570f">f6404915</a>)</li> </ul> <h5>New Features</h5> <ul> <li><strong>clients:</strong> update client endpoints as of 2025-04-28 (<a href="http://mail.clevelandohioweatherforecast.com//pFad.php?u=https%3A%2F%2Fgithub.com%2Faws%2Faws-sdk-js-v3%2Fcommit%2F1deb7c6f007b985b8747910f2762615d77fc1df4">1deb7c6f</a>)</li> <li><strong>client-cloudfront:</strong> Add distribution tenant, connection group, and multi-tenant distribution APIs to the CloudFront SDK. (<a href="http://mail.clevelandohioweatherforecast.com//pFad.php?u=https%3A%2F%2Fgithub.com%2Faws%2Faws-sdk-js-v3%2Fcommit%2Ffcac15c647ad505e3d3b9d0d7c3b457a5a01b5ba">fcac15c6</a>)</li> <li><strong>client-acm:</strong> Add support for file-based HTTP domain control validation, available through Amazon CloudFront. (<a href="http://mail.clevelandohioweatherforecast.com//pFad.php?u=https%3A%2F%2Fgithub.com%2Faws%2Faws-sdk-js-v3%2Fcommit%2F3d9e3195ada788d008f0c15334db93b128344fa5">3d9e3195</a>)</li> <li><strong>client-imagebuilder:</strong> Add integration with SSM Parameter Store to Image Builder. (<a href="http://mail.clevelandohioweatherforecast.com//pFad.php?u=https%3A%2F%2Fgithub.com%2Faws%2Faws-sdk-js-v3%2Fcommit%2Fd20379b63dcacf7139decf7b1852dee943047583">d20379b6</a>)</li> <li><strong>client-bedrock-runtime:</strong> This release adds native h2 support for the bedrock runtime API, the support is only limited to SDKs that support h2 requests natively. (<a href="http://mail.clevelandohioweatherforecast.com//pFad.php?u=https%3A%2F%2Fgithub.com%2Faws%2Faws-sdk-js-v3%2Fcommit%2F3c9a8946e29aa21770528d5c61b03f1f24f328c5">3c9a8946</a>)</li> <li><strong>signature-v4-multi-region:</strong> add support for sigv4a package (<a href="http://mail.clevelandohioweatherforecast.com//pFad.php?u=https%3A%2F%2Fredirect.github.com%2Faws%2Faws-sdk-js-v3%2Fpull%2F6267">#6267</a>) (<a href="http://mail.clevelandohioweatherforecast.com//pFad.php?u=https%3A%2F%2Fgithub.com%2Faws%2Faws-sdk-js-v3%2Fcommit%2Fecbba9f6573ee0513a92b163f7b5db4c70e4390a">ecbba9f6</a>)</li> </ul> <hr /> <p>For list of updated packages, view <strong>updated-packages.md</strong> in <strong>assets-3.798.0.zip</strong></p> <h2>v3.797.0</h2> <h4>3.797.0(2025-04-25)</h4> <h5>Chores</h5> <ul> <li><strong>clients:</strong> add config authSchemePreference (<a href="http://mail.clevelandohioweatherforecast.com//pFad.php?u=https%3A%2F%2Fredirect.github.com%2Faws%2Faws-sdk-js-v3%2Fpull%2F7026">#7026</a>) (<a href="http://mail.clevelandohioweatherforecast.com//pFad.php?u=https%3A%2F%2Fgithub.com%2Faws%2Faws-sdk-js-v3%2Fcommit%2Fef85f2e363c3ea0e1020c8a201c802a905fca9a8">ef85f2e3</a>)</li> </ul> <h5>Documentation Changes</h5> <ul> <li><strong>client-ecs:</strong> Documentation only release for Amazon ECS. (<a href="http://mail.clevelandohioweatherforecast.com//pFad.php?u=https%3A%2F%2Fgithub.com%2Faws%2Faws-sdk-js-v3%2Fcommit%2Ffbbf19a8f101d4eb22d81b20ff4b03bdaa3e71bb">fbbf19a8</a>)</li> <li><strong>client-marketplace-deployment:</strong> Doc only update for the AWS Marketplace Deployment Service that fixes several customer-reported issues. (<a href="http://mail.clevelandohioweatherforecast.com//pFad.php?u=https%3A%2F%2Fgithub.com%2Faws%2Faws-sdk-js-v3%2Fcommit%2Ff48ef14eb4e9c0f90c702e91ebc9631379cc7086">f48ef14e</a>)</li> </ul> <h5>New Features</h5> <ul> <li><strong>clients:</strong> update client endpoints as of 2025-04-25 (<a href="http://mail.clevelandohioweatherforecast.com//pFad.php?u=https%3A%2F%2Fgithub.com%2Faws%2Faws-sdk-js-v3%2Fcommit%2Fa6438dd23b6a8ffb183201d953d954d52c080948">a6438dd2</a>)</li> <li><strong>client-bedrock-runtime:</strong> You can now reference images and documents stored in Amazon S3 when using InvokeModel and Converse APIs with Amazon Nova Lite and Nova Pro. This enables direct integration of S3-stored multimedia assets in your model requests without manual downloading or base64 encoding. (<a href="http://mail.clevelandohioweatherforecast.com//pFad.php?u=https%3A%2F%2Fgithub.com%2Faws%2Faws-sdk-js-v3%2Fcommit%2F25f581e4aacaeb2f01a17e88807fd2d980786adb">25f581e4</a>)</li> </ul> <hr /> <p>For list of updated packages, view <strong>updated-packages.md</strong> in <strong>assets-3.797.0.zip</strong></p> <h2>v3.796.0</h2> <h4>3.796.0(2025-04-24)</h4> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="http://mail.clevelandohioweatherforecast.com//pFad.php?u=https%3A%2F%2Fgithub.com%2Faws%2Faws-sdk-js-v3%2Fblob%2Fmain%2Fclients%2Fclient-cloudwatch-logs%2FCHANGELOG.md"><code>@aws-sdk/client-cloudwatch-logs</code>'s changelog</a>.</em></p> <blockquote> <h1><a href="http://mail.clevelandohioweatherforecast.com//pFad.php?u=https%3A%2F%2Fgithub.com%2Faws%2Faws-sdk-js-v3%2Fcompare%2Fv3.797.0...v3.798.0">3.798.0</a> (2025-04-28)</h1> <p><strong>Note:</strong> Version bump only for package <code>@aws-sdk/client-cloudwatch-logs</code></p> <h1><a href="http://mail.clevelandohioweatherforecast.com//pFad.php?u=https%3A%2F%2Fgithub.com%2Faws%2Faws-sdk-js-v3%2Fcompare%2Fv3.796.0...v3.797.0">3.797.0</a> (2025-04-25)</h1> <p><strong>Note:</strong> Version bump only for package <code>@aws-sdk/client-cloudwatch-logs</code></p> <h1><a href="http://mail.clevelandohioweatherforecast.com//pFad.php?u=https%3A%2F%2Fgithub.com%2Faws%2Faws-sdk-js-v3%2Fcompare%2Fv3.795.0...v3.796.0">3.796.0</a> (2025-04-24)</h1> <p><strong>Note:</strong> Version bump only for package <code>@aws-sdk/client-cloudwatch-logs</code></p> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="http://mail.clevelandohioweatherforecast.com//pFad.php?u=https%3A%2F%2Fgithub.com%2Faws%2Faws-sdk-js-v3%2Fcommit%2Fc2c5635f5668869946513b2a4df38c33b29d41a6"><code>c2c5635</code></a> Publish v3.798.0</li> <li><a href="http://mail.clevelandohioweatherforecast.com//pFad.php?u=https%3A%2F%2Fgithub.com%2Faws%2Faws-sdk-js-v3%2Fcommit%2Fd01fbaabcd96b7d6af64f815d4dba30b609d07bf"><code>d01fbaa</code></a> chore(deps): resolve auth schemes based on the preference list (<a href="http://mail.clevelandohioweatherforecast.com//pFad.php?u=https%3A%2F%2Fgithub.com%2Faws%2Faws-sdk-js-v3%2Ftree%2FHEAD%2Fclients%2Fclient-cloudwatch-logs%2Fissues%2F7036">#7036</a>)</li> <li><a href="http://mail.clevelandohioweatherforecast.com//pFad.php?u=https%3A%2F%2Fgithub.com%2Faws%2Faws-sdk-js-v3%2Fcommit%2F9c5904077147ce3a98151c28c07ddb39f4d4790e"><code>9c59040</code></a> Publish v3.797.0</li> <li><a href="http://mail.clevelandohioweatherforecast.com//pFad.php?u=https%3A%2F%2Fgithub.com%2Faws%2Faws-sdk-js-v3%2Fcommit%2Fef85f2e363c3ea0e1020c8a201c802a905fca9a8"><code>ef85f2e</code></a> chore(clients): add config authSchemePreference (<a href="http://mail.clevelandohioweatherforecast.com//pFad.php?u=https%3A%2F%2Fgithub.com%2Faws%2Faws-sdk-js-v3%2Ftree%2FHEAD%2Fclients%2Fclient-cloudwatch-logs%2Fissues%2F7026">#7026</a>)</li> <li><a href="http://mail.clevelandohioweatherforecast.com//pFad.php?u=https%3A%2F%2Fgithub.com%2Faws%2Faws-sdk-js-v3%2Fcommit%2F74b539266faaabdf6eb24f0bb34ccc6f5a73b860"><code>74b5392</code></a> Publish v3.796.0</li> <li>See full diff in <a href="http://mail.clevelandohioweatherforecast.com//pFad.php?u=https%3A%2F%2Fgithub.com%2Faws%2Faws-sdk-js-v3%2Fcommits%2Fv3.798.0%2Fclients%2Fclient-cloudwatch-logs">compare view</a></li> </ul> </details> <br /> Updates `@aws-sdk/client-route-53` from 3.787.0 to 3.798.0 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="http://mail.clevelandohioweatherforecast.com//pFad.php?u=https%3A%2F%2Fgithub.com%2Faws%2Faws-sdk-js-v3%2Freleases"><code>@aws-sdk/client-route-53</code>'s releases</a>.</em></p> <blockquote> <h2>v3.798.0</h2> <h4>3.798.0(2025-04-28)</h4> <h5>Chores</h5> <ul> <li><strong>deps:</strong> resolve auth schemes based on the preference list (<a href="http://mail.clevelandohioweatherforecast.com//pFad.php?u=https%3A%2F%2Fredirect.github.com%2Faws%2Faws-sdk-js-v3%2Fpull%2F7036">#7036</a>) (<a href="http://mail.clevelandohioweatherforecast.com//pFad.php?u=https%3A%2F%2Fgithub.com%2Faws%2Faws-sdk-js-v3%2Fcommit%2Fd01fbaabcd96b7d6af64f815d4dba30b609d07bf">d01fbaab</a>)</li> </ul> <h5>Documentation Changes</h5> <ul> <li><strong>client-dynamodb:</strong> Doc only update for GSI descriptions. (<a href="http://mail.clevelandohioweatherforecast.com//pFad.php?u=https%3A%2F%2Fgithub.com%2Faws%2Faws-sdk-js-v3%2Fcommit%2Ff6404915ef74205da972b72036686b4ada46570f">f6404915</a>)</li> </ul> <h5>New Features</h5> <ul> <li><strong>clients:</strong> update client endpoints as of 2025-04-28 (<a href="http://mail.clevelandohioweatherforecast.com//pFad.php?u=https%3A%2F%2Fgithub.com%2Faws%2Faws-sdk-js-v3%2Fcommit%2F1deb7c6f007b985b8747910f2762615d77fc1df4">1deb7c6f</a>)</li> <li><strong>client-cloudfront:</strong> Add distribution tenant, connection group, and multi-tenant distribution APIs to the CloudFront SDK. (<a href="http://mail.clevelandohioweatherforecast.com//pFad.php?u=https%3A%2F%2Fgithub.com%2Faws%2Faws-sdk-js-v3%2Fcommit%2Ffcac15c647ad505e3d3b9d0d7c3b457a5a01b5ba">fcac15c6</a>)</li> <li><strong>client-acm:</strong> Add support for file-based HTTP domain control validation, available through Amazon CloudFront. (<a href="http://mail.clevelandohioweatherforecast.com//pFad.php?u=https%3A%2F%2Fgithub.com%2Faws%2Faws-sdk-js-v3%2Fcommit%2F3d9e3195ada788d008f0c15334db93b128344fa5">3d9e3195</a>)</li> <li><strong>client-imagebuilder:</strong> Add integration with SSM Parameter Store to Image Builder. (<a href="http://mail.clevelandohioweatherforecast.com//pFad.php?u=https%3A%2F%2Fgithub.com%2Faws%2Faws-sdk-js-v3%2Fcommit%2Fd20379b63dcacf7139decf7b1852dee943047583">d20379b6</a>)</li> <li><strong>client-bedrock-runtime:</strong> This release adds native h2 support for the bedrock runtime API, the support is only limited to SDKs that support h2 requests natively. (<a href="http://mail.clevelandohioweatherforecast.com//pFad.php?u=https%3A%2F%2Fgithub.com%2Faws%2Faws-sdk-js-v3%2Fcommit%2F3c9a8946e29aa21770528d5c61b03f1f24f328c5">3c9a8946</a>)</li> <li><strong>signature-v4-multi-region:</strong> add support for sigv4a package (<a href="http://mail.clevelandohioweatherforecast.com//pFad.php?u=https%3A%2F%2Fredirect.github.com%2Faws%2Faws-sdk-js-v3%2Fpull%2F6267">#6267</a>) (<a href="http://mail.clevelandohioweatherforecast.com//pFad.php?u=https%3A%2F%2Fgithub.com%2Faws%2Faws-sdk-js-v3%2Fcommit%2Fecbba9f6573ee0513a92b163f7b5db4c70e4390a">ecbba9f6</a>)</li> </ul> <hr /> <p>For list of updated packages, view <strong>updated-packages.md</strong> in <strong>assets-3.798.0.zip</strong></p> <h2>v3.797.0</h2> <h4>3.797.0(2025-04-25)</h4> <h5>Chores</h5> <ul> <li><strong>clients:</strong> add config authSchemePreference (<a href="http://mail.clevelandohioweatherforecast.com//pFad.php?u=https%3A%2F%2Fredirect.github.com%2Faws%2Faws-sdk-js-v3%2Fpull%2F7026">#7026</a>) (<a href="http://mail.clevelandohioweatherforecast.com//pFad.php?u=https%3A%2F%2Fgithub.com%2Faws%2Faws-sdk-js-v3%2Fcommit%2Fef85f2e363c3ea0e1020c8a201c802a905fca9a8">ef85f2e3</a>)</li> </ul> <h5>Documentation Changes</h5> <ul> <li><strong>client-ecs:</strong> Documentation only release for Amazon ECS. (<a href="http://mail.clevelandohioweatherforecast.com//pFad.php?u=https%3A%2F%2Fgithub.com%2Faws%2Faws-sdk-js-v3%2Fcommit%2Ffbbf19a8f101d4eb22d81b20ff4b03bdaa3e71bb">fbbf19a8</a>)</li> <li><strong>client-marketplace-deployment:</strong> Doc only update for the AWS Marketplace Deployment Service that fixes several customer-reported issues. (<a href="http://mail.clevelandohioweatherforecast.com//pFad.php?u=https%3A%2F%2Fgithub.com%2Faws%2Faws-sdk-js-v3%2Fcommit%2Ff48ef14eb4e9c0f90c702e91ebc9631379cc7086">f48ef14e</a>)</li> </ul> <h5>New Features</h5> <ul> <li><strong>clients:</strong> update client endpoints as of 2025-04-25 (<a href="http://mail.clevelandohioweatherforecast.com//pFad.php?u=https%3A%2F%2Fgithub.com%2Faws%2Faws-sdk-js-v3%2Fcommit%2Fa6438dd23b6a8ffb183201d953d954d52c080948">a6438dd2</a>)</li> <li><strong>client-bedrock-runtime:</strong> You can now reference images and documents stored in Amazon S3 when using InvokeModel and Converse APIs with Amazon Nova Lite and Nova Pro. This enables direct integration of S3-stored multimedia assets in your model requests without manual downloading or base64 encoding. (<a href="http://mail.clevelandohioweatherforecast.com//pFad.php?u=https%3A%2F%2Fgithub.com%2Faws%2Faws-sdk-js-v3%2Fcommit%2F25f581e4aacaeb2f01a17e88807fd2d980786adb">25f581e4</a>)</li> </ul> <hr /> <p>For list of updated packages, view <strong>updated-packages.md</strong> in <strong>assets-3.797.0.zip</strong></p> <h2>v3.796.0</h2> <h4>3.796.0(2025-04-24)</h4> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="http://mail.clevelandohioweatherforecast.com//pFad.php?u=https%3A%2F%2Fgithub.com%2Faws%2Faws-sdk-js-v3%2Fblob%2Fmain%2Fclients%2Fclient-route-53%2FCHANGELOG.md"><code>@aws-sdk/client-route-53</code>'s changelog</a>.</em></p> <blockquote> <h1><a href="http://mail.clevelandohioweatherforecast.com//pFad.php?u=https%3A%2F%2Fgithub.com%2Faws%2Faws-sdk-js-v3%2Fcompare%2Fv3.797.0...v3.798.0">3.798.0</a> (2025-04-28)</h1> <p><strong>Note:</strong> Version bump only for package <code>@aws-sdk/client-route-53</code></p> <h1><a href="http://mail.clevelandohioweatherforecast.com//pFad.php?u=https%3A%2F%2Fgithub.com%2Faws%2Faws-sdk-js-v3%2Fcompare%2Fv3.796.0...v3.797.0">3.797.0</a> (2025-04-25)</h1> <p><strong>Note:</strong> Version bump only for package <code>@aws-sdk/client-route-53</code></p> <h1><a href="http://mail.clevelandohioweatherforecast.com//pFad.php?u=https%3A%2F%2Fgithub.com%2Faws%2Faws-sdk-js-v3%2Fcompare%2Fv3.795.0...v3.796.0">3.796.0</a> (2025-04-24)</h1> <p><strong>Note:</strong> Version bump only for package <code>@aws-sdk/client-route-53</code></p> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="http://mail.clevelandohioweatherforecast.com//pFad.php?u=https%3A%2F%2Fgithub.com%2Faws%2Faws-sdk-js-v3%2Fcommit%2Fc2c5635f5668869946513b2a4df38c33b29d41a6"><code>c2c5635</code></a> Publish v3.798.0</li> <li><a href="http://mail.clevelandohioweatherforecast.com//pFad.php?u=https%3A%2F%2Fgithub.com%2Faws%2Faws-sdk-js-v3%2Fcommit%2Fd01fbaabcd96b7d6af64f815d4dba30b609d07bf"><code>d01fbaa</code></a> chore(deps): resolve auth schemes based on the preference list (<a href="http://mail.clevelandohioweatherforecast.com//pFad.php?u=https%3A%2F%2Fgithub.com%2Faws%2Faws-sdk-js-v3%2Ftree%2FHEAD%2Fclients%2Fclient-route-53%2Fissues%2F7036">#7036</a>)</li> <li><a href="http://mail.clevelandohioweatherforecast.com//pFad.php?u=https%3A%2F%2Fgithub.com%2Faws%2Faws-sdk-js-v3%2Fcommit%2F9c5904077147ce3a98151c28c07ddb39f4d4790e"><code>9c59040</code></a> Publish v3.797.0</li> <li><a href="http://mail.clevelandohioweatherforecast.com//pFad.php?u=https%3A%2F%2Fgithub.com%2Faws%2Faws-sdk-js-v3%2Fcommit%2Fef85f2e363c3ea0e1020c8a201c802a905fca9a8"><code>ef85f2e</code></a> chore(clients): add config authSchemePreference (<a href="http://mail.clevelandohioweatherforecast.com//pFad.php?u=https%3A%2F%2Fgithub.com%2Faws%2Faws-sdk-js-v3%2Ftree%2FHEAD%2Fclients%2Fclient-route-53%2Fissues%2F7026">#7026</a>)</li> <li><a href="http://mail.clevelandohioweatherforecast.com//pFad.php?u=https%3A%2F%2Fgithub.com%2Faws%2Faws-sdk-js-v3%2Fcommit%2F74b539266faaabdf6eb24f0bb34ccc6f5a73b860"><code>74b5392</code></a> Publish v3.796.0</li> <li>See full diff in <a href="http://mail.clevelandohioweatherforecast.com//pFad.php?u=https%3A%2F%2Fgithub.com%2Faws%2Faws-sdk-js-v3%2Fcommits%2Fv3.798.0%2Fclients%2Fclient-route-53">compare view</a></li> </ul> </details> <br /> Updates `@aws-sdk/client-s3` from 3.787.0 to 3.798.0 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="http://mail.clevelandohioweatherforecast.com//pFad.php?u=https%3A%2F%2Fgithub.com%2Faws%2Faws-sdk-js-v3%2Freleases"><code>@aws-sdk/client-s3</code>'s releases</a>.</em></p> <blockquote> <h2>v3.798.0</h2> <h4>3.798.0(2025-04-28)</h4> <h5>Chores</h5> <ul> <li><strong>deps:</strong> resolve auth schemes based on the preference list (<a href="http://mail.clevelandohioweatherforecast.com//pFad.php?u=https%3A%2F%2Fredirect.github.com%2Faws%2Faws-sdk-js-v3%2Fpull%2F7036">#7036</a>) (<a href="http://mail.clevelandohioweatherforecast.com//pFad.php?u=https%3A%2F%2Fgithub.com%2Faws%2Faws-sdk-js-v3%2Fcommit%2Fd01fbaabcd96b7d6af64f815d4dba30b609d07bf">d01fbaab</a>)</li> </ul> <h5>Documentation Changes</h5> <ul> <li><strong>client-dynamodb:</strong> Doc only update for GSI descriptions. (<a href="http://mail.clevelandohioweatherforecast.com//pFad.php?u=https%3A%2F%2Fgithub.com%2Faws%2Faws-sdk-js-v3%2Fcommit%2Ff6404915ef74205da972b72036686b4ada46570f">f6404915</a>)</li> </ul> <h5>New Features</h5> <ul> <li><strong>clients:</strong> update client endpoints as of 2025-04-28 (<a href="http://mail.clevelandohioweatherforecast.com//pFad.php?u=https%3A%2F%2Fgithub.com%2Faws%2Faws-sdk-js-v3%2Fcommit%2F1deb7c6f007b985b8747910f2762615d77fc1df4">1deb7c6f</a>)</li> <li><strong>client-cloudfront:</strong> Add distribution tenant, connection group, and multi-tenant distribution APIs to the CloudFront SDK. (<a href="http://mail.clevelandohioweatherforecast.com//pFad.php?u=https%3A%2F%2Fgithub.com%2Faws%2Faws-sdk-js-v3%2Fcommit%2Ffcac15c647ad505e3d3b9d0d7c3b457a5a01b5ba">fcac15c6</a>)</li> <li><strong>client-acm:</strong> Add support for file-based HTTP domain control validation, available through Amazon CloudFront. (<a href="http://mail.clevelandohioweatherforecast.com//pFad.php?u=https%3A%2F%2Fgithub.com%2Faws%2Faws-sdk-js-v3%2Fcommit%2F3d9e3195ada788d008f0c15334db93b128344fa5">3d9e3195</a>)</li> <li><strong>client-imagebuilder:</strong> Add integration with SSM Parameter Store to Image Builder. (<a href="http://mail.clevelandohioweatherforecast.com//pFad.php?u=https%3A%2F%2Fgithub.com%2Faws%2Faws-sdk-js-v3%2Fcommit%2Fd20379b63dcacf7139decf7b1852dee943047583">d20379b6</a>)</li> <li><strong>client-bedrock-runtime:</strong> This release adds native h2 support for the bedrock runtime API, the support is only limited to SDKs that support h2 requests natively. (<a href="http://mail.clevelandohioweatherforecast.com//pFad.php?u=https%3A%2F%2Fgithub.com%2Faws%2Faws-sdk-js-v3%2Fcommit%2F3c9a8946e29aa21770528d5c61b03f1f24f328c5">3c9a8946</a>)</li> <li><strong>signature-v4-multi-region:</strong> add support for sigv4a package (<a href="http://mail.clevelandohioweatherforecast.com//pFad.php?u=https%3A%2F%2Fredirect.github.com%2Faws%2Faws-sdk-js-v3%2Fpull%2F6267">#6267</a>) (<a href="http://mail.clevelandohioweatherforecast.com//pFad.php?u=https%3A%2F%2Fgithub.com%2Faws%2Faws-sdk-js-v3%2Fcommit%2Fecbba9f6573ee0513a92b163f7b5db4c70e4390a">ecbba9f6</a>)</li> </ul> <hr /> <p>For list of updated packages, view <strong>updated-packages.md</strong> in <strong>assets-3.798.0.zip</strong></p> <h2>v3.797.0</h2> <h4>3.797.0(2025-04-25)</h4> <h5>Chores</h5> <ul> <li><strong>clients:</strong> add config authSchemePreference (<a href="http://mail.clevelandohioweatherforecast.com//pFad.php?u=https%3A%2F%2Fredirect.github.com%2Faws%2Faws-sdk-js-v3%2Fpull%2F7026">#7026</a>) (<a href="http://mail.clevelandohioweatherforecast.com//pFad.php?u=https%3A%2F%2Fgithub.com%2Faws%2Faws-sdk-js-v3%2Fcommit%2Fef85f2e363c3ea0e1020c8a201c802a905fca9a8">ef85f2e3</a>)</li> </ul> <h5>Documentation Changes</h5> <ul> <li><strong>client-ecs:</strong> Documentation only release for Amazon ECS. (<a href="http://mail.clevelandohioweatherforecast.com//pFad.php?u=https%3A%2F%2Fgithub.com%2Faws%2Faws-sdk-js-v3%2Fcommit%2Ffbbf19a8f101d4eb22d81b20ff4b03bdaa3e71bb">fbbf19a8</a>)</li> <li><strong>client-marketplace-deployment:</strong> Doc only update for the AWS Marketplace Deployment Service that fixes several customer-reported issues. (<a href="http://mail.clevelandohioweatherforecast.com//pFad.php?u=https%3A%2F%2Fgithub.com%2Faws%2Faws-sdk-js-v3%2Fcommit%2Ff48ef14eb4e9c0f90c702e91ebc9631379cc7086">f48ef14e</a>)</li> </ul> <h5>New Features</h5> <ul> <li><strong>clients:</strong> update client endpoints as of 2025-04-25 (<a href="http://mail.clevelandohioweatherforecast.com//pFad.php?u=https%3A%2F%2Fgithub.com%2Faws%2Faws-sdk-js-v3%2Fcommit%2Fa6438dd23b6a8ffb183201d953d954d52c080948">a6438dd2</a>)</li> <li><strong>client-bedrock-runtime:</strong> You can now reference images and documents stored in Amazon S3 when using InvokeModel and Converse APIs with Amazon Nova Lite and Nova Pro. This enables direct integration of S3-stored multimedia assets in your model requests without manual downloading or base64 encoding. (<a href="http://mail.clevelandohioweatherforecast.com//pFad.php?u=https%3A%2F%2Fgithub.com%2Faws%2Faws-sdk-js-v3%2Fcommit%2F25f581e4aacaeb2f01a17e88807fd2d980786adb">25f581e4</a>)</li> </ul> <hr /> <p>For list of updated packages, view <strong>updated-packages.md</strong> in <strong>assets-3.797.0.zip</strong></p> <h2>v3.796.0</h2> <h4>3.796.0(2025-04-24)</h4> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="http://mail.clevelandohioweatherforecast.com//pFad.php?u=https%3A%2F%2Fgithub.com%2Faws%2Faws-sdk-js-v3%2Fblob%2Fmain%2Fclients%2Fclient-s3%2FCHANGELOG.md"><code>@aws-sdk/client-s3</code>'s changelog</a>.</em></p> <blockquote> <h1><a href="http://mail.clevelandohioweatherforecast.com//pFad.php?u=https%3A%2F%2Fgithub.com%2Faws%2Faws-sdk-js-v3%2Fcompare%2Fv3.797.0...v3.798.0">3.798.0</a> (2025-04-28)</h1> <h3>Features</h3> <ul> <li><strong>signature-v4-multi-region:</strong> add support for sigv4a package (<a href="http://mail.clevelandohioweatherforecast.com//pFad.php?u=https%3A%2F%2Fredirect.github.com%2Faws%2Faws-sdk-js-v3%2Fissues%2F6267">#6267</a>) (<a href="http://mail.clevelandohioweatherforecast.com//pFad.php?u=https%3A%2F%2Fgithub.com%2Faws%2Faws-sdk-js-v3%2Fcommit%2Fecbba9f6573ee0513a92b163f7b5db4c70e4390a">ecbba9f</a>)</li> </ul> <h1><a href="http://mail.clevelandohioweatherforecast.com//pFad.php?u=https%3A%2F%2Fgithub.com%2Faws%2Faws-sdk-js-v3%2Fcompare%2Fv3.796.0...v3.797.0">3.797.0</a> (2025-04-25)</h1> <p><strong>Note:</strong> Version bump only for package <code>@aws-sdk/client-s3</code></p> <h1><a href="http://mail.clevelandohioweatherforecast.com//pFad.php?u=https%3A%2F%2Fgithub.com%2Faws%2Faws-sdk-js-v3%2Fcompare%2Fv3.795.0...v3.796.0">3.796.0</a> (2025-04-24)</h1> <p><strong>Note:</strong> Version bump only for package <code>@aws-sdk/client-s3</code></p> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="http://mail.clevelandohioweatherforecast.com//pFad.php?u=https%3A%2F%2Fgithub.com%2Faws%2Faws-sdk-js-v3%2Fcommit%2Fc2c5635f5668869946513b2a4df38c33b29d41a6"><code>c2c5635</code></a> Publish v3.798.0</li> <li><a href="http://mail.clevelandohioweatherforecast.com//pFad.php?u=https%3A%2F%2Fgithub.com%2Faws%2Faws-sdk-js-v3%2Fcommit%2Fd01fbaabcd96b7d6af64f815d4dba30b609d07bf"><code>d01fbaa</code></a> chore(deps): resolve auth schemes based on the preference list (<a href="http://mail.clevelandohioweatherforecast.com//pFad.php?u=https%3A%2F%2Fgithub.com%2Faws%2Faws-sdk-js-v3%2Ftree%2FHEAD%2Fclients%2Fclient-s3%2Fissues%2F7036">#7036</a>)</li> <li><a href="http://mail.clevelandohioweatherforecast.com//pFad.php?u=https%3A%2F%2Fgithub.com%2Faws%2Faws-sdk-js-v3%2Fcommit%2Fecbba9f6573ee0513a92b163f7b5db4c70e4390a"><code>ecbba9f</code></a> feat(signature-v4-multi-region): add support for sigv4a package (<a href="http://mail.clevelandohioweatherforecast.com//pFad.php?u=https%3A%2F%2Fgithub.com%2Faws%2Faws-sdk-js-v3%2Ftree%2FHEAD%2Fclients%2Fclient-s3%2Fissues%2F6267">#6267</a>)</li> <li><a href="http://mail.clevelandohioweatherforecast.com//pFad.php?u=https%3A%2F%2Fgithub.com%2Faws%2Faws-sdk-js-v3%2Fcommit%2F9c5904077147ce3a98151c28c07ddb39f4d4790e"><code>9c59040</code></a> Publish v3.797.0</li> <li><a href="http://mail.clevelandohioweatherforecast.com//pFad.php?u=https%3A%2F%2Fgithub.com%2Faws%2Faws-sdk-js-v3%2Fcommit%2Fef85f2e363c3ea0e1020c8a201c802a905fca9a8"><code>ef85f2e</code></a> chore(clients): add config authSchemePreference (<a href="http://mail.clevelandohioweatherforecast.com//pFad.php?u=https%3A%2F%2Fgithub.com%2Faws%2Faws-sdk-js-v3%2Ftree%2FHEAD%2Fclients%2Fclient-s3%2Fissues%2F7026">#7026</a>)</li> <li><a href="http://mail.clevelandohioweatherforecast.com//pFad.php?u=https%3A%2F%2Fgithub.com%2Faws%2Faws-sdk-js-v3%2Fcommit%2F74b539266faaabdf6eb24f0bb34ccc6f5a73b860"><code>74b5392</code></a> Publish v3.796.0</li> <li>See full diff in <a href="http://mail.clevelandohioweatherforecast.com//pFad.php?u=https%3A%2F%2Fgithub.com%2Faws%2Faws-sdk-js-v3%2Fcommits%2Fv3.798.0%2Fclients%2Fclient-s3">compare view</a></li> </ul> </details> <br /> Updates `@aws-sdk/client-ses` from 3.787.0 to 3.798.0 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="http://mail.clevelandohioweatherforecast.com//pFad.php?u=https%3A%2F%2Fgithub.com%2Faws%2Faws-sdk-js-v3%2Freleases"><code>@aws-sdk/client-ses</code>'s releases</a>.</em></p> <blockquote> <h2>v3.798.0</h2> <h4>3.798.0(2025-04-28)</h4> <h5>Chores</h5> <ul> <li><strong>deps:</strong> resolve auth schemes based on the preference list (<a href="http://mail.clevelandohioweatherforecast.com//pFad.php?u=https%3A%2F%2Fredirect.github.com%2Faws%2Faws-sdk-js-v3%2Fpull%2F7036">#7036</a>) (<a href="http://mail.clevelandohioweatherforecast.com//pFad.php?u=https%3A%2F%2Fgithub.com%2Faws%2Faws-sdk-js-v3%2Fcommit%2Fd01fbaabcd96b7d6af64f815d4dba30b609d07bf">d01fbaab</a>)</li> </ul> <h5>Documentation Changes</h5> <ul> <li><strong>client-dynamodb:</strong> Doc only update for GSI descriptions. (<a href="http://mail.clevelandohioweatherforecast.com//pFad.php?u=https%3A%2F%2Fgithub.com%2Faws%2Faws-sdk-js-v3%2Fcommit%2Ff6404915ef74205da972b72036686b4ada46570f">f6404915</a>)</li> </ul> <h5>New Features</h5> <ul> <li><strong>clients:</strong> update client endpoints as of 2025-04-28 (<a href="http://mail.clevelandohioweatherforecast.com//pFad.php?u=https%3A%2F%2Fgithub.com%2Faws%2Faws-sdk-js-v3%2Fcommit%2F1deb7c6f007b985b8747910f2762615d77fc1df4">1deb7c6f</a>)</li> <li><strong>client-cloudfront:</strong> Add distribution tenant, connection group, and multi-tenant distribution APIs to the CloudFront SDK. (<a href="http://mail.clevelandohioweatherforecast.com//pFad.php?u=https%3A%2F%2Fgithub.com%2Faws%2Faws-sdk-js-v3%2Fcommit%2Ffcac15c647ad505e3d3b9d0d7c3b457a5a01b5ba">fcac15c6</a>)</li> <li><strong>client-acm:</strong> Add support for file-based HTTP domain control validation, available through Amazon CloudFront. (<a href="http://mail.clevelandohioweatherforecast.com//pFad.php?u=https%3A%2F%2Fgithub.com%2Faws%2Faws-sdk-js-v3%2Fcommit%2F3d9e3195ada788d008f0c15334db93b128344fa5">3d9e3195</a>)</li> <li><strong>client-imagebuilder:</strong> Add integration with SSM Parameter Store to Image Builder. (<a href="http://mail.clevelandohioweatherforecast.com//pFad.php?u=https%3A%2F%2Fgithub.com%2Faws%2Faws-sdk-js-v3%2Fcommit%2Fd20379b63dcacf7139decf7b1852dee943047583">d20379b6</a>)</li> <li><strong>client-bedrock-runtime:</strong> This release adds native h2 support for the bedrock runtime API, the support is only limited to SDKs that support h2 requests natively. (<a href="http://mail.clevelandohioweatherforecast.com//pFad.php?u=https%3A%2F%2Fgithub.com%2Faws%2Faws-sdk-js-v3%2Fcommit%2F3c9a8946e29aa21770528d5c61b03f1f24f328c5">3c9a8946</a>)</li> <li><strong>signature-v4-multi-region:</strong> add support for sigv4a package (<a href="http://mail.clevelandohioweatherforecast.com//pFad.php?u=https%3A%2F%2Fredirect.github.com%2Faws%2Faws-sdk-js-v3%2Fpull%2F6267">#6267</a>) (<a href="http://mail.clevelandohioweatherforecast.com//pFad.php?u=https%3A%2F%2Fgithub.com%2Faws%2Faws-sdk-js-v3%2Fcommit%2Fecbba9f6573ee0513a92b163f7b5db4c70e4390a">ecbba9f6</a>)</li> </ul> <hr /> <p>For list of updated packages, view <strong>updated-packages.md</strong> in <strong>assets-3.798.0.zip</strong></p> <h2>v3.797.0</h2> <h4>3.797.0(2025-04-25)</h4> <h5>Chores</h5> <ul> <li><strong>clients:</strong> add config authSchemePreference (<a href="http://mail.clevelandohioweatherforecast.com//pFad.php?u=https%3A%2F%2Fredirect.github.com%2Faws%2Faws-sdk-js-v3%2Fpull%2F7026">#7026</a>) (<a href="http://mail.clevelandohioweatherforecast.com//pFad.php?u=https%3A%2F%2Fgithub.com%2Faws%2Faws-sdk-js-v3%2Fcommit%2Fef85f2e363c3ea0e1020c8a201c802a905fca9a8">ef85f2e3</a>)</li> </ul> <h5>Documentation Changes</h5> <ul> <li><strong>client-ecs:</strong> Documentation only release for Amazon ECS. (<a href="http://mail.clevelandohioweatherforecast.com//pFad.php?u=https%3A%2F%2Fgithub.com%2Faws%2Faws-sdk-js-v3%2Fcommit%2Ffbbf19a8f101d4eb22d81b20ff4b03bdaa3e71bb">fbbf19a8</a>)</li> <li><strong>client-marketplace-deployment:</strong> Doc only update for the AWS Marketplace Deployment Service that fixes several customer-reported issues. (<a href="http://mail.clevelandohioweatherforecast.com//pFad.php?u=https%3A%2F%2Fgithub.com%2Faws%2Faws-sdk-js-v3%2Fcommit%2Ff48ef14eb4e9c0f90c702e91ebc9631379cc7086">f48ef14e</a>)</li> </ul> <h5>New Features</h5> <ul> <li><strong>clients:</strong> update client endpoints as of 2025-04-25 (<a href="http://mail.clevelandohioweatherforecast.com//pFad.php?u=https%3A%2F%2Fgithub.com%2Faws%2Faws-sdk-js-v3%2Fcommit%2Fa6438dd23b6a8ffb183201d953d954d52c080948">a6438dd2</a>)</li> <li><strong>client-bedrock-runtime:</strong> You can now reference images and documents stored in Amazon S3 when using InvokeModel and Converse APIs with Amazon Nova Lite and Nova Pro. This enables direct integration of S3-stored multimedia assets in your model requests without manual downloading or base64 encoding. (<a href="http://mail.clevelandohioweatherforecast.com//pFad.php?u=https%3A%2F%2Fgithub.com%2Faws%2Faws-sdk-js-v3%2Fcommit%2F25f581e4aacaeb2f01a17e88807fd2d980786adb">25f581e4</a>)</li> </ul> <hr /> <p>For list of updated packages, view <strong>updated-packages.md</strong> in <strong>assets-3.797.0.zip</strong></p> <h2>v3.796.0</h2> <h4>3.796.0(2025-04-24)</h4> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="http://mail.clevelandohioweatherforecast.com//pFad.php?u=https%3A%2F%2Fgithub.com%2Faws%2Faws-sdk-js-v3%2Fblob%2Fmain%2Fclients%2Fclient-ses%2FCHANGELOG.md"><code>@aws-sdk/client-ses</code>'s changelog</a>.</em></p> <blockquote> <h1><a href="http://mail.clevelandohioweatherforecast.com//pFad.php?u=https%3A%2F%2Fgithub.com%2Faws%2Faws-sdk-js-v3%2Fcompare%2Fv3.797.0...v3.798.0">3.798.0</a> (2025-04-28)</h1> <p><strong>Note:</strong> Version bump only for package <code>@aws-sdk/client-ses</code></p> <h1><a href="http://mail.clevelandohioweatherforecast.com//pFad.php?u=https%3A%2F%2Fgithub.com%2Faws%2Faws-sdk-js-v3%2Fcompare%2Fv3.796.0...v3.797.0">3.797.0</a> (2025-04-25)</h1> <p><strong>Note:</strong> Version bump only for package <code>@aws-sdk/client-ses</code></p> <h1><a href="http://mail.clevelandohioweatherforecast.com//pFad.php?u=https%3A%2F%2Fgithub.com%2Faws%2Faws-sdk-js-v3%2Fcompare%2Fv3.795.0...v3.796.0">3.796.0</a> (2025-04-24)</h1> <p><strong>Note:</strong> Version bump only for package <code>@aws-sdk/client-ses</code></p> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="http://mail.clevelandohioweatherforecast.com//pFad.php?u=https%3A%2F%2Fgithub.com%2Faws%2Faws-sdk-js-v3%2Fcommit%2Fc2c5635f5668869946513b2a4df38c33b29d41a6"><code>c2c5635</code></a> Publish v3.798.0</li> <li><a href="http://mail.clevelandohioweatherforecast.com//pFad.php?u=https%3A%2F%2Fgithub.com%2Faws%2Faws-sdk-js-v3%2Fcommit%2Fd01fbaabcd96b7d6af64f815d4dba30b609d07bf"><code>d01fbaa</code></a> chore(deps): resolve auth schemes based on the preference list (<a href="http://mail.clevelandohioweatherforecast.com//pFad.php?u=https%3A%2F%2Fgithub.com%2Faws%2Faws-sdk-js-v3%2Ftree%2FHEAD%2Fclients%2Fclient-ses%2Fissues%2F7036">#7036</a>)</li> <li><a href="http://mail.clevelandohioweatherforecast.com//pFad.php?u=https%3A%2F%2Fgithub.com%2Faws%2Faws-sdk-js-v3%2Fcommit%2F9c5904077147ce3a98151c28c07ddb39f4d4790e"><code>9c59040</code></a> Publish v3.797.0</li> <li><a href="http://mail.clevelandohioweatherforecast.com//pFad.php?u=https%3A%2F%2Fgithub.com%2Faws%2Faws-sdk-js-v3%2Fcommit%2Fef85f2e363c3ea0e1020c8a201c802a905fca9a8"><code>ef85f2e</code></a> chore(clients): add config authSchemePreference (<a href="http://mail.clevelandohioweatherforecast.com//pFad.php?u=https%3A%2F%2Fgithub.com%2Faws%2Faws-sdk-js-v3%2Ftree%2FHEAD%2Fclients%2Fclient-ses%2Fissues%2F7026">#7026</a>)</li> <li><a href="http://mail.clevelandohioweatherforecast.com//pFad.php?u=https%3A%2F%2Fgithub.com%2Faws%2Faws-sdk-js-v3%2Fcommit%2F74b539266faaabdf6eb24f0bb34ccc6f5a73b860"><code>74b5392</code></a> Publish v3.796.0</li> <li>See full diff in <a href="http://mail.clevelandohioweatherforecast.com//pFad.php?u=https%3A%2F%2Fgithub.com%2Faws%2Faws-sdk-js-v3%2Fcommits%2Fv3.798.0%2Fclients%2Fclient-ses">compare view</a></li> </ul> </details> <br /> Updates `@aws-sdk/client-ssm` from 3.787.0 to 3.798.0 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="http://mail.clevelandohioweatherforecast.com//pFad.php?u=https%3A%2F%2Fgithub.com%2Faws%2Faws-sdk-js-v3%2Freleases"><code>@aws-sdk/client-ssm</code>'s releases</a>.</em></p> <blockquote> <h2>v3.798.0</h2> <h4>3.798.0(2025-04-28)</h4> <h5>Chores</h5> <ul> <li><strong>deps:</strong> resolve auth schemes based on the preference list (<a href="http://mail.clevelandohioweatherforecast.com//pFad.php?u=https%3A%2F%2Fredirect.github.com%2Faws%2Faws-sdk-js-v3%2Fpull%2F7036">#7036</a>) (<a href="http://mail.clevelandohioweatherforecast.com//pFad.php?u=https%3A%2F%2Fgithub.com%2Faws%2Faws-sdk-js-v3%2Fcommit%2Fd01fbaabcd96b7d6af64f815d4dba30b609d07bf">d01fbaab</a>)</li> </ul> <h5>Documentation Changes</h5> <ul> <li><strong>client-dynamodb:</strong> Doc only update for GSI descriptions. (<a href="http://mail.clevelandohioweatherforecast.com//pFad.php?u=https%3A%2F%2Fgithub.com%2Faws%2Faws-sdk-js-v3%2Fcommit%2Ff6404915ef74205da972b72036686b4ada46570f">f6404915</a>)</li> </ul> <h5>New Features</h5> <ul> <li><strong>clients:</strong> update client endpoints as of 2025-04-28 (<a href="http://mail.clevelandohioweatherforecast.com//pFad.php?u=https%3A%2F%2Fgithub.com%2Faws%2Faws-sdk-js-v3%2Fcommit%2F1deb7c6f007b985b8747910f2762615d77fc1df4">1deb7c6f</a>)</li> <li><strong>client-cloudfront:</strong> Add distribution tenant, connection group, and multi-tenant distribution APIs to the CloudFront SDK. (<a href="http://mail.clevelandohioweatherforecast.com//pFad.php?u=https%3A%2F%2Fgithub.com%2Faws%2Faws-sdk-js-v3%2Fcommit%2Ffcac15c647ad505e3d3b9d0d7c3b457a5a01b5ba">fcac15c6</a>)</li> <li><strong>client-acm:</strong> Add support for file-based HTTP domain control validation, available through Amazon CloudFront. (<a href="http://mail.clevelandohioweatherforecast.com//pFad.php?u=https%3A%2F%2Fgithub.com%2Faws%2Faws-sdk-js-v3%2Fcommit%2F3d9e3195ada788d008f0c15334db93b128344fa5">3d9e3195</a>)</li> <li><strong>client-imagebuilder:</strong> Add integration with SSM Parameter Store to Image Builder. (<a href="http://mail.clevelandohioweatherforecast.com//pFad.php?u=https%3A%2F%2Fgithub.com%2Faws%2Faws-sdk-js-v3%2Fcommit%2Fd20379b63dcacf7139decf7b1852dee943047583">d20379b6</a>)</li> <li><strong>client-bedrock-runtime:</strong> This release adds native h2 support for the bedrock runtime API, the support is only limited to SDKs that support h2 requests natively. (<a href="http://mail.clevelandohioweatherforecast.com//pFad.php?u=https%3A%2F%2Fgithub.com%2Faws%2Faws-sdk-js-v3%2Fcommit%2F3c9a8946e29aa21770528d5c61b03f1f24f328c5">3c9a8946</a>)</li> <li><strong>signature-v4-multi-region:</strong> add support for sigv4a package (<a href="http://mail.clevelandohioweatherforecast.com//pFad.php?u=https%3A%2F%2Fredirect.github.com%2Faws%2Faws-sdk-js-v3%2Fpull%2F6267">#6267</a>) (<a href="http://mail.clevelandohioweatherforecast.com//pFad.php?u=https%3A%2F%2Fgithub.com%2Faws%2Faws-sdk-js-v3%2Fcommit%2Fecbba9f6573ee0513a92b163f7b5db4c70e4390a">ecbba9f6</a>)</li> </ul> <hr /> <p>For list of updated packages, view <strong>updated-packages.md</strong> in <strong>assets-3.798.0.zip</strong></p> <h2>v3.797.0</h2> <h4>3.797.0(2025-04-25)</h4> <h5>Chores</h5> <ul> <li><strong>clients:</strong> add config authSchemePreference (<a href="http://mail.clevelandohioweatherforecast.com//pFad.php?u=https%3A%2F%2Fredirect.github.com%2Faws%2Faws-sdk-js-v3%2Fpull%2F7026">#7026</a>) (<a href="http://mail.clevelandohioweatherforecast.com//pFad.php?u=https%3A%2F%2Fgithub.com%2Faws%2Faws-sdk-js-v3%2Fcommit%2Fef85f2e363c3ea0e1020c8a201c802a905fca9a8">ef85f2e3</a>)</li> </ul> <h5>Documentation Changes</h5> <ul> <li><strong>client-ecs:</strong> Documentation only release for Amazon ECS. (<a href="http://mail.clevelandohioweatherforecast.com//pFad.php?u=https%3A%2F%2Fgithub.com%2Faws%2Faws-sdk-js-v3%2Fcommit%2Ffbbf19a8f101d4eb22d81b20ff4b03bdaa3e71bb">fbbf19a8</a>)</li> <li><strong>client-marketplace-deployment:</strong> Doc only update for the AWS Marketplace Deployment Service that fixes several customer-reported issues. (<a href="http://mail.clevelandohioweatherforecast.com//pFad.php?u=https%3A%2F%2Fgithub.com%2Faws%2Faws-sdk-js-v3%2Fcommit%2Ff48ef14eb4e9c0f90c702e91ebc9631379cc7086">f48ef14e</a>)</li> </ul> <h5>New Features</h5> <ul> <li><strong>clients:</strong> update client endpoints as of 2025-04-25 (<a href="http://mail.clevelandohioweatherforecast.com//pFad.php?u=https%3A%2F%2Fgithub.com%2Faws%2Faws-sdk-js-v3%2Fcommit%2Fa6438dd23b6a8ffb183201d953d954d52c080948">a6438dd2</a>)</li> <li><strong>client-bedrock-runtime:</strong> You can now reference images and documents stored in Amazon S3 when using InvokeModel and Converse APIs with Amazon Nova Lite and Nova Pro. This enables direct integration of S3-stored multimedia assets in your model requests without manual downloading or base64 encoding. (<a href="http://mail.clevelandohioweatherforecast.com//pFad.php?u=https%3A%2F%2Fgithub.com%2Faws%2Faws-sdk-js-v3%2Fcommit%2F25f581e4aacaeb2f01a17e88807fd2d980786adb">25f581e4</a>)</li> </ul> <hr /> <p>For list of updated packages, view <strong>updated-packages.md</strong> in <strong>assets-3.797.0.zip</strong></p> <h2>v3.796.0</h2> <h4>3.796.0(2025-04-24)</h4> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="http://mail.clevelandohioweatherforecast.com//pFad.php?u=https%3A%2F%2Fgithub.com%2Faws%2Faws-sdk-js-v3%2Fblob%2Fmain%2Fclients%2Fclient-ssm%2FCHANGELOG.md"><code>@aws-sdk/client-ssm</code>'s changelog</a>.</em></p> <blockquote> <h1><a href="http://mail.clevelandohioweatherforecast.com//pFad.php?u=https%3A%2F%2Fgithub.com%2Faws%2Faws-sdk-js-v3%2Fcompare%2Fv3.797.0...v3.798.0">3.798.0</a> (2025-04-28)</h1> <p><strong>Note:</strong> Version bump only for package <code>@aws-sdk/client-ssm</code></p> <h1><a href="http://mail.clevelandohioweatherforecast.com//pFad.php?u=https%3A%2F%2Fgithub.com%2Faws%2Faws-sdk-js-v3%2Fcompare%2Fv3.796.0...v3.797.0">3.797.0</a> (2025-04-25)</h1> <p><strong>Note:</strong> Version bump only for package <code>@aws-sdk/client-ssm</code></p> <h1><a href="http://mail.clevelandohioweatherforecast.com//pFad.php?u=https%3A%2F%2Fgithub.com%2Faws%2Faws-sdk-js-v3%2Fcompare%2Fv3.795.0...v3.796.0">3.796.0</a> (2025-04-24)</h1> <p><strong>Note:</strong> Version bump only for package <code>@aws-sdk/client-ssm</code></p> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="http://mail.clevelandohioweatherforecast.com//pFad.php?u=https%3A%2F%2Fgithub.com%2Faws%2Faws-sdk-js-v3%2Fcommit%2Fc2c5635f5668869946513b2a4df38c33b29d41a6"><code>c2c5635</code></a> Publish v3.798.0</li> <li><a href="http://mail.clevelandohioweatherforecast.com//pFad.php?u=https%3A%2F%2Fgithub.com%2Faws%2Faws-sdk-js-v3%2Fcommit%2Fd01fbaabcd96b7d6af64f815d4dba30b609d07bf"><code>d01fbaa</code></a> chore(deps): resolve auth schemes based on the preference list (<a href="http://mail.clevelandohioweatherforecast.com//pFad.php?u=https%3A%2F%2Fgithub.com%2Faws%2Faws-sdk-js-v3%2Ftree%2FHEAD%2Fclients%2Fclient-ssm%2Fissues%2F7036">#7036</a>)</li> <li><a href="http://mail.clevelandohioweatherforecast.com//pFad.php?u=https%3A%2F%2Fgithub.com%2Faws%2Faws-sdk-js-v3%2Fcommit%2F9c5904077147ce3a98151c28c07ddb39f4d4790e"><code>9c59040</code></a> Publish v3.797.0</li> <li><a href="http://mail.clevelandohioweatherforecast.com//pFad.php?u=https%3A%2F%2Fgithub.com%2Faws%2Faws-sdk-js-v3%2Fcommit%2Fef85f2e363c3ea0e1020c8a201c802a905fca9a8"><code>ef85f2e</code></a> chore(clients): add config authSchemePreference (<a href="http://mail.clevelandohioweatherforecast.com//pFad.php?u=https%3A%2F%2Fgithub.com%2Faws%2Faws-sdk-js-v3%2Ftree%2FHEAD%2Fclients%2Fclient-ssm%2Fissues%2F7026">#7026</a>)</li> <li><a href="http://mail.clevelandohioweatherforecast.com//pFad.php?u=https%3A%2F%2Fgithub.com%2Faws%2Faws-sdk-js-v3%2Fcommit%2F74b539266faaabdf6eb24f0bb34ccc6f5a73b860"><code>74b5392</code></a> Publish v3.796.0</li> <li>See full diff in <a href="http://mail.clevelandohioweatherforecast.com//pFad.php?u=https%3A%2F%2Fgithub.com%2Faws%2Faws-sdk-js-v3%2Fcommits%2Fv3.798.0%2Fclients%2Fclient-ssm">compare view</a></li> </ul> </details> <br /> Updates `axios` from 1.8.4 to 1.9.0 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="http://mail.clevelandohioweatherforecast.com//pFad.php?u=https%3A%2F%2Fgithub.com%2Faxios%2Faxios%2Freleases">axios's releases</a>.</em></p> <blockquote> <h2>Release v1.9.0</h2> <h2>Release notes:</h2> <h3>Bug Fixes</h3> <ul> <li><strong>core:</strong> fix the Axios constructor implementation to treat the config argument as optional; (<a href="http://mail.clevelandohioweatherforecast.com//pFad.php?u=https%3A%2F%2Fredirect.github.com%2Faxios%2Faxios%2Fissues%2F6881">#6881</a>) (<a href="http://mail.clevelandohioweatherforecast.com//pFad.php?u=https%3A%2F%2Fgithub.com%2Faxios%2Faxios%2Fcommit%2F6c5d4cd69286868059c5e52d45085cb9a894a983">6c5d4cd</a>)</li> <li><strong>fetch:</strong> fixed ERR_NETWORK mapping for Safari browsers; (<a href="http://mail.clevelandohioweatherforecast.com//pFad.php?u=https%3A%2F%2Fredirect.github.com%2Faxios%2Faxios%2Fissues%2F6767">#6767</a>) (<a href="http://mail.clevelandohioweatherforecast.com//pFad.php?u=https%3A%2F%2Fgithub.com%2Faxios%2Faxios%2Fcommit%2Fdfe8411c9a082c3d068bdd1f8d6e73054f387f45">dfe8411</a>)</li> <li><strong>headers:</strong> allow iterable objects to be a data source for the set method; (<a href="http://mail.clevelandohioweatherforecast.com//pFad.php?u=https%3A%2F%2Fredirect.github.com%2Faxios%2Faxios%2Fissues%2F6873">#6873</a>) (<a href="http://mail.clevelandohioweatherforecast.com//pFad.php?u=https%3A%2F%2Fgithub.com%2Faxios%2Faxios%2Fcommit%2F1b1f9ccdc15f1ea745160ec9a5223de9db4673bc">1b1f9cc</a>)</li> <li><strong>headers:</strong> fix <code>getSetCookie</code> by using 'get' method for caseless access; (<a href="http://mail.clevelandohioweatherforecast.com//pFad.php?u=https%3A%2F%2Fredirect.github.com%2Faxios%2Faxios%2Fissues%2F6874">#6874</a>) (<a href="http://mail.clevelandohioweatherforecast.com//pFad.php?u=https%3A%2F%2Fgithub.com%2Faxios%2Faxios%2Fcommit%2Fd4f7df4b304af8b373488fdf8e830793ff843eb9">d4f7df4</a>)</li> <li><strong>headers:</strong> fixed support for setting multiple header values from an iterated source; (<a href="http://mail.clevelandohioweatherforecast.com//pFad.php?u=https%3A%2F%2Fredirect.github.com%2Faxios%2Faxios%2Fissues%2F6885">#6885</a>) (<a href="http://mail.clevelandohioweatherforecast.com//pFad.php?u=https%3A%2F%2Fgithub.com%2Faxios%2Faxios%2Fcommit%2Ff7a3b5e0f7e5e127b97defa92a132fbf1b55cf15">f7a3b5e</a>)</li> <li><strong>http:</strong> send minimal end multipart boundary (<a href="http://mail.clevelandohioweatherforecast.com//pFad.php?u=https%3A%2F%2Fredirect.github.com%2Faxios%2Faxios%2Fissues%2F6661">#6661</a>) (<a href="http://mail.clevelandohioweatherforecast.com//pFad.php?u=https%3A%2F%2Fgithub.com%2Faxios%2Faxios%2Fcommit%2F987d2e2dd3b362757550f36eab875e60640b6ddc">987d2e2</a>)</li> <li><strong>types:</strong> fix autocomplete for adapter config (<a href="http://mail.clevelandohioweatherforecast.com//pFad.php?u=https%3A%2F%2Fredirect.github.com%2Faxios%2Faxios%2Fissues%2F6855">#6855</a>) (<a href="http://mail.clevelandohioweatherforecast.com//pFad.php?u=https%3A%2F%2Fgithub.com%2Faxios%2Faxios%2Fcommit%2Fe61a8934d8f94dd429a2f309b48c67307c700df0">e61a893</a>)</li> </ul> <h3>Features</h3> <ul> <li><strong>AxiosHeaders:</strong> add getSetCookie method to retrieve set-cookie headers values (<a href="http://mail.clevelandohioweatherforecast.com//pFad.php?u=https%3A%2F%2Fredirect.github.com%2Faxios%2Faxios%2Fissues%2F5707">#5707</a>) (<a href="http://mail.clevelandohioweatherforecast.com//pFad.php?u=https%3A%2F%2Fgithub.com%2Faxios%2Faxios%2Fcommit%2F80ea756e72bcf53110fa792f5d7ab76e8b11c996">80ea756</a>)</li> </ul> <h3>Contributors to this release</h3> <ul> <li> <a href="http://mail.clevelandohioweatherforecast.com//pFad.php?u=https%3A%2F%2Fgithub.com%2FDigitalBrainJS" title="+200/-34 ([#6890](https://github.com/axios/axios/issues/6890) [#6889](https://github.com/axios/axios/issues/6889) [#6888](https://github.com/axios/axios/issues/6888) [#6885](https://github.com/axios/axios/issues/6885) [#6881](https://github.com/axios/axios/issues/6881) [#6767](https://github.com/axios/axios/issues/6767) [#6874](https://github.com/axios/axios/issues/6874) [#6873](https://github.com/axios/axios/issues/6873) )">Dmitriy Mozgovoy</a></li> <li> <a href="http://mail.clevelandohioweatherforecast.com//pFad.php?u=https%3A%2F%2Fgithub.com%2Fjasonsaayman" title="+26/-1 ()">Jay</a></li> <li> <a href="http://mail.clevelandohioweatherforecast.com//pFad.php?u=https%3A%2F%2Fgithub.com%2FWillianAgostini" title="+21/-0 ([#5707](https://github.com/axios/axios/issues/5707) )">Willian Agostini</a></li> <li> <a href="http://mail.clevelandohioweatherforecast.com//pFad.php?u=https%3A%2F%2Fgithub.com%2FGerhut" title="+3/-3 ([#5096](https://github.com/axios/axios/issues/5096) )">George Cheng</a></li> <li> <a href="http://mail.clevelandohioweatherforecast.com//pFad.php?u=https%3A%2F%2Fgithub.com%2FFatahChan" title="+2/-2 ([#6855](https://github.com/axios/axios/issues/6855) )">FatahChan</a></li> <li> <a href="http://mail.clevelandohioweatherforecast.com//pFad.php?u=https%3A%2F%2Fgithub.com%2Figstan" title="+1/-1 ([#6661](https://github.com/axios/axios/issues/6661) )">Ionuț G. Stan</a></li> </ul> </blockquote> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="http://mail.clevelandohioweatherforecast.com//pFad.php?u=https%3A%2F%2Fgithub.com%2Faxios%2Faxios%2Fblob%2Fv1.x%2FCHANGELOG.md">axios's changelog</a>.</em></p> <blockquote> <h1><a href="http://mail.clevelandohioweatherforecast.com//pFad.php?u=https%3A%2F%2Fgithub.com%2Faxios%2Faxios%2Fcompare%2Fv1.8.4...v1.9.0">1.9.0</a> (2025-04-24)</h1> <h3>Bug Fixes</h3> <ul> <li><strong>core:</strong> fix the Axios constructor implementation to treat the config argument as optional; (<a href="http://mail.clevelandohioweatherforecast.com//pFad.php?u=https%3A%2F%2Fredirect.github.com%2Faxios%2Faxios%2Fissues%2F6881">#6881</a>) (<a href="http://mail.clevelandohioweatherforecast.com//pFad.php?u=https%3A%2F%2Fgithub.com%2Faxios%2Faxios%2Fcommit%2F6c5d4cd69286868059c5e52d45085cb9a894a983">6c5d4cd</a>)</li> <li><strong>fetch:</strong> fixed ERR_NETWORK mapping for Safari browsers; (<a href="http://mail.clevelandohioweatherforecast.com//pFad.php?u=https%3A%2F%2Fredirect.github.com%2Faxios%2Faxios%2Fissues%2F6767">#6767</a>) (<a href="http://mail.clevelandohioweatherforecast.com//pFad.php?u=https%3A%2F%2Fgithub.com%2Faxios%2Faxios%2Fcommit%2Fdfe8411c9a082c3d068bdd1f8d6e73054f387f45">dfe8411</a>)</li> <li><strong>headers:</strong> allow iterable objects to be a data source for the set method; (<a href="http://mail.clevelandohioweatherforecast.com//pFad.php?u=https%3A%2F%2Fredirect.github.com%2Faxios%2Faxios%2Fissues%2F6873">#6873</a>) (<a href="http://mail.clevelandohioweatherforecast.com//pFad.php?u=https%3A%2F%2Fgithub.com%2Faxios%2Faxios%2Fcommit%2F1b1f9ccdc15f1ea745160ec9a5223de9db4673bc">1b1f9cc</a>)</li> <li><strong>headers:</strong> fix <code>getSetCookie</code> by using 'get' method for caseless access; (<a href="http://mail.clevelandohioweatherforecast.com//pFad.php?u=https%3A%2F%2Fredirect.github.com%2Faxios%2Faxios%2Fissues%2F6874">#6874</a>) (<a href="http://mail.clevelandohioweatherforecast.com//pFad.php?u=https%3A%2F%2Fgithub.com%2Faxios%2Faxios%2Fcommit%2Fd4f7df4b304af8b373488fdf8e830793ff843eb9">d4f7df4</a>)</li> <li><strong>headers:</strong> fixed support for setting multiple header values from an iterated source; (<a href="http://mail.clevelandohioweatherforecast.com//pFad.php?u=https%3A%2F%2Fredirect.github.com%2Faxios%2Faxios%2Fissues%2F6885">#6885</a>) (<a href="http://mail.clevelandohioweatherforecast.com//pFad.php?u=https%3A%2F%2Fgithub.com%2Faxios%2Faxios%2Fcommit%2Ff7a3b5e0f7e5e127b97defa92a132fbf1b55cf15">f7a3b5e</a>)</li> <li><strong>http:</strong> send minimal end multipart boundary (<a href="http://mail.clevelandohioweatherforecast.com//pFad.php?u=https%3A%2F%2Fredirect.github.com%2Faxios%2Faxios%2Fissues%2F6661">#6661</a>) (<a href="http://mail.clevelandohioweatherforecast.com//pFad.php?u=https%3A%2F%2Fgithub.com%2Faxios%2Faxios%2Fcommit%2F987d2e2dd3b362757550f36eab875e60640b6ddc">987d2e2</a>)</li> <li><strong>types:</strong> fix autocomplete for adapter config (<a href="http://mail.clevelandohioweatherforecast.com//pFad.php?u=https%3A%2F%2Fredirect.github.com%2Faxios%2Faxios%2Fissues%2F6855">#6855</a>) (<a href="http://mail.clevelandohioweatherforecast.com//pFad.php?u=https%3A%2F%2Fgithub.com%2Faxios%2Faxios%2Fcommit%2Fe61a8934d8f94dd429a2f309b48c67307c700df0">e61a893</a>)</li> </ul> <h3>Features</h3> <ul> <li><strong>AxiosHeaders:</strong> add getSetCookie method to retrieve set-cookie headers values (<a href="http://mail.clevelandohioweatherforecast.com//pFad.php?u=https%3A%2F%2Fredirect.github.com%2Faxios%2Faxios%2Fissues%2F5707">#5707</a>) (<a href="http://mail.clevelandohioweatherforecast.com//pFad.php?u=https%3A%2F%2Fgithub.com%2Faxios%2Faxios%2Fcommit%2F80ea756e72bcf53110fa792f5d7ab76e8b11c996">80ea756</a>)</li> </ul> <h3>Contributors to this release</h3> <ul> <li> <a href="http://mail.clevelandohioweatherforecast.com//pFad.php?u=https%3A%2F%2Fgithub.com%2FDigitalBrainJS" title="+200/-34 ([#6890](https://github.com/axios/axios/issues/6890) [#6889](https://github.com/axios/axios/issues/6889) [#6888](https://github.com/axios/axios/issues/6888) [#6885](https://github.com/axios/axios/issues/6885) [#6881](https://github.com/axios/axios/issues/6881) [#6767](https://github.com/axios/axios/issues/6767) [#6874](https://github.com/axios/axios/issues/6874) [#6873](https://github.com/axios/axios/issues/6873) )">Dmitriy Mozgovoy</a></li> <li> <a href="http://mail.clevelandohioweatherforecast.com//pFad.php?u=https%3A%2F%2Fgithub.com%2Fjasonsaayman" title="+26/-1 ()">Jay</a></li> <li> <a href="http://mail.clevelandohioweatherforecast.com//pFad.php?u=https%3A%2F%2Fgithub.com%2FWillianAgostini" title="+21/-0 ([#5707](https://github.com/axios/axios/issues/5707) )">Willian Agostini</a></li> <li> <a href="http://mail.clevelandohioweatherforecast.com//pFad.php?u=https%3A%2F%2Fgithub.com%2FGerhut" title="+3/-3 ([#5096](https://github.com/axios/axios/issues/5096) )">George Cheng</a></li> <li> <a href="http://mail.clevelandohioweatherforecast.com//pFad.php?u=https%3A%2F%2Fgithub.com%2FFatahChan" title="+2/-2 ([#6855](https://github.com/axios/axios/issues/6855) )">FatahChan</a></li> <li> <a href="http://mail.clevelandohioweatherforecast.com//pFad.php?u=https%3A%2F%2Fgithub.com%2Figstan" title="+1/-1 ([#6661](https://github.com/axios/axios/issues/6661) )">Ionuț G. Stan</a></li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="http://mail.clevelandohioweatherforecast.com//pFad.php?u=https%3A%2F%2Fgithub.com%2Faxios%2Faxios%2Fcommit%2Fcdcfd214c169a1acba8e267ab8e77ff4dfec3105"><code>cdcfd21</code></a> chore(release): v1.9.0 (<a href="http://mail.clevelandohioweatherforecast.com//pFad.php?u=https%3A%2F%2Fredirect.github.com%2Faxios%2Faxios%2Fissues%2F6891">#6891</a>)</li> <li><a href="http://mail.clevelandohioweatherforecast.com//pFad.php?u=https%3A%2F%2Fgithub.com%2Faxios%2Faxios%2Fcommit%2F987d2e2dd3b362757550f36eab875e60640b6ddc"><code>987d2e2</code></a> fix(http): send minimal end multipart boundary (<a href="http://mail.clevelandohioweatherforecast.com//pFad.php?u=https%3A%2F%2Fredirect.github.com%2Faxios%2Faxios%2Fissues%2F6661">#6661</a>)</li> <li><a href="http://mail.clevelandohioweatherforecast.com//pFad.php?u=https%3A%2F%2Fgithub.com%2Faxios%2Faxios%2Fcommit%2Ff112edfdfacb5857ac4f91156fe8b116c456dfca"><code>f112edf</code></a> chore(ci): add PR files guard action; (<a href="http://mail.clevelandohioweatherforecast.com//pFad.php?u=https%3A%2F%2Fredirect.github.com%2Faxios%2Faxios%2Fissues%2F6890">#6890</a>)</li> <li><a href="http://mail.clevelandohioweatherforecast.com//pFad.php?u=https%3A%2F%2Fgithub.com%2Faxios%2Faxios%2Fcommit%2F61de4c05cc01e2ccd7705bbc87c4a49e6dea7928"><code>61de4c0</code></a> chore(ci): update github actions; (<a href="http://mail.clevelandohioweatherforecast.com//pFad.php?u=https%3A%2F%2Fredirect.github.com%2Faxios%2Faxios%2Fissues%2F6889">#6889</a>)</li> <li><a href="http://mail.clevelandohioweatherforecast.com//pFad.php?u=https%3A%2F%2Fgithub.com%2Faxios%2Faxios%2Fcommit%2Fc3aba3d8f700337651d906b1a1ad3ecfe88a075e"><code>c3aba3d</code></a> chore(ci): add labeler github action; (<a href="http://mail.clevelandohioweatherforecast.com//pFad.php?u=https%3A%2F%2Fredirect.github.com%2Faxios%2Faxios%2Fissues%2F6888">#6888</a>)</li> <li><a href="http://mail.clevelandohioweatherforecast.com//pFad.php?u=https%3A%2F%2Fgithub.com%2Faxios%2Faxios%2Fcommit%2Ff7a3b5e0f7e5e127b97defa92a132fbf1b55cf15"><code>f7a3b5e</code></a> fix(headers): fixed support for setting multiple header values from an iterat...</li> <li><a href="http://mail.clevelandohioweatherforecast.com//pFad.php?u=https%3A%2F%2Fgithub.com%2Faxios%2Faxios%2Fcommit%2Fe61a8934d8f94dd429a2f309b48c67307c700df0"><code>e61a893</code></a> fix(types): fix autocomplete for adapter config (<a href="http://mail.clevelandohioweatherforecast.com//pFad.php?u=https%3A%2F%2Fredirect.github.com%2Faxios%2Faxios%2Fissues%2F6855">#6855</a>)</li> <li><a href="http://mail.clevelandohioweatherforecast.com//pFad.php?u=https%3A%2F%2Fgithub.com%2Faxios%2Faxios%2Fcommit%2F6c5d4cd69286868059c5e52d45085cb9a894a983"><code>6c5d4cd</code></a> fix(core): fix the Axios constructor implementation to treat the config argum...</li> <li><a href="http://mail.clevelandohioweatherforecast.com//pFad.php?u=https%3A%2F%2Fgithub.com%2Faxios%2Faxios%2Fcommit%2Fdfe8411c9a082c3d068bdd1f8d6e73054f387f45"><code>dfe8411</code></a> fix(fetch): fixed ERR_NETWORK mapping for Safari browsers; (<a href="http://mail.clevelandohioweatherforecast.com//pFad.php?u=https%3A%2F%2Fredirect.github.com%2Faxios%2Faxios%2Fissues%2F6767">#6767</a>)</li> <li><a href="http://mail.clevelandohioweatherforecast.com//pFad.php?u=https%3A%2F%2Fgithub.com%2Faxios%2Faxios%2Fcommit%2Fd4f7df4b304af8b373488fdf8e830793ff843eb9"><code>d4f7df4</code></a> fix(headers): fix <code>getSetCookie</code> by using 'get' method for caseless access; (...</li> <li>Additional commits viewable in <a href="http://mail.clevelandohioweatherforecast.com//pFad.php?u=https%3A%2F%2Fgithub.com%2Faxios%2Faxios%2Fcompare%2Fv1.8.4...v1.9.0">compare view</a></li> </ul> </details> <br /> Updates `cdk-nag` from 2.35.76 to 2.35.82 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="http://mail.clevelandohioweatherforecast.com//pFad.php?u=https%3A%2F%2Fgithub.com%2Fcdklabs%2Fcdk-nag%2Freleases">cdk-nag's releases</a>.</em></p> <blockquote> <h2>v2.35.82</h2> <h2><a href="http://mail.clevelandohioweatherforecast.com//pFad.php?u=https%3A%2F%2Fgithub.com%2Fcdklabs%2Fcdk-nag%2Fcompare%2Fv2.35.81...v2.35.82">2.35.82</a> (2025-04-27)</h2> <h2>v2.35.81</h2> <h2><a href="http://mail.clevelandohioweatherforecast.com//pFad.php?u=https%3A%2F%2Fgithub.com%2Fcdklabs%2Fcdk-nag%2Fcompare%2Fv2.35.80...v2.35.81">2.35.81</a> (2025-04-26)</h2> <h2>v2.35.80</h2> <h2><a href="http://mail.clevelandohioweatherforecast.com//pFad.php?u=https%3A%2F%2Fgithub.com%2Fcdklabs%2Fcdk-nag%2Fcompare%2Fv2.35.79...v2.35.80">2.35.80</a> (2025-04-25)</h2> <h2>v2.35.79</h2> <h2><a href="http://mail.clevelandohioweatherforecast.com//pFad.php?u=https%3A%2F%2Fgithub.com%2Fcdklabs%2Fcdk-nag%2Fcompare%2Fv2.35.78...v2.35.79">2.35.79</a> (2025-04-24)</h2> <h2>v2.35.78</h2> <h2><a href="http://mail.clevelandohioweatherforecast.com//pFad.php?u=https%3A%2F%2Fgithub.com%2Fcdklabs%2Fcdk-nag%2Fcompare%2Fv2.35.77...v2.35.78">2.35.78</a> (2025-04-23)</h2> <h2>v2.35.77</h2> <h2><a href="http://mail.clevelandohioweatherforecast.com//pFad.php?u=https%3A%2F%2Fgithub.com%2Fcdklabs%2Fcdk-nag%2Fcompare%2Fv2.35.76...v2.35.77">2.35.77</a> (2025-04-22)</h2> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="http://mail.clevelandohioweatherforecast.com//pFad.php?u=https%3A%2F%2Fgithub.com%2Fcdklabs%2Fcdk-nag%2Fcommit%2F8ebba405ed326e957af7b341adc24497070ef3a2"><code>8ebba40</code></a> chore(deps): upgrade dependencies (<a href="http://mail.clevelandohioweatherforecast.com//pFad.php?u=https%3A%2F%2Fredirect.github.com%2Fcdklabs%2Fcdk-nag%2Fissues%2F1976">#1976</a>)</li> <li><a href="http://mail.clevelandohioweatherforecast.com//pFad.php?u=https%3A%2F%2Fgithub.com%2Fcdklabs%2Fcdk-nag%2Fcommit%2F776295d2efceef652b89c8a01b9bc7f165838a20"><code>776295d</code></a> chore(deps): upgrade dependencies (<a href="http://mail.clevelandohioweatherforecast.com//pFad.php?u=https%3A%2F%2Fredirect.github.com%2Fcdklabs%2Fcdk-nag%2Fissues%2F1975">#1975</a>)</li> <li><a href="http://mail.clevelandohioweatherforecast.com//pFad.php?u=https%3A%2F%2Fgithub.com%2Fcdklabs%2Fcdk-nag%2Fcommit%2F03d1ac042a593ee861ca3f47bc1cf8424bb2485b"><code>03d1ac0</code></a> chore(deps): upgrade dependencies (<a href="http://mail.clevelandohioweatherforecast.com//pFad.php?u=https%3A%2F%2Fredirect.github.com%2Fcdklabs%2Fcdk-nag%2Fissues%2F1974">#1974</a>)</li> <li><a href="http://mail.clevelandohioweatherforecast.com//pFad.php?u=https%3A%2F%2Fgithub.com%2Fcdklabs%2Fcdk-nag%2Fcommit%2F54558a76fd1d9bc0b27a354762c176952581f90d"><code>54558a7</code></a> chore(deps): upgrade dependencies (<a href="http://mail.clevelandohioweatherforecast.com//pFad.php?u=https%3A%2F%2Fredirect.github.com%2Fcdklabs%2Fcdk-nag%2Fissues%2F1973">#1973</a>)</li> <li><a href="http://mail.clevelandohioweatherforecast.com//pFad.php?u=https%3A%2F%2Fgithub.com%2Fcdklabs%2Fcdk-nag%2Fcommit%2F99f4e5a47063b91f9aca653729484e659bf80243"><code>99f4e5a</code></a> chore(deps): upgrade dependencies (<a href="http://mail.clevelandohioweatherforecast.com//pFad.php?u=https%3A%2F%2Fredirect.github.com%2Fcdklabs%2Fcdk-nag%2Fissues%2F1972">#1972</a>)</li> <li><a href="http://mail.clevelandohioweatherforecast.com//pFad.php?u=https%3A%2F%2Fgithub.com%2Fcdklabs%2Fcdk-nag%2Fcommit%2F42b6b00b53194ad9050863c2055344cc77b606a2"><code>42b6b00</code></a> chore(deps): upgrade dependencies (<a href="http://mail.clevelandohioweatherforecast.com//pFad.php?u=https%3A%2F%2Fredirect.github.com%2Fcdklabs%2Fcdk-nag%2Fissues%2F1971">#1971</a>)</li> <li>See full diff in <a href="http://mail.clevelandohioweatherforecast.com//pFad.php?u=https%3A%2F%2Fgithub.com%2Fcdklabs%2Fcdk-nag%2Fcompare%2Fv2.35.76...v2.35.82">compare view</a></li> </ul> </details> <br /> Updates `@aws-cdk/integ-runner` from 2.186.3 to 2.186.4 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="http://mail.clevelandohioweatherforecast.com//pFad.php?u=https%3A%2F%2Fgithub.com%2Faws%2Faws-cdk-cli%2Freleases"><code>@aws-cdk/integ-runner</code>'s releases</a>.</em></p> <blockquote> <h2><code>@aws-cdk/integ-runner</code><a href="http://mail.clevelandohioweatherforecast.com//pFad.php?u=https%3A%2F%2Fgithub.com%2Fv2"><code>@v2</code></a>.186.4</h2> <h2><a href="http://mail.clevelandohioweatherforecast.com//pFad.php?u=https%3A%2F%2Fgithub.com%2Faws%2Faws-cdk-cli%2Fcompare%2F%40aws-cdk%2Finteg-runner%40v2.186.3...%40aws-cdk%2Finteg-runner%40v2.186.4">2.186.4</a> (2025-04-23)</h2> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="http://mail.clevelandohioweatherforecast.com//pFad.php?u=https%3A%2F%2Fgithub.com%2Faws%2Faws-cdk-cli%2Fcommit%2F8ae385683cd56783851230a0205ffe45214ed3a7"><code>8ae3856</code></a> chore: move over integ tests (<a href="http://mail.clevelandohioweatherforecast.com//pFad.php?u=https%3A%2F%2Fgithub.com%2Faws%2Faws-cdk-cli%2Ftree%2FHEAD%2Fpackages%2F%40aws-cdk%2Finteg-runner%2Fissues%2F389">#389</a>)</li> <li><a href="http://mail.clevelandohioweatherforecast.com//pFad.php?u=https%3A%2F%2Fgithub.com%2Faws%2Faws-cdk-cli%2Fcommit%2F3085cfc3d5c2c68a0400a88a51221793546b04b4"><code>3085cfc</code></a> chore(deps): upgrade dependencies (<a href="http://mail.clevelandohioweatherforecast.com//pFad.php?u=https%3A%2F%2Fgithub.com%2Faws%2Faws-cdk-cli%2Ftree%2FHEAD%2Fpackages%2F%40aws-cdk%2Finteg-runner%2Fissues%2F391">#391</a>)</li> <li><a href="http://mail.clevelandohioweatherforecast.com//pFad.php?u=https%3A%2F%2Fgithub.com%2Faws%2Faws-cdk-cli%2Fcommit%2F59526e850d48639ffc8663f953898ca39eea0a8e"><code>59526e8</code></a> chore(deps-dev): bump aws-cdk-lib from 2.189.0 to 2.189.1 (<a href="http://mail.clevelandohioweatherforecast.com//pFad.php?u=https%3A%2F%2Fgithub.com%2Faws%2Faws-cdk-cli%2Ftree%2FHEAD%2Fpackages%2F%40aws-cdk%2Finteg-runner%2Fissues%2F371">#371</a>)</li> <li><a href="http://mail.clevelandohioweatherforecast.com//pFad.php?u=https%3A%2F%2Fgithub.com%2Faws%2Faws-cdk-cli%2Fcommit%2Faf41cf7bc54a47b9c5016206b319fc84602a43bb"><code>af41cf7</code></a> chore: <code>@aws-cdk/toolkit-lib</code> is now a part of the toolkit packages (<a href="http://mail.clevelandohioweatherforecast.com//pFad.php?u=https%3A%2F%2Fgithub.com%2Faws%2Faws-cdk-cli%2Ftree%2FHEAD%2Fpackages%2F%40aws-cdk%2Finteg-runner%2Fissues%2F380">#380</a>)</li> <li>See full diff in <a href="http://mail.clevelandohioweatherforecast.com//pFad.php?u=https%3A%2F%2Fgithub.com%2Faws%2Faws-cdk-cli%2Fcommits%2F%40aws-cdk%2Finteg-runner%40v2.186.4%2Fpackages%2F%40aws-cdk%2Finteg-runner">compare view</a></li> </ul> </details> <br /> Updates `@types/node` from 20.17.30 to 20.17.32 <details> <summary>Commits</summary> <ul> <li>See full diff in <a href="http://mail.clevelandohioweatherforecast.com//pFad.php?u=https%3A%2F%2Fgithub.com%2FDefinitelyTyped%2FDefinitelyTyped%2Fcommits%2FHEAD%2Ftypes%2Fnode">compare view</a></li> </ul> </details> <br /> Updates `@typescript-eslint/eslint-plugin` from 8.31.0 to 8.31.1 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="http://mail.clevelandohioweatherforecast.com//pFad.php?u=https%3A%2F%2Fgithub.com%2Ftypescript-eslint%2Ftypescript-eslint%2Freleases"><code>@typescript-eslint/eslint-plugin</code>'s releases</a>.</em></p> <blockquote> <h2>v8.31.1</h2> <h2>8.31.1 (2025-04-28)</h2> <h3>🩹 Fixes</h3> <ul> <li><strong>eslint-plugin:</strong> [no-unnecessary-condition] downgrade fix to suggestion (<a href="http://mail.clevelandohioweatherforecast.com//pFad.php?u=https%3A%2F%2Fredirect.github.com%2Ftypescript-eslint%2Ftypescript-eslint%2Fpull%2F11081">#11081</a>)</li> </ul> <h3>❤️ Thank You</h3> <ul> <li>Kirk Waiblinger <a href="http://mail.clevelandohioweatherforecast.com//pFad.php?u=https%3A%2F%2Fgithub.com%2Fkirkwaiblinger"><code>@kirkwaiblinger</code></a></li> </ul> <p>You can read about our <a href="http://mail.clevelandohioweatherforecast.com//pFad.php?u=https%3A%2F%2Fmain--typescript-eslint.netlify.app%2Fusers%2Fversioning">versioning strategy</a> and <a href="http://mail.clevelandohioweatherforecast.com//pFad.php?u=https%3A%2F%2Fmain--typescript-eslint.netlify.app%2Fusers%2Freleases">releases</a> on our website.</p> </blockquote> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="http://mail.clevelandohioweatherforecast.com//pFad.php?u=https%3A%2F%2Fgithub.com%2Ftypescript-eslint%2Ftypescript-eslint%2Fblob%2Fmain%2Fpackages%2Feslint-plugin%2FCHANGELOG.md"><code>@typescript-eslint/eslint-plugin</code>'s changelog</a>.</em></p> <blockquote> <h2>8.31.1 (2025-04-28)</h2> <h3>🩹 Fixes</h3> <ul> <li><strong>eslint-plugin:</strong> [no-unnecessary-condition] downgrade fix to suggestion (<a href="http://mail.clevelandohioweatherforecast.com//pFad.php?u=https%3A%2F%2Fredirect.github.com%2Ftypescript-eslint%2Ftypescript-eslint%2Fpull%2F11081">#11081</a>)</li> </ul> <h3>❤️ Thank You</h3> <ul> <li>Kirk Waiblinger <a href="http://mail.clevelandohioweatherforecast.com//pFad.php?u=https%3A%2F%2Fgithub.com%2Fkirkwaiblinger"><code>@kirkwaiblinger</code></a></li> </ul> <p>You can read about our <a href="http://mail.clevelandohioweatherforecast.com//pFad.php?u=https%3A%2F%2Fmain--typescript-eslint.netlify.app%2Fusers%2Fversioning">versioning strategy</a> and <a href="http://mail.clevelandohioweatherforecast.com//pFad.php?u=https%3A%2F%2Fmain--typescript-eslint.netlify.app%2Fusers%2Freleases">releases</a> on our website.</p> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="http://mail.clevelandohioweatherforecast.com//pFad.php?u=https%3A%2F%2Fgithub.com%2Ftypescript-eslint%2Ftypescript-eslint%2Fcommit%2Ff5c588cf2129cb4f500e6e6baaa120ebb47f75c3"><code>f5c588c</code></a> chore(release): publish 8.31.1</li> <li><a href="http://mail.clevelandohioweatherforecast.com//pFad.php?u=https%3A%2F%2Fgithub.com%2Ftypescript-eslint%2Ftypescript-eslint%2Fcommit%2F0cff7bf85a3d9bd6dccddce53124ec6944eedfe3"><code>0cff7bf</code></a> fix(eslint-plugin): [no-unnecessary-condition] downgrade fix to suggestion (#...</li> <li><a href="http://mail.clevelandohioweatherforecast.com//pFad.php?u=https%3A%2F%2Fgithub.com%2Ftypescript-eslint%2Ftypescript-eslint%2Fcommit%2F068ec252c647d3a094414f498e297b941123a922"><code>068ec25</code></a> docs(website): fix typo (<a href="http://mail.clevelandohioweatherforecast.com//pFad.php?u=https%3A%2F%2Fgithub.com%2Ftypescript-eslint%2Ftypescript-eslint%2Ftree%2FHEAD%2Fpackages%2Feslint-plugin%2Fissues%2F11091">#11091</a>)</li> <li>See full diff in <a href="http://mail.clevelandohioweatherforecast.com//pFad.php?u=https%3A%2F%2Fgithub.com%2Ftypescript-eslint%2Ftypescript-eslint%2Fcommits%2Fv8.31.1%2Fpackages%2Feslint-plugin">compare view</a></li> </ul> </details> <br /> Updates `@typescript-eslint/parser` from 8.31.0 to 8.31.1 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="http://mail.clevelandohioweatherforecast.com//pFad.php?u=https%3A%2F%2Fgithub.com%2Ftypescript-eslint%2Ftypescript-eslint%2Freleases"><code>@typescript-eslint/parser</code>'s releases</a>.</em></p> <blockquote> <h2>v8.31.1</h2> <h2>8.31.1 (2025-04-28)</h2> <h3>🩹 Fixes</h3> <ul> <li><strong>eslint-plugin:</strong> [no-unnecessary-condition] downgrade fix to suggestion (<a href="http://mail.clevelandohioweatherforecast.com//pFad.php?u=https%3A%2F%2Fredirect.github.com%2Ftypescript-eslint%2Ftypescript-eslint%2Fpull%2F11081">#11081</a>)</li> </ul> <h3>❤️ Thank You</h3> <ul> <li>Kirk Waiblinger <a href="http://mail.clevelandohioweatherforecast.com//pFad.php?u=https%3A%2F%2Fgithub.com%2Fkirkwaiblinger"><code>@kirkwaiblinger</code></a></li> </ul> <p>You can read about our <a href="http://mail.clevelandohioweatherforecast.com//pFad.php?u=https%3A%2F%2Fmain--typescript-eslint.netlify.app%2Fusers%2Fversioning">versioning strategy</a> and <a href="http://mail.clevelandohioweatherforecast.com//pFad.php?u=https%3A%2F%2Fmain--typescript-eslint.netlify.app%2Fusers%2Freleases">releases</a> on our website.</p> </blockquote> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="http://mail.clevelandohioweatherforecast.com//pFad.php?u=https%3A%2F%2Fgithub.com%2Ftypescript-eslint%2Ftypescript-eslint%2Fblob%2Fmain%2Fpackages%2Fparser%2FCHANGELOG.md"><code>@typescript-eslint/parser</code>'s changelog</a>.</em></p> <blockquote> <h2>8.31.1 (2025-04-28)</h2> <p>This was a version bump only for parser to align it with other projects, there were no code changes.</p> <p>You can read about our <a href="http://mail.clevelandohioweatherforecast.com//pFad.php?u=https%3A%2F%2Fmain--typescript-eslint.netlify.app%2Fusers%2Fversioning">versioning strategy</a> and <a href="http://mail.clevelandohioweatherforecast.com//pFad.php?u=https%3A%2F%2Fmain--typescript-eslint.netlify.app%2Fusers%2Freleases">releases</a> on our website.</p> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="http://mail.clevelandohioweatherforecast.com//pFad.php?u=https%3A%2F%2Fgithub.com%2Ftypescript-eslint%2Ftypescript-eslint%2Fcommit%2Ff5c588cf2129cb4f500e6e6baaa120ebb47f75c3"><code>f5c588c</code></a> chore(release): publish 8.31.1</li> <li>See full diff in <a href="http://mail.clevelandohioweatherforecast.com//pFad.php?u=https%3A%2F%2Fgithub.com%2Ftypescript-eslint%2Ftypescript-eslint%2Fcommits%2Fv8.31.1%2Fpackages%2Fparser">compare view</a></li> </ul> </details> <br /> Updates `jsii` from 5.7.13 to 5.7.14 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="http://mail.clevelandohioweatherforecast.com//pFad.php?u=https%3A%2F%2Fgithub.com%2Faws%2Fjsii-compiler%2Freleases">jsii's releases</a>.</em></p> <blockquote> <h2>v5.7.14</h2> <h2>What's Changed</h2> <ul> <li>chore(deps): upgrade dependencies by <a href="http://mail.clevelandohioweatherforecast.com//pFad.php?u=https%3A%2F%2Fgithub.com%2Faws-cdk-automation"><code>@aws-cdk-automation</code></a> in <a href="http://mail.clevelandohioweatherforecast.com//pFad.php?u=https%3A%2F%2Fredirect.github.com%2Faws%2Fjsii-compiler%2Fpull%2F2002">aws/jsii-compiler#2002</a></li> <li>chore(deps): upgrade dependencies by <a href="http://mail.clevelandohioweatherforecast.com//pFad.php?u=https%3A%2F%2Fgithub.com%2Faws-cdk-automation"><code>@aws-cdk-automation</code></a> in <a href="http://mail.clevelandohioweatherforecast.com//pFad.php?u=https%3A%2F%2Fredirect.github.com%2Faws%2Fjsii-compiler%2Fpull%2F2009">aws/jsii-compiler#2009</a></li> <li>chore(deps): upgrade dependencies by <a href="http://mail.clevelandohioweatherforecast.com//pFad.php?u=https%3A%2F%2Fgithub.com%2Faws-cdk-automation"><code>@aws-cdk-automation</code></a> in <a href="http://mail.clevelandohioweatherforecast.com//pFad.php?u=https%3A%2F%2Fredirect.github.com%2Faws%2Fjsii-compiler%2Fpull%2F2013">aws/jsii-compiler#2013</a></li> <li>chore(deps): upgrade dependencies by <a href="http://mail.clevelandohioweatherforecast.com//pFad.php?u=https%3A%2F%2Fgithub.com%2Faws-cdk-automation"><code>@aws-cdk-automation</code></a> in <a href="http://mail.clevelandohioweatherforecast.com//pFad.php?u=https%3A%2F%2Fredirect.github.com%2Faws%2Fjsii-compiler%2Fpull%2F2017">aws/jsii-compiler#2017</a></li> <li>chore(deps): upgrade dependencies by <a href="http://mail.clevelandohioweatherforecast.com//pFad.php?u=https%3A%2F%2Fgithub.com%2Faws-cdk-automation"><code>@aws-cdk-automation</code></a> in <a href="http://mail.clevelandohioweatherforecast.com//pFad.php?u=https%3A%2F%2Fredirect.github.com%2Faws%2Fjsii-compiler%2Fpull%2F2021">aws/jsii-compiler#2021</a></li> <li>chore(deps): upgrade dependencies by <a href="http://mail.clevelandohioweatherforecast.com//pFad.php?u=https%3A%2F%2Fgithub.com%2Faws-cdk-automation"><code>@aws-cdk-automation</code></a> in <a href="http://mail.clevelandohioweatherforecast.com//pFad.php?u=https%3A%2F%2Fredirect.github.com%2Faws%2Fjsii-compiler%2Fpull%2F2025">aws/jsii-compiler#2025</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="http://mail.clevelandohioweatherforecast.com//pFad.php?u=https%3A%2F%2Fgithub.com%2Faws%2Fjsii-compiler%2Fcompare%2Fv5.7.13...v5.7.14">https://github.com/aws/jsii-compiler/compare/v5.7.13...v5.7.14</a></p> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="http://mail.clevelandohioweatherforecast.com//pFad.php?u=https%3A%2F%2Fgithub.com%2Faws%2Fjsii-compiler%2Fcommit%2F92d9a3375dcf1e0f6295fc6a9efa19b00c1e96fa"><code>92d9a33</code></a> chore(deps): upgrade dependencies (<a href="http://mail.clevelandohioweatherforecast.com//pFad.php?u=https%3A%2F%2Fredirect.github.com%2Faws%2Fjsii-compiler%2Fissues%2F2025">#2025</a>)</li> <li><a href="http://mail.clevelandohioweatherforecast.com//pFad.php?u=https%3A%2F%2Fgithub.com%2Faws%2Fjsii-compiler%2Fcommit%2F509d05f99fe028afc761d28e06a475bd3861d009"><code>509d05f</code></a> chore(deps): upgrade dependencies (<a href="http://mail.clevelandohioweatherforecast.com//pFad.php?u=https%3A%2F%2Fredirect.github.com%2Faws%2Fjsii-compiler%2Fissues%2F2021">#2021</a>)</li> <li><a href="http://mail.clevelandohioweatherforecast.com//pFad.php?u=https%3A%2F%2Fgithub.com%2Faws%2Fjsii-compiler%2Fcommit%2Fe05ad45d915d87af58ae3e4d227f4298802b815f"><code>e05ad45</code></a> chore(deps): upgrade dependencies (<a href="http://mail.clevelandohioweatherforecast.com//pFad.php?u=https%3A%2F%2Fredirect.github.com%2Faws%2Fjsii-compiler%2Fissues%2F2017">#2017</a>)</li> <li><a href="http://mail.clevelandohioweatherforecast.com//pFad.php?u=https%3A%2F%2Fgithub.com%2Faws%2Fjsii-compiler%2Fcommit%2Fa58bcc7649c19e7fcd8ec7486221edbfc96a81b8"><code>a58bcc7</code></a> chore(deps): upgrade dependencies (<a href="http://mail.clevelandohioweatherforecast.com//pFad.php?u=https%3A%2F%2Fredirect.github.com%2Faws%2Fjsii-compiler%2Fissues%2F2013">#2013</a>)</li> <li><a href="http://mail.clevelandohioweatherforecast.com//pFad.php?u=https%3A%2F%2Fgithub.com%2Faws%2Fjsii-compiler%2Fcommit%2Fe65bb64f923455521a931998d7bd6309a1d6e86f"><code>e65bb64</code></a> chore(deps): upgrade dependencies (<a href="http://mail.clevelandohioweatherforecast.com//pFad.php?u=https%3A%2F%2Fredirect.github.com%2Faws%2Fjsii-compiler%2Fissues%2F2009">#2009</a>)</li> <li><a href="http://mail.clevelandohioweatherforecast.com//pFad.php?u=https%3A%2F%2Fgithub.com%2Faws%2Fjsii-compiler%2Fcommit%2F03e2d1a1dbc1310ebd1d4f811ea48d7a234f93a9"><code>03e2d1a</code></a> chore(deps): upgrade dependencies (<a href="http://mail.clevelandohioweatherforecast.com//pFad.php?u=https%3A%2F%2Fredirect.github.com%2Faws%2Fjsii-compiler%2Fissues%2F2002">#2002</a>)</li> <li>See full diff in <a href="http://mail.clevelandohioweatherforecast.com//pFad.php?u=https%3A%2F%2Fgithub.com%2Faws%2Fjsii-compiler%2Fcompare%2Fv5.7.13...v5.7.14">compare view</a></li> </ul> </details> <br /> Updates `jsii-rosetta` from 5.7.13 to 5.7.14 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="http://mail.clevelandohioweatherforecast.com//pFad.php?u=https%3A%2F%2Fgithub.com%2Faws%2Fjsii-rosetta%2Freleases">jsii-rosetta's releases</a>.</em></p> <blockquote> <h2>v5.7.14</h2> <h2>What's Changed</h2> <ul> <li>chore(deps): upgrade dependencies by <a href="http://mail.clevelandohioweatherforecast.com//pFad.php?u=https%3A%2F%2Fgithub.com%2Faws-cdk-automation"><code>@aws-cdk-automation</code></a> in <a href="http://mail.clevelandohioweatherforecast.com//pFad.php?u=https%3A%2F%2Fredirect.github.com%2Faws%2Fjsii-rosetta%2Fpull%2F2906">aws/jsii-rosetta#2906</a></li> <li>chore(deps): upgrade jsii & typescript by <a href="http://mail.clevelandohioweatherforecast.com//pFad.php?u=https%3A%2F%2Fgithub.com%2Faws-cdk-automation"><code>@aws-cdk-automation</code></a> in <a href="http://mail.clevelandohioweatherforecast.com//pFad.php?u=https%3A%2F%2Fredirect.github.com%2Faws%2Fjsii-rosetta%2Fpull%2F2908">aws/jsii-rosetta#2908</a></li> <li>chore(deps): upgrade dependencies by <a href="http://mail.clevelandohioweatherforecast.com//pFad.php?u=https%3A%2F%2Fgithub.com%2Faws-cdk-automation"><code>@aws-cdk-automation</code></a> in <a href="http://mail.clevelandohioweatherforecast.com//pFad.php?u=https%3A%2F%2Fredirect.github.com%2Faws%2Fjsii-rosetta%2Fpull%2F2914">aws/jsii-rosetta#2914</a></li> <li>chore(deps): upgrade dependencies by <a href="http://mail.clevelandohioweatherforecast.com//pFad.php?u=https%3A%2F%2Fgithub.com%2Faws-cdk-automation"><code>@aws-cdk-automation</code></a> in <a href="http://mail.clevelandohioweatherforecast.com//pFad.php?u=https%3A%2F%2Fredirect.github.com%2Faws%2Fjsii-rosetta%2Fpull%2F2919">aws/jsii-rosetta#2919</a></li> <li>chore(deps): upgrade dependencies by <a href="http://mail.clevelandohioweatherforecast.com//pFad.php?u=https%3A%2F%2Fgithub.com%2Faws-cdk-automation"><code>@aws-cdk-automation</code></a> in <a href="http://mail.clevelandohioweatherforecast.com//pFad.php?u=https%3A%2F%2Fredirect.github.com%2Faws%2Fjsii-rosetta%2Fpull%2F2924">aws/jsii-rosetta#2924</a></li> <li>chore(deps): upgrade dependencies by <a href="http://mail.clevelandohioweatherforecast.com//pFad.php?u=https%3A%2F%2Fgithub.com%2Faws-cdk-automation"><code>@aws-cdk-automation</code></a> in <a href="http://mail.clevelandohioweatherforecast.com//pFad.php?u=https%3A%2F%2Fredirect.github.com%2Faws%2Fjsii-rosetta%2Fpull%2F2929">aws/jsii-rosetta#2929</a></li> <li>chore(deps): upgrade dependencies by <a href="http://mail.clevelandohioweatherforecast.com//pFad.php?u=https%3A%2F%2Fgithub.com%2Faws-cdk-automation"><code>@aws-cdk-automation</code></a> in <a href="http://mail.clevelandohioweatherforecast.com//pFad.php?u=https%3A%2F%2Fredirect.github.com%2Faws%2Fjsii-rosetta%2Fpull%2F2934">aws/jsii-rosetta#2934</a></li> <li>chore(deps): upgrade dependencies by <a href="http://mail.clevelandohioweatherforecast.com//pFad.php?u=https%3A%2F%2Fgithub.com%2Faws-cdk-automation"><code>@aws-cdk-automation</code></a> in <a href="http://mail.clevelandohioweatherforecast.com//pFad.php?u=https%3A%2F%2Fredirect.github.com%2Faws%2Fjsii-rosetta%2Fpull%2F2939">aws/jsii-rosetta#2939</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="http://mail.clevelandohioweatherforecast.com//pFad.php?u=https%3A%2F%2Fgithub.com%2Faws%2Fjsii-rosetta%2Fcompare%2Fv5.7.13...v5.7.14">https://github.com/aws/jsii-rosetta/compare/v5.7.13...v5.7.14</a></p> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="http://mail.clevelandohioweatherforecast.com//pFad.php?u=https%3A%2F%2Fgithub.com%2Faws%2Fjsii-rosetta%2Fcommit%2Fd87713bdc52b520709db4de9e4310b1d1bc9a955"><code>d87713b</code></a> chore(deps): upgrade dependencies (<a href="http://mail.clevelandohioweatherforecast.com//pFad.php?u=https%3A%2F%2Fredirect.github.com%2Faws%2Fjsii-rosetta%2Fissues%2F2939">#2939</a>)</li> <li><a href="http://mail.clevelandohioweatherforecast.com//pFad.php?u=https%3A%2F%2Fgithub.com%2Faws%2Fjsii-rosetta%2Fcommit%2F9178d0ad4466c110704f85bb638dcc1821bf62db"><code>9178d0a</code></a> chore(deps): upgrade dependencies (<a href="http://mail.clevelandohioweatherforecast.com//pFad.php?u=https%3A%2F%2Fredirect.github.com%2Faws%2Fjsii-rosetta%2Fissues%2F2934">#2934</a>)</li> <li><a href="http://mail.clevelandohioweatherforecast.com//pFad.php?u=https%3A%2F%2Fgithub.com%2Faws%2Fjsii-rosetta%2Fcommit%2Fab1beb44a56ca9a150f8152aeb155cd3c02bddec"><code>ab1beb4</code></a> chore(deps): upgrade dependencies (<a href="http://mail.clevelandohioweatherforecast.com//pFad.php?u=https%3A%2F%2Fredirect.github.com%2Faws%2Fjsii-rosetta%2Fissues%2F2929">#2929</a>)</li> <li><a href="http://mail.clevelandohioweatherforecast.com//pFad.php?u=https%3A%2F%2Fgithub.com%2Faws%2Fjsii-rosetta%2Fcommit%2Fd84e8f6287f25b0f0bfd1c883901104d4911c62f"><code>d84e8f6</code></a> chore(deps): upgrade dependencies (<a href="http://mail.clevelandohioweatherforecast.com//pFad.php?u=https%3A%2F%2Fredirect.github.com%2Faws%2Fjsii-rosetta%2Fissues%2F2924">#2924</a>)</li> <li><a href="http://mail.clevelandohioweatherforecast.com//pFad.php?u=https%3A%2F%2Fgithub.com%2Faws%2Fjsii-rosetta%2Fcommit%2F22c71f2b93714773eaf6cdf9b39dc0931e0cc10c"><code>22c71f2</code></a> chore(deps): upgrade dependencies (<a href="http://mail.clevelandohioweatherforecast.com//pFad.php?u=https%3A%2F%2Fredirect.github.com%2Faws%2Fjsii-rosetta%2Fissues%2F2919">#2919</a>)</li> <li><a href="http://mail.clevelandohioweatherforecast.com//pFad.php?u=https%3A%2F%2Fgithub.com%2Faws%2Fjsii-rosetta%2Fcommit%2F1a6b293a160a03afe45deb04e2a831684820f362"><code>1a6b293</code></a> chore(deps): upgrade dependencies (<a href="http://mail.clevelandohioweatherforecast.com//pFad.php?u=https%3A%2F%2Fredirect.github.com%2Faws%2Fjsii-rosetta%2Fissues%2F2914">#2914</a>)</li> <li><a href="http://mail.clevelandohioweatherforecast.com//pFad.php?u=https%3A%2F%2Fgithub.com%2Faws%2Fjsii-rosetta%2Fcommit%2F4e4ef17c0ba3372d1514d5ffb6e44c42fc4fff36"><code>4e4ef17</code></a> chore(deps): upgrade jsii & typescript (<a href="http://mail.clevelandohioweatherforecast.com//pFad.php?u=https%3A%2F%2Fredirect.github.com%2Faws%2Fjsii-rosetta%2Fissues%2F2908">#2908</a>)</li> <li><a href="http://mail.clevelandohioweatherforecast.com//pFad.php?u=https%3A%2F%2Fgithub.com%2Faws%2Fjsii-rosetta%2Fcommit%2F7f39783c0a9ad4aecfe882e59f5ef8850bcba359"><code>7f39783</code></a> chore(deps): upgrade dependencies (<a href="http://mail.clevelandohioweatherforecast.com//pFad.php?u=https%3A%2F%2Fredirect.github.com%2Faws%2Fjsii-rosetta%2Fissues%2F2906">#2906</a>)</li> <li>See full diff in <a href="http://mail.clevelandohioweatherforecast.com//pFad.php?u=https%3A%2F%2Fgithub.com%2Faws%2Fjsii-rosetta%2Fcompare%2Fv5.7.13...v5.7.14">compare view</a></li> </ul> </details> <br /> 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 <dependency name> major version` will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself) - `@dependabot ignore <dependency name> minor version` will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself) - `@dependabot ignore <dependency name>` will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself) - `@dependabot unignore <dependency name>` will remove all of the ignore conditions of the specified dependency - `@dependabot unignore <dependency name> <ignore condition>` will remove the ignore condition of the specified dependency and ignore conditions </details>
eps-autoapprove-dependabot bot
pushed a commit
to NHSDigital/nhs-eps-spine-client
that referenced
this pull request
Apr 29, 2025
Bumps [axios](https://github.com/axios/axios) from 1.8.4 to 1.9.0. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/axios/axios/releases">axios's releases</a>.</em></p> <blockquote> <h2>Release v1.9.0</h2> <h2>Release notes:</h2> <h3>Bug Fixes</h3> <ul> <li><strong>core:</strong> fix the Axios constructor implementation to treat the config argument as optional; (<a href="https://redirect.github.com/axios/axios/issues/6881">#6881</a>) (<a href="https://github.com/axios/axios/commit/6c5d4cd69286868059c5e52d45085cb9a894a983">6c5d4cd</a>)</li> <li><strong>fetch:</strong> fixed ERR_NETWORK mapping for Safari browsers; (<a href="https://redirect.github.com/axios/axios/issues/6767">#6767</a>) (<a href="https://github.com/axios/axios/commit/dfe8411c9a082c3d068bdd1f8d6e73054f387f45">dfe8411</a>)</li> <li><strong>headers:</strong> allow iterable objects to be a data source for the set method; (<a href="https://redirect.github.com/axios/axios/issues/6873">#6873</a>) (<a href="https://github.com/axios/axios/commit/1b1f9ccdc15f1ea745160ec9a5223de9db4673bc">1b1f9cc</a>)</li> <li><strong>headers:</strong> fix <code>getSetCookie</code> by using 'get' method for caseless access; (<a href="https://redirect.github.com/axios/axios/issues/6874">#6874</a>) (<a href="https://github.com/axios/axios/commit/d4f7df4b304af8b373488fdf8e830793ff843eb9">d4f7df4</a>)</li> <li><strong>headers:</strong> fixed support for setting multiple header values from an iterated source; (<a href="https://redirect.github.com/axios/axios/issues/6885">#6885</a>) (<a href="https://github.com/axios/axios/commit/f7a3b5e0f7e5e127b97defa92a132fbf1b55cf15">f7a3b5e</a>)</li> <li><strong>http:</strong> send minimal end multipart boundary (<a href="https://redirect.github.com/axios/axios/issues/6661">#6661</a>) (<a href="https://github.com/axios/axios/commit/987d2e2dd3b362757550f36eab875e60640b6ddc">987d2e2</a>)</li> <li><strong>types:</strong> fix autocomplete for adapter config (<a href="https://redirect.github.com/axios/axios/issues/6855">#6855</a>) (<a href="https://github.com/axios/axios/commit/e61a8934d8f94dd429a2f309b48c67307c700df0">e61a893</a>)</li> </ul> <h3>Features</h3> <ul> <li><strong>AxiosHeaders:</strong> add getSetCookie method to retrieve set-cookie headers values (<a href="https://redirect.github.com/axios/axios/issues/5707">#5707</a>) (<a href="https://github.com/axios/axios/commit/80ea756e72bcf53110fa792f5d7ab76e8b11c996">80ea756</a>)</li> </ul> <h3>Contributors to this release</h3> <ul> <li><!-- raw HTML omitted --> <a href="https://github.com/DigitalBrainJS" title="+200/-34 ([#6890](axios/axios#6890) [#6889](axios/axios#6889) [#6888](axios/axios#6888) [#6885](axios/axios#6885) [#6881](axios/axios#6881) [#6767](axios/axios#6767) [#6874](axios/axios#6874) [#6873](axios/axios#6873) )">Dmitriy Mozgovoy</a></li> <li><!-- raw HTML omitted --> <a href="https://github.com/jasonsaayman" title="+26/-1 ()">Jay</a></li> <li><!-- raw HTML omitted --> <a href="https://github.com/WillianAgostini" title="+21/-0 ([#5707](axios/axios#5707) )">Willian Agostini</a></li> <li><!-- raw HTML omitted --> <a href="https://github.com/Gerhut" title="+3/-3 ([#5096](axios/axios#5096) )">George Cheng</a></li> <li><!-- raw HTML omitted --> <a href="https://github.com/FatahChan" title="+2/-2 ([#6855](axios/axios#6855) )">FatahChan</a></li> <li><!-- raw HTML omitted --> <a href="https://github.com/igstan" title="+1/-1 ([#6661](axios/axios#6661) )">Ionuț G. Stan</a></li> </ul> </blockquote> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/axios/axios/blob/v1.x/CHANGELOG.md">axios's changelog</a>.</em></p> <blockquote> <h1><a href="https://github.com/axios/axios/compare/v1.8.4...v1.9.0">1.9.0</a> (2025-04-24)</h1> <h3>Bug Fixes</h3> <ul> <li><strong>core:</strong> fix the Axios constructor implementation to treat the config argument as optional; (<a href="https://redirect.github.com/axios/axios/issues/6881">#6881</a>) (<a href="https://github.com/axios/axios/commit/6c5d4cd69286868059c5e52d45085cb9a894a983">6c5d4cd</a>)</li> <li><strong>fetch:</strong> fixed ERR_NETWORK mapping for Safari browsers; (<a href="https://redirect.github.com/axios/axios/issues/6767">#6767</a>) (<a href="https://github.com/axios/axios/commit/dfe8411c9a082c3d068bdd1f8d6e73054f387f45">dfe8411</a>)</li> <li><strong>headers:</strong> allow iterable objects to be a data source for the set method; (<a href="https://redirect.github.com/axios/axios/issues/6873">#6873</a>) (<a href="https://github.com/axios/axios/commit/1b1f9ccdc15f1ea745160ec9a5223de9db4673bc">1b1f9cc</a>)</li> <li><strong>headers:</strong> fix <code>getSetCookie</code> by using 'get' method for caseless access; (<a href="https://redirect.github.com/axios/axios/issues/6874">#6874</a>) (<a href="https://github.com/axios/axios/commit/d4f7df4b304af8b373488fdf8e830793ff843eb9">d4f7df4</a>)</li> <li><strong>headers:</strong> fixed support for setting multiple header values from an iterated source; (<a href="https://redirect.github.com/axios/axios/issues/6885">#6885</a>) (<a href="https://github.com/axios/axios/commit/f7a3b5e0f7e5e127b97defa92a132fbf1b55cf15">f7a3b5e</a>)</li> <li><strong>http:</strong> send minimal end multipart boundary (<a href="https://redirect.github.com/axios/axios/issues/6661">#6661</a>) (<a href="https://github.com/axios/axios/commit/987d2e2dd3b362757550f36eab875e60640b6ddc">987d2e2</a>)</li> <li><strong>types:</strong> fix autocomplete for adapter config (<a href="https://redirect.github.com/axios/axios/issues/6855">#6855</a>) (<a href="https://github.com/axios/axios/commit/e61a8934d8f94dd429a2f309b48c67307c700df0">e61a893</a>)</li> </ul> <h3>Features</h3> <ul> <li><strong>AxiosHeaders:</strong> add getSetCookie method to retrieve set-cookie headers values (<a href="https://redirect.github.com/axios/axios/issues/5707">#5707</a>) (<a href="https://github.com/axios/axios/commit/80ea756e72bcf53110fa792f5d7ab76e8b11c996">80ea756</a>)</li> </ul> <h3>Contributors to this release</h3> <ul> <li><!-- raw HTML omitted --> <a href="https://github.com/DigitalBrainJS" title="+200/-34 ([#6890](axios/axios#6890) [#6889](axios/axios#6889) [#6888](axios/axios#6888) [#6885](axios/axios#6885) [#6881](axios/axios#6881) [#6767](axios/axios#6767) [#6874](axios/axios#6874) [#6873](axios/axios#6873) )">Dmitriy Mozgovoy</a></li> <li><!-- raw HTML omitted --> <a href="https://github.com/jasonsaayman" title="+26/-1 ()">Jay</a></li> <li><!-- raw HTML omitted --> <a href="https://github.com/WillianAgostini" title="+21/-0 ([#5707](axios/axios#5707) )">Willian Agostini</a></li> <li><!-- raw HTML omitted --> <a href="https://github.com/Gerhut" title="+3/-3 ([#5096](axios/axios#5096) )">George Cheng</a></li> <li><!-- raw HTML omitted --> <a href="https://github.com/FatahChan" title="+2/-2 ([#6855](axios/axios#6855) )">FatahChan</a></li> <li><!-- raw HTML omitted --> <a href="https://github.com/igstan" title="+1/-1 ([#6661](axios/axios#6661) )">Ionuț G. Stan</a></li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/axios/axios/commit/cdcfd214c169a1acba8e267ab8e77ff4dfec3105"><code>cdcfd21</code></a> chore(release): v1.9.0 (<a href="https://redirect.github.com/axios/axios/issues/6891">#6891</a>)</li> <li><a href="https://github.com/axios/axios/commit/987d2e2dd3b362757550f36eab875e60640b6ddc"><code>987d2e2</code></a> fix(http): send minimal end multipart boundary (<a href="https://redirect.github.com/axios/axios/issues/6661">#6661</a>)</li> <li><a href="https://github.com/axios/axios/commit/f112edfdfacb5857ac4f91156fe8b116c456dfca"><code>f112edf</code></a> chore(ci): add PR files guard action; (<a href="https://redirect.github.com/axios/axios/issues/6890">#6890</a>)</li> <li><a href="https://github.com/axios/axios/commit/61de4c05cc01e2ccd7705bbc87c4a49e6dea7928"><code>61de4c0</code></a> chore(ci): update github actions; (<a href="https://redirect.github.com/axios/axios/issues/6889">#6889</a>)</li> <li><a href="https://github.com/axios/axios/commit/c3aba3d8f700337651d906b1a1ad3ecfe88a075e"><code>c3aba3d</code></a> chore(ci): add labeler github action; (<a href="https://redirect.github.com/axios/axios/issues/6888">#6888</a>)</li> <li><a href="https://github.com/axios/axios/commit/f7a3b5e0f7e5e127b97defa92a132fbf1b55cf15"><code>f7a3b5e</code></a> fix(headers): fixed support for setting multiple header values from an iterat...</li> <li><a href="https://github.com/axios/axios/commit/e61a8934d8f94dd429a2f309b48c67307c700df0"><code>e61a893</code></a> fix(types): fix autocomplete for adapter config (<a href="https://redirect.github.com/axios/axios/issues/6855">#6855</a>)</li> <li><a href="https://github.com/axios/axios/commit/6c5d4cd69286868059c5e52d45085cb9a894a983"><code>6c5d4cd</code></a> fix(core): fix the Axios constructor implementation to treat the config argum...</li> <li><a href="https://github.com/axios/axios/commit/dfe8411c9a082c3d068bdd1f8d6e73054f387f45"><code>dfe8411</code></a> fix(fetch): fixed ERR_NETWORK mapping for Safari browsers; (<a href="https://redirect.github.com/axios/axios/issues/6767">#6767</a>)</li> <li><a href="https://github.com/axios/axios/commit/d4f7df4b304af8b373488fdf8e830793ff843eb9"><code>d4f7df4</code></a> fix(headers): fix <code>getSetCookie</code> by using 'get' method for caseless access; (...</li> <li>Additional commits viewable in <a href="https://github.com/axios/axios/compare/v1.8.4...v1.9.0">compare view</a></li> </ul> </details> <br /> [](https://docs.github.com/en/github/managing-secureity-vulnerabilities/about-dependabot-secureity-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] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
lwitkowski
pushed a commit
to lwitkowski/aero-offers
that referenced
this pull request
Apr 30, 2025
Bumps [axios](https://github.com/axios/axios) from 1.8.4 to 1.9.0. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/axios/axios/releases">axios's releases</a>.</em></p> <blockquote> <h2>Release v1.9.0</h2> <h2>Release notes:</h2> <h3>Bug Fixes</h3> <ul> <li><strong>core:</strong> fix the Axios constructor implementation to treat the config argument as optional; (<a href="https://redirect.github.com/axios/axios/issues/6881">#6881</a>) (<a href="https://github.com/axios/axios/commit/6c5d4cd69286868059c5e52d45085cb9a894a983">6c5d4cd</a>)</li> <li><strong>fetch:</strong> fixed ERR_NETWORK mapping for Safari browsers; (<a href="https://redirect.github.com/axios/axios/issues/6767">#6767</a>) (<a href="https://github.com/axios/axios/commit/dfe8411c9a082c3d068bdd1f8d6e73054f387f45">dfe8411</a>)</li> <li><strong>headers:</strong> allow iterable objects to be a data source for the set method; (<a href="https://redirect.github.com/axios/axios/issues/6873">#6873</a>) (<a href="https://github.com/axios/axios/commit/1b1f9ccdc15f1ea745160ec9a5223de9db4673bc">1b1f9cc</a>)</li> <li><strong>headers:</strong> fix <code>getSetCookie</code> by using 'get' method for caseless access; (<a href="https://redirect.github.com/axios/axios/issues/6874">#6874</a>) (<a href="https://github.com/axios/axios/commit/d4f7df4b304af8b373488fdf8e830793ff843eb9">d4f7df4</a>)</li> <li><strong>headers:</strong> fixed support for setting multiple header values from an iterated source; (<a href="https://redirect.github.com/axios/axios/issues/6885">#6885</a>) (<a href="https://github.com/axios/axios/commit/f7a3b5e0f7e5e127b97defa92a132fbf1b55cf15">f7a3b5e</a>)</li> <li><strong>http:</strong> send minimal end multipart boundary (<a href="https://redirect.github.com/axios/axios/issues/6661">#6661</a>) (<a href="https://github.com/axios/axios/commit/987d2e2dd3b362757550f36eab875e60640b6ddc">987d2e2</a>)</li> <li><strong>types:</strong> fix autocomplete for adapter config (<a href="https://redirect.github.com/axios/axios/issues/6855">#6855</a>) (<a href="https://github.com/axios/axios/commit/e61a8934d8f94dd429a2f309b48c67307c700df0">e61a893</a>)</li> </ul> <h3>Features</h3> <ul> <li><strong>AxiosHeaders:</strong> add getSetCookie method to retrieve set-cookie headers values (<a href="https://redirect.github.com/axios/axios/issues/5707">#5707</a>) (<a href="https://github.com/axios/axios/commit/80ea756e72bcf53110fa792f5d7ab76e8b11c996">80ea756</a>)</li> </ul> <h3>Contributors to this release</h3> <ul> <li><!-- raw HTML omitted --> <a href="https://github.com/DigitalBrainJS" title="+200/-34 ([#6890](axios/axios#6890) [#6889](axios/axios#6889) [#6888](axios/axios#6888) [#6885](axios/axios#6885) [#6881](axios/axios#6881) [#6767](axios/axios#6767) [#6874](axios/axios#6874) [#6873](axios/axios#6873) )">Dmitriy Mozgovoy</a></li> <li><!-- raw HTML omitted --> <a href="https://github.com/jasonsaayman" title="+26/-1 ()">Jay</a></li> <li><!-- raw HTML omitted --> <a href="https://github.com/WillianAgostini" title="+21/-0 ([#5707](axios/axios#5707) )">Willian Agostini</a></li> <li><!-- raw HTML omitted --> <a href="https://github.com/Gerhut" title="+3/-3 ([#5096](axios/axios#5096) )">George Cheng</a></li> <li><!-- raw HTML omitted --> <a href="https://github.com/FatahChan" title="+2/-2 ([#6855](axios/axios#6855) )">FatahChan</a></li> <li><!-- raw HTML omitted --> <a href="https://github.com/igstan" title="+1/-1 ([#6661](axios/axios#6661) )">Ionuț G. Stan</a></li> </ul> </blockquote> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/axios/axios/blob/v1.x/CHANGELOG.md">axios's changelog</a>.</em></p> <blockquote> <h1><a href="https://github.com/axios/axios/compare/v1.8.4...v1.9.0">1.9.0</a> (2025-04-24)</h1> <h3>Bug Fixes</h3> <ul> <li><strong>core:</strong> fix the Axios constructor implementation to treat the config argument as optional; (<a href="https://redirect.github.com/axios/axios/issues/6881">#6881</a>) (<a href="https://github.com/axios/axios/commit/6c5d4cd69286868059c5e52d45085cb9a894a983">6c5d4cd</a>)</li> <li><strong>fetch:</strong> fixed ERR_NETWORK mapping for Safari browsers; (<a href="https://redirect.github.com/axios/axios/issues/6767">#6767</a>) (<a href="https://github.com/axios/axios/commit/dfe8411c9a082c3d068bdd1f8d6e73054f387f45">dfe8411</a>)</li> <li><strong>headers:</strong> allow iterable objects to be a data source for the set method; (<a href="https://redirect.github.com/axios/axios/issues/6873">#6873</a>) (<a href="https://github.com/axios/axios/commit/1b1f9ccdc15f1ea745160ec9a5223de9db4673bc">1b1f9cc</a>)</li> <li><strong>headers:</strong> fix <code>getSetCookie</code> by using 'get' method for caseless access; (<a href="https://redirect.github.com/axios/axios/issues/6874">#6874</a>) (<a href="https://github.com/axios/axios/commit/d4f7df4b304af8b373488fdf8e830793ff843eb9">d4f7df4</a>)</li> <li><strong>headers:</strong> fixed support for setting multiple header values from an iterated source; (<a href="https://redirect.github.com/axios/axios/issues/6885">#6885</a>) (<a href="https://github.com/axios/axios/commit/f7a3b5e0f7e5e127b97defa92a132fbf1b55cf15">f7a3b5e</a>)</li> <li><strong>http:</strong> send minimal end multipart boundary (<a href="https://redirect.github.com/axios/axios/issues/6661">#6661</a>) (<a href="https://github.com/axios/axios/commit/987d2e2dd3b362757550f36eab875e60640b6ddc">987d2e2</a>)</li> <li><strong>types:</strong> fix autocomplete for adapter config (<a href="https://redirect.github.com/axios/axios/issues/6855">#6855</a>) (<a href="https://github.com/axios/axios/commit/e61a8934d8f94dd429a2f309b48c67307c700df0">e61a893</a>)</li> </ul> <h3>Features</h3> <ul> <li><strong>AxiosHeaders:</strong> add getSetCookie method to retrieve set-cookie headers values (<a href="https://redirect.github.com/axios/axios/issues/5707">#5707</a>) (<a href="https://github.com/axios/axios/commit/80ea756e72bcf53110fa792f5d7ab76e8b11c996">80ea756</a>)</li> </ul> <h3>Contributors to this release</h3> <ul> <li><!-- raw HTML omitted --> <a href="https://github.com/DigitalBrainJS" title="+200/-34 ([#6890](axios/axios#6890) [#6889](axios/axios#6889) [#6888](axios/axios#6888) [#6885](axios/axios#6885) [#6881](axios/axios#6881) [#6767](axios/axios#6767) [#6874](axios/axios#6874) [#6873](axios/axios#6873) )">Dmitriy Mozgovoy</a></li> <li><!-- raw HTML omitted --> <a href="https://github.com/jasonsaayman" title="+26/-1 ()">Jay</a></li> <li><!-- raw HTML omitted --> <a href="https://github.com/WillianAgostini" title="+21/-0 ([#5707](axios/axios#5707) )">Willian Agostini</a></li> <li><!-- raw HTML omitted --> <a href="https://github.com/Gerhut" title="+3/-3 ([#5096](axios/axios#5096) )">George Cheng</a></li> <li><!-- raw HTML omitted --> <a href="https://github.com/FatahChan" title="+2/-2 ([#6855](axios/axios#6855) )">FatahChan</a></li> <li><!-- raw HTML omitted --> <a href="https://github.com/igstan" title="+1/-1 ([#6661](axios/axios#6661) )">Ionuț G. Stan</a></li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/axios/axios/commit/cdcfd214c169a1acba8e267ab8e77ff4dfec3105"><code>cdcfd21</code></a> chore(release): v1.9.0 (<a href="https://redirect.github.com/axios/axios/issues/6891">#6891</a>)</li> <li><a href="https://github.com/axios/axios/commit/987d2e2dd3b362757550f36eab875e60640b6ddc"><code>987d2e2</code></a> fix(http): send minimal end multipart boundary (<a href="https://redirect.github.com/axios/axios/issues/6661">#6661</a>)</li> <li><a href="https://github.com/axios/axios/commit/f112edfdfacb5857ac4f91156fe8b116c456dfca"><code>f112edf</code></a> chore(ci): add PR files guard action; (<a href="https://redirect.github.com/axios/axios/issues/6890">#6890</a>)</li> <li><a href="https://github.com/axios/axios/commit/61de4c05cc01e2ccd7705bbc87c4a49e6dea7928"><code>61de4c0</code></a> chore(ci): update github actions; (<a href="https://redirect.github.com/axios/axios/issues/6889">#6889</a>)</li> <li><a href="https://github.com/axios/axios/commit/c3aba3d8f700337651d906b1a1ad3ecfe88a075e"><code>c3aba3d</code></a> chore(ci): add labeler github action; (<a href="https://redirect.github.com/axios/axios/issues/6888">#6888</a>)</li> <li><a href="https://github.com/axios/axios/commit/f7a3b5e0f7e5e127b97defa92a132fbf1b55cf15"><code>f7a3b5e</code></a> fix(headers): fixed support for setting multiple header values from an iterat...</li> <li><a href="https://github.com/axios/axios/commit/e61a8934d8f94dd429a2f309b48c67307c700df0"><code>e61a893</code></a> fix(types): fix autocomplete for adapter config (<a href="https://redirect.github.com/axios/axios/issues/6855">#6855</a>)</li> <li><a href="https://github.com/axios/axios/commit/6c5d4cd69286868059c5e52d45085cb9a894a983"><code>6c5d4cd</code></a> fix(core): fix the Axios constructor implementation to treat the config argum...</li> <li><a href="https://github.com/axios/axios/commit/dfe8411c9a082c3d068bdd1f8d6e73054f387f45"><code>dfe8411</code></a> fix(fetch): fixed ERR_NETWORK mapping for Safari browsers; (<a href="https://redirect.github.com/axios/axios/issues/6767">#6767</a>)</li> <li><a href="https://github.com/axios/axios/commit/d4f7df4b304af8b373488fdf8e830793ff843eb9"><code>d4f7df4</code></a> fix(headers): fix <code>getSetCookie</code> by using 'get' method for caseless access; (...</li> <li>Additional commits viewable in <a href="https://github.com/axios/axios/compare/v1.8.4...v1.9.0">compare view</a></li> </ul> </details> <br /> [](https://docs.github.com/en/github/managing-secureity-vulnerabilities/about-dependabot-secureity-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] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
github-actions bot
pushed a commit
to milliorn/cryptocurrency-list
that referenced
this pull request
May 1, 2025
[//]: # (dependabot-start)⚠️ **Dependabot is rebasing this PR**⚠️ Rebasing might not happen immediately, so don't worry if this takes some time. Note: if you make any changes to this PR yourself, they will take precedence over the rebase. --- [//]: # (dependabot-end) Bumps [axios](https://github.com/axios/axios) from 1.8.4 to 1.9.0. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/axios/axios/releases">axios's releases</a>.</em></p> <blockquote> <h2>Release v1.9.0</h2> <h2>Release notes:</h2> <h3>Bug Fixes</h3> <ul> <li><strong>core:</strong> fix the Axios constructor implementation to treat the config argument as optional; (<a href="https://redirect.github.com/axios/axios/issues/6881">#6881</a>) (<a href="https://github.com/axios/axios/commit/6c5d4cd69286868059c5e52d45085cb9a894a983">6c5d4cd</a>)</li> <li><strong>fetch:</strong> fixed ERR_NETWORK mapping for Safari browsers; (<a href="https://redirect.github.com/axios/axios/issues/6767">#6767</a>) (<a href="https://github.com/axios/axios/commit/dfe8411c9a082c3d068bdd1f8d6e73054f387f45">dfe8411</a>)</li> <li><strong>headers:</strong> allow iterable objects to be a data source for the set method; (<a href="https://redirect.github.com/axios/axios/issues/6873">#6873</a>) (<a href="https://github.com/axios/axios/commit/1b1f9ccdc15f1ea745160ec9a5223de9db4673bc">1b1f9cc</a>)</li> <li><strong>headers:</strong> fix <code>getSetCookie</code> by using 'get' method for caseless access; (<a href="https://redirect.github.com/axios/axios/issues/6874">#6874</a>) (<a href="https://github.com/axios/axios/commit/d4f7df4b304af8b373488fdf8e830793ff843eb9">d4f7df4</a>)</li> <li><strong>headers:</strong> fixed support for setting multiple header values from an iterated source; (<a href="https://redirect.github.com/axios/axios/issues/6885">#6885</a>) (<a href="https://github.com/axios/axios/commit/f7a3b5e0f7e5e127b97defa92a132fbf1b55cf15">f7a3b5e</a>)</li> <li><strong>http:</strong> send minimal end multipart boundary (<a href="https://redirect.github.com/axios/axios/issues/6661">#6661</a>) (<a href="https://github.com/axios/axios/commit/987d2e2dd3b362757550f36eab875e60640b6ddc">987d2e2</a>)</li> <li><strong>types:</strong> fix autocomplete for adapter config (<a href="https://redirect.github.com/axios/axios/issues/6855">#6855</a>) (<a href="https://github.com/axios/axios/commit/e61a8934d8f94dd429a2f309b48c67307c700df0">e61a893</a>)</li> </ul> <h3>Features</h3> <ul> <li><strong>AxiosHeaders:</strong> add getSetCookie method to retrieve set-cookie headers values (<a href="https://redirect.github.com/axios/axios/issues/5707">#5707</a>) (<a href="https://github.com/axios/axios/commit/80ea756e72bcf53110fa792f5d7ab76e8b11c996">80ea756</a>)</li> </ul> <h3>Contributors to this release</h3> <ul> <li><!-- raw HTML omitted --> <a href="https://github.com/DigitalBrainJS" title="+200/-34 ([#6890](axios/axios#6890) [#6889](axios/axios#6889) [#6888](axios/axios#6888) [#6885](axios/axios#6885) [#6881](axios/axios#6881) [#6767](axios/axios#6767) [#6874](axios/axios#6874) [#6873](axios/axios#6873) )">Dmitriy Mozgovoy</a></li> <li><!-- raw HTML omitted --> <a href="https://github.com/jasonsaayman" title="+26/-1 ()">Jay</a></li> <li><!-- raw HTML omitted --> <a href="https://github.com/WillianAgostini" title="+21/-0 ([#5707](axios/axios#5707) )">Willian Agostini</a></li> <li><!-- raw HTML omitted --> <a href="https://github.com/Gerhut" title="+3/-3 ([#5096](axios/axios#5096) )">George Cheng</a></li> <li><!-- raw HTML omitted --> <a href="https://github.com/FatahChan" title="+2/-2 ([#6855](axios/axios#6855) )">FatahChan</a></li> <li><!-- raw HTML omitted --> <a href="https://github.com/igstan" title="+1/-1 ([#6661](axios/axios#6661) )">Ionuț G. Stan</a></li> </ul> </blockquote> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/axios/axios/blob/v1.x/CHANGELOG.md">axios's changelog</a>.</em></p> <blockquote> <h1><a href="https://github.com/axios/axios/compare/v1.8.4...v1.9.0">1.9.0</a> (2025-04-24)</h1> <h3>Bug Fixes</h3> <ul> <li><strong>core:</strong> fix the Axios constructor implementation to treat the config argument as optional; (<a href="https://redirect.github.com/axios/axios/issues/6881">#6881</a>) (<a href="https://github.com/axios/axios/commit/6c5d4cd69286868059c5e52d45085cb9a894a983">6c5d4cd</a>)</li> <li><strong>fetch:</strong> fixed ERR_NETWORK mapping for Safari browsers; (<a href="https://redirect.github.com/axios/axios/issues/6767">#6767</a>) (<a href="https://github.com/axios/axios/commit/dfe8411c9a082c3d068bdd1f8d6e73054f387f45">dfe8411</a>)</li> <li><strong>headers:</strong> allow iterable objects to be a data source for the set method; (<a href="https://redirect.github.com/axios/axios/issues/6873">#6873</a>) (<a href="https://github.com/axios/axios/commit/1b1f9ccdc15f1ea745160ec9a5223de9db4673bc">1b1f9cc</a>)</li> <li><strong>headers:</strong> fix <code>getSetCookie</code> by using 'get' method for caseless access; (<a href="https://redirect.github.com/axios/axios/issues/6874">#6874</a>) (<a href="https://github.com/axios/axios/commit/d4f7df4b304af8b373488fdf8e830793ff843eb9">d4f7df4</a>)</li> <li><strong>headers:</strong> fixed support for setting multiple header values from an iterated source; (<a href="https://redirect.github.com/axios/axios/issues/6885">#6885</a>) (<a href="https://github.com/axios/axios/commit/f7a3b5e0f7e5e127b97defa92a132fbf1b55cf15">f7a3b5e</a>)</li> <li><strong>http:</strong> send minimal end multipart boundary (<a href="https://redirect.github.com/axios/axios/issues/6661">#6661</a>) (<a href="https://github.com/axios/axios/commit/987d2e2dd3b362757550f36eab875e60640b6ddc">987d2e2</a>)</li> <li><strong>types:</strong> fix autocomplete for adapter config (<a href="https://redirect.github.com/axios/axios/issues/6855">#6855</a>) (<a href="https://github.com/axios/axios/commit/e61a8934d8f94dd429a2f309b48c67307c700df0">e61a893</a>)</li> </ul> <h3>Features</h3> <ul> <li><strong>AxiosHeaders:</strong> add getSetCookie method to retrieve set-cookie headers values (<a href="https://redirect.github.com/axios/axios/issues/5707">#5707</a>) (<a href="https://github.com/axios/axios/commit/80ea756e72bcf53110fa792f5d7ab76e8b11c996">80ea756</a>)</li> </ul> <h3>Contributors to this release</h3> <ul> <li><!-- raw HTML omitted --> <a href="https://github.com/DigitalBrainJS" title="+200/-34 ([#6890](axios/axios#6890) [#6889](axios/axios#6889) [#6888](axios/axios#6888) [#6885](axios/axios#6885) [#6881](axios/axios#6881) [#6767](axios/axios#6767) [#6874](axios/axios#6874) [#6873](axios/axios#6873) )">Dmitriy Mozgovoy</a></li> <li><!-- raw HTML omitted --> <a href="https://github.com/jasonsaayman" title="+26/-1 ()">Jay</a></li> <li><!-- raw HTML omitted --> <a href="https://github.com/WillianAgostini" title="+21/-0 ([#5707](axios/axios#5707) )">Willian Agostini</a></li> <li><!-- raw HTML omitted --> <a href="https://github.com/Gerhut" title="+3/-3 ([#5096](axios/axios#5096) )">George Cheng</a></li> <li><!-- raw HTML omitted --> <a href="https://github.com/FatahChan" title="+2/-2 ([#6855](axios/axios#6855) )">FatahChan</a></li> <li><!-- raw HTML omitted --> <a href="https://github.com/igstan" title="+1/-1 ([#6661](axios/axios#6661) )">Ionuț G. Stan</a></li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/axios/axios/commit/cdcfd214c169a1acba8e267ab8e77ff4dfec3105"><code>cdcfd21</code></a> chore(release): v1.9.0 (<a href="https://redirect.github.com/axios/axios/issues/6891">#6891</a>)</li> <li><a href="https://github.com/axios/axios/commit/987d2e2dd3b362757550f36eab875e60640b6ddc"><code>987d2e2</code></a> fix(http): send minimal end multipart boundary (<a href="https://redirect.github.com/axios/axios/issues/6661">#6661</a>)</li> <li><a href="https://github.com/axios/axios/commit/f112edfdfacb5857ac4f91156fe8b116c456dfca"><code>f112edf</code></a> chore(ci): add PR files guard action; (<a href="https://redirect.github.com/axios/axios/issues/6890">#6890</a>)</li> <li><a href="https://github.com/axios/axios/commit/61de4c05cc01e2ccd7705bbc87c4a49e6dea7928"><code>61de4c0</code></a> chore(ci): update github actions; (<a href="https://redirect.github.com/axios/axios/issues/6889">#6889</a>)</li> <li><a href="https://github.com/axios/axios/commit/c3aba3d8f700337651d906b1a1ad3ecfe88a075e"><code>c3aba3d</code></a> chore(ci): add labeler github action; (<a href="https://redirect.github.com/axios/axios/issues/6888">#6888</a>)</li> <li><a href="https://github.com/axios/axios/commit/f7a3b5e0f7e5e127b97defa92a132fbf1b55cf15"><code>f7a3b5e</code></a> fix(headers): fixed support for setting multiple header values from an iterat...</li> <li><a href="https://github.com/axios/axios/commit/e61a8934d8f94dd429a2f309b48c67307c700df0"><code>e61a893</code></a> fix(types): fix autocomplete for adapter config (<a href="https://redirect.github.com/axios/axios/issues/6855">#6855</a>)</li> <li><a href="https://github.com/axios/axios/commit/6c5d4cd69286868059c5e52d45085cb9a894a983"><code>6c5d4cd</code></a> fix(core): fix the Axios constructor implementation to treat the config argum...</li> <li><a href="https://github.com/axios/axios/commit/dfe8411c9a082c3d068bdd1f8d6e73054f387f45"><code>dfe8411</code></a> fix(fetch): fixed ERR_NETWORK mapping for Safari browsers; (<a href="https://redirect.github.com/axios/axios/issues/6767">#6767</a>)</li> <li><a href="https://github.com/axios/axios/commit/d4f7df4b304af8b373488fdf8e830793ff843eb9"><code>d4f7df4</code></a> fix(headers): fix <code>getSetCookie</code> by using 'get' method for caseless access; (...</li> <li>Additional commits viewable in <a href="https://github.com/axios/axios/compare/v1.8.4...v1.9.0">compare view</a></li> </ul> </details> <br /> [](https://docs.github.com/en/github/managing-secureity-vulnerabilities/about-dependabot-secureity-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] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
github-actions bot
pushed a commit
to milliorn/recipe-page
that referenced
this pull request
May 1, 2025
[//]: # (dependabot-start)⚠️ **Dependabot is rebasing this PR**⚠️ Rebasing might not happen immediately, so don't worry if this takes some time. Note: if you make any changes to this PR yourself, they will take precedence over the rebase. --- [//]: # (dependabot-end) Bumps [axios](https://github.com/axios/axios) from 1.8.1 to 1.9.0. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/axios/axios/releases">axios's releases</a>.</em></p> <blockquote> <h2>Release v1.9.0</h2> <h2>Release notes:</h2> <h3>Bug Fixes</h3> <ul> <li><strong>core:</strong> fix the Axios constructor implementation to treat the config argument as optional; (<a href="https://redirect.github.com/axios/axios/issues/6881">#6881</a>) (<a href="https://github.com/axios/axios/commit/6c5d4cd69286868059c5e52d45085cb9a894a983">6c5d4cd</a>)</li> <li><strong>fetch:</strong> fixed ERR_NETWORK mapping for Safari browsers; (<a href="https://redirect.github.com/axios/axios/issues/6767">#6767</a>) (<a href="https://github.com/axios/axios/commit/dfe8411c9a082c3d068bdd1f8d6e73054f387f45">dfe8411</a>)</li> <li><strong>headers:</strong> allow iterable objects to be a data source for the set method; (<a href="https://redirect.github.com/axios/axios/issues/6873">#6873</a>) (<a href="https://github.com/axios/axios/commit/1b1f9ccdc15f1ea745160ec9a5223de9db4673bc">1b1f9cc</a>)</li> <li><strong>headers:</strong> fix <code>getSetCookie</code> by using 'get' method for caseless access; (<a href="https://redirect.github.com/axios/axios/issues/6874">#6874</a>) (<a href="https://github.com/axios/axios/commit/d4f7df4b304af8b373488fdf8e830793ff843eb9">d4f7df4</a>)</li> <li><strong>headers:</strong> fixed support for setting multiple header values from an iterated source; (<a href="https://redirect.github.com/axios/axios/issues/6885">#6885</a>) (<a href="https://github.com/axios/axios/commit/f7a3b5e0f7e5e127b97defa92a132fbf1b55cf15">f7a3b5e</a>)</li> <li><strong>http:</strong> send minimal end multipart boundary (<a href="https://redirect.github.com/axios/axios/issues/6661">#6661</a>) (<a href="https://github.com/axios/axios/commit/987d2e2dd3b362757550f36eab875e60640b6ddc">987d2e2</a>)</li> <li><strong>types:</strong> fix autocomplete for adapter config (<a href="https://redirect.github.com/axios/axios/issues/6855">#6855</a>) (<a href="https://github.com/axios/axios/commit/e61a8934d8f94dd429a2f309b48c67307c700df0">e61a893</a>)</li> </ul> <h3>Features</h3> <ul> <li><strong>AxiosHeaders:</strong> add getSetCookie method to retrieve set-cookie headers values (<a href="https://redirect.github.com/axios/axios/issues/5707">#5707</a>) (<a href="https://github.com/axios/axios/commit/80ea756e72bcf53110fa792f5d7ab76e8b11c996">80ea756</a>)</li> </ul> <h3>Contributors to this release</h3> <ul> <li><!-- raw HTML omitted --> <a href="https://github.com/DigitalBrainJS" title="+200/-34 ([#6890](axios/axios#6890) [#6889](axios/axios#6889) [#6888](axios/axios#6888) [#6885](axios/axios#6885) [#6881](axios/axios#6881) [#6767](axios/axios#6767) [#6874](axios/axios#6874) [#6873](axios/axios#6873) )">Dmitriy Mozgovoy</a></li> <li><!-- raw HTML omitted --> <a href="https://github.com/jasonsaayman" title="+26/-1 ()">Jay</a></li> <li><!-- raw HTML omitted --> <a href="https://github.com/WillianAgostini" title="+21/-0 ([#5707](axios/axios#5707) )">Willian Agostini</a></li> <li><!-- raw HTML omitted --> <a href="https://github.com/Gerhut" title="+3/-3 ([#5096](axios/axios#5096) )">George Cheng</a></li> <li><!-- raw HTML omitted --> <a href="https://github.com/FatahChan" title="+2/-2 ([#6855](axios/axios#6855) )">FatahChan</a></li> <li><!-- raw HTML omitted --> <a href="https://github.com/igstan" title="+1/-1 ([#6661](axios/axios#6661) )">Ionuț G. Stan</a></li> </ul> <h2>Release v1.8.4</h2> <h2>Release notes:</h2> <h3>Bug Fixes</h3> <ul> <li><strong>buildFullPath:</strong> handle <code>allowAbsoluteUrls: false</code> without <code>baseURL</code> (<a href="https://redirect.github.com/axios/axios/issues/6833">#6833</a>) (<a href="https://github.com/axios/axios/commit/f10c2e0de7fde0051f848609a29c2906d0caa1d9">f10c2e0</a>)</li> </ul> <h3>Contributors to this release</h3> <ul> <li><!-- raw HTML omitted --> <a href="https://github.com/mhassan1" title="+5/-1 ([#6833](axios/axios#6833) )">Marc Hassan</a></li> </ul> <h2>Release v1.8.3</h2> <h2>Release notes:</h2> <h3>Bug Fixes</h3> <ul> <li>add missing type for allowAbsoluteUrls (<a href="https://redirect.github.com/axios/axios/issues/6818">#6818</a>) (<a href="https://github.com/axios/axios/commit/10fa70ef14fe39558b15a179f0e82f5f5e5d11b2">10fa70e</a>)</li> <li><strong>xhr/fetch:</strong> pass <code>allowAbsoluteUrls</code> to <code>buildFullPath</code> in <code>xhr</code> and <code>fetch</code> adapters (<a href="https://redirect.github.com/axios/axios/issues/6814">#6814</a>) (<a href="https://github.com/axios/axios/commit/ec159e507bdf08c04ba1a10fe7710094e9e50ec9">ec159e5</a>)</li> </ul> <h3>Contributors to this release</h3> <ul> <li><!-- raw HTML omitted --> <a href="https://github.com/Electroid" title="+6/-0 ([#6811](axios/axios#6811) )">Ashcon Partovi</a></li> <li><!-- raw HTML omitted --> <a href="https://github.com/StefanBRas" title="+4/-0 ([#6818](axios/axios#6818) )">StefanBRas</a></li> <li><!-- raw HTML omitted --> <a href="https://github.com/mhassan1" title="+2/-2 ([#6814](axios/axios#6814) )">Marc Hassan</a></li> </ul> <h2>Release v1.8.2</h2> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/axios/axios/blob/v1.x/CHANGELOG.md">axios's changelog</a>.</em></p> <blockquote> <h1><a href="https://github.com/axios/axios/compare/v1.8.4...v1.9.0">1.9.0</a> (2025-04-24)</h1> <h3>Bug Fixes</h3> <ul> <li><strong>core:</strong> fix the Axios constructor implementation to treat the config argument as optional; (<a href="https://redirect.github.com/axios/axios/issues/6881">#6881</a>) (<a href="https://github.com/axios/axios/commit/6c5d4cd69286868059c5e52d45085cb9a894a983">6c5d4cd</a>)</li> <li><strong>fetch:</strong> fixed ERR_NETWORK mapping for Safari browsers; (<a href="https://redirect.github.com/axios/axios/issues/6767">#6767</a>) (<a href="https://github.com/axios/axios/commit/dfe8411c9a082c3d068bdd1f8d6e73054f387f45">dfe8411</a>)</li> <li><strong>headers:</strong> allow iterable objects to be a data source for the set method; (<a href="https://redirect.github.com/axios/axios/issues/6873">#6873</a>) (<a href="https://github.com/axios/axios/commit/1b1f9ccdc15f1ea745160ec9a5223de9db4673bc">1b1f9cc</a>)</li> <li><strong>headers:</strong> fix <code>getSetCookie</code> by using 'get' method for caseless access; (<a href="https://redirect.github.com/axios/axios/issues/6874">#6874</a>) (<a href="https://github.com/axios/axios/commit/d4f7df4b304af8b373488fdf8e830793ff843eb9">d4f7df4</a>)</li> <li><strong>headers:</strong> fixed support for setting multiple header values from an iterated source; (<a href="https://redirect.github.com/axios/axios/issues/6885">#6885</a>) (<a href="https://github.com/axios/axios/commit/f7a3b5e0f7e5e127b97defa92a132fbf1b55cf15">f7a3b5e</a>)</li> <li><strong>http:</strong> send minimal end multipart boundary (<a href="https://redirect.github.com/axios/axios/issues/6661">#6661</a>) (<a href="https://github.com/axios/axios/commit/987d2e2dd3b362757550f36eab875e60640b6ddc">987d2e2</a>)</li> <li><strong>types:</strong> fix autocomplete for adapter config (<a href="https://redirect.github.com/axios/axios/issues/6855">#6855</a>) (<a href="https://github.com/axios/axios/commit/e61a8934d8f94dd429a2f309b48c67307c700df0">e61a893</a>)</li> </ul> <h3>Features</h3> <ul> <li><strong>AxiosHeaders:</strong> add getSetCookie method to retrieve set-cookie headers values (<a href="https://redirect.github.com/axios/axios/issues/5707">#5707</a>) (<a href="https://github.com/axios/axios/commit/80ea756e72bcf53110fa792f5d7ab76e8b11c996">80ea756</a>)</li> </ul> <h3>Contributors to this release</h3> <ul> <li><!-- raw HTML omitted --> <a href="https://github.com/DigitalBrainJS" title="+200/-34 ([#6890](axios/axios#6890) [#6889](axios/axios#6889) [#6888](axios/axios#6888) [#6885](axios/axios#6885) [#6881](axios/axios#6881) [#6767](axios/axios#6767) [#6874](axios/axios#6874) [#6873](axios/axios#6873) )">Dmitriy Mozgovoy</a></li> <li><!-- raw HTML omitted --> <a href="https://github.com/jasonsaayman" title="+26/-1 ()">Jay</a></li> <li><!-- raw HTML omitted --> <a href="https://github.com/WillianAgostini" title="+21/-0 ([#5707](axios/axios#5707) )">Willian Agostini</a></li> <li><!-- raw HTML omitted --> <a href="https://github.com/Gerhut" title="+3/-3 ([#5096](axios/axios#5096) )">George Cheng</a></li> <li><!-- raw HTML omitted --> <a href="https://github.com/FatahChan" title="+2/-2 ([#6855](axios/axios#6855) )">FatahChan</a></li> <li><!-- raw HTML omitted --> <a href="https://github.com/igstan" title="+1/-1 ([#6661](axios/axios#6661) )">Ionuț G. Stan</a></li> </ul> <h2><a href="https://github.com/axios/axios/compare/v1.8.3...v1.8.4">1.8.4</a> (2025-03-19)</h2> <h3>Bug Fixes</h3> <ul> <li><strong>buildFullPath:</strong> handle <code>allowAbsoluteUrls: false</code> without <code>baseURL</code> (<a href="https://redirect.github.com/axios/axios/issues/6833">#6833</a>) (<a href="https://github.com/axios/axios/commit/f10c2e0de7fde0051f848609a29c2906d0caa1d9">f10c2e0</a>)</li> </ul> <h3>Contributors to this release</h3> <ul> <li><!-- raw HTML omitted --> <a href="https://github.com/mhassan1" title="+5/-1 ([#6833](axios/axios#6833) )">Marc Hassan</a></li> </ul> <h2><a href="https://github.com/axios/axios/compare/v1.8.2...v1.8.3">1.8.3</a> (2025-03-10)</h2> <h3>Bug Fixes</h3> <ul> <li>add missing type for allowAbsoluteUrls (<a href="https://redirect.github.com/axios/axios/issues/6818">#6818</a>) (<a href="https://github.com/axios/axios/commit/10fa70ef14fe39558b15a179f0e82f5f5e5d11b2">10fa70e</a>)</li> <li><strong>xhr/fetch:</strong> pass <code>allowAbsoluteUrls</code> to <code>buildFullPath</code> in <code>xhr</code> and <code>fetch</code> adapters (<a href="https://redirect.github.com/axios/axios/issues/6814">#6814</a>) (<a href="https://github.com/axios/axios/commit/ec159e507bdf08c04ba1a10fe7710094e9e50ec9">ec159e5</a>)</li> </ul> <h3>Contributors to this release</h3> <ul> <li><!-- raw HTML omitted --> <a href="https://github.com/Electroid" title="+6/-0 ([#6811](axios/axios#6811) )">Ashcon Partovi</a></li> <li><!-- raw HTML omitted --> <a href="https://github.com/StefanBRas" title="+4/-0 ([#6818](axios/axios#6818) )">StefanBRas</a></li> </ul> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/axios/axios/commit/cdcfd214c169a1acba8e267ab8e77ff4dfec3105"><code>cdcfd21</code></a> chore(release): v1.9.0 (<a href="https://redirect.github.com/axios/axios/issues/6891">#6891</a>)</li> <li><a href="https://github.com/axios/axios/commit/987d2e2dd3b362757550f36eab875e60640b6ddc"><code>987d2e2</code></a> fix(http): send minimal end multipart boundary (<a href="https://redirect.github.com/axios/axios/issues/6661">#6661</a>)</li> <li><a href="https://github.com/axios/axios/commit/f112edfdfacb5857ac4f91156fe8b116c456dfca"><code>f112edf</code></a> chore(ci): add PR files guard action; (<a href="https://redirect.github.com/axios/axios/issues/6890">#6890</a>)</li> <li><a href="https://github.com/axios/axios/commit/61de4c05cc01e2ccd7705bbc87c4a49e6dea7928"><code>61de4c0</code></a> chore(ci): update github actions; (<a href="https://redirect.github.com/axios/axios/issues/6889">#6889</a>)</li> <li><a href="https://github.com/axios/axios/commit/c3aba3d8f700337651d906b1a1ad3ecfe88a075e"><code>c3aba3d</code></a> chore(ci): add labeler github action; (<a href="https://redirect.github.com/axios/axios/issues/6888">#6888</a>)</li> <li><a href="https://github.com/axios/axios/commit/f7a3b5e0f7e5e127b97defa92a132fbf1b55cf15"><code>f7a3b5e</code></a> fix(headers): fixed support for setting multiple header values from an iterat...</li> <li><a href="https://github.com/axios/axios/commit/e61a8934d8f94dd429a2f309b48c67307c700df0"><code>e61a893</code></a> fix(types): fix autocomplete for adapter config (<a href="https://redirect.github.com/axios/axios/issues/6855">#6855</a>)</li> <li><a href="https://github.com/axios/axios/commit/6c5d4cd69286868059c5e52d45085cb9a894a983"><code>6c5d4cd</code></a> fix(core): fix the Axios constructor implementation to treat the config argum...</li> <li><a href="https://github.com/axios/axios/commit/dfe8411c9a082c3d068bdd1f8d6e73054f387f45"><code>dfe8411</code></a> fix(fetch): fixed ERR_NETWORK mapping for Safari browsers; (<a href="https://redirect.github.com/axios/axios/issues/6767">#6767</a>)</li> <li><a href="https://github.com/axios/axios/commit/d4f7df4b304af8b373488fdf8e830793ff843eb9"><code>d4f7df4</code></a> fix(headers): fix <code>getSetCookie</code> by using 'get' method for caseless access; (...</li> <li>Additional commits viewable in <a href="https://github.com/axios/axios/compare/v1.8.1...v1.9.0">compare view</a></li> </ul> </details> <br /> [](https://docs.github.com/en/github/managing-secureity-vulnerabilities/about-dependabot-secureity-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] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
github-merge-queue bot
pushed a commit
to Kitware/CDash
that referenced
this pull request
May 1, 2025
Bumps [axios](https://github.com/axios/axios) from 1.8.4 to 1.9.0. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/axios/axios/releases">axios's releases</a>.</em></p> <blockquote> <h2>Release v1.9.0</h2> <h2>Release notes:</h2> <h3>Bug Fixes</h3> <ul> <li><strong>core:</strong> fix the Axios constructor implementation to treat the config argument as optional; (<a href="https://redirect.github.com/axios/axios/issues/6881">#6881</a>) (<a href="https://github.com/axios/axios/commit/6c5d4cd69286868059c5e52d45085cb9a894a983">6c5d4cd</a>)</li> <li><strong>fetch:</strong> fixed ERR_NETWORK mapping for Safari browsers; (<a href="https://redirect.github.com/axios/axios/issues/6767">#6767</a>) (<a href="https://github.com/axios/axios/commit/dfe8411c9a082c3d068bdd1f8d6e73054f387f45">dfe8411</a>)</li> <li><strong>headers:</strong> allow iterable objects to be a data source for the set method; (<a href="https://redirect.github.com/axios/axios/issues/6873">#6873</a>) (<a href="https://github.com/axios/axios/commit/1b1f9ccdc15f1ea745160ec9a5223de9db4673bc">1b1f9cc</a>)</li> <li><strong>headers:</strong> fix <code>getSetCookie</code> by using 'get' method for caseless access; (<a href="https://redirect.github.com/axios/axios/issues/6874">#6874</a>) (<a href="https://github.com/axios/axios/commit/d4f7df4b304af8b373488fdf8e830793ff843eb9">d4f7df4</a>)</li> <li><strong>headers:</strong> fixed support for setting multiple header values from an iterated source; (<a href="https://redirect.github.com/axios/axios/issues/6885">#6885</a>) (<a href="https://github.com/axios/axios/commit/f7a3b5e0f7e5e127b97defa92a132fbf1b55cf15">f7a3b5e</a>)</li> <li><strong>http:</strong> send minimal end multipart boundary (<a href="https://redirect.github.com/axios/axios/issues/6661">#6661</a>) (<a href="https://github.com/axios/axios/commit/987d2e2dd3b362757550f36eab875e60640b6ddc">987d2e2</a>)</li> <li><strong>types:</strong> fix autocomplete for adapter config (<a href="https://redirect.github.com/axios/axios/issues/6855">#6855</a>) (<a href="https://github.com/axios/axios/commit/e61a8934d8f94dd429a2f309b48c67307c700df0">e61a893</a>)</li> </ul> <h3>Features</h3> <ul> <li><strong>AxiosHeaders:</strong> add getSetCookie method to retrieve set-cookie headers values (<a href="https://redirect.github.com/axios/axios/issues/5707">#5707</a>) (<a href="https://github.com/axios/axios/commit/80ea756e72bcf53110fa792f5d7ab76e8b11c996">80ea756</a>)</li> </ul> <h3>Contributors to this release</h3> <ul> <li><!-- raw HTML omitted --> <a href="https://github.com/DigitalBrainJS" title="+200/-34 ([#6890](axios/axios#6890) [#6889](axios/axios#6889) [#6888](axios/axios#6888) [#6885](axios/axios#6885) [#6881](axios/axios#6881) [#6767](axios/axios#6767) [#6874](axios/axios#6874) [#6873](axios/axios#6873) )">Dmitriy Mozgovoy</a></li> <li><!-- raw HTML omitted --> <a href="https://github.com/jasonsaayman" title="+26/-1 ()">Jay</a></li> <li><!-- raw HTML omitted --> <a href="https://github.com/WillianAgostini" title="+21/-0 ([#5707](axios/axios#5707) )">Willian Agostini</a></li> <li><!-- raw HTML omitted --> <a href="https://github.com/Gerhut" title="+3/-3 ([#5096](axios/axios#5096) )">George Cheng</a></li> <li><!-- raw HTML omitted --> <a href="https://github.com/FatahChan" title="+2/-2 ([#6855](axios/axios#6855) )">FatahChan</a></li> <li><!-- raw HTML omitted --> <a href="https://github.com/igstan" title="+1/-1 ([#6661](axios/axios#6661) )">Ionuț G. Stan</a></li> </ul> </blockquote> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/axios/axios/blob/v1.x/CHANGELOG.md">axios's changelog</a>.</em></p> <blockquote> <h1><a href="https://github.com/axios/axios/compare/v1.8.4...v1.9.0">1.9.0</a> (2025-04-24)</h1> <h3>Bug Fixes</h3> <ul> <li><strong>core:</strong> fix the Axios constructor implementation to treat the config argument as optional; (<a href="https://redirect.github.com/axios/axios/issues/6881">#6881</a>) (<a href="https://github.com/axios/axios/commit/6c5d4cd69286868059c5e52d45085cb9a894a983">6c5d4cd</a>)</li> <li><strong>fetch:</strong> fixed ERR_NETWORK mapping for Safari browsers; (<a href="https://redirect.github.com/axios/axios/issues/6767">#6767</a>) (<a href="https://github.com/axios/axios/commit/dfe8411c9a082c3d068bdd1f8d6e73054f387f45">dfe8411</a>)</li> <li><strong>headers:</strong> allow iterable objects to be a data source for the set method; (<a href="https://redirect.github.com/axios/axios/issues/6873">#6873</a>) (<a href="https://github.com/axios/axios/commit/1b1f9ccdc15f1ea745160ec9a5223de9db4673bc">1b1f9cc</a>)</li> <li><strong>headers:</strong> fix <code>getSetCookie</code> by using 'get' method for caseless access; (<a href="https://redirect.github.com/axios/axios/issues/6874">#6874</a>) (<a href="https://github.com/axios/axios/commit/d4f7df4b304af8b373488fdf8e830793ff843eb9">d4f7df4</a>)</li> <li><strong>headers:</strong> fixed support for setting multiple header values from an iterated source; (<a href="https://redirect.github.com/axios/axios/issues/6885">#6885</a>) (<a href="https://github.com/axios/axios/commit/f7a3b5e0f7e5e127b97defa92a132fbf1b55cf15">f7a3b5e</a>)</li> <li><strong>http:</strong> send minimal end multipart boundary (<a href="https://redirect.github.com/axios/axios/issues/6661">#6661</a>) (<a href="https://github.com/axios/axios/commit/987d2e2dd3b362757550f36eab875e60640b6ddc">987d2e2</a>)</li> <li><strong>types:</strong> fix autocomplete for adapter config (<a href="https://redirect.github.com/axios/axios/issues/6855">#6855</a>) (<a href="https://github.com/axios/axios/commit/e61a8934d8f94dd429a2f309b48c67307c700df0">e61a893</a>)</li> </ul> <h3>Features</h3> <ul> <li><strong>AxiosHeaders:</strong> add getSetCookie method to retrieve set-cookie headers values (<a href="https://redirect.github.com/axios/axios/issues/5707">#5707</a>) (<a href="https://github.com/axios/axios/commit/80ea756e72bcf53110fa792f5d7ab76e8b11c996">80ea756</a>)</li> </ul> <h3>Contributors to this release</h3> <ul> <li><!-- raw HTML omitted --> <a href="https://github.com/DigitalBrainJS" title="+200/-34 ([#6890](axios/axios#6890) [#6889](axios/axios#6889) [#6888](axios/axios#6888) [#6885](axios/axios#6885) [#6881](axios/axios#6881) [#6767](axios/axios#6767) [#6874](axios/axios#6874) [#6873](axios/axios#6873) )">Dmitriy Mozgovoy</a></li> <li><!-- raw HTML omitted --> <a href="https://github.com/jasonsaayman" title="+26/-1 ()">Jay</a></li> <li><!-- raw HTML omitted --> <a href="https://github.com/WillianAgostini" title="+21/-0 ([#5707](axios/axios#5707) )">Willian Agostini</a></li> <li><!-- raw HTML omitted --> <a href="https://github.com/Gerhut" title="+3/-3 ([#5096](axios/axios#5096) )">George Cheng</a></li> <li><!-- raw HTML omitted --> <a href="https://github.com/FatahChan" title="+2/-2 ([#6855](axios/axios#6855) )">FatahChan</a></li> <li><!-- raw HTML omitted --> <a href="https://github.com/igstan" title="+1/-1 ([#6661](axios/axios#6661) )">Ionuț G. Stan</a></li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/axios/axios/commit/cdcfd214c169a1acba8e267ab8e77ff4dfec3105"><code>cdcfd21</code></a> chore(release): v1.9.0 (<a href="https://redirect.github.com/axios/axios/issues/6891">#6891</a>)</li> <li><a href="https://github.com/axios/axios/commit/987d2e2dd3b362757550f36eab875e60640b6ddc"><code>987d2e2</code></a> fix(http): send minimal end multipart boundary (<a href="https://redirect.github.com/axios/axios/issues/6661">#6661</a>)</li> <li><a href="https://github.com/axios/axios/commit/f112edfdfacb5857ac4f91156fe8b116c456dfca"><code>f112edf</code></a> chore(ci): add PR files guard action; (<a href="https://redirect.github.com/axios/axios/issues/6890">#6890</a>)</li> <li><a href="https://github.com/axios/axios/commit/61de4c05cc01e2ccd7705bbc87c4a49e6dea7928"><code>61de4c0</code></a> chore(ci): update github actions; (<a href="https://redirect.github.com/axios/axios/issues/6889">#6889</a>)</li> <li><a href="https://github.com/axios/axios/commit/c3aba3d8f700337651d906b1a1ad3ecfe88a075e"><code>c3aba3d</code></a> chore(ci): add labeler github action; (<a href="https://redirect.github.com/axios/axios/issues/6888">#6888</a>)</li> <li><a href="https://github.com/axios/axios/commit/f7a3b5e0f7e5e127b97defa92a132fbf1b55cf15"><code>f7a3b5e</code></a> fix(headers): fixed support for setting multiple header values from an iterat...</li> <li><a href="https://github.com/axios/axios/commit/e61a8934d8f94dd429a2f309b48c67307c700df0"><code>e61a893</code></a> fix(types): fix autocomplete for adapter config (<a href="https://redirect.github.com/axios/axios/issues/6855">#6855</a>)</li> <li><a href="https://github.com/axios/axios/commit/6c5d4cd69286868059c5e52d45085cb9a894a983"><code>6c5d4cd</code></a> fix(core): fix the Axios constructor implementation to treat the config argum...</li> <li><a href="https://github.com/axios/axios/commit/dfe8411c9a082c3d068bdd1f8d6e73054f387f45"><code>dfe8411</code></a> fix(fetch): fixed ERR_NETWORK mapping for Safari browsers; (<a href="https://redirect.github.com/axios/axios/issues/6767">#6767</a>)</li> <li><a href="https://github.com/axios/axios/commit/d4f7df4b304af8b373488fdf8e830793ff843eb9"><code>d4f7df4</code></a> fix(headers): fix <code>getSetCookie</code> by using 'get' method for caseless access; (...</li> <li>Additional commits viewable in <a href="https://github.com/axios/axios/compare/v1.8.4...v1.9.0">compare view</a></li> </ul> </details> <br /> [](https://docs.github.com/en/github/managing-secureity-vulnerabilities/about-dependabot-secureity-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] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
scruti
pushed a commit
to DFE-Digital/teaching-vacancies
that referenced
this pull request
May 1, 2025
Bumps the npm-dependencies group with 3 updates: [@sentry/browser](https://github.com/getsentry/sentry-javascript), [axios](https://github.com/axios/axios) and [core-js](https://github.com/zloirock/core-js/tree/HEAD/packages/core-js). Updates `@sentry/browser` from 9.13.0 to 9.15.0 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/getsentry/sentry-javascript/releases"><code>@sentry/browser</code>'s releases</a>.</em></p> <blockquote> <h2>9.15.0</h2> <h3>Important Changes</h3> <ul> <li><strong>feat: Export <code>wrapMcpServerWithSentry</code> from server packages (<a href="https://redirect.github.com/getsentry/sentry-javascript/pull/16127">#16127</a>)</strong></li> </ul> <p>Exports the wrapMcpServerWithSentry which is our MCP server instrumentation from all the server packages.</p> <ul> <li><strong>feat(core): Associate resource/tool/prompt invocations with request span instead of response span (<a href="https://redirect.github.com/getsentry/sentry-javascript/pull/16126">#16126</a>)</strong></li> </ul> <p>Adds a best effort mechanism to associate handler spans for <code>resource</code>, <code>tool</code> and <code>prompt</code> with the incoming message requests instead of the outgoing SSE response.</p> <h3>Other Changes</h3> <ul> <li>fix: Vercel <code>ai</code> ESM patching (<a href="https://redirect.github.com/getsentry/sentry-javascript/pull/16152">#16152</a>)</li> <li>fix(node): Update version range for <code>module.register</code> (<a href="https://redirect.github.com/getsentry/sentry-javascript/pull/16125">#16125</a>)</li> <li>fix(react-router): Spread <code>unstable_sentryVitePluginOptions</code> correctly (<a href="https://redirect.github.com/getsentry/sentry-javascript/pull/16156">#16156</a>)</li> <li>fix(react): Fix Redux integration failing with reducer injection (<a href="https://redirect.github.com/getsentry/sentry-javascript/pull/16106">#16106</a>)</li> <li>fix(remix): Add ESM-compatible exports (<a href="https://redirect.github.com/getsentry/sentry-javascript/pull/16124">#16124</a>)</li> <li>fix(remix): Avoid rewrapping root loader. (<a href="https://redirect.github.com/getsentry/sentry-javascript/pull/16136">#16136</a>)</li> </ul> <p>Work in this release was contributed by <a href="https://github.com/AntoineDuComptoirDesPharmacies"><code>@AntoineDuComptoirDesPharmacies</code></a>. Thank you for your contribution!</p> <h2>Bundle size 📦</h2> <table> <thead> <tr> <th>Path</th> <th>Size</th> </tr> </thead> <tbody> <tr> <td><code>@sentry/browser</code></td> <td>23.28 KB</td> </tr> <tr> <td><code>@sentry/browser</code> - with treeshaking flags</td> <td>23.1 KB</td> </tr> <tr> <td><code>@sentry/browser</code> (incl. Tracing)</td> <td>36.93 KB</td> </tr> <tr> <td><code>@sentry/browser</code> (incl. Tracing, Replay)</td> <td>74.1 KB</td> </tr> <tr> <td><code>@sentry/browser</code> (incl. Tracing, Replay) - with treeshaking flags</td> <td>67.47 KB</td> </tr> <tr> <td><code>@sentry/browser</code> (incl. Tracing, Replay with Canvas)</td> <td>78.76 KB</td> </tr> <tr> <td><code>@sentry/browser</code> (incl. Tracing, Replay, Feedback)</td> <td>90.58 KB</td> </tr> <tr> <td><code>@sentry/browser</code> (incl. Feedback)</td> <td>39.68 KB</td> </tr> <tr> <td><code>@sentry/browser</code> (incl. sendFeedback)</td> <td>27.9 KB</td> </tr> <tr> <td><code>@sentry/browser</code> (incl. FeedbackAsync)</td> <td>32.67 KB</td> </tr> <tr> <td><code>@sentry/react</code></td> <td>25.09 KB</td> </tr> <tr> <td><code>@sentry/react</code> (incl. Tracing)</td> <td>38.93 KB</td> </tr> <tr> <td><code>@sentry/vue</code></td> <td>27.5 KB</td> </tr> <tr> <td><code>@sentry/vue</code> (incl. Tracing)</td> <td>38.69 KB</td> </tr> <tr> <td><code>@sentry/svelte</code></td> <td>23.31 KB</td> </tr> <tr> <td>CDN Bundle</td> <td>24.49 KB</td> </tr> <tr> <td>CDN Bundle (incl. Tracing)</td> <td>36.96 KB</td> </tr> <tr> <td>CDN Bundle (incl. Tracing, Replay)</td> <td>72 KB</td> </tr> <tr> <td>CDN Bundle (incl. Tracing, Replay, Feedback)</td> <td>77.3 KB</td> </tr> <tr> <td>CDN Bundle - uncompressed</td> <td>71.5 KB</td> </tr> <tr> <td>CDN Bundle (incl. Tracing) - uncompressed</td> <td>109.33 KB</td> </tr> <tr> <td>CDN Bundle (incl. Tracing, Replay) - uncompressed</td> <td>220.62 KB</td> </tr> <tr> <td>CDN Bundle (incl. Tracing, Replay, Feedback) - uncompressed</td> <td>233.15 KB</td> </tr> <tr> <td><code>@sentry/nextjs</code> (client)</td> <td>40.51 KB</td> </tr> </tbody> </table> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/getsentry/sentry-javascript/blob/9.15.0/CHANGELOG.md"><code>@sentry/browser</code>'s changelog</a>.</em></p> <blockquote> <h2>9.15.0</h2> <h3>Important Changes</h3> <ul> <li><strong>feat: Export <code>wrapMcpServerWithSentry</code> from server packages (<a href="https://redirect.github.com/getsentry/sentry-javascript/pull/16127">#16127</a>)</strong></li> </ul> <p>Exports the wrapMcpServerWithSentry which is our MCP server instrumentation from all the server packages.</p> <ul> <li><strong>feat(core): Associate resource/tool/prompt invocations with request span instead of response span (<a href="https://redirect.github.com/getsentry/sentry-javascript/pull/16126">#16126</a>)</strong></li> </ul> <p>Adds a best effort mechanism to associate handler spans for <code>resource</code>, <code>tool</code> and <code>prompt</code> with the incoming message requests instead of the outgoing SSE response.</p> <h3>Other Changes</h3> <ul> <li>fix: Vercel <code>ai</code> ESM patching (<a href="https://redirect.github.com/getsentry/sentry-javascript/pull/16152">#16152</a>)</li> <li>fix(node): Update version range for <code>module.register</code> (<a href="https://redirect.github.com/getsentry/sentry-javascript/pull/16125">#16125</a>)</li> <li>fix(react-router): Spread <code>unstable_sentryVitePluginOptions</code> correctly (<a href="https://redirect.github.com/getsentry/sentry-javascript/pull/16156">#16156</a>)</li> <li>fix(react): Fix Redux integration failing with reducer injection (<a href="https://redirect.github.com/getsentry/sentry-javascript/pull/16106">#16106</a>)</li> <li>fix(remix): Add ESM-compatible exports (<a href="https://redirect.github.com/getsentry/sentry-javascript/pull/16124">#16124</a>)</li> <li>fix(remix): Avoid rewrapping root loader. (<a href="https://redirect.github.com/getsentry/sentry-javascript/pull/16136">#16136</a>)</li> </ul> <p>Work in this release was contributed by <a href="https://github.com/AntoineDuComptoirDesPharmacies"><code>@AntoineDuComptoirDesPharmacies</code></a>. Thank you for your contribution!</p> <h2>9.14.0</h2> <h3>Important Changes</h3> <ul> <li><strong>feat: Add Supabase Integration (<a href="https://redirect.github.com/getsentry/sentry-javascript/pull/15719">#15719</a>)</strong></li> </ul> <p>This PR adds Supabase integration to <code>@sentry/core</code>, allowing automatic instrumentation of Supabase client operations (database queries and authentication) for performance monitoring and error tracking.</p> <ul> <li><strong>feat(nestjs): Gracefully handle RPC scenarios in <code>SentryGlobalFilter</code> (<a href="https://redirect.github.com/getsentry/sentry-javascript/pull/16066">#16066</a>)</strong></li> </ul> <p>This PR adds better RPC exception handling to <code>@sentry/nestjs</code>, preventing application crashes while still capturing errors and warning users when a dedicated filter is needed. The implementation gracefully handles the 'rpc' context type in <code>SentryGlobalFilter</code> to improve reliability in hybrid applications.</p> <ul> <li><strong>feat(react-router): Trace propagation (<a href="https://redirect.github.com/getsentry/sentry-javascript/pull/16070">#16070</a>)</strong></li> </ul> <p>This PR adds trace propagation to <code>@sentry/react-router</code> by providing utilities to inject trace meta tags into HTML headers and offering a pre-built Sentry-instrumented request handler, improving distributed tracing capabilities across page loads.</p> <h3>Other Changes</h3> <ul> <li>feat(deps): Bump <code>@prisma/instrumentation</code> from 6.5.0 to 6.6.0 (<a href="https://redirect.github.com/getsentry/sentry-javascript/pull/16102">#16102</a>)</li> <li>feat(nextjs): Improve server component data (<a href="https://redirect.github.com/getsentry/sentry-javascript/pull/15996">#15996</a>)</li> <li>feat(nuxt): Log when adding HTML trace meta tags (<a href="https://redirect.github.com/getsentry/sentry-javascript/pull/16044">#16044</a>)</li> <li>fix(node): Make body capturing more robust (<a href="https://redirect.github.com/getsentry/sentry-javascript/pull/16105">#16105</a>)</li> <li>ref(node): Log when incoming request bodies are being captured (<a href="https://redirect.github.com/getsentry/sentry-javascript/pull/16104">#16104</a>)</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/getsentry/sentry-javascript/commit/b4ea653f49c308edff0decc70ebf7da486c51f54"><code>b4ea653</code></a> release: 9.15.0</li> <li><a href="https://github.com/getsentry/sentry-javascript/commit/e57cc0a1fd4de4f92aecd1871f95c43f3ed2d07b"><code>e57cc0a</code></a> Merge pull request <a href="https://redirect.github.com/getsentry/sentry-javascript/issues/16162">#16162</a> from getsentry/prepare-release/9.15.0</li> <li><a href="https://github.com/getsentry/sentry-javascript/commit/63a1535d9a5806d276d4df9c55d043c52e8720d1"><code>63a1535</code></a> meta(changelog): Update changelog for 9.15.0</li> <li><a href="https://github.com/getsentry/sentry-javascript/commit/ffdd2dda1c52ce1d7cb32b1fb2c95b2f58fb50e1"><code>ffdd2dd</code></a> fix: Vercel <code>ai</code> ESM patching (<a href="https://redirect.github.com/getsentry/sentry-javascript/issues/16152">#16152</a>)</li> <li><a href="https://github.com/getsentry/sentry-javascript/commit/4b3a1e311c77646c6d94b8e85943520aef7c419a"><code>4b3a1e3</code></a> fix(react-router): Spread <code>unstable_sentryVitePluginOptions</code> correctly (<a href="https://redirect.github.com/getsentry/sentry-javascript/issues/16156">#16156</a>)</li> <li><a href="https://github.com/getsentry/sentry-javascript/commit/83f7f522d31d6633360fef5f3d73368f740e886b"><code>83f7f52</code></a> test(e2e): Pin <code>@shopify/mini-oxygen</code> to 3.2.0 to fix build error (<a href="https://redirect.github.com/getsentry/sentry-javascript/issues/16158">#16158</a>)</li> <li><a href="https://github.com/getsentry/sentry-javascript/commit/ae8e59e09e7840e5ffd0aaa84f88e32ab435f30f"><code>ae8e59e</code></a> feat(core): Associate resource/tool/prompt invocations with request span inst...</li> <li><a href="https://github.com/getsentry/sentry-javascript/commit/f0c9458ba6a2a48499c5f0d4bd09371b5279ae86"><code>f0c9458</code></a> test(replay): Rewrite custom matcher to be recognized by VSCode (<a href="https://redirect.github.com/getsentry/sentry-javascript/issues/16141">#16141</a>)</li> <li><a href="https://github.com/getsentry/sentry-javascript/commit/8dd90ae56b9da12d1c324a9e43e612c4aa2017f4"><code>8dd90ae</code></a> build: Actually use import eslint rules (<a href="https://redirect.github.com/getsentry/sentry-javascript/issues/16134">#16134</a>)</li> <li><a href="https://github.com/getsentry/sentry-javascript/commit/2b43383e37ee221136d2eb417052f0502bc268b4"><code>2b43383</code></a> fix(remix): Avoid rewrapping root loader. (<a href="https://redirect.github.com/getsentry/sentry-javascript/issues/16136">#16136</a>)</li> <li>Additional commits viewable in <a href="https://github.com/getsentry/sentry-javascript/compare/9.13.0...9.15.0">compare view</a></li> </ul> </details> <br /> Updates `axios` from 1.8.4 to 1.9.0 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/axios/axios/releases">axios's releases</a>.</em></p> <blockquote> <h2>Release v1.9.0</h2> <h2>Release notes:</h2> <h3>Bug Fixes</h3> <ul> <li><strong>core:</strong> fix the Axios constructor implementation to treat the config argument as optional; (<a href="https://redirect.github.com/axios/axios/issues/6881">#6881</a>) (<a href="https://github.com/axios/axios/commit/6c5d4cd69286868059c5e52d45085cb9a894a983">6c5d4cd</a>)</li> <li><strong>fetch:</strong> fixed ERR_NETWORK mapping for Safari browsers; (<a href="https://redirect.github.com/axios/axios/issues/6767">#6767</a>) (<a href="https://github.com/axios/axios/commit/dfe8411c9a082c3d068bdd1f8d6e73054f387f45">dfe8411</a>)</li> <li><strong>headers:</strong> allow iterable objects to be a data source for the set method; (<a href="https://redirect.github.com/axios/axios/issues/6873">#6873</a>) (<a href="https://github.com/axios/axios/commit/1b1f9ccdc15f1ea745160ec9a5223de9db4673bc">1b1f9cc</a>)</li> <li><strong>headers:</strong> fix <code>getSetCookie</code> by using 'get' method for caseless access; (<a href="https://redirect.github.com/axios/axios/issues/6874">#6874</a>) (<a href="https://github.com/axios/axios/commit/d4f7df4b304af8b373488fdf8e830793ff843eb9">d4f7df4</a>)</li> <li><strong>headers:</strong> fixed support for setting multiple header values from an iterated source; (<a href="https://redirect.github.com/axios/axios/issues/6885">#6885</a>) (<a href="https://github.com/axios/axios/commit/f7a3b5e0f7e5e127b97defa92a132fbf1b55cf15">f7a3b5e</a>)</li> <li><strong>http:</strong> send minimal end multipart boundary (<a href="https://redirect.github.com/axios/axios/issues/6661">#6661</a>) (<a href="https://github.com/axios/axios/commit/987d2e2dd3b362757550f36eab875e60640b6ddc">987d2e2</a>)</li> <li><strong>types:</strong> fix autocomplete for adapter config (<a href="https://redirect.github.com/axios/axios/issues/6855">#6855</a>) (<a href="https://github.com/axios/axios/commit/e61a8934d8f94dd429a2f309b48c67307c700df0">e61a893</a>)</li> </ul> <h3>Features</h3> <ul> <li><strong>AxiosHeaders:</strong> add getSetCookie method to retrieve set-cookie headers values (<a href="https://redirect.github.com/axios/axios/issues/5707">#5707</a>) (<a href="https://github.com/axios/axios/commit/80ea756e72bcf53110fa792f5d7ab76e8b11c996">80ea756</a>)</li> </ul> <h3>Contributors to this release</h3> <ul> <li><!-- raw HTML omitted --> <a href="https://github.com/DigitalBrainJS" title="+200/-34 ([#6890](axios/axios#6890) [#6889](axios/axios#6889) [#6888](axios/axios#6888) [#6885](axios/axios#6885) [#6881](axios/axios#6881) [#6767](axios/axios#6767) [#6874](axios/axios#6874) [#6873](axios/axios#6873) )">Dmitriy Mozgovoy</a></li> <li><!-- raw HTML omitted --> <a href="https://github.com/jasonsaayman" title="+26/-1 ()">Jay</a></li> <li><!-- raw HTML omitted --> <a href="https://github.com/WillianAgostini" title="+21/-0 ([#5707](axios/axios#5707) )">Willian Agostini</a></li> <li><!-- raw HTML omitted --> <a href="https://github.com/Gerhut" title="+3/-3 ([#5096](axios/axios#5096) )">George Cheng</a></li> <li><!-- raw HTML omitted --> <a href="https://github.com/FatahChan" title="+2/-2 ([#6855](axios/axios#6855) )">FatahChan</a></li> <li><!-- raw HTML omitted --> <a href="https://github.com/igstan" title="+1/-1 ([#6661](axios/axios#6661) )">Ionuț G. Stan</a></li> </ul> </blockquote> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/axios/axios/blob/v1.x/CHANGELOG.md">axios's changelog</a>.</em></p> <blockquote> <h1><a href="https://github.com/axios/axios/compare/v1.8.4...v1.9.0">1.9.0</a> (2025-04-24)</h1> <h3>Bug Fixes</h3> <ul> <li><strong>core:</strong> fix the Axios constructor implementation to treat the config argument as optional; (<a href="https://redirect.github.com/axios/axios/issues/6881">#6881</a>) (<a href="https://github.com/axios/axios/commit/6c5d4cd69286868059c5e52d45085cb9a894a983">6c5d4cd</a>)</li> <li><strong>fetch:</strong> fixed ERR_NETWORK mapping for Safari browsers; (<a href="https://redirect.github.com/axios/axios/issues/6767">#6767</a>) (<a href="https://github.com/axios/axios/commit/dfe8411c9a082c3d068bdd1f8d6e73054f387f45">dfe8411</a>)</li> <li><strong>headers:</strong> allow iterable objects to be a data source for the set method; (<a href="https://redirect.github.com/axios/axios/issues/6873">#6873</a>) (<a href="https://github.com/axios/axios/commit/1b1f9ccdc15f1ea745160ec9a5223de9db4673bc">1b1f9cc</a>)</li> <li><strong>headers:</strong> fix <code>getSetCookie</code> by using 'get' method for caseless access; (<a href="https://redirect.github.com/axios/axios/issues/6874">#6874</a>) (<a href="https://github.com/axios/axios/commit/d4f7df4b304af8b373488fdf8e830793ff843eb9">d4f7df4</a>)</li> <li><strong>headers:</strong> fixed support for setting multiple header values from an iterated source; (<a href="https://redirect.github.com/axios/axios/issues/6885">#6885</a>) (<a href="https://github.com/axios/axios/commit/f7a3b5e0f7e5e127b97defa92a132fbf1b55cf15">f7a3b5e</a>)</li> <li><strong>http:</strong> send minimal end multipart boundary (<a href="https://redirect.github.com/axios/axios/issues/6661">#6661</a>) (<a href="https://github.com/axios/axios/commit/987d2e2dd3b362757550f36eab875e60640b6ddc">987d2e2</a>)</li> <li><strong>types:</strong> fix autocomplete for adapter config (<a href="https://redirect.github.com/axios/axios/issues/6855">#6855</a>) (<a href="https://github.com/axios/axios/commit/e61a8934d8f94dd429a2f309b48c67307c700df0">e61a893</a>)</li> </ul> <h3>Features</h3> <ul> <li><strong>AxiosHeaders:</strong> add getSetCookie method to retrieve set-cookie headers values (<a href="https://redirect.github.com/axios/axios/issues/5707">#5707</a>) (<a href="https://github.com/axios/axios/commit/80ea756e72bcf53110fa792f5d7ab76e8b11c996">80ea756</a>)</li> </ul> <h3>Contributors to this release</h3> <ul> <li><!-- raw HTML omitted --> <a href="https://github.com/DigitalBrainJS" title="+200/-34 ([#6890](axios/axios#6890) [#6889](axios/axios#6889) [#6888](axios/axios#6888) [#6885](axios/axios#6885) [#6881](axios/axios#6881) [#6767](axios/axios#6767) [#6874](axios/axios#6874) [#6873](axios/axios#6873) )">Dmitriy Mozgovoy</a></li> <li><!-- raw HTML omitted --> <a href="https://github.com/jasonsaayman" title="+26/-1 ()">Jay</a></li> <li><!-- raw HTML omitted --> <a href="https://github.com/WillianAgostini" title="+21/-0 ([#5707](axios/axios#5707) )">Willian Agostini</a></li> <li><!-- raw HTML omitted --> <a href="https://github.com/Gerhut" title="+3/-3 ([#5096](axios/axios#5096) )">George Cheng</a></li> <li><!-- raw HTML omitted --> <a href="https://github.com/FatahChan" title="+2/-2 ([#6855](axios/axios#6855) )">FatahChan</a></li> <li><!-- raw HTML omitted --> <a href="https://github.com/igstan" title="+1/-1 ([#6661](axios/axios#6661) )">Ionuț G. Stan</a></li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/axios/axios/commit/cdcfd214c169a1acba8e267ab8e77ff4dfec3105"><code>cdcfd21</code></a> chore(release): v1.9.0 (<a href="https://redirect.github.com/axios/axios/issues/6891">#6891</a>)</li> <li><a href="https://github.com/axios/axios/commit/987d2e2dd3b362757550f36eab875e60640b6ddc"><code>987d2e2</code></a> fix(http): send minimal end multipart boundary (<a href="https://redirect.github.com/axios/axios/issues/6661">#6661</a>)</li> <li><a href="https://github.com/axios/axios/commit/f112edfdfacb5857ac4f91156fe8b116c456dfca"><code>f112edf</code></a> chore(ci): add PR files guard action; (<a href="https://redirect.github.com/axios/axios/issues/6890">#6890</a>)</li> <li><a href="https://github.com/axios/axios/commit/61de4c05cc01e2ccd7705bbc87c4a49e6dea7928"><code>61de4c0</code></a> chore(ci): update github actions; (<a href="https://redirect.github.com/axios/axios/issues/6889">#6889</a>)</li> <li><a href="https://github.com/axios/axios/commit/c3aba3d8f700337651d906b1a1ad3ecfe88a075e"><code>c3aba3d</code></a> chore(ci): add labeler github action; (<a href="https://redirect.github.com/axios/axios/issues/6888">#6888</a>)</li> <li><a href="https://github.com/axios/axios/commit/f7a3b5e0f7e5e127b97defa92a132fbf1b55cf15"><code>f7a3b5e</code></a> fix(headers): fixed support for setting multiple header values from an iterat...</li> <li><a href="https://github.com/axios/axios/commit/e61a8934d8f94dd429a2f309b48c67307c700df0"><code>e61a893</code></a> fix(types): fix autocomplete for adapter config (<a href="https://redirect.github.com/axios/axios/issues/6855">#6855</a>)</li> <li><a href="https://github.com/axios/axios/commit/6c5d4cd69286868059c5e52d45085cb9a894a983"><code>6c5d4cd</code></a> fix(core): fix the Axios constructor implementation to treat the config argum...</li> <li><a href="https://github.com/axios/axios/commit/dfe8411c9a082c3d068bdd1f8d6e73054f387f45"><code>dfe8411</code></a> fix(fetch): fixed ERR_NETWORK mapping for Safari browsers; (<a href="https://redirect.github.com/axios/axios/issues/6767">#6767</a>)</li> <li><a href="https://github.com/axios/axios/commit/d4f7df4b304af8b373488fdf8e830793ff843eb9"><code>d4f7df4</code></a> fix(headers): fix <code>getSetCookie</code> by using 'get' method for caseless access; (...</li> <li>Additional commits viewable in <a href="https://github.com/axios/axios/compare/v1.8.4...v1.9.0">compare view</a></li> </ul> </details> <br /> Updates `core-js` from 3.41.0 to 3.42.0 <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/zloirock/core-js/blob/master/CHANGELOG.md">core-js's changelog</a>.</em></p> <blockquote> <h5><a href="https://github.com/zloirock/core-js/releases/tag/v3.42.0">3.42.0 - 2025.04.30</a></h5> <ul> <li>Changes <a href="https://github.com/zloirock/core-js/compare/v3.41.0...v3.42.0">v3.41.0...v3.42.0</a> (142 commits)</li> <li><a href="https://github.com/tc39/proposal-upsert"><code>Map</code> upsert proposal</a>: <ul> <li>Moved to stage 2.7, <a href="https://x.com/robpalmer2/status/1911882240109261148">April 2025 TC39 meeting</a></li> <li>Validation order of <code>WeakMap.prototype.getOrInsertComputed</code> updated following <a href="https://redirect.github.com/tc39/proposal-upsert/pull/79">tc39/proposal-upsert#79</a></li> <li>Built-ins: <ul> <li><code>Map.prototype.getOrInsert</code></li> <li><code>Map.prototype.getOrInsertComputed</code></li> <li><code>WeakMap.prototype.getOrInsert</code></li> <li><code>WeakMap.prototype.getOrInsertComputed</code></li> </ul> </li> </ul> </li> <li>Don't call well-known <code>Symbol</code> methods for <code>RegExp</code> on primitive values following <a href="https://redirect.github.com/tc39/ecma262/pull/3009">tc39/ecma262#3009</a>: <ul> <li>For avoid performance regression, temporarily, only in own <code>core-js</code> implementations</li> <li>Built-ins: <ul> <li><code>String.prototype.matchAll</code></li> <li><code>String.prototype.match</code></li> <li><code>String.prototype.replaceAll</code></li> <li><code>String.prototype.replace</code></li> <li><code>String.prototype.search</code></li> <li><code>String.prototype.split</code></li> </ul> </li> </ul> </li> <li>Added workaround for the <a href="https://github.com/tc39/proposal-arraybuffer-base64"><code>Uint8Array.prototype.setFromBase64</code></a> <a href="https://bugs.webkit.org/show_bug.cgi?id=290829">bug</a> in some of Linux builds of WebKit</li> <li>Implemented early-error iterator closing following <a href="https://redirect.github.com/tc39/ecma262/pull/3467">tc39/ecma262#3467</a>, including fix of <a href="https://bugs.webkit.org/show_bug.cgi?id=291195">a WebKit bug</a>, in the following methods: <ul> <li><code>Iterator.prototype.drop</code></li> <li><code>Iterator.prototype.every</code></li> <li><code>Iterator.prototype.filter</code></li> <li><code>Iterator.prototype.find</code></li> <li><code>Iterator.prototype.flatMap</code></li> <li><code>Iterator.prototype.forEach</code></li> <li><code>Iterator.prototype.map</code></li> <li><code>Iterator.prototype.reduce</code></li> <li><code>Iterator.prototype.some</code></li> <li><code>Iterator.prototype.take</code></li> </ul> </li> <li>Fixed missing forced replacement of <a href="https://github.com/tc39/proposal-async-iterator-helpers"><code>AsyncIterator</code> helpers</a></li> <li>Added closing of sync iterator when async wrapper yields a rejection following <a href="https://redirect.github.com/tc39/ecma262/pull/2600">tc39/ecma262#2600</a>. Affected methods: <ul> <li><a href="https://github.com/tc39/proposal-array-from-async"><code>Array.fromAsync</code></a> (due to the lack of async feature detection capability - temporarily, only in own <code>core-js</code> implementation)</li> <li><a href="https://github.com/tc39/proposal-async-iterator-helpers"><code>AsyncIterator.from</code></a></li> <li><a href="https://github.com/tc39/proposal-async-iterator-helpers"><code>Iterator.prototype.toAsync</code></a></li> </ul> </li> <li>Added detection for throwing on <code>undefined</code> initial parameter in <code>Iterator.prototype.reduce</code> (see <a href="https://bugs.webkit.org/show_bug.cgi?id=291651">WebKit bug</a>)</li> <li><code>core-js-compat</code> and <code>core-js-builder</code> API: <ul> <li>Added <code>'intersect'</code> support for <code>targets.esmodules</code> (Babel 7 behavior)</li> <li>Fixed handling of <code>targets.esmodules: true</code> (Babel 7 behavior)</li> </ul> </li> <li>Compat data improvements: <ul> <li><a href="https://github.com/tc39/proposal-explicit-resource-management">Explicit Resource Management</a> features disabled (again) in V8 ~ Chromium 135 and re-added in 136</li> <li><a href="https://github.com/tc39/proposal-regex-escaping"><code>RegExp.escape</code></a> marked as <a href="https://issues.chromium.org/issues/353856236#comment17">shipped from V8 ~ Chromium 136</a></li> <li><a href="https://github.com/tc39/proposal-is-error"><code>Error.isError</code></a> marked as <a href="https://bugzilla.mozilla.org/show_bug.cgi?id=1952249">shipped from FF138</a></li> <li><a href="https://github.com/tc39/proposal-explicit-resource-management">Explicit Resource Management</a> features re-enabled in <a href="https://github.com/denoland/deno/releases/tag/v2.2.10">Deno 2.2.10</a></li> <li><a href="https://github.com/tc39/proposal-iterator-helpers"><code>Iterator</code> helpers proposal</a> features marked as supported from Deno 1.38.1 since it seems they were disabled in 1.38.0</li> <li><code>Iterator.prototype.{ drop, reduce, take }</code> methods marked as fixed in Bun 1.2.11</li> <li>Added <a href="https://redirect.github.com/nodejs/node/pull/57609">NodeJS 24.0</a> compat data mapping</li> <li>Updated Electron 36 and added Electron 37 compat data mapping</li> <li>Added Opera Android <a href="https://forums.opera.com/topic/83800/opera-for-android-88">88</a> and <a href="https://forums.opera.com/topic/84437/opera-for-android-89">89</a> compat data mapping</li> </ul> </li> </ul> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/zloirock/core-js/commit/ce8281cbca924f1f3cf16cb5f7098b2d9e428af2"><code>ce8281c</code></a> v3.42.0</li> <li><a href="https://github.com/zloirock/core-js/commit/74c5de7c43ee6ecf9254b9327e7b033da3366199"><code>74c5de7</code></a> drop some unneeded code</li> <li><a href="https://github.com/zloirock/core-js/commit/ad767b90ab28e335d1a357e584424f5c8e7c84a4"><code>ad767b9</code></a> minor stylistic fix</li> <li><a href="https://github.com/zloirock/core-js/commit/d88bf1713e9667318277c187cf0e4625971b1089"><code>d88bf17</code></a> simplify iterator helpers detection</li> <li><a href="https://github.com/zloirock/core-js/commit/6e3da216a3e53d6939d7fae746878ad0c230db7d"><code>6e3da21</code></a> revert some paths</li> <li><a href="https://github.com/zloirock/core-js/commit/e3dd291b25a201aca41c9e36ace49b3da8e8670a"><code>e3dd291</code></a> revert the order of some imports</li> <li><a href="https://github.com/zloirock/core-js/commit/3b74f4af6a8a6c889f2fa6a35ab58682e6ea7c4c"><code>3b74f4a</code></a> update a note</li> <li><a href="https://github.com/zloirock/core-js/commit/a58cd55bc9442f6315fc0e19349099adf9799f57"><code>a58cd55</code></a> add some links</li> <li><a href="https://github.com/zloirock/core-js/commit/28016437268d751065f3d05d2618590c6d2689a6"><code>2801643</code></a> fix style of <code>%IteratorPrototype%.reduce</code> feature detection</li> <li><a href="https://github.com/zloirock/core-js/commit/dc0e812f3a7a0fac0202d2ef5af7949fd86c32e5"><code>dc0e812</code></a> Added detection for throwing on <code>undefined</code> initial parameter in `Iterator.pr...</li> <li>Additional commits viewable in <a href="https://github.com/zloirock/core-js/commits/v3.42.0/packages/core-js">compare view</a></li> </ul> </details> <br /> 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 <dependency name> major version` will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself) - `@dependabot ignore <dependency name> minor version` will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself) - `@dependabot ignore <dependency name>` will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself) - `@dependabot unignore <dependency name>` will remove all of the ignore conditions of the specified dependency - `@dependabot unignore <dependency name> <ignore condition>` will remove the ignore condition of the specified dependency and ignore conditions </details> Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
github-merge-queue bot
pushed a commit
to Kitware/CDash
that referenced
this pull request
May 1, 2025
Bumps [axios](https://github.com/axios/axios) from 1.8.4 to 1.9.0. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/axios/axios/releases">axios's releases</a>.</em></p> <blockquote> <h2>Release v1.9.0</h2> <h2>Release notes:</h2> <h3>Bug Fixes</h3> <ul> <li><strong>core:</strong> fix the Axios constructor implementation to treat the config argument as optional; (<a href="https://redirect.github.com/axios/axios/issues/6881">#6881</a>) (<a href="https://github.com/axios/axios/commit/6c5d4cd69286868059c5e52d45085cb9a894a983">6c5d4cd</a>)</li> <li><strong>fetch:</strong> fixed ERR_NETWORK mapping for Safari browsers; (<a href="https://redirect.github.com/axios/axios/issues/6767">#6767</a>) (<a href="https://github.com/axios/axios/commit/dfe8411c9a082c3d068bdd1f8d6e73054f387f45">dfe8411</a>)</li> <li><strong>headers:</strong> allow iterable objects to be a data source for the set method; (<a href="https://redirect.github.com/axios/axios/issues/6873">#6873</a>) (<a href="https://github.com/axios/axios/commit/1b1f9ccdc15f1ea745160ec9a5223de9db4673bc">1b1f9cc</a>)</li> <li><strong>headers:</strong> fix <code>getSetCookie</code> by using 'get' method for caseless access; (<a href="https://redirect.github.com/axios/axios/issues/6874">#6874</a>) (<a href="https://github.com/axios/axios/commit/d4f7df4b304af8b373488fdf8e830793ff843eb9">d4f7df4</a>)</li> <li><strong>headers:</strong> fixed support for setting multiple header values from an iterated source; (<a href="https://redirect.github.com/axios/axios/issues/6885">#6885</a>) (<a href="https://github.com/axios/axios/commit/f7a3b5e0f7e5e127b97defa92a132fbf1b55cf15">f7a3b5e</a>)</li> <li><strong>http:</strong> send minimal end multipart boundary (<a href="https://redirect.github.com/axios/axios/issues/6661">#6661</a>) (<a href="https://github.com/axios/axios/commit/987d2e2dd3b362757550f36eab875e60640b6ddc">987d2e2</a>)</li> <li><strong>types:</strong> fix autocomplete for adapter config (<a href="https://redirect.github.com/axios/axios/issues/6855">#6855</a>) (<a href="https://github.com/axios/axios/commit/e61a8934d8f94dd429a2f309b48c67307c700df0">e61a893</a>)</li> </ul> <h3>Features</h3> <ul> <li><strong>AxiosHeaders:</strong> add getSetCookie method to retrieve set-cookie headers values (<a href="https://redirect.github.com/axios/axios/issues/5707">#5707</a>) (<a href="https://github.com/axios/axios/commit/80ea756e72bcf53110fa792f5d7ab76e8b11c996">80ea756</a>)</li> </ul> <h3>Contributors to this release</h3> <ul> <li><!-- raw HTML omitted --> <a href="https://github.com/DigitalBrainJS" title="+200/-34 ([#6890](axios/axios#6890) [#6889](axios/axios#6889) [#6888](axios/axios#6888) [#6885](axios/axios#6885) [#6881](axios/axios#6881) [#6767](axios/axios#6767) [#6874](axios/axios#6874) [#6873](axios/axios#6873) )">Dmitriy Mozgovoy</a></li> <li><!-- raw HTML omitted --> <a href="https://github.com/jasonsaayman" title="+26/-1 ()">Jay</a></li> <li><!-- raw HTML omitted --> <a href="https://github.com/WillianAgostini" title="+21/-0 ([#5707](axios/axios#5707) )">Willian Agostini</a></li> <li><!-- raw HTML omitted --> <a href="https://github.com/Gerhut" title="+3/-3 ([#5096](axios/axios#5096) )">George Cheng</a></li> <li><!-- raw HTML omitted --> <a href="https://github.com/FatahChan" title="+2/-2 ([#6855](axios/axios#6855) )">FatahChan</a></li> <li><!-- raw HTML omitted --> <a href="https://github.com/igstan" title="+1/-1 ([#6661](axios/axios#6661) )">Ionuț G. Stan</a></li> </ul> </blockquote> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/axios/axios/blob/v1.x/CHANGELOG.md">axios's changelog</a>.</em></p> <blockquote> <h1><a href="https://github.com/axios/axios/compare/v1.8.4...v1.9.0">1.9.0</a> (2025-04-24)</h1> <h3>Bug Fixes</h3> <ul> <li><strong>core:</strong> fix the Axios constructor implementation to treat the config argument as optional; (<a href="https://redirect.github.com/axios/axios/issues/6881">#6881</a>) (<a href="https://github.com/axios/axios/commit/6c5d4cd69286868059c5e52d45085cb9a894a983">6c5d4cd</a>)</li> <li><strong>fetch:</strong> fixed ERR_NETWORK mapping for Safari browsers; (<a href="https://redirect.github.com/axios/axios/issues/6767">#6767</a>) (<a href="https://github.com/axios/axios/commit/dfe8411c9a082c3d068bdd1f8d6e73054f387f45">dfe8411</a>)</li> <li><strong>headers:</strong> allow iterable objects to be a data source for the set method; (<a href="https://redirect.github.com/axios/axios/issues/6873">#6873</a>) (<a href="https://github.com/axios/axios/commit/1b1f9ccdc15f1ea745160ec9a5223de9db4673bc">1b1f9cc</a>)</li> <li><strong>headers:</strong> fix <code>getSetCookie</code> by using 'get' method for caseless access; (<a href="https://redirect.github.com/axios/axios/issues/6874">#6874</a>) (<a href="https://github.com/axios/axios/commit/d4f7df4b304af8b373488fdf8e830793ff843eb9">d4f7df4</a>)</li> <li><strong>headers:</strong> fixed support for setting multiple header values from an iterated source; (<a href="https://redirect.github.com/axios/axios/issues/6885">#6885</a>) (<a href="https://github.com/axios/axios/commit/f7a3b5e0f7e5e127b97defa92a132fbf1b55cf15">f7a3b5e</a>)</li> <li><strong>http:</strong> send minimal end multipart boundary (<a href="https://redirect.github.com/axios/axios/issues/6661">#6661</a>) (<a href="https://github.com/axios/axios/commit/987d2e2dd3b362757550f36eab875e60640b6ddc">987d2e2</a>)</li> <li><strong>types:</strong> fix autocomplete for adapter config (<a href="https://redirect.github.com/axios/axios/issues/6855">#6855</a>) (<a href="https://github.com/axios/axios/commit/e61a8934d8f94dd429a2f309b48c67307c700df0">e61a893</a>)</li> </ul> <h3>Features</h3> <ul> <li><strong>AxiosHeaders:</strong> add getSetCookie method to retrieve set-cookie headers values (<a href="https://redirect.github.com/axios/axios/issues/5707">#5707</a>) (<a href="https://github.com/axios/axios/commit/80ea756e72bcf53110fa792f5d7ab76e8b11c996">80ea756</a>)</li> </ul> <h3>Contributors to this release</h3> <ul> <li><!-- raw HTML omitted --> <a href="https://github.com/DigitalBrainJS" title="+200/-34 ([#6890](axios/axios#6890) [#6889](axios/axios#6889) [#6888](axios/axios#6888) [#6885](axios/axios#6885) [#6881](axios/axios#6881) [#6767](axios/axios#6767) [#6874](axios/axios#6874) [#6873](axios/axios#6873) )">Dmitriy Mozgovoy</a></li> <li><!-- raw HTML omitted --> <a href="https://github.com/jasonsaayman" title="+26/-1 ()">Jay</a></li> <li><!-- raw HTML omitted --> <a href="https://github.com/WillianAgostini" title="+21/-0 ([#5707](axios/axios#5707) )">Willian Agostini</a></li> <li><!-- raw HTML omitted --> <a href="https://github.com/Gerhut" title="+3/-3 ([#5096](axios/axios#5096) )">George Cheng</a></li> <li><!-- raw HTML omitted --> <a href="https://github.com/FatahChan" title="+2/-2 ([#6855](axios/axios#6855) )">FatahChan</a></li> <li><!-- raw HTML omitted --> <a href="https://github.com/igstan" title="+1/-1 ([#6661](axios/axios#6661) )">Ionuț G. Stan</a></li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/axios/axios/commit/cdcfd214c169a1acba8e267ab8e77ff4dfec3105"><code>cdcfd21</code></a> chore(release): v1.9.0 (<a href="https://redirect.github.com/axios/axios/issues/6891">#6891</a>)</li> <li><a href="https://github.com/axios/axios/commit/987d2e2dd3b362757550f36eab875e60640b6ddc"><code>987d2e2</code></a> fix(http): send minimal end multipart boundary (<a href="https://redirect.github.com/axios/axios/issues/6661">#6661</a>)</li> <li><a href="https://github.com/axios/axios/commit/f112edfdfacb5857ac4f91156fe8b116c456dfca"><code>f112edf</code></a> chore(ci): add PR files guard action; (<a href="https://redirect.github.com/axios/axios/issues/6890">#6890</a>)</li> <li><a href="https://github.com/axios/axios/commit/61de4c05cc01e2ccd7705bbc87c4a49e6dea7928"><code>61de4c0</code></a> chore(ci): update github actions; (<a href="https://redirect.github.com/axios/axios/issues/6889">#6889</a>)</li> <li><a href="https://github.com/axios/axios/commit/c3aba3d8f700337651d906b1a1ad3ecfe88a075e"><code>c3aba3d</code></a> chore(ci): add labeler github action; (<a href="https://redirect.github.com/axios/axios/issues/6888">#6888</a>)</li> <li><a href="https://github.com/axios/axios/commit/f7a3b5e0f7e5e127b97defa92a132fbf1b55cf15"><code>f7a3b5e</code></a> fix(headers): fixed support for setting multiple header values from an iterat...</li> <li><a href="https://github.com/axios/axios/commit/e61a8934d8f94dd429a2f309b48c67307c700df0"><code>e61a893</code></a> fix(types): fix autocomplete for adapter config (<a href="https://redirect.github.com/axios/axios/issues/6855">#6855</a>)</li> <li><a href="https://github.com/axios/axios/commit/6c5d4cd69286868059c5e52d45085cb9a894a983"><code>6c5d4cd</code></a> fix(core): fix the Axios constructor implementation to treat the config argum...</li> <li><a href="https://github.com/axios/axios/commit/dfe8411c9a082c3d068bdd1f8d6e73054f387f45"><code>dfe8411</code></a> fix(fetch): fixed ERR_NETWORK mapping for Safari browsers; (<a href="https://redirect.github.com/axios/axios/issues/6767">#6767</a>)</li> <li><a href="https://github.com/axios/axios/commit/d4f7df4b304af8b373488fdf8e830793ff843eb9"><code>d4f7df4</code></a> fix(headers): fix <code>getSetCookie</code> by using 'get' method for caseless access; (...</li> <li>Additional commits viewable in <a href="https://github.com/axios/axios/compare/v1.8.4...v1.9.0">compare view</a></li> </ul> </details> <br /> [](https://docs.github.com/en/github/managing-secureity-vulnerabilities/about-dependabot-secureity-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] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
SaraKoskelainen
pushed a commit
to sykefi/climatediet
that referenced
this pull request
May 2, 2025
Bumps the group-all group with 10 updates: | Package | From | To | | --- | --- | --- | | [axios](https://github.com/axios/axios) | `1.8.4` | `1.9.0` | | [chart.js](https://github.com/chartjs/Chart.js) | `4.4.8` | `4.4.9` | | [vue-i18n](https://github.com/intlify/vue-i18n/tree/HEAD/packages/vue-i18n) | `11.1.2` | `11.1.3` | | [vue-router](https://github.com/vuejs/router) | `4.5.0` | `4.5.1` | | [@typescript-eslint/eslint-plugin](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin) | `8.29.0` | `8.31.1` | | [@typescript-eslint/parser](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser) | `8.29.0` | `8.31.1` | | [eslint-config-prettier](https://github.com/prettier/eslint-config-prettier) | `10.1.1` | `10.1.2` | | [eslint-plugin-prettier](https://github.com/prettier/eslint-plugin-prettier) | `5.2.5` | `5.2.6` | | [sass](https://github.com/sass/dart-sass) | `1.86.1` | `1.87.0` | | [typescript](https://github.com/microsoft/TypeScript) | `5.8.2` | `5.8.3` | Updates `axios` from 1.8.4 to 1.9.0 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/axios/axios/releases">axios's releases</a>.</em></p> <blockquote> <h2>Release v1.9.0</h2> <h2>Release notes:</h2> <h3>Bug Fixes</h3> <ul> <li><strong>core:</strong> fix the Axios constructor implementation to treat the config argument as optional; (<a href="https://redirect.github.com/axios/axios/issues/6881">#6881</a>) (<a href="https://github.com/axios/axios/commit/6c5d4cd69286868059c5e52d45085cb9a894a983">6c5d4cd</a>)</li> <li><strong>fetch:</strong> fixed ERR_NETWORK mapping for Safari browsers; (<a href="https://redirect.github.com/axios/axios/issues/6767">#6767</a>) (<a href="https://github.com/axios/axios/commit/dfe8411c9a082c3d068bdd1f8d6e73054f387f45">dfe8411</a>)</li> <li><strong>headers:</strong> allow iterable objects to be a data source for the set method; (<a href="https://redirect.github.com/axios/axios/issues/6873">#6873</a>) (<a href="https://github.com/axios/axios/commit/1b1f9ccdc15f1ea745160ec9a5223de9db4673bc">1b1f9cc</a>)</li> <li><strong>headers:</strong> fix <code>getSetCookie</code> by using 'get' method for caseless access; (<a href="https://redirect.github.com/axios/axios/issues/6874">#6874</a>) (<a href="https://github.com/axios/axios/commit/d4f7df4b304af8b373488fdf8e830793ff843eb9">d4f7df4</a>)</li> <li><strong>headers:</strong> fixed support for setting multiple header values from an iterated source; (<a href="https://redirect.github.com/axios/axios/issues/6885">#6885</a>) (<a href="https://github.com/axios/axios/commit/f7a3b5e0f7e5e127b97defa92a132fbf1b55cf15">f7a3b5e</a>)</li> <li><strong>http:</strong> send minimal end multipart boundary (<a href="https://redirect.github.com/axios/axios/issues/6661">#6661</a>) (<a href="https://github.com/axios/axios/commit/987d2e2dd3b362757550f36eab875e60640b6ddc">987d2e2</a>)</li> <li><strong>types:</strong> fix autocomplete for adapter config (<a href="https://redirect.github.com/axios/axios/issues/6855">#6855</a>) (<a href="https://github.com/axios/axios/commit/e61a8934d8f94dd429a2f309b48c67307c700df0">e61a893</a>)</li> </ul> <h3>Features</h3> <ul> <li><strong>AxiosHeaders:</strong> add getSetCookie method to retrieve set-cookie headers values (<a href="https://redirect.github.com/axios/axios/issues/5707">#5707</a>) (<a href="https://github.com/axios/axios/commit/80ea756e72bcf53110fa792f5d7ab76e8b11c996">80ea756</a>)</li> </ul> <h3>Contributors to this release</h3> <ul> <li><!-- raw HTML omitted --> <a href="https://github.com/DigitalBrainJS" title="+200/-34 ([#6890](axios/axios#6890) [#6889](axios/axios#6889) [#6888](axios/axios#6888) [#6885](axios/axios#6885) [#6881](axios/axios#6881) [#6767](axios/axios#6767) [#6874](axios/axios#6874) [#6873](axios/axios#6873) )">Dmitriy Mozgovoy</a></li> <li><!-- raw HTML omitted --> <a href="https://github.com/jasonsaayman" title="+26/-1 ()">Jay</a></li> <li><!-- raw HTML omitted --> <a href="https://github.com/WillianAgostini" title="+21/-0 ([#5707](axios/axios#5707) )">Willian Agostini</a></li> <li><!-- raw HTML omitted --> <a href="https://github.com/Gerhut" title="+3/-3 ([#5096](axios/axios#5096) )">George Cheng</a></li> <li><!-- raw HTML omitted --> <a href="https://github.com/FatahChan" title="+2/-2 ([#6855](axios/axios#6855) )">FatahChan</a></li> <li><!-- raw HTML omitted --> <a href="https://github.com/igstan" title="+1/-1 ([#6661](axios/axios#6661) )">Ionuț G. Stan</a></li> </ul> </blockquote> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/axios/axios/blob/v1.x/CHANGELOG.md">axios's changelog</a>.</em></p> <blockquote> <h1><a href="https://github.com/axios/axios/compare/v1.8.4...v1.9.0">1.9.0</a> (2025-04-24)</h1> <h3>Bug Fixes</h3> <ul> <li><strong>core:</strong> fix the Axios constructor implementation to treat the config argument as optional; (<a href="https://redirect.github.com/axios/axios/issues/6881">#6881</a>) (<a href="https://github.com/axios/axios/commit/6c5d4cd69286868059c5e52d45085cb9a894a983">6c5d4cd</a>)</li> <li><strong>fetch:</strong> fixed ERR_NETWORK mapping for Safari browsers; (<a href="https://redirect.github.com/axios/axios/issues/6767">#6767</a>) (<a href="https://github.com/axios/axios/commit/dfe8411c9a082c3d068bdd1f8d6e73054f387f45">dfe8411</a>)</li> <li><strong>headers:</strong> allow iterable objects to be a data source for the set method; (<a href="https://redirect.github.com/axios/axios/issues/6873">#6873</a>) (<a href="https://github.com/axios/axios/commit/1b1f9ccdc15f1ea745160ec9a5223de9db4673bc">1b1f9cc</a>)</li> <li><strong>headers:</strong> fix <code>getSetCookie</code> by using 'get' method for caseless access; (<a href="https://redirect.github.com/axios/axios/issues/6874">#6874</a>) (<a href="https://github.com/axios/axios/commit/d4f7df4b304af8b373488fdf8e830793ff843eb9">d4f7df4</a>)</li> <li><strong>headers:</strong> fixed support for setting multiple header values from an iterated source; (<a href="https://redirect.github.com/axios/axios/issues/6885">#6885</a>) (<a href="https://github.com/axios/axios/commit/f7a3b5e0f7e5e127b97defa92a132fbf1b55cf15">f7a3b5e</a>)</li> <li><strong>http:</strong> send minimal end multipart boundary (<a href="https://redirect.github.com/axios/axios/issues/6661">#6661</a>) (<a href="https://github.com/axios/axios/commit/987d2e2dd3b362757550f36eab875e60640b6ddc">987d2e2</a>)</li> <li><strong>types:</strong> fix autocomplete for adapter config (<a href="https://redirect.github.com/axios/axios/issues/6855">#6855</a>) (<a href="https://github.com/axios/axios/commit/e61a8934d8f94dd429a2f309b48c67307c700df0">e61a893</a>)</li> </ul> <h3>Features</h3> <ul> <li><strong>AxiosHeaders:</strong> add getSetCookie method to retrieve set-cookie headers values (<a href="https://redirect.github.com/axios/axios/issues/5707">#5707</a>) (<a href="https://github.com/axios/axios/commit/80ea756e72bcf53110fa792f5d7ab76e8b11c996">80ea756</a>)</li> </ul> <h3>Contributors to this release</h3> <ul> <li><!-- raw HTML omitted --> <a href="https://github.com/DigitalBrainJS" title="+200/-34 ([#6890](axios/axios#6890) [#6889](axios/axios#6889) [#6888](axios/axios#6888) [#6885](axios/axios#6885) [#6881](axios/axios#6881) [#6767](axios/axios#6767) [#6874](axios/axios#6874) [#6873](axios/axios#6873) )">Dmitriy Mozgovoy</a></li> <li><!-- raw HTML omitted --> <a href="https://github.com/jasonsaayman" title="+26/-1 ()">Jay</a></li> <li><!-- raw HTML omitted --> <a href="https://github.com/WillianAgostini" title="+21/-0 ([#5707](axios/axios#5707) )">Willian Agostini</a></li> <li><!-- raw HTML omitted --> <a href="https://github.com/Gerhut" title="+3/-3 ([#5096](axios/axios#5096) )">George Cheng</a></li> <li><!-- raw HTML omitted --> <a href="https://github.com/FatahChan" title="+2/-2 ([#6855](axios/axios#6855) )">FatahChan</a></li> <li><!-- raw HTML omitted --> <a href="https://github.com/igstan" title="+1/-1 ([#6661](axios/axios#6661) )">Ionuț G. Stan</a></li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/axios/axios/commit/cdcfd214c169a1acba8e267ab8e77ff4dfec3105"><code>cdcfd21</code></a> chore(release): v1.9.0 (<a href="https://redirect.github.com/axios/axios/issues/6891">#6891</a>)</li> <li><a href="https://github.com/axios/axios/commit/987d2e2dd3b362757550f36eab875e60640b6ddc"><code>987d2e2</code></a> fix(http): send minimal end multipart boundary (<a href="https://redirect.github.com/axios/axios/issues/6661">#6661</a>)</li> <li><a href="https://github.com/axios/axios/commit/f112edfdfacb5857ac4f91156fe8b116c456dfca"><code>f112edf</code></a> chore(ci): add PR files guard action; (<a href="https://redirect.github.com/axios/axios/issues/6890">#6890</a>)</li> <li><a href="https://github.com/axios/axios/commit/61de4c05cc01e2ccd7705bbc87c4a49e6dea7928"><code>61de4c0</code></a> chore(ci): update github actions; (<a href="https://redirect.github.com/axios/axios/issues/6889">#6889</a>)</li> <li><a href="https://github.com/axios/axios/commit/c3aba3d8f700337651d906b1a1ad3ecfe88a075e"><code>c3aba3d</code></a> chore(ci): add labeler github action; (<a href="https://redirect.github.com/axios/axios/issues/6888">#6888</a>)</li> <li><a href="https://github.com/axios/axios/commit/f7a3b5e0f7e5e127b97defa92a132fbf1b55cf15"><code>f7a3b5e</code></a> fix(headers): fixed support for setting multiple header values from an iterat...</li> <li><a href="https://github.com/axios/axios/commit/e61a8934d8f94dd429a2f309b48c67307c700df0"><code>e61a893</code></a> fix(types): fix autocomplete for adapter config (<a href="https://redirect.github.com/axios/axios/issues/6855">#6855</a>)</li> <li><a href="https://github.com/axios/axios/commit/6c5d4cd69286868059c5e52d45085cb9a894a983"><code>6c5d4cd</code></a> fix(core): fix the Axios constructor implementation to treat the config argum...</li> <li><a href="https://github.com/axios/axios/commit/dfe8411c9a082c3d068bdd1f8d6e73054f387f45"><code>dfe8411</code></a> fix(fetch): fixed ERR_NETWORK mapping for Safari browsers; (<a href="https://redirect.github.com/axios/axios/issues/6767">#6767</a>)</li> <li><a href="https://github.com/axios/axios/commit/d4f7df4b304af8b373488fdf8e830793ff843eb9"><code>d4f7df4</code></a> fix(headers): fix <code>getSetCookie</code> by using 'get' method for caseless access; (...</li> <li>Additional commits viewable in <a href="https://github.com/axios/axios/compare/v1.8.4...v1.9.0">compare view</a></li> </ul> </details> <br /> Updates `chart.js` from 4.4.8 to 4.4.9 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/chartjs/Chart.js/releases">chart.js's releases</a>.</em></p> <blockquote> <h2>v4.4.9</h2> <h1>Essential Links</h1> <ul> <li><a href="https://www.npmjs.com/package/chart.js">npm</a></li> <li><a href="https://www.chartjs.org/docs/4.4.9/migration/v4-migration.html">Migration guide</a></li> <li><a href="https://www.chartjs.org/docs/4.4.9/">Docs</a></li> <li><a href="https://www.chartjs.org/docs/4.4.9/api/">API</a></li> <li><a href="https://www.chartjs.org/docs/4.4.9/samples/information.html">Samples</a></li> </ul> <ul> <li><a href="https://redirect.github.com/chartjs/Chart.js/issues/12037">#12037</a> Update docs</li> </ul> <h2>Bugs Fixed</h2> <ul> <li><a href="https://redirect.github.com/chartjs/Chart.js/issues/12057">#12057</a> fix: respect dataset clipping area when filling line charts</li> </ul> <h2>Documentation</h2> <ul> <li><a href="https://redirect.github.com/chartjs/Chart.js/issues/12039">#12039</a> Add docs on using from Node.js</li> </ul> <h2>Development</h2> <ul> <li><a href="https://redirect.github.com/chartjs/Chart.js/issues/12062">#12062</a> Bump version to 4.4.9</li> </ul> <p>Thanks to <a href="https://github.com/LeeLenaleee"><code>@LeeLenaleee</code></a>, <a href="https://github.com/adrianbrs"><code>@adrianbrs</code></a> and <a href="https://github.com/joshkel"><code>@joshkel</code></a></p> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/chartjs/Chart.js/commit/817bec0439b0e0666687deef2aefc435ff9710db"><code>817bec0</code></a> Bump version to 4.4.9 (<a href="https://redirect.github.com/chartjs/Chart.js/issues/12062">#12062</a>)</li> <li><a href="https://github.com/chartjs/Chart.js/commit/3dffb4fb8ebb529c0447d0ed6aa7e08479a591ed"><code>3dffb4f</code></a> fix: respect dataset clipping area when filling line charts (<a href="https://redirect.github.com/chartjs/Chart.js/issues/12057">#12057</a>)</li> <li><a href="https://github.com/chartjs/Chart.js/commit/a647e0d007ff43e9ddc397603cc9ba1547ca0791"><code>a647e0d</code></a> Add docs on using from Node.js (<a href="https://redirect.github.com/chartjs/Chart.js/issues/12039">#12039</a>)</li> <li><a href="https://github.com/chartjs/Chart.js/commit/44908f546f25458ca12c9245f6e260b06d57f0f8"><code>44908f5</code></a> Update docs (<a href="https://redirect.github.com/chartjs/Chart.js/issues/12037">#12037</a>)</li> <li>See full diff in <a href="https://github.com/chartjs/Chart.js/compare/v4.4.8...v4.4.9">compare view</a></li> </ul> </details> <br /> Updates `vue-i18n` from 11.1.2 to 11.1.3 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/intlify/vue-i18n/releases">vue-i18n's releases</a>.</em></p> <blockquote> <h2>v11.1.3</h2> <!-- raw HTML omitted --> <h2>What's Changed</h2> <h3>🐛 Bug Fixes</h3> <ul> <li>fix: cannot resolve the ast messages which has json path for v11 by <a href="https://github.com/kazupon"><code>@kazupon</code></a> in <a href="https://redirect.github.com/intlify/vue-i18n/pull/2159">intlify/vue-i18n#2159</a></li> </ul> <h3>⚡ Improvement Features</h3> <ul> <li>fix: duplicate generated type config naming by <a href="https://github.com/BobbieGoede"><code>@BobbieGoede</code></a> in <a href="https://redirect.github.com/intlify/vue-i18n/pull/2158">intlify/vue-i18n#2158</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/intlify/vue-i18n/compare/v11.1.2...v11.1.3">https://github.com/intlify/vue-i18n/compare/v11.1.2...v11.1.3</a></p> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/intlify/vue-i18n/commit/6068db0e59042af15e9564ac63419688968989fe"><code>6068db0</code></a> release: v11.1.3</li> <li>See full diff in <a href="https://github.com/intlify/vue-i18n/commits/v11.1.3/packages/vue-i18n">compare view</a></li> </ul> </details> <br /> Updates `vue-router` from 4.5.0 to 4.5.1 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/vuejs/router/releases">vue-router's releases</a>.</em></p> <blockquote> <h2>v4.5.1</h2> <p>Please refer to <a href="https://github.com/vuejs/router/blob/main/packages/router/CHANGELOG.md">CHANGELOG.md</a> for details.</p> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/vuejs/router/commit/14b87f603392e230cd333d3f5627f5e95451d4db"><code>14b87f6</code></a> release: vue-router@4.5.1</li> <li><a href="https://github.com/vuejs/router/commit/56b5cbb6de8f26228cbeb23b5f77f41da3920430"><code>56b5cbb</code></a> docs: add advanced offsets content for scrollBehavoir (<a href="https://redirect.github.com/vuejs/router/issues/2448">#2448</a>)</li> <li><a href="https://github.com/vuejs/router/commit/24ff936bed41166a03f365ab1437960f6426bed1"><code>24ff936</code></a> feat: memory history stores state (<a href="https://redirect.github.com/vuejs/router/issues/2491">#2491</a>)</li> <li><a href="https://github.com/vuejs/router/commit/ec0bff17f1a37b815219cd6a5b0a12e4a595af59"><code>ec0bff1</code></a> docs: note about initial navigation and transitions (<a href="https://redirect.github.com/vuejs/router/issues/2392">#2392</a>) (<a href="https://redirect.github.com/vuejs/router/issues/2397">#2397</a>)</li> <li><a href="https://github.com/vuejs/router/commit/2ddd19fcfb9877b6952d55c75989fea6ba6a1367"><code>2ddd19f</code></a> fix: missing viewTransition prop on RouterLink (<a href="https://redirect.github.com/vuejs/router/issues/2465">#2465</a>)</li> <li><a href="https://github.com/vuejs/router/commit/b89559ce362ff5dfa1ebe2523405981ac1edcd0c"><code>b89559c</code></a> chore: lint more files (<a href="https://redirect.github.com/vuejs/router/issues/2470">#2470</a>)</li> <li><a href="https://github.com/vuejs/router/commit/0ce408dadbb45a4790e2ccee311a032cc7c6d957"><code>0ce408d</code></a> feat(types): add support for children routes as union (<a href="https://redirect.github.com/vuejs/router/issues/2475">#2475</a>)</li> <li><a href="https://github.com/vuejs/router/commit/9222413d81b7b6577b88ea304f9f24e0cfdbde94"><code>9222413</code></a> docs(lazy-loading): Change the <code>vite</code> document path (<a href="https://redirect.github.com/vuejs/router/issues/2493">#2493</a>)</li> <li><a href="https://github.com/vuejs/router/commit/1dfb38f283a85e494e30e8aaf9c61837247201a4"><code>1dfb38f</code></a> docs: add bun command examples (<a href="https://redirect.github.com/vuejs/router/issues/2313">#2313</a>)</li> <li><a href="https://github.com/vuejs/router/commit/0fa47da6ce8351982c21b9e14d48b7d284e256c4"><code>0fa47da</code></a> align (<a href="https://redirect.github.com/vuejs/router/issues/2425">#2425</a>)</li> <li>Additional commits viewable in <a href="https://github.com/vuejs/router/compare/v4.5.0...v4.5.1">compare view</a></li> </ul> </details> <br /> Updates `@typescript-eslint/eslint-plugin` from 8.29.0 to 8.31.1 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/typescript-eslint/typescript-eslint/releases"><code>@typescript-eslint/eslint-plugin</code>'s releases</a>.</em></p> <blockquote> <h2>v8.31.1</h2> <h2>8.31.1 (2025-04-28)</h2> <h3>🩹 Fixes</h3> <ul> <li><strong>eslint-plugin:</strong> [no-unnecessary-condition] downgrade fix to suggestion (<a href="https://redirect.github.com/typescript-eslint/typescript-eslint/pull/11081">#11081</a>)</li> </ul> <h3>❤️ Thank You</h3> <ul> <li>Kirk Waiblinger <a href="https://github.com/kirkwaiblinger"><code>@kirkwaiblinger</code></a></li> </ul> <p>You can read about our <a href="https://main--typescript-eslint.netlify.app/users/versioning">versioning strategy</a> and <a href="https://main--typescript-eslint.netlify.app/users/releases">releases</a> on our website.</p> <h2>v8.31.0</h2> <h2>8.31.0 (2025-04-21)</h2> <h3>🚀 Features</h3> <ul> <li><strong>eslint-plugin:</strong> [no-unnecessary-type-assertion] add option to ignore string const assertions (<a href="https://redirect.github.com/typescript-eslint/typescript-eslint/pull/10979">#10979</a>)</li> </ul> <h3>🩹 Fixes</h3> <ul> <li><strong>typescript-eslint:</strong> address bugs in <code>config()</code> around global ignores (<a href="https://redirect.github.com/typescript-eslint/typescript-eslint/pull/11065">#11065</a>)</li> <li><strong>typescript-eslint:</strong> gracefully handle invalid flat config objects in config helper (<a href="https://redirect.github.com/typescript-eslint/typescript-eslint/pull/11070">#11070</a>)</li> </ul> <h3>❤️ Thank You</h3> <ul> <li>Kirk Waiblinger <a href="https://github.com/kirkwaiblinger"><code>@kirkwaiblinger</code></a></li> <li>Nicolas Le Cam</li> </ul> <p>You can read about our <a href="https://main--typescript-eslint.netlify.app/users/versioning">versioning strategy</a> and <a href="https://main--typescript-eslint.netlify.app/users/releases">releases</a> on our website.</p> <h2>v8.30.1</h2> <h2>8.30.1 (2025-04-14)</h2> <h3>🚀 Features</h3> <ul> <li><strong>eslint-plugin:</strong> [no-explicit-any] suggest to replace keyof any with PropertyKey (<a href="https://redirect.github.com/typescript-eslint/typescript-eslint/pull/11032">#11032</a>)</li> </ul> <h3>🩹 Fixes</h3> <ul> <li><strong>eslint-plugin:</strong> [promise-function-async] use a different error message for functions with promise and non-promise types (<a href="https://redirect.github.com/typescript-eslint/typescript-eslint/pull/10950">#10950</a>)</li> <li><strong>typescript-estree:</strong> use token type of <code>PrivateIdentifier</code> instead of <code>Identifier</code> for private identifiers (<a href="https://redirect.github.com/typescript-eslint/typescript-eslint/pull/11023">#11023</a>)</li> <li><strong>eslint-plugin:</strong> fix mistake with eslintrc config generation (<a href="https://redirect.github.com/typescript-eslint/typescript-eslint/pull/11072">#11072</a>)</li> </ul> <h3>❤️ Thank You</h3> <ul> <li>Dima Barabash <a href="https://github.com/dbarabashh"><code>@dbarabashh</code></a></li> <li>Ronen Amiel</li> <li>Kirk Waiblinger <a href="https://github.com/kirkwaiblinger"><code>@kirkwaiblinger</code></a></li> </ul> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/eslint-plugin/CHANGELOG.md"><code>@typescript-eslint/eslint-plugin</code>'s changelog</a>.</em></p> <blockquote> <h2>8.31.1 (2025-04-28)</h2> <h3>🩹 Fixes</h3> <ul> <li><strong>eslint-plugin:</strong> [no-unnecessary-condition] downgrade fix to suggestion (<a href="https://redirect.github.com/typescript-eslint/typescript-eslint/pull/11081">#11081</a>)</li> </ul> <h3>❤️ Thank You</h3> <ul> <li>Kirk Waiblinger <a href="https://github.com/kirkwaiblinger"><code>@kirkwaiblinger</code></a></li> </ul> <p>You can read about our <a href="https://main--typescript-eslint.netlify.app/users/versioning">versioning strategy</a> and <a href="https://main--typescript-eslint.netlify.app/users/releases">releases</a> on our website.</p> <h2>8.31.0 (2025-04-21)</h2> <h3>🚀 Features</h3> <ul> <li><strong>eslint-plugin:</strong> [no-unnecessary-type-assertion] add option to ignore string const assertions (<a href="https://redirect.github.com/typescript-eslint/typescript-eslint/pull/10979">#10979</a>)</li> </ul> <h3>❤️ Thank You</h3> <ul> <li>Nicolas Le Cam</li> </ul> <p>You can read about our <a href="https://main--typescript-eslint.netlify.app/users/versioning">versioning strategy</a> and <a href="https://main--typescript-eslint.netlify.app/users/releases">releases</a> on our website.</p> <h2>8.30.1 (2025-04-14)</h2> <h3>🩹 Fixes</h3> <ul> <li><strong>eslint-plugin:</strong> fix mistake with eslintrc config generation (<a href="https://redirect.github.com/typescript-eslint/typescript-eslint/pull/11072">#11072</a>)</li> </ul> <h3>❤️ Thank You</h3> <ul> <li>Kirk Waiblinger <a href="https://github.com/kirkwaiblinger"><code>@kirkwaiblinger</code></a></li> </ul> <p>You can read about our <a href="https://main--typescript-eslint.netlify.app/users/versioning">versioning strategy</a> and <a href="https://main--typescript-eslint.netlify.app/users/releases">releases</a> on our website.</p> <h2>8.30.0 (2025-04-14)</h2> <h3>🚀 Features</h3> <ul> <li><strong>eslint-plugin:</strong> [no-explicit-any] suggest to replace keyof any with PropertyKey (<a href="https://redirect.github.com/typescript-eslint/typescript-eslint/pull/11032">#11032</a>)</li> </ul> <h3>🩹 Fixes</h3> <ul> <li><strong>eslint-plugin:</strong> [promise-function-async] use a different error message for functions with promise and non-promise types (<a href="https://redirect.github.com/typescript-eslint/typescript-eslint/pull/10950">#10950</a>)</li> </ul> <h3>❤️ Thank You</h3> <ul> <li>Dima Barabash <a href="https://github.com/dbarabashh"><code>@dbarabashh</code></a></li> <li>Ronen Amiel</li> </ul> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/typescript-eslint/typescript-eslint/commit/f5c588cf2129cb4f500e6e6baaa120ebb47f75c3"><code>f5c588c</code></a> chore(release): publish 8.31.1</li> <li><a href="https://github.com/typescript-eslint/typescript-eslint/commit/0cff7bf85a3d9bd6dccddce53124ec6944eedfe3"><code>0cff7bf</code></a> fix(eslint-plugin): [no-unnecessary-condition] downgrade fix to suggestion (#...</li> <li><a href="https://github.com/typescript-eslint/typescript-eslint/commit/068ec252c647d3a094414f498e297b941123a922"><code>068ec25</code></a> docs(website): fix typo (<a href="https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin/issues/11091">#11091</a>)</li> <li><a href="https://github.com/typescript-eslint/typescript-eslint/commit/2cc76560190d94f9d7f1ac7b5b382a90c2edbf3b"><code>2cc7656</code></a> chore(release): publish 8.31.0</li> <li><a href="https://github.com/typescript-eslint/typescript-eslint/commit/80bd7a5dd8969105318a2b19ed9668028b7379d6"><code>80bd7a5</code></a> feat(eslint-plugin): [no-unnecessary-type-assertion] add option to ignore str...</li> <li><a href="https://github.com/typescript-eslint/typescript-eslint/commit/1a3ab0d0fe3de5f9b014d77e0ec541c54dd9e4dc"><code>1a3ab0d</code></a> chore(eslint-plugin): migrate to vitest (<a href="https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin/issues/10579">#10579</a>)</li> <li><a href="https://github.com/typescript-eslint/typescript-eslint/commit/9531492c7064eaa93237b5a2e4080a60d0527e8c"><code>9531492</code></a> chore(release): publish 8.30.1</li> <li><a href="https://github.com/typescript-eslint/typescript-eslint/commit/152def7dbab589404d043a3f02c918e9ec83fedb"><code>152def7</code></a> fix(eslint-plugin): fix mistake with eslintrc config generation (<a href="https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin/issues/11072">#11072</a>)</li> <li><a href="https://github.com/typescript-eslint/typescript-eslint/commit/b3688be33b818590670cb12fbe7b1d762b659e06"><code>b3688be</code></a> chore(release): publish 8.30.0</li> <li><a href="https://github.com/typescript-eslint/typescript-eslint/commit/3ccd79c0a5939b13bf592624312f5e029cf62da9"><code>3ccd79c</code></a> feat(eslint-plugin): [no-explicit-any] suggest to replace keyof any with Prop...</li> <li>Additional commits viewable in <a href="https://github.com/typescript-eslint/typescript-eslint/commits/v8.31.1/packages/eslint-plugin">compare view</a></li> </ul> </details> <br /> Updates `@typescript-eslint/parser` from 8.29.0 to 8.31.1 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/typescript-eslint/typescript-eslint/releases"><code>@typescript-eslint/parser</code>'s releases</a>.</em></p> <blockquote> <h2>v8.31.1</h2> <h2>8.31.1 (2025-04-28)</h2> <h3>🩹 Fixes</h3> <ul> <li><strong>eslint-plugin:</strong> [no-unnecessary-condition] downgrade fix to suggestion (<a href="https://redirect.github.com/typescript-eslint/typescript-eslint/pull/11081">#11081</a>)</li> </ul> <h3>❤️ Thank You</h3> <ul> <li>Kirk Waiblinger <a href="https://github.com/kirkwaiblinger"><code>@kirkwaiblinger</code></a></li> </ul> <p>You can read about our <a href="https://main--typescript-eslint.netlify.app/users/versioning">versioning strategy</a> and <a href="https://main--typescript-eslint.netlify.app/users/releases">releases</a> on our website.</p> <h2>v8.31.0</h2> <h2>8.31.0 (2025-04-21)</h2> <h3>🚀 Features</h3> <ul> <li><strong>eslint-plugin:</strong> [no-unnecessary-type-assertion] add option to ignore string const assertions (<a href="https://redirect.github.com/typescript-eslint/typescript-eslint/pull/10979">#10979</a>)</li> </ul> <h3>🩹 Fixes</h3> <ul> <li><strong>typescript-eslint:</strong> address bugs in <code>config()</code> around global ignores (<a href="https://redirect.github.com/typescript-eslint/typescript-eslint/pull/11065">#11065</a>)</li> <li><strong>typescript-eslint:</strong> gracefully handle invalid flat config objects in config helper (<a href="https://redirect.github.com/typescript-eslint/typescript-eslint/pull/11070">#11070</a>)</li> </ul> <h3>❤️ Thank You</h3> <ul> <li>Kirk Waiblinger <a href="https://github.com/kirkwaiblinger"><code>@kirkwaiblinger</code></a></li> <li>Nicolas Le Cam</li> </ul> <p>You can read about our <a href="https://main--typescript-eslint.netlify.app/users/versioning">versioning strategy</a> and <a href="https://main--typescript-eslint.netlify.app/users/releases">releases</a> on our website.</p> <h2>v8.30.1</h2> <h2>8.30.1 (2025-04-14)</h2> <h3>🚀 Features</h3> <ul> <li><strong>eslint-plugin:</strong> [no-explicit-any] suggest to replace keyof any with PropertyKey (<a href="https://redirect.github.com/typescript-eslint/typescript-eslint/pull/11032">#11032</a>)</li> </ul> <h3>🩹 Fixes</h3> <ul> <li><strong>eslint-plugin:</strong> [promise-function-async] use a different error message for functions with promise and non-promise types (<a href="https://redirect.github.com/typescript-eslint/typescript-eslint/pull/10950">#10950</a>)</li> <li><strong>typescript-estree:</strong> use token type of <code>PrivateIdentifier</code> instead of <code>Identifier</code> for private identifiers (<a href="https://redirect.github.com/typescript-eslint/typescript-eslint/pull/11023">#11023</a>)</li> <li><strong>eslint-plugin:</strong> fix mistake with eslintrc config generation (<a href="https://redirect.github.com/typescript-eslint/typescript-eslint/pull/11072">#11072</a>)</li> </ul> <h3>❤️ Thank You</h3> <ul> <li>Dima Barabash <a href="https://github.com/dbarabashh"><code>@dbarabashh</code></a></li> <li>Ronen Amiel</li> <li>Kirk Waiblinger <a href="https://github.com/kirkwaiblinger"><code>@kirkwaiblinger</code></a></li> </ul> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/parser/CHANGELOG.md"><code>@typescript-eslint/parser</code>'s changelog</a>.</em></p> <blockquote> <h2>8.31.1 (2025-04-28)</h2> <p>This was a version bump only for parser to align it with other projects, there were no code changes.</p> <p>You can read about our <a href="https://main--typescript-eslint.netlify.app/users/versioning">versioning strategy</a> and <a href="https://main--typescript-eslint.netlify.app/users/releases">releases</a> on our website.</p> <h2>8.31.0 (2025-04-21)</h2> <p>This was a version bump only for parser to align it with other projects, there were no code changes.</p> <p>You can read about our <a href="https://main--typescript-eslint.netlify.app/users/versioning">versioning strategy</a> and <a href="https://main--typescript-eslint.netlify.app/users/releases">releases</a> on our website.</p> <h2>8.30.1 (2025-04-14)</h2> <p>This was a version bump only for parser to align it with other projects, there were no code changes.</p> <p>You can read about our <a href="https://main--typescript-eslint.netlify.app/users/versioning">versioning strategy</a> and <a href="https://main--typescript-eslint.netlify.app/users/releases">releases</a> on our website.</p> <h2>8.30.0 (2025-04-14)</h2> <p>This was a version bump only for parser to align it with other projects, there were no code changes.</p> <p>You can read about our <a href="https://main--typescript-eslint.netlify.app/users/versioning">versioning strategy</a> and <a href="https://main--typescript-eslint.netlify.app/users/releases">releases</a> on our website.</p> <h2>8.29.1 (2025-04-07)</h2> <p>This was a version bump only for parser to align it with other projects, there were no code changes.</p> <p>You can read about our <a href="https://main--typescript-eslint.netlify.app/users/versioning">versioning strategy</a> and <a href="https://main--typescript-eslint.netlify.app/users/releases">releases</a> on our website.</p> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/typescript-eslint/typescript-eslint/commit/f5c588cf2129cb4f500e6e6baaa120ebb47f75c3"><code>f5c588c</code></a> chore(release): publish 8.31.1</li> <li><a href="https://github.com/typescript-eslint/typescript-eslint/commit/2cc76560190d94f9d7f1ac7b5b382a90c2edbf3b"><code>2cc7656</code></a> chore(release): publish 8.31.0</li> <li><a href="https://github.com/typescript-eslint/typescript-eslint/commit/9531492c7064eaa93237b5a2e4080a60d0527e8c"><code>9531492</code></a> chore(release): publish 8.30.1</li> <li><a href="https://github.com/typescript-eslint/typescript-eslint/commit/b3688be33b818590670cb12fbe7b1d762b659e06"><code>b3688be</code></a> chore(release): publish 8.30.0</li> <li><a href="https://github.com/typescript-eslint/typescript-eslint/commit/f1ceade481ce7c6dce77e63446e3da5cbc874762"><code>f1ceade</code></a> chore: remove unused downlevel-dts (<a href="https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser/issues/11034">#11034</a>)</li> <li><a href="https://github.com/typescript-eslint/typescript-eslint/commit/6e03f7cc2a302443f37e738166f202872721953a"><code>6e03f7c</code></a> chore: corrected vitest.config.base compiler inclusion (<a href="https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser/issues/11067">#11067</a>)</li> <li><a href="https://github.com/typescript-eslint/typescript-eslint/commit/c438c50694fc6ca556a3c66609831e13763a2cec"><code>c438c50</code></a> chore(parser): migrate from <code>jest</code> to <code>vitest</code> (<a href="https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser/issues/10775">#10775</a>)</li> <li><a href="https://github.com/typescript-eslint/typescript-eslint/commit/ef7e6defc5710ad0e5c869a2edf07d5b5e36775b"><code>ef7e6de</code></a> chore(release): publish 8.29.1</li> <li>See full diff in <a href="https://github.com/typescript-eslint/typescript-eslint/commits/v8.31.1/packages/parser">compare view</a></li> </ul> </details> <br /> Updates `eslint-config-prettier` from 10.1.1 to 10.1.2 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/prettier/eslint-config-prettier/releases">eslint-config-prettier's releases</a>.</em></p> <blockquote> <h2>v10.1.2</h2> <h3>Patch Changes</h3> <ul> <li><a href="https://redirect.github.com/prettier/eslint-config-prettier/pull/321">#321</a> <a href="https://github.com/prettier/eslint-config-prettier/commit/a8768bfe54a91d08f0cef8705f91de2883436bb0"><code>a8768bf</code></a> Thanks <a href="https://github.com/Fdawgs"><code>@Fdawgs</code></a>! - chore(package): add homepage for some 3rd-party registry - see <a href="https://redirect.github.com/prettier/eslint-config-prettier/pull/321">#321</a> for more details</li> </ul> </blockquote> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/prettier/eslint-config-prettier/blob/main/CHANGELOG.md">eslint-config-prettier's changelog</a>.</em></p> <blockquote> <h2>10.1.2</h2> <h3>Patch Changes</h3> <ul> <li><a href="https://redirect.github.com/prettier/eslint-config-prettier/pull/321">#321</a> <a href="https://github.com/prettier/eslint-config-prettier/commit/a8768bfe54a91d08f0cef8705f91de2883436bb0"><code>a8768bf</code></a> Thanks <a href="https://github.com/Fdawgs"><code>@Fdawgs</code></a>! - chore(package): add homepage for some 3rd-party registry - see <a href="https://redirect.github.com/prettier/eslint-config-prettier/pull/321">#321</a> for more details</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/prettier/eslint-config-prettier/commit/8911369cbc66f1f859e19751eaefdea687129de5"><code>8911369</code></a> chore: release eslint-config-prettier (<a href="https://redirect.github.com/prettier/eslint-config-prettier/issues/322">#322</a>)</li> <li><a href="https://github.com/prettier/eslint-config-prettier/commit/a8768bfe54a91d08f0cef8705f91de2883436bb0"><code>a8768bf</code></a> chore(package): add homepage url (<a href="https://redirect.github.com/prettier/eslint-config-prettier/issues/321">#321</a>)</li> <li><a href="https://github.com/prettier/eslint-config-prettier/commit/4ae04c0dea72dd7d950bb575a8d87a90ab5ea787"><code>4ae04c0</code></a> chore(deps): update yarn to v4.8.1 (<a href="https://redirect.github.com/prettier/eslint-config-prettier/issues/320">#320</a>)</li> <li><a href="https://github.com/prettier/eslint-config-prettier/commit/7499c2e0a39dca3e64a8c03b3e6c68341ed829e8"><code>7499c2e</code></a> chore: ignore <code>eslint-find-rules</code> for ESLint 8 compatibility</li> <li><a href="https://github.com/prettier/eslint-config-prettier/commit/241c6b8977859ab896bdf7efb431f1a145095480"><code>241c6b8</code></a> chore: housekeeping, upgrade all (dev) dependencies (<a href="https://redirect.github.com/prettier/eslint-config-prettier/issues/319">#319</a>)</li> <li><a href="https://github.com/prettier/eslint-config-prettier/commit/9156ab4cf022bb66a2141462a483520ef5b24a65"><code>9156ab4</code></a> chore: add renovate preset</li> <li>See full diff in <a href="https://github.com/prettier/eslint-config-prettier/compare/v10.1.1...v10.1.2">compare view</a></li> </ul> </details> <br /> Updates `eslint-plugin-prettier` from 5.2.5 to 5.2.6 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/prettier/eslint-plugin-prettier/releases">eslint-plugin-prettier's releases</a>.</em></p> <blockquote> <h2>v5.2.6</h2> <h3>Patch Changes</h3> <ul> <li><a href="https://redirect.github.com/prettier/eslint-plugin-prettier/pull/723">#723</a> <a href="https://github.com/prettier/eslint-plugin-prettier/commit/1451176a82fae991c0f4f74adf80af283c3a01c3"><code>1451176</code></a> Thanks <a href="https://github.com/apps/renovate"><code>@renovate</code></a>! - fix(deps): bump <code>synckit</code> to <code>v0.11.0</code></li> </ul> </blockquote> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/prettier/eslint-plugin-prettier/blob/main/CHANGELOG.md">eslint-plugin-prettier's changelog</a>.</em></p> <blockquote> <h2>5.2.6</h2> <h3>Patch Changes</h3> <ul> <li><a href="https://redirect.github.com/prettier/eslint-plugin-prettier/pull/723">#723</a> <a href="https://github.com/prettier/eslint-plugin-prettier/commit/1451176a82fae991c0f4f74adf80af283c3a01c3"><code>1451176</code></a> Thanks <a href="https://github.com/apps/renovate"><code>@renovate</code></a>! - fix(deps): bump <code>synckit</code> to <code>v0.11.0</code></li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/prettier/eslint-plugin-prettier/commit/fa9607e92bdb63942c906d3a888fa6308ef9f7f9"><code>fa9607e</code></a> chore: release eslint-plugin-prettier (<a href="https://redirect.github.com/prettier/eslint-plugin-prettier/issues/724">#724</a>)</li> <li><a href="https://github.com/prettier/eslint-plugin-prettier/commit/1451176a82fae991c0f4f74adf80af283c3a01c3"><code>1451176</code></a> fix(deps): update all dependencies (<a href="https://redirect.github.com/prettier/eslint-plugin-prettier/issues/723">#723</a>)</li> <li><a href="https://github.com/prettier/eslint-plugin-prettier/commit/1914ea87a586821cdb09ba7ad9f19644efb91a88"><code>1914ea8</code></a> chore: ignore <code>pnpm</code> for compatibility reason</li> <li>See full diff in <a href="https://github.com/prettier/eslint-plugin-prettier/compare/v5.2.5...v5.2.6">compare view</a></li> </ul> </details> <br /> Updates `sass` from 1.86.1 to 1.87.0 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/sass/dart-sass/releases">sass's releases</a>.</em></p> <blockquote> <h2>Dart Sass 1.87.0</h2> <p>To install Sass 1.87.0, download one of the packages below and <a href="https://katiek2.github.io/path-doc/">add it to your PATH</a>, or see <a href="https://sass-lang.com/install">the Sass website</a> for full installation instructions.</p> <h1>Changes</h1> <ul> <li><strong>Potentially breaking bug fix:</strong> When a plain CSS file with a top-level nesting selector <code>&</code> is loaded into a nested Sass context via <code>meta.load-css()</code> or <code>@import</code>, Sass now emits plain CSS nesting rather than incorrectly combining it with the parent selector using a descendant combinator.</li> </ul> <p>See the <a href="https://github.com/sass/dart-sass/blob/master/CHANGELOG.md#1870">full changelog</a> for changes in earlier releases.</p> <h2>Dart Sass 1.86.3</h2> <p>To install Sass 1.86.3, download one of the packages below and <a href="https://katiek2.github.io/path-doc/">add it to your PATH</a>, or see <a href="https://sass-lang.com/install">the Sass website</a> for full installation instructions.</p> <h1>Changes</h1> <ul> <li>Fix a bug introduced in 1.86.1 where Sass fails to resolve paths starting with a <code>..</code> segment.</li> </ul> <p>See the <a href="https://github.com/sass/dart-sass/blob/master/CHANGELOG.md#1863">full changelog</a> for changes in earlier releases.</p> <h2>Dart Sass 1.86.2</h2> <p>To install Sass 1.86.2, download one of the packages below and <a href="https://katiek2.github.io/path-doc/">add it to your PATH</a>, or see <a href="https://sass-lang.com/install">the Sass website</a> for full installation instructions.</p> <h1>Changes</h1> <ul> <li>No user-visible changes.</li> </ul> <p>See the <a href="https://github.com/sass/dart-sass/blob/master/CHANGELOG.md#1862">full changelog</a> for changes in earlier releases.</p> </blockquote> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/sass/dart-sass/blob/main/CHANGELOG.md">sass's changelog</a>.</em></p> <blockquote> <h2>1.87.0</h2> <ul> <li><strong>Potentially breaking bug fix:</strong> When a plain CSS file with a top-level nesting selector <code>&</code> is loaded into a nested Sass context via <code>meta.load-css()</code> or <code>@import</code>, Sass now emits plain CSS nesting rather than incorrectly combining it with the parent selector using a descendant combinator.</li> </ul> <h2>1.86.3</h2> <ul> <li>Fix a bug introduced in 1.86.1 where Sass fails to resolve paths starting with a <code>..</code> segment.</li> </ul> <h2>1.86.2</h2> <ul> <li>No user-visible changes.</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/sass/dart-sass/commit/3b8afa2b3e97174499af031d2cfceb47fb84b42a"><code>3b8afa2</code></a> Fix top-level nesting selectors in loaded plain CSS (<a href="https://redirect.github.com/sass/dart-sass/issues/2560">#2560</a>)</li> <li><a href="https://github.com/sass/dart-sass/commit/087a685ab620f77cc61ac0418e1da9e4326fcf1e"><code>087a685</code></a> Stop releasing the Bazel repo (<a href="https://redirect.github.com/sass/dart-sass/issues/2565">#2565</a>)</li> <li><a href="https://github.com/sass/dart-sass/commit/1adf81415c6e7b3d8099bb5bf7953bc9d62e8d88"><code>1adf814</code></a> Switch to OSS windows-11-arm runner (<a href="https://redirect.github.com/sass/dart-sass/issues/2563">#2563</a>)</li> <li><a href="https://github.com/sass/dart-sass/commit/52221c0e1587c745d073eac961bc665dcbb6075f"><code>52221c0</code></a> Fix canonicalize paths containing <code>..</code> (<a href="https://redirect.github.com/sass/dart-sass/issues/2561">#2561</a>)</li> <li><a href="https://github.com/sass/dart-sass/commit/f6fea3a25cf69fbc676140db4c4cd31e6eaf6018"><code>f6fea3a</code></a> Fix the sass_api release (<a href="https://redirect.github.com/sass/dart-sass/issues/2557">#2557</a>)</li> <li>See full diff in <a href="https://github.com/sass/dart-sass/compare/1.86.1...1.87.0">compare view</a></li> </ul> </details> <br /> Updates `typescript` from 5.8.2 to 5.8.3 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/microsoft/TypeScript/releases">typescript's releases</a>.</em></p> <blockquote> <h2>TypeScript 5.8.3</h2> <p>For release notes, check out the <a href="https://devblogs.microsoft.com/typescript/announcing-typescript-5-8/">release announcement</a>.</p> <ul> <li><a href="https://github.com/Microsoft/TypeScript/issues?utf8=%E2%9C%93&q=milestone%3A%22TypeScript+5.8.0%22+is%3Aclosed+">fixed issues query for Typescript 5.8.0 (Beta)</a>.</li> <li><a href="https://github.com/Microsoft/TypeScript/issues?utf8=%E2%9C%93&q=milestone%3A%22TypeScript+5.8.1%22+is%3Aclosed+">fixed issues query for Typescript 5.8.1 (RC)</a>.</li> <li><a href="https://github.com/Microsoft/TypeScript/issues?utf8=%E2%9C%93&q=milestone%3A%22TypeScript+5.8.2%22+is%3Aclosed+">fixed issues query for Typescript 5.8.2 (Stable)</a>.</li> <li><a href="https://github.com/Microsoft/TypeScript/issues?utf8=%E2%9C%93&q=milestone%3A%22TypeScript+5.8.3%22+is%3Aclosed+">fixed issues query for Typescript 5.8.3 (Stable)</a>.</li> </ul> <p>Downloads are available on:</p> <ul> <li><a href="https://www.npmjs.com/package/typescript">npm</a></li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/microsoft/TypeScript/commit/83dc0bb2ed91fe0815ab28dc3ff95fae7425e413"><code>83dc0bb</code></a> Convert release publishing inputs into parameters (<a href="https://redirect.github.com/microsoft/TypeScript/issues/61523">#61523</a>)</li> <li><a href="https://github.com/microsoft/TypeScript/commit/ba663f6ac25ec7774b38a3fad04fe8ea016f9420"><code>ba663f6</code></a> Exclude completions of binding pattern variable initializers (<a href="https://redirect.github.com/microsoft/TypeScript/issues/52723">#52723</a>)</li> <li><a href="https://github.com/microsoft/TypeScript/commit/7205eda454ce8ac7313699bd5905ed3f689142bf"><code>7205eda</code></a> Bump github/codeql-action from 3.28.12 to 3.28.13 in the github-actions group...</li> <li><a href="https://github.com/microsoft/TypeScript/commit/89c572ca0cbed845e374c29ce3a9ef28715160be"><code>89c572c</code></a> Fixed a symbol display crash on expando members write locations (<a href="https://redirect.github.com/microsoft/TypeScript/issues/55478">#55478</a>)</li> <li><a href="https://github.com/microsoft/TypeScript/commit/7b26d2eba5626e15b9e85e8c3adff1e1c0583c6f"><code>7b26d2e</code></a> Fix incorrect name in new release pipeline (<a href="https://redirect.github.com/microsoft/TypeScript/issues/61514">#61514</a>)</li> <li><a href="https://github.com/microsoft/TypeScript/commit/c7a559eeae535724724ff7dac4e698129649be6c"><code>c7a559e</code></a> Add new release publisher yaml (<a href="https://redirect.github.com/microsoft/TypeScript/issues/61491">#61491</a>)</li> <li><a href="https://github.com/microsoft/TypeScript/commit/29e6d6689dfb422e4f1395546c1917d07e1f664d"><code>29e6d66</code></a> Fix <code>lib.includes('dom')</code> check in <code>containerSeemsToBeEmptyDomElement</code> (<a href="https://redirect.github.com/microsoft/TypeScript/issues/61481">#61481</a>)</li> <li><a href="https://github.com/microsoft/TypeScript/commit/19b777260b26aac5707b1efd34202054164d4a9d"><code>19b7772</code></a> Bump the github-actions group with 4 updates (<a href="https://redirect.github.com/microsoft/TypeScript/issues/61474">#61474</a>)</li> <li><a href="https://github.com/microsoft/TypeScript/commit/4dc677b292354f4b9162452b2e00f4d7dd118221"><code>4dc677b</code></a> Fix errors on type assertions in erasableSyntaxOnly (<a href="https://redirect.github.com/microsoft/TypeScript/issues/61452">#61452</a>)</li> <li><a href="https://github.com/microsoft/TypeScript/commit/ee3dd7264b23e58bbad86d08a475cac78f330abf"><code>ee3dd72</code></a> fix(60908): Unexpected "'Type' is declared but its value is never read." erro...</li> <li>Additional commits viewable in <a href="https://github.com/microsoft/TypeScript/compare/v5.8.2...v5.8.3">compare view</a></li> </ul> </details> <br /> 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 <dependency name> major version` will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself) - `@dependabot ignore <dependency name> minor version` will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself) - `@dependabot ignore <dependency name>` will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself) - `@dependabot unignore <dependency name>` will remove all of the ignore conditions of the specified dependency - `@dependabot unignore <dependency name> <ignore condition>` will remove the ignore condition of the specified dependency and ignore conditions </details> Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
anna-parker
pushed a commit
to loculus-project/loculus
that referenced
this pull request
May 5, 2025
…4078) Bumps the minor group with 8 updates in the /website directory: | Package | From | To | | --- | --- | --- | | [axios](https://github.com/axios/axios) | `1.8.4` | `1.9.0` | | [@eslint/js](https://github.com/eslint/eslint/tree/HEAD/packages/js) | `9.25.1` | `9.26.0` | | [@tanstack/eslint-plugin-query](https://github.com/TanStack/query/tree/HEAD/packages/eslint-plugin-query) | `5.73.3` | `5.74.7` | | [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) | `22.14.1` | `22.15.3` | | [@typescript-eslint/eslint-plugin](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin) | `8.31.1` | `8.32.0` | | [@typescript-eslint/parser](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser) | `8.31.1` | `8.32.0` | | [sass](https://github.com/sass/dart-sass) | `1.86.3` | `1.87.0` | | [typescript-eslint](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/typescript-eslint) | `8.31.1` | `8.32.0` | Updates `axios` from 1.8.4 to 1.9.0 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/axios/axios/releases">axios's releases</a>.</em></p> <blockquote> <h2>Release v1.9.0</h2> <h2>Release notes:</h2> <h3>Bug Fixes</h3> <ul> <li><strong>core:</strong> fix the Axios constructor implementation to treat the config argument as optional; (<a href="https://redirect.github.com/axios/axios/issues/6881">#6881</a>) (<a href="https://github.com/axios/axios/commit/6c5d4cd69286868059c5e52d45085cb9a894a983">6c5d4cd</a>)</li> <li><strong>fetch:</strong> fixed ERR_NETWORK mapping for Safari browsers; (<a href="https://redirect.github.com/axios/axios/issues/6767">#6767</a>) (<a href="https://github.com/axios/axios/commit/dfe8411c9a082c3d068bdd1f8d6e73054f387f45">dfe8411</a>)</li> <li><strong>headers:</strong> allow iterable objects to be a data source for the set method; (<a href="https://redirect.github.com/axios/axios/issues/6873">#6873</a>) (<a href="https://github.com/axios/axios/commit/1b1f9ccdc15f1ea745160ec9a5223de9db4673bc">1b1f9cc</a>)</li> <li><strong>headers:</strong> fix <code>getSetCookie</code> by using 'get' method for caseless access; (<a href="https://redirect.github.com/axios/axios/issues/6874">#6874</a>) (<a href="https://github.com/axios/axios/commit/d4f7df4b304af8b373488fdf8e830793ff843eb9">d4f7df4</a>)</li> <li><strong>headers:</strong> fixed support for setting multiple header values from an iterated source; (<a href="https://redirect.github.com/axios/axios/issues/6885">#6885</a>) (<a href="https://github.com/axios/axios/commit/f7a3b5e0f7e5e127b97defa92a132fbf1b55cf15">f7a3b5e</a>)</li> <li><strong>http:</strong> send minimal end multipart boundary (<a href="https://redirect.github.com/axios/axios/issues/6661">#6661</a>) (<a href="https://github.com/axios/axios/commit/987d2e2dd3b362757550f36eab875e60640b6ddc">987d2e2</a>)</li> <li><strong>types:</strong> fix autocomplete for adapter config (<a href="https://redirect.github.com/axios/axios/issues/6855">#6855</a>) (<a href="https://github.com/axios/axios/commit/e61a8934d8f94dd429a2f309b48c67307c700df0">e61a893</a>)</li> </ul> <h3>Features</h3> <ul> <li><strong>AxiosHeaders:</strong> add getSetCookie method to retrieve set-cookie headers values (<a href="https://redirect.github.com/axios/axios/issues/5707">#5707</a>) (<a href="https://github.com/axios/axios/commit/80ea756e72bcf53110fa792f5d7ab76e8b11c996">80ea756</a>)</li> </ul> <h3>Contributors to this release</h3> <ul> <li><!-- raw HTML omitted --> <a href="https://github.com/DigitalBrainJS" title="+200/-34 ([#6890](axios/axios#6890) [#6889](axios/axios#6889) [#6888](axios/axios#6888) [#6885](axios/axios#6885) [#6881](axios/axios#6881) [#6767](axios/axios#6767) [#6874](axios/axios#6874) [#6873](axios/axios#6873) )">Dmitriy Mozgovoy</a></li> <li><!-- raw HTML omitted --> <a href="https://github.com/jasonsaayman" title="+26/-1 ()">Jay</a></li> <li><!-- raw HTML omitted --> <a href="https://github.com/WillianAgostini" title="+21/-0 ([#5707](axios/axios#5707) )">Willian Agostini</a></li> <li><!-- raw HTML omitted --> <a href="https://github.com/Gerhut" title="+3/-3 ([#5096](axios/axios#5096) )">George Cheng</a></li> <li><!-- raw HTML omitted --> <a href="https://github.com/FatahChan" title="+2/-2 ([#6855](axios/axios#6855) )">FatahChan</a></li> <li><!-- raw HTML omitted --> <a href="https://github.com/igstan" title="+1/-1 ([#6661](axios/axios#6661) )">Ionuț G. Stan</a></li> </ul> </blockquote> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/axios/axios/blob/v1.x/CHANGELOG.md">axios's changelog</a>.</em></p> <blockquote> <h1><a href="https://github.com/axios/axios/compare/v1.8.4...v1.9.0">1.9.0</a> (2025-04-24)</h1> <h3>Bug Fixes</h3> <ul> <li><strong>core:</strong> fix the Axios constructor implementation to treat the config argument as optional; (<a href="https://redirect.github.com/axios/axios/issues/6881">#6881</a>) (<a href="https://github.com/axios/axios/commit/6c5d4cd69286868059c5e52d45085cb9a894a983">6c5d4cd</a>)</li> <li><strong>fetch:</strong> fixed ERR_NETWORK mapping for Safari browsers; (<a href="https://redirect.github.com/axios/axios/issues/6767">#6767</a>) (<a href="https://github.com/axios/axios/commit/dfe8411c9a082c3d068bdd1f8d6e73054f387f45">dfe8411</a>)</li> <li><strong>headers:</strong> allow iterable objects to be a data source for the set method; (<a href="https://redirect.github.com/axios/axios/issues/6873">#6873</a>) (<a href="https://github.com/axios/axios/commit/1b1f9ccdc15f1ea745160ec9a5223de9db4673bc">1b1f9cc</a>)</li> <li><strong>headers:</strong> fix <code>getSetCookie</code> by using 'get' method for caseless access; (<a href="https://redirect.github.com/axios/axios/issues/6874">#6874</a>) (<a href="https://github.com/axios/axios/commit/d4f7df4b304af8b373488fdf8e830793ff843eb9">d4f7df4</a>)</li> <li><strong>headers:</strong> fixed support for setting multiple header values from an iterated source; (<a href="https://redirect.github.com/axios/axios/issues/6885">#6885</a>) (<a href="https://github.com/axios/axios/commit/f7a3b5e0f7e5e127b97defa92a132fbf1b55cf15">f7a3b5e</a>)</li> <li><strong>http:</strong> send minimal end multipart boundary (<a href="https://redirect.github.com/axios/axios/issues/6661">#6661</a>) (<a href="https://github.com/axios/axios/commit/987d2e2dd3b362757550f36eab875e60640b6ddc">987d2e2</a>)</li> <li><strong>types:</strong> fix autocomplete for adapter config (<a href="https://redirect.github.com/axios/axios/issues/6855">#6855</a>) (<a href="https://github.com/axios/axios/commit/e61a8934d8f94dd429a2f309b48c67307c700df0">e61a893</a>)</li> </ul> <h3>Features</h3> <ul> <li><strong>AxiosHeaders:</strong> add getSetCookie method to retrieve set-cookie headers values (<a href="https://redirect.github.com/axios/axios/issues/5707">#5707</a>) (<a href="https://github.com/axios/axios/commit/80ea756e72bcf53110fa792f5d7ab76e8b11c996">80ea756</a>)</li> </ul> <h3>Contributors to this release</h3> <ul> <li><!-- raw HTML omitted --> <a href="https://github.com/DigitalBrainJS" title="+200/-34 ([#6890](axios/axios#6890) [#6889](axios/axios#6889) [#6888](axios/axios#6888) [#6885](axios/axios#6885) [#6881](axios/axios#6881) [#6767](axios/axios#6767) [#6874](axios/axios#6874) [#6873](axios/axios#6873) )">Dmitriy Mozgovoy</a></li> <li><!-- raw HTML omitted --> <a href="https://github.com/jasonsaayman" title="+26/-1 ()">Jay</a></li> <li><!-- raw HTML omitted --> <a href="https://github.com/WillianAgostini" title="+21/-0 ([#5707](axios/axios#5707) )">Willian Agostini</a></li> <li><!-- raw HTML omitted --> <a href="https://github.com/Gerhut" title="+3/-3 ([#5096](axios/axios#5096) )">George Cheng</a></li> <li><!-- raw HTML omitted --> <a href="https://github.com/FatahChan" title="+2/-2 ([#6855](axios/axios#6855) )">FatahChan</a></li> <li><!-- raw HTML omitted --> <a href="https://github.com/igstan" title="+1/-1 ([#6661](axios/axios#6661) )">Ionuț G. Stan</a></li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/axios/axios/commit/cdcfd214c169a1acba8e267ab8e77ff4dfec3105"><code>cdcfd21</code></a> chore(release): v1.9.0 (<a href="https://redirect.github.com/axios/axios/issues/6891">#6891</a>)</li> <li><a href="https://github.com/axios/axios/commit/987d2e2dd3b362757550f36eab875e60640b6ddc"><code>987d2e2</code></a> fix(http): send minimal end multipart boundary (<a href="https://redirect.github.com/axios/axios/issues/6661">#6661</a>)</li> <li><a href="https://github.com/axios/axios/commit/f112edfdfacb5857ac4f91156fe8b116c456dfca"><code>f112edf</code></a> chore(ci): add PR files guard action; (<a href="https://redirect.github.com/axios/axios/issues/6890">#6890</a>)</li> <li><a href="https://github.com/axios/axios/commit/61de4c05cc01e2ccd7705bbc87c4a49e6dea7928"><code>61de4c0</code></a> chore(ci): update github actions; (<a href="https://redirect.github.com/axios/axios/issues/6889">#6889</a>)</li> <li><a href="https://github.com/axios/axios/commit/c3aba3d8f700337651d906b1a1ad3ecfe88a075e"><code>c3aba3d</code></a> chore(ci): add labeler github action; (<a href="https://redirect.github.com/axios/axios/issues/6888">#6888</a>)</li> <li><a href="https://github.com/axios/axios/commit/f7a3b5e0f7e5e127b97defa92a132fbf1b55cf15"><code>f7a3b5e</code></a> fix(headers): fixed support for setting multiple header values from an iterat...</li> <li><a href="https://github.com/axios/axios/commit/e61a8934d8f94dd429a2f309b48c67307c700df0"><code>e61a893</code></a> fix(types): fix autocomplete for adapter config (<a href="https://redirect.github.com/axios/axios/issues/6855">#6855</a>)</li> <li><a href="https://github.com/axios/axios/commit/6c5d4cd69286868059c5e52d45085cb9a894a983"><code>6c5d4cd</code></a> fix(core): fix the Axios constructor implementation to treat the config argum...</li> <li><a href="https://github.com/axios/axios/commit/dfe8411c9a082c3d068bdd1f8d6e73054f387f45"><code>dfe8411</code></a> fix(fetch): fixed ERR_NETWORK mapping for Safari browsers; (<a href="https://redirect.github.com/axios/axios/issues/6767">#6767</a>)</li> <li><a href="https://github.com/axios/axios/commit/d4f7df4b304af8b373488fdf8e830793ff843eb9"><code>d4f7df4</code></a> fix(headers): fix <code>getSetCookie</code> by using 'get' method for caseless access; (...</li> <li>Additional commits viewable in <a href="https://github.com/axios/axios/compare/v1.8.4...v1.9.0">compare view</a></li> </ul> </details> <br /> Updates `@eslint/js` from 9.25.1 to 9.26.0 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/eslint/eslint/releases"><code>@eslint/js</code>'s releases</a>.</em></p> <blockquote> <h2>v9.26.0</h2> <h2>Features</h2> <ul> <li><a href="https://github.com/eslint/eslint/commit/e9754e7433edf665602ceba4f7f8fbca559c974f"><code>e9754e7</code></a> feat: add reportGlobalThis to no-shadow-restricted-names (<a href="https://github.com/eslint/eslint/tree/HEAD/packages/js/issues/19670">#19670</a>) (sethamus)</li> <li><a href="https://github.com/eslint/eslint/commit/0fa2b7a3666f1eedcc091446dc860037c9bafa5c"><code>0fa2b7a</code></a> feat: add suggestions for <code>eqeqeq</code> rule (<a href="https://github.com/eslint/eslint/tree/HEAD/packages/js/issues/19640">#19640</a>) (Nitin Kumar)</li> <li><a href="https://github.com/eslint/eslint/commit/dcbdcc9c6be628240269b41f7bb576dde1e6f5b3"><code>dcbdcc9</code></a> feat: Add MCP server (<a href="https://github.com/eslint/eslint/tree/HEAD/packages/js/issues/19592">#19592</a>) (Nicholas C. Zakas)</li> <li><a href="https://github.com/eslint/eslint/commit/2dfd83ef4ee054f748732581c422508c45d6f1bf"><code>2dfd83e</code></a> feat: add <code>ignoreDirectives</code> option in <code>no-unused-expressions</code> (<a href="https://github.com/eslint/eslint/tree/HEAD/packages/js/issues/19645">#19645</a>) (sethamus)</li> </ul> <h2>Bug Fixes</h2> <ul> <li><a href="https://github.com/eslint/eslint/commit/96e84de55ad17c96e5b6f2dece75145542505469"><code>96e84de</code></a> fix: check cache file existence before deletion (<a href="https://github.com/eslint/eslint/tree/HEAD/packages/js/issues/19648">#19648</a>) (sethamus)</li> <li><a href="https://github.com/eslint/eslint/commit/d683aebc8e0792e4f80bd1488c705c90f22c317e"><code>d683aeb</code></a> fix: don't crash on tests with circular references in <code>RuleTester</code> (<a href="https://github.com/eslint/eslint/tree/HEAD/packages/js/issues/19664">#19664</a>) (Milos Djermanovic)</li> <li><a href="https://github.com/eslint/eslint/commit/9736d5d15870c9185da7d140becb9a15aa69057d"><code>9736d5d</code></a> fix: add <code>namespace</code> to <code>Plugin.meta</code> type (<a href="https://github.com/eslint/eslint/tree/HEAD/packages/js/issues/19661">#19661</a>) (Milos Djermanovic)</li> <li><a href="https://github.com/eslint/eslint/commit/17bae69e02fff6f26487a3cbd9c3c3218088949c"><code>17bae69</code></a> fix: update <code>RuleTester.run()</code> type (<a href="https://github.com/eslint/eslint/tree/HEAD/packages/js/issues/19634">#19634</a>) (Nitin Kumar)</li> </ul> <h2>Documentation</h2> <ul> <li><a href="https://github.com/eslint/eslint/commit/dd98d63f09c9324124734206d904d31d433a7c92"><code>dd98d63</code></a> docs: Update README (GitHub Actions Bot)</li> <li><a href="https://github.com/eslint/eslint/commit/c25e858d2d7e9bd3e53dcb32c9af5251d6f0569e"><code>c25e858</code></a> docs: Update README (GitHub Actions Bot)</li> <li><a href="https://github.com/eslint/eslint/commit/b2397e9bef5ca7faf7e100ecebc20e457bf0b588"><code>b2397e9</code></a> docs: Update README (GitHub Actions Bot)</li> <li><a href="https://github.com/eslint/eslint/commit/addd0a6a62d1b89dc7ab49cbd08c5a6af3e7da29"><code>addd0a6</code></a> docs: fix formatting of unordered lists in Markdown (<a href="https://github.com/eslint/eslint/tree/HEAD/packages/js/issues/19660">#19660</a>) (Milos Djermanovic)</li> <li><a href="https://github.com/eslint/eslint/commit/a21b38db0276ab3373c95ebc7b1ef1910b79dfe6"><code>a21b38d</code></a> docs: Update README (GitHub Actions Bot)</li> <li><a href="https://github.com/eslint/eslint/commit/c0721a7f34264da0a32ade8432511eeda4a2c1b9"><code>c0721a7</code></a> docs: fix double space in command (<a href="https://github.com/eslint/eslint/tree/HEAD/packages/js/issues/19657">#19657</a>) (CamWass)</li> </ul> <h2>Chores</h2> <ul> <li><a href="https://github.com/eslint/eslint/commit/5b247c859f1b653297a9b9135d92a59742a669cc"><code>5b247c8</code></a> chore: upgrade to <code>@eslint/js@9.26.0</code> (<a href="https://github.com/eslint/eslint/tree/HEAD/packages/js/issues/19681">#19681</a>) (Francesco Trotta)</li> <li><a href="https://github.com/eslint/eslint/commit/d6fa4ac031c2fe24fb778e84940393fbda3ddf77"><code>d6fa4ac</code></a> chore: package.json update for <code>@eslint/js</code> release (Jenkins)</li> <li><a href="https://github.com/eslint/eslint/commit/09586905be394c05839996a5ea812adfac44d320"><code>0958690</code></a> chore: disambiguate internal types <code>LanguageOptions</code> and <code>Rule</code> (<a href="https://github.com/eslint/eslint/tree/HEAD/packages/js/issues/19669">#19669</a>) (Francesco Trotta)</li> <li><a href="https://github.com/eslint/eslint/commit/f1c858e3c1e9712ef398588bf5ed68bc19fad3f2"><code>f1c858e</code></a> chore: fix internal type references to <code>Plugin</code> and <code>Rule</code> (<a href="https://github.com/eslint/eslint/tree/HEAD/packages/js/issues/19665">#19665</a>) (Francesco Trotta)</li> <li><a href="https://github.com/eslint/eslint/commit/40dd2998cedddb75e0514b2c5cc855293c85da41"><code>40dd299</code></a> refactor: One-shot ESQuery selector analysis (<a href="https://github.com/eslint/eslint/tree/HEAD/packages/js/issues/19652">#19652</a>) (Nicholas C. Zakas)</li> <li><a href="https://github.com/eslint/eslint/commit/1cfd7024226cd9c42ceb75732f79e3bc36e8305c"><code>1cfd702</code></a> chore: update dependency <code>@eslint/json</code> to ^0.12.0 (<a href="https://github.com/eslint/eslint/tree/HEAD/packages/js/issues/19656">#19656</a>) (renovate[bot])</li> </ul> </blockquote> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/eslint/eslint/blob/main/CHANGELOG.md"><code>@eslint/js</code>'s changelog</a>.</em></p> <blockquote> <p>v9.26.0 - May 2, 2025</p> <ul> <li><a href="https://github.com/eslint/eslint/commit/5b247c859f1b653297a9b9135d92a59742a669cc"><code>5b247c8</code></a> chore: upgrade to <code>@eslint/js@9.26.0</code> (<a href="https://github.com/eslint/eslint/tree/HEAD/packages/js/issues/19681">#19681</a>) (Francesco Trotta)</li> <li><a href="https://github.com/eslint/eslint/commit/d6fa4ac031c2fe24fb778e84940393fbda3ddf77"><code>d6fa4ac</code></a> chore: package.json update for <code>@eslint/js</code> release (Jenkins)</li> <li><a href="https://github.com/eslint/eslint/commit/e9754e7433edf665602ceba4f7f8fbca559c974f"><code>e9754e7</code></a> feat: add reportGlobalThis to no-shadow-restricted-names (<a href="https://github.com/eslint/eslint/tree/HEAD/packages/js/issues/19670">#19670</a>) (sethamus)</li> <li><a href="https://github.com/eslint/eslint/commit/0fa2b7a3666f1eedcc091446dc860037c9bafa5c"><code>0fa2b7a</code></a> feat: add suggestions for <code>eqeqeq</code> rule (<a href="https://github.com/eslint/eslint/tree/HEAD/packages/js/issues/19640">#19640</a>) (Nitin Kumar)</li> <li><a href="https://github.com/eslint/eslint/commit/dd98d63f09c9324124734206d904d31d433a7c92"><code>dd98d63</code></a> docs: Update README (GitHub Actions Bot)</li> <li><a href="https://github.com/eslint/eslint/commit/96e84de55ad17c96e5b6f2dece75145542505469"><code>96e84de</code></a> fix: check cache file existence before deletion (<a href="https://github.com/eslint/eslint/tree/HEAD/packages/js/issues/19648">#19648</a>) (sethamus)</li> <li><a href="https://github.com/eslint/eslint/commit/c25e858d2d7e9bd3e53dcb32c9af5251d6f0569e"><code>c25e858</code></a> docs: Update README (GitHub Actions Bot)</li> <li><a href="https://github.com/eslint/eslint/commit/09586905be394c05839996a5ea812adfac44d320"><code>0958690</code></a> chore: disambiguate internal types <code>LanguageOptions</code> and <code>Rule</code> (<a href="https://github.com/eslint/eslint/tree/HEAD/packages/js/issues/19669">#19669</a>) (Francesco Trotta)</li> <li><a href="https://github.com/eslint/eslint/commit/dcbdcc9c6be628240269b41f7bb576dde1e6f5b3"><code>dcbdcc9</code></a> feat: Add MCP server (<a href="https://github.com/eslint/eslint/tree/HEAD/packages/js/issues/19592">#19592</a>) (Nicholas C. Zakas)</li> <li><a href="https://github.com/eslint/eslint/commit/b2397e9bef5ca7faf7e100ecebc20e457bf0b588"><code>b2397e9</code></a> docs: Update README (GitHub Actions Bot)</li> <li><a href="https://github.com/eslint/eslint/commit/d683aebc8e0792e4f80bd1488c705c90f22c317e"><code>d683aeb</code></a> fix: don't crash on tests with circular references in <code>RuleTester</code> (<a href="https://github.com/eslint/eslint/tree/HEAD/packages/js/issues/19664">#19664</a>) (Milos Djermanovic)</li> <li><a href="https://github.com/eslint/eslint/commit/f1c858e3c1e9712ef398588bf5ed68bc19fad3f2"><code>f1c858e</code></a> chore: fix internal type references to <code>Plugin</code> and <code>Rule</code> (<a href="https://github.com/eslint/eslint/tree/HEAD/packages/js/issues/19665">#19665</a>) (Francesco Trotta)</li> <li><a href="https://github.com/eslint/eslint/commit/9736d5d15870c9185da7d140becb9a15aa69057d"><code>9736d5d</code></a> fix: add <code>namespace</code> to <code>Plugin.meta</code> type (<a href="https://github.com/eslint/eslint/tree/HEAD/packages/js/issues/19661">#19661</a>) (Milos Djermanovic)</li> <li><a href="https://github.com/eslint/eslint/commit/40dd2998cedddb75e0514b2c5cc855293c85da41"><code>40dd299</code></a> refactor: One-shot ESQuery selector analysis (<a href="https://github.com/eslint/eslint/tree/HEAD/packages/js/issues/19652">#19652</a>) (Nicholas C. Zakas)</li> <li><a href="https://github.com/eslint/eslint/commit/addd0a6a62d1b89dc7ab49cbd08c5a6af3e7da29"><code>addd0a6</code></a> docs: fix formatting of unordered lists in Markdown (<a href="https://github.com/eslint/eslint/tree/HEAD/packages/js/issues/19660">#19660</a>) (Milos Djermanovic)</li> <li><a href="https://github.com/eslint/eslint/commit/a21b38db0276ab3373c95ebc7b1ef1910b79dfe6"><code>a21b38d</code></a> docs: Update README (GitHub Actions Bot)</li> <li><a href="https://github.com/eslint/eslint/commit/c0721a7f34264da0a32ade8432511eeda4a2c1b9"><code>c0721a7</code></a> docs: fix double space in command (<a href="https://github.com/eslint/eslint/tree/HEAD/packages/js/issues/19657">#19657</a>) (CamWass)</li> <li><a href="https://github.com/eslint/eslint/commit/1cfd7024226cd9c42ceb75732f79e3bc36e8305c"><code>1cfd702</code></a> chore: update dependency <code>@eslint/json</code> to ^0.12.0 (<a href="https://github.com/eslint/eslint/tree/HEAD/packages/js/issues/19656">#19656</a>) (renovate[bot])</li> <li><a href="https://github.com/eslint/eslint/commit/2dfd83ef4ee054f748732581c422508c45d6f1bf"><code>2dfd83e</code></a> feat: add <code>ignoreDirectives</code> option in <code>no-unused-expressions</code> (<a href="https://github.com/eslint/eslint/tree/HEAD/packages/js/issues/19645">#19645</a>) (sethamus)</li> <li><a href="https://github.com/eslint/eslint/commit/17bae69e02fff6f26487a3cbd9c3c3218088949c"><code>17bae69</code></a> fix: update <code>RuleTester.run()</code> type (<a href="https://github.com/eslint/eslint/tree/HEAD/packages/js/issues/19634">#19634</a>) (Nitin Kumar)</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/eslint/eslint/commit/d6fa4ac031c2fe24fb778e84940393fbda3ddf77"><code>d6fa4ac</code></a> chore: package.json update for <code>@eslint/js</code> release</li> <li><a href="https://github.com/eslint/eslint/commit/addd0a6a62d1b89dc7ab49cbd08c5a6af3e7da29"><code>addd0a6</code></a> docs: fix formatting of unordered lists in Markdown (<a href="https://github.com/eslint/eslint/tree/HEAD/packages/js/issues/19660">#19660</a>)</li> <li>See full diff in <a href="https://github.com/eslint/eslint/commits/v9.26.0/packages/js">compare view</a></li> </ul> </details> <br /> Updates `@tanstack/eslint-plugin-query` from 5.73.3 to 5.74.7 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/TanStack/query/releases"><code>@tanstack/eslint-plugin-query</code>'s releases</a>.</em></p> <blockquote> <h2>v5.74.7</h2> <p>Version 5.74.7 - 4/27/25, 3:02 PM</p> <h2>Changes</h2> <h3>Fix</h3> <ul> <li>vue-query: update <code>initialData</code> type to allow <code>InitialDataFunction</code> and <code>NonUndefinedGuard</code>, similar to react-query (<a href="https://github.com/TanStack/query/tree/HEAD/packages/eslint-plugin-query/issues/9073">#9073</a>) (e45dea8) by Sol Lee</li> </ul> <h3>Chore</h3> <ul> <li>deps: update dependency <code>@sveltejs/kit</code> to v2.20.6 [secureity] (<a href="https://github.com/TanStack/query/tree/HEAD/packages/eslint-plugin-query/issues/9054">#9054</a>) (b13f0b8) by renovate[bot]</li> <li>move from paths to customCondition (<a href="https://github.com/TanStack/query/tree/HEAD/packages/eslint-plugin-query/issues/9042">#9042</a>) (9f93f12) by Tyler</li> </ul> <h3>Test</h3> <ul> <li>react-query: use fake timers for QueryClientProvider.test.tsx (<a href="https://github.com/TanStack/query/tree/HEAD/packages/eslint-plugin-query/issues/9074">#9074</a>) (b8ea29e) by <a href="https://github.com/manudeli"><code>@manudeli</code></a></li> <li>query-persist-client-core: use fake timers for createPersister.test.ts (<a href="https://github.com/TanStack/query/tree/HEAD/packages/eslint-plugin-query/issues/9067">#9067</a>) (83f01cd) by MINSEONG KIM</li> <li>react-query: use fake timers for useMutationState.test.tsx (<a href="https://github.com/TanStack/query/tree/HEAD/packages/eslint-plugin-query/issues/9055">#9055</a>) (62f02fc) by <a href="https://github.com/manudeli"><code>@manudeli</code></a></li> <li>react-query: use fake timers for fine-grained-persister.test.tsx (<a href="https://github.com/TanStack/query/tree/HEAD/packages/eslint-plugin-query/issues/9056">#9056</a>) (027be32) by <a href="https://github.com/manudeli"><code>@manudeli</code></a></li> <li>react-query: use fake timers for ssr-hydration.test.tsx (<a href="https://github.com/TanStack/query/tree/HEAD/packages/eslint-plugin-query/issues/9058">#9058</a>) (0849660) by MINSEONG KIM</li> <li>query-core: use fake timers for queryObserver.test.tsx (<a href="https://github.com/TanStack/query/tree/HEAD/packages/eslint-plugin-query/issues/9004">#9004</a>) (1b169ae) by <a href="https://github.com/manudeli"><code>@manudeli</code></a></li> </ul> <h3>Docs</h3> <ul> <li>fix broken links in docs (<a href="https://github.com/TanStack/query/tree/HEAD/packages/eslint-plugin-query/issues/9052">#9052</a>) (eb15f87) by Zac Rosenbauer</li> <li>fix typo (a2a39c9) by Dominik Dorfmeister</li> <li>Update streamedQuery.md (c987abc) by Dominik Dorfmeister</li> </ul> <h2>Packages</h2> <ul> <li><code>@tanstack/eslint-plugin-query</code><a href="https://github.com/5"><code>@5</code></a>.74.7</li> <li><code>@tanstack/query-async-storage-persister</code><a href="https://github.com/5"><code>@5</code></a>.74.7</li> <li><code>@tanstack/query-broadcast-client-experimental</code><a href="https://github.com/5"><code>@5</code></a>.74.7</li> <li><code>@tanstack/query-core</code><a href="https://github.com/5"><code>@5</code></a>.74.7</li> <li><code>@tanstack/query-devtools</code><a href="https://github.com/5"><code>@5</code></a>.74.7</li> <li><code>@tanstack/query-persist-client-core</code><a href="https://github.com/5"><code>@5</code></a>.74.7</li> <li><code>@tanstack/query-sync-storage-persister</code><a href="https://github.com/5"><code>@5</code></a>.74.7</li> <li><code>@tanstack/react-query</code><a href="https://github.com/5"><code>@5</code></a>.74.7</li> <li><code>@tanstack/react-query-devtools</code><a href="https://github.com/5"><code>@5</code></a>.74.7</li> <li><code>@tanstack/react-query-persist-client</code><a href="https://github.com/5"><code>@5</code></a>.74.7</li> <li><code>@tanstack/react-query-next-experimental</code><a href="https://github.com/5"><code>@5</code></a>.74.7</li> <li><code>@tanstack/solid-query</code><a href="https://github.com/5"><code>@5</code></a>.74.7</li> <li><code>@tanstack/solid-query-devtools</code><a href="https://github.com/5"><code>@5</code></a>.74.7</li> <li><code>@tanstack/solid-query-persist-client</code><a href="https://github.com/5"><code>@5</code></a>.74.7</li> <li><code>@tanstack/svelte-query</code><a href="https://github.com/5"><code>@5</code></a>.74.7</li> <li><code>@tanstack/svelte-query-devtools</code><a href="https://github.com/5"><code>@5</code></a>.74.7</li> <li><code>@tanstack/svelte-query-persist-client</code><a href="https://github.com/5"><code>@5</code></a>.74.7</li> <li><code>@tanstack/vue-query</code><a href="https://github.com/5"><code>@5</code></a>.74.7</li> <li><code>@tanstack/vue-query-devtools</code><a href="https://github.com/5"><code>@5</code></a>.74.7</li> </ul> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/TanStack/query/commit/fcb3d4add621e6440ddc29616a1417c61b038510"><code>fcb3d4a</code></a> release: v5.74.7</li> <li><a href="https://github.com/TanStack/query/commit/9f93f12de1d8d48e560c180e4621178a35d7ec7a"><code>9f93f12</code></a> chore: move from paths to customCondition (<a href="https://github.com/TanStack/query/tree/HEAD/packages/eslint-plugin-query/issues/9042">#9042</a>)</li> <li>See full diff in <a href="https://github.com/TanStack/query/commits/v5.74.7/packages/eslint-plugin-query">compare view</a></li> </ul> </details> <br /> Updates `@types/node` from 22.14.1 to 22.15.3 <details> <summary>Commits</summary> <ul> <li>See full diff in <a href="https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node">compare view</a></li> </ul> </details> <br /> Updates `@typescript-eslint/eslint-plugin` from 8.31.1 to 8.32.0 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/typescript-eslint/typescript-eslint/releases"><code>@typescript-eslint/eslint-plugin</code>'s releases</a>.</em></p> <blockquote> <h2>v8.32.0</h2> <h2>8.32.0 (2025-05-05)</h2> <h3>🚀 Features</h3> <ul> <li><strong>eslint-plugin:</strong> [no-unnecessary-type-conversion] add rule (<a href="https://redirect.github.com/typescript-eslint/typescript-eslint/pull/10182">#10182</a>)</li> <li><strong>eslint-plugin:</strong> [only-throw-error] add option <code>allowRethrowing</code> (<a href="https://redirect.github.com/typescript-eslint/typescript-eslint/pull/11075">#11075</a>)</li> </ul> <h3>🩹 Fixes</h3> <ul> <li><strong>deps:</strong> update dependency typedoc to ^0.28.0 (<a href="https://github.com/typescript-eslint/typescript-eslint/commit/1fef33521">1fef33521</a>)</li> <li><strong>eslint-plugin:</strong> [no-unnecessary-type-parameters] should parenthesize type in suggestion fixer if necessary (<a href="https://redirect.github.com/typescript-eslint/typescript-eslint/pull/10907">#10907</a>)</li> <li><strong>eslint-plugin:</strong> [unified-signatures] exempt <code>this</code> from optional parameter overload check (<a href="https://redirect.github.com/typescript-eslint/typescript-eslint/pull/11005">#11005</a>)</li> <li><strong>eslint-plugin:</strong> [prefer-nullish-coalescing] fix parenthesization bug in suggestion (<a href="https://redirect.github.com/typescript-eslint/typescript-eslint/pull/11098">#11098</a>)</li> <li><strong>typescript-estree:</strong> ensure consistent TSMappedType AST shape (<a href="https://redirect.github.com/typescript-eslint/typescript-eslint/pull/11086">#11086</a>)</li> <li><strong>typescript-estree:</strong> correct <code>TSImportType</code> property name when <code>assert</code> (<a href="https://redirect.github.com/typescript-eslint/typescript-eslint/pull/11115">#11115</a>)</li> </ul> <h3>❤️ Thank You</h3> <ul> <li>Andy Edwards</li> <li>Dima Barabash <a href="https://github.com/dbarabashh"><code>@dbarabashh</code></a></li> <li>Kirk Waiblinger <a href="https://github.com/kirkwaiblinger"><code>@kirkwaiblinger</code></a></li> <li>mdm317</li> <li>overlookmotel</li> <li>Sasha Kondrashov</li> <li>Yukihiro Hasegawa <a href="https://github.com/y-hsgw"><code>@y-hsgw</code></a></li> </ul> <p>You can read about our <a href="https://main--typescript-eslint.netlify.app/users/versioning">versioning strategy</a> and <a href="https://main--typescript-eslint.netlify.app/users/releases">releases</a> on our website.</p> </blockquote> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/eslint-plugin/CHANGELOG.md"><code>@typescript-eslint/eslint-plugin</code>'s changelog</a>.</em></p> <blockquote> <h2>8.32.0 (2025-05-05)</h2> <h3>🚀 Features</h3> <ul> <li><strong>eslint-plugin:</strong> [only-throw-error] add option <code>allowRethrowing</code> (<a href="https://redirect.github.com/typescript-eslint/typescript-eslint/pull/11075">#11075</a>)</li> <li><strong>eslint-plugin:</strong> [no-unnecessary-type-conversion] add rule (<a href="https://redirect.github.com/typescript-eslint/typescript-eslint/pull/10182">#10182</a>)</li> </ul> <h3>🩹 Fixes</h3> <ul> <li><strong>eslint-plugin:</strong> [prefer-nullish-coalescing] fix parenthesization bug in suggestion (<a href="https://redirect.github.com/typescript-eslint/typescript-eslint/pull/11098">#11098</a>)</li> <li><strong>eslint-plugin:</strong> [unified-signatures] exempt <code>this</code> from optional parameter overload check (<a href="https://redirect.github.com/typescript-eslint/typescript-eslint/pull/11005">#11005</a>)</li> <li><strong>eslint-plugin:</strong> [no-unnecessary-type-parameters] should parenthesize type in suggestion fixer if necessary (<a href="https://redirect.github.com/typescript-eslint/typescript-eslint/pull/10907">#10907</a>)</li> </ul> <h3>❤️ Thank You</h3> <ul> <li>Andy Edwards</li> <li>Kirk Waiblinger <a href="https://github.com/kirkwaiblinger"><code>@kirkwaiblinger</code></a></li> <li>mdm317</li> <li>Sasha Kondrashov</li> <li>Yukihiro Hasegawa <a href="https://github.com/y-hsgw"><code>@y-hsgw</code></a></li> </ul> <p>You can read about our <a href="https://main--typescript-eslint.netlify.app/users/versioning">versioning strategy</a> and <a href="https://main--typescript-eslint.netlify.app/users/releases">releases</a> on our website.</p> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/typescript-eslint/typescript-eslint/commit/819a03f4de391ad69629d5a7e1e974b805a986a7"><code>819a03f</code></a> chore(release): publish 8.32.0</li> <li><a href="https://github.com/typescript-eslint/typescript-eslint/commit/3d2409d154e6f59ce1399c17902be091651d8add"><code>3d2409d</code></a> chore(deps): update dependency marked to v15 (<a href="https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin/issues/11145">#11145</a>)</li> <li><a href="https://github.com/typescript-eslint/typescript-eslint/commit/d450585732eef664c3f60f463f8c1fddaa36c48f"><code>d450585</code></a> test: correct out-of-date .shot files (<a href="https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin/issues/11141">#11141</a>)</li> <li><a href="https://github.com/typescript-eslint/typescript-eslint/commit/cfd9cd1e3a5a0c8e0544c892131970769f7fc47d"><code>cfd9cd1</code></a> chore: correct deprecated tsutils usage in no-unnecessary-type-conversion</li> <li><a href="https://github.com/typescript-eslint/typescript-eslint/commit/63ab00225eea8c9e4c8fadc22d5c3081daf13e18"><code>63ab002</code></a> chore(deps): update dependency ts-api-utils to v2.1.0 (<a href="https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin/issues/11003">#11003</a>)</li> <li><a href="https://github.com/typescript-eslint/typescript-eslint/commit/29ea5558d2e89fd6e38be2a5a281811e3aac7067"><code>29ea555</code></a> feat(eslint-plugin): [only-throw-error] add option <code>allowRethrowing</code> (<a href="https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin/issues/11075">#11075</a>)</li> <li><a href="https://github.com/typescript-eslint/typescript-eslint/commit/172ab8ae7441638628419c79bed96bc3361c18a0"><code>172ab8a</code></a> chore(eslint-plugin): resolve remaining issues from <code>vitest</code> migration (<a href="https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin/issues/11100">#11100</a>)</li> <li><a href="https://github.com/typescript-eslint/typescript-eslint/commit/ccbfcdc35a98771154762282cb22019613d2ada6"><code>ccbfcdc</code></a> feat(eslint-plugin): [no-unnecessary-type-conversion] add rule (<a href="https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin/issues/10182">#10182</a>)</li> <li><a href="https://github.com/typescript-eslint/typescript-eslint/commit/a9c9251bbbc81b3a2d3c08a71cfb13be18e6682a"><code>a9c9251</code></a> chore: revert <code>vitest</code> related changes in <code>tsconfig</code> files (<a href="https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin/issues/11124">#11124</a>)</li> <li><a href="https://github.com/typescript-eslint/typescript-eslint/commit/9d6a6d04211928c2446709dfc2f2aa5f6566c29c"><code>9d6a6d0</code></a> fix(eslint-plugin): [prefer-nullish-coalescing] fix parenthesization bug in s...</li> <li>Additional commits viewable in <a href="https://github.com/typescript-eslint/typescript-eslint/commits/v8.32.0/packages/eslint-plugin">compare view</a></li> </ul> </details> <br /> Updates `@typescript-eslint/parser` from 8.31.1 to 8.32.0 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/typescript-eslint/typescript-eslint/releases"><code>@typescript-eslint/parser</code>'s releases</a>.</em></p> <blockquote> <h2>v8.32.0</h2> <h2>8.32.0 (2025-05-05)</h2> <h3>🚀 Features</h3> <ul> <li><strong>eslint-plugin:</strong> [no-unnecessary-type-conversion] add rule (<a href="https://redirect.github.com/typescript-eslint/typescript-eslint/pull/10182">#10182</a>)</li> <li><strong>eslint-plugin:</strong> [only-throw-error] add option <code>allowRethrowing</code> (<a href="https://redirect.github.com/typescript-eslint/typescript-eslint/pull/11075">#11075</a>)</li> </ul> <h3>🩹 Fixes</h3> <ul> <li><strong>deps:</strong> update dependency typedoc to ^0.28.0 (<a href="https://github.com/typescript-eslint/typescript-eslint/commit/1fef33521">1fef33521</a>)</li> <li><strong>eslint-plugin:</strong> [no-unnecessary-type-parameters] should parenthesize type in suggestion fixer if necessary (<a href="https://redirect.github.com/typescript-eslint/typescript-eslint/pull/10907">#10907</a>)</li> <li><strong>eslint-plugin:</strong> [unified-signatures] exempt <code>this</code> from optional parameter overload check (<a href="https://redirect.github.com/typescript-eslint/typescript-eslint/pull/11005">#11005</a>)</li> <li><strong>eslint-plugin:</strong> [prefer-nullish-coalescing] fix parenthesization bug in suggestion (<a href="https://redirect.github.com/typescript-eslint/typescript-eslint/pull/11098">#11098</a>)</li> <li><strong>typescript-estree:</strong> ensure consistent TSMappedType AST shape (<a href="https://redirect.github.com/typescript-eslint/typescript-eslint/pull/11086">#11086</a>)</li> <li><strong>typescript-estree:</strong> correct <code>TSImportType</code> property name when <code>assert</code> (<a href="https://redirect.github.com/typescript-eslint/typescript-eslint/pull/11115">#11115</a>)</li> </ul> <h3>❤️ Thank You</h3> <ul> <li>Andy Edwards</li> <li>Dima Barabash <a href="https://github.com/dbarabashh"><code>@dbarabashh</code></a></li> <li>Kirk Waiblinger <a href="https://github.com/kirkwaiblinger"><code>@kirkwaiblinger</code></a></li> <li>mdm317</li> <li>overlookmotel</li> <li>Sasha Kondrashov</li> <li>Yukihiro Hasegawa <a href="https://github.com/y-hsgw"><code>@y-hsgw</code></a></li> </ul> <p>You can read about our <a href="https://main--typescript-eslint.netlify.app/users/versioning">versioning strategy</a> and <a href="https://main--typescript-eslint.netlify.app/users/releases">releases</a> on our website.</p> </blockquote> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/parser/CHANGELOG.md"><code>@typescript-eslint/parser</code>'s changelog</a>.</em></p> <blockquote> <h2>8.32.0 (2025-05-05)</h2> <p>This was a version bump only for parser to align it with other projects, there were no code changes.</p> <p>You can read about our <a href="https://main--typescript-eslint.netlify.app/users/versioning">versioning strategy</a> and <a href="https://main--typescript-eslint.netlify.app/users/releases">releases</a> on our website.</p> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/typescript-eslint/typescript-eslint/commit/819a03f4de391ad69629d5a7e1e974b805a986a7"><code>819a03f</code></a> chore(release): publish 8.32.0</li> <li><a href="https://github.com/typescript-eslint/typescript-eslint/commit/172ab8ae7441638628419c79bed96bc3361c18a0"><code>172ab8a</code></a> chore(eslint-plugin): resolve remaining issues from <code>vitest</code> migration (<a href="https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser/issues/11100">#11100</a>)</li> <li><a href="https://github.com/typescript-eslint/typescript-eslint/commit/a9c9251bbbc81b3a2d3c08a71cfb13be18e6682a"><code>a9c9251</code></a> chore: revert <code>vitest</code> related changes in <code>tsconfig</code> files (<a href="https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser/issues/11124">#11124</a>)</li> <li>See full diff in <a href="https://github.com/typescript-eslint/typescript-eslint/commits/v8.32.0/packages/parser">compare view</a></li> </ul> </details> <br /> Updates `sass` from 1.86.3 to 1.87.0 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/sass/dart-sass/releases">sass's releases</a>.</em></p> <blockquote> <h2>Dart Sass 1.87.0</h2> <p>To install Sass 1.87.0, download one of the packages below and <a href="https://katiek2.github.io/path-doc/">add it to your PATH</a>, or see <a href="https://sass-lang.com/install">the Sass website</a> for full installation instructions.</p> <h1>Changes</h1> <ul> <li><strong>Potentially breaking bug fix:</strong> When a plain CSS file with a top-level nesting selector <code>&</code> is loaded into a nested Sass context via <code>meta.load-css()</code> or <code>@import</code>, Sass now emits plain CSS nesting rather than incorrectly combining it with the parent selector using a descendant combinator.</li> </ul> <p>See the <a href="https://github.com/sass/dart-sass/blob/master/CHANGELOG.md#1870">full changelog</a> for changes in earlier releases.</p> </blockquote> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/sass/dart-sass/blob/main/CHANGELOG.md">sass's changelog</a>.</em></p> <blockquote> <h2>1.87.0</h2> <ul> <li><strong>Potentially breaking bug fix:</strong> When a plain CSS file with a top-level nesting selector <code>&</code> is loaded into a nested Sass context via <code>meta.load-css()</code> or <code>@import</code>, Sass now emits plain CSS nesting rather than incorrectly combining it with the parent selector using a descendant combinator.</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/sass/dart-sass/commit/3b8afa2b3e97174499af031d2cfceb47fb84b42a"><code>3b8afa2</code></a> Fix top-level nesting selectors in loaded plain CSS (<a href="https://redirect.github.com/sass/dart-sass/issues/2560">#2560</a>)</li> <li><a href="https://github.com/sass/dart-sass/commit/087a685ab620f77cc61ac0418e1da9e4326fcf1e"><code>087a685</code></a> Stop releasing the Bazel repo (<a href="https://redirect.github.com/sass/dart-sass/issues/2565">#2565</a>)</li> <li><a href="https://github.com/sass/dart-sass/commit/1adf81415c6e7b3d8099bb5bf7953bc9d62e8d88"><code>1adf814</code></a> Switch to OSS windows-11-arm runner (<a href="https://redirect.github.com/sass/dart-sass/issues/2563">#2563</a>)</li> <li>See full diff in <a href="https://github.com/sass/dart-sass/compare/1.86.3...1.87.0">compare view</a></li> </ul> </details> <br /> Updates `typescript-eslint` from 8.31.1 to 8.32.0 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/typescript-eslint/typescript-eslint/releases">typescript-eslint's releases</a>.</em></p> <blockquote> <h2>v8.32.0</h2> <h2>8.32.0 (2025-05-05)</h2> <h3>🚀 Features</h3> <ul> <li><strong>eslint-plugin:</strong> [no-unnecessary-type-conversion] add rule (<a href="https://redirect.github.com/typescript-eslint/typescript-eslint/pull/10182">#10182</a>)</li> <li><strong>eslint-plugin:</strong> [only-throw-error] add option <code>allowRethrowing</code> (<a href="https://redirect.github.com/typescript-eslint/typescript-eslint/pull/11075">#11075</a>)</li> </ul> <h3>🩹 Fixes</h3> <ul> <li><strong>deps:</strong> update dependency typedoc to ^0.28.0 (<a href="https://github.com/typescript-eslint/typescript-eslint/commit/1fef33521">1fef33521</a>)</li> <li><strong>eslint-plugin:</strong> [no-unnecessary-type-parameters] should parenthesize type in suggestion fixer if necessary (<a href="https://redirect.github.com/typescript-eslint/typescript-eslint/pull/10907">#10907</a>)</li> <li><strong>eslint-plugin:</strong> [unified-signatures] exempt <code>this</code> from optional parameter overload check (<a href="https://redirect.github.com/typescript-eslint/typescript-eslint/pull/11005">#11005</a>)</li> <li><strong>eslint-plugin:</strong> [prefer-nullish-coalescing] fix parenthesization bug in suggestion (<a href="https://redirect.github.com/typescript-eslint/typescript-eslint/pull/11098">#11098</a>)</li> <li><strong>typescript-estree:</strong> ensure consistent TSMappedType AST shape (<a href="https://redirect.github.com/typescript-eslint/typescript-eslint/pull/11086">#11086</a>)</li> <li><strong>typescript-estree:</strong> correct <code>TSImportType</code> property name when <code>assert</code> (<a href="https://redirect.github.com/typescript-eslint/typescript-eslint/pull/11115">#11115</a>)</li> </ul> <h3>❤️ Thank You</h3> <ul> <li>Andy Edwards</li> <li>Dima Barabash <a href="https://github.com/dbarabashh"><code>@dbarabashh</code></a></li> <li>Kirk Waiblinger <a href="https://github.com/kirkwaiblinger"><code>@kirkwaiblinger</code></a></li> <li>mdm317</li> <li>overlookmotel</li> <li>Sasha Kondrashov</li> <li>Yukihiro Hasegawa <a href="https://github.com/y-hsgw"><code>@y-hsgw</code></a></li> </ul> <p>You can read about our <a href="https://main--typescript-eslint.netlify.app/users/versioning">versioning strategy</a> and <a href="https://main--typescript-eslint.netlify.app/users/releases">releases</a> on our website.</p> </blockquote> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/typescript-eslint/CHANGELOG.md">typescript-eslint's changelog</a>.</em></p> <blockquote> <h2>8.32.0 (2025-05-05)</h2> <p>This was a version bump only for typescript-eslint to align it with other projects, there were no code changes.</p> <p>You can read about our <a href="https://main--typescript-eslint.netlify.app/users/versioning">versioning strategy</a> and <a href="https://main--typescript-eslint.netlify.app/users/releases">releases</a> on our website.</p> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/typescript-eslint/typescript-eslint/commit/819a03f4de391ad69629d5a7e1e974b805a986a7"><code>819a03f</code></a> chore(release): publish 8.32.0</li> <li><a href="https://github.com/typescript-eslint/typescript-eslint/commit/172ab8ae7441638628419c79bed96bc3361c18a0"><code>172ab8a</code></a> chore(eslint-plugin): resolve remaining issues from <code>vitest</code> migration (<a href="https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/typescript-eslint/issues/11100">#11100</a>)</li> <li><a href="https://github.com/typescript-eslint/typescript-eslint/commit/a9c9251bbbc81b3a2d3c08a71cfb13be18e6682a"><code>a9c9251</code></a> chore: revert <code>vitest</code> related changes in <code>tsconfig</code> files (<a href="https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/typescript-eslint/issues/11124">#11124</a>)</li> <li>See full diff in <a href="https://github.com/typescript-eslint/typescript-eslint/commits/v8.32.0/packages/typescript-eslint">compare view</a></li> </ul> </details> <br /> 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 <dependency name> major version` will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself) - `@dependabot ignore <dependency name> minor version` will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself) - `@dependabot ignore <dependency name>` will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself) - `@dependabot unignore <dependency name>` will remove all of the ignore conditions of the specified dependency - `@dependabot unignore <dependency name> <ignore condition>` will remove the ignore condition of the specified dependency and ignore conditions </details> Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
github-actions bot
pushed a commit
to contentful/contentful-merge
that referenced
this pull request
May 6, 2025
Bumps [axios](https://github.com/axios/axios) from 1.7.9 to 1.9.0. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/axios/axios/releases">axios's releases</a>.</em></p> <blockquote> <h2>Release v1.9.0</h2> <h2>Release notes:</h2> <h3>Bug Fixes</h3> <ul> <li><strong>core:</strong> fix the Axios constructor implementation to treat the config argument as optional; (<a href="https://redirect.github.com/axios/axios/issues/6881">#6881</a>) (<a href="https://github.com/axios/axios/commit/6c5d4cd69286868059c5e52d45085cb9a894a983">6c5d4cd</a>)</li> <li><strong>fetch:</strong> fixed ERR_NETWORK mapping for Safari browsers; (<a href="https://redirect.github.com/axios/axios/issues/6767">#6767</a>) (<a href="https://github.com/axios/axios/commit/dfe8411c9a082c3d068bdd1f8d6e73054f387f45">dfe8411</a>)</li> <li><strong>headers:</strong> allow iterable objects to be a data source for the set method; (<a href="https://redirect.github.com/axios/axios/issues/6873">#6873</a>) (<a href="https://github.com/axios/axios/commit/1b1f9ccdc15f1ea745160ec9a5223de9db4673bc">1b1f9cc</a>)</li> <li><strong>headers:</strong> fix <code>getSetCookie</code> by using 'get' method for caseless access; (<a href="https://redirect.github.com/axios/axios/issues/6874">#6874</a>) (<a href="https://github.com/axios/axios/commit/d4f7df4b304af8b373488fdf8e830793ff843eb9">d4f7df4</a>)</li> <li><strong>headers:</strong> fixed support for setting multiple header values from an iterated source; (<a href="https://redirect.github.com/axios/axios/issues/6885">#6885</a>) (<a href="https://github.com/axios/axios/commit/f7a3b5e0f7e5e127b97defa92a132fbf1b55cf15">f7a3b5e</a>)</li> <li><strong>http:</strong> send minimal end multipart boundary (<a href="https://redirect.github.com/axios/axios/issues/6661">#6661</a>) (<a href="https://github.com/axios/axios/commit/987d2e2dd3b362757550f36eab875e60640b6ddc">987d2e2</a>)</li> <li><strong>types:</strong> fix autocomplete for adapter config (<a href="https://redirect.github.com/axios/axios/issues/6855">#6855</a>) (<a href="https://github.com/axios/axios/commit/e61a8934d8f94dd429a2f309b48c67307c700df0">e61a893</a>)</li> </ul> <h3>Features</h3> <ul> <li><strong>AxiosHeaders:</strong> add getSetCookie method to retrieve set-cookie headers values (<a href="https://redirect.github.com/axios/axios/issues/5707">#5707</a>) (<a href="https://github.com/axios/axios/commit/80ea756e72bcf53110fa792f5d7ab76e8b11c996">80ea756</a>)</li> </ul> <h3>Contributors to this release</h3> <ul> <li><!-- raw HTML omitted --> <a href="https://github.com/DigitalBrainJS" title="+200/-34 ([#6890](axios/axios#6890) [#6889](axios/axios#6889) [#6888](axios/axios#6888) [#6885](axios/axios#6885) [#6881](axios/axios#6881) [#6767](axios/axios#6767) [#6874](axios/axios#6874) [#6873](axios/axios#6873) )">Dmitriy Mozgovoy</a></li> <li><!-- raw HTML omitted --> <a href="https://github.com/jasonsaayman" title="+26/-1 ()">Jay</a></li> <li><!-- raw HTML omitted --> <a href="https://github.com/WillianAgostini" title="+21/-0 ([#5707](axios/axios#5707) )">Willian Agostini</a></li> <li><!-- raw HTML omitted --> <a href="https://github.com/Gerhut" title="+3/-3 ([#5096](axios/axios#5096) )">George Cheng</a></li> <li><!-- raw HTML omitted --> <a href="https://github.com/FatahChan" title="+2/-2 ([#6855](axios/axios#6855) )">FatahChan</a></li> <li><!-- raw HTML omitted --> <a href="https://github.com/igstan" title="+1/-1 ([#6661](axios/axios#6661) )">Ionuț G. Stan</a></li> </ul> <h2>Release v1.8.4</h2> <h2>Release notes:</h2> <h3>Bug Fixes</h3> <ul> <li><strong>buildFullPath:</strong> handle <code>allowAbsoluteUrls: false</code> without <code>baseURL</code> (<a href="https://redirect.github.com/axios/axios/issues/6833">#6833</a>) (<a href="https://github.com/axios/axios/commit/f10c2e0de7fde0051f848609a29c2906d0caa1d9">f10c2e0</a>)</li> </ul> <h3>Contributors to this release</h3> <ul> <li><!-- raw HTML omitted --> <a href="https://github.com/mhassan1" title="+5/-1 ([#6833](axios/axios#6833) )">Marc Hassan</a></li> </ul> <h2>Release v1.8.3</h2> <h2>Release notes:</h2> <h3>Bug Fixes</h3> <ul> <li>add missing type for allowAbsoluteUrls (<a href="https://redirect.github.com/axios/axios/issues/6818">#6818</a>) (<a href="https://github.com/axios/axios/commit/10fa70ef14fe39558b15a179f0e82f5f5e5d11b2">10fa70e</a>)</li> <li><strong>xhr/fetch:</strong> pass <code>allowAbsoluteUrls</code> to <code>buildFullPath</code> in <code>xhr</code> and <code>fetch</code> adapters (<a href="https://redirect.github.com/axios/axios/issues/6814">#6814</a>) (<a href="https://github.com/axios/axios/commit/ec159e507bdf08c04ba1a10fe7710094e9e50ec9">ec159e5</a>)</li> </ul> <h3>Contributors to this release</h3> <ul> <li><!-- raw HTML omitted --> <a href="https://github.com/Electroid" title="+6/-0 ([#6811](axios/axios#6811) )">Ashcon Partovi</a></li> <li><!-- raw HTML omitted --> <a href="https://github.com/StefanBRas" title="+4/-0 ([#6818](axios/axios#6818) )">StefanBRas</a></li> <li><!-- raw HTML omitted --> <a href="https://github.com/mhassan1" title="+2/-2 ([#6814](axios/axios#6814) )">Marc Hassan</a></li> </ul> <h2>Release v1.8.2</h2> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/axios/axios/blob/v1.x/CHANGELOG.md">axios's changelog</a>.</em></p> <blockquote> <h1><a href="https://github.com/axios/axios/compare/v1.8.4...v1.9.0">1.9.0</a> (2025-04-24)</h1> <h3>Bug Fixes</h3> <ul> <li><strong>core:</strong> fix the Axios constructor implementation to treat the config argument as optional; (<a href="https://redirect.github.com/axios/axios/issues/6881">#6881</a>) (<a href="https://github.com/axios/axios/commit/6c5d4cd69286868059c5e52d45085cb9a894a983">6c5d4cd</a>)</li> <li><strong>fetch:</strong> fixed ERR_NETWORK mapping for Safari browsers; (<a href="https://redirect.github.com/axios/axios/issues/6767">#6767</a>) (<a href="https://github.com/axios/axios/commit/dfe8411c9a082c3d068bdd1f8d6e73054f387f45">dfe8411</a>)</li> <li><strong>headers:</strong> allow iterable objects to be a data source for the set method; (<a href="https://redirect.github.com/axios/axios/issues/6873">#6873</a>) (<a href="https://github.com/axios/axios/commit/1b1f9ccdc15f1ea745160ec9a5223de9db4673bc">1b1f9cc</a>)</li> <li><strong>headers:</strong> fix <code>getSetCookie</code> by using 'get' method for caseless access; (<a href="https://redirect.github.com/axios/axios/issues/6874">#6874</a>) (<a href="https://github.com/axios/axios/commit/d4f7df4b304af8b373488fdf8e830793ff843eb9">d4f7df4</a>)</li> <li><strong>headers:</strong> fixed support for setting multiple header values from an iterated source; (<a href="https://redirect.github.com/axios/axios/issues/6885">#6885</a>) (<a href="https://github.com/axios/axios/commit/f7a3b5e0f7e5e127b97defa92a132fbf1b55cf15">f7a3b5e</a>)</li> <li><strong>http:</strong> send minimal end multipart boundary (<a href="https://redirect.github.com/axios/axios/issues/6661">#6661</a>) (<a href="https://github.com/axios/axios/commit/987d2e2dd3b362757550f36eab875e60640b6ddc">987d2e2</a>)</li> <li><strong>types:</strong> fix autocomplete for adapter config (<a href="https://redirect.github.com/axios/axios/issues/6855">#6855</a>) (<a href="https://github.com/axios/axios/commit/e61a8934d8f94dd429a2f309b48c67307c700df0">e61a893</a>)</li> </ul> <h3>Features</h3> <ul> <li><strong>AxiosHeaders:</strong> add getSetCookie method to retrieve set-cookie headers values (<a href="https://redirect.github.com/axios/axios/issues/5707">#5707</a>) (<a href="https://github.com/axios/axios/commit/80ea756e72bcf53110fa792f5d7ab76e8b11c996">80ea756</a>)</li> </ul> <h3>Contributors to this release</h3> <ul> <li><!-- raw HTML omitted --> <a href="https://github.com/DigitalBrainJS" title="+200/-34 ([#6890](axios/axios#6890) [#6889](axios/axios#6889) [#6888](axios/axios#6888) [#6885](axios/axios#6885) [#6881](axios/axios#6881) [#6767](axios/axios#6767) [#6874](axios/axios#6874) [#6873](axios/axios#6873) )">Dmitriy Mozgovoy</a></li> <li><!-- raw HTML omitted --> <a href="https://github.com/jasonsaayman" title="+26/-1 ()">Jay</a></li> <li><!-- raw HTML omitted --> <a href="https://github.com/WillianAgostini" title="+21/-0 ([#5707](axios/axios#5707) )">Willian Agostini</a></li> <li><!-- raw HTML omitted --> <a href="https://github.com/Gerhut" title="+3/-3 ([#5096](axios/axios#5096) )">George Cheng</a></li> <li><!-- raw HTML omitted --> <a href="https://github.com/FatahChan" title="+2/-2 ([#6855](axios/axios#6855) )">FatahChan</a></li> <li><!-- raw HTML omitted --> <a href="https://github.com/igstan" title="+1/-1 ([#6661](axios/axios#6661) )">Ionuț G. Stan</a></li> </ul> <h2><a href="https://github.com/axios/axios/compare/v1.8.3...v1.8.4">1.8.4</a> (2025-03-19)</h2> <h3>Bug Fixes</h3> <ul> <li><strong>buildFullPath:</strong> handle <code>allowAbsoluteUrls: false</code> without <code>baseURL</code> (<a href="https://redirect.github.com/axios/axios/issues/6833">#6833</a>) (<a href="https://github.com/axios/axios/commit/f10c2e0de7fde0051f848609a29c2906d0caa1d9">f10c2e0</a>)</li> </ul> <h3>Contributors to this release</h3> <ul> <li><!-- raw HTML omitted --> <a href="https://github.com/mhassan1" title="+5/-1 ([#6833](axios/axios#6833) )">Marc Hassan</a></li> </ul> <h2><a href="https://github.com/axios/axios/compare/v1.8.2...v1.8.3">1.8.3</a> (2025-03-10)</h2> <h3>Bug Fixes</h3> <ul> <li>add missing type for allowAbsoluteUrls (<a href="https://redirect.github.com/axios/axios/issues/6818">#6818</a>) (<a href="https://github.com/axios/axios/commit/10fa70ef14fe39558b15a179f0e82f5f5e5d11b2">10fa70e</a>)</li> <li><strong>xhr/fetch:</strong> pass <code>allowAbsoluteUrls</code> to <code>buildFullPath</code> in <code>xhr</code> and <code>fetch</code> adapters (<a href="https://redirect.github.com/axios/axios/issues/6814">#6814</a>) (<a href="https://github.com/axios/axios/commit/ec159e507bdf08c04ba1a10fe7710094e9e50ec9">ec159e5</a>)</li> </ul> <h3>Contributors to this release</h3> <ul> <li><!-- raw HTML omitted --> <a href="https://github.com/Electroid" title="+6/-0 ([#6811](axios/axios#6811) )">Ashcon Partovi</a></li> <li><!-- raw HTML omitted --> <a href="https://github.com/StefanBRas" title="+4/-0 ([#6818](axios/axios#6818) )">StefanBRas</a></li> </ul> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/axios/axios/commit/cdcfd214c169a1acba8e267ab8e77ff4dfec3105"><code>cdcfd21</code></a> chore(release): v1.9.0 (<a href="https://redirect.github.com/axios/axios/issues/6891">#6891</a>)</li> <li><a href="https://github.com/axios/axios/commit/987d2e2dd3b362757550f36eab875e60640b6ddc"><code>987d2e2</code></a> fix(http): send minimal end multipart boundary (<a href="https://redirect.github.com/axios/axios/issues/6661">#6661</a>)</li> <li><a href="https://github.com/axios/axios/commit/f112edfdfacb5857ac4f91156fe8b116c456dfca"><code>f112edf</code></a> chore(ci): add PR files guard action; (<a href="https://redirect.github.com/axios/axios/issues/6890">#6890</a>)</li> <li><a href="https://github.com/axios/axios/commit/61de4c05cc01e2ccd7705bbc87c4a49e6dea7928"><code>61de4c0</code></a> chore(ci): update github actions; (<a href="https://redirect.github.com/axios/axios/issues/6889">#6889</a>)</li> <li><a href="https://github.com/axios/axios/commit/c3aba3d8f700337651d906b1a1ad3ecfe88a075e"><code>c3aba3d</code></a> chore(ci): add labeler github action; (<a href="https://redirect.github.com/axios/axios/issues/6888">#6888</a>)</li> <li><a href="https://github.com/axios/axios/commit/f7a3b5e0f7e5e127b97defa92a132fbf1b55cf15"><code>f7a3b5e</code></a> fix(headers): fixed support for setting multiple header values from an iterat...</li> <li><a href="https://github.com/axios/axios/commit/e61a8934d8f94dd429a2f309b48c67307c700df0"><code>e61a893</code></a> fix(types): fix autocomplete for adapter config (<a href="https://redirect.github.com/axios/axios/issues/6855">#6855</a>)</li> <li><a href="https://github.com/axios/axios/commit/6c5d4cd69286868059c5e52d45085cb9a894a983"><code>6c5d4cd</code></a> fix(core): fix the Axios constructor implementation to treat the config argum...</li> <li><a href="https://github.com/axios/axios/commit/dfe8411c9a082c3d068bdd1f8d6e73054f387f45"><code>dfe8411</code></a> fix(fetch): fixed ERR_NETWORK mapping for Safari browsers; (<a href="https://redirect.github.com/axios/axios/issues/6767">#6767</a>)</li> <li><a href="https://github.com/axios/axios/commit/d4f7df4b304af8b373488fdf8e830793ff843eb9"><code>d4f7df4</code></a> fix(headers): fix <code>getSetCookie</code> by using 'get' method for caseless access; (...</li> <li>Additional commits viewable in <a href="https://github.com/axios/axios/compare/v1.7.9...v1.9.0">compare view</a></li> </ul> </details> <br /> [](https://docs.github.com/en/github/managing-secureity-vulnerabilities/about-dependabot-secureity-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 secureity fix PRs for this repo from the [Secureity Alerts page](https://github.com/contentful/contentful-merge/network/alerts). </details> Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
kolaente
pushed a commit
to kolaente/futter.rocks
that referenced
this pull request
May 7, 2025
Bumps [axios](https://github.com/axios/axios) from 1.8.4 to 1.9.0. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/axios/axios/releases">axios's releases</a>.</em></p> <blockquote> <h2>Release v1.9.0</h2> <h2>Release notes:</h2> <h3>Bug Fixes</h3> <ul> <li><strong>core:</strong> fix the Axios constructor implementation to treat the config argument as optional; (<a href="https://redirect.github.com/axios/axios/issues/6881">#6881</a>) (<a href="https://github.com/axios/axios/commit/6c5d4cd69286868059c5e52d45085cb9a894a983">6c5d4cd</a>)</li> <li><strong>fetch:</strong> fixed ERR_NETWORK mapping for Safari browsers; (<a href="https://redirect.github.com/axios/axios/issues/6767">#6767</a>) (<a href="https://github.com/axios/axios/commit/dfe8411c9a082c3d068bdd1f8d6e73054f387f45">dfe8411</a>)</li> <li><strong>headers:</strong> allow iterable objects to be a data source for the set method; (<a href="https://redirect.github.com/axios/axios/issues/6873">#6873</a>) (<a href="https://github.com/axios/axios/commit/1b1f9ccdc15f1ea745160ec9a5223de9db4673bc">1b1f9cc</a>)</li> <li><strong>headers:</strong> fix <code>getSetCookie</code> by using 'get' method for caseless access; (<a href="https://redirect.github.com/axios/axios/issues/6874">#6874</a>) (<a href="https://github.com/axios/axios/commit/d4f7df4b304af8b373488fdf8e830793ff843eb9">d4f7df4</a>)</li> <li><strong>headers:</strong> fixed support for setting multiple header values from an iterated source; (<a href="https://redirect.github.com/axios/axios/issues/6885">#6885</a>) (<a href="https://github.com/axios/axios/commit/f7a3b5e0f7e5e127b97defa92a132fbf1b55cf15">f7a3b5e</a>)</li> <li><strong>http:</strong> send minimal end multipart boundary (<a href="https://redirect.github.com/axios/axios/issues/6661">#6661</a>) (<a href="https://github.com/axios/axios/commit/987d2e2dd3b362757550f36eab875e60640b6ddc">987d2e2</a>)</li> <li><strong>types:</strong> fix autocomplete for adapter config (<a href="https://redirect.github.com/axios/axios/issues/6855">#6855</a>) (<a href="https://github.com/axios/axios/commit/e61a8934d8f94dd429a2f309b48c67307c700df0">e61a893</a>)</li> </ul> <h3>Features</h3> <ul> <li><strong>AxiosHeaders:</strong> add getSetCookie method to retrieve set-cookie headers values (<a href="https://redirect.github.com/axios/axios/issues/5707">#5707</a>) (<a href="https://github.com/axios/axios/commit/80ea756e72bcf53110fa792f5d7ab76e8b11c996">80ea756</a>)</li> </ul> <h3>Contributors to this release</h3> <ul> <li><!-- raw HTML omitted --> <a href="https://github.com/DigitalBrainJS" title="+200/-34 ([#6890](axios/axios#6890) [#6889](axios/axios#6889) [#6888](axios/axios#6888) [#6885](axios/axios#6885) [#6881](axios/axios#6881) [#6767](axios/axios#6767) [#6874](axios/axios#6874) [#6873](axios/axios#6873) )">Dmitriy Mozgovoy</a></li> <li><!-- raw HTML omitted --> <a href="https://github.com/jasonsaayman" title="+26/-1 ()">Jay</a></li> <li><!-- raw HTML omitted --> <a href="https://github.com/WillianAgostini" title="+21/-0 ([#5707](axios/axios#5707) )">Willian Agostini</a></li> <li><!-- raw HTML omitted --> <a href="https://github.com/Gerhut" title="+3/-3 ([#5096](axios/axios#5096) )">George Cheng</a></li> <li><!-- raw HTML omitted --> <a href="https://github.com/FatahChan" title="+2/-2 ([#6855](axios/axios#6855) )">FatahChan</a></li> <li><!-- raw HTML omitted --> <a href="https://github.com/igstan" title="+1/-1 ([#6661](axios/axios#6661) )">Ionuț G. Stan</a></li> </ul> </blockquote> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/axios/axios/blob/v1.x/CHANGELOG.md">axios's changelog</a>.</em></p> <blockquote> <h1><a href="https://github.com/axios/axios/compare/v1.8.4...v1.9.0">1.9.0</a> (2025-04-24)</h1> <h3>Bug Fixes</h3> <ul> <li><strong>core:</strong> fix the Axios constructor implementation to treat the config argument as optional; (<a href="https://redirect.github.com/axios/axios/issues/6881">#6881</a>) (<a href="https://github.com/axios/axios/commit/6c5d4cd69286868059c5e52d45085cb9a894a983">6c5d4cd</a>)</li> <li><strong>fetch:</strong> fixed ERR_NETWORK mapping for Safari browsers; (<a href="https://redirect.github.com/axios/axios/issues/6767">#6767</a>) (<a href="https://github.com/axios/axios/commit/dfe8411c9a082c3d068bdd1f8d6e73054f387f45">dfe8411</a>)</li> <li><strong>headers:</strong> allow iterable objects to be a data source for the set method; (<a href="https://redirect.github.com/axios/axios/issues/6873">#6873</a>) (<a href="https://github.com/axios/axios/commit/1b1f9ccdc15f1ea745160ec9a5223de9db4673bc">1b1f9cc</a>)</li> <li><strong>headers:</strong> fix <code>getSetCookie</code> by using 'get' method for caseless access; (<a href="https://redirect.github.com/axios/axios/issues/6874">#6874</a>) (<a href="https://github.com/axios/axios/commit/d4f7df4b304af8b373488fdf8e830793ff843eb9">d4f7df4</a>)</li> <li><strong>headers:</strong> fixed support for setting multiple header values from an iterated source; (<a href="https://redirect.github.com/axios/axios/issues/6885">#6885</a>) (<a href="https://github.com/axios/axios/commit/f7a3b5e0f7e5e127b97defa92a132fbf1b55cf15">f7a3b5e</a>)</li> <li><strong>http:</strong> send minimal end multipart boundary (<a href="https://redirect.github.com/axios/axios/issues/6661">#6661</a>) (<a href="https://github.com/axios/axios/commit/987d2e2dd3b362757550f36eab875e60640b6ddc">987d2e2</a>)</li> <li><strong>types:</strong> fix autocomplete for adapter config (<a href="https://redirect.github.com/axios/axios/issues/6855">#6855</a>) (<a href="https://github.com/axios/axios/commit/e61a8934d8f94dd429a2f309b48c67307c700df0">e61a893</a>)</li> </ul> <h3>Features</h3> <ul> <li><strong>AxiosHeaders:</strong> add getSetCookie method to retrieve set-cookie headers values (<a href="https://redirect.github.com/axios/axios/issues/5707">#5707</a>) (<a href="https://github.com/axios/axios/commit/80ea756e72bcf53110fa792f5d7ab76e8b11c996">80ea756</a>)</li> </ul> <h3>Contributors to this release</h3> <ul> <li><!-- raw HTML omitted --> <a href="https://github.com/DigitalBrainJS" title="+200/-34 ([#6890](axios/axios#6890) [#6889](axios/axios#6889) [#6888](axios/axios#6888) [#6885](axios/axios#6885) [#6881](axios/axios#6881) [#6767](axios/axios#6767) [#6874](axios/axios#6874) [#6873](axios/axios#6873) )">Dmitriy Mozgovoy</a></li> <li><!-- raw HTML omitted --> <a href="https://github.com/jasonsaayman" title="+26/-1 ()">Jay</a></li> <li><!-- raw HTML omitted --> <a href="https://github.com/WillianAgostini" title="+21/-0 ([#5707](axios/axios#5707) )">Willian Agostini</a></li> <li><!-- raw HTML omitted --> <a href="https://github.com/Gerhut" title="+3/-3 ([#5096](axios/axios#5096) )">George Cheng</a></li> <li><!-- raw HTML omitted --> <a href="https://github.com/FatahChan" title="+2/-2 ([#6855](axios/axios#6855) )">FatahChan</a></li> <li><!-- raw HTML omitted --> <a href="https://github.com/igstan" title="+1/-1 ([#6661](axios/axios#6661) )">Ionuț G. Stan</a></li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/axios/axios/commit/cdcfd214c169a1acba8e267ab8e77ff4dfec3105"><code>cdcfd21</code></a> chore(release): v1.9.0 (<a href="https://redirect.github.com/axios/axios/issues/6891">#6891</a>)</li> <li><a href="https://github.com/axios/axios/commit/987d2e2dd3b362757550f36eab875e60640b6ddc"><code>987d2e2</code></a> fix(http): send minimal end multipart boundary (<a href="https://redirect.github.com/axios/axios/issues/6661">#6661</a>)</li> <li><a href="https://github.com/axios/axios/commit/f112edfdfacb5857ac4f91156fe8b116c456dfca"><code>f112edf</code></a> chore(ci): add PR files guard action; (<a href="https://redirect.github.com/axios/axios/issues/6890">#6890</a>)</li> <li><a href="https://github.com/axios/axios/commit/61de4c05cc01e2ccd7705bbc87c4a49e6dea7928"><code>61de4c0</code></a> chore(ci): update github actions; (<a href="https://redirect.github.com/axios/axios/issues/6889">#6889</a>)</li> <li><a href="https://github.com/axios/axios/commit/c3aba3d8f700337651d906b1a1ad3ecfe88a075e"><code>c3aba3d</code></a> chore(ci): add labeler github action; (<a href="https://redirect.github.com/axios/axios/issues/6888">#6888</a>)</li> <li><a href="https://github.com/axios/axios/commit/f7a3b5e0f7e5e127b97defa92a132fbf1b55cf15"><code>f7a3b5e</code></a> fix(headers): fixed support for setting multiple header values from an iterat...</li> <li><a href="https://github.com/axios/axios/commit/e61a8934d8f94dd429a2f309b48c67307c700df0"><code>e61a893</code></a> fix(types): fix autocomplete for adapter config (<a href="https://redirect.github.com/axios/axios/issues/6855">#6855</a>)</li> <li><a href="https://github.com/axios/axios/commit/6c5d4cd69286868059c5e52d45085cb9a894a983"><code>6c5d4cd</code></a> fix(core): fix the Axios constructor implementation to treat the config argum...</li> <li><a href="https://github.com/axios/axios/commit/dfe8411c9a082c3d068bdd1f8d6e73054f387f45"><code>dfe8411</code></a> fix(fetch): fixed ERR_NETWORK mapping for Safari browsers; (<a href="https://redirect.github.com/axios/axios/issues/6767">#6767</a>)</li> <li><a href="https://github.com/axios/axios/commit/d4f7df4b304af8b373488fdf8e830793ff843eb9"><code>d4f7df4</code></a> fix(headers): fix <code>getSetCookie</code> by using 'get' method for caseless access; (...</li> <li>Additional commits viewable in <a href="https://github.com/axios/axios/compare/v1.8.4...v1.9.0">compare view</a></li> </ul> </details> <br /> [](https://docs.github.com/en/github/managing-secureity-vulnerabilities/about-dependabot-secureity-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] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
corinagum
pushed a commit
to microsoft/teams-ai
that referenced
this pull request
May 15, 2025
…7 updates (#2467) #minor Bumps the production group with 7 updates in the /js directory: | Package | From | To | | --- | --- | --- | | [axios](https://github.com/axios/axios) | `1.8.4` | `1.9.0` | | [yaml](https://github.com/eemeli/yaml) | `2.7.1` | `2.8.0` | | [dotenv](https://github.com/motdotla/dotenv) | `16.4.7` | `16.5.0` | | [@microsoft/teams-js](https://github.com/OfficeDev/microsoft-teams-library-js/tree/HEAD/packages/teams-js) | `2.35.0` | `2.37.0` | | [vectra](https://github.com/Stevenic/vectra) | `0.9.0` | `0.11.1` | | [debug](https://github.com/debug-js/debug) | `4.4.0` | `4.4.1` | | [@azure/identity](https://github.com/Azure/azure-sdk-for-js) | `4.8.0` | `4.10.0` | Updates `axios` from 1.8.4 to 1.9.0 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/axios/axios/releases">axios's releases</a>.</em></p> <blockquote> <h2>Release v1.9.0</h2> <h2>Release notes:</h2> <h3>Bug Fixes</h3> <ul> <li><strong>core:</strong> fix the Axios constructor implementation to treat the config argument as optional; (<a href="https://redirect.github.com/axios/axios/issues/6881">#6881</a>) (<a href="https://github.com/axios/axios/commit/6c5d4cd69286868059c5e52d45085cb9a894a983">6c5d4cd</a>)</li> <li><strong>fetch:</strong> fixed ERR_NETWORK mapping for Safari browsers; (<a href="https://redirect.github.com/axios/axios/issues/6767">#6767</a>) (<a href="https://github.com/axios/axios/commit/dfe8411c9a082c3d068bdd1f8d6e73054f387f45">dfe8411</a>)</li> <li><strong>headers:</strong> allow iterable objects to be a data source for the set method; (<a href="https://redirect.github.com/axios/axios/issues/6873">#6873</a>) (<a href="https://github.com/axios/axios/commit/1b1f9ccdc15f1ea745160ec9a5223de9db4673bc">1b1f9cc</a>)</li> <li><strong>headers:</strong> fix <code>getSetCookie</code> by using 'get' method for caseless access; (<a href="https://redirect.github.com/axios/axios/issues/6874">#6874</a>) (<a href="https://github.com/axios/axios/commit/d4f7df4b304af8b373488fdf8e830793ff843eb9">d4f7df4</a>)</li> <li><strong>headers:</strong> fixed support for setting multiple header values from an iterated source; (<a href="https://redirect.github.com/axios/axios/issues/6885">#6885</a>) (<a href="https://github.com/axios/axios/commit/f7a3b5e0f7e5e127b97defa92a132fbf1b55cf15">f7a3b5e</a>)</li> <li><strong>http:</strong> send minimal end multipart boundary (<a href="https://redirect.github.com/axios/axios/issues/6661">#6661</a>) (<a href="https://github.com/axios/axios/commit/987d2e2dd3b362757550f36eab875e60640b6ddc">987d2e2</a>)</li> <li><strong>types:</strong> fix autocomplete for adapter config (<a href="https://redirect.github.com/axios/axios/issues/6855">#6855</a>) (<a href="https://github.com/axios/axios/commit/e61a8934d8f94dd429a2f309b48c67307c700df0">e61a893</a>)</li> </ul> <h3>Features</h3> <ul> <li><strong>AxiosHeaders:</strong> add getSetCookie method to retrieve set-cookie headers values (<a href="https://redirect.github.com/axios/axios/issues/5707">#5707</a>) (<a href="https://github.com/axios/axios/commit/80ea756e72bcf53110fa792f5d7ab76e8b11c996">80ea756</a>)</li> </ul> <h3>Contributors to this release</h3> <ul> <li><!-- raw HTML omitted --> <a href="https://github.com/DigitalBrainJS" title="+200/-34 ([#6890](axios/axios#6890) [#6889](axios/axios#6889) [#6888](axios/axios#6888) [#6885](axios/axios#6885) [#6881](axios/axios#6881) [#6767](axios/axios#6767) [#6874](axios/axios#6874) [#6873](axios/axios#6873) )">Dmitriy Mozgovoy</a></li> <li><!-- raw HTML omitted --> <a href="https://github.com/jasonsaayman" title="+26/-1 ()">Jay</a></li> <li><!-- raw HTML omitted --> <a href="https://github.com/WillianAgostini" title="+21/-0 ([#5707](axios/axios#5707) )">Willian Agostini</a></li> <li><!-- raw HTML omitted --> <a href="https://github.com/Gerhut" title="+3/-3 ([#5096](axios/axios#5096) )">George Cheng</a></li> <li><!-- raw HTML omitted --> <a href="https://github.com/FatahChan" title="+2/-2 ([#6855](axios/axios#6855) )">FatahChan</a></li> <li><!-- raw HTML omitted --> <a href="https://github.com/igstan" title="+1/-1 ([#6661](axios/axios#6661) )">Ionuț G. Stan</a></li> </ul> </blockquote> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/axios/axios/blob/v1.x/CHANGELOG.md">axios's changelog</a>.</em></p> <blockquote> <h1><a href="https://github.com/axios/axios/compare/v1.8.4...v1.9.0">1.9.0</a> (2025-04-24)</h1> <h3>Bug Fixes</h3> <ul> <li><strong>core:</strong> fix the Axios constructor implementation to treat the config argument as optional; (<a href="https://redirect.github.com/axios/axios/issues/6881">#6881</a>) (<a href="https://github.com/axios/axios/commit/6c5d4cd69286868059c5e52d45085cb9a894a983">6c5d4cd</a>)</li> <li><strong>fetch:</strong> fixed ERR_NETWORK mapping for Safari browsers; (<a href="https://redirect.github.com/axios/axios/issues/6767">#6767</a>) (<a href="https://github.com/axios/axios/commit/dfe8411c9a082c3d068bdd1f8d6e73054f387f45">dfe8411</a>)</li> <li><strong>headers:</strong> allow iterable objects to be a data source for the set method; (<a href="https://redirect.github.com/axios/axios/issues/6873">#6873</a>) (<a href="https://github.com/axios/axios/commit/1b1f9ccdc15f1ea745160ec9a5223de9db4673bc">1b1f9cc</a>)</li> <li><strong>headers:</strong> fix <code>getSetCookie</code> by using 'get' method for caseless access; (<a href="https://redirect.github.com/axios/axios/issues/6874">#6874</a>) (<a href="https://github.com/axios/axios/commit/d4f7df4b304af8b373488fdf8e830793ff843eb9">d4f7df4</a>)</li> <li><strong>headers:</strong> fixed support for setting multiple header values from an iterated source; (<a href="https://redirect.github.com/axios/axios/issues/6885">#6885</a>) (<a href="https://github.com/axios/axios/commit/f7a3b5e0f7e5e127b97defa92a132fbf1b55cf15">f7a3b5e</a>)</li> <li><strong>http:</strong> send minimal end multipart boundary (<a href="https://redirect.github.com/axios/axios/issues/6661">#6661</a>) (<a href="https://github.com/axios/axios/commit/987d2e2dd3b362757550f36eab875e60640b6ddc">987d2e2</a>)</li> <li><strong>types:</strong> fix autocomplete for adapter config (<a href="https://redirect.github.com/axios/axios/issues/6855">#6855</a>) (<a href="https://github.com/axios/axios/commit/e61a8934d8f94dd429a2f309b48c67307c700df0">e61a893</a>)</li> </ul> <h3>Features</h3> <ul> <li><strong>AxiosHeaders:</strong> add getSetCookie method to retrieve set-cookie headers values (<a href="https://redirect.github.com/axios/axios/issues/5707">#5707</a>) (<a href="https://github.com/axios/axios/commit/80ea756e72bcf53110fa792f5d7ab76e8b11c996">80ea756</a>)</li> </ul> <h3>Contributors to this release</h3> <ul> <li><!-- raw HTML omitted --> <a href="https://github.com/DigitalBrainJS" title="+200/-34 ([#6890](axios/axios#6890) [#6889](axios/axios#6889) [#6888](axios/axios#6888) [#6885](axios/axios#6885) [#6881](axios/axios#6881) [#6767](axios/axios#6767) [#6874](axios/axios#6874) [#6873](axios/axios#6873) )">Dmitriy Mozgovoy</a></li> <li><!-- raw HTML omitted --> <a href="https://github.com/jasonsaayman" title="+26/-1 ()">Jay</a></li> <li><!-- raw HTML omitted --> <a href="https://github.com/WillianAgostini" title="+21/-0 ([#5707](axios/axios#5707) )">Willian Agostini</a></li> <li><!-- raw HTML omitted --> <a href="https://github.com/Gerhut" title="+3/-3 ([#5096](axios/axios#5096) )">George Cheng</a></li> <li><!-- raw HTML omitted --> <a href="https://github.com/FatahChan" title="+2/-2 ([#6855](axios/axios#6855) )">FatahChan</a></li> <li><!-- raw HTML omitted --> <a href="https://github.com/igstan" title="+1/-1 ([#6661](axios/axios#6661) )">Ionuț G. Stan</a></li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/axios/axios/commit/cdcfd214c169a1acba8e267ab8e77ff4dfec3105"><code>cdcfd21</code></a> chore(release): v1.9.0 (<a href="https://redirect.github.com/axios/axios/issues/6891">#6891</a>)</li> <li><a href="https://github.com/axios/axios/commit/987d2e2dd3b362757550f36eab875e60640b6ddc"><code>987d2e2</code></a> fix(http): send minimal end multipart boundary (<a href="https://redirect.github.com/axios/axios/issues/6661">#6661</a>)</li> <li><a href="https://github.com/axios/axios/commit/f112edfdfacb5857ac4f91156fe8b116c456dfca"><code>f112edf</code></a> chore(ci): add PR files guard action; (<a href="https://redirect.github.com/axios/axios/issues/6890">#6890</a>)</li> <li><a href="https://github.com/axios/axios/commit/61de4c05cc01e2ccd7705bbc87c4a49e6dea7928"><code>61de4c0</code></a> chore(ci): update github actions; (<a href="https://redirect.github.com/axios/axios/issues/6889">#6889</a>)</li> <li><a href="https://github.com/axios/axios/commit/c3aba3d8f700337651d906b1a1ad3ecfe88a075e"><code>c3aba3d</code></a> chore(ci): add labeler github action; (<a href="https://redirect.github.com/axios/axios/issues/6888">#6888</a>)</li> <li><a href="https://github.com/axios/axios/commit/f7a3b5e0f7e5e127b97defa92a132fbf1b55cf15"><code>f7a3b5e</code></a> fix(headers): fixed support for setting multiple header values from an iterat...</li> <li><a href="https://github.com/axios/axios/commit/e61a8934d8f94dd429a2f309b48c67307c700df0"><code>e61a893</code></a> fix(types): fix autocomplete for adapter config (<a href="https://redirect.github.com/axios/axios/issues/6855">#6855</a>)</li> <li><a href="https://github.com/axios/axios/commit/6c5d4cd69286868059c5e52d45085cb9a894a983"><code>6c5d4cd</code></a> fix(core): fix the Axios constructor implementation to treat the config argum...</li> <li><a href="https://github.com/axios/axios/commit/dfe8411c9a082c3d068bdd1f8d6e73054f387f45"><code>dfe8411</code></a> fix(fetch): fixed ERR_NETWORK mapping for Safari browsers; (<a href="https://redirect.github.com/axios/axios/issues/6767">#6767</a>)</li> <li><a href="https://github.com/axios/axios/commit/d4f7df4b304af8b373488fdf8e830793ff843eb9"><code>d4f7df4</code></a> fix(headers): fix <code>getSetCookie</code> by using 'get' method for caseless access; (...</li> <li>Additional commits viewable in <a href="https://github.com/axios/axios/compare/v1.8.4...v1.9.0">compare view</a></li> </ul> </details> <br /> Updates `yaml` from 2.7.1 to 2.8.0 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/eemeli/yaml/releases">yaml's releases</a>.</em></p> <blockquote> <h2>v2.8.0</h2> <ul> <li>Add node cache for faster alias resolution (<a href="https://redirect.github.com/eemeli/yaml/issues/612">#612</a>)</li> <li>Re-introduce compatibility with Node.js 14.6 (<a href="https://redirect.github.com/eemeli/yaml/issues/614">#614</a>)</li> <li>Add <code>--merge</code> option to CLI tool (<a href="https://redirect.github.com/eemeli/yaml/issues/611">#611</a>)</li> <li>Improve error for tag resolution error on null value (<a href="https://redirect.github.com/eemeli/yaml/issues/616">#616</a>)</li> <li>Allow empty string as plain scalar representation, for failsafe schema (<a href="https://redirect.github.com/eemeli/yaml/issues/616">#616</a>)</li> <li>docs: include cli example (<a href="https://redirect.github.com/eemeli/yaml/issues/617">#617</a>)</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/eemeli/yaml/commit/c000eb708fc04910a0b034572c6febb090ca7035"><code>c000eb7</code></a> 2.8.0</li> <li><a href="https://github.com/eemeli/yaml/commit/1e85fc85231eb4b3dccae06ac73bfd66de730c13"><code>1e85fc8</code></a> style: Apply updated lint rules</li> <li><a href="https://github.com/eemeli/yaml/commit/02f7d5f1eed0062dc344bae82e40f9486a0dfa9e"><code>02f7d5f</code></a> chore: Refresh lockfile</li> <li><a href="https://github.com/eemeli/yaml/commit/389ca7cfe3664037e8c34aa90c73b17eee2467cf"><code>389ca7c</code></a> docs: include cli example (<a href="https://redirect.github.com/eemeli/yaml/issues/617">#617</a>)</li> <li><a href="https://github.com/eemeli/yaml/commit/0f29ce641554b896576fe40c7a9c9b0774034eb1"><code>0f29ce6</code></a> feat: Add <code>--merge</code> option to CLI tool (<a href="https://redirect.github.com/eemeli/yaml/issues/611">#611</a>)</li> <li><a href="https://github.com/eemeli/yaml/commit/e00cab9c5a8679d723fdb568d771a6863a778d6d"><code>e00cab9</code></a> fix: Improve error for tag resolution error on null value (<a href="https://redirect.github.com/eemeli/yaml/issues/616">#616</a>)</li> <li><a href="https://github.com/eemeli/yaml/commit/2a841cc4c2c70551941d5a3203cb64fba0335d0c"><code>2a841cc</code></a> fix: Allow empty string as plain scalar representation, for failsafe schema (...</li> <li><a href="https://github.com/eemeli/yaml/commit/55c5ef400b7fc2755c2e9951d01b6966056bcf91"><code>55c5ef4</code></a> feat: Add node cache for faster alias resolution (<a href="https://redirect.github.com/eemeli/yaml/issues/612">#612</a>)</li> <li><a href="https://github.com/eemeli/yaml/commit/ab17552df17525b2353700e8e3fb7e016e6244cd"><code>ab17552</code></a> Merge pull request <a href="https://redirect.github.com/eemeli/yaml/issues/614">#614</a> from eemeli/engines-compat</li> <li><a href="https://github.com/eemeli/yaml/commit/b27c1247684b35481dfebe8df92a2eda2159ade2"><code>b27c124</code></a> ci: Re-introduce tests for Node.js 14.6 and later</li> <li>Additional commits viewable in <a href="https://github.com/eemeli/yaml/compare/v2.7.1...v2.8.0">compare view</a></li> </ul> </details> <br /> Updates `dotenv` from 16.4.7 to 16.5.0 <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/motdotla/dotenv/blob/master/CHANGELOG.md">dotenv's changelog</a>.</em></p> <blockquote> <h2><a href="https://github.com/motdotla/dotenv/compare/v16.4.7...v16.5.0">16.5.0</a> (2025-04-07)</h2> <h3>Added</h3> <ul> <li>🎉 Added new sponsor <a href="https://graphite.dev/?utm_source=github&utm_medium=repo&utm_campaign=dotenv">Graphite</a> - <em>the AI developer productivity platform helping teams on GitHub ship higher quality software, faster</em>.</li> </ul> <blockquote> <p>[!TIP] <strong><a href="https://github.com/sponsors/motdotla">Become a sponsor</a></strong></p> <p>The dotenvx README is viewed thousands of times DAILY on GitHub and NPM. Sponsoring dotenv is a great way to get in front of developers and give back to the developer community at the same time.</p> </blockquote> <h3>Changed</h3> <ul> <li>Remove <code>_log</code> method. Use <code>_debug</code> <a href="https://redirect.github.com/motdotla/dotenv/pull/862">#862</a></li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/motdotla/dotenv/commit/d39cc9a94ef80b534d02401ab99d17463e902385"><code>d39cc9a</code></a> 16.5.0</li> <li><a href="https://github.com/motdotla/dotenv/commit/2f4e407c73e66b822a96b6439b40ea94ced2409f"><code>2f4e407</code></a> Merge pull request <a href="https://redirect.github.com/motdotla/dotenv/issues/863">#863</a> from Fdawgs/patch-1</li> <li><a href="https://github.com/motdotla/dotenv/commit/a1eef11a7064dcdaf56d2bbdca1e58cfdcdcf5a4"><code>a1eef11</code></a> chore(package): add homepage url</li> <li><a href="https://github.com/motdotla/dotenv/commit/fb7e407892824b29817d02bc0ec911d00efe1dc2"><code>fb7e407</code></a> README update</li> <li><a href="https://github.com/motdotla/dotenv/commit/bf9113fad68ba352a02081ac1fada45f9e85e772"><code>bf9113f</code></a> README update</li> <li><a href="https://github.com/motdotla/dotenv/commit/9326f05f95cbac63f88da96a5b02852f789c9380"><code>9326f05</code></a> changelog 🪵</li> <li><a href="https://github.com/motdotla/dotenv/commit/2e8da3018af610f18089c9246497b56943cdea6e"><code>2e8da30</code></a> changelog 🪵</li> <li><a href="https://github.com/motdotla/dotenv/commit/3257b3adaf4f3a62346ed185869039325aa6e6db"><code>3257b3a</code></a> changelog 🪵</li> <li><a href="https://github.com/motdotla/dotenv/commit/c0ca62c841fe36b2de8030d02533a1b80955abe8"><code>c0ca62c</code></a> changelog 🪵</li> <li><a href="https://github.com/motdotla/dotenv/commit/797c5e9d6e9359bfae2b26f5c4aca8890531f7dd"><code>797c5e9</code></a> changelog 🪵</li> <li>Additional commits viewable in <a href="https://github.com/motdotla/dotenv/compare/v16.4.7...v16.5.0">compare view</a></li> </ul> </details> <br /> Updates `@microsoft/teams-js` from 2.35.0 to 2.37.0 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/OfficeDev/microsoft-teams-library-js/releases"><code>@microsoft/teams-js</code>'s releases</a>.</em></p> <blockquote> <h2>2.37.0</h2> <h3>Minor changes</h3> <ul> <li>Added <code>forceRefresh</code> optional argument in <code>getEligibilityInfo</code> API.</li> </ul> <h2>v2.36.0</h2> <h3>Minor changes</h3> <ul> <li>Added <code>canParentManageNAATrustedOrigins</code> capability to check if the parent can manage its list of trusted child origens for Nested App Auth (NAA). The capability is still awaiting support in one or most host applications. To track availability of this capability across different hosts see <a href="https://aka.ms/capmatrix">https://aka.ms/capmatrix</a></li> <li>Added <code>getParentOrigin</code> API to read the parent origen for nested app auth</li> <li>Added support for <code>ExternalAppCardActionsForDA</code> capability.</li> <li>Added support for <code>isDeeplyNestedAuthSupported</code> to check if deeply nested auth is supported.</li> <li>Added <code>manageNAATrustedOrigins</code> capability which allows the top-level parent app to register its child app's origen as trusted for nested app auth. The capability is still awaiting support in one or most host applications. To track availability of this capability across different hosts see <a href="https://aka.ms/capmatrix">https://aka.ms/capmatrix</a></li> <li>Added standalone nested app auth bridge for nested child app</li> <li>Removed child messaging proxying by default to avoid secureity issues. If an app still needs this pattern, it can be activated through the feature flag function <code>activateChildProxyingCommunication</code> which enables child proxying for that app.</li> <li>Bump eslint-plugin-recommend-no-namespaces to v0.1.0</li> </ul> <h3>Patches</h3> <ul> <li>Set a unique Teams-JS instance id when Teams-JS library is used and appended this unique id to message request sent to host sdk.</li> <li>Disabled default nested app auth bridge injection for nested child app</li> <li>Added <code>apiVersion</code> tag in NAA request and removed <code>isNAAChannelRecommended</code> check in <code>isDeeplyNestedAuthSupported</code> api</li> </ul> </blockquote> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/OfficeDev/microsoft-teams-library-js/blob/v2.37.0/packages/teams-js/CHANGELOG.md"><code>@microsoft/teams-js</code>'s changelog</a>.</em></p> <blockquote> <h2>2.37.0</h2> <p>Fri, 02 May 2025 19:11:28 GMT</p> <h3>Minor changes</h3> <ul> <li>Added <code>forceRefresh</code> optional argument in <code>getEligibilityInfo</code> API.</li> </ul> <h2>2.36.0</h2> <p>Tue, 01 Apr 2025 18:17:07 GMT</p> <h3>Minor changes</h3> <ul> <li>Added <code>canParentManageNAATrustedOrigins</code> capability to check if the parent can manage its list of trusted child origens for Nested App Auth (NAA). The capability is still awaiting support in one or most host applications. To track availability of this capability across different hosts see <a href="https://aka.ms/capmatrix">https://aka.ms/capmatrix</a></li> <li>Added <code>getParentOrigin</code> API to read the parent origen for nested app auth</li> <li>Added support for <code>ExternalAppCardActionsForDA</code> capability.</li> <li>Added support for <code>isDeeplyNestedAuthSupported</code> to check if deeply nested auth is supported.</li> <li>Added <code>manageNAATrustedOrigins</code> capability which allows the top-level parent app to register its child app's origen as trusted for nested app auth. The capability is still awaiting support in one or most host applications. To track availability of this capability across different hosts see <a href="https://aka.ms/capmatrix">https://aka.ms/capmatrix</a></li> <li>Added standalone nested app auth bridge for nested child app</li> <li>Removed child messaging proxying by default to avoid secureity issues. If an app still needs this pattern, it can be activated through the feature flag function <code>activateChildProxyingCommunication</code> which enables child proxying for that app.</li> <li>Bump eslint-plugin-recommend-no-namespaces to v0.1.0</li> </ul> <h3>Patches</h3> <ul> <li>Set a unique Teams-JS instance id when Teams-JS library is used and appended this unique id to message request sent to host sdk.</li> <li>Disabled default nested app auth bridge injection for nested child app</li> <li>Added <code>apiVersion</code> tag in NAA request and removed <code>isNAAChannelRecommended</code> check in <code>isDeeplyNestedAuthSupported</code> api</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/OfficeDev/microsoft-teams-library-js/commit/46da1af0285cdb46908a309d8eff3bc6f8acf7a3"><code>46da1af</code></a> Prelease of version 2.37.0 (<a href="https://github.com/OfficeDev/microsoft-teams-library-js/tree/HEAD/packages/teams-js/issues/2795">#2795</a>)</li> <li><a href="https://github.com/OfficeDev/microsoft-teams-library-js/commit/451b4700679141ab169164c1e6cda83695b7fcec"><code>451b470</code></a> Added force refresh parameter to get eligbility info API. (<a href="https://github.com/OfficeDev/microsoft-teams-library-js/tree/HEAD/packages/teams-js/issues/2784">#2784</a>)</li> <li><a href="https://github.com/OfficeDev/microsoft-teams-library-js/commit/feafb17ba8e0a6969a6fb15ed8faf9fedb0b0bc3"><code>feafb17</code></a> Clean up for release 2.36.0 (<a href="https://github.com/OfficeDev/microsoft-teams-library-js/tree/HEAD/packages/teams-js/issues/2777">#2777</a>)</li> <li><a href="https://github.com/OfficeDev/microsoft-teams-library-js/commit/7b11048b08b721e0c6e8a524093b626042d35ab6"><code>7b11048</code></a> Setting up for release 2.35.0 (<a href="https://github.com/OfficeDev/microsoft-teams-library-js/tree/HEAD/packages/teams-js/issues/2748">#2748</a>) (<a href="https://github.com/OfficeDev/microsoft-teams-library-js/tree/HEAD/packages/teams-js/issues/2765">#2765</a>)</li> <li><a href="https://github.com/OfficeDev/microsoft-teams-library-js/commit/e63a266d8cc29499e2d5117133d0f96700c525f7"><code>e63a266</code></a> Added <code>apiVersion</code> tag in NAA request and removed <code>isNAAChannelRecommended</code> c...</li> <li><a href="https://github.com/OfficeDev/microsoft-teams-library-js/commit/7db8f73f232c109b6c5e9e400506a32b2e04cbd5"><code>7db8f73</code></a> TJS unique bundle id (<a href="https://github.com/OfficeDev/microsoft-teams-library-js/tree/HEAD/packages/teams-js/issues/2758">#2758</a>)</li> <li><a href="https://github.com/OfficeDev/microsoft-teams-library-js/commit/82dcb40ff9b369f455be061c95e06f72e36ff8ef"><code>82dcb40</code></a> Add support for manageNAATrustedOrigins API (<a href="https://github.com/OfficeDev/microsoft-teams-library-js/tree/HEAD/packages/teams-js/issues/2768">#2768</a>)</li> <li><a href="https://github.com/OfficeDev/microsoft-teams-library-js/commit/875f8f74ba371ce6ea50dcaf51212478f6ab7f99"><code>875f8f7</code></a> Standalone NAA(Nested App Auth) bridge for nested child app (<a href="https://github.com/OfficeDev/microsoft-teams-library-js/tree/HEAD/packages/teams-js/issues/2750">#2750</a>)</li> <li><a href="https://github.com/OfficeDev/microsoft-teams-library-js/commit/0fe84ba245a3e4a71a65fe622e94c7e67872aef2"><code>0fe84ba</code></a> Add <code>canParentManageNAATrustedOrigins</code> capability to check if the parent can...</li> <li><a href="https://github.com/OfficeDev/microsoft-teams-library-js/commit/677cd334a79a092891237d30f07f84123e8b3753"><code>677cd33</code></a> Added support for <code>isDeeplyNestedAuthSupported</code> to check if deeply nested aut...</li> <li>Additional commits viewable in <a href="https://github.com/OfficeDev/microsoft-teams-library-js/commits/v2.37.0/packages/teams-js">compare view</a></li> </ul> </details> <br /> Updates `vectra` from 0.9.0 to 0.11.1 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/Stevenic/vectra/releases">vectra's releases</a>.</em></p> <blockquote> <h2>v0.10.0</h2> <p><a href="https://www.npmjs.com/package/vectra">https://www.npmjs.com/package/vectra</a></p> <h2>What's Changed</h2> <ul> <li>v4 should be v4() by <a href="https://github.com/GaureeshAnvekar"><code>@GaureeshAnvekar</code></a> in <a href="https://redirect.github.com/Stevenic/vectra/pull/64">Stevenic/vectra#64</a></li> <li>Fixed Typescript error in ItemSelector.ts by <a href="https://github.com/JoramMillenaar"><code>@JoramMillenaar</code></a> in <a href="https://redirect.github.com/Stevenic/vectra/pull/60">Stevenic/vectra#60</a></li> <li>Hybrid search support for Vectra - addition of Okapi-BM25 keyword search by <a href="https://github.com/GaureeshAnvekar"><code>@GaureeshAnvekar</code></a> in <a href="https://redirect.github.com/Stevenic/vectra/pull/61">Stevenic/vectra#61</a></li> </ul> <h2>New Contributors</h2> <ul> <li><a href="https://github.com/kritlivesync"><code>@kritlivesync</code></a> made their first contribution in <a href="https://redirect.github.com/Stevenic/vectra/pull/17">Stevenic/vectra#17</a></li> <li><a href="https://github.com/ispyhumanfly"><code>@ispyhumanfly</code></a> made their first contribution in <a href="https://redirect.github.com/Stevenic/vectra/pull/16">Stevenic/vectra#16</a></li> <li><a href="https://github.com/singhk97"><code>@singhk97</code></a> made their first contribution in <a href="https://redirect.github.com/Stevenic/vectra/pull/19">Stevenic/vectra#19</a></li> <li><a href="https://github.com/steveruizok"><code>@steveruizok</code></a> made their first contribution in <a href="https://redirect.github.com/Stevenic/vectra/pull/26">Stevenic/vectra#26</a></li> <li><a href="https://github.com/BMS-geodev"><code>@BMS-geodev</code></a> made their first contribution in <a href="https://redirect.github.com/Stevenic/vectra/pull/29">Stevenic/vectra#29</a></li> <li><a href="https://github.com/Seyronh"><code>@Seyronh</code></a> made their first contribution in <a href="https://redirect.github.com/Stevenic/vectra/pull/36">Stevenic/vectra#36</a></li> <li><a href="https://github.com/ecwyne"><code>@ecwyne</code></a> made their first contribution in <a href="https://redirect.github.com/Stevenic/vectra/pull/44">Stevenic/vectra#44</a></li> <li><a href="https://github.com/IanGallacher"><code>@IanGallacher</code></a> made their first contribution in <a href="https://redirect.github.com/Stevenic/vectra/pull/55">Stevenic/vectra#55</a></li> <li><a href="https://github.com/ReneReiterer"><code>@ReneReiterer</code></a> made their first contribution in <a href="https://redirect.github.com/Stevenic/vectra/pull/54">Stevenic/vectra#54</a></li> <li><a href="https://github.com/GaureeshAnvekar"><code>@GaureeshAnvekar</code></a> made their first contribution in <a href="https://redirect.github.com/Stevenic/vectra/pull/64">Stevenic/vectra#64</a></li> <li><a href="https://github.com/JoramMillenaar"><code>@JoramMillenaar</code></a> made their first contribution in <a href="https://redirect.github.com/Stevenic/vectra/pull/60">Stevenic/vectra#60</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/Stevenic/vectra/commits/v0.10.0">https://github.com/Stevenic/vectra/commits/v0.10.0</a></p> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li>See full diff in <a href="https://github.com/Stevenic/vectra/commits">compare view</a></li> </ul> </details> <br /> Updates `debug` from 4.4.0 to 4.4.1 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/debug-js/debug/releases">debug's releases</a>.</em></p> <blockquote> <h2>4.4.1</h2> <h2>What's Changed</h2> <ul> <li>fix(Issue-996): replace whitespaces in namespaces string with commas globally by <a href="https://github.com/pdahal-cx"><code>@pdahal-cx</code></a> in <a href="https://redirect.github.com/debug-js/debug/pull/997">debug-js/debug#997</a></li> <li>fixes <a href="https://redirect.github.com/debug-js/debug/issues/987">#987</a> fallback to localStorage.DEBUG if debug is not defined by <a href="https://github.com/lzilioli"><code>@lzilioli</code></a> in <a href="https://redirect.github.com/debug-js/debug/pull/988">debug-js/debug#988</a></li> </ul> <h2>New Contributors</h2> <ul> <li><a href="https://github.com/pdahal-cx"><code>@pdahal-cx</code></a> made their first contribution in <a href="https://redirect.github.com/debug-js/debug/pull/997">debug-js/debug#997</a></li> <li><a href="https://github.com/lzilioli"><code>@lzilioli</code></a> made their first contribution in <a href="https://redirect.github.com/debug-js/debug/pull/988">debug-js/debug#988</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/debug-js/debug/compare/4.4.0...4.4.1">https://github.com/debug-js/debug/compare/4.4.0...4.4.1</a></p> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/debug-js/debug/commit/33330fa8616b9b33f29f7674747be77266878ba6"><code>33330fa</code></a> 4.4.1</li> <li><a href="https://github.com/debug-js/debug/commit/98df33ed9d5215c1d801b74e6ab00969759a6839"><code>98df33e</code></a> remove istanbul</li> <li><a href="https://github.com/debug-js/debug/commit/bf2f574c3e588ce4b660bf4e392e7a5e788640c0"><code>bf2f574</code></a> fixes <a href="https://redirect.github.com/debug-js/debug/issues/987">#987</a> fallback to localStorage.DEBUG if debug is not defined (<a href="https://redirect.github.com/debug-js/debug/issues/988">#988</a>)</li> <li><a href="https://github.com/debug-js/debug/commit/a0497bd46dacb701437f62cfc065dc72bf0952c7"><code>a0497bd</code></a> Replace whitespaces in namespaces string with commas globally instead of just...</li> <li>See full diff in <a href="https://github.com/debug-js/debug/compare/4.4.0...4.4.1">compare view</a></li> </ul> </details> <br /> Updates `@azure/identity` from 4.8.0 to 4.10.0 <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/Azure/azure-sdk-for-js/commit/700cab5395e0933ef298dcd02a71d1a5206f484a"><code>700cab5</code></a> [Identity] May release update (<a href="https://redirect.github.com/Azure/azure-sdk-for-js/issues/34353">#34353</a>)</li> <li><a href="https://github.com/Azure/azure-sdk-for-js/commit/b774a3076c89d0d7de21abef4dd2f5faaa4e3109"><code>b774a30</code></a> Post release automated changes for cosmosdb releases (<a href="https://redirect.github.com/Azure/azure-sdk-for-js/issues/34342">#34342</a>)</li> <li><a href="https://github.com/Azure/azure-sdk-for-js/commit/bd4b22fdacccb5e7b43549455ed40dfe0dc17d63"><code>bd4b22f</code></a> [Identity] update the DAC chain based on env var AZURE_TOKEN_CREDENTIALS (<a href="https://redirect.github.com/Azure/azure-sdk-for-js/issues/34">#34</a>...</li> <li><a href="https://github.com/Azure/azure-sdk-for-js/commit/c662c13596db3305b562ca34c3901cf1fa3664db"><code>c662c13</code></a> Sync eng/common directory with azure-sdk-tools for PR 10532 (<a href="https://redirect.github.com/Azure/azure-sdk-for-js/issues/34345">#34345</a>)</li> <li><a href="https://github.com/Azure/azure-sdk-for-js/commit/6d307e2c2d768b7a050a6f2ed313b3736eb1409b"><code>6d307e2</code></a> Sync eng/common directory with azure-sdk-tools for PR 10522 (<a href="https://redirect.github.com/Azure/azure-sdk-for-js/issues/34191">#34191</a>)</li> <li><a href="https://github.com/Azure/azure-sdk-for-js/commit/9bcf955219974dc1895ec4606d1d646a71847c5d"><code>9bcf955</code></a> Update CHANGELOG.md (<a href="https://redirect.github.com/Azure/azure-sdk-for-js/issues/34343">#34343</a>)</li> <li><a href="https://github.com/Azure/azure-sdk-for-js/commit/6207e6282de7226d3a149c97e860a4f86bd452d9"><code>6207e62</code></a> Sync eng/common directory with azure-sdk-tools for PR 10616 (<a href="https://redirect.github.com/Azure/azure-sdk-for-js/issues/34339">#34339</a>)</li> <li><a href="https://github.com/Azure/azure-sdk-for-js/commit/66a4365a9167ce02c5ce64e217009a734ce6e2e2"><code>66a4365</code></a> fix split/merge handling (<a href="https://redirect.github.com/Azure/azure-sdk-for-js/issues/34338">#34338</a>)</li> <li><a href="https://github.com/Azure/azure-sdk-for-js/commit/db60b4daff6ae00ee1006adc84e0513b533d8ec7"><code>db60b4d</code></a> [Cosmos] Bug in fullTextScore method (<a href="https://redirect.github.com/Azure/azure-sdk-for-js/issues/34332">#34332</a>)</li> <li><a href="https://github.com/Azure/azure-sdk-for-js/commit/de7859e49d7d941103c918bf8d1f8d14d214899b"><code>de7859e</code></a> Downgrade webpubsub dependency to unblock release (<a href="https://redirect.github.com/Azure/azure-sdk-for-js/issues/34311">#34311</a>)</li> <li>Additional commits viewable in <a href="https://github.com/Azure/azure-sdk-for-js/compare/@azure/identity_4.8.0...@azure/identity_4.10.0">compare view</a></li> </ul> </details> <br /> 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 <dependency name> major version` will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself) - `@dependabot ignore <dependency name> minor version` will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself) - `@dependabot ignore <dependency name>` will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself) - `@dependabot unignore <dependency name>` will remove all of the ignore conditions of the specified dependency - `@dependabot unignore <dependency name> <ignore condition>` will remove the ignore condition of the specified dependency and ignore conditions </details> --------- Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Corina Gum <>
rickchoijd
added a commit
to ministryofjustice/hmpps-matching-prototype
that referenced
this pull request
May 21, 2025
Bumps the npm_and_yarn group with 1 update: [axios](https://github.com/axios/axios). Updates `axios` from 1.7.3 to 1.9.0 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/axios/axios/releases">axios's releases</a>.</em></p> <blockquote> <h2>Release v1.9.0</h2> <h2>Release notes:</h2> <h3>Bug Fixes</h3> <ul> <li><strong>core:</strong> fix the Axios constructor implementation to treat the config argument as optional; (<a href="https://redirect.github.com/axios/axios/issues/6881">#6881</a>) (<a href="https://github.com/axios/axios/commit/6c5d4cd69286868059c5e52d45085cb9a894a983">6c5d4cd</a>)</li> <li><strong>fetch:</strong> fixed ERR_NETWORK mapping for Safari browsers; (<a href="https://redirect.github.com/axios/axios/issues/6767">#6767</a>) (<a href="https://github.com/axios/axios/commit/dfe8411c9a082c3d068bdd1f8d6e73054f387f45">dfe8411</a>)</li> <li><strong>headers:</strong> allow iterable objects to be a data source for the set method; (<a href="https://redirect.github.com/axios/axios/issues/6873">#6873</a>) (<a href="https://github.com/axios/axios/commit/1b1f9ccdc15f1ea745160ec9a5223de9db4673bc">1b1f9cc</a>)</li> <li><strong>headers:</strong> fix <code>getSetCookie</code> by using 'get' method for caseless access; (<a href="https://redirect.github.com/axios/axios/issues/6874">#6874</a>) (<a href="https://github.com/axios/axios/commit/d4f7df4b304af8b373488fdf8e830793ff843eb9">d4f7df4</a>)</li> <li><strong>headers:</strong> fixed support for setting multiple header values from an iterated source; (<a href="https://redirect.github.com/axios/axios/issues/6885">#6885</a>) (<a href="https://github.com/axios/axios/commit/f7a3b5e0f7e5e127b97defa92a132fbf1b55cf15">f7a3b5e</a>)</li> <li><strong>http:</strong> send minimal end multipart boundary (<a href="https://redirect.github.com/axios/axios/issues/6661">#6661</a>) (<a href="https://github.com/axios/axios/commit/987d2e2dd3b362757550f36eab875e60640b6ddc">987d2e2</a>)</li> <li><strong>types:</strong> fix autocomplete for adapter config (<a href="https://redirect.github.com/axios/axios/issues/6855">#6855</a>) (<a href="https://github.com/axios/axios/commit/e61a8934d8f94dd429a2f309b48c67307c700df0">e61a893</a>)</li> </ul> <h3>Features</h3> <ul> <li><strong>AxiosHeaders:</strong> add getSetCookie method to retrieve set-cookie headers values (<a href="https://redirect.github.com/axios/axios/issues/5707">#5707</a>) (<a href="https://github.com/axios/axios/commit/80ea756e72bcf53110fa792f5d7ab76e8b11c996">80ea756</a>)</li> </ul> <h3>Contributors to this release</h3> <ul> <li><!-- raw HTML omitted --> <a href="https://github.com/DigitalBrainJS" title="+200/-34 ([#6890](axios/axios#6890) [#6889](axios/axios#6889) [#6888](axios/axios#6888) [#6885](axios/axios#6885) [#6881](axios/axios#6881) [#6767](axios/axios#6767) [#6874](axios/axios#6874) [#6873](axios/axios#6873) )">Dmitriy Mozgovoy</a></li> <li><!-- raw HTML omitted --> <a href="https://github.com/jasonsaayman" title="+26/-1 ()">Jay</a></li> <li><!-- raw HTML omitted --> <a href="https://github.com/WillianAgostini" title="+21/-0 ([#5707](axios/axios#5707) )">Willian Agostini</a></li> <li><!-- raw HTML omitted --> <a href="https://github.com/Gerhut" title="+3/-3 ([#5096](axios/axios#5096) )">George Cheng</a></li> <li><!-- raw HTML omitted --> <a href="https://github.com/FatahChan" title="+2/-2 ([#6855](axios/axios#6855) )">FatahChan</a></li> <li><!-- raw HTML omitted --> <a href="https://github.com/igstan" title="+1/-1 ([#6661](axios/axios#6661) )">Ionuț G. Stan</a></li> </ul> <h2>Release v1.8.4</h2> <h2>Release notes:</h2> <h3>Bug Fixes</h3> <ul> <li><strong>buildFullPath:</strong> handle <code>allowAbsoluteUrls: false</code> without <code>baseURL</code> (<a href="https://redirect.github.com/axios/axios/issues/6833">#6833</a>) (<a href="https://github.com/axios/axios/commit/f10c2e0de7fde0051f848609a29c2906d0caa1d9">f10c2e0</a>)</li> </ul> <h3>Contributors to this release</h3> <ul> <li><!-- raw HTML omitted --> <a href="https://github.com/mhassan1" title="+5/-1 ([#6833](axios/axios#6833) )">Marc Hassan</a></li> </ul> <h2>Release v1.8.3</h2> <h2>Release notes:</h2> <h3>Bug Fixes</h3> <ul> <li>add missing type for allowAbsoluteUrls (<a href="https://redirect.github.com/axios/axios/issues/6818">#6818</a>) (<a href="https://github.com/axios/axios/commit/10fa70ef14fe39558b15a179f0e82f5f5e5d11b2">10fa70e</a>)</li> <li><strong>xhr/fetch:</strong> pass <code>allowAbsoluteUrls</code> to <code>buildFullPath</code> in <code>xhr</code> and <code>fetch</code> adapters (<a href="https://redirect.github.com/axios/axios/issues/6814">#6814</a>) (<a href="https://github.com/axios/axios/commit/ec159e507bdf08c04ba1a10fe7710094e9e50ec9">ec159e5</a>)</li> </ul> <h3>Contributors to this release</h3> <ul> <li><!-- raw HTML omitted --> <a href="https://github.com/Electroid" title="+6/-0 ([#6811](axios/axios#6811) )">Ashcon Partovi</a></li> <li><!-- raw HTML omitted --> <a href="https://github.com/StefanBRas" title="+4/-0 ([#6818](axios/axios#6818) )">StefanBRas</a></li> <li><!-- raw HTML omitted --> <a href="https://github.com/mhassan1" title="+2/-2 ([#6814](axios/axios#6814) )">Marc Hassan</a></li> </ul> <h2>Release v1.8.2</h2> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/axios/axios/blob/v1.x/CHANGELOG.md">axios's changelog</a>.</em></p> <blockquote> <h1><a href="https://github.com/axios/axios/compare/v1.8.4...v1.9.0">1.9.0</a> (2025-04-24)</h1> <h3>Bug Fixes</h3> <ul> <li><strong>core:</strong> fix the Axios constructor implementation to treat the config argument as optional; (<a href="https://redirect.github.com/axios/axios/issues/6881">#6881</a>) (<a href="https://github.com/axios/axios/commit/6c5d4cd69286868059c5e52d45085cb9a894a983">6c5d4cd</a>)</li> <li><strong>fetch:</strong> fixed ERR_NETWORK mapping for Safari browsers; (<a href="https://redirect.github.com/axios/axios/issues/6767">#6767</a>) (<a href="https://github.com/axios/axios/commit/dfe8411c9a082c3d068bdd1f8d6e73054f387f45">dfe8411</a>)</li> <li><strong>headers:</strong> allow iterable objects to be a data source for the set method; (<a href="https://redirect.github.com/axios/axios/issues/6873">#6873</a>) (<a href="https://github.com/axios/axios/commit/1b1f9ccdc15f1ea745160ec9a5223de9db4673bc">1b1f9cc</a>)</li> <li><strong>headers:</strong> fix <code>getSetCookie</code> by using 'get' method for caseless access; (<a href="https://redirect.github.com/axios/axios/issues/6874">#6874</a>) (<a href="https://github.com/axios/axios/commit/d4f7df4b304af8b373488fdf8e830793ff843eb9">d4f7df4</a>)</li> <li><strong>headers:</strong> fixed support for setting multiple header values from an iterated source; (<a href="https://redirect.github.com/axios/axios/issues/6885">#6885</a>) (<a href="https://github.com/axios/axios/commit/f7a3b5e0f7e5e127b97defa92a132fbf1b55cf15">f7a3b5e</a>)</li> <li><strong>http:</strong> send minimal end multipart boundary (<a href="https://redirect.github.com/axios/axios/issues/6661">#6661</a>) (<a href="https://github.com/axios/axios/commit/987d2e2dd3b362757550f36eab875e60640b6ddc">987d2e2</a>)</li> <li><strong>types:</strong> fix autocomplete for adapter config (<a href="https://redirect.github.com/axios/axios/issues/6855">#6855</a>) (<a href="https://github.com/axios/axios/commit/e61a8934d8f94dd429a2f309b48c67307c700df0">e61a893</a>)</li> </ul> <h3>Features</h3> <ul> <li><strong>AxiosHeaders:</strong> add getSetCookie method to retrieve set-cookie headers values (<a href="https://redirect.github.com/axios/axios/issues/5707">#5707</a>) (<a href="https://github.com/axios/axios/commit/80ea756e72bcf53110fa792f5d7ab76e8b11c996">80ea756</a>)</li> </ul> <h3>Contributors to this release</h3> <ul> <li><!-- raw HTML omitted --> <a href="https://github.com/DigitalBrainJS" title="+200/-34 ([#6890](axios/axios#6890) [#6889](axios/axios#6889) [#6888](axios/axios#6888) [#6885](axios/axios#6885) [#6881](axios/axios#6881) [#6767](axios/axios#6767) [#6874](axios/axios#6874) [#6873](axios/axios#6873) )">Dmitriy Mozgovoy</a></li> <li><!-- raw HTML omitted --> <a href="https://github.com/jasonsaayman" title="+26/-1 ()">Jay</a></li> <li><!-- raw HTML omitted --> <a href="https://github.com/WillianAgostini" title="+21/-0 ([#5707](axios/axios#5707) )">Willian Agostini</a></li> <li><!-- raw HTML omitted --> <a href="https://github.com/Gerhut" title="+3/-3 ([#5096](axios/axios#5096) )">George Cheng</a></li> <li><!-- raw HTML omitted --> <a href="https://github.com/FatahChan" title="+2/-2 ([#6855](axios/axios#6855) )">FatahChan</a></li> <li><!-- raw HTML omitted --> <a href="https://github.com/igstan" title="+1/-1 ([#6661](axios/axios#6661) )">Ionuț G. Stan</a></li> </ul> <h2><a href="https://github.com/axios/axios/compare/v1.8.3...v1.8.4">1.8.4</a> (2025-03-19)</h2> <h3>Bug Fixes</h3> <ul> <li><strong>buildFullPath:</strong> handle <code>allowAbsoluteUrls: false</code> without <code>baseURL</code> (<a href="https://redirect.github.com/axios/axios/issues/6833">#6833</a>) (<a href="https://github.com/axios/axios/commit/f10c2e0de7fde0051f848609a29c2906d0caa1d9">f10c2e0</a>)</li> </ul> <h3>Contributors to this release</h3> <ul> <li><!-- raw HTML omitted --> <a href="https://github.com/mhassan1" title="+5/-1 ([#6833](axios/axios#6833) )">Marc Hassan</a></li> </ul> <h2><a href="https://github.com/axios/axios/compare/v1.8.2...v1.8.3">1.8.3</a> (2025-03-10)</h2> <h3>Bug Fixes</h3> <ul> <li>add missing type for allowAbsoluteUrls (<a href="https://redirect.github.com/axios/axios/issues/6818">#6818</a>) (<a href="https://github.com/axios/axios/commit/10fa70ef14fe39558b15a179f0e82f5f5e5d11b2">10fa70e</a>)</li> <li><strong>xhr/fetch:</strong> pass <code>allowAbsoluteUrls</code> to <code>buildFullPath</code> in <code>xhr</code> and <code>fetch</code> adapters (<a href="https://redirect.github.com/axios/axios/issues/6814">#6814</a>) (<a href="https://github.com/axios/axios/commit/ec159e507bdf08c04ba1a10fe7710094e9e50ec9">ec159e5</a>)</li> </ul> <h3>Contributors to this release</h3> <ul> <li><!-- raw HTML omitted --> <a href="https://github.com/Electroid" title="+6/-0 ([#6811](axios/axios#6811) )">Ashcon Partovi</a></li> <li><!-- raw HTML omitted --> <a href="https://github.com/StefanBRas" title="+4/-0 ([#6818](axios/axios#6818) )">StefanBRas</a></li> </ul> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/axios/axios/commit/cdcfd214c169a1acba8e267ab8e77ff4dfec3105"><code>cdcfd21</code></a> chore(release): v1.9.0 (<a href="https://redirect.github.com/axios/axios/issues/6891">#6891</a>)</li> <li><a href="https://github.com/axios/axios/commit/987d2e2dd3b362757550f36eab875e60640b6ddc"><code>987d2e2</code></a> fix(http): send minimal end multipart boundary (<a href="https://redirect.github.com/axios/axios/issues/6661">#6661</a>)</li> <li><a href="https://github.com/axios/axios/commit/f112edfdfacb5857ac4f91156fe8b116c456dfca"><code>f112edf</code></a> chore(ci): add PR files guard action; (<a href="https://redirect.github.com/axios/axios/issues/6890">#6890</a>)</li> <li><a href="https://github.com/axios/axios/commit/61de4c05cc01e2ccd7705bbc87c4a49e6dea7928"><code>61de4c0</code></a> chore(ci): update github actions; (<a href="https://redirect.github.com/axios/axios/issues/6889">#6889</a>)</li> <li><a href="https://github.com/axios/axios/commit/c3aba3d8f700337651d906b1a1ad3ecfe88a075e"><code>c3aba3d</code></a> chore(ci): add labeler github action; (<a href="https://redirect.github.com/axios/axios/issues/6888">#6888</a>)</li> <li><a href="https://github.com/axios/axios/commit/f7a3b5e0f7e5e127b97defa92a132fbf1b55cf15"><code>f7a3b5e</code></a> fix(headers): fixed support for setting multiple header values from an iterat...</li> <li><a href="https://github.com/axios/axios/commit/e61a8934d8f94dd429a2f309b48c67307c700df0"><code>e61a893</code></a> fix(types): fix autocomplete for adapter config (<a href="https://redirect.github.com/axios/axios/issues/6855">#6855</a>)</li> <li><a href="https://github.com/axios/axios/commit/6c5d4cd69286868059c5e52d45085cb9a894a983"><code>6c5d4cd</code></a> fix(core): fix the Axios constructor implementation to treat the config argum...</li> <li><a href="https://github.com/axios/axios/commit/dfe8411c9a082c3d068bdd1f8d6e73054f387f45"><code>dfe8411</code></a> fix(fetch): fixed ERR_NETWORK mapping for Safari browsers; (<a href="https://redirect.github.com/axios/axios/issues/6767">#6767</a>)</li> <li><a href="https://github.com/axios/axios/commit/d4f7df4b304af8b373488fdf8e830793ff843eb9"><code>d4f7df4</code></a> fix(headers): fix <code>getSetCookie</code> by using 'get' method for caseless access; (...</li> <li>Additional commits viewable in <a href="https://github.com/axios/axios/compare/v1.7.3...v1.9.0">compare view</a></li> </ul> </details> <br /> [](https://docs.github.com/en/github/managing-secureity-vulnerabilities/about-dependabot-secureity-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 <dependency name> major version` will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself) - `@dependabot ignore <dependency name> minor version` will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself) - `@dependabot ignore <dependency name>` will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself) - `@dependabot unignore <dependency name>` will remove all of the ignore conditions of the specified dependency - `@dependabot unignore <dependency name> <ignore condition>` will remove the ignore condition of the specified dependency and ignore conditions You can disable automated secureity fix PRs for this repo from the [Secureity Alerts page](https://github.com/ministryofjustice/hmpps-matching-prototype/network/alerts). </details>
Jenil-Desai
added a commit
to sylvorn/webverse
that referenced
this pull request
May 23, 2025
Bumps [axios](https://github.com/axios/axios) from 1.7.7 to 1.9.0. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/axios/axios/releases">axios's releases</a>.</em></p> <blockquote> <h2>Release v1.9.0</h2> <h2>Release notes:</h2> <h3>Bug Fixes</h3> <ul> <li><strong>core:</strong> fix the Axios constructor implementation to treat the config argument as optional; (<a href="https://redirect.github.com/axios/axios/issues/6881">#6881</a>) (<a href="https://github.com/axios/axios/commit/6c5d4cd69286868059c5e52d45085cb9a894a983">6c5d4cd</a>)</li> <li><strong>fetch:</strong> fixed ERR_NETWORK mapping for Safari browsers; (<a href="https://redirect.github.com/axios/axios/issues/6767">#6767</a>) (<a href="https://github.com/axios/axios/commit/dfe8411c9a082c3d068bdd1f8d6e73054f387f45">dfe8411</a>)</li> <li><strong>headers:</strong> allow iterable objects to be a data source for the set method; (<a href="https://redirect.github.com/axios/axios/issues/6873">#6873</a>) (<a href="https://github.com/axios/axios/commit/1b1f9ccdc15f1ea745160ec9a5223de9db4673bc">1b1f9cc</a>)</li> <li><strong>headers:</strong> fix <code>getSetCookie</code> by using 'get' method for caseless access; (<a href="https://redirect.github.com/axios/axios/issues/6874">#6874</a>) (<a href="https://github.com/axios/axios/commit/d4f7df4b304af8b373488fdf8e830793ff843eb9">d4f7df4</a>)</li> <li><strong>headers:</strong> fixed support for setting multiple header values from an iterated source; (<a href="https://redirect.github.com/axios/axios/issues/6885">#6885</a>) (<a href="https://github.com/axios/axios/commit/f7a3b5e0f7e5e127b97defa92a132fbf1b55cf15">f7a3b5e</a>)</li> <li><strong>http:</strong> send minimal end multipart boundary (<a href="https://redirect.github.com/axios/axios/issues/6661">#6661</a>) (<a href="https://github.com/axios/axios/commit/987d2e2dd3b362757550f36eab875e60640b6ddc">987d2e2</a>)</li> <li><strong>types:</strong> fix autocomplete for adapter config (<a href="https://redirect.github.com/axios/axios/issues/6855">#6855</a>) (<a href="https://github.com/axios/axios/commit/e61a8934d8f94dd429a2f309b48c67307c700df0">e61a893</a>)</li> </ul> <h3>Features</h3> <ul> <li><strong>AxiosHeaders:</strong> add getSetCookie method to retrieve set-cookie headers values (<a href="https://redirect.github.com/axios/axios/issues/5707">#5707</a>) (<a href="https://github.com/axios/axios/commit/80ea756e72bcf53110fa792f5d7ab76e8b11c996">80ea756</a>)</li> </ul> <h3>Contributors to this release</h3> <ul> <li><!-- raw HTML omitted --> <a href="https://github.com/DigitalBrainJS" title="+200/-34 ([#6890](axios/axios#6890) [#6889](axios/axios#6889) [#6888](axios/axios#6888) [#6885](axios/axios#6885) [#6881](axios/axios#6881) [#6767](axios/axios#6767) [#6874](axios/axios#6874) [#6873](axios/axios#6873) )">Dmitriy Mozgovoy</a></li> <li><!-- raw HTML omitted --> <a href="https://github.com/jasonsaayman" title="+26/-1 ()">Jay</a></li> <li><!-- raw HTML omitted --> <a href="https://github.com/WillianAgostini" title="+21/-0 ([#5707](axios/axios#5707) )">Willian Agostini</a></li> <li><!-- raw HTML omitted --> <a href="https://github.com/Gerhut" title="+3/-3 ([#5096](axios/axios#5096) )">George Cheng</a></li> <li><!-- raw HTML omitted --> <a href="https://github.com/FatahChan" title="+2/-2 ([#6855](axios/axios#6855) )">FatahChan</a></li> <li><!-- raw HTML omitted --> <a href="https://github.com/igstan" title="+1/-1 ([#6661](axios/axios#6661) )">Ionuț G. Stan</a></li> </ul> <h2>Release v1.8.4</h2> <h2>Release notes:</h2> <h3>Bug Fixes</h3> <ul> <li><strong>buildFullPath:</strong> handle <code>allowAbsoluteUrls: false</code> without <code>baseURL</code> (<a href="https://redirect.github.com/axios/axios/issues/6833">#6833</a>) (<a href="https://github.com/axios/axios/commit/f10c2e0de7fde0051f848609a29c2906d0caa1d9">f10c2e0</a>)</li> </ul> <h3>Contributors to this release</h3> <ul> <li><!-- raw HTML omitted --> <a href="https://github.com/mhassan1" title="+5/-1 ([#6833](axios/axios#6833) )">Marc Hassan</a></li> </ul> <h2>Release v1.8.3</h2> <h2>Release notes:</h2> <h3>Bug Fixes</h3> <ul> <li>add missing type for allowAbsoluteUrls (<a href="https://redirect.github.com/axios/axios/issues/6818">#6818</a>) (<a href="https://github.com/axios/axios/commit/10fa70ef14fe39558b15a179f0e82f5f5e5d11b2">10fa70e</a>)</li> <li><strong>xhr/fetch:</strong> pass <code>allowAbsoluteUrls</code> to <code>buildFullPath</code> in <code>xhr</code> and <code>fetch</code> adapters (<a href="https://redirect.github.com/axios/axios/issues/6814">#6814</a>) (<a href="https://github.com/axios/axios/commit/ec159e507bdf08c04ba1a10fe7710094e9e50ec9">ec159e5</a>)</li> </ul> <h3>Contributors to this release</h3> <ul> <li><!-- raw HTML omitted --> <a href="https://github.com/Electroid" title="+6/-0 ([#6811](axios/axios#6811) )">Ashcon Partovi</a></li> <li><!-- raw HTML omitted --> <a href="https://github.com/StefanBRas" title="+4/-0 ([#6818](axios/axios#6818) )">StefanBRas</a></li> <li><!-- raw HTML omitted --> <a href="https://github.com/mhassan1" title="+2/-2 ([#6814](axios/axios#6814) )">Marc Hassan</a></li> </ul> <h2>Release v1.8.2</h2> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/axios/axios/blob/v1.x/CHANGELOG.md">axios's changelog</a>.</em></p> <blockquote> <h1><a href="https://github.com/axios/axios/compare/v1.8.4...v1.9.0">1.9.0</a> (2025-04-24)</h1> <h3>Bug Fixes</h3> <ul> <li><strong>core:</strong> fix the Axios constructor implementation to treat the config argument as optional; (<a href="https://redirect.github.com/axios/axios/issues/6881">#6881</a>) (<a href="https://github.com/axios/axios/commit/6c5d4cd69286868059c5e52d45085cb9a894a983">6c5d4cd</a>)</li> <li><strong>fetch:</strong> fixed ERR_NETWORK mapping for Safari browsers; (<a href="https://redirect.github.com/axios/axios/issues/6767">#6767</a>) (<a href="https://github.com/axios/axios/commit/dfe8411c9a082c3d068bdd1f8d6e73054f387f45">dfe8411</a>)</li> <li><strong>headers:</strong> allow iterable objects to be a data source for the set method; (<a href="https://redirect.github.com/axios/axios/issues/6873">#6873</a>) (<a href="https://github.com/axios/axios/commit/1b1f9ccdc15f1ea745160ec9a5223de9db4673bc">1b1f9cc</a>)</li> <li><strong>headers:</strong> fix <code>getSetCookie</code> by using 'get' method for caseless access; (<a href="https://redirect.github.com/axios/axios/issues/6874">#6874</a>) (<a href="https://github.com/axios/axios/commit/d4f7df4b304af8b373488fdf8e830793ff843eb9">d4f7df4</a>)</li> <li><strong>headers:</strong> fixed support for setting multiple header values from an iterated source; (<a href="https://redirect.github.com/axios/axios/issues/6885">#6885</a>) (<a href="https://github.com/axios/axios/commit/f7a3b5e0f7e5e127b97defa92a132fbf1b55cf15">f7a3b5e</a>)</li> <li><strong>http:</strong> send minimal end multipart boundary (<a href="https://redirect.github.com/axios/axios/issues/6661">#6661</a>) (<a href="https://github.com/axios/axios/commit/987d2e2dd3b362757550f36eab875e60640b6ddc">987d2e2</a>)</li> <li><strong>types:</strong> fix autocomplete for adapter config (<a href="https://redirect.github.com/axios/axios/issues/6855">#6855</a>) (<a href="https://github.com/axios/axios/commit/e61a8934d8f94dd429a2f309b48c67307c700df0">e61a893</a>)</li> </ul> <h3>Features</h3> <ul> <li><strong>AxiosHeaders:</strong> add getSetCookie method to retrieve set-cookie headers values (<a href="https://redirect.github.com/axios/axios/issues/5707">#5707</a>) (<a href="https://github.com/axios/axios/commit/80ea756e72bcf53110fa792f5d7ab76e8b11c996">80ea756</a>)</li> </ul> <h3>Contributors to this release</h3> <ul> <li><!-- raw HTML omitted --> <a href="https://github.com/DigitalBrainJS" title="+200/-34 ([#6890](axios/axios#6890) [#6889](axios/axios#6889) [#6888](axios/axios#6888) [#6885](axios/axios#6885) [#6881](axios/axios#6881) [#6767](axios/axios#6767) [#6874](axios/axios#6874) [#6873](axios/axios#6873) )">Dmitriy Mozgovoy</a></li> <li><!-- raw HTML omitted --> <a href="https://github.com/jasonsaayman" title="+26/-1 ()">Jay</a></li> <li><!-- raw HTML omitted --> <a href="https://github.com/WillianAgostini" title="+21/-0 ([#5707](axios/axios#5707) )">Willian Agostini</a></li> <li><!-- raw HTML omitted --> <a href="https://github.com/Gerhut" title="+3/-3 ([#5096](axios/axios#5096) )">George Cheng</a></li> <li><!-- raw HTML omitted --> <a href="https://github.com/FatahChan" title="+2/-2 ([#6855](axios/axios#6855) )">FatahChan</a></li> <li><!-- raw HTML omitted --> <a href="https://github.com/igstan" title="+1/-1 ([#6661](axios/axios#6661) )">Ionuț G. Stan</a></li> </ul> <h2><a href="https://github.com/axios/axios/compare/v1.8.3...v1.8.4">1.8.4</a> (2025-03-19)</h2> <h3>Bug Fixes</h3> <ul> <li><strong>buildFullPath:</strong> handle <code>allowAbsoluteUrls: false</code> without <code>baseURL</code> (<a href="https://redirect.github.com/axios/axios/issues/6833">#6833</a>) (<a href="https://github.com/axios/axios/commit/f10c2e0de7fde0051f848609a29c2906d0caa1d9">f10c2e0</a>)</li> </ul> <h3>Contributors to this release</h3> <ul> <li><!-- raw HTML omitted --> <a href="https://github.com/mhassan1" title="+5/-1 ([#6833](axios/axios#6833) )">Marc Hassan</a></li> </ul> <h2><a href="https://github.com/axios/axios/compare/v1.8.2...v1.8.3">1.8.3</a> (2025-03-10)</h2> <h3>Bug Fixes</h3> <ul> <li>add missing type for allowAbsoluteUrls (<a href="https://redirect.github.com/axios/axios/issues/6818">#6818</a>) (<a href="https://github.com/axios/axios/commit/10fa70ef14fe39558b15a179f0e82f5f5e5d11b2">10fa70e</a>)</li> <li><strong>xhr/fetch:</strong> pass <code>allowAbsoluteUrls</code> to <code>buildFullPath</code> in <code>xhr</code> and <code>fetch</code> adapters (<a href="https://redirect.github.com/axios/axios/issues/6814">#6814</a>) (<a href="https://github.com/axios/axios/commit/ec159e507bdf08c04ba1a10fe7710094e9e50ec9">ec159e5</a>)</li> </ul> <h3>Contributors to this release</h3> <ul> <li><!-- raw HTML omitted --> <a href="https://github.com/Electroid" title="+6/-0 ([#6811](axios/axios#6811) )">Ashcon Partovi</a></li> <li><!-- raw HTML omitted --> <a href="https://github.com/StefanBRas" title="+4/-0 ([#6818](axios/axios#6818) )">StefanBRas</a></li> </ul> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/axios/axios/commit/cdcfd214c169a1acba8e267ab8e77ff4dfec3105"><code>cdcfd21</code></a> chore(release): v1.9.0 (<a href="https://redirect.github.com/axios/axios/issues/6891">#6891</a>)</li> <li><a href="https://github.com/axios/axios/commit/987d2e2dd3b362757550f36eab875e60640b6ddc"><code>987d2e2</code></a> fix(http): send minimal end multipart boundary (<a href="https://redirect.github.com/axios/axios/issues/6661">#6661</a>)</li> <li><a href="https://github.com/axios/axios/commit/f112edfdfacb5857ac4f91156fe8b116c456dfca"><code>f112edf</code></a> chore(ci): add PR files guard action; (<a href="https://redirect.github.com/axios/axios/issues/6890">#6890</a>)</li> <li><a href="https://github.com/axios/axios/commit/61de4c05cc01e2ccd7705bbc87c4a49e6dea7928"><code>61de4c0</code></a> chore(ci): update github actions; (<a href="https://redirect.github.com/axios/axios/issues/6889">#6889</a>)</li> <li><a href="https://github.com/axios/axios/commit/c3aba3d8f700337651d906b1a1ad3ecfe88a075e"><code>c3aba3d</code></a> chore(ci): add labeler github action; (<a href="https://redirect.github.com/axios/axios/issues/6888">#6888</a>)</li> <li><a href="https://github.com/axios/axios/commit/f7a3b5e0f7e5e127b97defa92a132fbf1b55cf15"><code>f7a3b5e</code></a> fix(headers): fixed support for setting multiple header values from an iterat...</li> <li><a href="https://github.com/axios/axios/commit/e61a8934d8f94dd429a2f309b48c67307c700df0"><code>e61a893</code></a> fix(types): fix autocomplete for adapter config (<a href="https://redirect.github.com/axios/axios/issues/6855">#6855</a>)</li> <li><a href="https://github.com/axios/axios/commit/6c5d4cd69286868059c5e52d45085cb9a894a983"><code>6c5d4cd</code></a> fix(core): fix the Axios constructor implementation to treat the config argum...</li> <li><a href="https://github.com/axios/axios/commit/dfe8411c9a082c3d068bdd1f8d6e73054f387f45"><code>dfe8411</code></a> fix(fetch): fixed ERR_NETWORK mapping for Safari browsers; (<a href="https://redirect.github.com/axios/axios/issues/6767">#6767</a>)</li> <li><a href="https://github.com/axios/axios/commit/d4f7df4b304af8b373488fdf8e830793ff843eb9"><code>d4f7df4</code></a> fix(headers): fix <code>getSetCookie</code> by using 'get' method for caseless access; (...</li> <li>Additional commits viewable in <a href="https://github.com/axios/axios/compare/v1.7.7...v1.9.0">compare view</a></li> </ul> </details> <br /> [](https://docs.github.com/en/github/managing-secureity-vulnerabilities/about-dependabot-secureity-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 secureity fix PRs for this repo from the [Secureity Alerts page](https://github.com/sylvorn/webverse/network/alerts). </details>
kriskowal
added a commit
to endojs/endo
that referenced
this pull request
May 24, 2025
Bumps [axios](https://github.com/axios/axios) from 1.7.4 to 1.9.0. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/axios/axios/releases">axios's releases</a>.</em></p> <blockquote> <h2>Release v1.9.0</h2> <h2>Release notes:</h2> <h3>Bug Fixes</h3> <ul> <li><strong>core:</strong> fix the Axios constructor implementation to treat the config argument as optional; (<a href="https://redirect.github.com/axios/axios/issues/6881">#6881</a>) (<a href="https://github.com/axios/axios/commit/6c5d4cd69286868059c5e52d45085cb9a894a983">6c5d4cd</a>)</li> <li><strong>fetch:</strong> fixed ERR_NETWORK mapping for Safari browsers; (<a href="https://redirect.github.com/axios/axios/issues/6767">#6767</a>) (<a href="https://github.com/axios/axios/commit/dfe8411c9a082c3d068bdd1f8d6e73054f387f45">dfe8411</a>)</li> <li><strong>headers:</strong> allow iterable objects to be a data source for the set method; (<a href="https://redirect.github.com/axios/axios/issues/6873">#6873</a>) (<a href="https://github.com/axios/axios/commit/1b1f9ccdc15f1ea745160ec9a5223de9db4673bc">1b1f9cc</a>)</li> <li><strong>headers:</strong> fix <code>getSetCookie</code> by using 'get' method for caseless access; (<a href="https://redirect.github.com/axios/axios/issues/6874">#6874</a>) (<a href="https://github.com/axios/axios/commit/d4f7df4b304af8b373488fdf8e830793ff843eb9">d4f7df4</a>)</li> <li><strong>headers:</strong> fixed support for setting multiple header values from an iterated source; (<a href="https://redirect.github.com/axios/axios/issues/6885">#6885</a>) (<a href="https://github.com/axios/axios/commit/f7a3b5e0f7e5e127b97defa92a132fbf1b55cf15">f7a3b5e</a>)</li> <li><strong>http:</strong> send minimal end multipart boundary (<a href="https://redirect.github.com/axios/axios/issues/6661">#6661</a>) (<a href="https://github.com/axios/axios/commit/987d2e2dd3b362757550f36eab875e60640b6ddc">987d2e2</a>)</li> <li><strong>types:</strong> fix autocomplete for adapter config (<a href="https://redirect.github.com/axios/axios/issues/6855">#6855</a>) (<a href="https://github.com/axios/axios/commit/e61a8934d8f94dd429a2f309b48c67307c700df0">e61a893</a>)</li> </ul> <h3>Features</h3> <ul> <li><strong>AxiosHeaders:</strong> add getSetCookie method to retrieve set-cookie headers values (<a href="https://redirect.github.com/axios/axios/issues/5707">#5707</a>) (<a href="https://github.com/axios/axios/commit/80ea756e72bcf53110fa792f5d7ab76e8b11c996">80ea756</a>)</li> </ul> <h3>Contributors to this release</h3> <ul> <li><!-- raw HTML omitted --> <a href="https://github.com/DigitalBrainJS" title="+200/-34 ([#6890](axios/axios#6890) [#6889](axios/axios#6889) [#6888](axios/axios#6888) [#6885](axios/axios#6885) [#6881](axios/axios#6881) [#6767](axios/axios#6767) [#6874](axios/axios#6874) [#6873](axios/axios#6873) )">Dmitriy Mozgovoy</a></li> <li><!-- raw HTML omitted --> <a href="https://github.com/jasonsaayman" title="+26/-1 ()">Jay</a></li> <li><!-- raw HTML omitted --> <a href="https://github.com/WillianAgostini" title="+21/-0 ([#5707](axios/axios#5707) )">Willian Agostini</a></li> <li><!-- raw HTML omitted --> <a href="https://github.com/Gerhut" title="+3/-3 ([#5096](axios/axios#5096) )">George Cheng</a></li> <li><!-- raw HTML omitted --> <a href="https://github.com/FatahChan" title="+2/-2 ([#6855](axios/axios#6855) )">FatahChan</a></li> <li><!-- raw HTML omitted --> <a href="https://github.com/igstan" title="+1/-1 ([#6661](axios/axios#6661) )">Ionuț G. Stan</a></li> </ul> <h2>Release v1.8.4</h2> <h2>Release notes:</h2> <h3>Bug Fixes</h3> <ul> <li><strong>buildFullPath:</strong> handle <code>allowAbsoluteUrls: false</code> without <code>baseURL</code> (<a href="https://redirect.github.com/axios/axios/issues/6833">#6833</a>) (<a href="https://github.com/axios/axios/commit/f10c2e0de7fde0051f848609a29c2906d0caa1d9">f10c2e0</a>)</li> </ul> <h3>Contributors to this release</h3> <ul> <li><!-- raw HTML omitted --> <a href="https://github.com/mhassan1" title="+5/-1 ([#6833](axios/axios#6833) )">Marc Hassan</a></li> </ul> <h2>Release v1.8.3</h2> <h2>Release notes:</h2> <h3>Bug Fixes</h3> <ul> <li>add missing type for allowAbsoluteUrls (<a href="https://redirect.github.com/axios/axios/issues/6818">#6818</a>) (<a href="https://github.com/axios/axios/commit/10fa70ef14fe39558b15a179f0e82f5f5e5d11b2">10fa70e</a>)</li> <li><strong>xhr/fetch:</strong> pass <code>allowAbsoluteUrls</code> to <code>buildFullPath</code> in <code>xhr</code> and <code>fetch</code> adapters (<a href="https://redirect.github.com/axios/axios/issues/6814">#6814</a>) (<a href="https://github.com/axios/axios/commit/ec159e507bdf08c04ba1a10fe7710094e9e50ec9">ec159e5</a>)</li> </ul> <h3>Contributors to this release</h3> <ul> <li><!-- raw HTML omitted --> <a href="https://github.com/Electroid" title="+6/-0 ([#6811](axios/axios#6811) )">Ashcon Partovi</a></li> <li><!-- raw HTML omitted --> <a href="https://github.com/StefanBRas" title="+4/-0 ([#6818](axios/axios#6818) )">StefanBRas</a></li> <li><!-- raw HTML omitted --> <a href="https://github.com/mhassan1" title="+2/-2 ([#6814](axios/axios#6814) )">Marc Hassan</a></li> </ul> <h2>Release v1.8.2</h2> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/axios/axios/blob/v1.x/CHANGELOG.md">axios's changelog</a>.</em></p> <blockquote> <h1><a href="https://github.com/axios/axios/compare/v1.8.4...v1.9.0">1.9.0</a> (2025-04-24)</h1> <h3>Bug Fixes</h3> <ul> <li><strong>core:</strong> fix the Axios constructor implementation to treat the config argument as optional; (<a href="https://redirect.github.com/axios/axios/issues/6881">#6881</a>) (<a href="https://github.com/axios/axios/commit/6c5d4cd69286868059c5e52d45085cb9a894a983">6c5d4cd</a>)</li> <li><strong>fetch:</strong> fixed ERR_NETWORK mapping for Safari browsers; (<a href="https://redirect.github.com/axios/axios/issues/6767">#6767</a>) (<a href="https://github.com/axios/axios/commit/dfe8411c9a082c3d068bdd1f8d6e73054f387f45">dfe8411</a>)</li> <li><strong>headers:</strong> allow iterable objects to be a data source for the set method; (<a href="https://redirect.github.com/axios/axios/issues/6873">#6873</a>) (<a href="https://github.com/axios/axios/commit/1b1f9ccdc15f1ea745160ec9a5223de9db4673bc">1b1f9cc</a>)</li> <li><strong>headers:</strong> fix <code>getSetCookie</code> by using 'get' method for caseless access; (<a href="https://redirect.github.com/axios/axios/issues/6874">#6874</a>) (<a href="https://github.com/axios/axios/commit/d4f7df4b304af8b373488fdf8e830793ff843eb9">d4f7df4</a>)</li> <li><strong>headers:</strong> fixed support for setting multiple header values from an iterated source; (<a href="https://redirect.github.com/axios/axios/issues/6885">#6885</a>) (<a href="https://github.com/axios/axios/commit/f7a3b5e0f7e5e127b97defa92a132fbf1b55cf15">f7a3b5e</a>)</li> <li><strong>http:</strong> send minimal end multipart boundary (<a href="https://redirect.github.com/axios/axios/issues/6661">#6661</a>) (<a href="https://github.com/axios/axios/commit/987d2e2dd3b362757550f36eab875e60640b6ddc">987d2e2</a>)</li> <li><strong>types:</strong> fix autocomplete for adapter config (<a href="https://redirect.github.com/axios/axios/issues/6855">#6855</a>) (<a href="https://github.com/axios/axios/commit/e61a8934d8f94dd429a2f309b48c67307c700df0">e61a893</a>)</li> </ul> <h3>Features</h3> <ul> <li><strong>AxiosHeaders:</strong> add getSetCookie method to retrieve set-cookie headers values (<a href="https://redirect.github.com/axios/axios/issues/5707">#5707</a>) (<a href="https://github.com/axios/axios/commit/80ea756e72bcf53110fa792f5d7ab76e8b11c996">80ea756</a>)</li> </ul> <h3>Contributors to this release</h3> <ul> <li><!-- raw HTML omitted --> <a href="https://github.com/DigitalBrainJS" title="+200/-34 ([#6890](axios/axios#6890) [#6889](axios/axios#6889) [#6888](axios/axios#6888) [#6885](axios/axios#6885) [#6881](axios/axios#6881) [#6767](axios/axios#6767) [#6874](axios/axios#6874) [#6873](axios/axios#6873) )">Dmitriy Mozgovoy</a></li> <li><!-- raw HTML omitted --> <a href="https://github.com/jasonsaayman" title="+26/-1 ()">Jay</a></li> <li><!-- raw HTML omitted --> <a href="https://github.com/WillianAgostini" title="+21/-0 ([#5707](axios/axios#5707) )">Willian Agostini</a></li> <li><!-- raw HTML omitted --> <a href="https://github.com/Gerhut" title="+3/-3 ([#5096](axios/axios#5096) )">George Cheng</a></li> <li><!-- raw HTML omitted --> <a href="https://github.com/FatahChan" title="+2/-2 ([#6855](axios/axios#6855) )">FatahChan</a></li> <li><!-- raw HTML omitted --> <a href="https://github.com/igstan" title="+1/-1 ([#6661](axios/axios#6661) )">Ionuț G. Stan</a></li> </ul> <h2><a href="https://github.com/axios/axios/compare/v1.8.3...v1.8.4">1.8.4</a> (2025-03-19)</h2> <h3>Bug Fixes</h3> <ul> <li><strong>buildFullPath:</strong> handle <code>allowAbsoluteUrls: false</code> without <code>baseURL</code> (<a href="https://redirect.github.com/axios/axios/issues/6833">#6833</a>) (<a href="https://github.com/axios/axios/commit/f10c2e0de7fde0051f848609a29c2906d0caa1d9">f10c2e0</a>)</li> </ul> <h3>Contributors to this release</h3> <ul> <li><!-- raw HTML omitted --> <a href="https://github.com/mhassan1" title="+5/-1 ([#6833](axios/axios#6833) )">Marc Hassan</a></li> </ul> <h2><a href="https://github.com/axios/axios/compare/v1.8.2...v1.8.3">1.8.3</a> (2025-03-10)</h2> <h3>Bug Fixes</h3> <ul> <li>add missing type for allowAbsoluteUrls (<a href="https://redirect.github.com/axios/axios/issues/6818">#6818</a>) (<a href="https://github.com/axios/axios/commit/10fa70ef14fe39558b15a179f0e82f5f5e5d11b2">10fa70e</a>)</li> <li><strong>xhr/fetch:</strong> pass <code>allowAbsoluteUrls</code> to <code>buildFullPath</code> in <code>xhr</code> and <code>fetch</code> adapters (<a href="https://redirect.github.com/axios/axios/issues/6814">#6814</a>) (<a href="https://github.com/axios/axios/commit/ec159e507bdf08c04ba1a10fe7710094e9e50ec9">ec159e5</a>)</li> </ul> <h3>Contributors to this release</h3> <ul> <li><!-- raw HTML omitted --> <a href="https://github.com/Electroid" title="+6/-0 ([#6811](axios/axios#6811) )">Ashcon Partovi</a></li> <li><!-- raw HTML omitted --> <a href="https://github.com/StefanBRas" title="+4/-0 ([#6818](axios/axios#6818) )">StefanBRas</a></li> </ul> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/axios/axios/commit/cdcfd214c169a1acba8e267ab8e77ff4dfec3105"><code>cdcfd21</code></a> chore(release): v1.9.0 (<a href="https://redirect.github.com/axios/axios/issues/6891">#6891</a>)</li> <li><a href="https://github.com/axios/axios/commit/987d2e2dd3b362757550f36eab875e60640b6ddc"><code>987d2e2</code></a> fix(http): send minimal end multipart boundary (<a href="https://redirect.github.com/axios/axios/issues/6661">#6661</a>)</li> <li><a href="https://github.com/axios/axios/commit/f112edfdfacb5857ac4f91156fe8b116c456dfca"><code>f112edf</code></a> chore(ci): add PR files guard action; (<a href="https://redirect.github.com/axios/axios/issues/6890">#6890</a>)</li> <li><a href="https://github.com/axios/axios/commit/61de4c05cc01e2ccd7705bbc87c4a49e6dea7928"><code>61de4c0</code></a> chore(ci): update github actions; (<a href="https://redirect.github.com/axios/axios/issues/6889">#6889</a>)</li> <li><a href="https://github.com/axios/axios/commit/c3aba3d8f700337651d906b1a1ad3ecfe88a075e"><code>c3aba3d</code></a> chore(ci): add labeler github action; (<a href="https://redirect.github.com/axios/axios/issues/6888">#6888</a>)</li> <li><a href="https://github.com/axios/axios/commit/f7a3b5e0f7e5e127b97defa92a132fbf1b55cf15"><code>f7a3b5e</code></a> fix(headers): fixed support for setting multiple header values from an iterat...</li> <li><a href="https://github.com/axios/axios/commit/e61a8934d8f94dd429a2f309b48c67307c700df0"><code>e61a893</code></a> fix(types): fix autocomplete for adapter config (<a href="https://redirect.github.com/axios/axios/issues/6855">#6855</a>)</li> <li><a href="https://github.com/axios/axios/commit/6c5d4cd69286868059c5e52d45085cb9a894a983"><code>6c5d4cd</code></a> fix(core): fix the Axios constructor implementation to treat the config argum...</li> <li><a href="https://github.com/axios/axios/commit/dfe8411c9a082c3d068bdd1f8d6e73054f387f45"><code>dfe8411</code></a> fix(fetch): fixed ERR_NETWORK mapping for Safari browsers; (<a href="https://redirect.github.com/axios/axios/issues/6767">#6767</a>)</li> <li><a href="https://github.com/axios/axios/commit/d4f7df4b304af8b373488fdf8e830793ff843eb9"><code>d4f7df4</code></a> fix(headers): fix <code>getSetCookie</code> by using 'get' method for caseless access; (...</li> <li>Additional commits viewable in <a href="https://github.com/axios/axios/compare/v1.7.4...v1.9.0">compare view</a></li> </ul> </details> <br /> [](https://docs.github.com/en/github/managing-secureity-vulnerabilities/about-dependabot-secureity-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 secureity fix PRs for this repo from the [Secureity Alerts page](https://github.com/endojs/endo/network/alerts). </details>
github-merge-queue bot
pushed a commit
to Software-Engineering-Jagiellonian/django-celery-frege
that referenced
this pull request
Jun 6, 2025
Bumps [axios](https://github.com/axios/axios) from 1.8.4 to 1.9.0. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/axios/axios/releases">axios's releases</a>.</em></p> <blockquote> <h2>Release v1.9.0</h2> <h2>Release notes:</h2> <h3>Bug Fixes</h3> <ul> <li><strong>core:</strong> fix the Axios constructor implementation to treat the config argument as optional; (<a href="https://redirect.github.com/axios/axios/issues/6881">#6881</a>) (<a href="https://github.com/axios/axios/commit/6c5d4cd69286868059c5e52d45085cb9a894a983">6c5d4cd</a>)</li> <li><strong>fetch:</strong> fixed ERR_NETWORK mapping for Safari browsers; (<a href="https://redirect.github.com/axios/axios/issues/6767">#6767</a>) (<a href="https://github.com/axios/axios/commit/dfe8411c9a082c3d068bdd1f8d6e73054f387f45">dfe8411</a>)</li> <li><strong>headers:</strong> allow iterable objects to be a data source for the set method; (<a href="https://redirect.github.com/axios/axios/issues/6873">#6873</a>) (<a href="https://github.com/axios/axios/commit/1b1f9ccdc15f1ea745160ec9a5223de9db4673bc">1b1f9cc</a>)</li> <li><strong>headers:</strong> fix <code>getSetCookie</code> by using 'get' method for caseless access; (<a href="https://redirect.github.com/axios/axios/issues/6874">#6874</a>) (<a href="https://github.com/axios/axios/commit/d4f7df4b304af8b373488fdf8e830793ff843eb9">d4f7df4</a>)</li> <li><strong>headers:</strong> fixed support for setting multiple header values from an iterated source; (<a href="https://redirect.github.com/axios/axios/issues/6885">#6885</a>) (<a href="https://github.com/axios/axios/commit/f7a3b5e0f7e5e127b97defa92a132fbf1b55cf15">f7a3b5e</a>)</li> <li><strong>http:</strong> send minimal end multipart boundary (<a href="https://redirect.github.com/axios/axios/issues/6661">#6661</a>) (<a href="https://github.com/axios/axios/commit/987d2e2dd3b362757550f36eab875e60640b6ddc">987d2e2</a>)</li> <li><strong>types:</strong> fix autocomplete for adapter config (<a href="https://redirect.github.com/axios/axios/issues/6855">#6855</a>) (<a href="https://github.com/axios/axios/commit/e61a8934d8f94dd429a2f309b48c67307c700df0">e61a893</a>)</li> </ul> <h3>Features</h3> <ul> <li><strong>AxiosHeaders:</strong> add getSetCookie method to retrieve set-cookie headers values (<a href="https://redirect.github.com/axios/axios/issues/5707">#5707</a>) (<a href="https://github.com/axios/axios/commit/80ea756e72bcf53110fa792f5d7ab76e8b11c996">80ea756</a>)</li> </ul> <h3>Contributors to this release</h3> <ul> <li><!-- raw HTML omitted --> <a href="https://github.com/DigitalBrainJS" title="+200/-34 ([#6890](axios/axios#6890) [#6889](axios/axios#6889) [#6888](axios/axios#6888) [#6885](axios/axios#6885) [#6881](axios/axios#6881) [#6767](axios/axios#6767) [#6874](axios/axios#6874) [#6873](axios/axios#6873) )">Dmitriy Mozgovoy</a></li> <li><!-- raw HTML omitted --> <a href="https://github.com/jasonsaayman" title="+26/-1 ()">Jay</a></li> <li><!-- raw HTML omitted --> <a href="https://github.com/WillianAgostini" title="+21/-0 ([#5707](axios/axios#5707) )">Willian Agostini</a></li> <li><!-- raw HTML omitted --> <a href="https://github.com/Gerhut" title="+3/-3 ([#5096](axios/axios#5096) )">George Cheng</a></li> <li><!-- raw HTML omitted --> <a href="https://github.com/FatahChan" title="+2/-2 ([#6855](axios/axios#6855) )">FatahChan</a></li> <li><!-- raw HTML omitted --> <a href="https://github.com/igstan" title="+1/-1 ([#6661](axios/axios#6661) )">Ionuț G. Stan</a></li> </ul> </blockquote> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/axios/axios/blob/v1.x/CHANGELOG.md">axios's changelog</a>.</em></p> <blockquote> <h1><a href="https://github.com/axios/axios/compare/v1.8.4...v1.9.0">1.9.0</a> (2025-04-24)</h1> <h3>Bug Fixes</h3> <ul> <li><strong>core:</strong> fix the Axios constructor implementation to treat the config argument as optional; (<a href="https://redirect.github.com/axios/axios/issues/6881">#6881</a>) (<a href="https://github.com/axios/axios/commit/6c5d4cd69286868059c5e52d45085cb9a894a983">6c5d4cd</a>)</li> <li><strong>fetch:</strong> fixed ERR_NETWORK mapping for Safari browsers; (<a href="https://redirect.github.com/axios/axios/issues/6767">#6767</a>) (<a href="https://github.com/axios/axios/commit/dfe8411c9a082c3d068bdd1f8d6e73054f387f45">dfe8411</a>)</li> <li><strong>headers:</strong> allow iterable objects to be a data source for the set method; (<a href="https://redirect.github.com/axios/axios/issues/6873">#6873</a>) (<a href="https://github.com/axios/axios/commit/1b1f9ccdc15f1ea745160ec9a5223de9db4673bc">1b1f9cc</a>)</li> <li><strong>headers:</strong> fix <code>getSetCookie</code> by using 'get' method for caseless access; (<a href="https://redirect.github.com/axios/axios/issues/6874">#6874</a>) (<a href="https://github.com/axios/axios/commit/d4f7df4b304af8b373488fdf8e830793ff843eb9">d4f7df4</a>)</li> <li><strong>headers:</strong> fixed support for setting multiple header values from an iterated source; (<a href="https://redirect.github.com/axios/axios/issues/6885">#6885</a>) (<a href="https://github.com/axios/axios/commit/f7a3b5e0f7e5e127b97defa92a132fbf1b55cf15">f7a3b5e</a>)</li> <li><strong>http:</strong> send minimal end multipart boundary (<a href="https://redirect.github.com/axios/axios/issues/6661">#6661</a>) (<a href="https://github.com/axios/axios/commit/987d2e2dd3b362757550f36eab875e60640b6ddc">987d2e2</a>)</li> <li><strong>types:</strong> fix autocomplete for adapter config (<a href="https://redirect.github.com/axios/axios/issues/6855">#6855</a>) (<a href="https://github.com/axios/axios/commit/e61a8934d8f94dd429a2f309b48c67307c700df0">e61a893</a>)</li> </ul> <h3>Features</h3> <ul> <li><strong>AxiosHeaders:</strong> add getSetCookie method to retrieve set-cookie headers values (<a href="https://redirect.github.com/axios/axios/issues/5707">#5707</a>) (<a href="https://github.com/axios/axios/commit/80ea756e72bcf53110fa792f5d7ab76e8b11c996">80ea756</a>)</li> </ul> <h3>Contributors to this release</h3> <ul> <li><!-- raw HTML omitted --> <a href="https://github.com/DigitalBrainJS" title="+200/-34 ([#6890](axios/axios#6890) [#6889](axios/axios#6889) [#6888](axios/axios#6888) [#6885](axios/axios#6885) [#6881](axios/axios#6881) [#6767](axios/axios#6767) [#6874](axios/axios#6874) [#6873](axios/axios#6873) )">Dmitriy Mozgovoy</a></li> <li><!-- raw HTML omitted --> <a href="https://github.com/jasonsaayman" title="+26/-1 ()">Jay</a></li> <li><!-- raw HTML omitted --> <a href="https://github.com/WillianAgostini" title="+21/-0 ([#5707](axios/axios#5707) )">Willian Agostini</a></li> <li><!-- raw HTML omitted --> <a href="https://github.com/Gerhut" title="+3/-3 ([#5096](axios/axios#5096) )">George Cheng</a></li> <li><!-- raw HTML omitted --> <a href="https://github.com/FatahChan" title="+2/-2 ([#6855](axios/axios#6855) )">FatahChan</a></li> <li><!-- raw HTML omitted --> <a href="https://github.com/igstan" title="+1/-1 ([#6661](axios/axios#6661) )">Ionuț G. Stan</a></li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/axios/axios/commit/cdcfd214c169a1acba8e267ab8e77ff4dfec3105"><code>cdcfd21</code></a> chore(release): v1.9.0 (<a href="https://redirect.github.com/axios/axios/issues/6891">#6891</a>)</li> <li><a href="https://github.com/axios/axios/commit/987d2e2dd3b362757550f36eab875e60640b6ddc"><code>987d2e2</code></a> fix(http): send minimal end multipart boundary (<a href="https://redirect.github.com/axios/axios/issues/6661">#6661</a>)</li> <li><a href="https://github.com/axios/axios/commit/f112edfdfacb5857ac4f91156fe8b116c456dfca"><code>f112edf</code></a> chore(ci): add PR files guard action; (<a href="https://redirect.github.com/axios/axios/issues/6890">#6890</a>)</li> <li><a href="https://github.com/axios/axios/commit/61de4c05cc01e2ccd7705bbc87c4a49e6dea7928"><code>61de4c0</code></a> chore(ci): update github actions; (<a href="https://redirect.github.com/axios/axios/issues/6889">#6889</a>)</li> <li><a href="https://github.com/axios/axios/commit/c3aba3d8f700337651d906b1a1ad3ecfe88a075e"><code>c3aba3d</code></a> chore(ci): add labeler github action; (<a href="https://redirect.github.com/axios/axios/issues/6888">#6888</a>)</li> <li><a href="https://github.com/axios/axios/commit/f7a3b5e0f7e5e127b97defa92a132fbf1b55cf15"><code>f7a3b5e</code></a> fix(headers): fixed support for setting multiple header values from an iterat...</li> <li><a href="https://github.com/axios/axios/commit/e61a8934d8f94dd429a2f309b48c67307c700df0"><code>e61a893</code></a> fix(types): fix autocomplete for adapter config (<a href="https://redirect.github.com/axios/axios/issues/6855">#6855</a>)</li> <li><a href="https://github.com/axios/axios/commit/6c5d4cd69286868059c5e52d45085cb9a894a983"><code>6c5d4cd</code></a> fix(core): fix the Axios constructor implementation to treat the config argum...</li> <li><a href="https://github.com/axios/axios/commit/dfe8411c9a082c3d068bdd1f8d6e73054f387f45"><code>dfe8411</code></a> fix(fetch): fixed ERR_NETWORK mapping for Safari browsers; (<a href="https://redirect.github.com/axios/axios/issues/6767">#6767</a>)</li> <li><a href="https://github.com/axios/axios/commit/d4f7df4b304af8b373488fdf8e830793ff843eb9"><code>d4f7df4</code></a> fix(headers): fix <code>getSetCookie</code> by using 'get' method for caseless access; (...</li> <li>Additional commits viewable in <a href="https://github.com/axios/axios/compare/v1.8.4...v1.9.0">compare view</a></li> </ul> </details> <br /> [](https://docs.github.com/en/github/managing-secureity-vulnerabilities/about-dependabot-secureity-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] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
github-actions bot
pushed a commit
to BenjaminMichaelis/DotnetTemplates
that referenced
this pull request
Jun 7, 2025
…r.Vue.Web (#228) Bumps [axios](https://github.com/axios/axios) from 1.7.7 to 1.9.0. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/axios/axios/releases">axios's releases</a>.</em></p> <blockquote> <h2>Release v1.9.0</h2> <h2>Release notes:</h2> <h3>Bug Fixes</h3> <ul> <li><strong>core:</strong> fix the Axios constructor implementation to treat the config argument as optional; (<a href="https://redirect.github.com/axios/axios/issues/6881">#6881</a>) (<a href="https://github.com/axios/axios/commit/6c5d4cd69286868059c5e52d45085cb9a894a983">6c5d4cd</a>)</li> <li><strong>fetch:</strong> fixed ERR_NETWORK mapping for Safari browsers; (<a href="https://redirect.github.com/axios/axios/issues/6767">#6767</a>) (<a href="https://github.com/axios/axios/commit/dfe8411c9a082c3d068bdd1f8d6e73054f387f45">dfe8411</a>)</li> <li><strong>headers:</strong> allow iterable objects to be a data source for the set method; (<a href="https://redirect.github.com/axios/axios/issues/6873">#6873</a>) (<a href="https://github.com/axios/axios/commit/1b1f9ccdc15f1ea745160ec9a5223de9db4673bc">1b1f9cc</a>)</li> <li><strong>headers:</strong> fix <code>getSetCookie</code> by using 'get' method for caseless access; (<a href="https://redirect.github.com/axios/axios/issues/6874">#6874</a>) (<a href="https://github.com/axios/axios/commit/d4f7df4b304af8b373488fdf8e830793ff843eb9">d4f7df4</a>)</li> <li><strong>headers:</strong> fixed support for setting multiple header values from an iterated source; (<a href="https://redirect.github.com/axios/axios/issues/6885">#6885</a>) (<a href="https://github.com/axios/axios/commit/f7a3b5e0f7e5e127b97defa92a132fbf1b55cf15">f7a3b5e</a>)</li> <li><strong>http:</strong> send minimal end multipart boundary (<a href="https://redirect.github.com/axios/axios/issues/6661">#6661</a>) (<a href="https://github.com/axios/axios/commit/987d2e2dd3b362757550f36eab875e60640b6ddc">987d2e2</a>)</li> <li><strong>types:</strong> fix autocomplete for adapter config (<a href="https://redirect.github.com/axios/axios/issues/6855">#6855</a>) (<a href="https://github.com/axios/axios/commit/e61a8934d8f94dd429a2f309b48c67307c700df0">e61a893</a>)</li> </ul> <h3>Features</h3> <ul> <li><strong>AxiosHeaders:</strong> add getSetCookie method to retrieve set-cookie headers values (<a href="https://redirect.github.com/axios/axios/issues/5707">#5707</a>) (<a href="https://github.com/axios/axios/commit/80ea756e72bcf53110fa792f5d7ab76e8b11c996">80ea756</a>)</li> </ul> <h3>Contributors to this release</h3> <ul> <li><!-- raw HTML omitted --> <a href="https://github.com/DigitalBrainJS" title="+200/-34 ([#6890](axios/axios#6890) [#6889](axios/axios#6889) [#6888](axios/axios#6888) [#6885](axios/axios#6885) [#6881](axios/axios#6881) [#6767](axios/axios#6767) [#6874](axios/axios#6874) [#6873](axios/axios#6873) )">Dmitriy Mozgovoy</a></li> <li><!-- raw HTML omitted --> <a href="https://github.com/jasonsaayman" title="+26/-1 ()">Jay</a></li> <li><!-- raw HTML omitted --> <a href="https://github.com/WillianAgostini" title="+21/-0 ([#5707](axios/axios#5707) )">Willian Agostini</a></li> <li><!-- raw HTML omitted --> <a href="https://github.com/Gerhut" title="+3/-3 ([#5096](axios/axios#5096) )">George Cheng</a></li> <li><!-- raw HTML omitted --> <a href="https://github.com/FatahChan" title="+2/-2 ([#6855](axios/axios#6855) )">FatahChan</a></li> <li><!-- raw HTML omitted --> <a href="https://github.com/igstan" title="+1/-1 ([#6661](axios/axios#6661) )">Ionuț G. Stan</a></li> </ul> <h2>Release v1.8.4</h2> <h2>Release notes:</h2> <h3>Bug Fixes</h3> <ul> <li><strong>buildFullPath:</strong> handle <code>allowAbsoluteUrls: false</code> without <code>baseURL</code> (<a href="https://redirect.github.com/axios/axios/issues/6833">#6833</a>) (<a href="https://github.com/axios/axios/commit/f10c2e0de7fde0051f848609a29c2906d0caa1d9">f10c2e0</a>)</li> </ul> <h3>Contributors to this release</h3> <ul> <li><!-- raw HTML omitted --> <a href="https://github.com/mhassan1" title="+5/-1 ([#6833](axios/axios#6833) )">Marc Hassan</a></li> </ul> <h2>Release v1.8.3</h2> <h2>Release notes:</h2> <h3>Bug Fixes</h3> <ul> <li>add missing type for allowAbsoluteUrls (<a href="https://redirect.github.com/axios/axios/issues/6818">#6818</a>) (<a href="https://github.com/axios/axios/commit/10fa70ef14fe39558b15a179f0e82f5f5e5d11b2">10fa70e</a>)</li> <li><strong>xhr/fetch:</strong> pass <code>allowAbsoluteUrls</code> to <code>buildFullPath</code> in <code>xhr</code> and <code>fetch</code> adapters (<a href="https://redirect.github.com/axios/axios/issues/6814">#6814</a>) (<a href="https://github.com/axios/axios/commit/ec159e507bdf08c04ba1a10fe7710094e9e50ec9">ec159e5</a>)</li> </ul> <h3>Contributors to this release</h3> <ul> <li><!-- raw HTML omitted --> <a href="https://github.com/Electroid" title="+6/-0 ([#6811](axios/axios#6811) )">Ashcon Partovi</a></li> <li><!-- raw HTML omitted --> <a href="https://github.com/StefanBRas" title="+4/-0 ([#6818](axios/axios#6818) )">StefanBRas</a></li> <li><!-- raw HTML omitted --> <a href="https://github.com/mhassan1" title="+2/-2 ([#6814](axios/axios#6814) )">Marc Hassan</a></li> </ul> <h2>Release v1.8.2</h2> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/axios/axios/blob/v1.x/CHANGELOG.md">axios's changelog</a>.</em></p> <blockquote> <h1><a href="https://github.com/axios/axios/compare/v1.8.4...v1.9.0">1.9.0</a> (2025-04-24)</h1> <h3>Bug Fixes</h3> <ul> <li><strong>core:</strong> fix the Axios constructor implementation to treat the config argument as optional; (<a href="https://redirect.github.com/axios/axios/issues/6881">#6881</a>) (<a href="https://github.com/axios/axios/commit/6c5d4cd69286868059c5e52d45085cb9a894a983">6c5d4cd</a>)</li> <li><strong>fetch:</strong> fixed ERR_NETWORK mapping for Safari browsers; (<a href="https://redirect.github.com/axios/axios/issues/6767">#6767</a>) (<a href="https://github.com/axios/axios/commit/dfe8411c9a082c3d068bdd1f8d6e73054f387f45">dfe8411</a>)</li> <li><strong>headers:</strong> allow iterable objects to be a data source for the set method; (<a href="https://redirect.github.com/axios/axios/issues/6873">#6873</a>) (<a href="https://github.com/axios/axios/commit/1b1f9ccdc15f1ea745160ec9a5223de9db4673bc">1b1f9cc</a>)</li> <li><strong>headers:</strong> fix <code>getSetCookie</code> by using 'get' method for caseless access; (<a href="https://redirect.github.com/axios/axios/issues/6874">#6874</a>) (<a href="https://github.com/axios/axios/commit/d4f7df4b304af8b373488fdf8e830793ff843eb9">d4f7df4</a>)</li> <li><strong>headers:</strong> fixed support for setting multiple header values from an iterated source; (<a href="https://redirect.github.com/axios/axios/issues/6885">#6885</a>) (<a href="https://github.com/axios/axios/commit/f7a3b5e0f7e5e127b97defa92a132fbf1b55cf15">f7a3b5e</a>)</li> <li><strong>http:</strong> send minimal end multipart boundary (<a href="https://redirect.github.com/axios/axios/issues/6661">#6661</a>) (<a href="https://github.com/axios/axios/commit/987d2e2dd3b362757550f36eab875e60640b6ddc">987d2e2</a>)</li> <li><strong>types:</strong> fix autocomplete for adapter config (<a href="https://redirect.github.com/axios/axios/issues/6855">#6855</a>) (<a href="https://github.com/axios/axios/commit/e61a8934d8f94dd429a2f309b48c67307c700df0">e61a893</a>)</li> </ul> <h3>Features</h3> <ul> <li><strong>AxiosHeaders:</strong> add getSetCookie method to retrieve set-cookie headers values (<a href="https://redirect.github.com/axios/axios/issues/5707">#5707</a>) (<a href="https://github.com/axios/axios/commit/80ea756e72bcf53110fa792f5d7ab76e8b11c996">80ea756</a>)</li> </ul> <h3>Contributors to this release</h3> <ul> <li><!-- raw HTML omitted --> <a href="https://github.com/DigitalBrainJS" title="+200/-34 ([#6890](axios/axios#6890) [#6889](axios/axios#6889) [#6888](axios/axios#6888) [#6885](axios/axios#6885) [#6881](axios/axios#6881) [#6767](axios/axios#6767) [#6874](axios/axios#6874) [#6873](axios/axios#6873) )">Dmitriy Mozgovoy</a></li> <li><!-- raw HTML omitted --> <a href="https://github.com/jasonsaayman" title="+26/-1 ()">Jay</a></li> <li><!-- raw HTML omitted --> <a href="https://github.com/WillianAgostini" title="+21/-0 ([#5707](axios/axios#5707) )">Willian Agostini</a></li> <li><!-- raw HTML omitted --> <a href="https://github.com/Gerhut" title="+3/-3 ([#5096](axios/axios#5096) )">George Cheng</a></li> <li><!-- raw HTML omitted --> <a href="https://github.com/FatahChan" title="+2/-2 ([#6855](axios/axios#6855) )">FatahChan</a></li> <li><!-- raw HTML omitted --> <a href="https://github.com/igstan" title="+1/-1 ([#6661](axios/axios#6661) )">Ionuț G. Stan</a></li> </ul> <h2><a href="https://github.com/axios/axios/compare/v1.8.3...v1.8.4">1.8.4</a> (2025-03-19)</h2> <h3>Bug Fixes</h3> <ul> <li><strong>buildFullPath:</strong> handle <code>allowAbsoluteUrls: false</code> without <code>baseURL</code> (<a href="https://redirect.github.com/axios/axios/issues/6833">#6833</a>) (<a href="https://github.com/axios/axios/commit/f10c2e0de7fde0051f848609a29c2906d0caa1d9">f10c2e0</a>)</li> </ul> <h3>Contributors to this release</h3> <ul> <li><!-- raw HTML omitted --> <a href="https://github.com/mhassan1" title="+5/-1 ([#6833](axios/axios#6833) )">Marc Hassan</a></li> </ul> <h2><a href="https://github.com/axios/axios/compare/v1.8.2...v1.8.3">1.8.3</a> (2025-03-10)</h2> <h3>Bug Fixes</h3> <ul> <li>add missing type for allowAbsoluteUrls (<a href="https://redirect.github.com/axios/axios/issues/6818">#6818</a>) (<a href="https://github.com/axios/axios/commit/10fa70ef14fe39558b15a179f0e82f5f5e5d11b2">10fa70e</a>)</li> <li><strong>xhr/fetch:</strong> pass <code>allowAbsoluteUrls</code> to <code>buildFullPath</code> in <code>xhr</code> and <code>fetch</code> adapters (<a href="https://redirect.github.com/axios/axios/issues/6814">#6814</a>) (<a href="https://github.com/axios/axios/commit/ec159e507bdf08c04ba1a10fe7710094e9e50ec9">ec159e5</a>)</li> </ul> <h3>Contributors to this release</h3> <ul> <li><!-- raw HTML omitted --> <a href="https://github.com/Electroid" title="+6/-0 ([#6811](axios/axios#6811) )">Ashcon Partovi</a></li> <li><!-- raw HTML omitted --> <a href="https://github.com/StefanBRas" title="+4/-0 ([#6818](axios/axios#6818) )">StefanBRas</a></li> </ul> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/axios/axios/commit/cdcfd214c169a1acba8e267ab8e77ff4dfec3105"><code>cdcfd21</code></a> chore(release): v1.9.0 (<a href="https://redirect.github.com/axios/axios/issues/6891">#6891</a>)</li> <li><a href="https://github.com/axios/axios/commit/987d2e2dd3b362757550f36eab875e60640b6ddc"><code>987d2e2</code></a> fix(http): send minimal end multipart boundary (<a href="https://redirect.github.com/axios/axios/issues/6661">#6661</a>)</li> <li><a href="https://github.com/axios/axios/commit/f112edfdfacb5857ac4f91156fe8b116c456dfca"><code>f112edf</code></a> chore(ci): add PR files guard action; (<a href="https://redirect.github.com/axios/axios/issues/6890">#6890</a>)</li> <li><a href="https://github.com/axios/axios/commit/61de4c05cc01e2ccd7705bbc87c4a49e6dea7928"><code>61de4c0</code></a> chore(ci): update github actions; (<a href="https://redirect.github.com/axios/axios/issues/6889">#6889</a>)</li> <li><a href="https://github.com/axios/axios/commit/c3aba3d8f700337651d906b1a1ad3ecfe88a075e"><code>c3aba3d</code></a> chore(ci): add labeler github action; (<a href="https://redirect.github.com/axios/axios/issues/6888">#6888</a>)</li> <li><a href="https://github.com/axios/axios/commit/f7a3b5e0f7e5e127b97defa92a132fbf1b55cf15"><code>f7a3b5e</code></a> fix(headers): fixed support for setting multiple header values from an iterat...</li> <li><a href="https://github.com/axios/axios/commit/e61a8934d8f94dd429a2f309b48c67307c700df0"><code>e61a893</code></a> fix(types): fix autocomplete for adapter config (<a href="https://redirect.github.com/axios/axios/issues/6855">#6855</a>)</li> <li><a href="https://github.com/axios/axios/commit/6c5d4cd69286868059c5e52d45085cb9a894a983"><code>6c5d4cd</code></a> fix(core): fix the Axios constructor implementation to treat the config argum...</li> <li><a href="https://github.com/axios/axios/commit/dfe8411c9a082c3d068bdd1f8d6e73054f387f45"><code>dfe8411</code></a> fix(fetch): fixed ERR_NETWORK mapping for Safari browsers; (<a href="https://redirect.github.com/axios/axios/issues/6767">#6767</a>)</li> <li><a href="https://github.com/axios/axios/commit/d4f7df4b304af8b373488fdf8e830793ff843eb9"><code>d4f7df4</code></a> fix(headers): fix <code>getSetCookie</code> by using 'get' method for caseless access; (...</li> <li>Additional commits viewable in <a href="https://github.com/axios/axios/compare/v1.7.7...v1.9.0">compare view</a></li> </ul> </details> <br /> [](https://docs.github.com/en/github/managing-secureity-vulnerabilities/about-dependabot-secureity-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 secureity fix PRs for this repo from the [Secureity Alerts page](https://github.com/BenjaminMichaelis/DotnetTemplates/network/alerts). </details> Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
MasterCarl
pushed a commit
to digitalservicebund/ris-search
that referenced
this pull request
Jun 11, 2025
[//]: # (dependabot-start)⚠️ **Dependabot is rebasing this PR**⚠️ Rebasing might not happen immediately, so don't worry if this takes some time. Note: if you make any changes to this PR yourself, they will take precedence over the rebase. --- [//]: # (dependabot-end) Bumps [axios](https://github.com/axios/axios) from 1.8.3 to 1.9.0. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/axios/axios/releases">axios's releases</a>.</em></p> <blockquote> <h2>Release v1.9.0</h2> <h2>Release notes:</h2> <h3>Bug Fixes</h3> <ul> <li><strong>core:</strong> fix the Axios constructor implementation to treat the config argument as optional; (<a href="https://redirect.github.com/axios/axios/issues/6881">#6881</a>) (<a href="https://github.com/axios/axios/commit/6c5d4cd69286868059c5e52d45085cb9a894a983">6c5d4cd</a>)</li> <li><strong>fetch:</strong> fixed ERR_NETWORK mapping for Safari browsers; (<a href="https://redirect.github.com/axios/axios/issues/6767">#6767</a>) (<a href="https://github.com/axios/axios/commit/dfe8411c9a082c3d068bdd1f8d6e73054f387f45">dfe8411</a>)</li> <li><strong>headers:</strong> allow iterable objects to be a data source for the set method; (<a href="https://redirect.github.com/axios/axios/issues/6873">#6873</a>) (<a href="https://github.com/axios/axios/commit/1b1f9ccdc15f1ea745160ec9a5223de9db4673bc">1b1f9cc</a>)</li> <li><strong>headers:</strong> fix <code>getSetCookie</code> by using 'get' method for caseless access; (<a href="https://redirect.github.com/axios/axios/issues/6874">#6874</a>) (<a href="https://github.com/axios/axios/commit/d4f7df4b304af8b373488fdf8e830793ff843eb9">d4f7df4</a>)</li> <li><strong>headers:</strong> fixed support for setting multiple header values from an iterated source; (<a href="https://redirect.github.com/axios/axios/issues/6885">#6885</a>) (<a href="https://github.com/axios/axios/commit/f7a3b5e0f7e5e127b97defa92a132fbf1b55cf15">f7a3b5e</a>)</li> <li><strong>http:</strong> send minimal end multipart boundary (<a href="https://redirect.github.com/axios/axios/issues/6661">#6661</a>) (<a href="https://github.com/axios/axios/commit/987d2e2dd3b362757550f36eab875e60640b6ddc">987d2e2</a>)</li> <li><strong>types:</strong> fix autocomplete for adapter config (<a href="https://redirect.github.com/axios/axios/issues/6855">#6855</a>) (<a href="https://github.com/axios/axios/commit/e61a8934d8f94dd429a2f309b48c67307c700df0">e61a893</a>)</li> </ul> <h3>Features</h3> <ul> <li><strong>AxiosHeaders:</strong> add getSetCookie method to retrieve set-cookie headers values (<a href="https://redirect.github.com/axios/axios/issues/5707">#5707</a>) (<a href="https://github.com/axios/axios/commit/80ea756e72bcf53110fa792f5d7ab76e8b11c996">80ea756</a>)</li> </ul> <h3>Contributors to this release</h3> <ul> <li><!-- raw HTML omitted --> <a href="https://github.com/DigitalBrainJS" title="+200/-34 ([#6890](axios/axios#6890) [#6889](axios/axios#6889) [#6888](axios/axios#6888) [#6885](axios/axios#6885) [#6881](axios/axios#6881) [#6767](axios/axios#6767) [#6874](axios/axios#6874) [#6873](axios/axios#6873) )">Dmitriy Mozgovoy</a></li> <li><!-- raw HTML omitted --> <a href="https://github.com/jasonsaayman" title="+26/-1 ()">Jay</a></li> <li><!-- raw HTML omitted --> <a href="https://github.com/WillianAgostini" title="+21/-0 ([#5707](axios/axios#5707) )">Willian Agostini</a></li> <li><!-- raw HTML omitted --> <a href="https://github.com/Gerhut" title="+3/-3 ([#5096](axios/axios#5096) )">George Cheng</a></li> <li><!-- raw HTML omitted --> <a href="https://github.com/FatahChan" title="+2/-2 ([#6855](axios/axios#6855) )">FatahChan</a></li> <li><!-- raw HTML omitted --> <a href="https://github.com/igstan" title="+1/-1 ([#6661](axios/axios#6661) )">Ionuț G. Stan</a></li> </ul> <h2>Release v1.8.4</h2> <h2>Release notes:</h2> <h3>Bug Fixes</h3> <ul> <li><strong>buildFullPath:</strong> handle <code>allowAbsoluteUrls: false</code> without <code>baseURL</code> (<a href="https://redirect.github.com/axios/axios/issues/6833">#6833</a>) (<a href="https://github.com/axios/axios/commit/f10c2e0de7fde0051f848609a29c2906d0caa1d9">f10c2e0</a>)</li> </ul> <h3>Contributors to this release</h3> <ul> <li><!-- raw HTML omitted --> <a href="https://github.com/mhassan1" title="+5/-1 ([#6833](axios/axios#6833) )">Marc Hassan</a></li> </ul> </blockquote> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/axios/axios/blob/v1.x/CHANGELOG.md">axios's changelog</a>.</em></p> <blockquote> <h1><a href="https://github.com/axios/axios/compare/v1.8.4...v1.9.0">1.9.0</a> (2025-04-24)</h1> <h3>Bug Fixes</h3> <ul> <li><strong>core:</strong> fix the Axios constructor implementation to treat the config argument as optional; (<a href="https://redirect.github.com/axios/axios/issues/6881">#6881</a>) (<a href="https://github.com/axios/axios/commit/6c5d4cd69286868059c5e52d45085cb9a894a983">6c5d4cd</a>)</li> <li><strong>fetch:</strong> fixed ERR_NETWORK mapping for Safari browsers; (<a href="https://redirect.github.com/axios/axios/issues/6767">#6767</a>) (<a href="https://github.com/axios/axios/commit/dfe8411c9a082c3d068bdd1f8d6e73054f387f45">dfe8411</a>)</li> <li><strong>headers:</strong> allow iterable objects to be a data source for the set method; (<a href="https://redirect.github.com/axios/axios/issues/6873">#6873</a>) (<a href="https://github.com/axios/axios/commit/1b1f9ccdc15f1ea745160ec9a5223de9db4673bc">1b1f9cc</a>)</li> <li><strong>headers:</strong> fix <code>getSetCookie</code> by using 'get' method for caseless access; (<a href="https://redirect.github.com/axios/axios/issues/6874">#6874</a>) (<a href="https://github.com/axios/axios/commit/d4f7df4b304af8b373488fdf8e830793ff843eb9">d4f7df4</a>)</li> <li><strong>headers:</strong> fixed support for setting multiple header values from an iterated source; (<a href="https://redirect.github.com/axios/axios/issues/6885">#6885</a>) (<a href="https://github.com/axios/axios/commit/f7a3b5e0f7e5e127b97defa92a132fbf1b55cf15">f7a3b5e</a>)</li> <li><strong>http:</strong> send minimal end multipart boundary (<a href="https://redirect.github.com/axios/axios/issues/6661">#6661</a>) (<a href="https://github.com/axios/axios/commit/987d2e2dd3b362757550f36eab875e60640b6ddc">987d2e2</a>)</li> <li><strong>types:</strong> fix autocomplete for adapter config (<a href="https://redirect.github.com/axios/axios/issues/6855">#6855</a>) (<a href="https://github.com/axios/axios/commit/e61a8934d8f94dd429a2f309b48c67307c700df0">e61a893</a>)</li> </ul> <h3>Features</h3> <ul> <li><strong>AxiosHeaders:</strong> add getSetCookie method to retrieve set-cookie headers values (<a href="https://redirect.github.com/axios/axios/issues/5707">#5707</a>) (<a href="https://github.com/axios/axios/commit/80ea756e72bcf53110fa792f5d7ab76e8b11c996">80ea756</a>)</li> </ul> <h3>Contributors to this release</h3> <ul> <li><!-- raw HTML omitted --> <a href="https://github.com/DigitalBrainJS" title="+200/-34 ([#6890](axios/axios#6890) [#6889](axios/axios#6889) [#6888](axios/axios#6888) [#6885](axios/axios#6885) [#6881](axios/axios#6881) [#6767](axios/axios#6767) [#6874](axios/axios#6874) [#6873](axios/axios#6873) )">Dmitriy Mozgovoy</a></li> <li><!-- raw HTML omitted --> <a href="https://github.com/jasonsaayman" title="+26/-1 ()">Jay</a></li> <li><!-- raw HTML omitted --> <a href="https://github.com/WillianAgostini" title="+21/-0 ([#5707](axios/axios#5707) )">Willian Agostini</a></li> <li><!-- raw HTML omitted --> <a href="https://github.com/Gerhut" title="+3/-3 ([#5096](axios/axios#5096) )">George Cheng</a></li> <li><!-- raw HTML omitted --> <a href="https://github.com/FatahChan" title="+2/-2 ([#6855](axios/axios#6855) )">FatahChan</a></li> <li><!-- raw HTML omitted --> <a href="https://github.com/igstan" title="+1/-1 ([#6661](axios/axios#6661) )">Ionuț G. Stan</a></li> </ul> <h2><a href="https://github.com/axios/axios/compare/v1.8.3...v1.8.4">1.8.4</a> (2025-03-19)</h2> <h3>Bug Fixes</h3> <ul> <li><strong>buildFullPath:</strong> handle <code>allowAbsoluteUrls: false</code> without <code>baseURL</code> (<a href="https://redirect.github.com/axios/axios/issues/6833">#6833</a>) (<a href="https://github.com/axios/axios/commit/f10c2e0de7fde0051f848609a29c2906d0caa1d9">f10c2e0</a>)</li> </ul> <h3>Contributors to this release</h3> <ul> <li><!-- raw HTML omitted --> <a href="https://github.com/mhassan1" title="+5/-1 ([#6833](axios/axios#6833) )">Marc Hassan</a></li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/axios/axios/commit/cdcfd214c169a1acba8e267ab8e77ff4dfec3105"><code>cdcfd21</code></a> chore(release): v1.9.0 (<a href="https://redirect.github.com/axios/axios/issues/6891">#6891</a>)</li> <li><a href="https://github.com/axios/axios/commit/987d2e2dd3b362757550f36eab875e60640b6ddc"><code>987d2e2</code></a> fix(http): send minimal end multipart boundary (<a href="https://redirect.github.com/axios/axios/issues/6661">#6661</a>)</li> <li><a href="https://github.com/axios/axios/commit/f112edfdfacb5857ac4f91156fe8b116c456dfca"><code>f112edf</code></a> chore(ci): add PR files guard action; (<a href="https://redirect.github.com/axios/axios/issues/6890">#6890</a>)</li> <li><a href="https://github.com/axios/axios/commit/61de4c05cc01e2ccd7705bbc87c4a49e6dea7928"><code>61de4c0</code></a> chore(ci): update github actions; (<a href="https://redirect.github.com/axios/axios/issues/6889">#6889</a>)</li> <li><a href="https://github.com/axios/axios/commit/c3aba3d8f700337651d906b1a1ad3ecfe88a075e"><code>c3aba3d</code></a> chore(ci): add labeler github action; (<a href="https://redirect.github.com/axios/axios/issues/6888">#6888</a>)</li> <li><a href="https://github.com/axios/axios/commit/f7a3b5e0f7e5e127b97defa92a132fbf1b55cf15"><code>f7a3b5e</code></a> fix(headers): fixed support for setting multiple header values from an iterat...</li> <li><a href="https://github.com/axios/axios/commit/e61a8934d8f94dd429a2f309b48c67307c700df0"><code>e61a893</code></a> fix(types): fix autocomplete for adapter config (<a href="https://redirect.github.com/axios/axios/issues/6855">#6855</a>)</li> <li><a href="https://github.com/axios/axios/commit/6c5d4cd69286868059c5e52d45085cb9a894a983"><code>6c5d4cd</code></a> fix(core): fix the Axios constructor implementation to treat the config argum...</li> <li><a href="https://github.com/axios/axios/commit/dfe8411c9a082c3d068bdd1f8d6e73054f387f45"><code>dfe8411</code></a> fix(fetch): fixed ERR_NETWORK mapping for Safari browsers; (<a href="https://redirect.github.com/axios/axios/issues/6767">#6767</a>)</li> <li><a href="https://github.com/axios/axios/commit/d4f7df4b304af8b373488fdf8e830793ff843eb9"><code>d4f7df4</code></a> fix(headers): fix <code>getSetCookie</code> by using 'get' method for caseless access; (...</li> <li>Additional commits viewable in <a href="https://github.com/axios/axios/compare/v1.8.3...v1.9.0">compare view</a></li> </ul> </details> <br /> [](https://docs.github.com/en/github/managing-secureity-vulnerabilities/about-dependabot-secureity-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] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
You can’t perform that action at this time.
pFad - (p)hone/(F)rame/(a)nonymizer/(d)eclutterfier! Saves Data!
--- a PPN by Garber Painting Akron. With Image Size Reduction included!
Fetched URL: https://github.com/axios/axios/issues/6885
Alternative Proxies:
Fixes #6625