Skip to content

Commit

Permalink
fix(deps): update dependency @fastify/static to v6.12.0 (#9452)
Browse files Browse the repository at this point in the history
[![Mend Renovate logo
banner](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.2` ->
`6.12.0`](https://renovatebot.com/diffs/npm/@fastify%2fstatic/6.11.2/6.12.0)
|
[![age](https://developer.mend.io/api/mc/badges/age/npm/@fastify%2fstatic/6.12.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/@fastify%2fstatic/6.12.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/@fastify%2fstatic/6.11.2/6.12.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/@fastify%2fstatic/6.11.2/6.12.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|

---

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

[`v6.12.0`](https://github.com/fastify/fastify-static/releases/tag/v6.12.0)

[Compare
Source](https://github.com/fastify/fastify-static/compare/v6.11.2...v6.12.0)

- fix eslint by [@&#8203;gurgunday](https://github.com/gurgunday) in
[https://github.com/fastify/fastify-static/pull/415](https://github.com/fastify/fastify-static/pull/415)
- refactor: add `u` unicode flag to regex by
[@&#8203;Fdawgs](https://github.com/Fdawgs) in
[https://github.com/fastify/fastify-static/pull/418](https://github.com/fastify/fastify-static/pull/418)
- refactor: remove unused bindings by
[@&#8203;Fdawgs](https://github.com/Fdawgs) in
[https://github.com/fastify/fastify-static/pull/417](https://github.com/fastify/fastify-static/pull/417)
- perf(index): check set size over converting to array to check length
by [@&#8203;Fdawgs](https://github.com/Fdawgs) in
[https://github.com/fastify/fastify-static/pull/416](https://github.com/fastify/fastify-static/pull/416)
- chore(package): explicitly declare js module type by
[@&#8203;Fdawgs](https://github.com/Fdawgs) in
[https://github.com/fastify/fastify-static/pull/419](https://github.com/fastify/fastify-static/pull/419)
- test: replace `typeof` undefined check by
[@&#8203;Fdawgs](https://github.com/Fdawgs) in
[https://github.com/fastify/fastify-static/pull/420](https://github.com/fastify/fastify-static/pull/420)

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

</details>

---

📅 **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:eyJjcmVhdGVkSW5WZXIiOiIzNy40Ni4wIiwidXBkYXRlZEluVmVyIjoiMzcuNDYuMCIsInRhcmdldEJyYW5jaCI6Im1haW4ifQ==-->

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored and jtoar committed Nov 16, 2023
1 parent c14e760 commit b9952ae
Show file tree
Hide file tree
Showing 5 changed files with 12 additions and 12 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.23.2",
"@fastify/http-proxy": "9.2.1",
"@fastify/static": "6.11.2",
"@fastify/static": "6.12.0",
"@fastify/url-data": "5.4.0",
"@redwoodjs/project-config": "6.3.3",
"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.2",
"@fastify/static": "6.12.0",
"@fastify/url-data": "5.4.0",
"@redwoodjs/graphql-server": "6.3.3",
"@redwoodjs/project-config": "6.3.3",
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.23.2",
"@fastify/http-proxy": "9.2.1",
"@fastify/static": "6.11.2",
"@fastify/static": "6.12.0",
"@fastify/url-data": "5.4.0",
"@redwoodjs/internal": "6.3.3",
"@redwoodjs/project-config": "6.3.3",
Expand Down
2 changes: 1 addition & 1 deletion packages/web-server/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
},
"dependencies": {
"@fastify/http-proxy": "9.2.1",
"@fastify/static": "6.11.2",
"@fastify/static": "6.12.0",
"@redwoodjs/project-config": "6.3.3",
"chalk": "4.1.2",
"dotenv-defaults": "5.0.2",
Expand Down
16 changes: 8 additions & 8 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -3011,17 +3011,17 @@ __metadata:
languageName: node
linkType: hard

"@fastify/static@npm:6.11.2":
version: 6.11.2
resolution: "@fastify/static@npm:6.11.2"
"@fastify/static@npm:6.12.0":
version: 6.12.0
resolution: "@fastify/static@npm:6.12.0"
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
checksum: dac6d0d611656770c276d594e26e1df0da3a2f81e54593317d4aedd8ac23fb0e7f43b08360d606bf3b9a0f9ba1ab0be55d63eac4322d0429721e822f8e1c2ef6
checksum: 9248c9851c4bb24965e88eb2f0825fda2b2b08ddb83aa5f08e529b8a522cf20978f81e8e4837e2cb550b39ea433790b0fd82db4b2f0673133325e265c9099fff
languageName: node
linkType: hard

Expand Down Expand Up @@ -7801,7 +7801,7 @@ __metadata:
"@babel/core": ^7.22.20
"@babel/runtime-corejs3": 7.23.2
"@fastify/http-proxy": 9.2.1
"@fastify/static": 6.11.2
"@fastify/static": 6.12.0
"@fastify/url-data": 5.4.0
"@redwoodjs/project-config": 6.3.3
"@types/aws-lambda": 8.10.119
Expand Down Expand Up @@ -8652,7 +8652,7 @@ __metadata:
resolution: "@redwoodjs/fastify@workspace:packages/fastify"
dependencies:
"@fastify/http-proxy": 9.2.1
"@fastify/static": 6.11.2
"@fastify/static": 6.12.0
"@fastify/url-data": 5.4.0
"@redwoodjs/graphql-server": 6.3.3
"@redwoodjs/project-config": 6.3.3
Expand Down Expand Up @@ -9036,7 +9036,7 @@ __metadata:
"@babel/core": ^7.22.20
"@babel/runtime-corejs3": 7.23.2
"@fastify/http-proxy": 9.2.1
"@fastify/static": 6.11.2
"@fastify/static": 6.12.0
"@fastify/url-data": 5.4.0
"@graphiql/plugin-explorer": 0.1.22
"@graphiql/toolkit": 0.8.4
Expand Down Expand Up @@ -9213,7 +9213,7 @@ __metadata:
resolution: "@redwoodjs/web-server@workspace:packages/web-server"
dependencies:
"@fastify/http-proxy": 9.2.1
"@fastify/static": 6.11.2
"@fastify/static": 6.12.0
"@redwoodjs/project-config": 6.3.3
"@types/yargs-parser": 21.0.0
chalk: 4.1.2
Expand Down

0 comments on commit b9952ae

Please sign in to comment.