Skip to content

Commit 72fc547

Browse files
chore(deps-dev): bump webpack from 5.77.0 to 5.78.0 (#3717)
* chore(deps-dev): bump webpack from 5.77.0 to 5.78.0 Bumps [webpack](https://github.com/webpack/webpack) from 5.77.0 to 5.78.0. - [Release notes](https://github.com/webpack/webpack/releases) - [Commits](webpack/webpack@v5.77.0...v5.78.0) --- updated-dependencies: - dependency-name: webpack dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]> * docs: update options --------- Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Nitin Kumar <[email protected]>
1 parent 66f9500 commit 72fc547

File tree

3 files changed

+7
-3
lines changed

3 files changed

+7
-3
lines changed

OPTIONS.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -650,6 +650,7 @@ Options:
650650
--output-library-commonjs <value> Name of the exposed commonjs export in the UMD.
651651
--output-library-root <value...> Part of the name of the property exposed globally by a UMD library.
652652
--output-library-root-reset Clear all items provided in 'output.library.root' configuration. Name of the property exposed globally by a UMD library.
653+
--output-library-amd-container <value> Add a container for define/require functions in the AMD module.
653654
--output-library-auxiliary-comment <value> Append the same comment above each import style.
654655
--output-library-auxiliary-comment-amd <value> Set comment for `amd` section in UMD.
655656
--output-library-auxiliary-comment-commonjs <value> Set comment for `commonjs` (exports) section in UMD.
@@ -688,6 +689,7 @@ Options:
688689
--output-webassembly-module-filename <value> The filename of WebAssembly modules as relative path inside the 'output.path' directory.
689690
--output-worker-chunk-loading <value> The method of loading chunks (methods included by default are 'jsonp' (web), 'import' (ESM), 'importScripts' (WebWorker), 'require' (sync node.js), 'async-node' (async node.js), but others might be added by plugins).
690691
--no-output-worker-chunk-loading Negative 'output-worker-chunk-loading' option.
692+
--output-worker-public-path <value> Worker public path. Much like the public path, this sets the location where the worker script file is intended to be found. If not set, webpack will use the publicPath. Don't set this option unless your worker scripts are located at a different path from your other script files.
691693
--output-worker-wasm-loading <value> The method of loading WebAssembly Modules (methods included by default are 'fetch' (web/WebWorker), 'async-node' (node.js), but others might be added by plugins).
692694
--no-output-worker-wasm-loading Negative 'output-worker-wasm-loading' option.
693695
--parallelism <value> The number of parallel processed modules in the compilation.

SERVE-OPTIONS-v4.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,8 @@ Options:
3939
--no-client-overlay-errors Disables the full-screen overlay in the browser when there are compiler errors.
4040
--client-overlay-warnings Enables a full-screen overlay in the browser when there are compiler warnings.
4141
--no-client-overlay-warnings Disables the full-screen overlay in the browser when there are compiler warnings.
42+
--client-overlay-runtime-errors Enables a full-screen overlay in the browser when there are uncaught runtime errors.
43+
--no-client-overlay-runtime-errors Disables the full-screen overlay in the browser when there are uncaught runtime errors.
4244
--client-overlay-trusted-types-policy-name <value> The name of a Trusted Types policy for the overlay. Defaults to 'webpack-dev-server#overlay'.
4345
--client-progress Prints compilation progress in percentage in the browser.
4446
--no-client-progress Does not print compilation progress in percentage in the browser.

yarn.lock

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10288,9 +10288,9 @@ webpack-sources@^3.2.3:
1028810288
integrity sha512-/DyMEOrDgLKKIG0fmvtz+4dUX/3Ghozwgm6iPp8KRhvn+eQf9+Q7GWxVNMk3+uCPWfdXYC4ExGBckIXdFEfH1w==
1028910289

1029010290
webpack@^5.72.0:
10291-
version "5.77.0"
10292-
resolved "https://registry.yarnpkg.com/webpack/-/webpack-5.77.0.tgz#dea3ad16d7ea6b84aa55fa42f4eac9f30e7eb9b4"
10293-
integrity sha512-sbGNjBr5Ya5ss91yzjeJTLKyfiwo5C628AFjEa6WSXcZa4E+F57om3Cc8xLb1Jh0b243AWuSYRf3dn7HVeFQ9Q==
10291+
version "5.78.0"
10292+
resolved "https://registry.yarnpkg.com/webpack/-/webpack-5.78.0.tgz#836452a12416af2a7beae906b31644cb2562f9e6"
10293+
integrity sha512-gT5DP72KInmE/3azEaQrISjTvLYlSM0j1Ezhht/KLVkrqtv10JoP/RXhwmX/frrutOPuSq3o5Vq0ehR/4Vmd1g==
1029410294
dependencies:
1029510295
"@types/eslint-scope" "^3.7.3"
1029610296
"@types/estree" "^0.0.51"

0 commit comments

Comments
 (0)