Skip to content

Commit

Permalink
Bump webpack from 5.97.1 to 5.98.0 in /src/vscode-bicep (#16582)
Browse files Browse the repository at this point in the history
Bumps [webpack](https://github.com/webpack/webpack) from 5.97.1 to
5.98.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.98.0</h2>
<h3>Fixes</h3>
<ul>
<li>Avoid the deprecation message <a
href="https://redirect.github.com/webpack/webpack/issues/19062">#19062</a>
by <a
href="https://github.com/alexander-akait"><code>@​alexander-akait</code></a></li>
<li>Should not escape CSS local ident in JS <a
href="https://redirect.github.com/webpack/webpack/issues/19060">#19060</a>
by <a
href="https://github.com/JSerFeng"><code>@​JSerFeng</code></a></li>
<li>MF parse range not compatible with Safari <a
href="https://redirect.github.com/webpack/webpack/issues/19083">#19083</a>
by <a
href="https://github.com/alexander-akait"><code>@​alexander-akait</code></a></li>
<li>Preserve <code>filenameTemplate</code> in new split chunk <a
href="https://redirect.github.com/webpack/webpack/issues/19104">#19104</a>
by <a
href="https://github.com/henryqdineen"><code>@​henryqdineen</code></a></li>
<li>Use module IDs for final render order <a
href="https://redirect.github.com/webpack/webpack/issues/19184">#19184</a>
by <a
href="https://github.com/dmichon-msft"><code>@​dmichon-msft</code></a></li>
<li>Strip <code>blob:</code> protocol when public path is
<code>auto</code> <a
href="https://redirect.github.com/webpack/webpack/issues/19199">#19199</a>
by <a
href="https://github.com/alexander-akait"><code>@​alexander-akait</code></a></li>
<li>Respect <code>output.charset</code> everywhere <a
href="https://redirect.github.com/webpack/webpack/issues/19202">#19202</a>
by <a
href="https://github.com/alexander-akait"><code>@​alexander-akait</code></a></li>
<li>Node async WASM loader generation <a
href="https://redirect.github.com/webpack/webpack/issues/19210">#19210</a>
by <a href="https://github.com/ashi009"><code>@​ashi009</code></a></li>
<li>Correct <code>BuildInfo</code> and <code>BuildMeta</code> type
definitions <a
href="https://redirect.github.com/webpack/webpack/issues/19200">#19200</a>
by <a href="https://github.com/inottn"><code>@​inottn</code></a></li>
</ul>
<h3>Performance Improvements</h3>
<ul>
<li>Improve <code>FlagDependencyExportsPlugin</code> for large JSON by
depth <a
href="https://redirect.github.com/webpack/webpack/issues/19058">#19058</a>
by <a href="https://github.com/hai-x"><code>@​hai-x</code></a></li>
<li>Optimize assign-depths <a
href="https://redirect.github.com/webpack/webpack/issues/19193">#19193</a>
by <a
href="https://github.com/dmichon-msft"><code>@​dmichon-msft</code></a></li>
<li>Use <code>startsWith</code> for matching instead of converting the
string to a regex <a
href="https://redirect.github.com/webpack/webpack/issues/19207">#19207</a>
by <a href="https://github.com/inottn"><code>@​inottn</code></a></li>
</ul>
<h3>Chores</h3>
<ul>
<li>Bump <code>nanoid</code> from 3.3.7 to 3.3.8 <a
href="https://redirect.github.com/webpack/webpack/issues/19063">#19063</a>
by <a
href="https://github.com/dependabot"><code>@​dependabot</code></a></li>
<li>Fixed incorrect typecast in <code>DefaultStatsFactoryPlugin</code>
<a
href="https://redirect.github.com/webpack/webpack/issues/19156">#19156</a>
by <a
href="https://github.com/Andarist"><code>@​Andarist</code></a></li>
<li>Improved <code>readme.md</code> by adding video links for
understanding webpack <a
href="https://redirect.github.com/webpack/webpack/issues/19101">#19101</a>
by <a
href="https://github.com/Vansh5632"><code>@​Vansh5632</code></a></li>
<li>Typo fix <a
href="https://redirect.github.com/webpack/webpack/issues/19205">#19205</a>
by <a href="https://github.com/hai-x"><code>@​hai-x</code></a></li>
<li>Adopt the new webpack governance model <a
href="https://redirect.github.com/webpack/webpack/issues/18804">#18804</a>
by <a href="https://github.com/ovflowd"><code>@​ovflowd</code></a></li>
</ul>
<h3>Features</h3>
<ul>
<li>Implement <code>/* webpackIgnore: true */</code> for
<code>require.resolve</code> <a
href="https://redirect.github.com/webpack/webpack/issues/19201">#19201</a>
by <a
href="https://github.com/alexander-akait"><code>@​alexander-akait</code></a></li>
</ul>
<h3>Continuous Integration</h3>
<ul>
<li>CI fix <a
href="https://redirect.github.com/webpack/webpack/issues/19196">#19196</a>
by <a
href="https://github.com/alexander-akait"><code>@​alexander-akait</code></a></li>
</ul>
<h2>New Contributors</h2>
<ul>
<li><a href="https://github.com/Andarist"><code>@​Andarist</code></a>
made their first contribution in <a
href="https://redirect.github.com/webpack/webpack/pull/19156">webpack/webpack#19156</a></li>
<li><a href="https://github.com/Vansh5632"><code>@​Vansh5632</code></a>
made their first contribution in <a
href="https://redirect.github.com/webpack/webpack/pull/19101">webpack/webpack#19101</a></li>
<li><a href="https://github.com/ashi009"><code>@​ashi009</code></a> made
their first contribution in <a
href="https://redirect.github.com/webpack/webpack/pull/19210">webpack/webpack#19210</a></li>
<li><a href="https://github.com/ovflowd"><code>@​ovflowd</code></a> made
their first contribution in <a
href="https://redirect.github.com/webpack/webpack/pull/18804">webpack/webpack#18804</a></li>
</ul>
<p><strong>Full Changelog</strong>: <a
href="https://github.com/webpack/webpack/compare/v5.97.1...v5.98.0">https://github.com/webpack/webpack/compare/v5.97.1...v5.98.0</a></p>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/webpack/webpack/commit/f1bdec5cc70236083e45b665831d5d79d6485db7"><code>f1bdec5</code></a>
5.98.0</li>
<li><a
href="https://github.com/webpack/webpack/commit/9579f223fc67304d7630a7ae0f66a7eac9ebbd5d"><code>9579f22</code></a>
chore: adopt the new webpack governance model (<a
href="https://redirect.github.com/webpack/webpack/issues/18804">#18804</a>)</li>
<li><a
href="https://github.com/webpack/webpack/commit/a1edb20b101857936c92291b15af5c166f453b01"><code>a1edb20</code></a>
fix: node async wasm loader now use <code>output.module</code> to
determinate code gener...</li>
<li><a
href="https://github.com/webpack/webpack/commit/e55b08b9eb3c398e4755dd9042f40ba8d0e657ee"><code>e55b08b</code></a>
perf: use startsWith for matching instead of converting the string to a
regex</li>
<li><a
href="https://github.com/webpack/webpack/commit/6e14dbabd70aae2ee5b87cb6830aadd5b7484304"><code>6e14dba</code></a>
chore: fix typo (<a
href="https://redirect.github.com/webpack/webpack/issues/19205">#19205</a>)</li>
<li><a
href="https://github.com/webpack/webpack/commit/f123ce5090e56ce1216debce487e8be25275b896"><code>f123ce5</code></a>
fix: respect <code>output.charset</code> everywhere (<a
href="https://redirect.github.com/webpack/webpack/issues/19202">#19202</a>)</li>
<li><a
href="https://github.com/webpack/webpack/commit/af20c7be245aced8ce794bac6b14582d38a4b04f"><code>af20c7b</code></a>
fix: strip <code>blob:</code> protocol when public path is
<code>auto</code> (<a
href="https://redirect.github.com/webpack/webpack/issues/19199">#19199</a>)</li>
<li><a
href="https://github.com/webpack/webpack/commit/80826c5cf235d8a14407c609d7e6eabb63e57ef8"><code>80826c5</code></a>
feat: implement <code>/* webpackIgnore: true */</code> for
<code>require.resolve</code> (<a
href="https://redirect.github.com/webpack/webpack/issues/19201">#19201</a>)</li>
<li><a
href="https://github.com/webpack/webpack/commit/ac6ffca02d323e4a576229d9441d72376eaeda56"><code>ac6ffca</code></a>
fix(types): correct BuildInfo and BuildMeta type definitions (<a
href="https://redirect.github.com/webpack/webpack/issues/19200">#19200</a>)</li>
<li><a
href="https://github.com/webpack/webpack/commit/8ac130a2c8a5431aea568cb2d1ab6b607c2c1383"><code>8ac130a</code></a>
ci: fix</li>
<li>Additional commits viewable in <a
href="https://github.com/webpack/webpack/compare/v5.97.1...v5.98.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.97.1&new-version=5.98.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/16582)

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Mar 10, 2025
1 parent a5fb381 commit a567621
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 26 deletions.
32 changes: 7 additions & 25 deletions src/vscode-bicep/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/vscode-bicep/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -800,7 +800,7 @@
"ts-jest": "^29.2.5",
"ts-node": "^10.9.2",
"typescript": "^5.7.3",
"webpack": "^5.97.1",
"webpack": "^5.98.0",
"webpack-cli": "^6.0.1"
},
"dependencies": {
Expand Down

0 comments on commit a567621

Please sign in to comment.