Skip to content

Conversation

@renovate
Copy link
Contributor

@renovate renovate bot commented Feb 27, 2025

This PR contains the following updates:

Package Change Age Confidence
@fastify/cors ^8.5.0 -> ^11.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

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

v9.0.1

Compare Source

What's Changed

New Contributors

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

v9.0.0

Compare Source

What's Changed

New Contributors

Full Changelog: fastify/fastify-cors@v8.5.0...v9.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 29097b6 to 21644b5 Compare March 25, 2025 18:56
@renovate renovate bot force-pushed the renovate/fastify-cors-11.x branch 2 times, most recently from b9b9fed to ed25db1 Compare August 13, 2025 16:01
@renovate renovate bot force-pushed the renovate/fastify-cors-11.x branch from ed25db1 to 30eb349 Compare September 25, 2025 13:47
@renovate renovate bot force-pushed the renovate/fastify-cors-11.x branch from 30eb349 to 9bec2e1 Compare October 21, 2025 13:58
@renovate renovate bot force-pushed the renovate/fastify-cors-11.x branch from 9bec2e1 to fa793af Compare November 19, 2025 23:51
@renovate renovate bot force-pushed the renovate/fastify-cors-11.x branch from fa793af to d3d9e78 Compare December 3, 2025 19:51
@renovate renovate bot force-pushed the renovate/fastify-cors-11.x branch from d3d9e78 to 791c6e1 Compare December 10, 2025 02:56
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.

1 participant