Skip to content
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

chore(deps): bump @fastify/reply-from from 9.4.0 to 9.8.0 #10728

Merged

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jun 4, 2024

Bumps @fastify/reply-from from 9.4.0 to 9.8.0.

Release notes

Sourced from @​fastify/reply-from's releases.

v9.8.0

What's Changed

New Contributors

Full Changelog: fastify/fastify-reply-from@v9.7.0...v9.8.0

v9.7.0

What's Changed

Full Changelog: fastify/fastify-reply-from@v9.6.0...v9.7.0

v9.6.0

⚠️ Security Release ⚠️

Fixes CVE-2023-51701, see GHSA-v2v2-hph8-q5xp for more details. Severity: moderate.

Full Changelog: fastify/fastify-reply-from@v9.5.0...v9.6.0

v9.5.0

What's Changed

New Contributors

Full Changelog: fastify/fastify-reply-from@v4.18.0...v9.5.0

Commits

Dependabot compatibility score

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 commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
    You can disable automated security fix PRs for this repo from the Security Alerts page.

Bumps [@fastify/reply-from](https://github.com/fastify/fastify-reply-from) from 9.4.0 to 9.8.0.
- [Release notes](https://github.com/fastify/fastify-reply-from/releases)
- [Commits](fastify/fastify-reply-from@v9.4.0...v9.8.0)

---
updated-dependencies:
- dependency-name: "@fastify/reply-from"
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added the dependencies Dependabot label Jun 4, 2024
@Josh-Walker-GM Josh-Walker-GM added this to the chore milestone Jun 4, 2024
@Josh-Walker-GM Josh-Walker-GM added release:chore This PR is a chore (means nothing for users) changesets-ok Override the changesets check labels Jun 4, 2024
@Josh-Walker-GM Josh-Walker-GM merged commit 1d664ab into main Jun 4, 2024
48 of 55 checks passed
@Josh-Walker-GM Josh-Walker-GM deleted the dependabot/npm_and_yarn/fastify/reply-from-9.8.0 branch June 4, 2024 23:52
Josh-Walker-GM pushed a commit that referenced this pull request Jun 6, 2024
Bumps
[@fastify/reply-from](https://github.com/fastify/fastify-reply-from)
from 9.4.0 to 9.8.0.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/fastify/fastify-reply-from/releases"><code>@​fastify/reply-from</code>'s
releases</a>.</em></p>
<blockquote>
<h2>v9.8.0</h2>
<h2>What's Changed</h2>
<ul>
<li>add: (type definition) retriesCount by <a
href="https://github.com/MikePresman"><code>@​MikePresman</code></a> in
<a
href="https://redirect.github.com/fastify/fastify-reply-from/pull/345">fastify/fastify-reply-from#345</a></li>
<li>build(deps): replace tiny-lru with toad-cache by <a
href="https://github.com/kibertoad"><code>@​kibertoad</code></a> in <a
href="https://redirect.github.com/fastify/fastify-reply-from/pull/346">fastify/fastify-reply-from#346</a></li>
<li>docs(readme): fix broken link by <a
href="https://github.com/Fdawgs"><code>@​Fdawgs</code></a> in <a
href="https://redirect.github.com/fastify/fastify-reply-from/pull/347">fastify/fastify-reply-from#347</a></li>
<li>chore(.gitignore): add .tap/ dir by <a
href="https://github.com/Fdawgs"><code>@​Fdawgs</code></a> in <a
href="https://redirect.github.com/fastify/fastify-reply-from/pull/351">fastify/fastify-reply-from#351</a></li>
<li>build(deps-dev): Bump tsd from 0.30.7 to 0.31.0 by <a
href="https://github.com/dependabot"><code>@​dependabot</code></a> in <a
href="https://redirect.github.com/fastify/fastify-reply-from/pull/358">fastify/fastify-reply-from#358</a></li>
<li>Remove pump dependency by <a
href="https://github.com/gurgunday"><code>@​gurgunday</code></a> in <a
href="https://redirect.github.com/fastify/fastify-reply-from/pull/360">fastify/fastify-reply-from#360</a></li>
<li>fix: DELETE requests should not call stream.end by <a
href="https://github.com/karl-power"><code>@​karl-power</code></a> in <a
href="https://redirect.github.com/fastify/fastify-reply-from/pull/362">fastify/fastify-reply-from#362</a></li>
<li>feat: pass request to the queryString function by <a
href="https://github.com/ttshivers"><code>@​ttshivers</code></a> in <a
href="https://redirect.github.com/fastify/fastify-reply-from/pull/365">fastify/fastify-reply-from#365</a></li>
<li>feat: added option for undici proxy agent by <a
href="https://github.com/10xLaCroixDrinker"><code>@​10xLaCroixDrinker</code></a>
in <a
href="https://redirect.github.com/fastify/fastify-reply-from/pull/363">fastify/fastify-reply-from#363</a></li>
</ul>
<h2>New Contributors</h2>
<ul>
<li><a href="https://github.com/kibertoad"><code>@​kibertoad</code></a>
made their first contribution in <a
href="https://redirect.github.com/fastify/fastify-reply-from/pull/346">fastify/fastify-reply-from#346</a></li>
<li><a href="https://github.com/gurgunday"><code>@​gurgunday</code></a>
made their first contribution in <a
href="https://redirect.github.com/fastify/fastify-reply-from/pull/360">fastify/fastify-reply-from#360</a></li>
<li><a
href="https://github.com/karl-power"><code>@​karl-power</code></a> made
their first contribution in <a
href="https://redirect.github.com/fastify/fastify-reply-from/pull/362">fastify/fastify-reply-from#362</a></li>
<li><a href="https://github.com/ttshivers"><code>@​ttshivers</code></a>
made their first contribution in <a
href="https://redirect.github.com/fastify/fastify-reply-from/pull/365">fastify/fastify-reply-from#365</a></li>
<li><a
href="https://github.com/10xLaCroixDrinker"><code>@​10xLaCroixDrinker</code></a>
made their first contribution in <a
href="https://redirect.github.com/fastify/fastify-reply-from/pull/363">fastify/fastify-reply-from#363</a></li>
</ul>
<p><strong>Full Changelog</strong>: <a
href="https://github.com/fastify/fastify-reply-from/compare/v9.7.0...v9.8.0">https://github.com/fastify/fastify-reply-from/compare/v9.7.0...v9.8.0</a></p>
<h2>v9.7.0</h2>
<h2>What's Changed</h2>
<ul>
<li>add: retriesCount property to the callback by <a
href="https://github.com/MikePresman"><code>@​MikePresman</code></a> in
<a
href="https://redirect.github.com/fastify/fastify-reply-from/pull/344">fastify/fastify-reply-from#344</a></li>
</ul>
<p><strong>Full Changelog</strong>: <a
href="https://github.com/fastify/fastify-reply-from/compare/v9.6.0...v9.7.0">https://github.com/fastify/fastify-reply-from/compare/v9.6.0...v9.7.0</a></p>
<h2>v9.6.0</h2>
<h2>⚠️ Security Release ⚠️</h2>
<p>Fixes CVE-2023-51701, see <a
href="https://github.com/fastify/fastify-reply-from/security/advisories/GHSA-v2v2-hph8-q5xp">https://github.com/fastify/fastify-reply-from/security/advisories/GHSA-v2v2-hph8-q5xp</a>
for more details. Severity: moderate.</p>
<p><strong>Full Changelog</strong>: <a
href="https://github.com/fastify/fastify-reply-from/compare/v9.5.0...v9.6.0">https://github.com/fastify/fastify-reply-from/compare/v9.5.0...v9.6.0</a></p>
<h2>v9.5.0</h2>
<h2>What's Changed</h2>
<ul>
<li>build(deps-dev): Bump tsd from 0.28.1 to 0.29.0 by <a
href="https://github.com/dependabot"><code>@​dependabot</code></a> in <a
href="https://redirect.github.com/fastify/fastify-reply-from/pull/323">fastify/fastify-reply-from#323</a></li>
<li>perf: use <code>node:</code> prefix to bypass require.cache call for
builtins by <a
href="https://github.com/Fdawgs"><code>@​Fdawgs</code></a> in <a
href="https://redirect.github.com/fastify/fastify-reply-from/pull/324">fastify/fastify-reply-from#324</a></li>
<li>chore: add <code>.gitattributes</code> file by <a
href="https://github.com/Fdawgs"><code>@​Fdawgs</code></a> in <a
href="https://redirect.github.com/fastify/fastify-reply-from/pull/327">fastify/fastify-reply-from#327</a></li>
<li>chore(lib): add missing <code>use strict</code> directive by <a
href="https://github.com/Fdawgs"><code>@​Fdawgs</code></a> in <a
href="https://redirect.github.com/fastify/fastify-reply-from/pull/329">fastify/fastify-reply-from#329</a></li>
<li>chore(package): explicitly declare js module type by <a
href="https://github.com/Fdawgs"><code>@​Fdawgs</code></a> in <a
href="https://redirect.github.com/fastify/fastify-reply-from/pull/330">fastify/fastify-reply-from#330</a></li>
<li>[feature] custom retry callback by <a
href="https://github.com/MikePresman"><code>@​MikePresman</code></a> in
<a
href="https://redirect.github.com/fastify/fastify-reply-from/pull/332">fastify/fastify-reply-from#332</a></li>
<li>build(deps-dev): Bump tsd from 0.29.0 to 0.30.1 by <a
href="https://github.com/dependabot"><code>@​dependabot</code></a> in <a
href="https://redirect.github.com/fastify/fastify-reply-from/pull/341">fastify/fastify-reply-from#341</a></li>
<li>add: error object to custom retry callback by <a
href="https://github.com/MikePresman"><code>@​MikePresman</code></a> in
<a
href="https://redirect.github.com/fastify/fastify-reply-from/pull/337">fastify/fastify-reply-from#337</a></li>
</ul>
<h2>New Contributors</h2>
<ul>
<li><a
href="https://github.com/MikePresman"><code>@​MikePresman</code></a>
made their first contribution in <a
href="https://redirect.github.com/fastify/fastify-reply-from/pull/332">fastify/fastify-reply-from#332</a></li>
</ul>
<p><strong>Full Changelog</strong>: <a
href="https://github.com/fastify/fastify-reply-from/compare/v4.18.0...v9.5.0">https://github.com/fastify/fastify-reply-from/compare/v4.18.0...v9.5.0</a></p>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/fastify/fastify-reply-from/commit/fffa47d27b0d5aed473d511ca1f05ee32573ca36"><code>fffa47d</code></a>
Bumped v9.8.0</li>
<li><a
href="https://github.com/fastify/fastify-reply-from/commit/9a6d1eded9c501968c93f735e3cd7be335f3028c"><code>9a6d1ed</code></a>
feat: added option for undici proxy agent (<a
href="https://redirect.github.com/fastify/fastify-reply-from/issues/363">#363</a>)</li>
<li><a
href="https://github.com/fastify/fastify-reply-from/commit/25ae131e39316f44f55501672609d7d7a9d86200"><code>25ae131</code></a>
feat: pass request to the queryString function (<a
href="https://redirect.github.com/fastify/fastify-reply-from/issues/365">#365</a>)</li>
<li><a
href="https://github.com/fastify/fastify-reply-from/commit/0c215ecacf69160329d38ed023e98cb7e11868b1"><code>0c215ec</code></a>
fix: DELETE requests should not call stream.end (<a
href="https://redirect.github.com/fastify/fastify-reply-from/issues/362">#362</a>)</li>
<li><a
href="https://github.com/fastify/fastify-reply-from/commit/18f99d8fac6a0bb2eb4b46eb98a8486b57b6acd7"><code>18f99d8</code></a>
remove pump (<a
href="https://redirect.github.com/fastify/fastify-reply-from/issues/360">#360</a>)</li>
<li><a
href="https://github.com/fastify/fastify-reply-from/commit/6f00838b11bc09d8781f829aeebe1d3ac2adff43"><code>6f00838</code></a>
build(deps-dev): Bump tsd from 0.30.7 to 0.31.0 (<a
href="https://redirect.github.com/fastify/fastify-reply-from/issues/358">#358</a>)</li>
<li><a
href="https://github.com/fastify/fastify-reply-from/commit/62a9097b06064c82430bb0f251ee402fe014b5dc"><code>62a9097</code></a>
chore(.gitignore): add .tap/ dir (<a
href="https://redirect.github.com/fastify/fastify-reply-from/issues/351">#351</a>)</li>
<li><a
href="https://github.com/fastify/fastify-reply-from/commit/5cfb3b9c9f5e9b71afea19d9fb5ceda89a3c5d23"><code>5cfb3b9</code></a>
docs(readme): fix broken link (<a
href="https://redirect.github.com/fastify/fastify-reply-from/issues/347">#347</a>)</li>
<li><a
href="https://github.com/fastify/fastify-reply-from/commit/30f5e539f1fbbc3acc718f63ffa57217ae1efb10"><code>30f5e53</code></a>
Replace tiny-lru with toad-cache (<a
href="https://redirect.github.com/fastify/fastify-reply-from/issues/346">#346</a>)</li>
<li><a
href="https://github.com/fastify/fastify-reply-from/commit/59a0e8be88a2c520d37437d4d80ea2b6707df558"><code>59a0e8b</code></a>
add retriesCount type definition (<a
href="https://redirect.github.com/fastify/fastify-reply-from/issues/345">#345</a>)</li>
<li>Additional commits viewable in <a
href="https://github.com/fastify/fastify-reply-from/compare/v9.4.0...v9.8.0">compare
view</a></li>
</ul>
</details>
<br />

[![Dependabot compatibility
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=@fastify/reply-from&package-manager=npm_and_yarn&previous-version=9.4.0&new-version=9.8.0)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)

Dependabot will resolve any conflicts with this PR as long as you don't
alter it yourself. You can also trigger a rebase manually by commenting
`@dependabot rebase`.

[//]: # (dependabot-automerge-start)
[//]: # (dependabot-automerge-end)

---

<details>
<summary>Dependabot commands and options</summary>
<br />

You can trigger Dependabot actions by commenting on this PR:
- `@dependabot rebase` will rebase this PR
- `@dependabot recreate` will recreate this PR, overwriting any edits
that have been made to it
- `@dependabot merge` will merge this PR after your CI passes on it
- `@dependabot squash and merge` will squash and merge this PR after
your CI passes on it
- `@dependabot cancel merge` will cancel a previously requested merge
and block automerging
- `@dependabot reopen` will reopen this PR if it is closed
- `@dependabot close` will close this PR and stop Dependabot recreating
it. You can achieve the same result by closing it manually
- `@dependabot show <dependency name> ignore conditions` will show all
of the ignore conditions of the specified dependency
- `@dependabot ignore this major version` will close this PR and stop
Dependabot creating any more for this major version (unless you reopen
the PR or upgrade to it yourself)
- `@dependabot ignore this minor version` will close this PR and stop
Dependabot creating any more for this minor version (unless you reopen
the PR or upgrade to it yourself)
- `@dependabot ignore this dependency` will close this PR and stop
Dependabot creating any more for this dependency (unless you reopen the
PR or upgrade to it yourself)
You can disable automated security fix PRs for this repo from the
[Security Alerts
page](https://github.com/redwoodjs/redwood/network/alerts).

</details>

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
dac09 added a commit to dac09/redwood that referenced this pull request Jun 7, 2024
…rver-store

* 'main' of github.com:redwoodjs/redwood:
  chore(deps): bump @fastify/reply-from from 9.4.0 to 9.8.0 (redwoodjs#10728)
  chore(deps): bump jose from 4.15.4 to 4.15.5 (redwoodjs#10726)
  chore(ci): Track `@redwoodjs/router` in RSC CI (redwoodjs#10727)
  chore(deps): bump ejs from 3.1.9 to 3.1.10 (redwoodjs#10725)
  RSC: Include `<App>` in SSR (redwoodjs#10688)
  chore(logging): Remove overly verbose logging (redwoodjs#10723)
  chore(formatting): Fix "check annotations" (redwoodjs#10722)
  chore(comment): Update comment to match implementation (redwoodjs#10720)
  chore(imports): Differentiate between React type import and method imports (redwoodjs#10721)
  chore(auth): auth-supabase-api dependency fixes (redwoodjs#10719)
@Josh-Walker-GM Josh-Walker-GM modified the milestones: chore, v8.0.0 Sep 4, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
changesets-ok Override the changesets check dependencies Dependabot release:chore This PR is a chore (means nothing for users)
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant