rooseveltframework / roosevelt

🧸 MVC web framework for Node.js designed to make Express easier to use.
Other
68 stars 33 forks source link

Update dependency reload to v3.3.0 #1452

Closed renovate[bot] closed 3 months ago

renovate[bot] commented 3 months ago

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
reload 3.2.2 -> 3.3.0 age adoption passing confidence

Release Notes

alallier/reload (reload) ### [`v3.3.0`](https://togithub.com/alallier/reload/blob/HEAD/CHANGELOG.md#330--2024-08-14) [Compare Source](https://togithub.com/alallier/reload/compare/3.2.2...3.3.0) Reload command line quality of life enhancements - Reload command line now supports serving `.html` files when only `/` is present in the browser. See: [https://github.com/alallier/reload/pull/326](https://togithub.com/alallier/reload/pull/326) - Reload command line now uses supervisor instead of nodemon for server side file watching - See: [https://github.com/alallier/reload/pull/367](https://togithub.com/alallier/reload/pull/367) - Reload command line now watches sub-directories - See: [https://github.com/alallier/reload/pull/367](https://togithub.com/alallier/reload/pull/367) - Reload command line now supports ignoring directories and files. See: [https://github.com/alallier/reload/pull/370](https://togithub.com/alallier/reload/pull/370) - Reload command line now shows help if invalid flag is provided. See: [https://github.com/alallier/reload/pull/369](https://togithub.com/alallier/reload/pull/369) - Refactored how file serving works in reload-server to make it more performant and easier to read. See: [https://github.com/alallier/reload/pull/326](https://togithub.com/alallier/reload/pull/326) - Removed codecov dependency for coverage reporting in favor of native GitHub Action. See: [https://github.com/alallier/reload/pull/366](https://togithub.com/alallier/reload/pull/366)

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.



This PR was generated by Mend Renovate. View the repository job log.

codecov[bot] commented 3 months ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Project coverage is 84.96%. Comparing base (146e2be) to head (062c61e). Report is 2 commits behind head on main.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #1452 +/- ## ======================================= Coverage 84.96% 84.96% ======================================= Files 26 26 Lines 3759 3759 ======================================= Hits 3194 3194 Misses 565 565 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.