Skip to content

Commit

Permalink
chore(deps): update dependency @fastify/cors to v9 (#524)
Browse files Browse the repository at this point in the history
[![Mend
Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com)

This PR contains the following updates:

| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
| [@fastify/cors](https://togithub.com/fastify/fastify-cors) | [`8.5.0`
->
`9.0.0`](https://renovatebot.com/diffs/npm/@fastify%2fcors/8.5.0/9.0.0)
|
[![age](https://developer.mend.io/api/mc/badges/age/npm/@fastify%2fcors/9.0.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/@fastify%2fcors/9.0.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/@fastify%2fcors/8.5.0/9.0.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/@fastify%2fcors/8.5.0/9.0.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|

---

### Release Notes

<details>
<summary>fastify/fastify-cors (@&#8203;fastify/cors)</summary>

###
[`v9.0.0`](https://togithub.com/fastify/fastify-cors/releases/tag/v9.0.0)

[Compare
Source](https://togithub.com/fastify/fastify-cors/compare/v8.5.0...v9.0.0)

#### What's Changed

- chore(deps-dev): bump tsd from 0.29.0 to 0.30.0 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[https://github.com/fastify/fastify-cors/pull/286](https://togithub.com/fastify/fastify-cors/pull/286)
- Add Vary header only for non-static origin option by
[@&#8203;saschanaz](https://togithub.com/saschanaz) in
[https://github.com/fastify/fastify-cors/pull/288](https://togithub.com/fastify/fastify-cors/pull/288)

#### New Contributors

- [@&#8203;saschanaz](https://togithub.com/saschanaz) made their first
contribution in
[https://github.com/fastify/fastify-cors/pull/288](https://togithub.com/fastify/fastify-cors/pull/288)

**Full Changelog**:
fastify/fastify-cors@v8.5.0...v9.0.0

</details>

---

### Configuration

📅 **Schedule**: Branch creation - At any time (no schedule defined),
Automerge - At any time (no schedule defined).

🚦 **Automerge**: Enabled.

♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the
rebase/retry checkbox.

🔕 **Ignore**: Close this PR and you won't be reminded about this update
again.

---

- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check
this box

---

This PR has been generated by [Mend
Renovate](https://www.mend.io/free-developer-tools/renovate/). View
repository job log
[here](https://developer.mend.io/github/tomacheese/telcheck).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy4xNTMuMiIsInVwZGF0ZWRJblZlciI6IjM3LjE1My4yIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIn0=-->

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Jan 29, 2024
1 parent 0e072ce commit f6979bc
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
"devDependencies": {
"@book000/node-utils": "1.12.38",
"@fastify/basic-auth": "5.1.1",
"@fastify/cors": "8.5.0",
"@fastify/cors": "9.0.0",
"@types/cheerio": "0.22.35",
"@types/node": "20.11.7",
"@types/web-push": "3.6.3",
Expand Down
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -113,10 +113,10 @@
"@fastify/error" "^3.0.0"
fastify-plugin "^4.0.0"

"@fastify/cors@8.5.0":
version "8.5.0"
resolved "https://registry.yarnpkg.com/@fastify/cors/-/cors-8.5.0.tgz#4e9be0d72bfaa63e0918fd43dedd046d9fb1c0d4"
integrity sha512-/oZ1QSb02XjP0IK1U0IXktEsw/dUBTxJOW7IpIeO8c/tNalw/KjoNSJv1Sf6eqoBPO+TDGkifq6ynFK3v68HFQ==
"@fastify/cors@9.0.0":
version "9.0.0"
resolved "https://registry.yarnpkg.com/@fastify/cors/-/cors-9.0.0.tgz#6dd5ac1257dd51a66810b8600e07f845f3fa0da8"
integrity sha512-KVsBFs2jZHbtN4vI/jJFaeRHXr3htB3koquGD5TwQQt/lmspyrS1a2UOBTlMOC/5hawC81vdoCzmiR03HbjdXg==
dependencies:
fastify-plugin "^4.0.0"
mnemonist "0.39.6"
Expand Down

0 comments on commit f6979bc

Please sign in to comment.