Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Bump webpack from 5.80.0 to 5.85.0 (jaegertracing#1457)
Bumps [webpack](https://github.com/webpack/webpack) from 5.80.0 to 5.85.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.85.0</h2> <h2>New Features</h2> <ul> <li>Add <code>readonly</code> cache mode by <a href="https://github.com/vankop"><code>@vankop</code></a> in <a href="https://redirect.github.com/webpack/webpack/pull/15470">webpack/webpack#15470</a></li> <li>Normalize property accessors for esm namespaces and chained member/call expressions by <a href="https://github.com/bworline"><code>@bworline</code></a> in <a href="https://redirect.github.com/webpack/webpack/pull/17203">webpack/webpack#17203</a></li> <li>Support <code>environment</code> in loader context by <a href="https://github.com/alexander-akait"><code>@alexander-akait</code></a> in <a href="https://redirect.github.com/webpack/webpack/pull/17281">webpack/webpack#17281</a></li> <li>Introduce a new syntax for <code>addModule()</code> support in worklets - <code>*context.audioWorklet.addModule()</code> by <a href="https://github.com/alexander-akait"><code>@alexander-akait</code></a> in <a href="https://redirect.github.com/webpack/webpack/pull/17212">webpack/webpack#17212</a></li> </ul> <h2>Bug Fixes</h2> <ul> <li>Fix type regression with unknown module type strings by <a href="https://github.com/alexander-akait"><code>@alexander-akait</code></a> in <a href="https://redirect.github.com/webpack/webpack/pull/17266">webpack/webpack#17266</a></li> </ul> <h2>Developer Experience</h2> <ul> <li>Use global runtime constants for webpack exports by <a href="https://github.com/burhanuday"><code>@burhanuday</code></a> in <a href="https://redirect.github.com/webpack/webpack/pull/17270">webpack/webpack#17270</a></li> <li>Add strict mode type coverage for WASM and Runtime code by <a href="https://github.com/alexander-akait"><code>@alexander-akait</code></a> in <a href="https://redirect.github.com/webpack/webpack/pull/17267">webpack/webpack#17267</a></li> <li>Add strict mode type coverage for runtime modules and runtime plugins by <a href="https://github.com/alexander-akait"><code>@alexander-akait</code></a> in <a href="https://redirect.github.com/webpack/webpack/pull/17261">webpack/webpack#17261</a></li> <li>Add types for JSON & Asset Modules including their interfacing plugins by <a href="https://github.com/alexander-akait"><code>@alexander-akait</code></a> in <a href="https://redirect.github.com/webpack/webpack/pull/17262">webpack/webpack#17262</a></li> <li>Add type coverage for Module subclasses and plugins by <a href="https://github.com/alexander-akait"><code>@alexander-akait</code></a> in <a href="https://redirect.github.com/webpack/webpack/pull/17272">webpack/webpack#17272</a></li> </ul> <h2>Dependencies & Maintenance</h2> <ul> <li>Use GitHub Discussions instead of Gitter in issue templates by <a href="https://github.com/snitin315"><code>@snitin315</code></a> in <a href="https://redirect.github.com/webpack/webpack/pull/17293">webpack/webpack#17293</a></li> <li>Bump <code>@types/node</code> from 20.2.3 to 20.2.4 by <a href="https://github.com/dependabot"><code>@dependabot</code></a> in <a href="https://redirect.github.com/webpack/webpack/pull/17269">webpack/webpack#17269</a></li> <li>Bump browserslist from 4.21.5 to 4.21.6 by <a href="https://github.com/dependabot"><code>@dependabot</code></a> in <a href="https://redirect.github.com/webpack/webpack/pull/17275">webpack/webpack#17275</a></li> <li>Bump <code>@types/node</code> from 20.2.4 to 20.2.5 by <a href="https://github.com/dependabot"><code>@dependabot</code></a> in <a href="https://redirect.github.com/webpack/webpack/pull/17276">webpack/webpack#17276</a></li> <li>Bump <code>@babel/core</code> from 7.21.8 to 7.22.1 by <a href="https://github.com/dependabot"><code>@dependabot</code></a> in <a href="https://redirect.github.com/webpack/webpack/pull/17278">webpack/webpack#17278</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/webpack/webpack/compare/v5.84.1...v5.85.0">https://github.com/webpack/webpack/compare/v5.84.1...v5.85.0</a></p> <h2>v5.84.1</h2> <h2>Bug Fixes</h2> <ul> <li>Fix regression in inner graph for reserved identifiers by <a href="https://github.com/alexander-akait"><code>@alexander-akait</code></a> in <a href="https://redirect.github.com/webpack/webpack/pull/17265">webpack/webpack#17265</a></li> </ul> <h2>Dependencies & Maintenance</h2> <ul> <li>Bump <code>@types/jest</code> from 29.5.0 to 29.5.1 by <a href="https://github.com/dependabot"><code>@dependabot</code></a> in <a href="https://redirect.github.com/webpack/webpack/pull/17027">webpack/webpack#17027</a></li> <li>Bump simple-git from 3.18.0 to 3.19.0 by <a href="https://github.com/dependabot"><code>@dependabot</code></a> in <a href="https://redirect.github.com/webpack/webpack/pull/17263">webpack/webpack#17263</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/webpack/webpack/compare/v5.84.0...v5.84.1">https://github.com/webpack/webpack/compare/v5.84.0...v5.84.1</a></p> <h2>v5.84.0</h2> <h2>New Features</h2> <ul> <li>SourceMapDevToolPlugin now supports <code>append</code> option as a function by <a href="https://github.com/snitin315"><code>@snitin315</code></a> in <a href="https://redirect.github.com/webpack/webpack/pull/17252">webpack/webpack#17252</a></li> </ul> <h2>Bug Fixes</h2> <ul> <li>Fix multiple bugs referencing class names when shadowed by import name in properties and methods by <a href="https://github.com/alexander-akait"><code>@alexander-akait</code></a> in <a href="https://redirect.github.com/webpack/webpack/pull/17233">webpack/webpack#17233</a></li> <li>Allow DefinePlugin shorthand property by <a href="https://github.com/shamoilarsi"><code>@shamoilarsi</code></a> in <a href="https://redirect.github.com/webpack/webpack/pull/17231">webpack/webpack#17231</a></li> <li>[CSS] - Fix edge cases in parsing <code>@import</code> by <a href="https://github.com/alexander-akait"><code>@alexander-akait</code></a> in <a href="https://redirect.github.com/webpack/webpack/pull/17229">webpack/webpack#17229</a></li> </ul> <h2>Developer Experience</h2> <ul> <li>Increase type coverage for serialization classes by <a href="https://github.com/alexander-akait"><code>@alexander-akait</code></a> in <a href="https://redirect.github.com/webpack/webpack/pull/17243">webpack/webpack#17243</a></li> <li>Increase type coverage for <code>JavascriptParser</code> and <code>ModuleDependency</code> subclasses by <a href="https://github.com/alexander-akait"><code>@alexander-akait</code></a> in <a href="https://redirect.github.com/webpack/webpack/pull/17236">webpack/webpack#17236</a></li> <li>Increase type coverage to <code>strict</code>-mode quality for Configuration/Normalization objects by <a href="https://github.com/alexander-akait"><code>@alexander-akait</code></a> in <a href="https://redirect.github.com/webpack/webpack/pull/17247">webpack/webpack#17247</a></li> <li>Refactor duplicate strings by replacing them with constant for <strong>webpack_require</strong> instead of string literal by <a href="https://github.com/burhanuday"><code>@burhanuday</code></a> in <a href="https://redirect.github.com/webpack/webpack/pull/17228">webpack/webpack#17228</a></li> </ul> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/webpack/webpack/commit/c80b069dca8eedebfa8ede9ce740891362fdb8bf"><code>c80b069</code></a> 5.85.0</li> <li><a href="https://github.com/webpack/webpack/commit/53c98f06ee46a85ae2f2a95837b4a108fce63c33"><code>53c98f0</code></a> Merge pull request <a href="https://redirect.github.com/webpack/webpack/issues/17203">#17203</a> from bworline/ns</li> <li><a href="https://github.com/webpack/webpack/commit/2a669ff0616fdb8ce7bf2543dff38698a50ae1a8"><code>2a669ff</code></a> Merge pull request <a href="https://redirect.github.com/webpack/webpack/issues/17212">#17212</a> from webpack/feat-support-custom-syntax</li> <li><a href="https://github.com/webpack/webpack/commit/16660c1bfa441de566b2cd832aaca76acc4a6dc1"><code>16660c1</code></a> Merge pull request <a href="https://redirect.github.com/webpack/webpack/issues/17272">#17272</a> from webpack/more-types</li> <li><a href="https://github.com/webpack/webpack/commit/6d8d96b4805a4937a6b9c941c09d65527b3c9989"><code>6d8d96b</code></a> Merge pull request <a href="https://redirect.github.com/webpack/webpack/issues/17281">#17281</a> from webpack/feat-environment-to-loader-context</li> <li><a href="https://github.com/webpack/webpack/commit/77c4deb47ed9e8593489130970f954b7bc2837bb"><code>77c4deb</code></a> Merge branch 'main' of <a href="https://github.com/webpack/webpack">https://github.com/webpack/webpack</a> into ns</li> <li><a href="https://github.com/webpack/webpack/commit/69210bbbd251f75e0cfbc8257c9288f127315f3e"><code>69210bb</code></a> test: more</li> <li><a href="https://github.com/webpack/webpack/commit/f9a52a6a256be0b33363dcafdae122801c2ceeba"><code>f9a52a6</code></a> test: more</li> <li><a href="https://github.com/webpack/webpack/commit/5ab7e50503aba34aaec73d346e16b0bf54e4f98e"><code>5ab7e50</code></a> handle null dep.idRangeStarts</li> <li><a href="https://github.com/webpack/webpack/commit/1df0148f4b9f6048211ca0444b3286f681b6da11"><code>1df0148</code></a> update type def from rebase</li> <li>Additional commits viewable in <a href="https://github.com/webpack/webpack/compare/v5.80.0...v5.85.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.80.0&new-version=5.85.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 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> Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Signed-off-by: RAMU MANAM <manam.ramu@uber.com>
- Loading branch information