You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@servicecomb.apache.org by "dependabot[bot] (via GitHub)" <gi...@apache.org> on 2023/03/18 13:29:12 UTC

[GitHub] [servicecomb-service-center] dependabot[bot] opened a new pull request, #1410: Bump webpack and @angular-devkit/build-angular in /ux

dependabot[bot] opened a new pull request, #1410:
URL: https://github.com/apache/servicecomb-service-center/pull/1410

   Bumps [webpack](https://github.com/webpack/webpack) to 5.76.1 and updates ancestor dependency [@angular-devkit/build-angular](https://github.com/angular/angular-cli). These dependencies need to be updated together.
   
   Updates `webpack` from 5.75.0 to 5.76.1
   <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.76.1</h2>
   <h2>Fixed</h2>
   <ul>
   <li>Added <code>assert/strict</code> built-in to <code>NodeTargetPlugin</code></li>
   </ul>
   <h2>Revert</h2>
   <ul>
   <li>Improve performance of <code>hashRegExp</code> lookup by <a href="https://github.com/ryanwilsonperkin"><code>@​ryanwilsonperkin</code></a> in <a href="https://redirect.github.com/webpack/webpack/pull/16759">webpack/webpack#16759</a></li>
   </ul>
   <h2>v5.76.0</h2>
   <h2>Bugfixes</h2>
   <ul>
   <li>Avoid cross-realm object access by <a href="https://github.com/Jack-Works"><code>@​Jack-Works</code></a> in <a href="https://redirect.github.com/webpack/webpack/pull/16500">webpack/webpack#16500</a></li>
   <li>Improve hash performance via conditional initialization by <a href="https://github.com/lvivski"><code>@​lvivski</code></a> in <a href="https://redirect.github.com/webpack/webpack/pull/16491">webpack/webpack#16491</a></li>
   <li>Serialize <code>generatedCode</code> info to fix bug in asset module cache restoration by <a href="https://github.com/ryanwilsonperkin"><code>@​ryanwilsonperkin</code></a> in <a href="https://redirect.github.com/webpack/webpack/pull/16703">webpack/webpack#16703</a></li>
   <li>Improve performance of <code>hashRegExp</code> lookup by <a href="https://github.com/ryanwilsonperkin"><code>@​ryanwilsonperkin</code></a> in <a href="https://redirect.github.com/webpack/webpack/pull/16759">webpack/webpack#16759</a></li>
   </ul>
   <h2>Features</h2>
   <ul>
   <li>add <code>target</code> to <code>LoaderContext</code> type by <a href="https://github.com/askoufis"><code>@​askoufis</code></a> in <a href="https://redirect.github.com/webpack/webpack/pull/16781">webpack/webpack#16781</a></li>
   </ul>
   <h2>Security</h2>
   <ul>
   <li><a href="https://github.com/advisories/GHSA-3rfm-jhwj-7488">CVE-2022-37603</a> fixed by <a href="https://github.com/akhilgkrishnan"><code>@​akhilgkrishnan</code></a> in <a href="https://redirect.github.com/webpack/webpack/pull/16446">webpack/webpack#16446</a></li>
   </ul>
   <h2>Repo Changes</h2>
   <ul>
   <li>Fix HTML5 logo in README by <a href="https://github.com/jakebailey"><code>@​jakebailey</code></a> in <a href="https://redirect.github.com/webpack/webpack/pull/16614">webpack/webpack#16614</a></li>
   <li>Replace TypeScript logo in README by <a href="https://github.com/jakebailey"><code>@​jakebailey</code></a> in <a href="https://redirect.github.com/webpack/webpack/pull/16613">webpack/webpack#16613</a></li>
   <li>Update actions/cache dependencies by <a href="https://github.com/piwysocki"><code>@​piwysocki</code></a> in <a href="https://redirect.github.com/webpack/webpack/pull/16493">webpack/webpack#16493</a></li>
   </ul>
   <h2>New Contributors</h2>
   <ul>
   <li><a href="https://github.com/Jack-Works"><code>@​Jack-Works</code></a> made their first contribution in <a href="https://redirect.github.com/webpack/webpack/pull/16500">webpack/webpack#16500</a></li>
   <li><a href="https://github.com/lvivski"><code>@​lvivski</code></a> made their first contribution in <a href="https://redirect.github.com/webpack/webpack/pull/16491">webpack/webpack#16491</a></li>
   <li><a href="https://github.com/jakebailey"><code>@​jakebailey</code></a> made their first contribution in <a href="https://redirect.github.com/webpack/webpack/pull/16614">webpack/webpack#16614</a></li>
   <li><a href="https://github.com/akhilgkrishnan"><code>@​akhilgkrishnan</code></a> made their first contribution in <a href="https://redirect.github.com/webpack/webpack/pull/16446">webpack/webpack#16446</a></li>
   <li><a href="https://github.com/ryanwilsonperkin"><code>@​ryanwilsonperkin</code></a> made their first contribution in <a href="https://redirect.github.com/webpack/webpack/pull/16703">webpack/webpack#16703</a></li>
   <li><a href="https://github.com/piwysocki"><code>@​piwysocki</code></a> made their first contribution in <a href="https://redirect.github.com/webpack/webpack/pull/16493">webpack/webpack#16493</a></li>
   <li><a href="https://github.com/askoufis"><code>@​askoufis</code></a> made their first contribution in <a href="https://redirect.github.com/webpack/webpack/pull/16781">webpack/webpack#16781</a></li>
   </ul>
   <p><strong>Full Changelog</strong>: <a href="https://github.com/webpack/webpack/compare/v5.75.0...v5.76.0">https://github.com/webpack/webpack/compare/v5.75.0...v5.76.0</a></p>
   </blockquote>
   </details>
   <details>
   <summary>Commits</summary>
   <ul>
   <li><a href="https://github.com/webpack/webpack/commit/21be52b681c477f8ebc41c1b0e7a7a8ac4fa7008"><code>21be52b</code></a> Merge pull request <a href="https://redirect.github.com/webpack/webpack/issues/16804">#16804</a> from webpack/chore-patch-release</li>
   <li><a href="https://github.com/webpack/webpack/commit/1cce945dd6c3576d37d3940a0233fd087ce3f6ff"><code>1cce945</code></a> chore(release): 5.76.1</li>
   <li><a href="https://github.com/webpack/webpack/commit/e76ad9e724410f10209caa2ba86875ca8cf5ed61"><code>e76ad9e</code></a> Merge pull request <a href="https://redirect.github.com/webpack/webpack/issues/16803">#16803</a> from ryanwilsonperkin/revert-16759-real-content-has...</li>
   <li><a href="https://github.com/webpack/webpack/commit/52b1b0e4ada7c11e7f1b4f3d69b50684938c684e"><code>52b1b0e</code></a> Revert &quot;Improve performance of hashRegExp lookup&quot;</li>
   <li><a href="https://github.com/webpack/webpack/commit/c989143379d344543e4161fec60f3a21beb9e3ce"><code>c989143</code></a> Merge pull request <a href="https://redirect.github.com/webpack/webpack/issues/16766">#16766</a> from piranna/patch-1</li>
   <li><a href="https://github.com/webpack/webpack/commit/710eaf4ddaea505e040a24beeb45a769f9e3761b"><code>710eaf4</code></a> Merge pull request <a href="https://redirect.github.com/webpack/webpack/issues/16789">#16789</a> from dmichon-msft/contenthash-hashsalt</li>
   <li><a href="https://github.com/webpack/webpack/commit/5d6446822aff579a5d3d9503ec2a16437d2f71d1"><code>5d64468</code></a> Merge pull request <a href="https://redirect.github.com/webpack/webpack/issues/16792">#16792</a> from webpack/update-version</li>
   <li><a href="https://github.com/webpack/webpack/commit/67af5ec1f05fb7cf06be6acf27353aef105ddcbc"><code>67af5ec</code></a> chore(release): 5.76.0</li>
   <li><a href="https://github.com/webpack/webpack/commit/97b1718720c33f1b17302a74c5284b01e02ec001"><code>97b1718</code></a> Merge pull request <a href="https://redirect.github.com/webpack/webpack/issues/16781">#16781</a> from askoufis/loader-context-target-type</li>
   <li><a href="https://github.com/webpack/webpack/commit/b84efe6224b276bf72e4c5e2f4e76acddfaeef07"><code>b84efe6</code></a> Merge pull request <a href="https://redirect.github.com/webpack/webpack/issues/16759">#16759</a> from ryanwilsonperkin/real-content-hash-regex-perf</li>
   <li>Additional commits viewable in <a href="https://github.com/webpack/webpack/compare/v5.75.0...v5.76.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 since your current version.</p>
   </details>
   <br />
   
   Updates `@angular-devkit/build-angular` from 15.0.5 to 15.2.4
   <details>
   <summary>Release notes</summary>
   <p><em>Sourced from <a href="https://github.com/angular/angular-cli/releases"><code>@​angular-devkit/build-angular</code>'s releases</a>.</em></p>
   <blockquote>
   <h2>v15.2.4</h2>
   <p><!-- raw HTML omitted --><!-- raw HTML omitted --></p>
   <h1>15.2.4 (2023-03-16)</h1>
   <h3><code>@​angular-devkit/build-angular</code></h3>
   <table>
   <thead>
   <tr>
   <th>Commit</th>
   <th>Description</th>
   </tr>
   </thead>
   <tbody>
   <tr>
   <td><a href="https://github.com/angular/angular-cli/commit/f74bfea241b189f261ec81a8561aea7a56774ae8"><img src="https://img.shields.io/badge/f74bfea24-fix-green" alt="fix - f74bfea24" /></a></td>
   <td>update <code>webpack</code> dependency to <code>5.76.1</code></td>
   </tr>
   </tbody>
   </table>
   <h2>Special Thanks</h2>
   <p>Alan Agius</p>
   <h2>v15.2.3</h2>
   <p><!-- raw HTML omitted --><!-- raw HTML omitted --></p>
   <h1>15.2.3 (2023-03-15)</h1>
   <h3><code>@​angular-devkit/build-angular</code></h3>
   <table>
   <thead>
   <tr>
   <th>Commit</th>
   <th>Description</th>
   </tr>
   </thead>
   <tbody>
   <tr>
   <td><a href="https://github.com/angular/angular-cli/commit/a9368058517509b277236d6e7db4abc6248817fa"><img src="https://img.shields.io/badge/a93680585-fix-green" alt="fix - a93680585" /></a></td>
   <td>correct wrap ES2022 classes with static properties</td>
   </tr>
   </tbody>
   </table>
   <h2>Special Thanks</h2>
   <p>Alan Agius and Paul Gschwendtner</p>
   <h2>v15.2.2</h2>
   <p><!-- raw HTML omitted --><!-- raw HTML omitted --></p>
   <h1>15.2.2 (2023-03-08)</h1>
   <h3><code>@​angular-devkit/schematics-cli</code></h3>
   <table>
   <thead>
   <tr>
   <th>Commit</th>
   <th>Description</th>
   </tr>
   </thead>
   <tbody>
   <tr>
   <td><a href="https://github.com/angular/angular-cli/commit/dfd03aa7c262f4425fa680e205a46792bd7b8451"><img src="https://img.shields.io/badge/dfd03aa7c-fix-green" alt="fix - dfd03aa7c" /></a></td>
   <td>correctly transform numbers from prompts</td>
   </tr>
   </tbody>
   </table>
   <h3><code>@​angular-devkit/build-angular</code></h3>
   <table>
   <thead>
   <tr>
   <th>Commit</th>
   <th>Description</th>
   </tr>
   </thead>
   <tbody>
   <tr>
   <td><a href="https://github.com/angular/angular-cli/commit/eb22f634f2ec7a5b0bc2f5300682ed8e718b1424"><img src="https://img.shields.io/badge/eb22f634f-fix-green" alt="fix - eb22f634f" /></a></td>
   <td>build optimizer support for non spec-compliant ES2022 class static properties</td>
   </tr>
   </tbody>
   </table>
   <h2>Special Thanks</h2>
   <p>Alan Agius</p>
   <h2>v15.2.1</h2>
   <p><!-- raw HTML omitted --><!-- raw HTML omitted --></p>
   <h1>15.2.1 (2023-03-01)</h1>
   <h3><code>@​angular-devkit/build-angular</code></h3>
   <table>
   <thead>
   <tr>
   <th>Commit</th>
   <th>Description</th>
   </tr>
   </thead>
   <tbody>
   <tr>
   <td><a href="https://github.com/angular/angular-cli/commit/9a5609a440fc49b3f7ddf88efb73618b7eede1ea"><img src="https://img.shields.io/badge/9a5609a44-fix-green" alt="fix - 9a5609a44" /></a></td>
   <td>improve parsing of error messages</td>
   </tr>
   </tbody>
   </table>
   <h2>Special Thanks</h2>
   <p>Alan Agius and Paul Gschwendtner</p>
   <h2>v15.2.0</h2>
   <p><!-- raw HTML omitted --><!-- raw HTML omitted --></p>
   <h1>15.2.0 (2023-02-22)</h1>
   <h3><code>@​angular-devkit/schematics-cli</code></h3>
   <table>
   <thead>
   <tr>
   <th>Commit</th>
   <th>Description</th>
   </tr>
   </thead>
   </table>
   <!-- raw HTML omitted -->
   </blockquote>
   <p>... (truncated)</p>
   </details>
   <details>
   <summary>Changelog</summary>
   <p><em>Sourced from <a href="https://github.com/angular/angular-cli/blob/main/CHANGELOG.md"><code>@​angular-devkit/build-angular</code>'s changelog</a>.</em></p>
   <blockquote>
   <h1>15.2.4 (2023-03-16)</h1>
   <h3><code>@​angular-devkit/build-angular</code></h3>
   <table>
   <thead>
   <tr>
   <th>Commit</th>
   <th>Type</th>
   <th>Description</th>
   </tr>
   </thead>
   <tbody>
   <tr>
   <td><a href="https://github.com/angular/angular-cli/commit/f74bfea241b189f261ec81a8561aea7a56774ae8">f74bfea24</a></td>
   <td>fix</td>
   <td>update <code>webpack</code> dependency to <code>5.76.1</code></td>
   </tr>
   </tbody>
   </table>
   <h2>Special Thanks</h2>
   <p>Alan Agius</p>
   <!-- raw HTML omitted -->
   <p><!-- raw HTML omitted --><!-- raw HTML omitted --></p>
   <h1>14.2.11 (2023-03-16)</h1>
   <h3><code>@​angular-devkit/build-angular</code></h3>
   <table>
   <thead>
   <tr>
   <th>Commit</th>
   <th>Type</th>
   <th>Description</th>
   </tr>
   </thead>
   <tbody>
   <tr>
   <td><a href="https://github.com/angular/angular-cli/commit/ddd33bf38d7d76e816ebc0459559917da514477d">ddd33bf38</a></td>
   <td>fix</td>
   <td>update webpack dependency to <code>5.76.1</code></td>
   </tr>
   </tbody>
   </table>
   <h2>Special Thanks</h2>
   <p>Alan Agius and Joey Perrott</p>
   <!-- raw HTML omitted -->
   <p><!-- raw HTML omitted --><!-- raw HTML omitted --></p>
   <h1>13.3.11 (2023-03-16)</h1>
   <h3><code>@​angular-devkit/build-angular</code></h3>
   <table>
   <thead>
   <tr>
   <th>Commit</th>
   <th>Type</th>
   <th>Description</th>
   </tr>
   </thead>
   <tbody>
   <tr>
   <td><a href="https://github.com/angular/angular-cli/commit/50fa9300f264f68ad35606ae46da820c3798f665">50fa9300f</a></td>
   <td>fix</td>
   <td>update <code>webpack</code> dependency to <code>5.76.1</code></td>
   </tr>
   </tbody>
   </table>
   <h2>Special Thanks</h2>
   <p>Alan Agius and Joey Perrott</p>
   <!-- raw HTML omitted -->
   <p><!-- raw HTML omitted --><!-- raw HTML omitted --></p>
   <h1>16.0.0-next.4 (2023-03-15)</h1>
   <!-- raw HTML omitted -->
   </blockquote>
   <p>... (truncated)</p>
   </details>
   <details>
   <summary>Commits</summary>
   <ul>
   <li><a href="https://github.com/angular/angular-cli/commit/85a048b2380598c92a29d0612069b380d14b07a3"><code>85a048b</code></a> release: cut the v15.2.4 release</li>
   <li><a href="https://github.com/angular/angular-cli/commit/f74bfea241b189f261ec81a8561aea7a56774ae8"><code>f74bfea</code></a> fix(<code>@​angular-devkit/build-angular</code>): update <code>webpack</code> dependency to <code>5.76.1</code></li>
   <li><a href="https://github.com/angular/angular-cli/commit/89a97588ff2a7de34b79e8b5afc3d2e1f584d33c"><code>89a9758</code></a> release: cut the v15.2.3 release</li>
   <li><a href="https://github.com/angular/angular-cli/commit/a9368058517509b277236d6e7db4abc6248817fa"><code>a936805</code></a> fix(<code>@​angular-devkit/build-angular</code>): correct wrap ES2022 classes with static p...</li>
   <li><a href="https://github.com/angular/angular-cli/commit/2f36b532326b20104fff6927fb13823387f0bc39"><code>2f36b53</code></a> build: remove ts-node forking bug workaround</li>
   <li><a href="https://github.com/angular/angular-cli/commit/59344933a71c5c94e780dbb1efdf6f0fa54b2888"><code>5934493</code></a> release: cut the v15.2.2 release</li>
   <li><a href="https://github.com/angular/angular-cli/commit/eb22f634f2ec7a5b0bc2f5300682ed8e718b1424"><code>eb22f63</code></a> fix(<code>@​angular-devkit/build-angular</code>): build optimizer support for non spec-comp...</li>
   <li><a href="https://github.com/angular/angular-cli/commit/dfd03aa7c262f4425fa680e205a46792bd7b8451"><code>dfd03aa</code></a> fix(<code>@​angular-devkit/schematics-cli</code>):  correctly transform numbers from prompts</li>
   <li><a href="https://github.com/angular/angular-cli/commit/57d12b1eaaf96239882e0b6bf84de678bce32a84"><code>57d12b1</code></a> release: cut the v15.2.1 release</li>
   <li><a href="https://github.com/angular/angular-cli/commit/9a5609a440fc49b3f7ddf88efb73618b7eede1ea"><code>9a5609a</code></a> fix(<code>@​angular-devkit/build-angular</code>): improve parsing of error messages</li>
   <li>Additional commits viewable in <a href="https://github.com/angular/angular-cli/compare/15.0.5...15.2.4">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/servicecomb-service-center/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: commits-unsubscribe@servicecomb.apache.org

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