Commit dfaf6eb
chore(deps-dev): bump webpack from 5.99.5 to 5.99.6 in the webpack group across 1 directory (#1231)
Bumps the webpack group with 1 update in the / directory:
[webpack](https://github.com/webpack/webpack).
Updates `webpack` from 5.99.5 to 5.99.6
<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.99.6</h2>
<h3>Fixes</h3>
<ul>
<li>Respect public path for ES modules</li>
<li>Fixed generation of module for <code>module</code> library when
mixing commonjs and esm modules</li>
<li>Always apply <code>FlagDependencyExportsPlugin</code> for libraries
where it required</li>
<li>Faster logic for dead control flow</li>
<li>Typescript types</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/webpack/webpack/commit/f8eee102c20a3d79eddfed0194113c4d5759d9e4"><code>f8eee10</code></a>
chore(release): 5.99.6</li>
<li><a
href="https://github.com/webpack/webpack/commit/e207e614e6d19a24e7ff9e6f9b8eac1496b05382"><code>e207e61</code></a>
fix: respect public path for ES modules (<a
href="https://redirect.github.com/webpack/webpack/issues/19434">#19434</a>)</li>
<li><a
href="https://github.com/webpack/webpack/commit/00a888a804906fed9ae33e80022b3e4e380bdefb"><code>00a888a</code></a>
ci: fix coverage</li>
<li><a
href="https://github.com/webpack/webpack/commit/4211c97f9b9d372a873ede9a545240468171e3c2"><code>4211c97</code></a>
ci: improve codecov report (<a
href="https://redirect.github.com/webpack/webpack/issues/19430">#19430</a>)</li>
<li><a
href="https://github.com/webpack/webpack/commit/b1bc97a3032aba6f84d542016e1843a1c2821b1d"><code>b1bc97a</code></a>
ci: remove <code>lintunit</code> project from coverage (<a
href="https://redirect.github.com/webpack/webpack/issues/19429">#19429</a>)</li>
<li><a
href="https://github.com/webpack/webpack/commit/bd1ff8c317e591613a0a369f3be469c2606f9f47"><code>bd1ff8c</code></a>
fix: module library export generation when mixing commonjs and esm
modules (#...</li>
<li><a
href="https://github.com/webpack/webpack/commit/747cf9db58353516e83beebcf7c6870e0545a39a"><code>747cf9d</code></a>
fix: improve logic for dead control flow</li>
<li><a
href="https://github.com/webpack/webpack/commit/df3da4826a500b6110c7f1a20e7db063a2047f63"><code>df3da48</code></a>
fix: types of ContextModule</li>
<li><a
href="https://github.com/webpack/webpack/commit/fe2ce398a3493be39ff2780f71e2b77747f4ea16"><code>fe2ce39</code></a>
fix: library module without export statement (<a
href="https://redirect.github.com/webpack/webpack/issues/19411">#19411</a>)</li>
<li><a
href="https://github.com/webpack/webpack/commit/4d6d3800b4055695244eea65d052cf6f9947d9b8"><code>4d6d380</code></a>
fix: types</li>
<li>Additional commits viewable in <a
href="https://github.com/webpack/webpack/compare/v5.99.5...v5.99.6">compare
view</a></li>
</ul>
</details>
<br />
[](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)
You can trigger a rebase of this PR 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 <dependency name> major version` will close this
group update PR and stop Dependabot creating any more for the specific
dependency's major version (unless you unignore this specific
dependency's major version or upgrade to it yourself)
- `@dependabot ignore <dependency name> minor version` will close this
group update PR and stop Dependabot creating any more for the specific
dependency's minor version (unless you unignore this specific
dependency's minor version or upgrade to it yourself)
- `@dependabot ignore <dependency name>` will close this group update PR
and stop Dependabot creating any more for the specific dependency
(unless you unignore this specific dependency or upgrade to it yourself)
- `@dependabot unignore <dependency name>` will remove all of the ignore
conditions of the specified dependency
- `@dependabot unignore <dependency name> <ignore condition>` will
remove the ignore condition of the specified dependency and ignore
conditions
</details>
> **Note**
> Automatic rebases have been disabled on this pull request as it has
been open for over 30 days.
---------
Signed-off-by: dependabot[bot] <support@github.com>
Signed-off-by: Jan Kowalleck <jan.kowalleck@gmail.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Jan Kowalleck <jan.kowalleck@gmail.com>1 parent fb5b4fa commit dfaf6eb
2 files changed
+3
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
10 | 10 | | |
11 | 11 | | |
12 | 12 | | |
13 | | - | |
| 13 | + | |
14 | 14 | | |
15 | 15 | | |
16 | 16 | | |
| 17 | + | |
17 | 18 | | |
18 | 19 | | |
19 | 20 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
102 | 102 | | |
103 | 103 | | |
104 | 104 | | |
105 | | - | |
| 105 | + | |
106 | 106 | | |
107 | 107 | | |
108 | 108 | | |
| |||
0 commit comments