Created by: renovate[bot]
This PR contains the following updates:
Package | Type | Update | Change |
---|---|---|---|
connect | dependencies | major | ~2.30.0 -> ~3.7.0 |
Release Notes
senchalabs/connect
v3.7.0
==================
- deps: finalhandler@1.1.2
- Set stricter
Content-Security-Policy
header - Fix 404 output for bad / missing pathnames
- deps: encodeurl@~1.0.2
- deps: parseurl@~1.3.3
- deps: statuses@~1.4.0
- Set stricter
- deps: parseurl@~1.3.3
- perf: remove substr call from FQDN mapping
v3.6.6
==================
- deps: finalhandler@1.1.0
- Use
res.headersSent
when available
- Use
- perf: remove array read-past-end
v3.6.5
==================
- deps: debug@2.6.9
- deps: finalhandler@1.0.6
- deps: debug@2.6.9
v3.6.4
==================
- deps: finalhandler@1.0.5
- deps: parseurl@~1.3.2
- deps: parseurl@~1.3.2
- perf: reduce overhead for full URLs
- perf: unroll the "fast-path"
RegExp
- deps: utils-merge@1.0.1
v3.6.3
==================
- deps: debug@2.6.8
- deps: finalhandler@1.0.4
- deps: debug@2.6.8
v3.6.2
==================
- deps: finalhandler@1.0.3
- deps: debug@2.6.7
- deps: debug@2.6.7
- deps: ms@2.0.0
v3.6.1
==================
- deps: debug@2.6.3
- Fix
DEBUG_MAX_ARRAY_LENGTH
- Fix
- deps: finalhandler@1.0.1
- Fix missing
</html>
in HTML document - deps: debug@2.6.3
- Fix missing
v3.6.0
==================
- deps: debug@2.6.1
- Allow colors in workers
- Deprecated
DEBUG_FD
environment variable set to3
or higher - Fix error when running under React Native
- Use same color for same namespace
- deps: ms@0.7.2
- deps: finalhandler@1.0.0
- Fix exception when
err
cannot be converted to a string - Fully URL-encode the pathname in the 404
- Only include the pathname in the 404 message
- Send complete HTML document
- Set
Content-Security-Policy: default-src 'self'
header - deps: debug@2.6.1
- Fix exception when
v3.5.1
==================
- deps: finalhandler@0.5.1
- Fix exception when
err.headers
is not an object - deps: statuses@~1.3.1
- perf: hoist regular expressions
- perf: remove duplicate validation path
- Fix exception when
v3.5.0
==================
- deps: finalhandler@0.5.0
- Change invalid or non-numeric status code to 500
- Overwrite status message to match set status code
- Prefer
err.statusCode
iferr.status
is invalid - Set response headers from
err.headers
object - Use
statuses
instead ofhttp
module for status messages
v3.4.1
==================
- deps: finalhandler@0.4.1
- deps: escape-html@~1.0.3
- deps: parseurl@~1.3.1
- perf: enable strict mode
v3.4.0
==================
- deps: debug@~2.2.0
- deps: ms@0.7.1
- deps: finalhandler@0.4.0
- Fix a false-positive when unpiping in Node.js 0.8
- Support
statusCode
property onError
objects - Use
unpipe
module for unpiping requests - deps: debug@~2.2.0
- deps: escape-html@1.0.2
- deps: on-finished@~2.3.0
- perf: enable strict mode
- perf: remove argument reassignment
- perf: enable strict mode
- perf: remove argument reassignments
v3.3.5
==================
- deps: debug@~2.1.3
- Fix high intensity foreground color for bold
- deps: ms@0.7.0
- deps: finalhandler@0.3.4
- deps: debug@~2.1.3
v3.3.4
==================
- deps: debug@~2.1.1
- deps: finalhandler@0.3.3
- deps: debug@~2.1.1
- deps: on-finished@~2.2.0
v3.3.3
==================
- Correctly invoke async callback asynchronously
v3.3.2
==================
- Fix handling of URLs containing
://
in the path
v3.3.1
==================
- deps: finalhandler@0.3.2
- deps: on-finished@~2.1.1
v3.3.0
==================
- deps: debug@~2.1.0
- Implement
DEBUG_FD
env variable support
- Implement
- deps: finalhandler@0.3.1
- Terminate in progress response only on error
- Use
on-finished
to determine request status - deps: debug@~2.1.0
v3.2.0
==================
- deps: debug@~2.0.0
- deps: finalhandler@0.2.0
- Set
X-Content-Type-Options: nosniff
header - deps: debug@~2.0.0
- Set
v3.1.1
==================
- deps: parseurl@~1.3.0
v3.1.0
==================
- deps: debug@1.0.4
- deps: finalhandler@0.1.0
- Respond after request fully read
- deps: debug@1.0.4
- deps: parseurl@~1.2.0
- Cache URLs based on original value
- Remove no-longer-needed URL mis-parse work-around
- Simplify the "fast-path"
RegExp
- perf: reduce executed logic in routing
- perf: refactor location of
try
block
v3.0.2
==================
- deps: debug@1.0.3
- Add support for multiple wildcards in namespaces
- deps: parseurl@~1.1.3
- faster parsing of href-only URLs
v3.0.1
==================
- use
finalhandler
for final response handling - deps: debug@1.0.2
v3.0.0
==================
- No changes
Renovate configuration
rebase!
".
-
If you want to rebase/retry this PR, check this box
This PR has been generated by Renovate Bot. View repository job log here.