studio
studio copied to clipboard
Update Server
trafficstars
This PR contains the following updates:
| Package | Type | Update | Change |
|---|---|---|---|
| @types/cookie-parser (source) | dependencies | patch | 1.4.7 -> 1.4.8 |
| @types/express-session (source) | dependencies | patch | 1.18.0 -> 1.18.1 |
| @types/validator (source) | dependencies | patch | 13.12.0 -> 13.12.2 |
| compression | dependencies | minor | 1.7.4 -> 1.8.0 |
| cookie-parser | dependencies | patch | 1.4.6 -> 1.4.7 |
| express-session | dependencies | patch | 1.18.0 -> 1.18.1 |
Release Notes
expressjs/compression (compression)
v1.8.0
==================
- Use
res.headersSentwhen available - Replace
_implicitHeaderwithwriteHeadproperty - add brotli support for versions of node that support it
- Add the enforceEncoding option for requests without
Accept-Encodingheader
v1.7.5
==================
- deps: Replace accepts with negotiator@~0.6.4
- Add preference option
- deps: [email protected]
- Add petabyte (
pb) support - Fix "thousandsSeparator" incorrecting formatting fractional part
- Fix return value for un-parsable strings
- Add petabyte (
- deps: compressible@~2.0.18
- Mark
font/ttfas compressible - Remove compressible from
multipart/mixed - deps: mime-db@'>= 1.43.0 < 2'
- Mark
- deps: [email protected]
expressjs/cookie-parser (cookie-parser)
v1.4.7
==========
- deps: [email protected]
- Fix object assignment of
hasOwnProperty
- Fix object assignment of
- deps: [email protected]
- Allow leading dot for domain
- Although not permitted in the spec, some users expect this to work and user agents ignore the leading dot according to spec
- Add fast path for
serializewithout options, useobj.hasOwnPropertywhen parsing
- Allow leading dot for domain
- deps: [email protected]
- perf: parse cookies ~10% faster
- fix: narrow the validation of cookies to match RFC6265
- fix: add
maintopackage.jsonfor rspack
- deps: [email protected]
- Add
partitionedoption
- Add
- deps: [email protected]
- Add
priorityoption - Fix
expiresoption to reject invalid dates - pref: improve default decode speed
- pref: remove slow string split in parse
- Add
- deps: [email protected]
- pref: read value only when assigning in parse
- pref: remove unnecessary regexp in parse
expressjs/session (express-session)
v1.18.1
==========
- deps: [email protected]
- Fix object assignment of
hasOwnProperty
- Fix object assignment of
- deps: [email protected]
- Allow leading dot for domain
- Although not permitted in the spec, some users expect this to work and user agents ignore the leading dot according to spec
- Add fast path for
serializewithout options, useobj.hasOwnPropertywhen parsing
- Allow leading dot for domain
- deps: [email protected]
- perf: parse cookies ~10% faster
- fix: narrow the validation of cookies to match RFC6265
- fix: add
maintopackage.jsonfor rspack
Configuration
📅 Schedule: Branch creation - "on the first day of the month" (UTC), 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.
👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.
- [ ] If you want to rebase/retry this PR, check this box
disabled