@netlify/build 33.1.1 → 33.1.2

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.2",
4
4
  "description": "Netlify build module",
5
5
  "type": "module",
6
6
  "exports": "./lib/index.js",
@@ -69,20 +69,20 @@
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.2",
73
+ "@netlify/edge-bundler": "14.0.4",
74
+ "@netlify/framework-info": "^10.0.3",
75
+ "@netlify/functions-utils": "^6.0.4",
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.2",
81
81
  "@sindresorhus/slugify": "^2.0.0",
82
82
  "ansi-escapes": "^6.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
87
  "figures": "^5.0.0",
88
88
  "filter-obj": "^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",
@@ -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": "992493d32e1d68d165c4ceb78f93abb52bf24150"
163
163
  }