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://github.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://github.com/fastify/fastify-static/releases/tag/v6.11.1)

[Compare
Source](https://github.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://github.com/mcollina) in
[https://github.com/fastify/fastify-static/pull/400](https://github.com/fastify/fastify-static/pull/400)
- build(deps-dev): bump tsd from 0.28.1 to 0.29.0 by
[@&#8203;dependabot](https://github.com/dependabot) in
[https://github.com/fastify/fastify-static/pull/401](https://github.com/fastify/fastify-static/pull/401)
- added some small code improvements by
[@&#8203;turnerran](https://github.com/turnerran) in
[https://github.com/fastify/fastify-static/pull/399](https://github.com/fastify/fastify-static/pull/399)
- (more) small performance/clarity improvements by
[@&#8203;gurgunday](https://github.com/gurgunday) in
[https://github.com/fastify/fastify-static/pull/405](https://github.com/fastify/fastify-static/pull/405)
- perf: use `node:` prefix to bypass require.cache call for builtins by
[@&#8203;Fdawgs](https://github.com/Fdawgs) in
[https://github.com/fastify/fastify-static/pull/407](https://github.com/fastify/fastify-static/pull/407)
- use native stream by
[@&#8203;gurgunday](https://github.com/gurgunday) in
[https://github.com/fastify/fastify-static/pull/408](https://github.com/fastify/fastify-static/pull/408)
- Fix request route config deprecation warnings by
[@&#8203;TTPO100AJIEX](https://github.com/TTPO100AJIEX) in
[https://github.com/fastify/fastify-static/pull/409](https://github.com/fastify/fastify-static/pull/409)

##### New Contributors

- [@&#8203;turnerran](https://github.com/turnerran) made their first
contribution in
[https://github.com/fastify/fastify-static/pull/399](https://github.com/fastify/fastify-static/pull/399)
- [@&#8203;TTPO100AJIEX](https://github.com/TTPO100AJIEX) made their
first contribution in
[https://github.com/fastify/fastify-static/pull/409](https://github.com/fastify/fastify-static/pull/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 Sep 16, 2023
1 parent d8dc89a commit 552eec3
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.0.7",
"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.0.7",
"@redwoodjs/project-config": "6.0.7",
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.0.7",
"@redwoodjs/project-config": "6.0.7",
Expand Down
15 changes: 7 additions & 8 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2984,18 +2984,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 @@ -7755,7 +7754,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.0.7
"@types/aws-lambda": 8.10.119
Expand Down Expand Up @@ -8613,7 +8612,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.0.7
"@redwoodjs/project-config": 6.0.7
Expand Down Expand Up @@ -8986,7 +8985,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 552eec3

Please sign in to comment.