Bump @sveltejs/adapter-node from 2.0.2 to 3.0.0
Bumps @sveltejs/adapter-node from 2.0.2 to 3.0.0.
Release notes
Sourced from @sveltejs/adapter-node
's releases.
@sveltejs/adapter-node
@3
.0.0Major Changes
- breaking: allow any numeric value for
BODY_SIZE_LIMIT
, and interpret literally. UseInfinity
rather than0
for unrestricted body sizes (#11589)
@sveltejs/adapter-node
@2
.1.1Patch Changes
- fix: correctly handle BODY_SIZE_LIMIT=0 (#11574)
@sveltejs/adapter-node
@2
.1.0Minor Changes
- feat: add
PORT_HEADER
env var for reverse proxies with non-standard ports (#11249)Patch Changes
- Updated dependencies [
9556abae4ba28c02ba468735beb9eb868876a9a1
,8468af597c6240f7a3687ef1ed3873990b944f8c
]:
@sveltejs/kit
@2
.1.1
Changelog
Sourced from @sveltejs/adapter-node
's changelog.
3.0.0
Major Changes
- breaking: allow any numeric value for
BODY_SIZE_LIMIT
, and interpret literally. UseInfinity
rather than0
for unrestricted body sizes (#11589)2.1.1
Patch Changes
- fix: correctly handle BODY_SIZE_LIMIT=0 (#11574)
2.1.0
Minor Changes
- feat: add
PORT_HEADER
env var for reverse proxies with non-standard ports (#11249)Patch Changes
- Updated dependencies [
9556abae4ba28c02ba468735beb9eb868876a9a1
,8468af597c6240f7a3687ef1ed3873990b944f8c
]:
@sveltejs/kit
@2
.1.1
Commits
-
d93eb42
Version Packages (#11592) -
0f16e83
fix: Update body_size_limit to use Number instead of parseInt (#11589) -
511367f
Version Packages (#11579) -
70d4464
fix: correctly handle BODY_SIZE_LIMIT=0 in Node adapter (#11574) -
a0464f7
Version Packages (#11556) -
e2504f1
feat(node): addPORT_HEADER
env var for reverse proxies with non-standard p... -
8504150
chore(deps): update dependency c8 to v9 (#11512) - See full diff in compare view
Dependabot commands
You can trigger Dependabot actions by commenting on this MR
-
$dependabot recreate
will recreate this MR rewriting all the manual changes and resolving conflicts