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

Bump the fastify group across 1 directory with 3 updates #993

Closed
wants to merge 1 commit into from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jan 6, 2025

Bumps the fastify group with 3 updates in the / directory: @fastify/awilix, @fastify/cors and @fastify/helmet.

Updates @fastify/awilix from 6.0.2 to 7.0.0

Release notes

Sourced from @​fastify/awilix's releases.

v7.0.0

  • Use awilix-manager 6.0.0. This changes the signature of the getWithTags method - if you were using it, remove the explicit passing of diContainer, the one from awilixManager itself will be used instead.
Commits
  • d9664f6 7.0.0
  • 532cb6e chore: Semver major awilix-manager update and minor dependencies (#163)
  • b0f517c build(deps-dev): add eslint, peer dep of neostandard (#162)
  • c4f94db build(deps-dev): bump neostandard from 0.11.9 to 0.12.0 (#161)
  • 953bdd4 docs(readme): update ci badge syntax (#160)
  • 4172638 docs(readme): point ci badge at master/main branch (#159)
  • 83720a9 chore(package): update contributors
  • 033c578 chore(package): add funding and contribs (#158)
  • 778f0bb chore: remove redundant .prettierrc (#157)
  • a85227d docs(readme): fix broken ci badge (#156)
  • Additional commits viewable in compare view

Updates @fastify/cors from 10.0.1 to 10.0.2

Release notes

Sourced from @​fastify/cors's releases.

v10.0.2

What's Changed

New Contributors

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

Commits
  • cd695cd 10.0.2
  • 0c6a85d docs(readme): spelling and grammar fixes (#351)
  • bc34d54 refactor: prefix unused params with underscores (#350)
  • 4471cd7 perf(index): use optional chaining (#349)
  • ea9dbf7 docs(readme): remove useless brackets
  • 941a260 build(deps-dev): add eslint, peer dep of neostandard (#348)
  • 9d4585c chore(deps-dev): bump neostandard from 0.11.9 to 0.12.0 (#347)
  • 050d9e1 docs(readme): update ci badge syntax (#346)
  • e674abc docs(readme): point ci badge at master/main branch (#345)
  • fb4b3d5 chore(package): update contributors
  • Additional commits viewable in compare view
Maintainer changes

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


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

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

@dependabot dependabot bot requested a review from a team as a code owner January 6, 2025 05:57
@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code labels Jan 6, 2025
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/fastify-6a527b88bb branch from 46bcbdf to da58297 Compare January 6, 2025 06:04
Bumps the fastify group with 3 updates in the / directory: [@fastify/awilix](https://github.com/fastify/fastify-awilix), [@fastify/cors](https://github.com/fastify/fastify-cors) and [@fastify/helmet](https://github.com/fastify/fastify-helmet).


Updates `@fastify/awilix` from 6.0.2 to 7.0.0
- [Release notes](https://github.com/fastify/fastify-awilix/releases)
- [Commits](fastify/fastify-awilix@v6.0.2...v7.0.0)

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

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)

---
updated-dependencies:
- dependency-name: "@fastify/awilix"
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: fastify
- dependency-name: "@fastify/cors"
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: fastify
- dependency-name: "@fastify/helmet"
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: fastify
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/fastify-6a527b88bb branch from da58297 to 44d940a Compare January 6, 2025 06:06
Copy link
Contributor Author

dependabot bot commented on behalf of github Jan 6, 2025

Looks like these dependencies are no longer updatable, so this is no longer needed.

@dependabot dependabot bot closed this Jan 6, 2025
@dependabot dependabot bot deleted the dependabot/npm_and_yarn/fastify-6a527b88bb branch January 6, 2025 22:02
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