Skip to content

docs(readme): add options.methods default#307

Merged
mcollina merged 1 commit intomasterfrom
docs/readme
Jul 22, 2024
Merged

docs(readme): add options.methods default#307
mcollina merged 1 commit intomasterfrom
docs/readme

Conversation

@Fdawgs
Copy link
Member

@Fdawgs Fdawgs commented Jul 19, 2024

As PR title states.

Checklist

Signed-off-by: Frazer Smith <frazer.dev@outlook.com>
Copy link
Member

@mcollina mcollina left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

lgtm

@mcollina mcollina merged commit e32be3c into master Jul 22, 2024
@jsumners jsumners deleted the docs/readme branch July 22, 2024 11:06
renovate bot referenced this pull request in tomacheese/telcheck Sep 17, 2024
This PR contains the following updates:

| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
| [@fastify/cors](https://redirect.github.com/fastify/fastify-cors) |
[`9.0.1` ->
`10.0.0`](https://renovatebot.com/diffs/npm/@fastify%2fcors/9.0.1/10.0.0)
|
[![age](https://developer.mend.io/api/mc/badges/age/npm/@fastify%2fcors/10.0.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/@fastify%2fcors/10.0.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/@fastify%2fcors/9.0.1/10.0.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/@fastify%2fcors/9.0.1/10.0.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|

---

### Release Notes

<details>
<summary>fastify/fastify-cors (@&#8203;fastify/cors)</summary>

###
[`v10.0.0`](https://redirect.github.com/fastify/fastify-cors/releases/tag/v10.0.0)

[Compare
Source](https://redirect.github.com/fastify/fastify-cors/compare/v9.0.1...v10.0.0)

#### What's Changed

- chore(deps): bump mnemonist from 0.39.6 to 0.39.8 by
[@&#8203;dependabot](https://redirect.github.com/dependabot) in
[https://github.com/fastify/fastify-cors/pull/293](https://redirect.github.com/fastify/fastify-cors/pull/293)
- chore(.gitignore): add .tap/ dir by
[@&#8203;Fdawgs](https://redirect.github.com/Fdawgs) in
[https://github.com/fastify/fastify-cors/pull/294](https://redirect.github.com/fastify/fastify-cors/pull/294)
- chore(deps-dev): bump
[@&#8203;typescript-eslint/parser](https://redirect.github.com/typescript-eslint/parser)
from 6.21.0 to 7.1.1 by
[@&#8203;dependabot](https://redirect.github.com/dependabot) in
[https://github.com/fastify/fastify-cors/pull/298](https://redirect.github.com/fastify/fastify-cors/pull/298)
- chore(deps-dev): bump tsd from 0.30.7 to 0.31.0 by
[@&#8203;dependabot](https://redirect.github.com/dependabot) in
[https://github.com/fastify/fastify-cors/pull/300](https://redirect.github.com/fastify/fastify-cors/pull/300)
- Warn about DoS attacks by
[@&#8203;mcollina](https://redirect.github.com/mcollina) in
[https://github.com/fastify/fastify-cors/pull/301](https://redirect.github.com/fastify/fastify-cors/pull/301)
- add AsyncOriginFunction type by
[@&#8203;sknetl](https://redirect.github.com/sknetl) in
[https://github.com/fastify/fastify-cors/pull/302](https://redirect.github.com/fastify/fastify-cors/pull/302)
- Merge `next` into `master` by
[@&#8203;jsumners](https://redirect.github.com/jsumners) in
[https://github.com/fastify/fastify-cors/pull/304](https://redirect.github.com/fastify/fastify-cors/pull/304)
- chore(deps): bump fastify/workflows from 4.1.0 to 4.2.1 by
[@&#8203;dependabot](https://redirect.github.com/dependabot) in
[https://github.com/fastify/fastify-cors/pull/305](https://redirect.github.com/fastify/fastify-cors/pull/305)
- chore(deps-dev): bump tsd from 0.30.7 to 0.31.1 by
[@&#8203;dependabot](https://redirect.github.com/dependabot) in
[https://github.com/fastify/fastify-cors/pull/306](https://redirect.github.com/fastify/fastify-cors/pull/306)
- docs(readme): add `options.methods` default by
[@&#8203;Fdawgs](https://redirect.github.com/Fdawgs) in
[https://github.com/fastify/fastify-cors/pull/307](https://redirect.github.com/fastify/fastify-cors/pull/307)
- chore(deps-dev): bump
[@&#8203;types/node](https://redirect.github.com/types/node) from
20.14.13 to 22.0.0 by
[@&#8203;dependabot](https://redirect.github.com/dependabot) in
[https://github.com/fastify/fastify-cors/pull/308](https://redirect.github.com/fastify/fastify-cors/pull/308)
- chore: update min fastify version by
[@&#8203;Fdawgs](https://redirect.github.com/Fdawgs) in
[https://github.com/fastify/fastify-cors/pull/309](https://redirect.github.com/fastify/fastify-cors/pull/309)
- chore(deps): bump fastify/workflows from 4.2.1 to 5.0.0 by
[@&#8203;dependabot](https://redirect.github.com/dependabot) in
[https://github.com/fastify/fastify-cors/pull/310](https://redirect.github.com/fastify/fastify-cors/pull/310)
- chore: migrate from tap to node:test and c8 by
[@&#8203;dancastillo](https://redirect.github.com/dancastillo) in
[https://github.com/fastify/fastify-cors/pull/316](https://redirect.github.com/fastify/fastify-cors/pull/316)

#### New Contributors

- [@&#8203;sknetl](https://redirect.github.com/sknetl) made their first
contribution in
[https://github.com/fastify/fastify-cors/pull/302](https://redirect.github.com/fastify/fastify-cors/pull/302)
- [@&#8203;dancastillo](https://redirect.github.com/dancastillo) made
their first contribution in
[https://github.com/fastify/fastify-cors/pull/316](https://redirect.github.com/fastify/fastify-cors/pull/316)

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

</details>

---

### Configuration

📅 **Schedule**: Branch creation - At any time (no schedule defined),
Automerge - At any time (no schedule defined).

🚦 **Automerge**: Enabled.

♻ **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.

---

- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check
this box

---

This PR was generated by [Mend Renovate](https://mend.io/renovate/).
View the [repository job
log](https://developer.mend.io/github/tomacheese/telcheck).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOC44MC4wIiwidXBkYXRlZEluVmVyIjoiMzguODAuMCIsInRhcmdldEJyYW5jaCI6Im1hc3RlciIsImxhYmVscyI6W119-->

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
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.

3 participants