@netlify/build 28.1.8 → 28.1.10

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.
@@ -121,10 +121,7 @@ const throwIfUnsupportedPluginVersion = function (outdatedPlugins) {
121
121
  if (!nextOutdatedV4Plugin) {
122
122
  return;
123
123
  }
124
- const error = new Error(`This site cannot be built because it is using an outdated version of the Next.js Runtime: ${packageName}@${version}.
125
- Versions greater than 4.26.0 are recommended. To upgrade this plugin, please update its version in "package.json" to the
126
- latest version: ${latestVersion}. If you cannot use a more recent version, please contact support at https://www.netlify.com/support
127
- for guidance.`);
124
+ const error = new Error(`This site cannot be built because it is using an outdated version of the Next.js Runtime: ${packageName}@${version}. Versions greater than 4.26.0 are recommended. To upgrade this plugin, please update its version in "package.json" to the latest version: ${latestVersion}. If you cannot use a more recent version, please contact support at https://www.netlify.com/support for guidance.`);
128
125
  addErrorInfo(error, { type: 'pluginUnsupportedVersion' });
129
126
  throw error;
130
127
  };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@netlify/build",
3
- "version": "28.1.8",
3
+ "version": "28.1.10",
4
4
  "description": "Netlify build module",
5
5
  "type": "module",
6
6
  "exports": "./lib/core/main.js",
@@ -66,10 +66,10 @@
66
66
  "@bugsnag/js": "^7.0.0",
67
67
  "@netlify/cache-utils": "^5.0.1",
68
68
  "@netlify/config": "^19.1.2",
69
- "@netlify/edge-bundler": "^3.0.1",
69
+ "@netlify/edge-bundler": "^3.1.1",
70
70
  "@netlify/functions-utils": "^5.0.2",
71
71
  "@netlify/git-utils": "^5.0.1",
72
- "@netlify/plugins-list": "^6.50.0",
72
+ "@netlify/plugins-list": "^6.54.0",
73
73
  "@netlify/run-utils": "^5.0.1",
74
74
  "@netlify/zip-it-and-ship-it": "^8.0.0",
75
75
  "@sindresorhus/slugify": "^2.0.0",
@@ -150,5 +150,5 @@
150
150
  "module": "commonjs"
151
151
  }
152
152
  },
153
- "gitHead": "bc7f518bd5a212b5d6124da1390541bfa1f9018c"
153
+ "gitHead": "c3144f26ba519149dee0be48b34461826ae42a66"
154
154
  }