You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@guacamole.apache.org by GitBox <gi...@apache.org> on 2022/10/28 21:32:00 UTC

[GitHub] [guacamole-client] dependabot[bot] opened a new pull request, #771: Bump glob-parent, webpack and copy-webpack-plugin in /guacamole/src/main/frontend

dependabot[bot] opened a new pull request, #771:
URL: https://github.com/apache/guacamole-client/pull/771

   Bumps [glob-parent](https://github.com/gulpjs/glob-parent) to 5.1.2 and updates ancestor dependencies [glob-parent](https://github.com/gulpjs/glob-parent), [webpack](https://github.com/webpack/webpack) and [copy-webpack-plugin](https://github.com/webpack-contrib/copy-webpack-plugin). These dependencies need to be updated together.
   
   Updates `glob-parent` from 3.1.0 to 5.1.2
   <details>
   <summary>Release notes</summary>
   <p><em>Sourced from <a href="https://github.com/gulpjs/glob-parent/releases">glob-parent's releases</a>.</em></p>
   <blockquote>
   <h2>v5.1.2</h2>
   <h3>Bug Fixes</h3>
   <ul>
   <li>eliminate ReDoS (<a href="https://github-redirect.dependabot.com/gulpjs/glob-parent/issues/36">#36</a>) (<a href="https://github.com/gulpjs/glob-parent/commit/f9231168b0041fea3f8f954b3cceb56269fc6366">f923116</a>)</li>
   </ul>
   <h2>v5.1.1</h2>
   <h3>Bug Fixes</h3>
   <ul>
   <li>unescape exclamation mark (<a href="https://github-redirect.dependabot.com/gulpjs/glob-parent/issues/26">#26</a>) (<a href="https://github.com/gulpjs/glob-parent/commit/a98874f1a59e407f4fb1beb0db4efa8392da60bb">a98874f</a>)</li>
   </ul>
   <h2>v5.1.0</h2>
   <h3>Features</h3>
   <ul>
   <li>add <code>flipBackslashes</code> option to disable auto conversion of slashes (closes <a href="https://github-redirect.dependabot.com/gulpjs/glob-parent/issues/24">#24</a>) (<a href="https://github-redirect.dependabot.com/gulpjs/glob-parent/issues/25">#25</a>) (<a href="https://github.com/gulpjs/glob-parent/commit/eecf91d5e3834ed78aee39c4eaaae654d76b87b3">eecf91d</a>)</li>
   </ul>
   <h2>v5.0.0</h2>
   <h3>⚠ BREAKING CHANGES</h3>
   <ul>
   <li>Drop support for node &lt;6 &amp; bump dependencies</li>
   </ul>
   <h3>Miscellaneous Chores</h3>
   <ul>
   <li>Drop support for node &lt;6 &amp; bump dependencies (<a href="https://github.com/gulpjs/glob-parent/commit/896c0c00b4e7362f60b96e7fc295ae929245255a">896c0c0</a>)</li>
   </ul>
   <h2>v4.0.0</h2>
   <h3>⚠ BREAKING CHANGES</h3>
   <ul>
   <li>question marks are valid path characters on Windows so avoid flagging as a glob when alone</li>
   <li>Update is-glob dependency</li>
   </ul>
   <h3>Features</h3>
   <ul>
   <li>hoist regexps and strings for performance gains (<a href="https://github.com/gulpjs/glob-parent/commit/4a80667c69355c76a572a5892b0f133c8e1f457e">4a80667</a>)</li>
   <li>question marks are valid path characters on Windows so avoid flagging as a glob when alone (<a href="https://github.com/gulpjs/glob-parent/commit/2a551dd0dc3235e78bf3c94843d4107072d17841">2a551dd</a>)</li>
   <li>Update is-glob dependency (<a href="https://github.com/gulpjs/glob-parent/commit/e41fcd895d1f7bc617dba45c9d935a7949b9c281">e41fcd8</a>)</li>
   </ul>
   </blockquote>
   </details>
   <details>
   <summary>Changelog</summary>
   <p><em>Sourced from <a href="https://github.com/gulpjs/glob-parent/blob/main/CHANGELOG.md">glob-parent's changelog</a>.</em></p>
   <blockquote>
   <h3><a href="https://github.com/gulpjs/glob-parent/compare/v5.1.1...v5.1.2">5.1.2</a> (2021-03-06)</h3>
   <h3>Bug Fixes</h3>
   <ul>
   <li>eliminate ReDoS (<a href="https://github-redirect.dependabot.com/gulpjs/glob-parent/issues/36">#36</a>) (<a href="https://github.com/gulpjs/glob-parent/commit/f9231168b0041fea3f8f954b3cceb56269fc6366">f923116</a>)</li>
   </ul>
   <h3><a href="https://www.github.com/gulpjs/glob-parent/compare/v6.0.1...v6.0.2">6.0.2</a> (2021-09-29)</h3>
   <h3>Bug Fixes</h3>
   <ul>
   <li>Improve performance (<a href="https://github-redirect.dependabot.com/gulpjs/glob-parent/issues/53">#53</a>) (<a href="https://www.github.com/gulpjs/glob-parent/commit/843f8de1c177e9a5c06c4cfd2349ca5207168e00">843f8de</a>)</li>
   </ul>
   <h3><a href="https://www.github.com/gulpjs/glob-parent/compare/v6.0.0...v6.0.1">6.0.1</a> (2021-07-20)</h3>
   <h3>Bug Fixes</h3>
   <ul>
   <li>Resolve ReDoS vulnerability from CVE-2021-35065 (<a href="https://github-redirect.dependabot.com/gulpjs/glob-parent/issues/49">#49</a>) (<a href="https://www.github.com/gulpjs/glob-parent/commit/3e9f04a3b4349db7e1962d87c9a7398cda51f339">3e9f04a</a>)</li>
   </ul>
   <h2><a href="https://www.github.com/gulpjs/glob-parent/compare/v5.1.2...v6.0.0">6.0.0</a> (2021-05-03)</h2>
   <h3>⚠ BREAKING CHANGES</h3>
   <ul>
   <li>Correct mishandled escaped path separators (<a href="https://github-redirect.dependabot.com/gulpjs/glob-parent/issues/34">#34</a>)</li>
   <li>upgrade scaffold, dropping node &lt;10 support</li>
   </ul>
   <h3>Bug Fixes</h3>
   <ul>
   <li>Correct mishandled escaped path separators (<a href="https://github-redirect.dependabot.com/gulpjs/glob-parent/issues/34">#34</a>) (<a href="https://www.github.com/gulpjs/glob-parent/commit/32f6d52663b7addac38d0dff570d8127edf03f47">32f6d52</a>), closes <a href="https://github-redirect.dependabot.com/gulpjs/glob-parent/issues/32">#32</a></li>
   </ul>
   <h3>Miscellaneous Chores</h3>
   <ul>
   <li>upgrade scaffold, dropping node &lt;10 support (<a href="https://www.github.com/gulpjs/glob-parent/commit/e83d0c5a411947cf69eb58f36349db80439c606f">e83d0c5</a>)</li>
   </ul>
   <h3><a href="https://github.com/gulpjs/glob-parent/compare/v5.1.0...v5.1.1">5.1.1</a> (2021-01-27)</h3>
   <h3>Bug Fixes</h3>
   <ul>
   <li>unescape exclamation mark (<a href="https://github-redirect.dependabot.com/gulpjs/glob-parent/issues/26">#26</a>) (<a href="https://github.com/gulpjs/glob-parent/commit/a98874f1a59e407f4fb1beb0db4efa8392da60bb">a98874f</a>)</li>
   </ul>
   <h2><a href="https://github.com/gulpjs/glob-parent/compare/v5.0.0...v5.1.0">5.1.0</a> (2021-01-27)</h2>
   <h3>Features</h3>
   <ul>
   <li>add <code>flipBackslashes</code> option to disable auto conversion of slashes (closes <a href="https://github-redirect.dependabot.com/gulpjs/glob-parent/issues/24">#24</a>) (<a href="https://github-redirect.dependabot.com/gulpjs/glob-parent/issues/25">#25</a>) (<a href="https://github.com/gulpjs/glob-parent/commit/eecf91d5e3834ed78aee39c4eaaae654d76b87b3">eecf91d</a>)</li>
   </ul>
   <h2><a href="https://github.com/gulpjs/glob-parent/compare/v4.0.0...v5.0.0">5.0.0</a> (2021-01-27)</h2>
   <h3>⚠ BREAKING CHANGES</h3>
   <ul>
   <li>Drop support for node &lt;6 &amp; bump dependencies</li>
   </ul>
   <!-- raw HTML omitted -->
   </blockquote>
   <p>... (truncated)</p>
   </details>
   <details>
   <summary>Commits</summary>
   <ul>
   <li><a href="https://github.com/gulpjs/glob-parent/commit/eb2c439de448c779b450472e591a2bc9e37e9668"><code>eb2c439</code></a> chore: update changelog</li>
   <li><a href="https://github.com/gulpjs/glob-parent/commit/12bcb6c45c942e2d05fc1e6ff5402e72555b54b6"><code>12bcb6c</code></a> chore: release 5.1.2</li>
   <li><a href="https://github.com/gulpjs/glob-parent/commit/f9231168b0041fea3f8f954b3cceb56269fc6366"><code>f923116</code></a> fix: eliminate ReDoS (<a href="https://github-redirect.dependabot.com/gulpjs/glob-parent/issues/36">#36</a>)</li>
   <li><a href="https://github.com/gulpjs/glob-parent/commit/0b014a7962789b2d8f2cf0b6311f40667aecd62c"><code>0b014a7</code></a> chore: add JSDoc returns information (<a href="https://github-redirect.dependabot.com/gulpjs/glob-parent/issues/33">#33</a>)</li>
   <li><a href="https://github.com/gulpjs/glob-parent/commit/2b24ebd64b2a045aa167c825376335555da139fd"><code>2b24ebd</code></a> chore: generate initial changelog</li>
   <li><a href="https://github.com/gulpjs/glob-parent/commit/9b6e8747ddf664c9b1a36fbd2a23e43a35b8a52f"><code>9b6e874</code></a> chore: release 5.1.1</li>
   <li><a href="https://github.com/gulpjs/glob-parent/commit/749c35ee084498ebb1ce8cc9cf655f6aa4d623c5"><code>749c35e</code></a> ci: try wrapping the JOB_ID in a string</li>
   <li><a href="https://github.com/gulpjs/glob-parent/commit/5d39def48c9e9eaee0ca36dafdf7b6cdcd875b85"><code>5d39def</code></a> ci: attempt to switch to published coveralls</li>
   <li><a href="https://github.com/gulpjs/glob-parent/commit/0b5b37f674a7e207457c99cb2f123299e5ab31c9"><code>0b5b37f</code></a> ci: put the npm step back in for only Windows</li>
   <li><a href="https://github.com/gulpjs/glob-parent/commit/473f5d87644bf19f32c53de21d2420f03aa02e5a"><code>473f5d8</code></a> ci: update azure build images</li>
   <li>Additional commits viewable in <a href="https://github.com/gulpjs/glob-parent/compare/v3.1.0...v5.1.2">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/~phated">phated</a>, a new releaser for glob-parent since your current version.</p>
   </details>
   <br />
   
   Updates `webpack` from 4.46.0 to 5.74.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.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>
   <h1>Features</h1>
   <ul>
   <li>add options for default <code>dynamicImportMode</code> and prefetch and preload</li>
   <li>add support for <code>import { createRequire } from &quot;module&quot;</code> in source code</li>
   </ul>
   <h1>Bugfixes</h1>
   <ul>
   <li>fix code generation of e. g. <code>return&quot;field&quot;in Module</code></li>
   <li>fix performance of large JSON modules</li>
   <li>fix performance of async modules evaluation</li>
   </ul>
   <h1>Developer Experience</h1>
   <ul>
   <li>export <code>PathData</code> in typings</li>
   <li>improve error messages with more details</li>
   </ul>
   <h2>v5.72.1</h2>
   <h1>Bugfixes</h1>
   <ul>
   <li>fix <code>__webpack_nonce__</code> with HMR</li>
   <li>fix <code>in</code> operator in some cases</li>
   </ul>
   <!-- raw HTML omitted -->
   </blockquote>
   <p>... (truncated)</p>
   </details>
   <details>
   <summary>Commits</summary>
   <ul>
   <li><a href="https://github.com/webpack/webpack/commit/8f87b50dc7ac24eb5c91fd0d55a22e34e252863c"><code>8f87b50</code></a> 5.74.0</li>
   <li><a href="https://github.com/webpack/webpack/commit/3e1f24498d1c687d70dbaed11e0677f12f3e53e8"><code>3e1f244</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/webpack/webpack/issues/16071">#16071</a> from devinan/patch-1</li>
   <li><a href="https://github.com/webpack/webpack/commit/c7e14e2e8eece31ad19cc47c9a8a07892f0f4995"><code>c7e14e2</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/webpack/webpack/issues/15910">#15910</a> from ludofischer/fix-message</li>
   <li><a href="https://github.com/webpack/webpack/commit/7b63346518a03f9d3eddc7b30cdd31043967929b"><code>7b63346</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/webpack/webpack/issues/15627">#15627</a> from webpack/feat/issue-12441</li>
   <li><a href="https://github.com/webpack/webpack/commit/402d152ccf24093da9078e80987483f32a137fb1"><code>402d152</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/webpack/webpack/issues/15642">#15642</a> from webpack/set-use-credentials-without-origin-check</li>
   <li><a href="https://github.com/webpack/webpack/commit/fcb0e35f829c154452ffdd7d093baa6adfdaa207"><code>fcb0e35</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/webpack/webpack/issues/15996">#15996</a> from webdiscus/main</li>
   <li><a href="https://github.com/webpack/webpack/commit/6dc6a19ae16d8ada8b2858f272117ffdd2244b58"><code>6dc6a19</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/webpack/webpack/issues/16031">#16031</a> from evantd/main</li>
   <li><a href="https://github.com/webpack/webpack/commit/52351a654a17870be926583de45c33cd1634d210"><code>52351a6</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/webpack/webpack/issues/16033">#16033</a> from varunsh-coder/token-perms</li>
   <li><a href="https://github.com/webpack/webpack/commit/555915b4123eaec1ff3b63a1b4da402b8b239b9b"><code>555915b</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/webpack/webpack/issues/16065">#16065</a> from webpack/fix/issue-16054</li>
   <li><a href="https://github.com/webpack/webpack/commit/d4cab5b6f778d1a07317f99dfb4b0948d57d9d95"><code>d4cab5b</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/webpack/webpack/issues/16077">#16077</a> from webpack/fix-scheme</li>
   <li>Additional commits viewable in <a href="https://github.com/webpack/webpack/compare/v4.46.0...v5.74.0">compare view</a></li>
   </ul>
   </details>
   <br />
   
   Updates `copy-webpack-plugin` from 5.1.2 to 11.0.0
   <details>
   <summary>Release notes</summary>
   <p><em>Sourced from <a href="https://github.com/webpack-contrib/copy-webpack-plugin/releases">copy-webpack-plugin's releases</a>.</em></p>
   <blockquote>
   <h2>v11.0.0</h2>
   <h2><a href="https://github.com/webpack-contrib/copy-webpack-plugin/compare/v10.2.4...v11.0.0">11.0.0</a> (2022-05-17)</h2>
   <h3>⚠ BREAKING CHANGES</h3>
   <ul>
   <li>minimum supported <code>Node.js</code> version is <code>14.15.0</code></li>
   </ul>
   <h2>v10.2.4</h2>
   <h3><a href="https://github.com/webpack-contrib/copy-webpack-plugin/compare/v10.2.3...v10.2.4">10.2.4</a> (2022-01-31)</h3>
   <h3>Bug Fixes</h3>
   <ul>
   <li>types (<a href="https://github-redirect.dependabot.com/webpack-contrib/copy-webpack-plugin/issues/666">#666</a>) (<a href="https://github.com/webpack-contrib/copy-webpack-plugin/commit/a1c2308511a4cccb92a22cb395b6eb66dc1c776b">a1c2308</a>)</li>
   </ul>
   <h2>v10.2.3</h2>
   <h3><a href="https://github.com/webpack-contrib/copy-webpack-plugin/compare/v10.2.2...v10.2.3">10.2.3</a> (2022-01-29)</h3>
   <h3>Bug Fixes</h3>
   <ul>
   <li>async <code>to</code> support (<a href="https://github.com/webpack-contrib/copy-webpack-plugin/commit/fd095fb79399df5edbd06d9dbd1ed30fe4f7eb24">fd095fb</a>)</li>
   </ul>
   <h2>v10.2.2</h2>
   <h3><a href="https://github.com/webpack-contrib/copy-webpack-plugin/compare/v10.2.1...v10.2.2">10.2.2</a> (2022-01-28)</h3>
   <h3>Bug Fixes</h3>
   <ul>
   <li>types (<a href="https://github-redirect.dependabot.com/webpack-contrib/copy-webpack-plugin/issues/664">#664</a>) (<a href="https://github.com/webpack-contrib/copy-webpack-plugin/commit/f58470ee1275330046b0867f70bcd3f2378a2a25">f58470e</a>)</li>
   </ul>
   <h2>v10.2.1</h2>
   <h3><a href="https://github.com/webpack-contrib/copy-webpack-plugin/compare/v10.2.0...v10.2.1">10.2.1</a> (2022-01-20)</h3>
   <h3>Bug Fixes</h3>
   <ul>
   <li>types (<a href="https://github-redirect.dependabot.com/webpack-contrib/copy-webpack-plugin/issues/661">#661</a>) (<a href="https://github.com/webpack-contrib/copy-webpack-plugin/commit/324aecb42ebd5594dcd1a607522cbbf1c512baff">324aecb</a>)</li>
   </ul>
   <h2>v10.2.0</h2>
   <h2><a href="https://github.com/webpack-contrib/copy-webpack-plugin/compare/v10.1.0...v10.2.0">10.2.0</a> (2021-12-16)</h2>
   <h3>Features</h3>
   <ul>
   <li>removed cjs wrapper and generated types in commonjs format (<code>export =</code> and <code>namespaces</code> used in types), now you can directly use exported types (<a href="https://github-redirect.dependabot.com/webpack-contrib/copy-webpack-plugin/issues/654">#654</a>) (<a href="https://github.com/webpack-contrib/copy-webpack-plugin/commit/590100688f66b9a7591f1f46a02de0cc6967032c">5901006</a>)</li>
   </ul>
   <h2>v10.1.0</h2>
   <h2><a href="https://github.com/webpack-contrib/copy-webpack-plugin/compare/v10.0.0...v10.1.0">10.1.0</a> (2021-12-10)</h2>
   <!-- raw HTML omitted -->
   </blockquote>
   <p>... (truncated)</p>
   </details>
   <details>
   <summary>Changelog</summary>
   <p><em>Sourced from <a href="https://github.com/webpack-contrib/copy-webpack-plugin/blob/master/CHANGELOG.md">copy-webpack-plugin's changelog</a>.</em></p>
   <blockquote>
   <h2><a href="https://github.com/webpack-contrib/copy-webpack-plugin/compare/v10.2.4...v11.0.0">11.0.0</a> (2022-05-17)</h2>
   <h3>⚠ BREAKING CHANGES</h3>
   <ul>
   <li>minimum supported <code>Node.js</code> version is <code>14.15.0</code></li>
   </ul>
   <h3>build</h3>
   <ul>
   <li>drop node v12 (<a href="https://github-redirect.dependabot.com/webpack-contrib/copy-webpack-plugin/issues/691">#691</a>) (<a href="https://github.com/webpack-contrib/copy-webpack-plugin/commit/675c676d96ed24975f75e5344d47c351a9d5e53a">675c676</a>)</li>
   </ul>
   <h3><a href="https://github.com/webpack-contrib/copy-webpack-plugin/compare/v10.2.3...v10.2.4">10.2.4</a> (2022-01-31)</h3>
   <h3>Bug Fixes</h3>
   <ul>
   <li>types (<a href="https://github-redirect.dependabot.com/webpack-contrib/copy-webpack-plugin/issues/666">#666</a>) (<a href="https://github.com/webpack-contrib/copy-webpack-plugin/commit/a1c2308511a4cccb92a22cb395b6eb66dc1c776b">a1c2308</a>)</li>
   </ul>
   <h3><a href="https://github.com/webpack-contrib/copy-webpack-plugin/compare/v10.2.2...v10.2.3">10.2.3</a> (2022-01-29)</h3>
   <h3>Bug Fixes</h3>
   <ul>
   <li>async <code>to</code> support (<a href="https://github.com/webpack-contrib/copy-webpack-plugin/commit/fd095fb79399df5edbd06d9dbd1ed30fe4f7eb24">fd095fb</a>)</li>
   </ul>
   <h3><a href="https://github.com/webpack-contrib/copy-webpack-plugin/compare/v10.2.1...v10.2.2">10.2.2</a> (2022-01-28)</h3>
   <h3>Bug Fixes</h3>
   <ul>
   <li>types (<a href="https://github-redirect.dependabot.com/webpack-contrib/copy-webpack-plugin/issues/664">#664</a>) (<a href="https://github.com/webpack-contrib/copy-webpack-plugin/commit/f58470ee1275330046b0867f70bcd3f2378a2a25">f58470e</a>)</li>
   </ul>
   <h3><a href="https://github.com/webpack-contrib/copy-webpack-plugin/compare/v10.2.0...v10.2.1">10.2.1</a> (2022-01-20)</h3>
   <h3>Bug Fixes</h3>
   <ul>
   <li>types (<a href="https://github-redirect.dependabot.com/webpack-contrib/copy-webpack-plugin/issues/661">#661</a>) (<a href="https://github.com/webpack-contrib/copy-webpack-plugin/commit/324aecb42ebd5594dcd1a607522cbbf1c512baff">324aecb</a>)</li>
   </ul>
   <h2><a href="https://github.com/webpack-contrib/copy-webpack-plugin/compare/v10.1.0...v10.2.0">10.2.0</a> (2021-12-16)</h2>
   <h3>Features</h3>
   <ul>
   <li>removed cjs wrapper and generated types in commonjs format (<code>export =</code> and <code>namespaces</code> used in types), now you can directly use exported types (<a href="https://github-redirect.dependabot.com/webpack-contrib/copy-webpack-plugin/issues/654">#654</a>) (<a href="https://github.com/webpack-contrib/copy-webpack-plugin/commit/590100688f66b9a7591f1f46a02de0cc6967032c">5901006</a>)</li>
   </ul>
   <h2><a href="https://github.com/webpack-contrib/copy-webpack-plugin/compare/v10.0.0...v10.1.0">10.1.0</a> (2021-12-10)</h2>
   <h3>Features</h3>
   <!-- raw HTML omitted -->
   </blockquote>
   <p>... (truncated)</p>
   </details>
   <details>
   <summary>Commits</summary>
   <ul>
   <li><a href="https://github.com/webpack-contrib/copy-webpack-plugin/commit/f3b2c2419cb519d697a8c42a9c073a8c228a8a0b"><code>f3b2c24</code></a> chore(release): 11.0.0</li>
   <li><a href="https://github.com/webpack-contrib/copy-webpack-plugin/commit/8424ca82c11782f38d5125d9fa4e2d66b910ade6"><code>8424ca8</code></a> chore(deps): regenerate lock file (<a href="https://github-redirect.dependabot.com/webpack-contrib/copy-webpack-plugin/issues/693">#693</a>)</li>
   <li><a href="https://github.com/webpack-contrib/copy-webpack-plugin/commit/675c676d96ed24975f75e5344d47c351a9d5e53a"><code>675c676</code></a> build: drop node v12 (<a href="https://github-redirect.dependabot.com/webpack-contrib/copy-webpack-plugin/issues/691">#691</a>)</li>
   <li><a href="https://github.com/webpack-contrib/copy-webpack-plugin/commit/a2b1f199e8445ab45193d1f638209dc4fe6907ca"><code>a2b1f19</code></a> chore: update gitub actions (<a href="https://github-redirect.dependabot.com/webpack-contrib/copy-webpack-plugin/issues/692">#692</a>)</li>
   <li><a href="https://github.com/webpack-contrib/copy-webpack-plugin/commit/238c062ffee93d9281383ca103bb3684f33aed52"><code>238c062</code></a> chore: upgrade dependencies to the latest version (<a href="https://github-redirect.dependabot.com/webpack-contrib/copy-webpack-plugin/issues/688">#688</a>)</li>
   <li><a href="https://github.com/webpack-contrib/copy-webpack-plugin/commit/e27006edc3d339d1c1b4af60f0e4dc3d08ccb47d"><code>e27006e</code></a> ci: remove node v17 (<a href="https://github-redirect.dependabot.com/webpack-contrib/copy-webpack-plugin/issues/687">#687</a>)</li>
   <li><a href="https://github.com/webpack-contrib/copy-webpack-plugin/commit/e50d708535360e229694c35ce5452a7c124d18ce"><code>e50d708</code></a> chore: add node 18 to workflow (<a href="https://github-redirect.dependabot.com/webpack-contrib/copy-webpack-plugin/issues/686">#686</a>)</li>
   <li><a href="https://github.com/webpack-contrib/copy-webpack-plugin/commit/f1a91e6c1a94fd3b0358db7c1f7ee6786163168f"><code>f1a91e6</code></a> ci: don't  install webpack again (<a href="https://github-redirect.dependabot.com/webpack-contrib/copy-webpack-plugin/issues/680">#680</a>)</li>
   <li><a href="https://github.com/webpack-contrib/copy-webpack-plugin/commit/64cf06f13954951ddb7e6e9c33490b2aa4ad9fdf"><code>64cf06f</code></a> docs: add path string to options signature (<a href="https://github-redirect.dependabot.com/webpack-contrib/copy-webpack-plugin/issues/683">#683</a>)</li>
   <li><a href="https://github.com/webpack-contrib/copy-webpack-plugin/commit/4b18a6be394d39c0a997cde4adcc234abc469bb9"><code>4b18a6b</code></a> docs: improve readme</li>
   <li>Additional commits viewable in <a href="https://github.com/webpack-contrib/copy-webpack-plugin/compare/v5.1.2...v11.0.0">compare view</a></li>
   </ul>
   </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/guacamole-client/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: dev-unsubscribe@guacamole.apache.org

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


[GitHub] [guacamole-client] mike-jumper closed pull request #771: Bump glob-parent, webpack and copy-webpack-plugin in /guacamole/src/main/frontend

Posted by GitBox <gi...@apache.org>.
mike-jumper closed pull request #771: Bump glob-parent, webpack and copy-webpack-plugin in /guacamole/src/main/frontend
URL: https://github.com/apache/guacamole-client/pull/771


-- 
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: dev-unsubscribe@guacamole.apache.org

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


[GitHub] [guacamole-client] dependabot[bot] commented on pull request #771: Bump glob-parent, webpack and copy-webpack-plugin in /guacamole/src/main/frontend

Posted by GitBox <gi...@apache.org>.
dependabot[bot] commented on PR #771:
URL: https://github.com/apache/guacamole-client/pull/771#issuecomment-1295533327

   OK, I won't notify you about any of these dependencies again, unless you re-open this PR. 😢


-- 
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: dev-unsubscribe@guacamole.apache.org

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


[GitHub] [guacamole-client] mike-jumper commented on pull request #771: Bump glob-parent, webpack and copy-webpack-plugin in /guacamole/src/main/frontend

Posted by GitBox <gi...@apache.org>.
mike-jumper commented on PR #771:
URL: https://github.com/apache/guacamole-client/pull/771#issuecomment-1295533203

   > Updates webpack from 4.46.0 to 5.74.0
   
   Absolutely not. We can't update all the way to WebPack 5 without losing Closure Compiler. This will break everything.
   
   @dependabot ignore this dependency


-- 
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: dev-unsubscribe@guacamole.apache.org

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