Skip to content

Commit

Permalink
Bump webpack from 5.80.0 to 5.85.0 (jaegertracing#1457)
Browse files Browse the repository at this point in the history
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 &amp; 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 &amp; 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 &amp; 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
dependabot[bot] authored and ramumanam committed Jun 6, 2023
1 parent f2e15cd commit 96a5296
Showing 1 changed file with 13 additions and 13 deletions.
26 changes: 13 additions & 13 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -3337,10 +3337,10 @@ acorn-globals@^7.0.0:
acorn "^8.1.0"
acorn-walk "^8.0.2"

acorn-import-assertions@^1.7.6:
version "1.8.0"
resolved "https://registry.yarnpkg.com/acorn-import-assertions/-/acorn-import-assertions-1.8.0.tgz#ba2b5939ce62c238db6d93d81c9b111b29b855e9"
integrity sha512-m7VZ3jwz4eK6A4Vtt8Ew1/mNbP24u0FhdyfA7fSvnJR6LMdfOYnmuIrrJAgrYfYJ10F/otaHTtrtrtmHdMNzEw==
acorn-import-assertions@^1.9.0:
version "1.9.0"
resolved "https://registry.yarnpkg.com/acorn-import-assertions/-/acorn-import-assertions-1.9.0.tgz#507276249d684797c84e0734ef84860334cfb1ac"
integrity sha512-cmMwop9x+8KFhxvKrKfPYmN6/pKTYYHBqLa0DfvVZcKMJWNyWLnaqND7dx/qn66R7ewM1UX5XMaDVP5wlVTaVA==

acorn-jsx@^5.3.2:
version "5.3.2"
Expand Down Expand Up @@ -5529,10 +5529,10 @@ end-of-stream@^1.4.1:
dependencies:
once "^1.4.0"

enhanced-resolve@^5.13.0:
version "5.13.0"
resolved "https://registry.yarnpkg.com/enhanced-resolve/-/enhanced-resolve-5.13.0.tgz#26d1ecc448c02de997133217b5c1053f34a0a275"
integrity sha512-eyV8f0y1+bzyfh8xAwW/WTSZpLbjhqc4ne9eGSH4Zo2ejdyiNG9pU6mf9DG8a7+Auk6MFTlNOT4Y2y/9k8GKVg==
enhanced-resolve@^5.14.1:
version "5.14.1"
resolved "https://registry.yarnpkg.com/enhanced-resolve/-/enhanced-resolve-5.14.1.tgz#de684b6803724477a4af5d74ccae5de52c25f6b3"
integrity sha512-Vklwq2vDKtl0y/vtwjSesgJ5MYS7Etuk5txS8VdKL4AOS1aUlD96zqIfsOSLQsdv3xgMRbtkWM8eG9XDfKUPow==
dependencies:
graceful-fs "^4.2.4"
tapable "^2.2.0"
Expand Down Expand Up @@ -13477,20 +13477,20 @@ webpack-sources@^3.2.3:
integrity sha512-/DyMEOrDgLKKIG0fmvtz+4dUX/3Ghozwgm6iPp8KRhvn+eQf9+Q7GWxVNMk3+uCPWfdXYC4ExGBckIXdFEfH1w==

webpack@^5.75.0:
version "5.80.0"
resolved "https://registry.yarnpkg.com/webpack/-/webpack-5.80.0.tgz#3e660b4ab572be38c5e954bdaae7e2bf76010fdc"
integrity sha512-OIMiq37XK1rWO8mH9ssfFKZsXg4n6klTEDL7S8/HqbAOBBaiy8ABvXvz0dDCXeEF9gqwxSvVk611zFPjS8hJxA==
version "5.85.0"
resolved "https://registry.yarnpkg.com/webpack/-/webpack-5.85.0.tgz#c14a6a3a91f84d67c450225661fda8da36bc7f49"
integrity sha512-7gazTiYqwo5OSqwH1tigLDL2r3qDeP2dOKYgd+LlXpsUMqDTklg6tOghexqky0/+6QY38kb/R/uRPUleuL43zg==
dependencies:
"@types/eslint-scope" "^3.7.3"
"@types/estree" "^1.0.0"
"@webassemblyjs/ast" "^1.11.5"
"@webassemblyjs/wasm-edit" "^1.11.5"
"@webassemblyjs/wasm-parser" "^1.11.5"
acorn "^8.7.1"
acorn-import-assertions "^1.7.6"
acorn-import-assertions "^1.9.0"
browserslist "^4.14.5"
chrome-trace-event "^1.0.2"
enhanced-resolve "^5.13.0"
enhanced-resolve "^5.14.1"
es-module-lexer "^1.2.1"
eslint-scope "5.1.1"
events "^3.2.0"
Expand Down

0 comments on commit 96a5296

Please sign in to comment.