Skip to content

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.0

Major Changes

  • breaking: allow any numeric value for BODY_SIZE_LIMIT, and interpret literally. Use Infinity rather than 0 for unrestricted body sizes (#11589)

@​sveltejs/adapter-node@​2.1.1

Patch Changes

  • fix: correctly handle BODY_SIZE_LIMIT=0 (#11574)

@​sveltejs/adapter-node@​2.1.0

Minor Changes

  • feat: add PORT_HEADER env var for reverse proxies with non-standard ports (#11249)

Patch Changes

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. Use Infinity rather than 0 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

Commits


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

Merge request reports

Loading