Skip to content

Latest commit

 

History

History
211 lines (106 loc) · 5.29 KB

CHANGELOG.md

File metadata and controls

211 lines (106 loc) · 5.29 KB

@vercel/build-utils

8.0.0

Major Changes

  • Remove legacy avoidTopLevelInstall logic (#11513)

Patch Changes

  • [build-utils] Add VERCEL_PROJECT_PRODUCTION_URL framework env var prefix (#11506)

7.12.0

Minor Changes

7.11.0

Minor Changes

  • Add getOsRelease() and getProvidedRuntime() functions (#11370)

7.10.0

Minor Changes

  • Allow environment variables to be specified for EdgeFunction (#11029)

7.9.1

Patch Changes

  • Export getSupportedNodeVersion (#11277)

7.9.0

Minor Changes

  • Add base parameter to scanParentDirs() (#11261)

7.8.0

Minor Changes

  • Remove VERCEL_ENABLE_NPM_DEFAULT env var check (#11242)

Patch Changes

  • Rename variants to flags and remove legacy flags (#11121)

7.7.1

Patch Changes

  • [build-utils] increase max memory limit (#11209)

7.7.0

Minor Changes

  • Revert "Revert "Default ruby to only currently supported version (3.2.0)"" (#11137)

7.6.0

Minor Changes

  • Revert "Default ruby to only currently supported version (3.2.0)" (#11135)

  • Mark flags as deprecated and replace them with variants (#11098)

  • [build-utils] change default package manager when no lockfile detected from yarn to npm (gated behind feature flag) (#11131)

Patch Changes

  • Update internal type for variants (#11111)

7.5.1

Patch Changes

  • Add experimental field to Lambda and size to FileFsRef output (#11059)

7.5.0

Minor Changes

  • Deprecate EdgeFunction#name property (#11010)

7.4.1

Patch Changes

  • Extend Node v16 discontinue date to 2024-06-15 (#10967)

7.4.0

Minor Changes

  • Adds new helper getPathForPackageManager() (#10918)

7.3.0

Minor Changes

  • [cli] add --deprecated option to vc project ls command (#10919)

7.2.5

Patch Changes

  • Remove Node.js v20 env var check (#10834)

7.2.4

Patch Changes

  • Select Node.js version based on what's available in build-container (#10822)

7.2.3

Patch Changes

  • Add experimental flag to allow Node.js v20 (#10802)

7.2.2

Patch Changes

  • [cli] Update bun detection and add tests for projects with both bunlock binary and yarn.lock text files (#10583)

7.2.1

Patch Changes

7.2.0

Minor Changes

  • Add new optional prerender field: experimentalStreamingLambdaPath (#10476)

  • [build-utils] Add zero config detection for bun package manager (#10486)

Patch Changes

  • add experimentalBypassFor field to Prerender (#10481)

7.1.1

Patch Changes

  • add descriptions to NodeVersion properties (#10403)

  • Updated semver dependency (#10411)

7.1.0

Minor Changes

  • Support serverless function architecture (#10392)

7.0.0

Major Changes

  • BREAKING CHANGE: Drop Node.js 14, bump minimum to Node.js 16 (#10369)

6.8.3

Patch Changes

  • Fix getPrefixedEnvVars() to handle VERCEL_BRANCH_URL (#10315)

6.8.2

Patch Changes

  • Push back nodejs16.x discontinue date to 2024-02-06 (#10209)

6.8.1

Patch Changes

  • Revert "[build-utils] Allow file-ref sema to be controlled through env flag" (#10167)

6.8.0

Minor Changes

  • Add getNodeBinPaths() and traverseUpDirectories() functions (#10150)

6.7.5

Patch Changes

6.7.4

Patch Changes

  • Remove usage of env from Edge Functions and Middleware (#10018)

6.7.3

Patch Changes

  • Deprecate Node.js 14.x and 16.x with warning (#9976)