Skip to content

Commit

Permalink
fix(deps): update dependency @fastify/static to v6.11.0 (#9129)
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.10.2` ->
`6.11.0`](https://renovatebot.com/diffs/npm/@fastify%2fstatic/6.10.2/6.11.0)
|
[![age](https://developer.mend.io/api/mc/badges/age/npm/@fastify%2fstatic/6.11.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/@fastify%2fstatic/6.11.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/@fastify%2fstatic/6.10.2/6.11.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/@fastify%2fstatic/6.10.2/6.11.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|

---

### Release Notes

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

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

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

##### What's Changed

- Update README with 404+wildcard behavior by
[@&#8203;Ethan-Arrowood](https://togithub.com/Ethan-Arrowood) in
[fastify/fastify-static#390
- add tests for
[#&#8203;234](https://togithub.com/fastify/fastify-static/issues/234) by
[@&#8203;gurgunday](https://togithub.com/gurgunday) in
[fastify/fastify-static#391
- remove linting from the test script by
[@&#8203;gurgunday](https://togithub.com/gurgunday) in
[fastify/fastify-static#394
- Remove redundant parameter by
[@&#8203;gurgunday](https://togithub.com/gurgunday) in
[fastify/fastify-static#395
- build(deps-dev): bump
[@&#8203;typescript-eslint/eslint-plugin](https://togithub.com/typescript-eslint/eslint-plugin)
from 2.34.0 to 6.2.1 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[fastify/fastify-static#397
- add url type by [@&#8203;gurgunday](https://togithub.com/gurgunday) in
[fastify/fastify-static#398

##### New Contributors

- [@&#8203;Ethan-Arrowood](https://togithub.com/Ethan-Arrowood) made
their first contribution in
[fastify/fastify-static#390
- [@&#8203;gurgunday](https://togithub.com/gurgunday) made their first
contribution in
[fastify/fastify-static#391

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

</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:eyJjcmVhdGVkSW5WZXIiOiIzNi42OC4xIiwidXBkYXRlZEluVmVyIjoiMzYuNjguMSIsInRhcmdldEJyYW5jaCI6Im1haW4ifQ==-->

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: David Price <thedavid@thedavidprice.com>
  • Loading branch information
2 people authored and jtoar committed Sep 13, 2023
1 parent f3c8708 commit a97c600
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 10 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.11",
"@fastify/http-proxy": "9.2.1",
"@fastify/static": "6.10.2",
"@fastify/static": "6.11.0",
"@fastify/url-data": "5.3.1",
"@redwoodjs/project-config": "6.2.0",
"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.10.2",
"@fastify/static": "6.11.0",
"@fastify/url-data": "5.3.1",
"@redwoodjs/graphql-server": "6.2.0",
"@redwoodjs/project-config": "6.2.0",
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.11",
"@fastify/http-proxy": "9.2.1",
"@fastify/static": "6.10.2",
"@fastify/static": "6.11.0",
"@fastify/url-data": "5.3.1",
"@redwoodjs/internal": "6.2.0",
"@redwoodjs/project-config": "6.2.0",
Expand Down
14 changes: 7 additions & 7 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -3002,9 +3002,9 @@ __metadata:
languageName: node
linkType: hard

"@fastify/static@npm:6.10.2":
version: 6.10.2
resolution: "@fastify/static@npm:6.10.2"
"@fastify/static@npm:6.11.0":
version: 6.11.0
resolution: "@fastify/static@npm:6.11.0"
dependencies:
"@fastify/accept-negotiator": ^1.0.0
"@fastify/send": ^2.0.0
Expand All @@ -3013,7 +3013,7 @@ __metadata:
glob: ^8.0.1
p-limit: ^3.1.0
readable-stream: ^4.0.0
checksum: 7f493bb6d470087f2ac2c81c229e97e27ee5feef2cc8aced133aa0260c26bba850fb0524af602b284be1d560edde9d60c24541309a9b16352cc346cb3232981d
checksum: 36630d1c6717741c4492101a8c6739a8ff367c7cf466d37e86b33806d978edb711ab94a68cd1266ddf876dfff349834f291ffc9181c4816e50be38a136700308
languageName: node
linkType: hard

Expand Down Expand Up @@ -7823,7 +7823,7 @@ __metadata:
"@babel/core": 7.22.11
"@babel/runtime-corejs3": 7.22.11
"@fastify/http-proxy": 9.2.1
"@fastify/static": 6.10.2
"@fastify/static": 6.11.0
"@fastify/url-data": 5.3.1
"@redwoodjs/project-config": 6.2.0
"@types/aws-lambda": 8.10.119
Expand Down Expand Up @@ -8678,7 +8678,7 @@ __metadata:
resolution: "@redwoodjs/fastify@workspace:packages/fastify"
dependencies:
"@fastify/http-proxy": 9.2.1
"@fastify/static": 6.10.2
"@fastify/static": 6.11.0
"@fastify/url-data": 5.3.1
"@redwoodjs/graphql-server": 6.2.0
"@redwoodjs/project-config": 6.2.0
Expand Down Expand Up @@ -9049,7 +9049,7 @@ __metadata:
"@babel/core": 7.22.11
"@babel/runtime-corejs3": 7.22.11
"@fastify/http-proxy": 9.2.1
"@fastify/static": 6.10.2
"@fastify/static": 6.11.0
"@fastify/url-data": 5.3.1
"@graphiql/plugin-explorer": 0.1.22
"@graphiql/toolkit": 0.8.4
Expand Down

0 comments on commit a97c600

Please sign in to comment.