Skip to content

Commit

Permalink
Bump webpack from 5.91.0 to 5.92.0 in /src/highlightjs (#14338)
Browse files Browse the repository at this point in the history
Bumps [webpack](https://github.com/webpack/webpack) from 5.91.0 to
5.92.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.92.0</h2>
<h2>Bug Fixes</h2>
<ul>
<li>Correct tidle range's comutation for module federation</li>
<li>Consider runtime for pure expression dependency update hash</li>
<li>Return value in the <code>subtractRuntime</code> function for
runtime logic</li>
<li>Fixed failed to resolve promise when eager import a dynamic cjs</li>
<li>Avoid generation extra code for external modules when remapping is
not required</li>
<li>The <code>css/global</code> type now handles the exports name</li>
<li>Avoid hashing for <code>@Keyframe</code> and <code>@Property</code>
at-rules in <code>css/global</code> type</li>
<li>Fixed mangle with destructuring for JSON modules</li>
<li>The <code>stats.hasWarnings()</code> method now respects the
<code>ignoreWarnings</code> option</li>
<li>Fixed <code>ArrayQueue</code> iterator</li>
<li>Correct behavior of
<code>__webpack_exports_info__.a.b.canMangle</code></li>
<li>Changed to the correct plugin name for the
<code>CommonJsChunkFormatPlugin</code> plugin</li>
<li>Set the <code>chunkLoading</code> option to the <code>import</code>
when environment is unknown and output is module</li>
<li>Fixed when runtimeChunk has no exports when <code>module</code>
chunkFormat used</li>
<li>[CSS] Fixed parsing minimized CSS import</li>
<li>[CSS] URLs in CSS files now have correct public path</li>
<li>[CSS] The <code>css</code> module type should not allow parser to
switch mode</li>
<li>[Types] Improved context module types</li>
</ul>
<h2>New Features</h2>
<ul>
<li>Added platform target properties to compiler</li>
<li>Improved multi compiler cache location and validating it</li>
<li>Support <code>import attributes</code> spec (<code>with</code>
keyword)</li>
<li>Support <code>node:</code> prefix for Node.js core modules in
runtime code</li>
<li>Support prefetch/preload for module chunk format</li>
<li>Support &quot;...&quot; in the <code>importsFields</code> option for
resolver</li>
<li>Root module is less prone to be wrapped in IIFE</li>
<li>Export <code>InitFragment</code> class for plugins</li>
<li>Export <code>compileBooleanMatcher</code> util for plugins</li>
<li>Export <code>InputFileSystem</code> and
<code>OutputFileSystem</code> types</li>
<li>[CSS] Support the <code>esModule</code> generator option for CSS
modules</li>
<li>[CSS] Support CSS when chunk format is module</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/webpack/webpack/commit/34e2561addb0f65a7a6fb0ce7ae1aea4cd1d599f"><code>34e2561</code></a>
chore(release): 5.92.0</li>
<li><a
href="https://github.com/webpack/webpack/commit/796bb6b9c65381b5cf5604827437c1d316b43e48"><code>796bb6b</code></a>
chore(deps): update</li>
<li><a
href="https://github.com/webpack/webpack/commit/65b36844288e7a03d26e0bb6b501c630f5169b0c"><code>65b3684</code></a>
ci: fix</li>
<li><a
href="https://github.com/webpack/webpack/commit/5da27ad9c8752c2f014a72b0dd9b6bf6a482fca1"><code>5da27ad</code></a>
ci: fix</li>
<li><a
href="https://github.com/webpack/webpack/commit/09afe04a4052492bbb6cb78b7ca5b4d7c9e9cd06"><code>09afe04</code></a>
ci: fix</li>
<li><a
href="https://github.com/webpack/webpack/commit/9d899d41c9c45b7668d24a0e1192f5c17f65fa88"><code>9d899d4</code></a>
chore: small fixes</li>
<li><a
href="https://github.com/webpack/webpack/commit/de6d4b2f4c6f1fc4b722f4c36754ffd4040c40d3"><code>de6d4b2</code></a>
style: fix</li>
<li><a
href="https://github.com/webpack/webpack/commit/195423771653bd53e2dafa5bb07d76878b6ea8e9"><code>1954237</code></a>
chore: fix lint and types</li>
<li><a
href="https://github.com/webpack/webpack/commit/7acd348938b9821ad05c658d5e3dc7b680da2b9f"><code>7acd348</code></a>
revert: changes in examples</li>
<li><a
href="https://github.com/webpack/webpack/commit/ab3e93b19ead869727592d09d36f94e649eb9d83"><code>ab3e93b</code></a>
style: fix</li>
<li>Additional commits viewable in <a
href="https://github.com/webpack/webpack/compare/v5.91.0...v5.92.0">compare
view</a></li>
</ul>
</details>
<br />


[![Dependabot compatibility
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=webpack&package-manager=npm_and_yarn&previous-version=5.91.0&new-version=5.92.0)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)

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 show <dependency name> ignore conditions` will show all
of the ignore conditions of the specified dependency
- `@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)


</details>
###### Microsoft Reviewers: [Open in
CodeFlow](https://microsoft.github.io/open-pr/?codeflow=https://github.com/Azure/bicep/pull/14338)

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] committed Jun 16, 2024
1 parent 9c0a50f commit 50d37c8
Show file tree
Hide file tree
Showing 2 changed files with 26 additions and 26 deletions.
50 changes: 25 additions & 25 deletions src/highlightjs/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion src/highlightjs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
"ts-loader": "^9.5.1",
"ts-node": "^10.9.2",
"typescript": "^5.4.5",
"webpack": "^5.91.0",
"webpack": "^5.92.0",
"webpack-cli": "^5.1.4"
},
"engines": {
Expand Down

0 comments on commit 50d37c8

Please sign in to comment.