Skip to content

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

Open
renovate[bot] wants to merge 1 commit intostagingfrom
renovate/fastify-cors-11.x
Open

fix(deps): update dependency @fastify/cors to v11#139
renovate[bot] wants to merge 1 commit intostagingfrom
renovate/fastify-cors-11.x

Conversation

@renovate
Copy link
Copy Markdown
Contributor

@renovate renovate bot commented Mar 10, 2025

This PR contains the following updates:

Package Change Age Confidence
@fastify/cors 10.0.111.2.0 age confidence

Release Notes

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

v11.2.0

Compare Source

What's Changed
New Contributors

Full Changelog: fastify/fastify-cors@v11.1.0...v11.2.0

v11.1.0

Compare Source

What's Changed

New Contributors

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

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


Configuration

📅 Schedule: (in timezone Europe/Berlin)

  • Branch creation
    • "every 2 weeks on Monday before 7am"
  • Automerge
    • At any time (no schedule defined)

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

Rebasing: Whenever PR is behind base branch, 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 9dc932b to cd10eb0 Compare March 25, 2025 18:28
@renovate renovate bot force-pushed the renovate/fastify-cors-11.x branch from cd10eb0 to 10d8ba1 Compare August 8, 2025 15:46
@renovate renovate bot force-pushed the renovate/fastify-cors-11.x branch from 10d8ba1 to ce76c05 Compare September 25, 2025 17:15
@renovate renovate bot force-pushed the renovate/fastify-cors-11.x branch from ce76c05 to 065c4fa Compare November 18, 2025 23:28
@renovate renovate bot force-pushed the renovate/fastify-cors-11.x branch from 065c4fa to 0d502e8 Compare December 23, 2025 22:12
@renovate renovate bot force-pushed the renovate/fastify-cors-11.x branch from 0d502e8 to bed9d72 Compare March 24, 2026 15:58
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