blagues-api icon indicating copy to clipboard operation
blagues-api copied to clipboard

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

Open renovate[bot] opened this issue 9 months ago • 0 comments

This PR contains the following updates:

Package Change Age Confidence
@fastify/cors ^8.3.0 -> ^11.1.0 age confidence

Release Notes

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

v11.1.0

Compare Source

What's Changed
New Contributors

Full Changelog: https://github.com/fastify/fastify-cors/compare/v11.0.1...v11.1.0

v11.0.1

Compare Source

What's Changed

New Contributors

Full Changelog: https://github.com/fastify/fastify-cors/compare/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: https://github.com/fastify/fastify-cors/compare/v10.1.0...v11.0.0

v10.1.0

Compare Source

What's Changed

New Contributors

Full Changelog: https://github.com/fastify/fastify-cors/compare/v10.0.2...v10.1.0

v10.0.2

Compare Source

What's Changed

New Contributors

Full Changelog: https://github.com/fastify/fastify-cors/compare/v10.0.1...v10.0.2

v10.0.1

Compare Source

What's Changed

Full Changelog: https://github.com/fastify/fastify-cors/compare/v10.0.0...v10.0.1

v10.0.0

Compare Source

What's Changed

New Contributors

Full Changelog: https://github.com/fastify/fastify-cors/compare/v9.0.1...v10.0.0

v9.0.1

Compare Source

What's Changed

New Contributors

Full Changelog: https://github.com/fastify/fastify-cors/compare/v9.0.0...v9.0.1

v9.0.0

Compare Source

What's Changed

New Contributors

Full Changelog: https://github.com/fastify/fastify-cors/compare/v8.5.0...v9.0.0

v8.5.0

Compare Source

What's Changed

Full Changelog: https://github.com/fastify/fastify-cors/compare/v8.4.2...v8.5.0

v8.4.2

Compare Source

What's Changed

New Contributors

Full Changelog: https://github.com/fastify/fastify-cors/compare/v8.4.1...v8.4.2

v8.4.1

Compare Source

What's Changed

New Contributors

Full Changelog: https://github.com/fastify/fastify-cors/compare/v8.4.0...v8.4.1

v8.4.0

Compare Source

What's Changed

New Contributors

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.


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

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

renovate[bot] avatar Mar 01 '25 02:03 renovate[bot]