dependabot[bot] opened a new pull request, #24:
URL: https://github.com/apache/openwhisk-vscode-extension/pull/24

   Removes [json5](https://github.com/json5/json5). It's no longer used after 
updating ancestor dependencies [json5](https://github.com/json5/json5), 
[ts-loader](https://github.com/TypeStrong/ts-loader), 
[webpack](https://github.com/webpack/webpack) and 
[webpack-cli](https://github.com/webpack/webpack-cli). These dependencies need 
to be updated together.
   
   Removes `json5`
   
   Updates `ts-loader` from 7.0.5 to 9.4.2
   <details>
   <summary>Release notes</summary>
   <p><em>Sourced from <a 
href="https://github.com/TypeStrong/ts-loader/releases";>ts-loader's 
releases</a>.</em></p>
   <blockquote>
   <h2>v9.4.2</h2>
   <ul>
   <li><a 
href="https://github-redirect.dependabot.com/TypeStrong/ts-loader/pull/1550";>Bug
 fix: Use custom transformer when building solution references</a> <a 
href="https://github-redirect.dependabot.com/TypeStrong/ts-loader/issues/1025";>#1025</a>
 - thanks <a href="https://github.com/feosuna1";><code>@​feosuna1</code></a></li>
   </ul>
   <h2>9.4.1</h2>
   <ul>
   <li><a 
href="https://github-redirect.dependabot.com/TypeStrong/ts-loader/pull/1505";>Hotfix:
 Disable <code>enhanced-resolve</code></a> - thanks <a 
href="https://github.com/manuth";><code>@​manuth</code></a></li>
   </ul>
   <h2>v9.4.0</h2>
   <ul>
   <li><a 
href="https://github-redirect.dependabot.com/TypeStrong/ts-loader/pull/1503";>Add
 Support for Resolving <code>.cjs</code>, <code>.mjs</code>, <code>.cts</code> 
and <code>.mts</code> Files</a> <a 
href="https://github-redirect.dependabot.com/TypeStrong/ts-loader/issues/1503";>#1503</a>
 - thanks <a href="https://github.com/manuth";><code>@​manuth</code></a></li>
   </ul>
   <h2>v9.3.1</h2>
   <ul>
   <li><a 
href="https://github-redirect.dependabot.com/TypeStrong/ts-loader/pull/1483";>Bug
 fix: Generate declaration files for js files if allowJs is set to true</a> <a 
href="https://github-redirect.dependabot.com/TypeStrong/ts-loader/issues/1260";>#1260</a>
 - thanks <a href="https://github.com/hediet";><code>@​hediet</code></a> and <a 
href="https://github.com/mvilliger";><code>@​mvilliger</code></a></li>
   </ul>
   <h2>v9.3.0</h2>
   <ul>
   <li><a 
href="https://github-redirect.dependabot.com/TypeStrong/ts-loader/pull/1451";>simplify
 configuration for fork-ts-checker-webpack-plugin</a> - thanks <a 
href="https://github.com/piotr-oles";><code>@​piotr-oles</code></a></li>
   </ul>
   <h2>v9.2.9</h2>
   <ul>
   <li><a 
href="https://github-redirect.dependabot.com/TypeStrong/ts-loader/pull/1447";>make
 v9 latest following v8 release</a> - thanks <a 
href="https://github.com/johnnyreilly";><code>@​johnnyreilly</code></a></li>
   </ul>
   <h2>v9.2.8</h2>
   <ul>
   <li><a 
href="https://github-redirect.dependabot.com/TypeStrong/ts-loader/pull/1439";>Bug
 fix: support webpack 5 in ts-loader</a> <a 
href="https://github-redirect.dependabot.com/TypeStrong/ts-loader/issues/1438";>#1438</a>
 - thanks <a href="https://github.com/einatbar";><code>@​einatbar</code></a></li>
   </ul>
   <h2>v9.2.7</h2>
   <ul>
   <li><a 
href="https://github-redirect.dependabot.com/TypeStrong/ts-loader/pull/1422";>cater
 for change in resolveTypeReferenceDirective API in TypeScript 4.7</a>  <a 
href="https://github-redirect.dependabot.com/TypeStrong/ts-loader/issues/1421";>#1421</a>
 - thanks <a 
href="https://github.com/johnnyreilly";><code>@​johnnyreilly</code></a> and <a 
href="https://github.com/cspotcode";><code>@​cspotcode</code></a> for 
inspiration in ts-node work here: <a 
href="https://github-redirect.dependabot.com/TypeStrong/ts-node/pull/1648";>TypeStrong/ts-node#1648</a></li>
   </ul>
   <h2>v9.2.6</h2>
   <ul>
   <li><a 
href="https://github-redirect.dependabot.com/TypeStrong/ts-loader/pull/1377";>Docs
 fix for thread-loader / history</a> - thanks <a 
href="https://github.com/johnnyreilly";><code>@​johnnyreilly</code></a></li>
   </ul>
   <h2>v9.2.5</h2>
   <ul>
   <li><a 
href="https://github-redirect.dependabot.com/TypeStrong/ts-loader/pull/1352";>Add
 function to get the latest program</a> - thanks <a 
href="https://github.com/Zn4rK";><code>@​Zn4rK</code></a></li>
   </ul>
   <h2>v9.2.4</h2>
   <ul>
   <li><a 
href="https://github-redirect.dependabot.com/TypeStrong/ts-loader/pull/1346";>Fix
 undefined configPath now falls back to default</a> - thanks <a 
href="https://github.com/johnnyreilly";><code>@​johnnyreilly</code></a></li>
   </ul>
   <h2>v9.2.3</h2>
   <ul>
   <li><a 
href="https://github-redirect.dependabot.com/TypeStrong/ts-loader/issues/1334";>Fix
 error message for invalid getCustomTransformers modules</a> - thanks <a 
href="https://github.com/blaky";><code>@​blaky</code></a></li>
   </ul>
   <h2>v9.2.2</h2>
   <ul>
   <li><a 
href="https://github-redirect.dependabot.com/TypeStrong/ts-loader/issues/1325";>Start
 consuming webpack loader types</a> - thanks <a 
href="https://github.com/johnnyreilly";><code>@​johnnyreilly</code></a></li>
   <li><a 
href="https://github-redirect.dependabot.com/TypeStrong/ts-loader/issues/1324";>Add
 webpack minimum version in peerDependencies</a> - thanks <a 
href="https://github.com/afdev82";><code>@​afdev82</code></a></li>
   </ul>
   <h2>v9.2.1</h2>
   <ul>
   <li><a 
href="https://github-redirect.dependabot.com/TypeStrong/ts-loader/issues/1320";>Make
 v9 latest in npm again</a> - thanks <a 
href="https://github.com/johnnyreilly";><code>@​johnnyreilly</code></a></li>
   </ul>
   <h2>v9.2.0</h2>
   <ul>
   <li><a 
href="https://github-redirect.dependabot.com/TypeStrong/ts-loader/issues/1316";>Fixed
 impossibility to have several instances of ts-loader with different compiler 
options</a> - thanks <a 
href="https://github.com/timocov";><code>@​timocov</code></a></li>
   </ul>
   <h2>v9.1.2</h2>
   <ul>
   <li><a 
href="https://github-redirect.dependabot.com/TypeStrong/ts-loader/pull/1293";>Fix
 removed files handling in watch mode</a> - thanks <a 
href="https://github.com/gasnier";><code>@​gasnier</code></a></li>
   </ul>
   <h2>v9.1.1</h2>
   <!-- raw HTML omitted -->
   </blockquote>
   <p>... (truncated)</p>
   </details>
   <details>
   <summary>Changelog</summary>
   <p><em>Sourced from <a 
href="https://github.com/TypeStrong/ts-loader/blob/main/CHANGELOG.md";>ts-loader's
 changelog</a>.</em></p>
   <blockquote>
   <h2>9.4.2</h2>
   <ul>
   <li><a 
href="https://github-redirect.dependabot.com/TypeStrong/ts-loader/pull/1550";>Bug
 fix: Use custom transformer when building solution references</a> <a 
href="https://github-redirect.dependabot.com/TypeStrong/ts-loader/issues/1025";>#1025</a>
 - thanks <a href="https://github.com/feosuna1";><code>@​feosuna1</code></a></li>
   </ul>
   <h2>9.4.1</h2>
   <ul>
   <li><a 
href="https://github-redirect.dependabot.com/TypeStrong/ts-loader/pull/1505";>Hotfix:
 Disable <code>enhanced-resolve</code></a> - thanks <a 
href="https://github.com/manuth";><code>@​manuth</code></a></li>
   </ul>
   <h2>v9.4.0</h2>
   <ul>
   <li><a 
href="https://github-redirect.dependabot.com/TypeStrong/ts-loader/pull/1503";>Add
 Support for Resolving <code>.cjs</code>, <code>.mjs</code>, <code>.cts</code> 
and <code>.mts</code> Files</a> <a 
href="https://github-redirect.dependabot.com/TypeStrong/ts-loader/issues/1503";>#1503</a>
 - thanks <a href="https://github.com/manuth";><code>@​manuth</code></a></li>
   </ul>
   <h2>v9.3.1</h2>
   <ul>
   <li><a 
href="https://github-redirect.dependabot.com/TypeStrong/ts-loader/pull/1483";>Bug
 fix: Generate declaration files for js files if allowJs is set to true</a> <a 
href="https://github-redirect.dependabot.com/TypeStrong/ts-loader/issues/1260";>#1260</a>
 - thanks <a href="https://github.com/hediet";><code>@​hediet</code></a> and <a 
href="https://github.com/mvilliger";><code>@​mvilliger</code></a></li>
   </ul>
   <h2>v9.3.0</h2>
   <ul>
   <li><a 
href="https://github-redirect.dependabot.com/TypeStrong/ts-loader/pull/1451";>simplify
 configuration for fork-ts-checker-webpack-plugin</a> - thanks <a 
href="https://github.com/piotr-oles";><code>@​piotr-oles</code></a></li>
   </ul>
   <h2>v9.2.9</h2>
   <ul>
   <li><a 
href="https://github-redirect.dependabot.com/TypeStrong/ts-loader/pull/1447";>make
 v9 latest following v8 release</a> - thanks <a 
href="https://github.com/johnnyreilly";><code>@​johnnyreilly</code></a></li>
   </ul>
   <h2>v9.2.8</h2>
   <ul>
   <li><a 
href="https://github-redirect.dependabot.com/TypeStrong/ts-loader/pull/1439";>Bug
 fix: support webpack 5 in ts-loader</a> <a 
href="https://github-redirect.dependabot.com/TypeStrong/ts-loader/issues/1438";>#1438</a>
 - thanks <a href="https://github.com/einatbar";><code>@​einatbar</code></a></li>
   </ul>
   <h2>v9.2.7</h2>
   <ul>
   <li><a 
href="https://github-redirect.dependabot.com/TypeStrong/ts-loader/pull/1422";>cater
 for change in resolveTypeReferenceDirective API in TypeScript 4.7</a> <a 
href="https://github-redirect.dependabot.com/TypeStrong/ts-loader/issues/1421";>#1421</a>
 - thanks <a href="https://github.com/johnny";><code>@​johnny</code></a>_reilly 
and <a href="https://github.com/cspotcode";><code>@​cspotcode</code></a> for 
inspiration in ts-node work here: <a 
href="https://github-redirect.dependabot.com/TypeStrong/ts-node/pull/1648";>TypeStrong/ts-node#1648</a></li>
   </ul>
   <h2>v9.2.6</h2>
   <ul>
   <li><a 
href="https://github-redirect.dependabot.com/TypeStrong/ts-loader/pull/1377";>Docs
 fix for thread-loader / history</a> - thanks <a 
href="https://github.com/johnnyreilly";><code>@​johnnyreilly</code></a></li>
   </ul>
   <h2>v9.2.5</h2>
   <ul>
   <li><a 
href="https://github-redirect.dependabot.com/TypeStrong/ts-loader/pull/1352";>Add
 function to get the latest program</a> - thanks <a 
href="https://github.com/Zn4rK";><code>@​Zn4rK</code></a></li>
   </ul>
   <h2>v9.2.4</h2>
   <ul>
   <li><a 
href="https://github-redirect.dependabot.com/TypeStrong/ts-loader/pull/1346";>Fix
 undefined configPath now falls back to default</a> - thanks <a 
href="https://github.com/johnnyreilly";><code>@​johnnyreilly</code></a></li>
   </ul>
   <h2>v9.2.3</h2>
   <ul>
   <li><a 
href="https://github-redirect.dependabot.com/TypeStrong/ts-loader/issues/1334";>Fix
 error message for invalid getCustomTransformers modules</a> - thanks <a 
href="https://github.com/blaky";><code>@​blaky</code></a></li>
   </ul>
   <h2>v9.2.2</h2>
   <ul>
   <li><a 
href="https://github-redirect.dependabot.com/TypeStrong/ts-loader/issues/1325";>Start
 consuming webpack loader types</a> - thanks <a 
href="https://github.com/johnnyreilly";><code>@​johnnyreilly</code></a></li>
   <li><a 
href="https://github-redirect.dependabot.com/TypeStrong/ts-loader/issues/1324";>Add
 webpack minimum version in peerDependencies</a> - thanks <a 
href="https://github.com/afdev82";><code>@​afdev82</code></a></li>
   </ul>
   <!-- raw HTML omitted -->
   </blockquote>
   <p>... (truncated)</p>
   </details>
   <details>
   <summary>Commits</summary>
   <ul>
   <li><a 
href="https://github.com/TypeStrong/ts-loader/commit/5e7220b65bd4e2709a76c9386cb939cdfed32eca";><code>5e7220b</code></a>
 Use custom transformer when building solution references (<a 
href="https://github-redirect.dependabot.com/TypeStrong/ts-loader/issues/1550";>#1550</a>)</li>
   <li><a 
href="https://github.com/TypeStrong/ts-loader/commit/87a9ffff2104c346c1e34d1e6e840ad5dcfa9585";><code>87a9fff</code></a>
 add missing comma in README.md (<a 
href="https://github-redirect.dependabot.com/TypeStrong/ts-loader/issues/1551";>#1551</a>)</li>
   <li><a 
href="https://github.com/TypeStrong/ts-loader/commit/620ee7926bb9384317caeafaa01478baf7ae87d3";><code>620ee79</code></a>
 Typescript 4 9 (<a 
href="https://github-redirect.dependabot.com/TypeStrong/ts-loader/issues/1547";>#1547</a>)</li>
   <li><a 
href="https://github.com/TypeStrong/ts-loader/commit/3319b913a6c328777e2983d7a89ccae141e888b3";><code>3319b91</code></a>
 chore(deps): bump minimatch in /examples/project-references-example (<a 
href="https://github-redirect.dependabot.com/TypeStrong/ts-loader/issues/1530";>#1530</a>)</li>
   <li><a 
href="https://github.com/TypeStrong/ts-loader/commit/60e5784218c3155a58a3cfa9d5c8e5c667115094";><code>60e5784</code></a>
 Fix anchor jumping in README.md (<a 
href="https://github-redirect.dependabot.com/TypeStrong/ts-loader/issues/1521";>#1521</a>)</li>
   <li><a 
href="https://github.com/TypeStrong/ts-loader/commit/5c66d2bcac063676db6461473f07d27533111bd4";><code>5c66d2b</code></a>
 Update outdated LICENSE year (<a 
href="https://github-redirect.dependabot.com/TypeStrong/ts-loader/issues/1513";>#1513</a>)</li>
   <li><a 
href="https://github.com/TypeStrong/ts-loader/commit/64a41369e0fc49638935dbc88c975f75c1e825fc";><code>64a4136</code></a>
 Bump terser from 4.8.0 to 4.8.1 in /examples/project-references-example (<a 
href="https://github-redirect.dependabot.com/TypeStrong/ts-loader/issues/1489";>#1489</a>)</li>
   <li><a 
href="https://github.com/TypeStrong/ts-loader/commit/cf1d2279f33c17a9f105b9567e19b694f9f831a4";><code>cf1d227</code></a>
 Bump lodash in /test/execution-tests/babel-codeSplitting (<a 
href="https://github-redirect.dependabot.com/TypeStrong/ts-loader/issues/1435";>#1435</a>)</li>
   <li><a 
href="https://github.com/TypeStrong/ts-loader/commit/e76abb0f8719c74de9d2f400f17ae60592f85295";><code>e76abb0</code></a>
 Add Tests and Remarks Concerning the New <code>.cts</code> And 
<code>.mts</code> File Extensions (#...</li>
   <li><a 
href="https://github.com/TypeStrong/ts-loader/commit/d9fcbfd577486f4c6ce6b44c3f5870ef7058a569";><code>d9fcbfd</code></a>
 Hotfix: Disable <code>enhanced-resolve</code> (<a 
href="https://github-redirect.dependabot.com/TypeStrong/ts-loader/issues/1506";>#1506</a>)</li>
   <li>Additional commits viewable in <a 
href="https://github.com/TypeStrong/ts-loader/compare/v7.0.5...v9.4.2";>compare 
view</a></li>
   </ul>
   </details>
   <br />
   
   Updates `webpack` from 4.43.0 to 5.75.0
   <details>
   <summary>Release notes</summary>
   <p><em>Sourced from <a 
href="https://github.com/webpack/webpack/releases";>webpack's 
releases</a>.</em></p>
   <blockquote>
   <h2>v5.75.0</h2>
   <h1>Bugfixes</h1>
   <ul>
   <li><code>experiments.*</code> normalize to <code>false</code> when 
opt-out</li>
   <li>avoid <code>NaN%</code></li>
   <li>show the correct error when using a conflicting chunk name in code</li>
   <li>HMR code tests existance of <code>window</code> before trying to access 
it</li>
   <li>fix <code>eval-nosources-*</code> actually exclude sources</li>
   <li>fix race condition where no module is returned from processing 
module</li>
   <li>fix position of standalong semicolon in runtime code</li>
   </ul>
   <h1>Features</h1>
   <ul>
   <li>add support for <code>@import</code> to extenal CSS when using 
experimental CSS in node</li>
   <li>add <code>i64</code> support to the deprecated WASM implementation</li>
   </ul>
   <h1>Developer Experience</h1>
   <ul>
   <li>expose <code>EnableWasmLoadingPlugin</code></li>
   <li>add more typings</li>
   <li>generate getters instead of readonly properties in typings to allow 
overriding them</li>
   </ul>
   <h2>v5.74.0</h2>
   <h1>Features</h1>
   <ul>
   <li>add <code>resolve.extensionAlias</code> option which allows to alias 
extensions
   <ul>
   <li>This is useful when you are forced to add the <code>.js</code> extension 
to imports when the file really has a <code>.ts</code> extension (typescript + 
<code>&quot;type&quot;: &quot;module&quot;</code>)</li>
   </ul>
   </li>
   <li>add support for ES2022 features like static blocks</li>
   <li>add Tree Shaking support for <code>ProvidePlugin</code></li>
   </ul>
   <h1>Bugfixes</h1>
   <ul>
   <li>fix persistent cache when some build dependencies are on a different 
windows drive</li>
   <li>make order of evaluation of side-effect-free modules deterministic 
between concatenated and non-concatenated modules</li>
   <li>remove left-over from debugging in TLA/async modules runtime code</li>
   <li>remove unneeded extra 1s timestamp offset during watching when files are 
actually untouched
   <ul>
   <li>This sometimes caused an additional second build which are not really 
needed</li>
   </ul>
   </li>
   <li>fix <code>shareScope</code> option for 
<code>ModuleFederationPlugin</code></li>
   <li>set <code>&quot;use-credentials&quot;</code> also for same origin 
scripts</li>
   </ul>
   <h1>Performance</h1>
   <ul>
   <li>Improve memory usage and performance of aggregating needed 
files/directories for watching
   <ul>
   <li>This affects rebuild performance</li>
   </ul>
   </li>
   </ul>
   <h1>Extensibility</h1>
   <ul>
   <li>export <code>HarmonyImportDependency</code> for plugins</li>
   </ul>
   <h2>v5.73.0</h2>
   <!-- raw HTML omitted -->
   </blockquote>
   <p>... (truncated)</p>
   </details>
   <details>
   <summary>Commits</summary>
   <ul>
   <li><a 
href="https://github.com/webpack/webpack/commit/8241da7f1e75c5581ba535d127fa66aeb9eb2ac8";><code>8241da7</code></a>
 5.75.0</li>
   <li><a 
href="https://github.com/webpack/webpack/commit/a91d9232ea87eedbe9077366395748f156730a2d";><code>a91d923</code></a>
 Merge pull request <a 
href="https://github-redirect.dependabot.com/webpack/webpack/issues/16458";>#16458</a>
 from webpack/bugfix/semi</li>
   <li><a 
href="https://github.com/webpack/webpack/commit/4608b114168f25eef4cfe9a27645cec40e7a68b5";><code>4608b11</code></a>
 Merge pull request <a 
href="https://github-redirect.dependabot.com/webpack/webpack/issues/16457";>#16457</a>
 from webpack/tooling/update</li>
   <li><a 
href="https://github.com/webpack/webpack/commit/dfdd0b0e42a479f60c1f84ced2fc4e3bdb2b2456";><code>dfdd0b0</code></a>
 Merge pull request <a 
href="https://github-redirect.dependabot.com/webpack/webpack/issues/16122";>#16122</a>
 from AnmolBansalDEV/bug/compilationCallback</li>
   <li><a 
href="https://github.com/webpack/webpack/commit/23b9a1c01ff5bb4570aece5a99d703aa564a8f3a";><code>23b9a1c</code></a>
 Merge pull request <a 
href="https://github-redirect.dependabot.com/webpack/webpack/issues/16167";>#16167</a>
 from exposir/fixts</li>
   <li><a 
href="https://github.com/webpack/webpack/commit/6f2c5e852a502a049ed8e37cfdc428305573b6b1";><code>6f2c5e8</code></a>
 Merge pull request <a 
href="https://github-redirect.dependabot.com/webpack/webpack/issues/16257";>#16257</a>
 from alexzhang1030/calc_deterministic_verbose</li>
   <li><a 
href="https://github.com/webpack/webpack/commit/f7f36ad412760c29cf727a4e952eeeba23570d36";><code>f7f36ad</code></a>
 Merge pull request <a 
href="https://github-redirect.dependabot.com/webpack/webpack/issues/16339";>#16339</a>
 from Liamolucko/wasm-i64</li>
   <li><a 
href="https://github.com/webpack/webpack/commit/761a54285e7b4e24727e7bb17e9291e264fe5351";><code>761a542</code></a>
 fix semicolon position</li>
   <li><a 
href="https://github.com/webpack/webpack/commit/2403a36326248f7f515959a479baa257288bef4d";><code>2403a36</code></a>
 Merge pull request <a 
href="https://github-redirect.dependabot.com/webpack/webpack/issues/16345";>#16345</a>
 from ahabhgk/fix-eval-nosources</li>
   <li><a 
href="https://github.com/webpack/webpack/commit/c18203c89447cd6728aa1f9d77b03aff7ae6e03f";><code>c18203c</code></a>
 update tooling</li>
   <li>Additional commits viewable in <a 
href="https://github.com/webpack/webpack/compare/v4.43.0...v5.75.0";>compare 
view</a></li>
   </ul>
   </details>
   <br />
   
   Updates `webpack-cli` from 3.3.11 to 5.0.1
   <details>
   <summary>Release notes</summary>
   <p><em>Sourced from <a 
href="https://github.com/webpack/webpack-cli/releases";>webpack-cli's 
releases</a>.</em></p>
   <blockquote>
   <h2>v5.0.1</h2>
   <h2><a 
href="https://github.com/webpack/webpack-cli/compare/webpack-cli@5.0.0...webpack-cli@5.0.1";>5.0.1</a>
 (2022-12-05)</h2>
   <h3>Bug Fixes</h3>
   <ul>
   <li>make <code>define-process-env-node-env</code> alias 
<code>node-env</code> (<a 
href="https://github-redirect.dependabot.com/webpack/webpack-cli/issues/3514";>#3514</a>)
 (<a 
href="https://github.com/webpack/webpack-cli/commit/346a518dd7423a726810ef1012031f92d318c9c5";>346a518</a>)</li>
   </ul>
   <h2>v5.0.0</h2>
   <h1><a 
href="https://github.com/webpack/webpack-cli/compare/webpack-cli@4.10.0...webpack-cli@5.0.0";>5.0.0</a>
 (2022-11-17)</h1>
   <h3>Bug Fixes</h3>
   <ul>
   <li>improve description of the <code>--disable-interpret</code> option (<a 
href="https://github-redirect.dependabot.com/webpack/webpack-cli/issues/3364";>#3364</a>)
 (<a 
href="https://github.com/webpack/webpack-cli/commit/bdb7e20a3fc5a676bf5ba9912c091a2c9b3a1cfd";>bdb7e20</a>)</li>
   <li>remove the redundant <code>utils</code> export (<a 
href="https://github-redirect.dependabot.com/webpack/webpack-cli/issues/3343";>#3343</a>)
 (<a 
href="https://github.com/webpack/webpack-cli/commit/a9ce5d077f90492558e2d5c14841b3b5b85f1186";>a9ce5d0</a>)</li>
   <li>respect <code>NODE_PATH</code> env variable (<a 
href="https://github-redirect.dependabot.com/webpack/webpack-cli/issues/3411";>#3411</a>)
 (<a 
href="https://github.com/webpack/webpack-cli/commit/83d1f58fb52d9dcfa3499efb342dfc47d0cca73a";>83d1f58</a>)</li>
   <li>show all CLI specific flags in the minimum help output (<a 
href="https://github-redirect.dependabot.com/webpack/webpack-cli/issues/3354";>#3354</a>)
 (<a 
href="https://github.com/webpack/webpack-cli/commit/35843e87c61fd27be92afce11bd66ebf4f9519ae";>35843e8</a>)</li>
   </ul>
   <h3>Features</h3>
   <ul>
   <li>failOnWarnings option (<a 
href="https://github-redirect.dependabot.com/webpack/webpack-cli/issues/3317";>#3317</a>)
 (<a 
href="https://github.com/webpack/webpack-cli/commit/c48c848c6c84eb73fbd829dc41bee301b0b7e2de";>c48c848</a>)</li>
   <li>update commander to v9 (<a 
href="https://github-redirect.dependabot.com/webpack/webpack-cli/issues/3460";>#3460</a>)
 (<a 
href="https://github.com/webpack/webpack-cli/commit/6621c023ab59cc510a5f76e262f2c81676d1920b";>6621c02</a>)</li>
   <li>added the <code>--define-process-env-node-env</code> option</li>
   <li>update <code>interpret</code> to v3 and <code>rechoir</code> to v0.8</li>
   <li>add an option for preventing interpret (<a 
href="https://github-redirect.dependabot.com/webpack/webpack-cli/issues/3329";>#3329</a>)
 (<a 
href="https://github.com/webpack/webpack-cli/commit/c7373832b96af499ad0813e07d114bdc927afdf4";>c737383</a>)</li>
   </ul>
   <h3>BREAKING CHANGES</h3>
   <ul>
   <li>the minimum supported webpack version is v5.0.0 (<a 
href="https://github-redirect.dependabot.com/webpack/webpack-cli/issues/3342";>#3342</a>)
 (<a 
href="https://github.com/webpack/webpack-cli/commit/b1af0dc7ebcdf746bc37889e4c1f978c65acc4a5";>b1af0dc</a>),
 closes <a 
href="https://github-redirect.dependabot.com/webpack/webpack-cli/issues/3342";>#3342</a></li>
   <li>webpack-cli no longer supports webpack v4, the minimum supported version 
is webpack v5.0.0</li>
   <li>webpack-cli no longer supports webpack-dev-server v3, the minimum 
supported version is webpack-dev-server v4.0.0</li>
   <li>remove the <code>migrate</code> command (<a 
href="https://github-redirect.dependabot.com/webpack/webpack-cli/issues/3291";>#3291</a>)
 (<a 
href="https://github.com/webpack/webpack-cli/commit/56b43e4baf76c166ade3b282b40ad9d007cc52b6";>56b43e4</a>),
 closes <a 
href="https://github-redirect.dependabot.com/webpack/webpack-cli/issues/3291";>#3291</a></li>
   <li>remove the <code>--prefetch</code> option in favor the 
<code>PrefetchPlugin</code> plugin</li>
   <li>remove the <code>--node-env</code> option in favor 
<code>--define-process-env-node-env</code></li>
   <li>remove the <code>--hot</code> option in favor of directly using the 
<code>HotModuleReplacement</code> plugin (only for <code>build</code> command, 
for <code>serve</code> it will work)</li>
   <li>the behavior logic of the <code>--entry</code> option has been changed - 
previously it replaced your entries, now the option adds a specified entry, if 
you want to return the previous behavior please use <code> webpack 
--entry-reset --entry './src/my-entry.js'</code></li>
   </ul>
   <h2>v4.10.0</h2>
   <h1><a 
href="https://github.com/webpack/webpack-cli/compare/webpack-cli@4.9.2...webpack-cli@4.10.0";>4.10.0</a>
 (2022-06-13)</h1>
   <h3>Bug Fixes</h3>
   <ul>
   <li>changeTime is already in milliseconds (<a 
href="https://github-redirect.dependabot.com/webpack/webpack-cli/issues/3198";>#3198</a>)
 (<a 
href="https://github.com/webpack/webpack-cli/commit/d390d32fe0f2491c5cc3a8dfae3ccc3962a5911b";>d390d32</a>)</li>
   <li>improve parsing of <code>--env</code> flag (<a 
href="https://github-redirect.dependabot.com/webpack/webpack-cli/issues/3286";>#3286</a>)
 (<a 
href="https://github.com/webpack/webpack-cli/commit/402c0fe9d4c09e75b9abec3bf44df430f4b62dff";>402c0fe</a>)</li>
   </ul>
   <h3>Features</h3>
   <ul>
   <li>added types (<a 
href="https://github.com/webpack/webpack-cli/commit/8ec1375092a6f9676e82fa4231dd88b1016c2302";>8ec1375</a>)</li>
   </ul>
   <h2>v4.9.2</h2>
   <h2><a 
href="https://github.com/webpack/webpack-cli/compare/webpack-cli@4.9.1...webpack-cli@4.9.2";>4.9.2</a>
 (2022-01-24)</h2>
   <!-- raw HTML omitted -->
   </blockquote>
   <p>... (truncated)</p>
   </details>
   <details>
   <summary>Changelog</summary>
   <p><em>Sourced from <a 
href="https://github.com/webpack/webpack-cli/blob/master/CHANGELOG.md";>webpack-cli's
 changelog</a>.</em></p>
   <blockquote>
   <h2><a 
href="https://github.com/webpack/webpack-cli/compare/webpack-cli@5.0.0...webpack-cli@5.0.1";>5.0.1</a>
 (2022-12-05)</h2>
   <h3>Bug Fixes</h3>
   <ul>
   <li>make <code>define-process-env-node-env</code> alias 
<code>node-env</code> (<a 
href="https://github-redirect.dependabot.com/webpack/webpack-cli/issues/3514";>#3514</a>)
 (<a 
href="https://github.com/webpack/webpack-cli/commit/346a518dd7423a726810ef1012031f92d318c9c5";>346a518</a>)</li>
   </ul>
   <h1><a 
href="https://github.com/webpack/webpack-cli/compare/webpack-cli@4.10.0...webpack-cli@5.0.0";>5.0.0</a>
 (2022-11-17)</h1>
   <h3>Bug Fixes</h3>
   <ul>
   <li>improve description of the <code>--disable-interpret</code> option (<a 
href="https://github-redirect.dependabot.com/webpack/webpack-cli/issues/3364";>#3364</a>)
 (<a 
href="https://github.com/webpack/webpack-cli/commit/bdb7e20a3fc5a676bf5ba9912c091a2c9b3a1cfd";>bdb7e20</a>)</li>
   <li>remove the redundant <code>utils</code> export (<a 
href="https://github-redirect.dependabot.com/webpack/webpack-cli/issues/3343";>#3343</a>)
 (<a 
href="https://github.com/webpack/webpack-cli/commit/a9ce5d077f90492558e2d5c14841b3b5b85f1186";>a9ce5d0</a>)</li>
   <li>respect <code>NODE_PATH</code> env variable (<a 
href="https://github-redirect.dependabot.com/webpack/webpack-cli/issues/3411";>#3411</a>)
 (<a 
href="https://github.com/webpack/webpack-cli/commit/83d1f58fb52d9dcfa3499efb342dfc47d0cca73a";>83d1f58</a>)</li>
   <li>show all CLI specific flags in the minimum help output (<a 
href="https://github-redirect.dependabot.com/webpack/webpack-cli/issues/3354";>#3354</a>)
 (<a 
href="https://github.com/webpack/webpack-cli/commit/35843e87c61fd27be92afce11bd66ebf4f9519ae";>35843e8</a>)</li>
   </ul>
   <h3>Features</h3>
   <ul>
   <li>failOnWarnings option (<a 
href="https://github-redirect.dependabot.com/webpack/webpack-cli/issues/3317";>#3317</a>)
 (<a 
href="https://github.com/webpack/webpack-cli/commit/c48c848c6c84eb73fbd829dc41bee301b0b7e2de";>c48c848</a>)</li>
   <li>update commander to v9 (<a 
href="https://github-redirect.dependabot.com/webpack/webpack-cli/issues/3460";>#3460</a>)
 (<a 
href="https://github.com/webpack/webpack-cli/commit/6621c023ab59cc510a5f76e262f2c81676d1920b";>6621c02</a>)</li>
   <li>added the <code>--define-process-env-node-env</code> option</li>
   <li>update <code>interpret</code> to v3 and <code>rechoir</code> to v0.8</li>
   <li>add an option for preventing interpret (<a 
href="https://github-redirect.dependabot.com/webpack/webpack-cli/issues/3329";>#3329</a>)
 (<a 
href="https://github.com/webpack/webpack-cli/commit/c7373832b96af499ad0813e07d114bdc927afdf4";>c737383</a>)</li>
   </ul>
   <h3>BREAKING CHANGES</h3>
   <ul>
   <li>the minimum supported webpack version is v5.0.0 (<a 
href="https://github-redirect.dependabot.com/webpack/webpack-cli/issues/3342";>#3342</a>)
 (<a 
href="https://github.com/webpack/webpack-cli/commit/b1af0dc7ebcdf746bc37889e4c1f978c65acc4a5";>b1af0dc</a>),
 closes <a 
href="https://github-redirect.dependabot.com/webpack/webpack-cli/issues/3342";>#3342</a></li>
   <li>webpack-cli no longer supports webpack v4, the minimum supported version 
is webpack v5.0.0</li>
   <li>webpack-cli no longer supports webpack-dev-server v3, the minimum 
supported version is webpack-dev-server v4.0.0</li>
   <li>remove the <code>migrate</code> command (<a 
href="https://github-redirect.dependabot.com/webpack/webpack-cli/issues/3291";>#3291</a>)
 (<a 
href="https://github.com/webpack/webpack-cli/commit/56b43e4baf76c166ade3b282b40ad9d007cc52b6";>56b43e4</a>),
 closes <a 
href="https://github-redirect.dependabot.com/webpack/webpack-cli/issues/3291";>#3291</a></li>
   <li>remove the <code>--prefetch</code> option in favor the 
<code>PrefetchPlugin</code> plugin</li>
   <li>remove the <code>--node-env</code> option in favor 
<code>--define-process-env-node-env</code></li>
   <li>remove the <code>--hot</code> option in favor of directly using the 
<code>HotModuleReplacement</code> plugin (only for <code>build</code> command, 
for <code>serve</code> it will work)</li>
   <li>the behavior logic of the <code>--entry</code> option has been changed - 
previously it replaced your entries, now the option adds a specified entry, if 
you want to return the previous behavior please use <code> webpack 
--entry-reset --entry './src/my-entry.js'</code></li>
   </ul>
   <h1><a 
href="https://github.com/webpack/webpack-cli/compare/webpack-cli@4.9.2...webpack-cli@4.10.0";>4.10.0</a>
 (2022-06-13)</h1>
   <h3>Bug Fixes</h3>
   <ul>
   <li>changeTime is already in milliseconds (<a 
href="https://github-redirect.dependabot.com/webpack/webpack-cli/issues/3198";>#3198</a>)
 (<a 
href="https://github.com/webpack/webpack-cli/commit/d390d32fe0f2491c5cc3a8dfae3ccc3962a5911b";>d390d32</a>)</li>
   <li>improve parsing of <code>--env</code> flag (<a 
href="https://github-redirect.dependabot.com/webpack/webpack-cli/issues/3286";>#3286</a>)
 (<a 
href="https://github.com/webpack/webpack-cli/commit/402c0fe9d4c09e75b9abec3bf44df430f4b62dff";>402c0fe</a>)</li>
   </ul>
   <h3>Features</h3>
   <ul>
   <li>added types (<a 
href="https://github.com/webpack/webpack-cli/commit/8ec1375092a6f9676e82fa4231dd88b1016c2302";>8ec1375</a>)</li>
   </ul>
   <h2><a 
href="https://github.com/webpack/webpack-cli/compare/webpack-cli@4.9.1...webpack-cli@4.9.2";>4.9.2</a>
 (2022-01-24)</h2>
   <h3>Bug Fixes</h3>
   <ul>
   <li>respect <code>negatedDescription</code> for flags from schema (<a 
href="https://github-redirect.dependabot.com/webpack/webpack-cli/issues/3102";>#3102</a>)
 (<a 
href="https://github.com/webpack/webpack-cli/commit/463b73115bf9a4871d775ec6501be50b08eef317";>463b731</a>)</li>
   </ul>
   <!-- raw HTML omitted -->
   </blockquote>
   <p>... (truncated)</p>
   </details>
   <details>
   <summary>Commits</summary>
   <ul>
   <li><a 
href="https://github.com/webpack/webpack-cli/commit/4a0f89380b3f920652bda7dfc0c23405099b94b8";><code>4a0f893</code></a>
 chore(release): publish new version</li>
   <li><a 
href="https://github.com/webpack/webpack-cli/commit/9de982c0ed54619b02350a572538004258471b30";><code>9de982c</code></a>
 chore: fix cspell</li>
   <li><a 
href="https://github.com/webpack/webpack-cli/commit/32d26c87b755186439c680e65f7f1a0d2b02bde9";><code>32d26c8</code></a>
 chore(deps-dev): bump cspell from 6.15.1 to 6.16.0 (<a 
href="https://github-redirect.dependabot.com/webpack/webpack-cli/issues/3517";>#3517</a>)</li>
   <li><a 
href="https://github.com/webpack/webpack-cli/commit/2788bf9445ce3f84e9cac13e3576fde1c6d6a021";><code>2788bf9</code></a>
 chore(deps-dev): bump eslint from 8.28.0 to 8.29.0 (<a 
href="https://github-redirect.dependabot.com/webpack/webpack-cli/issues/3516";>#3516</a>)</li>
   <li><a 
href="https://github.com/webpack/webpack-cli/commit/ac88ee4ab95a4de6d8b153e755d4641dd246817c";><code>ac88ee4</code></a>
 chore(deps-dev): bump lint-staged from 13.0.4 to 13.1.0 (<a 
href="https://github-redirect.dependabot.com/webpack/webpack-cli/issues/3515";>#3515</a>)</li>
   <li><a 
href="https://github.com/webpack/webpack-cli/commit/346a518dd7423a726810ef1012031f92d318c9c5";><code>346a518</code></a>
 fix: make define-process-env-node-env alias node-env (<a 
href="https://github-redirect.dependabot.com/webpack/webpack-cli/issues/3514";>#3514</a>)</li>
   <li><a 
href="https://github.com/webpack/webpack-cli/commit/3ec7b169e155f3dd59135bad0b7c115d334d015c";><code>3ec7b16</code></a>
 chore(deps): bump yeoman-environment from 3.12.1 to 3.13.0 (<a 
href="https://github-redirect.dependabot.com/webpack/webpack-cli/issues/3508";>#3508</a>)</li>
   <li><a 
href="https://github.com/webpack/webpack-cli/commit/c8adfa6f47ffea5d667dd145ab23a26bd7c5e155";><code>c8adfa6</code></a>
 chore(deps-dev): bump <code>@​types/node</code> from 18.11.9 to 18.11.10 (<a 
href="https://github-redirect.dependabot.com/webpack/webpack-cli/issues/3513";>#3513</a>)</li>
   <li><a 
href="https://github.com/webpack/webpack-cli/commit/0ad8cc299dc482b508da34f7f330035bd9d1d0b9";><code>0ad8cc2</code></a>
 chore(deps-dev): bump cspell from 6.15.0 to 6.15.1 (<a 
href="https://github-redirect.dependabot.com/webpack/webpack-cli/issues/3512";>#3512</a>)</li>
   <li><a 
href="https://github.com/webpack/webpack-cli/commit/d30f261716e09d66f734d048f940b42700c6fa4e";><code>d30f261</code></a>
 chore(deps-dev): bump ts-loader from 9.4.1 to 9.4.2 (<a 
href="https://github-redirect.dependabot.com/webpack/webpack-cli/issues/3511";>#3511</a>)</li>
   <li>Additional commits viewable in <a 
href="https://github.com/webpack/webpack-cli/compare/v3.3.11...webpack-cli@5.0.1";>compare
 view</a></li>
   </ul>
   </details>
   <details>
   <summary>Maintainer changes</summary>
   <p>This version was pushed to npm by <a 
href="https://www.npmjs.com/~evilebottnawi";>evilebottnawi</a>, a new releaser 
for webpack-cli since your current version.</p>
   </details>
   <br />
   
   
   Dependabot will resolve any conflicts with this PR as long as you don't 
alter it yourself. You can also trigger a rebase manually by commenting 
`@dependabot rebase`.
   
   [//]: # (dependabot-automerge-start)
   [//]: # (dependabot-automerge-end)
   
   ---
   
   <details>
   <summary>Dependabot commands and options</summary>
   <br />
   
   You can trigger Dependabot actions by commenting on this PR:
   - `@dependabot rebase` will rebase this PR
   - `@dependabot recreate` will recreate this PR, overwriting any edits that 
have been made to it
   - `@dependabot merge` will merge this PR after your CI passes on it
   - `@dependabot squash and merge` will squash and merge this PR after your CI 
passes on it
   - `@dependabot cancel merge` will cancel a previously requested merge and 
block automerging
   - `@dependabot reopen` will reopen this PR if it is closed
   - `@dependabot close` will close this PR and stop Dependabot recreating it. 
You can achieve the same result by closing it manually
   - `@dependabot ignore this major version` will close this PR and stop 
Dependabot creating any more for this major version (unless you reopen the PR 
or upgrade to it yourself)
   - `@dependabot ignore this minor version` will close this PR and stop 
Dependabot creating any more for this minor version (unless you reopen the PR 
or upgrade to it yourself)
   - `@dependabot ignore this dependency` will close this PR and stop 
Dependabot creating any more for this dependency (unless you reopen the PR or 
upgrade to it yourself)
   - `@dependabot use these labels` will set the current labels as the default 
for future PRs for this repo and language
   - `@dependabot use these reviewers` will set the current reviewers as the 
default for future PRs for this repo and language
   - `@dependabot use these assignees` will set the current assignees as the 
default for future PRs for this repo and language
   - `@dependabot use this milestone` will set the current milestone as the 
default for future PRs for this repo and language
   
   You can disable automated security fix PRs for this repo from the [Security 
Alerts 
page](https://github.com/apache/openwhisk-vscode-extension/network/alerts).
   
   </details>


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: issues-unsubscr...@openwhisk.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


Reply via email to