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

fix(deps): update dependency @fastify/cors to v11 #1992

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Feb 27, 2025

This PR contains the following updates:

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

Release Notes

fastify/fastify-cors (@​fastify/cors)

v11.0.1

Compare Source

What's Changed

New Contributors

Full Changelog: fastify/fastify-cors@v11.0.0...v11.0.1

v11.0.0

Compare Source

Breaking Change

In order to provides safer default, we change the methods to the CORS-safelisted methods.
If you want to resume the previous behaviour, you need to explicitly specify the methods,

import Fastify from 'fastify'
import cors from '@​fastify/cors'

const fastify = Fastify()
await fastify.register(cors, {
  methods: "GET,HEAD,PUT,PATCH,POST,DELETE"
})

What's Changed

Full Changelog: fastify/fastify-cors@v10.1.0...v11.0.0

v10.1.0

Compare Source

What's Changed

New Contributors

Full Changelog: fastify/fastify-cors@v10.0.2...v10.1.0

v10.0.2

Compare Source

What's Changed

New Contributors

Full Changelog: fastify/fastify-cors@v10.0.1...v10.0.2

v10.0.1

Compare Source

What's Changed

Full Changelog: fastify/fastify-cors@v10.0.0...v10.0.1

v10.0.0

Compare Source

What's Changed

New Contributors

Full Changelog: fastify/fastify-cors@v9.0.1...v10.0.0


Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), 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.


  • If you want to rebase/retry this PR, check this box

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

@renovate renovate bot force-pushed the renovate/fastify-cors-11.x branch from aa1884d to 1883701 Compare February 28, 2025 15:21
@renovate renovate bot force-pushed the renovate/fastify-cors-11.x branch from 1883701 to 05fafe9 Compare March 19, 2025 16:15
@renovate renovate bot force-pushed the renovate/fastify-cors-11.x branch from 05fafe9 to c0dd56f Compare March 25, 2025 20:13
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants