@vercel/build-utils 10.6.5 → 10.6.6

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/CHANGELOG.md CHANGED
@@ -1,5 +1,11 @@
1
1
  # @vercel/build-utils
2
2
 
3
+ ## 10.6.6
4
+
5
+ ### Patch Changes
6
+
7
+ - Deprecate Node.js 18.x with warning ([#13549](https://github.com/vercel/vercel/pull/13549))
8
+
3
9
  ## 10.6.5
4
10
 
5
11
  ### Patch Changes
@@ -55,7 +55,8 @@ const NODE_VERSIONS = [
55
55
  new import_types.NodeVersion({
56
56
  major: 18,
57
57
  range: "18.x",
58
- runtime: "nodejs18.x"
58
+ runtime: "nodejs18.x",
59
+ discontinueDate: /* @__PURE__ */ new Date("2025-09-01")
59
60
  }),
60
61
  new import_types.NodeVersion({
61
62
  major: 16,
package/dist/index.js CHANGED
@@ -22954,7 +22954,8 @@ var NODE_VERSIONS = [
22954
22954
  new NodeVersion({
22955
22955
  major: 18,
22956
22956
  range: "18.x",
22957
- runtime: "nodejs18.x"
22957
+ runtime: "nodejs18.x",
22958
+ discontinueDate: /* @__PURE__ */ new Date("2025-09-01")
22958
22959
  }),
22959
22960
  new NodeVersion({
22960
22961
  major: 16,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@vercel/build-utils",
3
- "version": "10.6.5",
3
+ "version": "10.6.6",
4
4
  "license": "Apache-2.0",
5
5
  "main": "./dist/index.js",
6
6
  "types": "./dist/index.d.js",