Skip to content
This repository was archived by the owner on Mar 28, 2025. It is now read-only.

Commit 4d99293

Browse files
fix(deps): update dependency @fastify/cors to v8.3.0 (#79)
[![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.2.0` -> `8.3.0`](https://renovatebot.com/diffs/npm/@fastify%2fcors/8.2.0/8.3.0) | [![age](https://developer.mend.io/api/mc/badges/age/npm/@fastify%2fcors/8.3.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/@fastify%2fcors/8.3.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/@fastify%2fcors/8.2.0/8.3.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/@fastify%2fcors/8.2.0/8.3.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | --- ### Release Notes <details> <summary>fastify/fastify-cors (@&#8203;fastify/cors)</summary> ### [`v8.3.0`](https://togithub.com/fastify/fastify-cors/releases/tag/v8.3.0) [Compare Source](https://togithub.com/fastify/fastify-cors/compare/v8.2.1...v8.3.0) ##### What's Changed - chore(deps-dev): bump typescript from 4.9.5 to 5.0.2 by [@&#8203;dependabot](https://togithub.com/dependabot) in [https://github.com/fastify/fastify-cors/pull/247](https://togithub.com/fastify/fastify-cors/pull/247) - chore(deps-dev): bump tsd from 0.27.0 to 0.28.0 by [@&#8203;dependabot](https://togithub.com/dependabot) in [https://github.com/fastify/fastify-cors/pull/248](https://togithub.com/fastify/fastify-cors/pull/248) - ci: only trigger on pushes to main branches by [@&#8203;Fdawgs](https://togithub.com/Fdawgs) in [https://github.com/fastify/fastify-cors/pull/249](https://togithub.com/fastify/fastify-cors/pull/249) - chore(deps-dev): bump [@&#8203;types/node](https://togithub.com/types/node) from 18.16.5 to 20.1.0 by [@&#8203;dependabot](https://togithub.com/dependabot) in [https://github.com/fastify/fastify-cors/pull/250](https://togithub.com/fastify/fastify-cors/pull/250) - Add `cacheControl` to control caching in CDN by [@&#8203;brettwillis](https://togithub.com/brettwillis) in [https://github.com/fastify/fastify-cors/pull/252](https://togithub.com/fastify/fastify-cors/pull/252) ##### New Contributors - [@&#8203;brettwillis](https://togithub.com/brettwillis) made their first contribution in [https://github.com/fastify/fastify-cors/pull/252](https://togithub.com/fastify/fastify-cors/pull/252) **Full Changelog**: fastify/fastify-cors@v8.2.1...v8.3.0 ### [`v8.2.1`](https://togithub.com/fastify/fastify-cors/releases/tag/v8.2.1) [Compare Source](https://togithub.com/fastify/fastify-cors/compare/v8.2.0...v8.2.1) ##### What's Changed - chore(deps-dev): bump tsd from 0.24.1 to 0.25.0 by [@&#8203;dependabot](https://togithub.com/dependabot) in [https://github.com/fastify/fastify-cors/pull/235](https://togithub.com/fastify/fastify-cors/pull/235) - fix(types): Origin within OriginFunction can be undefined by [@&#8203;joshmeads](https://togithub.com/joshmeads) in [https://github.com/fastify/fastify-cors/pull/237](https://togithub.com/fastify/fastify-cors/pull/237) - chore(.gitignore): add clinic by [@&#8203;Fdawgs](https://togithub.com/Fdawgs) in [https://github.com/fastify/fastify-cors/pull/239](https://togithub.com/fastify/fastify-cors/pull/239) - chore(.gitignore): add bun lockfile by [@&#8203;Fdawgs](https://togithub.com/Fdawgs) in [https://github.com/fastify/fastify-cors/pull/241](https://togithub.com/fastify/fastify-cors/pull/241) - chore(deps-dev): bump tsd from 0.25.0 to 0.26.0 by [@&#8203;dependabot](https://togithub.com/dependabot) in [https://github.com/fastify/fastify-cors/pull/242](https://togithub.com/fastify/fastify-cors/pull/242) - chore(deps-dev): bump tsd from 0.26.1 to 0.27.0 by [@&#8203;dependabot](https://togithub.com/dependabot) in [https://github.com/fastify/fastify-cors/pull/245](https://togithub.com/fastify/fastify-cors/pull/245) - add normalizeCorsOptions and handle wildcards in origin parameter by [@&#8203;Uzlopak](https://togithub.com/Uzlopak) in [https://github.com/fastify/fastify-cors/pull/244](https://togithub.com/fastify/fastify-cors/pull/244) ##### New Contributors - [@&#8203;joshmeads](https://togithub.com/joshmeads) made their first contribution in [https://github.com/fastify/fastify-cors/pull/237](https://togithub.com/fastify/fastify-cors/pull/237) **Full Changelog**: fastify/fastify-cors@v8.2.0...v8.2.1 </details> --- ### Configuration 📅 **Schedule**: Branch creation - "after 4pm on friday,before 9am on monday,every weekend" in timezone Europe/Paris, Automerge - At any time (no schedule defined). 🚦 **Automerge**: Disabled because a matching PR was automerged previously. ♻ **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/specfy/specfy). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNi4xMS4wIiwidXBkYXRlZEluVmVyIjoiMzYuMjcuMSIsInRhcmdldEJyYW5jaCI6ImNob3JlL3Jlbm92YXRlQmFzZUJyYW5jaCJ9--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent b91c6c6 commit 4d99293

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

package-lock.json

Lines changed: 4 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pkgs/api/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
"@dagrejs/dagre": "1.0.2",
2626
"@fastify/autoload": "5.7.1",
2727
"@fastify/cookie": "9.0.4",
28-
"@fastify/cors": "8.2.0",
28+
"@fastify/cors": "8.3.0",
2929
"@fastify/passport": "2.3.0",
3030
"@fastify/rate-limit": "8.0.3",
3131
"@fastify/secure-session": "6.1.0",

0 commit comments

Comments
 (0)