netlify-cli 17.15.7 → 17.16.1

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.
@@ -1 +1 @@
1
- {"version":3,"file":"hash-fns.d.ts","sourceRoot":"","sources":["../../../src/utils/deploy/hash-fns.ts"],"names":[],"mappings":"AAsFA,QAAA,MAAM,OAAO;;;;;;;;;;;;;;;;;;;;;;;;EAgGZ,CAAA;AAED,eAAe,OAAO,CAAA"}
1
+ {"version":3,"file":"hash-fns.d.ts","sourceRoot":"","sources":["../../../src/utils/deploy/hash-fns.ts"],"names":[],"mappings":"AAsFA,QAAA,MAAM,OAAO;;;;;;;;;;;;;;;;;;;;;;;;EAkGZ,CAAA;AAED,eAAe,OAAO,CAAA"}
@@ -107,7 +107,7 @@ tmpDir, }) => {
107
107
  });
108
108
  const fileObjs = functionZips.map(
109
109
  // @ts-expect-error TS(7031) FIXME: Binding element 'buildData' implicitly has an 'any... Remove this comment to see the full error message
110
- ({ buildData, displayName, generator, invocationMode, path: functionPath, runtime, runtimeVersion }) => ({
110
+ ({ buildData, displayName, generator, invocationMode, path: functionPath, priority, runtime, runtimeVersion }) => ({
111
111
  filepath: functionPath,
112
112
  root: tmpDir,
113
113
  relname: path.relative(tmpDir, functionPath),
@@ -121,6 +121,7 @@ tmpDir, }) => {
121
121
  generator,
122
122
  invocationMode,
123
123
  buildData,
124
+ priority,
124
125
  }));
125
126
  const fnConfig = functionZips
126
127
  // @ts-expect-error TS(7006) FIXME: Parameter 'func' implicitly has an 'any' type.
@@ -134,6 +135,7 @@ tmpDir, }) => {
134
135
  generator: curr.generator,
135
136
  routes: curr.routes,
136
137
  build_data: curr.buildData,
138
+ priority: curr.priority,
137
139
  },
138
140
  }), {});
139
141
  const functionSchedules = functionZips
@@ -1,24 +1,24 @@
1
1
  {
2
2
  "name": "netlify-cli",
3
- "version": "17.15.7",
3
+ "version": "17.16.1",
4
4
  "lockfileVersion": 2,
5
5
  "requires": true,
6
6
  "packages": {
7
7
  "": {
8
8
  "name": "netlify-cli",
9
- "version": "17.15.7",
9
+ "version": "17.16.1",
10
10
  "hasInstallScript": true,
11
11
  "license": "MIT",
12
12
  "dependencies": {
13
13
  "@bugsnag/js": "7.20.2",
14
14
  "@fastify/static": "6.10.2",
15
15
  "@netlify/blobs": "6.4.2",
16
- "@netlify/build": "29.33.4",
16
+ "@netlify/build": "29.33.6",
17
17
  "@netlify/build-info": "7.12.0",
18
- "@netlify/config": "20.10.3",
18
+ "@netlify/config": "20.11.0",
19
19
  "@netlify/edge-bundler": "11.2.2",
20
20
  "@netlify/local-functions-proxy": "1.1.1",
21
- "@netlify/zip-it-and-ship-it": "9.29.0",
21
+ "@netlify/zip-it-and-ship-it": "9.29.1",
22
22
  "@octokit/rest": "19.0.13",
23
23
  "ansi-escapes": "6.2.0",
24
24
  "ansi-styles": "6.2.1",
@@ -1112,22 +1112,22 @@
1112
1112
  }
1113
1113
  },
1114
1114
  "node_modules/@netlify/build": {
1115
- "version": "29.33.4",
1116
- "resolved": "https://registry.npmjs.org/@netlify/build/-/build-29.33.4.tgz",
1117
- "integrity": "sha512-pB0NDP0VoBNUKpe4XnmnjmDtzRVXxJgzgZ+vk2fNmvI81Ta+fSC+oHSURaxugHKvF2yFOzFgsV8FUlIlk3o5Eg==",
1115
+ "version": "29.33.6",
1116
+ "resolved": "https://registry.npmjs.org/@netlify/build/-/build-29.33.6.tgz",
1117
+ "integrity": "sha512-avgahPxfY9jeeH6ovMHeNzLvNWi6Bjh/lm0HJf+T4b5eqk3qLeqTCIcZAOiRI/4qfJ0XBOviifKy3DQMGpFwdQ==",
1118
1118
  "dependencies": {
1119
1119
  "@bugsnag/js": "^7.0.0",
1120
- "@netlify/blobs": "^6.4.2",
1120
+ "@netlify/blobs": "^6.5.0",
1121
1121
  "@netlify/cache-utils": "^5.1.5",
1122
- "@netlify/config": "^20.10.3",
1122
+ "@netlify/config": "^20.11.0",
1123
1123
  "@netlify/edge-bundler": "11.2.2",
1124
1124
  "@netlify/framework-info": "^9.8.10",
1125
- "@netlify/functions-utils": "^5.2.49",
1125
+ "@netlify/functions-utils": "^5.2.50",
1126
1126
  "@netlify/git-utils": "^5.1.1",
1127
1127
  "@netlify/opentelemetry-utils": "^1.0.1",
1128
1128
  "@netlify/plugins-list": "^6.73.0",
1129
1129
  "@netlify/run-utils": "^5.1.1",
1130
- "@netlify/zip-it-and-ship-it": "9.29.0",
1130
+ "@netlify/zip-it-and-ship-it": "9.29.1",
1131
1131
  "@opentelemetry/api": "~1.6.0",
1132
1132
  "@sindresorhus/slugify": "^2.0.0",
1133
1133
  "ansi-escapes": "^6.0.0",
@@ -1270,6 +1270,14 @@
1270
1270
  "node": ">= 14"
1271
1271
  }
1272
1272
  },
1273
+ "node_modules/@netlify/build/node_modules/@netlify/blobs": {
1274
+ "version": "6.5.0",
1275
+ "resolved": "https://registry.npmjs.org/@netlify/blobs/-/blobs-6.5.0.tgz",
1276
+ "integrity": "sha512-wRFlNnL/Qv3WNLZd3OT/YYqF1zb6iPSo8T31sl9ccL1ahBxW1fBqKgF4b1XL7Z+6mRIkatvcsVPkWBcO+oJMNA==",
1277
+ "engines": {
1278
+ "node": "^14.16.0 || >=16.0.0"
1279
+ }
1280
+ },
1273
1281
  "node_modules/@netlify/build/node_modules/@sindresorhus/is": {
1274
1282
  "version": "5.6.0",
1275
1283
  "resolved": "https://registry.npmjs.org/@sindresorhus/is/-/is-5.6.0.tgz",
@@ -1702,9 +1710,9 @@
1702
1710
  }
1703
1711
  },
1704
1712
  "node_modules/@netlify/config": {
1705
- "version": "20.10.3",
1706
- "resolved": "https://registry.npmjs.org/@netlify/config/-/config-20.10.3.tgz",
1707
- "integrity": "sha512-MZAvf6BWMBk3MpMeqjrZoI8EUjHIVJTHSFRlRn8/QROHyUgO9XWTZL892MKJZE3mgu1YP0iQP4rVkzidAikTQA==",
1713
+ "version": "20.11.0",
1714
+ "resolved": "https://registry.npmjs.org/@netlify/config/-/config-20.11.0.tgz",
1715
+ "integrity": "sha512-MjWSgtVCtWpAb0CRmro0sfC6SiIJd37eRHSFggEyX9bSI8JytpDUt3J8wpiS4z+LhpFDp+IKAZ1pionbVvXiUw==",
1708
1716
  "dependencies": {
1709
1717
  "chalk": "^5.0.0",
1710
1718
  "cron-parser": "^4.1.0",
@@ -2222,11 +2230,11 @@
2222
2230
  }
2223
2231
  },
2224
2232
  "node_modules/@netlify/functions-utils": {
2225
- "version": "5.2.49",
2226
- "resolved": "https://registry.npmjs.org/@netlify/functions-utils/-/functions-utils-5.2.49.tgz",
2227
- "integrity": "sha512-risycfkRDJtlJ7/ixdlOth3h92toGuvkFol15VGywstXz40icIEFEw35VZR3w6TTR64gfDo4A3s4lGDdH5UdGA==",
2233
+ "version": "5.2.50",
2234
+ "resolved": "https://registry.npmjs.org/@netlify/functions-utils/-/functions-utils-5.2.50.tgz",
2235
+ "integrity": "sha512-XbJPdptmINULEL9YBbKMvee1/qsnjWvH4tnTpSo9yLsOx2O6/YDqU/uUNI/iJTwZp2fu7RaLI/MU6nkpCceW1g==",
2228
2236
  "dependencies": {
2229
- "@netlify/zip-it-and-ship-it": "9.29.0",
2237
+ "@netlify/zip-it-and-ship-it": "9.29.1",
2230
2238
  "cpy": "^9.0.0",
2231
2239
  "path-exists": "^5.0.0"
2232
2240
  },
@@ -2660,9 +2668,9 @@
2660
2668
  }
2661
2669
  },
2662
2670
  "node_modules/@netlify/serverless-functions-api": {
2663
- "version": "1.13.1",
2664
- "resolved": "https://registry.npmjs.org/@netlify/serverless-functions-api/-/serverless-functions-api-1.13.1.tgz",
2665
- "integrity": "sha512-LWi0/ku6UvkCIwlREoJc3k2y/2uTc1u2pf+ODUdCwGwtewDJW8+wduVeQYLyywWemdIdg9IoMga3Q5wW0lBitQ==",
2671
+ "version": "1.14.0",
2672
+ "resolved": "https://registry.npmjs.org/@netlify/serverless-functions-api/-/serverless-functions-api-1.14.0.tgz",
2673
+ "integrity": "sha512-HUNETLNvNiC2J+SB/YuRwJA9+agPrc0azSoWVk8H85GC+YE114hcS5JW+dstpKwVerp2xILE3vNWN7IMXP5Q5Q==",
2666
2674
  "dependencies": {
2667
2675
  "@netlify/node-cookies": "^0.1.0",
2668
2676
  "urlpattern-polyfill": "8.0.2"
@@ -2672,14 +2680,14 @@
2672
2680
  }
2673
2681
  },
2674
2682
  "node_modules/@netlify/zip-it-and-ship-it": {
2675
- "version": "9.29.0",
2676
- "resolved": "https://registry.npmjs.org/@netlify/zip-it-and-ship-it/-/zip-it-and-ship-it-9.29.0.tgz",
2677
- "integrity": "sha512-z6DxHmFmBiBRMZ1FgM/LnfnS0PFy9xdBVxk8SlzFPiNwOSQKpz1zV+DFcAfrWKEa4hvTtNzW05+teIqXRLLIqA==",
2683
+ "version": "9.29.1",
2684
+ "resolved": "https://registry.npmjs.org/@netlify/zip-it-and-ship-it/-/zip-it-and-ship-it-9.29.1.tgz",
2685
+ "integrity": "sha512-Dli45ALeBTvoedU5BGNX1yvvOw7FUm6SHzkxoUPs/4ekQTwPz9IZI35fBRRY28eNJANuZw51PRhtglIyUbYKIg==",
2678
2686
  "dependencies": {
2679
2687
  "@babel/parser": "^7.22.5",
2680
2688
  "@babel/types": "7.23.6",
2681
2689
  "@netlify/binary-info": "^1.0.0",
2682
- "@netlify/serverless-functions-api": "^1.13.1",
2690
+ "@netlify/serverless-functions-api": "^1.14.0",
2683
2691
  "@vercel/nft": "^0.23.0",
2684
2692
  "archiver": "^6.0.0",
2685
2693
  "common-path-prefix": "^3.0.0",
@@ -15398,22 +15406,22 @@
15398
15406
  "integrity": "sha512-MccXfC/b8vRr5FWJTvMN7L3aBgtrbhNLWQsSu802C/R2Gmlb5C9/OC0IY4i0+BEZ8rS+F4TU/8NQsVlqHHVESQ=="
15399
15407
  },
15400
15408
  "@netlify/build": {
15401
- "version": "29.33.4",
15402
- "resolved": "https://registry.npmjs.org/@netlify/build/-/build-29.33.4.tgz",
15403
- "integrity": "sha512-pB0NDP0VoBNUKpe4XnmnjmDtzRVXxJgzgZ+vk2fNmvI81Ta+fSC+oHSURaxugHKvF2yFOzFgsV8FUlIlk3o5Eg==",
15409
+ "version": "29.33.6",
15410
+ "resolved": "https://registry.npmjs.org/@netlify/build/-/build-29.33.6.tgz",
15411
+ "integrity": "sha512-avgahPxfY9jeeH6ovMHeNzLvNWi6Bjh/lm0HJf+T4b5eqk3qLeqTCIcZAOiRI/4qfJ0XBOviifKy3DQMGpFwdQ==",
15404
15412
  "requires": {
15405
15413
  "@bugsnag/js": "^7.0.0",
15406
- "@netlify/blobs": "^6.4.2",
15414
+ "@netlify/blobs": "^6.5.0",
15407
15415
  "@netlify/cache-utils": "^5.1.5",
15408
- "@netlify/config": "^20.10.3",
15416
+ "@netlify/config": "^20.11.0",
15409
15417
  "@netlify/edge-bundler": "11.2.2",
15410
15418
  "@netlify/framework-info": "^9.8.10",
15411
- "@netlify/functions-utils": "^5.2.49",
15419
+ "@netlify/functions-utils": "^5.2.50",
15412
15420
  "@netlify/git-utils": "^5.1.1",
15413
15421
  "@netlify/opentelemetry-utils": "^1.0.1",
15414
15422
  "@netlify/plugins-list": "^6.73.0",
15415
15423
  "@netlify/run-utils": "^5.1.1",
15416
- "@netlify/zip-it-and-ship-it": "9.29.0",
15424
+ "@netlify/zip-it-and-ship-it": "9.29.1",
15417
15425
  "@opentelemetry/api": "~1.6.0",
15418
15426
  "@sindresorhus/slugify": "^2.0.0",
15419
15427
  "ansi-escapes": "^6.0.0",
@@ -15462,6 +15470,11 @@
15462
15470
  "yargs": "^17.6.0"
15463
15471
  },
15464
15472
  "dependencies": {
15473
+ "@netlify/blobs": {
15474
+ "version": "6.5.0",
15475
+ "resolved": "https://registry.npmjs.org/@netlify/blobs/-/blobs-6.5.0.tgz",
15476
+ "integrity": "sha512-wRFlNnL/Qv3WNLZd3OT/YYqF1zb6iPSo8T31sl9ccL1ahBxW1fBqKgF4b1XL7Z+6mRIkatvcsVPkWBcO+oJMNA=="
15477
+ },
15465
15478
  "@sindresorhus/is": {
15466
15479
  "version": "5.6.0",
15467
15480
  "resolved": "https://registry.npmjs.org/@sindresorhus/is/-/is-5.6.0.tgz",
@@ -15781,9 +15794,9 @@
15781
15794
  }
15782
15795
  },
15783
15796
  "@netlify/config": {
15784
- "version": "20.10.3",
15785
- "resolved": "https://registry.npmjs.org/@netlify/config/-/config-20.10.3.tgz",
15786
- "integrity": "sha512-MZAvf6BWMBk3MpMeqjrZoI8EUjHIVJTHSFRlRn8/QROHyUgO9XWTZL892MKJZE3mgu1YP0iQP4rVkzidAikTQA==",
15797
+ "version": "20.11.0",
15798
+ "resolved": "https://registry.npmjs.org/@netlify/config/-/config-20.11.0.tgz",
15799
+ "integrity": "sha512-MjWSgtVCtWpAb0CRmro0sfC6SiIJd37eRHSFggEyX9bSI8JytpDUt3J8wpiS4z+LhpFDp+IKAZ1pionbVvXiUw==",
15787
15800
  "requires": {
15788
15801
  "chalk": "^5.0.0",
15789
15802
  "cron-parser": "^4.1.0",
@@ -16121,11 +16134,11 @@
16121
16134
  }
16122
16135
  },
16123
16136
  "@netlify/functions-utils": {
16124
- "version": "5.2.49",
16125
- "resolved": "https://registry.npmjs.org/@netlify/functions-utils/-/functions-utils-5.2.49.tgz",
16126
- "integrity": "sha512-risycfkRDJtlJ7/ixdlOth3h92toGuvkFol15VGywstXz40icIEFEw35VZR3w6TTR64gfDo4A3s4lGDdH5UdGA==",
16137
+ "version": "5.2.50",
16138
+ "resolved": "https://registry.npmjs.org/@netlify/functions-utils/-/functions-utils-5.2.50.tgz",
16139
+ "integrity": "sha512-XbJPdptmINULEL9YBbKMvee1/qsnjWvH4tnTpSo9yLsOx2O6/YDqU/uUNI/iJTwZp2fu7RaLI/MU6nkpCceW1g==",
16127
16140
  "requires": {
16128
- "@netlify/zip-it-and-ship-it": "9.29.0",
16141
+ "@netlify/zip-it-and-ship-it": "9.29.1",
16129
16142
  "cpy": "^9.0.0",
16130
16143
  "path-exists": "^5.0.0"
16131
16144
  },
@@ -16370,23 +16383,23 @@
16370
16383
  }
16371
16384
  },
16372
16385
  "@netlify/serverless-functions-api": {
16373
- "version": "1.13.1",
16374
- "resolved": "https://registry.npmjs.org/@netlify/serverless-functions-api/-/serverless-functions-api-1.13.1.tgz",
16375
- "integrity": "sha512-LWi0/ku6UvkCIwlREoJc3k2y/2uTc1u2pf+ODUdCwGwtewDJW8+wduVeQYLyywWemdIdg9IoMga3Q5wW0lBitQ==",
16386
+ "version": "1.14.0",
16387
+ "resolved": "https://registry.npmjs.org/@netlify/serverless-functions-api/-/serverless-functions-api-1.14.0.tgz",
16388
+ "integrity": "sha512-HUNETLNvNiC2J+SB/YuRwJA9+agPrc0azSoWVk8H85GC+YE114hcS5JW+dstpKwVerp2xILE3vNWN7IMXP5Q5Q==",
16376
16389
  "requires": {
16377
16390
  "@netlify/node-cookies": "^0.1.0",
16378
16391
  "urlpattern-polyfill": "8.0.2"
16379
16392
  }
16380
16393
  },
16381
16394
  "@netlify/zip-it-and-ship-it": {
16382
- "version": "9.29.0",
16383
- "resolved": "https://registry.npmjs.org/@netlify/zip-it-and-ship-it/-/zip-it-and-ship-it-9.29.0.tgz",
16384
- "integrity": "sha512-z6DxHmFmBiBRMZ1FgM/LnfnS0PFy9xdBVxk8SlzFPiNwOSQKpz1zV+DFcAfrWKEa4hvTtNzW05+teIqXRLLIqA==",
16395
+ "version": "9.29.1",
16396
+ "resolved": "https://registry.npmjs.org/@netlify/zip-it-and-ship-it/-/zip-it-and-ship-it-9.29.1.tgz",
16397
+ "integrity": "sha512-Dli45ALeBTvoedU5BGNX1yvvOw7FUm6SHzkxoUPs/4ekQTwPz9IZI35fBRRY28eNJANuZw51PRhtglIyUbYKIg==",
16385
16398
  "requires": {
16386
16399
  "@babel/parser": "^7.22.5",
16387
16400
  "@babel/types": "7.23.6",
16388
16401
  "@netlify/binary-info": "^1.0.0",
16389
- "@netlify/serverless-functions-api": "^1.13.1",
16402
+ "@netlify/serverless-functions-api": "^1.14.0",
16390
16403
  "@vercel/nft": "^0.23.0",
16391
16404
  "archiver": "^6.0.0",
16392
16405
  "common-path-prefix": "^3.0.0",
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "netlify-cli",
3
3
  "description": "Netlify command line tool",
4
- "version": "17.15.7",
4
+ "version": "17.16.1",
5
5
  "author": "Netlify Inc.",
6
6
  "type": "module",
7
7
  "engines": {
@@ -38,12 +38,12 @@
38
38
  "@bugsnag/js": "7.20.2",
39
39
  "@fastify/static": "6.10.2",
40
40
  "@netlify/blobs": "6.4.2",
41
- "@netlify/build": "29.33.4",
41
+ "@netlify/build": "29.33.6",
42
42
  "@netlify/build-info": "7.12.0",
43
- "@netlify/config": "20.10.3",
43
+ "@netlify/config": "20.11.0",
44
44
  "@netlify/edge-bundler": "11.2.2",
45
45
  "@netlify/local-functions-proxy": "1.1.1",
46
- "@netlify/zip-it-and-ship-it": "9.29.0",
46
+ "@netlify/zip-it-and-ship-it": "9.29.1",
47
47
  "@octokit/rest": "19.0.13",
48
48
  "ansi-escapes": "6.2.0",
49
49
  "ansi-styles": "6.2.1",