Skip to content

Commit 2f8620a

Browse files
committed
test: update snaps
1 parent d0c7841 commit 2f8620a

File tree

4 files changed

+52
-53
lines changed

4 files changed

+52
-53
lines changed

package-lock.json

Lines changed: 9 additions & 9 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@
101101
"tcp-port-used": "^1.0.2",
102102
"typescript": "^4.2.4",
103103
"url-loader": "^4.1.1",
104-
"webpack": "^5.41.0",
104+
"webpack": "^5.42.1",
105105
"webpack-cli": "^4.7.2",
106106
"webpack-merge": "^5.8.0"
107107
},

test/cli/__snapshots__/basic.test.js.snap.webpack4

Lines changed: 22 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -38,12 +38,12 @@ Options:
3838
--no-stats Disable stats output.
3939
--watch-options-stdin Stop watching when stdin stream has ended.
4040
--no-watch-options-stdin Do not stop watching when stdin stream has ended.
41-
--allowed-hosts <value...> Allows to enumerate the hosts from which access to the dev server are allowed (useful when you are proxying dev server, by default is 'auto'). https://webpack.js.org/configuration/dev-server/#devserverallowedhosts
42-
--allowed-hosts-reset Clear all items provided in 'allowedHosts' configuration. Allows to enumerate the hosts from which access to the dev server are allowed (useful when you are proxying dev server, by default is 'auto'). https://webpack.js.org/configuration/dev-server/#devserverallowedhosts
43-
--bonjour Allows to broadcasts dev server via ZeroConf networking on start. https://webpack.js.org/configuration/dev-server/#devserverbonjour
44-
--no-bonjour Disallows to broadcasts dev server via ZeroConf networking on start. https://webpack.js.org/configuration/dev-server/#devserverbonjour
41+
--allowed-hosts <value...> Allows to enumerate the hosts from which access to the dev server are allowed (useful when you are proxying dev server, by default is 'auto').
42+
--allowed-hosts-reset Clear all items provided in 'allowedHosts' configuration. Allows to enumerate the hosts from which access to the dev server are allowed (useful when you are proxying dev server, by default is 'auto').
43+
--bonjour Allows to broadcasts dev server via ZeroConf networking on start.
44+
--no-bonjour Disallows to broadcasts dev server via ZeroConf networking on start.
4545
--client-transport <value> Allows to set custom transport to communicate with dev server.
46-
--client-logging <value> Allows to specify options for client script in the browser. https://webpack.js.org/configuration/dev-server/#devserverclient
46+
--client-logging <value> Allows to specify options for client script in the browser.
4747
--client-progress Prints compilation progress in percentage in the browser.
4848
--no-client-progress Does not print compilation progress in percentage in the browser.
4949
--client-overlay Enables a full-screen overlay in the browser when there are compiler errors or warnings.
@@ -63,17 +63,17 @@ Options:
6363
--client-web-socket-url-protocol <value> Tells clients connected to devServer to use the provided protocol.
6464
--client-web-socket-url-username <value> Tells clients connected to devServer to use the provided username to authenticate.
6565
--client-web-socket-url-password <value> Tells clients connected to devServer to use the provided password to authenticate.
66-
--web-socket-server <value> Allows to set web socket server and options (by default 'ws'). https://webpack.js.org/configuration/dev-server/#devserverwebsocketserver
67-
--compress Enables gzip compression for everything served. https://webpack.js.org/configuration/dev-server/#devservercompress
66+
--web-socket-server <value> Allows to set web socket server and options (by default 'ws').
67+
--compress Enables gzip compression for everything served.
6868
--no-compress Disables gzip compression for everything served.
69-
--history-api-fallback Allows to proxy requests through a specified index page (by default 'index.html'), useful for Single Page Applications that utilise the HTML5 History API. https://webpack.js.org/configuration/dev-server/#devserverhistoryapifallback
69+
--history-api-fallback Allows to proxy requests through a specified index page (by default 'index.html'), useful for Single Page Applications that utilise the HTML5 History API.
7070
--no-history-api-fallback Negative 'history-api-fallback' option.
71-
--host <value> Allows to specify a hostname to use. https://webpack.js.org/configuration/dev-server/#devserverhost
72-
--hot [value] Enables Hot Module Replacement. https://webpack.js.org/configuration/dev-server/#devserverhot
71+
--host <value> Allows to specify a hostname to use.
72+
--hot [value] Enables Hot Module Replacement.
7373
--no-hot Disables Hot Module Replacement.
74-
--http2 Allows to serve over HTTP/2 using SPDY. https://webpack.js.org/configuration/dev-server/#devserverhttp2
74+
--http2 Allows to serve over HTTP/2 using SPDY.
7575
--no-http2 Does not serve over HTTP/2 using SPDY.
76-
--https Allows to configure the server's listening socket for TLS (by default, dev server will be served over HTTP). https://webpack.js.org/configuration/dev-server/#devserverhttps
76+
--https Allows to configure the server's listening socket for TLS (by default, dev server will be served over HTTP).
7777
--no-https Disallows to configure the server's listening socket for TLS (by default, dev server will be served over HTTP).
7878
--https-passphrase <value> Passphrase for a pfx file.
7979
--https-request-cert Request for an SSL certificate.
@@ -82,30 +82,30 @@ Options:
8282
--https-key <value> Path to an SSL key.
8383
--https-pfx <value> Path to an SSL pfx file.
8484
--https-cert <value> Path to an SSL certificate.
85-
--ipc [value] Listen to a unix socket. https://webpack.js.org/configuration/dev-server/#devserveripc
86-
--live-reload Enables reload/refresh the page(s) when file changes are detected (enabled by default). https://webpack.js.org/configuration/dev-server/#devserverlivereload
85+
--ipc [value] Listen to a unix socket.
86+
--live-reload Enables reload/refresh the page(s) when file changes are detected (enabled by default).
8787
--no-live-reload Disables reload/refresh the page(s) when file changes are detected (enabled by default)
88-
--open [value...] Allows to configure dev server to open the browser(s) and page(s) after server had been started (set it to true to open your default browser). https://webpack.js.org/configuration/dev-server/#devserveropen
88+
--open [value...] Allows to configure dev server to open the browser(s) and page(s) after server had been started (set it to true to open your default browser).
8989
--no-open Does not open the default browser.
9090
--open-target <value...> Opens specified page in browser.
9191
--open-app-name <value...> Open specified browser.
9292
--open-app <value...> Open specified browser.
93-
--open-reset Clear all items provided in 'open' configuration. Allows to configure dev server to open the browser(s) and page(s) after server had been started (set it to true to open your default browser). https://webpack.js.org/configuration/dev-server/#devserveropen
93+
--open-reset Clear all items provided in 'open' configuration. Allows to configure dev server to open the browser(s) and page(s) after server had been started (set it to true to open your default browser).
9494
--open-target-reset Clear all items provided in 'open.target' configuration. Opens specified page in browser.
9595
--open-app-name-reset Clear all items provided in 'open.app.name' configuration. Open specified browser.
96-
--port <value> Allows to specify a port to use. https://webpack.js.org/configuration/dev-server/#devserverport
97-
--static [value...] Allows to configure options for serving static files from directory (by default 'public' directory). https://webpack.js.org/configuration/dev-server/#devserverstatic
96+
--port <value> Allows to specify a port to use.
97+
--static [value...] Allows to configure options for serving static files from directory (by default 'public' directory).
9898
--no-static Negative 'static' option.
9999
--static-directory <value...> Directory for static contents.
100100
--static-public-path <value...> The static files will be available in the browser under this public path.
101101
--static-serve-index Tells dev server to use serveIndex middleware when enabled.
102-
--no-static-serve-index Does not tell dev server to use serveIndex middleware.
102+
--no-static-serve-index Negative 'static-serve-index' option.
103103
--static-watch Watches for files in static content directory.
104104
--no-static-watch Does not watch for files in static content directory.
105-
--static-reset Clear all items provided in 'static' configuration. Allows to configure options for serving static files from directory (by default 'public' directory). https://webpack.js.org/configuration/dev-server/#devserverstatic
105+
--static-reset Clear all items provided in 'static' configuration. Allows to configure options for serving static files from directory (by default 'public' directory).
106106
--static-public-path-reset Clear all items provided in 'static.publicPath' configuration. The static files will be available in the browser under this public path.
107-
--watch-files <value...> Allows to configure list of globs/directories/files to watch for file changes. https://webpack.js.org/configuration/dev-server/#devserverwatchfiles
108-
--watch-files-reset Clear all items provided in 'watchFiles' configuration. Allows to configure list of globs/directories/files to watch for file changes. https://webpack.js.org/configuration/dev-server/#devserverwatchfiles
107+
--watch-files <value...> Allows to configure list of globs/directories/files to watch for file changes.
108+
--watch-files-reset Clear all items provided in 'watchFiles' configuration. Allows to configure list of globs/directories/files to watch for file changes.
109109

110110
Global options:
111111
--color Enable colors on console.

0 commit comments

Comments
 (0)