Update dependency @fastify/static to v6.12.0 - autoclosed #9

Closed
bot wants to merge 1 commits from renovate/fastify-static-6.x-lockfile into master
Collaborator

This PR contains the following updates:

Package Type Update Change
@fastify/static dependencies minor 6.10.2 -> 6.12.0

Release Notes

fastify/fastify-static (@​fastify/static)

v6.12.0

Compare Source

What's Changed

Full Changelog: https://github.com/fastify/fastify-static/compare/v6.11.2...v6.12.0

v6.11.2

Compare Source

What's Changed

Full Changelog: https://github.com/fastify/fastify-static/compare/v6.11.1...v6.11.2

v6.11.1

Compare Source

What's Changed

New Contributors

Full Changelog: https://github.com/fastify/fastify-static/compare/v6.11.0...v6.11.1

v6.11.0

Compare Source

What's Changed

New Contributors

Full Changelog: https://github.com/fastify/fastify-static/compare/v6.10.2...v6.11.0


Configuration

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

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

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.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by Renovate Bot.

This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [@fastify/static](https://github.com/fastify/fastify-static) | dependencies | minor | [`6.10.2` -> `6.12.0`](https://renovatebot.com/diffs/npm/@fastify%2fstatic/6.10.2/6.12.0) | --- ### Release Notes <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) #### What's Changed - fix eslint by [@&#8203;gurgunday](https://github.com/gurgunday) in 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 - refactor: remove unused bindings by [@&#8203;Fdawgs](https://github.com/Fdawgs) in 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 - chore(package): explicitly declare js module type by [@&#8203;Fdawgs](https://github.com/Fdawgs) in 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 **Full Changelog**: https://github.com/fastify/fastify-static/compare/v6.11.2...v6.12.0 ### [`v6.11.2`](https://github.com/fastify/fastify-static/releases/tag/v6.11.2) [Compare Source](https://github.com/fastify/fastify-static/compare/v6.11.1...v6.11.2) #### What's Changed - fix: allow fallback to fastify@2.22 route config by [@&#8203;climba03003](https://github.com/climba03003) in https://github.com/fastify/fastify-static/pull/410 **Full Changelog**: https://github.com/fastify/fastify-static/compare/v6.11.1...v6.11.2 ### [`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 - 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 - added some small code improvements by [@&#8203;turnerran](https://github.com/turnerran) in 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 - 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 - use native stream by [@&#8203;gurgunday](https://github.com/gurgunday) in 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 #### New Contributors - [@&#8203;turnerran](https://github.com/turnerran) made their first contribution in 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 **Full Changelog**: https://github.com/fastify/fastify-static/compare/v6.11.0...v6.11.1 ### [`v6.11.0`](https://github.com/fastify/fastify-static/releases/tag/v6.11.0) [Compare Source](https://github.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://github.com/Ethan-Arrowood) in https://github.com/fastify/fastify-static/pull/390 - add tests for [#&#8203;234](https://github.com/fastify/fastify-static/issues/234) by [@&#8203;gurgunday](https://github.com/gurgunday) in https://github.com/fastify/fastify-static/pull/391 - remove linting from the test script by [@&#8203;gurgunday](https://github.com/gurgunday) in https://github.com/fastify/fastify-static/pull/394 - Remove redundant parameter by [@&#8203;gurgunday](https://github.com/gurgunday) in https://github.com/fastify/fastify-static/pull/395 - build(deps-dev): bump [@&#8203;typescript-eslint/eslint-plugin](https://github.com/typescript-eslint/eslint-plugin) from 2.34.0 to 6.2.1 by [@&#8203;dependabot](https://github.com/dependabot) in https://github.com/fastify/fastify-static/pull/397 - add url type by [@&#8203;gurgunday](https://github.com/gurgunday) in https://github.com/fastify/fastify-static/pull/398 #### New Contributors - [@&#8203;Ethan-Arrowood](https://github.com/Ethan-Arrowood) made their first contribution in https://github.com/fastify/fastify-static/pull/390 - [@&#8203;gurgunday](https://github.com/gurgunday) made their first contribution in https://github.com/fastify/fastify-static/pull/391 **Full Changelog**: https://github.com/fastify/fastify-static/compare/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**: Disabled by config. Please merge this manually once you are satisfied. ♻ **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 [Renovate Bot](https://github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy41OS44IiwidXBkYXRlZEluVmVyIjoiMzcuNTkuOCIsInRhcmdldEJyYW5jaCI6Im1hc3RlciJ9-->
bot added 1 commit 2023-11-17 17:25:00 +01:00
Update dependency @fastify/static to v6.12.0
All checks were successful
continuous-integration/drone/push Build is passing
continuous-integration/drone/pr Build is passing
18cc06da53
bot changed title from Update dependency @fastify/static to v6.12.0 to Update dependency @fastify/static to v6.12.0 - autoclosed 2023-11-17 18:22:33 +01:00
bot closed this pull request 2023-11-17 18:22:33 +01:00
All checks were successful
continuous-integration/drone/push Build is passing
continuous-integration/drone/pr Build is passing

Pull request closed

Sign in to join this conversation.
No Reviewers
No Label
No Milestone
No project
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: sora/OTM#9
No description provided.