@netlify/build 33.1.1 → 33.1.3

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.
@@ -20,7 +20,7 @@ export function getUtils({ event, constants: { FUNCTIONS_SRC, INTERNAL_FUNCTIONS
20
20
  list: (optsA: any) => Promise<string[]>;
21
21
  getCacheDir: (optsA: any) => string;
22
22
  };
23
- run: (file: string, args?: string[] | object, options?: Record<string, unknown>) => import("execa").ExecaChildProcess<string>;
23
+ run: (file: string, args?: string[] | object, options?: import("execa").Options) => import("execa").ExecaChildProcess<string>;
24
24
  functions: {
25
25
  add: (src: any) => Promise<void>;
26
26
  list: any;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@netlify/build",
3
- "version": "33.1.1",
3
+ "version": "33.1.3",
4
4
  "description": "Netlify build module",
5
5
  "type": "module",
6
6
  "exports": "./lib/index.js",
@@ -69,23 +69,23 @@
69
69
  "@bugsnag/js": "^7.0.0",
70
70
  "@netlify/blobs": "^8.2.0",
71
71
  "@netlify/cache-utils": "^6.0.1",
72
- "@netlify/config": "^23.0.1",
73
- "@netlify/edge-bundler": "14.0.3",
74
- "@netlify/framework-info": "^10.0.2",
75
- "@netlify/functions-utils": "^6.0.3",
76
- "@netlify/git-utils": "^6.0.0",
72
+ "@netlify/config": "^23.0.3",
73
+ "@netlify/edge-bundler": "14.0.4",
74
+ "@netlify/framework-info": "^10.0.4",
75
+ "@netlify/functions-utils": "^6.0.5",
76
+ "@netlify/git-utils": "^6.0.1",
77
77
  "@netlify/opentelemetry-utils": "^2.0.0",
78
78
  "@netlify/plugins-list": "^6.80.0",
79
- "@netlify/run-utils": "^6.0.0",
80
- "@netlify/zip-it-and-ship-it": "12.0.1",
79
+ "@netlify/run-utils": "^6.0.1",
80
+ "@netlify/zip-it-and-ship-it": "12.0.3",
81
81
  "@sindresorhus/slugify": "^2.0.0",
82
- "ansi-escapes": "^6.0.0",
82
+ "ansi-escapes": "^7.0.0",
83
83
  "chalk": "^5.0.0",
84
84
  "clean-stack": "^5.0.0",
85
- "execa": "^7.0.0",
85
+ "execa": "^8.0.0",
86
86
  "fdir": "^6.0.1",
87
- "figures": "^5.0.0",
88
- "filter-obj": "^5.0.0",
87
+ "figures": "^6.0.0",
88
+ "filter-obj": "^6.0.0",
89
89
  "got": "^12.0.0",
90
90
  "hot-shots": "10.2.1",
91
91
  "indent-string": "^5.0.0",
@@ -98,7 +98,7 @@
98
98
  "memoize-one": "^6.0.0",
99
99
  "minimatch": "^9.0.4",
100
100
  "node-fetch": "^3.3.2",
101
- "os-name": "^5.0.0",
101
+ "os-name": "^6.0.0",
102
102
  "p-event": "^6.0.0",
103
103
  "p-every": "^2.0.0",
104
104
  "p-filter": "^4.0.0",
@@ -107,7 +107,7 @@
107
107
  "p-reduce": "^3.0.0",
108
108
  "path-exists": "^5.0.0",
109
109
  "path-type": "^5.0.0",
110
- "pkg-dir": "^7.0.0",
110
+ "pkg-dir": "^8.0.0",
111
111
  "pretty-ms": "^8.0.0",
112
112
  "ps-list": "^8.0.0",
113
113
  "read-package-up": "^11.0.0",
@@ -119,7 +119,7 @@
119
119
  "string-width": "^7.0.0",
120
120
  "strip-ansi": "^7.0.0",
121
121
  "supports-color": "^10.0.0",
122
- "terminal-link": "^3.0.0",
122
+ "terminal-link": "^4.0.0",
123
123
  "ts-node": "^10.9.1",
124
124
  "typescript": "^5.0.0",
125
125
  "uuid": "^11.0.0",
@@ -131,7 +131,7 @@
131
131
  "@opentelemetry/sdk-trace-base": "~1.24.0",
132
132
  "@types/node": "^14.18.53",
133
133
  "atob": "^2.1.2",
134
- "ava": "^4.0.0",
134
+ "ava": "^5.0.0",
135
135
  "c8": "^10.0.0",
136
136
  "copyfiles": "^2.4.1",
137
137
  "cpy": "^11.0.0",
@@ -159,5 +159,5 @@
159
159
  "engines": {
160
160
  "node": ">=18.14.0"
161
161
  },
162
- "gitHead": "20ebc60880b209b976d33578734b64007103cd5f"
162
+ "gitHead": "d83709cd993c2f23da3a8fe1106b26cc2e7f7276"
163
163
  }