Skip to content

Commit

Permalink
fix(deps): update dependency @fastify/static to v6.11.1 (#9182)
Browse files Browse the repository at this point in the history
[![Mend
Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com)

This PR contains the following updates:

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

---

### Release Notes

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

###
[`v6.11.1`](https://togithub.com/fastify/fastify-static/releases/tag/v6.11.1)

[Compare
Source](https://togithub.com/fastify/fastify-static/compare/v6.11.0...v6.11.1)

##### What's Changed

- Remove test/content-type/sample.jpg.br by
[@&#8203;mcollina](https://togithub.com/mcollina) in
[fastify/fastify-static#400
- build(deps-dev): bump tsd from 0.28.1 to 0.29.0 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[fastify/fastify-static#401
- added some small code improvements by
[@&#8203;turnerran](https://togithub.com/turnerran) in
[fastify/fastify-static#399
- (more) small performance/clarity improvements by
[@&#8203;gurgunday](https://togithub.com/gurgunday) in
[fastify/fastify-static#405
- perf: use `node:` prefix to bypass require.cache call for builtins by
[@&#8203;Fdawgs](https://togithub.com/Fdawgs) in
[fastify/fastify-static#407
- use native stream by
[@&#8203;gurgunday](https://togithub.com/gurgunday) in
[fastify/fastify-static#408
- Fix request route config deprecation warnings by
[@&#8203;TTPO100AJIEX](https://togithub.com/TTPO100AJIEX) in
[fastify/fastify-static#409

##### New Contributors

- [@&#8203;turnerran](https://togithub.com/turnerran) made their first
contribution in
[fastify/fastify-static#399
- [@&#8203;TTPO100AJIEX](https://togithub.com/TTPO100AJIEX) made their
first contribution in
[fastify/fastify-static#409

**Full Changelog**:
fastify/fastify-static@v6.11.0...v6.11.1

</details>

---

### Configuration

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

🚦 **Automerge**: Enabled.

♻ **Rebasing**: Whenever PR becomes conflicted, 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 has been generated by [Mend
Renovate](https://www.mend.io/free-developer-tools/renovate/). View
repository job log
[here](https://developer.mend.io/github/redwoodjs/redwood).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNi44My4wIiwidXBkYXRlZEluVmVyIjoiMzYuODMuMCIsInRhcmdldEJyYW5jaCI6Im1haW4ifQ==-->

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored and jtoar committed Sep 16, 2023
1 parent d115be7 commit 68f8ddc
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 11 deletions.
2 changes: 1 addition & 1 deletion packages/api-server/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
"dependencies": {
"@babel/runtime-corejs3": "7.22.15",
"@fastify/http-proxy": "9.2.1",
"@fastify/static": "6.11.0",
"@fastify/static": "6.11.1",
"@fastify/url-data": "5.3.1",
"@redwoodjs/project-config": "6.2.2",
"ansi-colors": "4.1.3",
Expand Down
2 changes: 1 addition & 1 deletion packages/fastify/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
},
"dependencies": {
"@fastify/http-proxy": "9.2.1",
"@fastify/static": "6.11.0",
"@fastify/static": "6.11.1",
"@fastify/url-data": "5.3.1",
"@redwoodjs/graphql-server": "6.2.2",
"@redwoodjs/project-config": "6.2.2",
Expand Down
2 changes: 1 addition & 1 deletion packages/studio/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
"dependencies": {
"@babel/runtime-corejs3": "7.22.15",
"@fastify/http-proxy": "9.2.1",
"@fastify/static": "6.11.0",
"@fastify/static": "6.11.1",
"@fastify/url-data": "5.3.1",
"@redwoodjs/internal": "6.2.2",
"@redwoodjs/project-config": "6.2.2",
Expand Down
15 changes: 7 additions & 8 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -3002,18 +3002,17 @@ __metadata:
languageName: node
linkType: hard

"@fastify/static@npm:6.11.0":
version: 6.11.0
resolution: "@fastify/static@npm:6.11.0"
"@fastify/static@npm:6.11.1":
version: 6.11.1
resolution: "@fastify/static@npm:6.11.1"
dependencies:
"@fastify/accept-negotiator": ^1.0.0
"@fastify/send": ^2.0.0
content-disposition: ^0.5.3
fastify-plugin: ^4.0.0
glob: ^8.0.1
p-limit: ^3.1.0
readable-stream: ^4.0.0
checksum: 36630d1c6717741c4492101a8c6739a8ff367c7cf466d37e86b33806d978edb711ab94a68cd1266ddf876dfff349834f291ffc9181c4816e50be38a136700308
checksum: 0068660160c3584039c121b606e691bcf4eac76d142f53440fdc78a0ddbb4359b0da7db1cc8b64b81aad099ce860766643f7d31dd00c53c137ce3fcf748ea0fa
languageName: node
linkType: hard

Expand Down Expand Up @@ -7807,7 +7806,7 @@ __metadata:
"@babel/core": ^7.22.17
"@babel/runtime-corejs3": 7.22.15
"@fastify/http-proxy": 9.2.1
"@fastify/static": 6.11.0
"@fastify/static": 6.11.1
"@fastify/url-data": 5.3.1
"@redwoodjs/project-config": 6.2.2
"@types/aws-lambda": 8.10.119
Expand Down Expand Up @@ -8662,7 +8661,7 @@ __metadata:
resolution: "@redwoodjs/fastify@workspace:packages/fastify"
dependencies:
"@fastify/http-proxy": 9.2.1
"@fastify/static": 6.11.0
"@fastify/static": 6.11.1
"@fastify/url-data": 5.3.1
"@redwoodjs/graphql-server": 6.2.2
"@redwoodjs/project-config": 6.2.2
Expand Down Expand Up @@ -9033,7 +9032,7 @@ __metadata:
"@babel/core": ^7.22.17
"@babel/runtime-corejs3": 7.22.15
"@fastify/http-proxy": 9.2.1
"@fastify/static": 6.11.0
"@fastify/static": 6.11.1
"@fastify/url-data": 5.3.1
"@graphiql/plugin-explorer": 0.1.22
"@graphiql/toolkit": 0.8.4
Expand Down

0 comments on commit 68f8ddc

Please sign in to comment.