Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

build(deps): bump the fastify group across 1 directory with 7 updates #1098

Open
wants to merge 1 commit into
base: default
Choose a base branch
from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Mar 3, 2025

Bumps the fastify group with 7 updates in the / directory:

Package From To
@fastify/ajv-compiler 4.0.1 4.0.2
@fastify/cors 10.0.1 11.0.0
@fastify/helmet 13.0.0 13.0.1
@fastify/rate-limit 10.2.1 10.2.2
@fastify/swagger 9.4.0 9.4.2
@fastify/swagger-ui 5.2.0 5.2.2
fastify 5.2.0 5.2.1

Updates @fastify/ajv-compiler from 4.0.1 to 4.0.2

Release notes

Sourced from @​fastify/ajv-compiler's releases.

v4.0.2

What's Changed

Full Changelog: fastify/ajv-compiler@v4.0.1...v4.0.2

Commits
  • 6664016 4.0.2
  • f1f7715 chore(types): resolve named default linting (#141)
  • 6a9278f docs(readme): grammar and spelling fixes (#142)
  • 89d3e30 refactor(lib/serializer-compiler): prefix unused param with underscore (#140)
  • 1ae108b chore(package): add contribs and funding (#139)
  • 409b733 build(deps-dev): bump neostandard from 0.11.9 to 0.12.0 (#138)
  • e186957 build(deps-dev): add eslint, peer dep of neostandard (#137)
  • 32e962a docs(readme): update standard badge to neostandard (#136)
  • b34c976 build(deps-dev): replace standard with neostandard (#135)
  • 39b59d1 docs(readme): update ci badge syntax (#134)
  • Additional commits viewable in compare view
Maintainer changes

This version was pushed to npm by fdawgs, a new releaser for @​fastify/ajv-compiler since your current version.


Updates @fastify/cors from 10.0.1 to 11.0.0

Release notes

Sourced from @​fastify/cors's releases.

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

Full Changelog: fastify/fastify-cors@v10.1.0...v11.0.0

v10.1.0

What's Changed

New Contributors

Full Changelog: fastify/fastify-cors@v10.0.2...v10.1.0

v10.0.2

What's Changed

... (truncated)

Commits

Updates @fastify/helmet from 13.0.0 to 13.0.1

Release notes

Sourced from @​fastify/helmet's releases.

v13.0.1

What's Changed

New Contributors

Full Changelog: fastify/fastify-helmet@v13.0.0...v13.0.1

Commits
  • d16c06d 13.0.1
  • 7d46361 test: prefix unused params with underscores (#277)
  • 8c04dca docs(readme): grammar fix (#276)
  • 2b6c4b5 docs(readme): remove useless brackets
  • fe375fc build(deps-dev): add eslint, peer dep of neostandard (#275)
  • 73dbf25 build(deps-dev): bump neostandard from 0.11.9 to 0.12.0 (#274)
  • cc90562 docs: update the compatibility table (#273)
  • 3d3b743 docs(readme): update ci badge syntax (#271)
  • 8015fcc docs(readme): point ci badge at master/main branch (#270)
  • b63bb22 chore(package): update contributors
  • Additional commits viewable in compare view

Updates @fastify/rate-limit from 10.2.1 to 10.2.2

Release notes

Sourced from @​fastify/rate-limit's releases.

v10.2.2

What's Changed

Full Changelog: fastify/fastify-rate-limit@v10.2.1...v10.2.2

Commits
  • 3040ff6 10.2.2
  • 7283c72 docs(readme): spelling and grammar fixes (#407)
  • 65545aa refactor: prefix unused params with underscores (#406)
  • a1c44eb docs(readme): use simple english (#405)
  • 64d16ab docs(readme): standardize license link (#404)
  • e642070 docs(readme): remove useless brackets
  • 26d82fe chore(package): add funding and contribs (#403)
  • d7d5a00 build(deps-dev): Bump @​sinonjs/fake-timers from 13.0.5 to 14.0.0 (#402)
  • 42842fe build(deps-dev): add eslint, peer dep of neostandard (#401)
  • 5f2c09d types: use node: prefix for builtins (#400)
  • Additional commits viewable in compare view

Updates @fastify/swagger from 9.4.0 to 9.4.2

Release notes

Sourced from @​fastify/swagger's releases.

v9.4.2

What's Changed

Full Changelog: fastify/fastify-swagger@v9.4.1...v9.4.2

v9.4.1

What's Changed

Full Changelog: fastify/fastify-swagger@v9.4.0...v9.4.1

Commits

Updates @fastify/swagger-ui from 5.2.0 to 5.2.2

Release notes

Sourced from @​fastify/swagger-ui's releases.

v5.2.2

What's Changed

New Contributors

Full Changelog: fastify/fastify-swagger-ui@v5.2.1...v5.2.2

v5.2.1

What's Changed

Full Changelog: fastify/fastify-swagger-ui@v5.2.0...v5.2.1

Commits

Updates fastify from 5.2.0 to 5.2.1

Release notes

Sourced from fastify's releases.

v5.2.1

What's Changed

New Contributors

Full Changelog: fastify/fastify@v5.2.0...v5.2.1

Commits
Maintainer changes

This version was pushed to npm by climba03003, a new releaser for fastify since your current version.


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 <dependency name> major version will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)
  • @dependabot ignore <dependency name> minor version will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)
  • @dependabot ignore <dependency name> will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)
  • @dependabot unignore <dependency name> will remove all of the ignore conditions of the specified dependency
  • @dependabot unignore <dependency name> <ignore condition> will remove the ignore condition of the specified dependency and ignore conditions

Bumps the fastify group with 7 updates in the / directory:

| Package | From | To |
| --- | --- | --- |
| [@fastify/ajv-compiler](https://github.com/fastify/ajv-compiler) | `4.0.1` | `4.0.2` |
| [@fastify/cors](https://github.com/fastify/fastify-cors) | `10.0.1` | `11.0.0` |
| [@fastify/helmet](https://github.com/fastify/fastify-helmet) | `13.0.0` | `13.0.1` |
| [@fastify/rate-limit](https://github.com/fastify/fastify-rate-limit) | `10.2.1` | `10.2.2` |
| [@fastify/swagger](https://github.com/fastify/fastify-swagger) | `9.4.0` | `9.4.2` |
| [@fastify/swagger-ui](https://github.com/fastify/fastify-swagger-ui) | `5.2.0` | `5.2.2` |
| [fastify](https://github.com/fastify/fastify) | `5.2.0` | `5.2.1` |



Updates `@fastify/ajv-compiler` from 4.0.1 to 4.0.2
- [Release notes](https://github.com/fastify/ajv-compiler/releases)
- [Commits](fastify/ajv-compiler@v4.0.1...v4.0.2)

Updates `@fastify/cors` from 10.0.1 to 11.0.0
- [Release notes](https://github.com/fastify/fastify-cors/releases)
- [Commits](fastify/fastify-cors@v10.0.1...v11.0.0)

Updates `@fastify/helmet` from 13.0.0 to 13.0.1
- [Release notes](https://github.com/fastify/fastify-helmet/releases)
- [Commits](fastify/fastify-helmet@v13.0.0...v13.0.1)

Updates `@fastify/rate-limit` from 10.2.1 to 10.2.2
- [Release notes](https://github.com/fastify/fastify-rate-limit/releases)
- [Commits](fastify/fastify-rate-limit@v10.2.1...v10.2.2)

Updates `@fastify/swagger` from 9.4.0 to 9.4.2
- [Release notes](https://github.com/fastify/fastify-swagger/releases)
- [Commits](fastify/fastify-swagger@v9.4.0...v9.4.2)

Updates `@fastify/swagger-ui` from 5.2.0 to 5.2.2
- [Release notes](https://github.com/fastify/fastify-swagger-ui/releases)
- [Commits](fastify/fastify-swagger-ui@v5.2.0...v5.2.2)

Updates `fastify` from 5.2.0 to 5.2.1
- [Release notes](https://github.com/fastify/fastify/releases)
- [Commits](fastify/fastify@v5.2.0...v5.2.1)

---
updated-dependencies:
- dependency-name: "@fastify/ajv-compiler"
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: fastify
- dependency-name: "@fastify/cors"
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: fastify
- dependency-name: "@fastify/helmet"
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: fastify
- dependency-name: "@fastify/rate-limit"
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: fastify
- dependency-name: "@fastify/swagger"
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: fastify
- dependency-name: "@fastify/swagger-ui"
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: fastify
- dependency-name: fastify
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: fastify
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code labels Mar 3, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants