@netlify/build 35.2.9 → 35.2.11

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.
@@ -14,4 +14,5 @@ export const DEFAULT_FEATURE_FLAGS = {
14
14
  buildbot_zisi_esbuild_parser: false,
15
15
  netlify_build_updated_plugin_compatibility: false,
16
16
  netlify_build_plugin_system_log: false,
17
+ edge_bundler_generate_tarball: false,
17
18
  };
@@ -66,4 +66,10 @@ const IGNORED_COMMANDS = [
66
66
  'gatsby-telemetry',
67
67
  'jest-worker',
68
68
  'broccoli-babel-transpiler',
69
+ // Ignore internal processes wrapped in square brackets
70
+ /^\[[^\]]+\]$/,
71
+ // Phoenix processes
72
+ '/sbin/init-supervisor',
73
+ '/usr/local/bin/sandbox',
74
+ 'bpfilter_umh',
69
75
  ];
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@netlify/build",
3
- "version": "35.2.9",
3
+ "version": "35.2.11",
4
4
  "description": "Netlify build module",
5
5
  "type": "module",
6
6
  "exports": "./lib/index.js",
@@ -67,16 +67,16 @@
67
67
  "license": "MIT",
68
68
  "dependencies": {
69
69
  "@bugsnag/js": "^8.0.0",
70
- "@netlify/blobs": "^10.2.1",
70
+ "@netlify/blobs": "^10.3.1",
71
71
  "@netlify/cache-utils": "^6.0.4",
72
- "@netlify/config": "^24.0.7",
73
- "@netlify/edge-bundler": "14.8.2",
74
- "@netlify/functions-utils": "^6.2.11",
72
+ "@netlify/config": "^24.0.8",
73
+ "@netlify/edge-bundler": "14.8.4",
74
+ "@netlify/functions-utils": "^6.2.12",
75
75
  "@netlify/git-utils": "^6.0.2",
76
76
  "@netlify/opentelemetry-utils": "^2.0.1",
77
77
  "@netlify/plugins-list": "^6.80.0",
78
78
  "@netlify/run-utils": "^6.0.2",
79
- "@netlify/zip-it-and-ship-it": "14.1.11",
79
+ "@netlify/zip-it-and-ship-it": "14.1.12",
80
80
  "@sindresorhus/slugify": "^2.0.0",
81
81
  "ansi-escapes": "^7.0.0",
82
82
  "ansis": "^4.1.0",
@@ -152,5 +152,5 @@
152
152
  "engines": {
153
153
  "node": ">=18.14.0"
154
154
  },
155
- "gitHead": "7ac1f1a5fa680e067ba0c8cd0f689d0667f89333"
155
+ "gitHead": "eae1c7c9d0d7ab598aa676f72d298160a5fee92a"
156
156
  }