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 #10629

Merged
merged 2 commits into from
May 16, 2024

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github May 16, 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 May 16, 2024
@Josh-Walker-GM Josh-Walker-GM added this to the chore milestone May 16, 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 May 16, 2024
@Josh-Walker-GM Josh-Walker-GM merged commit 63c1f50 into main May 16, 2024
46 checks passed
@Josh-Walker-GM Josh-Walker-GM deleted the dependabot/npm_and_yarn/fastify/reply-from-9.8.0 branch May 16, 2024 22:25
Josh-Walker-GM added a commit that referenced this pull request May 17, 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>
Co-authored-by: Josh GM Walker <56300765+Josh-Walker-GM@users.noreply.github.com>
dac09 added a commit that referenced this pull request May 17, 2024
…erverStore

* 'main' of github.com:redwoodjs/redwood: (66 commits)
  fix(deps): update dependency @graphql-yoga/plugin-graphql-sse to v3.3.1 (#10639)
  fix(deps): update graphql-tools monorepo (#10641)
  fix(deps): update dependency core-js to v3.37.1 (#10630)
  fix(deps): update dependency @graphql-yoga/plugin-persisted-operations to v3.3.1 (#10640)
  fix(deps): update dependency @graphql-yoga/plugin-defer-stream to v3.3.1 (#10638)
  chore(deps): update dependency firebase to v10.12.0 (#10635)
  chore(deps): update yarn monorepo (#10624)
  fix(deps): update dependency @swc/core to v1.5.7 (#10634)
  fix(deps): update dependency mini-css-extract-plugin to v2.9.0 (#10633)
  fix(deps): update dependency @sdl-codegen/node to v0.0.15 (#10632)
  chore(deps): update dependency @npmcli/arborist to v7.5.2 (#10628)
  fix(deps): update dependency find-my-way to v8.2.0 (#10631)
  chore(deps): bump @fastify/reply-from from 9.4.0 to 9.8.0 (#10629)
  fix(deps): update prisma monorepo to v5.14.0 (#10627)
  fix(deps): update dependency fastify to v4.27.0 (#10625)
  fix(deps): update docusaurus monorepo to v3.3.2 (#10626)
  fix(deps): update dependency react-helmet-async to v2.0.5 (#10621)
  chore(deps): update dependency @types/vscode to v1.89.0 (#10623)
  fix(deps): update dependency react-hook-form to v7.51.4 (#10622)
  chore(deps): update dependency @clerk/clerk-react to v4.31.1 (#10616)
  ...
@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