Blagues-API / blagues-api

😂 API de Blagues française et Open Source
https://www.blagues-api.fr
MIT License
46 stars 17 forks source link

fix(deps): update dependency @fastify/cors to v9 - autoclosed #513

Closed renovate[bot] closed 1 month ago

renovate[bot] commented 6 months ago

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@fastify/cors ^8.3.0 -> ^9.0.1 age adoption passing confidence

Release Notes

fastify/fastify-cors (@​fastify/cors) ### [`v9.0.1`](https://togithub.com/fastify/fastify-cors/releases/tag/v9.0.1) [Compare Source](https://togithub.com/fastify/fastify-cors/compare/v9.0.0...v9.0.1) #### What's Changed - vary origin on delegated options by [@​laat](https://togithub.com/laat) in [https://github.com/fastify/fastify-cors/pull/292](https://togithub.com/fastify/fastify-cors/pull/292) #### New Contributors - [@​laat](https://togithub.com/laat) made their first contribution in [https://github.com/fastify/fastify-cors/pull/292](https://togithub.com/fastify/fastify-cors/pull/292) **Full Changelog**: https://github.com/fastify/fastify-cors/compare/v9.0.0...v9.0.1 ### [`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 [@​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 [@​saschanaz](https://togithub.com/saschanaz) in [https://github.com/fastify/fastify-cors/pull/288](https://togithub.com/fastify/fastify-cors/pull/288) #### New Contributors - [@​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**: https://github.com/fastify/fastify-cors/compare/v8.5.0...v9.0.0 ### [`v8.5.0`](https://togithub.com/fastify/fastify-cors/releases/tag/v8.5.0) [Compare Source](https://togithub.com/fastify/fastify-cors/compare/v8.4.2...v8.5.0) #### What's Changed - chore(deps): bump mnemonist from 0.39.5 to 0.39.6 by [@​dependabot](https://togithub.com/dependabot) in [https://github.com/fastify/fastify-cors/pull/283](https://togithub.com/fastify/fastify-cors/pull/283) - Revert "fix: support for embedded cors for route params ([#​278](https://togithub.com/fastify/fastify-cors/issues/278))" by [@​climba03003](https://togithub.com/climba03003) in [https://github.com/fastify/fastify-cors/pull/285](https://togithub.com/fastify/fastify-cors/pull/285) **Full Changelog**: https://github.com/fastify/fastify-cors/compare/v8.4.2...v8.5.0 ### [`v8.4.2`](https://togithub.com/fastify/fastify-cors/releases/tag/v8.4.2) [Compare Source](https://togithub.com/fastify/fastify-cors/compare/v8.4.1...v8.4.2) #### What's Changed - build(dependabot): ignore tap major updates by [@​Fdawgs](https://togithub.com/Fdawgs) in [https://github.com/fastify/fastify-cors/pull/276](https://togithub.com/fastify/fastify-cors/pull/276) - fix: support for embedded cors for route params by [@​mohammedSlimani](https://togithub.com/mohammedSlimani) in [https://github.com/fastify/fastify-cors/pull/278](https://togithub.com/fastify/fastify-cors/pull/278) #### New Contributors - [@​mohammedSlimani](https://togithub.com/mohammedSlimani) made their first contribution in [https://github.com/fastify/fastify-cors/pull/278](https://togithub.com/fastify/fastify-cors/pull/278) **Full Changelog**: https://github.com/fastify/fastify-cors/compare/v8.4.1...v8.4.2 ### [`v8.4.1`](https://togithub.com/fastify/fastify-cors/releases/tag/v8.4.1) [Compare Source](https://togithub.com/fastify/fastify-cors/compare/v8.4.0...v8.4.1) #### What's Changed - Fix type of OriginCallback by [@​ken-browning](https://togithub.com/ken-browning) in [https://github.com/fastify/fastify-cors/pull/272](https://togithub.com/fastify/fastify-cors/pull/272) - test: add `u` unicode flag to regex by [@​Fdawgs](https://togithub.com/Fdawgs) in [https://github.com/fastify/fastify-cors/pull/273](https://togithub.com/fastify/fastify-cors/pull/273) - chore(package): explicitly declare js module type by [@​Fdawgs](https://togithub.com/Fdawgs) in [https://github.com/fastify/fastify-cors/pull/274](https://togithub.com/fastify/fastify-cors/pull/274) - test(index): replace `typeof` undefined check by [@​Fdawgs](https://togithub.com/Fdawgs) in [https://github.com/fastify/fastify-cors/pull/275](https://togithub.com/fastify/fastify-cors/pull/275) #### New Contributors - [@​ken-browning](https://togithub.com/ken-browning) made their first contribution in [https://github.com/fastify/fastify-cors/pull/272](https://togithub.com/fastify/fastify-cors/pull/272) **Full Changelog**: https://github.com/fastify/fastify-cors/compare/v8.4.0...v8.4.1 ### [`v8.4.0`](https://togithub.com/fastify/fastify-cors/releases/tag/v8.4.0) [Compare Source](https://togithub.com/fastify/fastify-cors/compare/v8.3.0...v8.4.0) #### What's Changed - fix documentation, onRequest is default lifecycle stage by [@​Uzlopak](https://togithub.com/Uzlopak) in [https://github.com/fastify/fastify-cors/pull/254](https://togithub.com/fastify/fastify-cors/pull/254) - perf(index): use spread over `Object.assign()` by [@​Fdawgs](https://togithub.com/Fdawgs) in [https://github.com/fastify/fastify-cors/pull/257](https://togithub.com/fastify/fastify-cors/pull/257) - docs(readme): add plugin compatibility table by [@​Fdawgs](https://togithub.com/Fdawgs) in [https://github.com/fastify/fastify-cors/pull/258](https://togithub.com/fastify/fastify-cors/pull/258) - test: cors headers sent when payload is stream by [@​Uzlopak](https://togithub.com/Uzlopak) in [https://github.com/fastify/fastify-cors/pull/260](https://togithub.com/fastify/fastify-cors/pull/260) - Reduce bundle size by [@​timedtext](https://togithub.com/timedtext) in [https://github.com/fastify/fastify-cors/pull/266](https://togithub.com/fastify/fastify-cors/pull/266) - chore(deps-dev): bump [@​typescript-eslint/eslint-plugin](https://togithub.com/typescript-eslint/eslint-plugin) from 5.62.0 to 6.4.1 by [@​dependabot](https://togithub.com/dependabot) in [https://github.com/fastify/fastify-cors/pull/267](https://togithub.com/fastify/fastify-cors/pull/267) - chore(deps-dev): bump tsd from 0.28.1 to 0.29.0 by [@​dependabot](https://togithub.com/dependabot) in [https://github.com/fastify/fastify-cors/pull/268](https://togithub.com/fastify/fastify-cors/pull/268) - test: use `node:` prefix to bypass require.cache call for builtins by [@​Fdawgs](https://togithub.com/Fdawgs) in [https://github.com/fastify/fastify-cors/pull/269](https://togithub.com/fastify/fastify-cors/pull/269) - refactor(vary): use word character inside regex character class by [@​Fdawgs](https://togithub.com/Fdawgs) in [https://github.com/fastify/fastify-cors/pull/270](https://togithub.com/fastify/fastify-cors/pull/270) #### New Contributors - [@​timedtext](https://togithub.com/timedtext) made their first contribution in [https://github.com/fastify/fastify-cors/pull/266](https://togithub.com/fastify/fastify-cors/pull/266) **Full Changelog**: https://github.com/fastify/fastify-cors/compare/v8.3.0...v8.4.0

Configuration

📅 Schedule: Branch creation - "before 3am on the first day of the month" (UTC), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

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.



This PR was generated by Mend Renovate. View the repository job log.