chore(all): bump @fastify/cors from 8.5.0 to 11.1.0
Type: Pull Request
State: Merged
![dependabot[bot]](https://github.com/dependabot.png)
Association: Contributor
Comments: 0
(about 1 month ago)
(29 days ago)
(29 days ago)
by Lasim
dependencies javascript
Bumps @fastify/cors from 8.5.0 to 11.1.0.
Release notes
Sourced from @fastify/cors
's releases.
v11.1.0
What's Changed
- docs(readme): update version by
@udhayakumarcp
in fastify/fastify-cors#367- docs(readme): update plugin version syntax by
@Fdawgs
in fastify/fastify-cors#369- ci: set permissions at workflow level by
@Fdawgs
in fastify/fastify-cors#371- ci: restore job level permissions by
@Fdawgs
in fastify/fastify-cors#372- chore(deps-dev): bump tsd from 0.31.2 to 0.32.0 by
@dependabot
[bot] in fastify/fastify-cors#373- chore(license): update date ranges; standardise style by
@Fdawgs
in fastify/fastify-cors#376- chore(deps-dev): bump
@types/node
from 22.15.34 to 24.0.8 by@dependabot
[bot] in fastify/fastify-cors#377- docs(readme): correct default value for
preflight
option by@inyourtime
in fastify/fastify-cors#378- Feat/preflight add
logLevel
option to silence CORS preflight logs by@gulbaki
in fastify/fastify-cors#375New Contributors
@udhayakumarcp
made their first contribution in fastify/fastify-cors#367@inyourtime
made their first contribution in fastify/fastify-cors#378@gulbaki
made their first contribution in fastify/fastify-cors#375Full Changelog: https://github.com/fastify/fastify-cors/compare/v11.0.1...v11.1.0
v11.0.1
What's Changed
- chore(deps-dev): bump typescript from 5.7.3 to 5.8.2 by
@dependabot
in fastify/fastify-cors#362- chore(deps): bump mnemonist from 0.40.0 to 0.40.3 by
@dependabot
in fastify/fastify-cors#363- docs(readme): update methods defaults by
@victorbalssa
in fastify/fastify-cors#364- ci(ci): set job permissions by
@Fdawgs
in fastify/fastify-cors#365- build(deps): replace mnemonist with toad-cache by
@Fdawgs
in fastify/fastify-cors#366New Contributors
@victorbalssa
made their first contribution in fastify/fastify-cors#364Full Changelog: https://github.com/fastify/fastify-cors/compare/v11.0.0...v11.0.1
v11.0.0
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
- style: destructure imports by
@Fdawgs
in fastify/fastify-cors#360- refactor(index): change default
methods
to cors-safelisted methods by@Fdawgs
in fastify/fastify-cors#359
... (truncated)
Commits
de3cdbd
Bumped 11.1.0c16aeae
Merge branch 'main' of github.com:fastify/fastify-corsdad4009
Feat/preflight addlogLevel
option to silence CORS preflight logs (#375)d63bb08
docs(readme): correct default value forpreflight
option (#378)39e2d96
chore(deps-dev): bump@types/node
from 22.15.34 to 24.0.8 (#377)c01584b
chore(license): update date ranges; standardise style (#376)a6b2a8e
chore(deps-dev): bump tsd from 0.31.2 to 0.32.0 (#373)df3bc15
ci: restore job level permissions (#372)a17536e
ci: set permissions at workflow level (#371)b37da8d
docs(readme): update plugin version syntax (#369)- Additional commits viewable in compare view
Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase
.
Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebase
will rebase this PR@dependabot recreate
will recreate this PR, overwriting any edits that have been made to it@dependabot merge
will merge this PR after your CI passes on it@dependabot squash and merge
will squash and merge this PR after your CI passes on it@dependabot cancel merge
will cancel a previously requested merge and block automerging@dependabot reopen
will reopen this PR if it is closed@dependabot close
will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot show <dependency name> ignore conditions
will show all of the ignore conditions of the specified dependency@dependabot ignore this major version
will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this minor version
will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this dependency
will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
Pull Request Statistics
1
3
+7
-38
Package Dependencies
Technical Details
ID: | 5187467 |
UUID: | 2737313408 |
Node ID: | PR_kwDOOv5z8s6jKBaA |
Host: | GitHub |
Repository: | deploystackio/deploystack |
Merge State: | Unknown |