Skip to content
This repository has been archived by the owner on Jan 28, 2024. It is now read-only.

build(deps): bump the fastify-core group with 7 updates #921

Merged
merged 4 commits into from
Dec 2, 2023

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Dec 1, 2023

Bumps the fastify-core group with 7 updates:

Package From To
@fastify/basic-auth 5.0.0 5.1.0
@fastify/bearer-auth 9.0.0 9.1.0
@fastify/compress 6.4.0 6.5.0
@fastify/cors 8.4.0 8.4.1
@fastify/rate-limit 8.0.3 9.0.1
@fastify/static 6.11.2 6.12.0
fluent-json-schema 4.1.2 4.2.1

Updates @fastify/basic-auth from 5.0.0 to 5.1.0

Release notes

Sourced from @​fastify/basic-auth's releases.

v5.1.0

What's Changed

Full Changelog: fastify/fastify-basic-auth@v5.0.0...v5.1.0

Commits
  • fa11558 Bumped v5.1.0
  • bc9e102 chore(package): explicitly declare js module type (#125)
  • 030d256 chore: add .gitattributes file (#124)
  • 7f007ad perf: use node: prefix to bypass require.cache call for builtins (#122)
  • 28703cc build(deps-dev): bump tsd from 0.28.1 to 0.29.0 (#121)
  • b13619a build(deps-dev): bump @​types/node from 18.16.5 to 20.1.0 (#120)
  • 89f1ea1 ci: only trigger on pushes to main branches (#119)
  • af9cc7e build(deps-dev): bump tsd from 0.27.0 to 0.28.0 (#118)
  • 7db0266 build(deps-dev): bump tsd from 0.26.1 to 0.27.0 (#117)
  • e9d8396 build(deps-dev): bump tsd from 0.25.0 to 0.26.0 (#116)
  • Additional commits viewable in compare view

Updates @fastify/bearer-auth from 9.0.0 to 9.1.0

Release notes

Sourced from @​fastify/bearer-auth's releases.

v9.1.0

What's Changed

Full Changelog: fastify/fastify-bearer-auth@v9.0.0...v9.1.0

Commits
  • 2734238 Bumped v9.1.0
  • 96e8119 chore(package): explicitly declare js module type (#163)
  • 6439737 chore: add .gitattributes file (#162)
  • 27119fd perf: use node: prefix to bypass require.cache call for builtins (#160)
  • 069b1e3 chore(deps-dev): bump tsd from 0.28.1 to 0.29.0 (#159)
  • 13b2e82 chore(deps-dev): bump @​types/node from 18.16.5 to 20.1.0 (#158)
  • 23f680f ci: only trigger on pushes to main branches (#157)
  • fe8d70a chore(deps-dev): bump tsd from 0.27.0 to 0.28.0 (#156)
  • 8a5d085 chore(deps-dev): bump tsd from 0.26.1 to 0.27.0 (#155)
  • 34d48a3 chore(deps-dev): bump tsd from 0.25.0 to 0.26.0 (#154)
  • Additional commits viewable in compare view

Updates @fastify/compress from 6.4.0 to 6.5.0

Release notes

Sourced from @​fastify/compress's releases.

v6.5.0

What's Changed

New Contributors

Full Changelog: fastify/fastify-compress@v6.4.0...v6.5.0

Commits
  • 40682e2 Bumped v6.5.0
  • 2f3deda refactor(index): replace typeof undefined check (#274)
  • dc27254 chore(package): explicitly declare js module type
  • 670698a perf(index): convert unused capture groups to non-capture groups (#273)
  • ae772a2 chore: add .gitattributes file (#272)
  • 35c2639 perf: use node: prefix for builtins (#270)
  • 821f634 chore(deps-dev): bump tsd from 0.28.1 to 0.29.0 (#269)
  • 18f2bf7 remove linting from the test script (#267)
  • ef412af Fix tests and update minipass to 7.0.2 (#265)
  • See full diff in compare view

Updates @fastify/cors from 8.4.0 to 8.4.1

Release notes

Sourced from @​fastify/cors's releases.

v8.4.1

What's Changed

New Contributors

Full Changelog: fastify/fastify-cors@v8.4.0...v8.4.1

Commits

Updates @fastify/rate-limit from 8.0.3 to 9.0.1

Release notes

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

v9.0.1

What's Changed

fix: Bug in LRU cache can cause persistent server failure (#344)

v9.0.0

What's Changed

New Contributors

Full Changelog: fastify/fastify-rate-limit@v8.0.3...v9.0.0

v8.1.1

re-release v8.0.3, avoid 8.1.0 as it was semver-major

Commits
Maintainer changes

This version was pushed to npm by kibertoad, a new releaser for @​fastify/rate-limit since your current version.


Updates @fastify/static from 6.11.2 to 6.12.0

Release notes

Sourced from @​fastify/static's releases.

v6.12.0

What's Changed

Full Changelog: fastify/fastify-static@v6.11.2...v6.12.0

Commits

Updates fluent-json-schema from 4.1.2 to 4.2.1

Release notes

Sourced from fluent-json-schema's releases.

v4.2.1

Bug Fixes

  • Fix a versioning issue by promoting v4.2.0-beta.0 as v4.2.1
Commits
  • c962de0 4.2.1
  • 7584919 Merge branch 'master' of github.com:fastify/fluent-json-schema
  • eefda32 build(deps): bump actions/setup-node from 3 to 4 (#232)
  • 3220ca5 refactor(utils): replace typeof undefined check (#231)
  • 5bb3908 chore(package): explicitly declare js module type (#230)
  • 2d45f88 test: add missing use strict directives (#229)
  • 39f968f chore: add .gitattributes file
  • dbb32b7 build(deps): bump coverallsapp/github-action from 2.2.1 to 2.2.3 (#228)
  • 813a975 build(deps): bump actions/checkout from 3 to 4 (#227)
  • 7d1d78e 4.2.0-beta.0
  • 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 added dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code labels Dec 1, 2023
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/fastify-core-7088567d8e branch 2 times, most recently from 73e0850 to 59f5015 Compare December 2, 2023 09:22
@Fdawgs
Copy link
Owner

Fdawgs commented Dec 2, 2023

@dependabot rebase

Bumps the fastify-core group with 7 updates:

| Package | From | To |
| --- | --- | --- |
| [@fastify/basic-auth](https://github.com/fastify/fastify-basic-auth) | `5.0.0` | `5.1.0` |
| [@fastify/bearer-auth](https://github.com/fastify/fastify-bearer-auth) | `9.0.0` | `9.1.0` |
| [@fastify/compress](https://github.com/fastify/fastify-compress) | `6.4.0` | `6.5.0` |
| [@fastify/cors](https://github.com/fastify/fastify-cors) | `8.4.0` | `8.4.1` |
| [@fastify/rate-limit](https://github.com/fastify/fastify-rate-limit) | `8.0.3` | `9.0.1` |
| [@fastify/static](https://github.com/fastify/fastify-static) | `6.11.2` | `6.12.0` |
| [fluent-json-schema](https://github.com/fastify/fluent-json-schema) | `4.1.2` | `4.2.1` |


Updates `@fastify/basic-auth` from 5.0.0 to 5.1.0
- [Release notes](https://github.com/fastify/fastify-basic-auth/releases)
- [Commits](fastify/fastify-basic-auth@v5.0.0...v5.1.0)

Updates `@fastify/bearer-auth` from 9.0.0 to 9.1.0
- [Release notes](https://github.com/fastify/fastify-bearer-auth/releases)
- [Commits](fastify/fastify-bearer-auth@v9.0.0...v9.1.0)

Updates `@fastify/compress` from 6.4.0 to 6.5.0
- [Release notes](https://github.com/fastify/fastify-compress/releases)
- [Commits](fastify/fastify-compress@v6.4.0...v6.5.0)

Updates `@fastify/cors` from 8.4.0 to 8.4.1
- [Release notes](https://github.com/fastify/fastify-cors/releases)
- [Commits](fastify/fastify-cors@v8.4.0...v8.4.1)

Updates `@fastify/rate-limit` from 8.0.3 to 9.0.1
- [Release notes](https://github.com/fastify/fastify-rate-limit/releases)
- [Commits](fastify/fastify-rate-limit@v8.0.3...v9.0.1)

Updates `@fastify/static` from 6.11.2 to 6.12.0
- [Release notes](https://github.com/fastify/fastify-static/releases)
- [Commits](fastify/fastify-static@v6.11.2...v6.12.0)

Updates `fluent-json-schema` from 4.1.2 to 4.2.1
- [Release notes](https://github.com/fastify/fluent-json-schema/releases)
- [Commits](fastify/fluent-json-schema@v4.1.2...v4.2.1)

---
updated-dependencies:
- dependency-name: "@fastify/basic-auth"
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: fastify-core
- dependency-name: "@fastify/bearer-auth"
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: fastify-core
- dependency-name: "@fastify/compress"
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: fastify-core
- dependency-name: "@fastify/cors"
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: fastify-core
- dependency-name: "@fastify/rate-limit"
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: fastify-core
- dependency-name: "@fastify/static"
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: fastify-core
- dependency-name: fluent-json-schema
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: fastify-core
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/fastify-core-7088567d8e branch from 59f5015 to 83ac67c Compare December 2, 2023 13:23
@coveralls
Copy link

Pull Request Test Coverage Report for Build 7070677977

  • 0 of 0 changed or added relevant lines in 0 files are covered.
  • No unchanged relevant lines lost coverage.
  • Overall coverage remained the same at 100.0%

Totals Coverage Status
Change from base Build 7070385584: 0.0%
Covered Lines: 479
Relevant Lines: 479

💛 - Coveralls

@Fdawgs Fdawgs merged commit 306658e into main Dec 2, 2023
14 checks passed
@Fdawgs Fdawgs deleted the dependabot/npm_and_yarn/fastify-core-7088567d8e branch December 2, 2023 14:11
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
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.

2 participants