fix(deps): update dependency @tinyhttp/app to ~2.2.0 #6781
Merged
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
~2.1.0
->~2.2.0
Release Notes
tinyhttp/tinyhttp (@tinyhttp/app)
v2.2.0
: v2.2: New (old) view engineCompare Source
v.2.2
Features
new View engine
View engine was ported from express for cases like multiple view engines and custom
View
processing. See docs for more info.App
doesn't require a first argument as engine options in a generic anymore. Instead pass engine options toapp.engine
andres.render
.Example:
new type:
AppConstructor
A constructor type for
@tinyhttp/app
has been moved into a type for more convenience:new App method:
app.disabled
Returns if a setting is disabled:
Bug Fixes
req.xhr
from a header by @aarontravass in https://github.com/tinyhttp/tinyhttp/pull/408req.route
us assigned the correct middleware if multiple are present by @aarontravass in https://github.com/tinyhttp/tinyhttp/pull/409Improvements
@tinyhttp/app
from 25 to 23.@tinyhttp/app
decreased from 692KB to 540KB (22% smaller) by switching fromes-mime-types
tomime@beta
app.set
,app.enable
andapp.disable
now have stricter typesapp.engine
supports extensions with and without a dotapp.render
,res.render
andapp.engine
support passing template engine options as a generices-
modules owned by @talentlessguy are moved to the tinyhttp organization to avoid lock-in and make it easier to maintainNew examples
Full Changelog: https://github.com/tinyhttp/tinyhttp/compare/[@​tinyhttp/app](https://togithub.com/tinyhttp/app)[@​2](https://togithub.com/2).1.4...[@​tinyhttp/app](https://togithub.com/tinyhttp/app)[@​2](https://togithub.com/2).2.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.
This PR has been generated by Mend Renovate. View repository job log here.