dependabot[bot]
92ecbda7b2
Bump bootstrap from 5.2.0 to 5.2.1 ( #2271 )
...
Bumps [bootstrap](https://github.com/twbs/bootstrap ) from 5.2.0 to 5.2.1.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a href="https://github.com/twbs/bootstrap/releases ">bootstrap's releases</a>.</em></p>
<blockquote>
<h2>v5.2.1</h2>
<h2>🚀 Highlights</h2>
<ul>
<li><strong>Accordion</strong>
<ul>
<li>Update <code>color</code> value to use the <code>$accordion-button-color</code> Sass variable instead of our color contrast function</li>
</ul>
</li>
<li><strong>Buttons</strong>
<ul>
<li>Added a <code>transparent</code> default hover border color CSS variable for buttons to fix a visual regression</li>
<li><code>.btn-link</code> no longer has a gradient when <code>$enable-gradients</code> is set to <code>true</code></li>
</ul>
</li>
<li><strong>Forms</strong>
<ul>
<li>Input groups have updated <code>z-index</code> values to ensure proper rendering of validated form fields</li>
<li>Floating labels now reset their <code>text-align</code> to ensure consistent styling</li>
</ul>
</li>
<li><strong>List Groups</strong>
<ul>
<li>Horizontal list groups with only one child now render the correct <code>border-radius</code></li>
<li>Modified the <code>list-group-item</code> selectors to better support nested imports of Bootstrap's CSS</li>
</ul>
</li>
<li><strong>Modals</strong>
<ul>
<li>Fixed modal event listeners during dismiss click, allowing you to once again click scrollbars without dismissing the modal</li>
</ul>
</li>
<li><strong>Pagination</strong>
<ul>
<li>Fixed incorrect <code>border-radius</code> values inside pagination components</li>
</ul>
</li>
<li><strong>Scrollspy</strong>
<ul>
<li>Scrollspy threshold option is now configurable</li>
</ul>
</li>
<li><strong>Tooltips</strong>
<ul>
<li>Reverted some tooltip plugin updates to prevent issues with <code>selector</code>, dynamic content, and disposed tooltips using <code>title</code></li>
</ul>
</li>
</ul>
<h2>🚀 Features</h2>
<ul>
<li><a href="https://github-redirect.dependabot.com/twbs/bootstrap/issues/36750 ">#36750</a>: ScrollSpy: make the threshold option configurable</li>
</ul>
<h2>🎨 CSS</h2>
<ul>
<li><a href="https://github-redirect.dependabot.com/twbs/bootstrap/issues/36507 ">#36507</a>: v5/docs: reintroduce <code>outline</code> for docs code samples, buttons when <code>:not(:focus-visible)</code></li>
<li><a href="https://github-redirect.dependabot.com/twbs/bootstrap/issues/36593 ">#36593</a>: flush variant of accordion border radius</li>
<li><a href="https://github-redirect.dependabot.com/twbs/bootstrap/issues/36663 ">#36663</a>: fix <a href="https://github-redirect.dependabot.com/twbs/bootstrap/issues/36662 ">#36662</a> List-group-item margin-top is offset when importing sass in a nested class</li>
<li><a href="https://github-redirect.dependabot.com/twbs/bootstrap/issues/36694 ">#36694</a>: Docs: add grid-row-columns variable</li>
<li><a href="https://github-redirect.dependabot.com/twbs/bootstrap/issues/36791 ">#36791</a>: Remove a unused sass parameter from banner mixin</li>
<li><a href="https://github-redirect.dependabot.com/twbs/bootstrap/issues/36828 ">#36828</a>: Fix pagination page items border radius</li>
<li><a href="https://github-redirect.dependabot.com/twbs/bootstrap/issues/36849 ">#36849</a>: Define correctly <code>$popover-header-color</code></li>
<li><a href="https://github-redirect.dependabot.com/twbs/bootstrap/issues/36873 ">#36873</a>: Fix floating labels under <code>.text-center</code></li>
<li><a href="https://github-redirect.dependabot.com/twbs/bootstrap/issues/36874 ">#36874</a>: Floating labels in input group: Border fix</li>
<li><a href="https://github-redirect.dependabot.com/twbs/bootstrap/issues/36921 ">#36921</a>: Accordion color should use $accordion-color</li>
<li><a href="https://github-redirect.dependabot.com/twbs/bootstrap/issues/36986 ">#36986</a>: bugfix undefined border color variable for btn <a href="https://github-redirect.dependabot.com/twbs/bootstrap/issues/36938 ">#36938</a></li>
<li><a href="https://github-redirect.dependabot.com/twbs/bootstrap/issues/37017 ">#37017</a>: List group: Fix horizontal when only one child</li>
<li><a href="https://github-redirect.dependabot.com/twbs/bootstrap/issues/37021 ">#37021</a>: Scss: Adding missing <code>z-index</code> CSS variables.</li>
<li><a href="https://github-redirect.dependabot.com/twbs/bootstrap/issues/37026 ">#37026</a>: Rework button focus/active styling, with extra changes for checks/radios</li>
<li><a href="https://github-redirect.dependabot.com/twbs/bootstrap/issues/37027 ">#37027</a>: Search modal: Set cursor on auto</li>
<li><a href="https://github-redirect.dependabot.com/twbs/bootstrap/issues/37034 ">#37034</a>: More consistency for CSS/Sass vars doc for components with dark variants</li>
<li><a href="https://github-redirect.dependabot.com/twbs/bootstrap/issues/37059 ">#37059</a>: Fix input group z-index focus + validation</li>
<li><a href="https://github-redirect.dependabot.com/twbs/bootstrap/issues/37078 ">#37078</a>: Remove gradient from <code>.btn-link</code></li>
<li><a href="https://github-redirect.dependabot.com/twbs/bootstrap/issues/37079 ">#37079</a>: Add workarounds for postcss values parser error</li>
<li><a href="https://github-redirect.dependabot.com/twbs/bootstrap/issues/37080 ">#37080</a>: btn-group draws first input margin <a href="https://github-redirect.dependabot.com/twbs/bootstrap/issues/36794 ">#36794</a></li>
<li><a href="https://github-redirect.dependabot.com/twbs/bootstrap/issues/37093 ">#37093</a>: Fix accordion button color</li>
</ul>
<!-- raw HTML omitted -->
</blockquote>
<p>... (truncated)</p>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a href="23e50829f9
"><code>23e5082</code></a> Release v5.2.1 (<a href="https://github-redirect.dependabot.com/twbs/bootstrap/issues/37098 ">#37098</a>)</li>
<li><a href="23fb7a7915
"><code>23fb7a7</code></a> Fix modal event-listeners during dismiss click (<a href="https://github-redirect.dependabot.com/twbs/bootstrap/issues/36863 ">#36863</a>)</li>
<li><a href="949456984a
"><code>9494569</code></a> Fix tooltip manual toggling (<a href="https://github-redirect.dependabot.com/twbs/bootstrap/issues/37086 ">#37086</a>)</li>
<li><a href="7a7469b8ab
"><code>7a7469b</code></a> Fix accordion button color</li>
<li><a href="9b943880fc
"><code>9b94388</code></a> Update _button-group.scss</li>
<li><a href="97a9060a8f
"><code>97a9060</code></a> Update _button-group.scss</li>
<li><a href="2504b89950
"><code>2504b89</code></a> Remove gradient from .btn-link</li>
<li><a href="32c457db4b
"><code>32c457d</code></a> Rework button focus/active styling, with extra changes for checks/radios (<a href="https://github-redirect.dependabot.com/twbs/bootstrap/issues/37 ">#37</a>...</li>
<li><a href="b8880e5eec
"><code>b8880e5</code></a> Add workarounds for postcss values parser error</li>
<li><a href="75e09b1c0f
"><code>75e09b1</code></a> Bump rtlcss from 3.5.0 to 4.0.0 (<a href="https://github-redirect.dependabot.com/twbs/bootstrap/issues/36968 ">#36968</a>)</li>
<li>Additional commits viewable in <a href="https://github.com/twbs/bootstrap/compare/v5.2.0...v5.2.1 ">compare view</a></li>
</ul>
</details>
<br />
[![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=bootstrap&package-manager=npm_and_yarn&previous-version=5.2.0&new-version=5.2.1 )](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>
2 years ago
dependabot[bot]
cb610d8073
Bump webpack-dev-server from 4.10.0 to 4.10.1 ( #2253 )
...
Bumps [webpack-dev-server](https://github.com/webpack/webpack-dev-server ) from 4.10.0 to 4.10.1.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a href="https://github.com/webpack/webpack-dev-server/releases ">webpack-dev-server's releases</a>.</em></p>
<blockquote>
<h2>v4.10.1</h2>
<h3><a href="https://github.com/webpack/webpack-dev-server/compare/v4.10.0...v4.10.1 ">4.10.1</a> (2022-08-29)</h3>
<h3>Bug Fixes</h3>
<ul>
<li>compatibility with old browsers (<a href="https://github-redirect.dependabot.com/webpack/webpack-dev-server/issues/4544 ">#4544</a>) (<a href="6a430d495e
">6a430d4</a>)</li>
</ul>
</blockquote>
</details>
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a href="https://github.com/webpack/webpack-dev-server/blob/master/CHANGELOG.md ">webpack-dev-server's changelog</a>.</em></p>
<blockquote>
<h3><a href="https://github.com/webpack/webpack-dev-server/compare/v4.10.0...v4.10.1 ">4.10.1</a> (2022-08-29)</h3>
<h3>Bug Fixes</h3>
<ul>
<li>compatibility with old browsers (<a href="https://github-redirect.dependabot.com/webpack/webpack-dev-server/issues/4544 ">#4544</a>) (<a href="6a430d495e
">6a430d4</a>)</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a href="eb997bba98
"><code>eb997bb</code></a> chore(release): 4.10.1</li>
<li><a href="4eed30e606
"><code>4eed30e</code></a> ci: enable jest <code>--shard</code> option in github-actions (<a href="https://github-redirect.dependabot.com/webpack/webpack-dev-server/issues/4545 ">#4545</a>)</li>
<li><a href="97dba79fec
"><code>97dba79</code></a> chore(deps-dev): bump eslint from 8.22.0 to 8.23.0 (<a href="https://github-redirect.dependabot.com/webpack/webpack-dev-server/issues/4550 ">#4550</a>)</li>
<li><a href="a2eb40cfd0
"><code>a2eb40c</code></a> chore(deps-dev): bump core-js from 3.24.1 to 3.25.0 (<a href="https://github-redirect.dependabot.com/webpack/webpack-dev-server/issues/4548 ">#4548</a>)</li>
<li><a href="6a430d495e
"><code>6a430d4</code></a> fix: compatibility with old browsers (<a href="https://github-redirect.dependabot.com/webpack/webpack-dev-server/issues/4544 ">#4544</a>)</li>
<li><a href="735864c305
"><code>735864c</code></a> chore(deps-dev): bump marked from 4.0.18 to 4.0.19 (<a href="https://github-redirect.dependabot.com/webpack/webpack-dev-server/issues/4546 ">#4546</a>)</li>
<li><a href="22443c2a42
"><code>22443c2</code></a> chore(deps-dev): bump typescript from 4.7.4 to 4.8.2 (<a href="https://github-redirect.dependabot.com/webpack/webpack-dev-server/issues/4549 ">#4549</a>)</li>
<li><a href="02e11e133d
"><code>02e11e1</code></a> chore(deps-dev): bump <code>@babel/core</code> from 7.18.10 to 7.18.13 (<a href="https://github-redirect.dependabot.com/webpack/webpack-dev-server/issues/4547 ">#4547</a>)</li>
<li><a href="751214a294
"><code>751214a</code></a> chore(deps-dev): bump eslint from 8.21.0 to 8.22.0 (<a href="https://github-redirect.dependabot.com/webpack/webpack-dev-server/issues/4541 ">#4541</a>)</li>
<li><a href="544543a0b3
"><code>544543a</code></a> ci: add workflow to cancel previous runs (<a href="https://github-redirect.dependabot.com/webpack/webpack-dev-server/issues/4542 ">#4542</a>)</li>
<li>See full diff in <a href="https://github.com/webpack/webpack-dev-server/compare/v4.10.0...v4.10.1 ">compare view</a></li>
</ul>
</details>
<br />
[![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=webpack-dev-server&package-manager=npm_and_yarn&previous-version=4.10.0&new-version=4.10.1 )](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>
2 years ago
dependabot[bot]
d9720f71ab
Bump terser-webpack-plugin from 5.3.5 to 5.3.6 ( #2254 )
...
Bumps [terser-webpack-plugin](https://github.com/webpack-contrib/terser-webpack-plugin ) from 5.3.5 to 5.3.6.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a href="https://github.com/webpack-contrib/terser-webpack-plugin/releases ">terser-webpack-plugin's releases</a>.</em></p>
<blockquote>
<h2>v5.3.6</h2>
<h3><a href="https://github.com/webpack-contrib/terser-webpack-plugin/compare/v5.3.5...v5.3.6 ">5.3.6</a> (2022-08-29)</h3>
<h3>Bug Fixes</h3>
<ul>
<li>allow disable compress options for <code>terser</code> and <code>swc</code> (<a href="https://github-redirect.dependabot.com/webpack-contrib/terser-webpack-plugin/issues/514 ">#514</a>) (<a href="52c1aef218
">52c1aef</a>)</li>
</ul>
</blockquote>
</details>
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a href="https://github.com/webpack-contrib/terser-webpack-plugin/blob/master/CHANGELOG.md ">terser-webpack-plugin's changelog</a>.</em></p>
<blockquote>
<h3><a href="https://github.com/webpack-contrib/terser-webpack-plugin/compare/v5.3.5...v5.3.6 ">5.3.6</a> (2022-08-29)</h3>
<h3>Bug Fixes</h3>
<ul>
<li>allow disable compress options for <code>terser</code> and <code>swc</code> (<a href="https://github-redirect.dependabot.com/webpack-contrib/terser-webpack-plugin/issues/514 ">#514</a>) (<a href="52c1aef218
">52c1aef</a>)</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a href="9718859ada
"><code>9718859</code></a> chore(release): 5.3.6</li>
<li><a href="52c1aef218
"><code>52c1aef</code></a> fix: allow disable compress options for <code>terser</code> and <code>swc</code> (<a href="https://github-redirect.dependabot.com/webpack-contrib/terser-webpack-plugin/issues/514 ">#514</a>)</li>
<li>See full diff in <a href="https://github.com/webpack-contrib/terser-webpack-plugin/compare/v5.3.5...v5.3.6 ">compare view</a></li>
</ul>
</details>
<br />
[![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=terser-webpack-plugin&package-manager=npm_and_yarn&previous-version=5.3.5&new-version=5.3.6 )](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>
2 years ago
dependabot[bot]
28c13a420c
Bump terser-webpack-plugin from 5.3.4 to 5.3.5 ( #2240 )
...
Bumps [terser-webpack-plugin](https://github.com/webpack-contrib/terser-webpack-plugin ) from 5.3.4 to 5.3.5.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a href="https://github.com/webpack-contrib/terser-webpack-plugin/releases ">terser-webpack-plugin's releases</a>.</em></p>
<blockquote>
<h2>v5.3.5</h2>
<h3><a href="https://github.com/webpack-contrib/terser-webpack-plugin/compare/v5.3.4...v5.3.5 ">5.3.5</a> (2022-08-16)</h3>
<h3>Bug Fixes</h3>
<ul>
<li>types (<a href="https://github-redirect.dependabot.com/webpack-contrib/terser-webpack-plugin/issues/512 ">#512</a>) (<a href="5c13ba748f
">5c13ba7</a>)</li>
</ul>
</blockquote>
</details>
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a href="https://github.com/webpack-contrib/terser-webpack-plugin/blob/master/CHANGELOG.md ">terser-webpack-plugin's changelog</a>.</em></p>
<blockquote>
<h3><a href="https://github.com/webpack-contrib/terser-webpack-plugin/compare/v5.3.4...v5.3.5 ">5.3.5</a> (2022-08-16)</h3>
<h3>Bug Fixes</h3>
<ul>
<li>types (<a href="https://github-redirect.dependabot.com/webpack-contrib/terser-webpack-plugin/issues/512 ">#512</a>) (<a href="5c13ba748f
">5c13ba7</a>)</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a href="c5a9d4146c
"><code>c5a9d41</code></a> chore(release): 5.3.5</li>
<li><a href="5c13ba748f
"><code>5c13ba7</code></a> fix: types (<a href="https://github-redirect.dependabot.com/webpack-contrib/terser-webpack-plugin/issues/512 ">#512</a>)</li>
<li><a href="9ebedf27a1
"><code>9ebedf2</code></a> ci: add job to cancel previous runs (<a href="https://github-redirect.dependabot.com/webpack-contrib/terser-webpack-plugin/issues/510 ">#510</a>)</li>
<li>See full diff in <a href="https://github.com/webpack-contrib/terser-webpack-plugin/compare/v5.3.4...v5.3.5 ">compare view</a></li>
</ul>
</details>
<br />
[![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=terser-webpack-plugin&package-manager=npm_and_yarn&previous-version=5.3.4&new-version=5.3.5 )](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>
2 years ago
dependabot[bot]
dab00f03e0
Bump terser-webpack-plugin from 5.3.3 to 5.3.4 ( #2235 )
...
Bumps [terser-webpack-plugin](https://github.com/webpack-contrib/terser-webpack-plugin ) from 5.3.3 to 5.3.4.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a href="https://github.com/webpack-contrib/terser-webpack-plugin/releases ">terser-webpack-plugin's releases</a>.</em></p>
<blockquote>
<h2>v5.3.4</h2>
<h3><a href="https://github.com/webpack-contrib/terser-webpack-plugin/compare/v5.3.3...v5.3.4 ">5.3.4</a> (2022-08-12)</h3>
<h3>Bug Fixes</h3>
<ul>
<li>respect environment options for terser and swc compress options (<a href="https://github-redirect.dependabot.com/webpack-contrib/terser-webpack-plugin/issues/509 ">#509</a>) (<a href="29bbc3ae1c
">29bbc3a</a>)</li>
</ul>
</blockquote>
</details>
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a href="https://github.com/webpack-contrib/terser-webpack-plugin/blob/master/CHANGELOG.md ">terser-webpack-plugin's changelog</a>.</em></p>
<blockquote>
<h3><a href="https://github.com/webpack-contrib/terser-webpack-plugin/compare/v5.3.3...v5.3.4 ">5.3.4</a> (2022-08-12)</h3>
<h3>Bug Fixes</h3>
<ul>
<li>respect environment options for terser and swc compress options (<a href="https://github-redirect.dependabot.com/webpack-contrib/terser-webpack-plugin/issues/509 ">#509</a>) (<a href="29bbc3ae1c
">29bbc3a</a>)</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a href="9a6e47c10b
"><code>9a6e47c</code></a> chore(release): 5.3.4</li>
<li><a href="29bbc3ae1c
"><code>29bbc3a</code></a> fix: respect environment options for terser and swc compress options (<a href="https://github-redirect.dependabot.com/webpack-contrib/terser-webpack-plugin/issues/509 ">#509</a>)</li>
<li><a href="64f2ff5ac9
"><code>64f2ff5</code></a> chore: update dependencies to the latest version (<a href="https://github-redirect.dependabot.com/webpack-contrib/terser-webpack-plugin/issues/508 ">#508</a>)</li>
<li><a href="d17562a1d5
"><code>d17562a</code></a> ci: add GitHub token permissions for workflow (<a href="https://github-redirect.dependabot.com/webpack-contrib/terser-webpack-plugin/issues/505 ">#505</a>)</li>
<li><a href="7515a5a85b
"><code>7515a5a</code></a> chore(deps): update (<a href="https://github-redirect.dependabot.com/webpack-contrib/terser-webpack-plugin/issues/504 ">#504</a>)</li>
<li><a href="bc1ddccd07
"><code>bc1ddcc</code></a> docs: update note in README.md (<a href="https://github-redirect.dependabot.com/webpack-contrib/terser-webpack-plugin/issues/497 ">#497</a>)</li>
<li><a href="01e4b9d3e2
"><code>01e4b9d</code></a> chore: update dependencies to the latest version (<a href="https://github-redirect.dependabot.com/webpack-contrib/terser-webpack-plugin/issues/499 ">#499</a>)</li>
<li><a href="e7d39aefbd
"><code>e7d39ae</code></a> chore: ignore types for eslint (<a href="https://github-redirect.dependabot.com/webpack-contrib/terser-webpack-plugin/issues/496 ">#496</a>)</li>
<li><a href="ccf48f1340
"><code>ccf48f1</code></a> chore: disable commit message length check (<a href="https://github-redirect.dependabot.com/webpack-contrib/terser-webpack-plugin/issues/494 ">#494</a>)</li>
<li>See full diff in <a href="https://github.com/webpack-contrib/terser-webpack-plugin/compare/v5.3.3...v5.3.4 ">compare view</a></li>
</ul>
</details>
<br />
[![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=terser-webpack-plugin&package-manager=npm_and_yarn&previous-version=5.3.3&new-version=5.3.4 )](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>
2 years ago
dependabot[bot]
af72e6178d
Bump webpack-dev-server from 4.9.3 to 4.10.0 ( #2228 )
...
Bumps [webpack-dev-server](https://github.com/webpack/webpack-dev-server ) from 4.9.3 to 4.10.0.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a href="https://github.com/webpack/webpack-dev-server/releases ">webpack-dev-server's releases</a>.</em></p>
<blockquote>
<h2>v4.10.0</h2>
<h2><a href="https://github.com/webpack/webpack-dev-server/compare/v4.9.3...v4.10.0 ">4.10.0</a> (2022-08-10)</h2>
<h3>Features</h3>
<ul>
<li>allow to configure more <code>client</code> options via resource URL (<a href="https://github-redirect.dependabot.com/webpack/webpack-dev-server/issues/4274 ">#4274</a>) (<a href="216e3cbe62
">216e3cb</a>)</li>
</ul>
<h3>Bug Fixes</h3>
<ul>
<li>response correctly when receive an OPTIONS request (<a href="https://github-redirect.dependabot.com/webpack/webpack-dev-server/issues/4185 ">#4185</a>) (<a href="2b3b7e000f
">2b3b7e0</a>)</li>
</ul>
</blockquote>
</details>
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a href="https://github.com/webpack/webpack-dev-server/blob/master/CHANGELOG.md ">webpack-dev-server's changelog</a>.</em></p>
<blockquote>
<h2><a href="https://github.com/webpack/webpack-dev-server/compare/v4.9.3...v4.10.0 ">4.10.0</a> (2022-08-10)</h2>
<h3>Features</h3>
<ul>
<li>allow to configure more <code>client</code> options via resource URL (<a href="https://github-redirect.dependabot.com/webpack/webpack-dev-server/issues/4274 ">#4274</a>) (<a href="216e3cbe62
">216e3cb</a>)</li>
</ul>
<h3>Bug Fixes</h3>
<ul>
<li>response correctly when receive an OPTIONS request (<a href="https://github-redirect.dependabot.com/webpack/webpack-dev-server/issues/4185 ">#4185</a>) (<a href="2b3b7e000f
">2b3b7e0</a>)</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a href="49efdf8734
"><code>49efdf8</code></a> chore(release): 4.10.0</li>
<li><a href="2b3b7e000f
"><code>2b3b7e0</code></a> fix: response correctly when receive an OPTIONS request (<a href="https://github-redirect.dependabot.com/webpack/webpack-dev-server/issues/4185 ">#4185</a>)</li>
<li><a href="480f1e1312
"><code>480f1e1</code></a> chore(deps-dev): bump core-js from 3.24.0 to 3.24.1 (<a href="https://github-redirect.dependabot.com/webpack/webpack-dev-server/issues/4533 ">#4533</a>)</li>
<li><a href="890f27254a
"><code>890f272</code></a> chore(deps-dev): bump <code>@babel/plugin-transform-runtime</code> (<a href="https://github-redirect.dependabot.com/webpack/webpack-dev-server/issues/4535 ">#4535</a>)</li>
<li><a href="75ff939c41
"><code>75ff939</code></a> chore(deps-dev): bump <code>@babel/cli</code> from 7.18.9 to 7.18.10 (<a href="https://github-redirect.dependabot.com/webpack/webpack-dev-server/issues/4537 ">#4537</a>)</li>
<li><a href="56ac714705
"><code>56ac714</code></a> chore(deps-dev): bump eslint from 8.20.0 to 8.21.0 (<a href="https://github-redirect.dependabot.com/webpack/webpack-dev-server/issues/4538 ">#4538</a>)</li>
<li><a href="7a92f8af55
"><code>7a92f8a</code></a> chore(deps-dev): bump <code>@babel/preset-env</code> from 7.18.9 to 7.18.10 (<a href="https://github-redirect.dependabot.com/webpack/webpack-dev-server/issues/4539 ">#4539</a>)</li>
<li><a href="7b2fc6a22a
"><code>7b2fc6a</code></a> chore(deps-dev): bump <code>@babel/core</code> from 7.18.9 to 7.18.10 (<a href="https://github-redirect.dependabot.com/webpack/webpack-dev-server/issues/4536 ">#4536</a>)</li>
<li><a href="695b43ab2c
"><code>695b43a</code></a> chore(deps): bump <code>@types/serve-static</code> from 1.13.10 to 1.15.0 (<a href="https://github-redirect.dependabot.com/webpack/webpack-dev-server/issues/4534 ">#4534</a>)</li>
<li><a href="83951c8762
"><code>83951c8</code></a> chore(deps-dev): bump core-js from 3.23.5 to 3.24.0 (<a href="https://github-redirect.dependabot.com/webpack/webpack-dev-server/issues/4530 ">#4530</a>)</li>
<li>Additional commits viewable in <a href="https://github.com/webpack/webpack-dev-server/compare/v4.9.3...v4.10.0 ">compare view</a></li>
</ul>
</details>
<br />
[![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=webpack-dev-server&package-manager=npm_and_yarn&previous-version=4.9.3&new-version=4.10.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>
2 years ago
dependabot[bot]
a42716b7e5
Bump monaco-editor from 0.33.0 to 0.34.0 ( #2221 )
...
Bumps [monaco-editor](https://github.com/microsoft/monaco-editor ) from 0.33.0 to 0.34.0.
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a href="https://github.com/microsoft/monaco-editor/blob/main/CHANGELOG.md ">monaco-editor's changelog</a>.</em></p>
<blockquote>
<h2>[0.34.0]</h2>
<ul>
<li>Introduction of <code>IEditor.createDecorationsCollection</code> API</li>
<li>New function <code>removeAllMarkers</code> to remove all markers</li>
<li>Support for light high contrast theme</li>
<li>Introduction of <code>BracketPairColorizationOptions.independentColorPoolPerBracketType</code></li>
<li>Introduction of <code>PositionAffinity.LeftOfInjectedText</code> and <code>PositionAffinity.RightOfInjectedText</code></li>
<li>Introduction of <code>IEditorOptions.showFoldingControls: 'never'</code></li>
<li>Introduction of <code>IDiffEditorBaseOptions.renderMarginRevertIcon: boolean</code></li>
<li>Inline Quick Suggestions</li>
<li>Introduction of <code>IContentWidgetPosition.positionAffinity</code></li>
<li>Provider can now be registered for a <code>LanguageSelector</code></li>
</ul>
<h3>Breaking Changes</h3>
<ul>
<li><code>IEditorInlayHintsOptions</code> tweaks</li>
<li>Iteration on <code>InlineCompletion</code> API</li>
<li><code>WorkspaceFileEdit</code> -> <code>IWorkspaceFileEdit</code>
<ul>
<li><code>oldUri</code> -> <code>oldResource</code></li>
<li><code>newUri</code> -> <code>newResource</code></li>
</ul>
</li>
<li><code>WorkspaceTextEdit</code> -> <code>IWorkspaceTextEdit</code>
<ul>
<li><code>edit</code> -> <code>textEdit</code> (now supports <code>insertAsSnippet</code>)</li>
<li><code>modelVersionId?: number</code> -> <code>versionId: number | undefined</code></li>
</ul>
</li>
<li><code>InlayHint</code> API tweaks</li>
<li>Soft deprecation of <code>ICodeEditor.deltaDecorations</code>, no adoption required. <code>IEditor.createDecorationsCollection</code> API should be used instead.</li>
</ul>
<p>Contributions to <code>monaco-editor</code>:</p>
<ul>
<li><a href="https://github.com/alexander-zw "><code>@alexander-zw (Alexander Wu)</code></a>: [webpack readme] Add how to get languages/features [PR <a href="https://github-redirect.dependabot.com/microsoft/monaco-editor/issues/3171 ">#3171</a>](<a href="https://github-redirect.dependabot.com/microsoft/monaco-editor/pull/3171 ">microsoft/monaco-editor#3171</a>)</li>
<li><a href="https://github.com/anjbur "><code>@anjbur (Angela Burton)</code></a>: Update Q# keywords [PR <a href="https://github-redirect.dependabot.com/microsoft/monaco-editor/issues/3222 ">#3222</a>](<a href="https://github-redirect.dependabot.com/microsoft/monaco-editor/pull/3222 ">microsoft/monaco-editor#3222</a>)</li>
<li><a href="https://github.com/bsorrentino "><code>@bsorrentino (bsorrentino)</code></a>: Fix issue <a href="https://github-redirect.dependabot.com/microsoft/monaco-editor/issues/2295 ">#2295</a> - Models with "@" in their name do not resolve as dependencies [PR <a href="https://github-redirect.dependabot.com/microsoft/monaco-editor/issues/3057 ">#3057</a>](<a href="https://github-redirect.dependabot.com/microsoft/monaco-editor/pull/3057 ">microsoft/monaco-editor#3057</a>)</li>
<li><a href="https://github.com/MasterOdin "><code>@MasterOdin (Matthew Peveler)</code></a>: Remove duplicate testcases for mysql [PR <a href="https://github-redirect.dependabot.com/microsoft/monaco-editor/issues/3138 ">#3138</a>](<a href="https://github-redirect.dependabot.com/microsoft/monaco-editor/pull/3138 ">microsoft/monaco-editor#3138</a>)</li>
<li><a href="https://github.com/mhsdesign "><code>@mhsdesign (Marc Henry Schultz)</code></a>: [DOCS] IEditorOptions.automaticLayout uses ResizeObserver 3051 [PR <a href="https://github-redirect.dependabot.com/microsoft/monaco-editor/issues/3052 ">#3052</a>](<a href="https://github-redirect.dependabot.com/microsoft/monaco-editor/pull/3052 ">microsoft/monaco-editor#3052</a>)</li>
<li><a href="https://github.com/supersonictw "><code>@supersonictw (SuperSonic)</code></a>: Fix menu link in integrate-esm.md [PR <a href="https://github-redirect.dependabot.com/microsoft/monaco-editor/issues/3214 ">#3214</a>](<a href="https://github-redirect.dependabot.com/microsoft/monaco-editor/pull/3214 ">microsoft/monaco-editor#3214</a>)</li>
<li><a href="https://github.com/tonilastre "><code>@tonilastre (Toni)</code></a>: Add config and tokenizer for query language Cypher [PR <a href="https://github-redirect.dependabot.com/microsoft/monaco-editor/issues/3102 ">#3102</a>](<a href="https://github-redirect.dependabot.com/microsoft/monaco-editor/pull/3102 ">microsoft/monaco-editor#3102</a>)</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li>See full diff in <a href="https://github.com/microsoft/monaco-editor/commits ">compare view</a></li>
</ul>
</details>
<br />
[![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=monaco-editor&package-manager=npm_and_yarn&previous-version=0.33.0&new-version=0.34.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>
2 years ago
dependabot[bot]
fafa006c9a
Bump webpack from 5.73.0 to 5.74.0 ( #2201 )
...
Bumps [webpack](https://github.com/webpack/webpack ) from 5.73.0 to 5.74.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.74.0</h2>
<h1>Features</h1>
<ul>
<li>add <code>resolve.extensionAlias</code> option which allows to alias extensions
<ul>
<li>This is useful when you are forced to add the <code>.js</code> extension to imports when the file really has a <code>.ts</code> extension (typescript + <code>"type": "module"</code>)</li>
</ul>
</li>
<li>add support for ES2022 features like static blocks</li>
<li>add Tree Shaking support for <code>ProvidePlugin</code></li>
</ul>
<h1>Bugfixes</h1>
<ul>
<li>fix persistent cache when some build dependencies are on a different windows drive</li>
<li>make order of evaluation of side-effect-free modules deterministic between concatenated and non-concatenated modules</li>
<li>remove left-over from debugging in TLA/async modules runtime code</li>
<li>remove unneeded extra 1s timestamp offset during watching when files are actually untouched
<ul>
<li>This sometimes caused an additional second build which are not really needed</li>
</ul>
</li>
<li>fix <code>shareScope</code> option for <code>ModuleFederationPlugin</code></li>
<li>set `"use-credentials"`` also for same origin scripts</li>
</ul>
<h1>Performance</h1>
<ul>
<li>Improve memory usage and performance of aggregating needed files/directories for watching
<ul>
<li>This affects rebuild performance</li>
</ul>
</li>
</ul>
<h1>Extensibility</h1>
<ul>
<li>export <code>HarmonyImportDependency</code> for plugins</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a href="8f87b50dc7
"><code>8f87b50</code></a> 5.74.0</li>
<li><a href="3e1f24498d
"><code>3e1f244</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/webpack/webpack/issues/16071 ">#16071</a> from devinan/patch-1</li>
<li><a href="c7e14e2e8e
"><code>c7e14e2</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/webpack/webpack/issues/15910 ">#15910</a> from ludofischer/fix-message</li>
<li><a href="7b63346518
"><code>7b63346</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/webpack/webpack/issues/15627 ">#15627</a> from webpack/feat/issue-12441</li>
<li><a href="402d152ccf
"><code>402d152</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/webpack/webpack/issues/15642 ">#15642</a> from webpack/set-use-credentials-without-origin-check</li>
<li><a href="fcb0e35f82
"><code>fcb0e35</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/webpack/webpack/issues/15996 ">#15996</a> from webdiscus/main</li>
<li><a href="6dc6a19ae1
"><code>6dc6a19</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/webpack/webpack/issues/16031 ">#16031</a> from evantd/main</li>
<li><a href="52351a654a
"><code>52351a6</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/webpack/webpack/issues/16033 ">#16033</a> from varunsh-coder/token-perms</li>
<li><a href="555915b412
"><code>555915b</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/webpack/webpack/issues/16065 ">#16065</a> from webpack/fix/issue-16054</li>
<li><a href="d4cab5b6f7
"><code>d4cab5b</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/webpack/webpack/issues/16077 ">#16077</a> from webpack/fix-scheme</li>
<li>Additional commits viewable in <a href="https://github.com/webpack/webpack/compare/v5.73.0...v5.74.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.73.0&new-version=5.74.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>
2 years ago
dependabot[bot]
fc30061453
Bump bootstrap from 5.1.3 to 5.2.0 ( #2194 )
...
Bumps [bootstrap](https://github.com/twbs/bootstrap ) from 5.1.3 to 5.2.0.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a href="https://github.com/twbs/bootstrap/releases ">bootstrap's releases</a>.</em></p>
<blockquote>
<h2>v5.2.0</h2>
<h2>🚀 Highlights</h2>
<ul>
<li><a href="https://github-redirect.dependabot.com/twbs/bootstrap/issues/36168 ">#36168</a>: Manually set hover and active backgrounds and borders for dark and light buttons</li>
<li><a href="https://github-redirect.dependabot.com/twbs/bootstrap/issues/36327 ">#36327</a>: Truncate text to prevent multiline floating label</li>
<li><a href="https://github-redirect.dependabot.com/twbs/bootstrap/issues/36382 ">#36382</a>: Rewrite Webpack guide</li>
<li><a href="https://github-redirect.dependabot.com/twbs/bootstrap/issues/36411 ">#36411</a>: Rewrite Parcel guide</li>
<li><a href="https://github-redirect.dependabot.com/twbs/bootstrap/issues/36412 ">#36412</a>: Docs: Add a Vite Getting Started guide</li>
<li><a href="https://github-redirect.dependabot.com/twbs/bootstrap/issues/36500 ">#36500</a>: Generate local CSS variables on utilities when using state option</li>
<li><a href="https://github-redirect.dependabot.com/twbs/bootstrap/issues/36528 ">#36528</a>: Scrollspy: enable <code>smooth-scroll</code> behavior</li>
</ul>
<h2>🚀 Features</h2>
<ul>
<li><a href="https://github-redirect.dependabot.com/twbs/bootstrap/issues/36352 ">#36352</a>: Fix StackBlitz examples by embedding snippets.js when needed</li>
<li><a href="https://github-redirect.dependabot.com/twbs/bootstrap/issues/36528 ">#36528</a>: Scrollspy: enable <code>smooth-scroll</code> behavior</li>
<li><a href="https://github-redirect.dependabot.com/twbs/bootstrap/issues/36759 ">#36759</a>: Support input groups in floating forms</li>
</ul>
<h2>🎨 CSS</h2>
<ul>
<li><a href="https://github-redirect.dependabot.com/twbs/bootstrap/issues/36156 ">#36156</a>: Update <code>.form-control-color</code> sizing and styles</li>
<li><a href="https://github-redirect.dependabot.com/twbs/bootstrap/issues/36168 ">#36168</a>: Manually set hover and active backgrounds and borders for dark and light buttons</li>
<li><a href="https://github-redirect.dependabot.com/twbs/bootstrap/issues/36178 ">#36178</a>: Add a banner mixin, helping future releases and maintenance</li>
<li><a href="https://github-redirect.dependabot.com/twbs/bootstrap/issues/36327 ">#36327</a>: Truncate text to prevent multiline floating label</li>
<li><a href="https://github-redirect.dependabot.com/twbs/bootstrap/issues/36353 ">#36353</a>: Fix offcanvas not showing with <code>.showing</code></li>
<li><a href="https://github-redirect.dependabot.com/twbs/bootstrap/issues/36366 ">#36366</a>: add back focus box shadow to <code>btn-link</code></li>
<li><a href="https://github-redirect.dependabot.com/twbs/bootstrap/issues/36406 ">#36406</a>: CSS: few proposals</li>
<li><a href="https://github-redirect.dependabot.com/twbs/bootstrap/issues/36423 ">#36423</a>: Stylelint: Disable <code>custom-property-empty-line-before</code></li>
<li><a href="https://github-redirect.dependabot.com/twbs/bootstrap/issues/36446 ">#36446</a>: Update Sass for computing <code>.table-group-divider</code> border</li>
<li><a href="https://github-redirect.dependabot.com/twbs/bootstrap/issues/36447 ">#36447</a>: Fix <code>.dropdown-item</code> <code>border-radius</code> when <code>$dropdown-padding-y</code> is <code>0</code></li>
<li><a href="https://github-redirect.dependabot.com/twbs/bootstrap/issues/36461 ">#36461</a>: Fix alert border radius</li>
<li><a href="https://github-redirect.dependabot.com/twbs/bootstrap/issues/36476 ">#36476</a>: Docs: fix Reboot Horizontal rules using border utilities</li>
<li><a href="https://github-redirect.dependabot.com/twbs/bootstrap/issues/36477 ">#36477</a>: Docs: remove unused _algolia.scss</li>
<li><a href="https://github-redirect.dependabot.com/twbs/bootstrap/issues/36499 ">#36499</a>: Don't style <code>readonly</code> inputs as <code>disabled</code></li>
<li><a href="https://github-redirect.dependabot.com/twbs/bootstrap/issues/36500 ">#36500</a>: Generate local CSS variables on utilities when using state option</li>
<li><a href="https://github-redirect.dependabot.com/twbs/bootstrap/issues/36509 ">#36509</a>: Remove <code>--bs-headings-color</code> CSS variable due to backward compatibility issues</li>
<li><a href="https://github-redirect.dependabot.com/twbs/bootstrap/issues/36535 ">#36535</a>: Fix 'Remove from map' Sass description</li>
<li><a href="https://github-redirect.dependabot.com/twbs/bootstrap/issues/36608 ">#36608</a>: dashboard example: minor fix</li>
<li><a href="https://github-redirect.dependabot.com/twbs/bootstrap/issues/36627 ">#36627</a>: Fix search modal z-index to be on top of all docs showcased components</li>
<li><a href="https://github-redirect.dependabot.com/twbs/bootstrap/issues/36646 ">#36646</a>: Fix tooltip/badge border radius when rounded disabled</li>
<li><a href="https://github-redirect.dependabot.com/twbs/bootstrap/issues/36680 ">#36680</a>: Revert db61cf3 for <code>$text-muted</code> default value</li>
<li><a href="https://github-redirect.dependabot.com/twbs/bootstrap/issues/36689 ">#36689</a>: Add missing CSS vars for <code>.navbar-nav</code></li>
<li><a href="https://github-redirect.dependabot.com/twbs/bootstrap/issues/36704 ">#36704</a>: Fix missing <code>--bs-btn-disabled-border-color</code> in <code>button-outline-variant</code> mixin</li>
<li><a href="https://github-redirect.dependabot.com/twbs/bootstrap/issues/36711 ">#36711</a>: Add <code>$display-font-family</code> and <code>$display-font-style</code></li>
<li><a href="https://github-redirect.dependabot.com/twbs/bootstrap/issues/36740 ">#36740</a>: Fixing pagination compile issue</li>
<li><a href="https://github-redirect.dependabot.com/twbs/bootstrap/issues/36747 ">#36747</a>: Fix active/focused button link text color</li>
<li><a href="https://github-redirect.dependabot.com/twbs/bootstrap/issues/36759 ">#36759</a>: Support input groups in floating forms</li>
</ul>
<h2>☕ ️ JavaScript</h2>
<ul>
<li><a href="https://github-redirect.dependabot.com/twbs/bootstrap/issues/35679 ">#35679</a>: Force tooltip and popover to recreate content every time it opens</li>
</ul>
<!-- raw HTML omitted -->
</blockquote>
<p>... (truncated)</p>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a href="edf9c40956
"><code>edf9c40</code></a> Release v5.2.0 (<a href="https://github-redirect.dependabot.com/twbs/bootstrap/issues/36768 ">#36768</a>)</li>
<li><a href="f451b4161e
"><code>f451b41</code></a> Fix failing test on EventHandler (<a href="https://github-redirect.dependabot.com/twbs/bootstrap/issues/36772 ">#36772</a>)</li>
<li><a href="4035ad1a0e
"><code>4035ad1</code></a> Update devDependencies (<a href="https://github-redirect.dependabot.com/twbs/bootstrap/issues/36767 ">#36767</a>)</li>
<li><a href="eae51cdf32
"><code>eae51cd</code></a> Fix various small typos in documentation (<a href="https://github-redirect.dependabot.com/twbs/bootstrap/issues/36762 ">#36762</a>)</li>
<li><a href="705d6857ad
"><code>705d685</code></a> Fix typos in code (<a href="https://github-redirect.dependabot.com/twbs/bootstrap/issues/36763 ">#36763</a>)</li>
<li><a href="154916ca2e
"><code>154916c</code></a> Fixing pagination compile issue</li>
<li><a href="9d5c834f94
"><code>9d5c834</code></a> Fix indentation in code sample</li>
<li><a href="150b374933
"><code>150b374</code></a> Fix active/focused button link text color</li>
<li><a href="d262a50c1f
"><code>d262a50</code></a> Add links to Webpack, Parcel, and Vite guides on homepage (<a href="https://github-redirect.dependabot.com/twbs/bootstrap/issues/36760 ">#36760</a>)</li>
<li><a href="71cbb88f09
"><code>71cbb88</code></a> Support input groups in floating forms (<a href="https://github-redirect.dependabot.com/twbs/bootstrap/issues/36759 ">#36759</a>)</li>
<li>Additional commits viewable in <a href="https://github.com/twbs/bootstrap/compare/v5.1.3...v5.2.0 ">compare view</a></li>
</ul>
</details>
<br />
[![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=bootstrap&package-manager=npm_and_yarn&previous-version=5.1.3&new-version=5.2.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>
2 years ago
dependabot[bot]
a2a33e749f
Bump webpack-dev-server from 4.9.2 to 4.9.3 ( #2151 )
...
Bumps [webpack-dev-server](https://github.com/webpack/webpack-dev-server ) from 4.9.2 to 4.9.3.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a href="https://github.com/webpack/webpack-dev-server/releases ">webpack-dev-server's releases</a>.</em></p>
<blockquote>
<h2>v4.9.3</h2>
<h3><a href="https://github.com/webpack/webpack-dev-server/compare/v4.9.2...v4.9.3 ">4.9.3</a> (2022-06-29)</h3>
<h3>Bug Fixes</h3>
<ul>
<li>avoid creation unnecessary stream for static sockjs file (<a href="https://github-redirect.dependabot.com/webpack/webpack-dev-server/issues/4482 ">#4482</a>) (<a href="049b153b87
">049b153</a>)</li>
<li>history-api-fallback now supports HEAD requests and handles them the same as GET (<a href="8936082809
">8936082</a>)</li>
</ul>
</blockquote>
</details>
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a href="https://github.com/webpack/webpack-dev-server/blob/master/CHANGELOG.md ">webpack-dev-server's changelog</a>.</em></p>
<blockquote>
<h3><a href="https://github.com/webpack/webpack-dev-server/compare/v4.9.2...v4.9.3 ">4.9.3</a> (2022-06-29)</h3>
<h3>Bug Fixes</h3>
<ul>
<li>avoid creation unnecessary stream for static sockjs file (<a href="https://github-redirect.dependabot.com/webpack/webpack-dev-server/issues/4482 ">#4482</a>) (<a href="049b153b87
">049b153</a>)</li>
<li>history-api-fallback now supports HEAD requests and handles them the same as GET (<a href="8936082809
">8936082</a>)</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a href="fa5e454d19
"><code>fa5e454</code></a> chore(release): 4.9.3</li>
<li><a href="42facd28eb
"><code>42facd2</code></a> chore(deps-dev): bump <code>@babel/plugin-transform-object-assign</code> (<a href="https://github-redirect.dependabot.com/webpack/webpack-dev-server/issues/4506 ">#4506</a>)</li>
<li><a href="257549bd8a
"><code>257549b</code></a> chore(deps-dev): bump <code>@babel/cli</code> from 7.17.10 to 7.18.6 (<a href="https://github-redirect.dependabot.com/webpack/webpack-dev-server/issues/4507 ">#4507</a>)</li>
<li><a href="8936082809
"><code>8936082</code></a> fix: history-api-fallback now supports HEAD requests and handles them the sam...</li>
<li><a href="e0c4e7edf3
"><code>e0c4e7e</code></a> chore(deps-dev): bump <code>@babel/core</code> from 7.18.5 to 7.18.6 (<a href="https://github-redirect.dependabot.com/webpack/webpack-dev-server/issues/4504 ">#4504</a>)</li>
<li><a href="0370b5a527
"><code>0370b5a</code></a> chore(deps-dev): bump <code>@babel/runtime</code> from 7.18.3 to 7.18.6 (<a href="https://github-redirect.dependabot.com/webpack/webpack-dev-server/issues/4503 ">#4503</a>)</li>
<li><a href="73129c7f9d
"><code>73129c7</code></a> chore(deps-dev): bump <code>@babel/plugin-transform-runtime</code> (<a href="https://github-redirect.dependabot.com/webpack/webpack-dev-server/issues/4505 ">#4505</a>)</li>
<li><a href="0e0100201c
"><code>0e01002</code></a> chore(deps-dev): bump <code>@babel/preset-env</code> from 7.18.2 to 7.18.6 (<a href="https://github-redirect.dependabot.com/webpack/webpack-dev-server/issues/4502 ">#4502</a>)</li>
<li><a href="8866300f05
"><code>8866300</code></a> refactor: move scripts to same folder (<a href="https://github-redirect.dependabot.com/webpack/webpack-dev-server/issues/4500 ">#4500</a>)</li>
<li><a href="7f1f2027dc
"><code>7f1f202</code></a> chore(deps-dev): bump core-js from 3.23.2 to 3.23.3 (<a href="https://github-redirect.dependabot.com/webpack/webpack-dev-server/issues/4499 ">#4499</a>)</li>
<li>Additional commits viewable in <a href="https://github.com/webpack/webpack-dev-server/compare/v4.9.2...v4.9.3 ">compare view</a></li>
</ul>
</details>
<br />
[![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=webpack-dev-server&package-manager=npm_and_yarn&previous-version=4.9.2&new-version=4.9.3 )](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>
2 years ago
dependabot[bot]
80e804c8fd
Bump prettier from 2.7.0 to 2.7.1 ( #2126 )
...
Bumps [prettier](https://github.com/prettier/prettier ) from 2.7.0 to 2.7.1.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a href="https://github.com/prettier/prettier/releases ">prettier's releases</a>.</em></p>
<blockquote>
<h2>2.7.1</h2>
<p>🔗 <a href="https://github.com/prettier/prettier/blob/main/CHANGELOG.md#271 ">Changelog</a></p>
</blockquote>
</details>
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a href="https://github.com/prettier/prettier/blob/main/CHANGELOG.md ">prettier's changelog</a>.</em></p>
<blockquote>
<h1>2.7.1</h1>
<p><a href="https://github.com/prettier/prettier/compare/2.7.0...2.7.1 ">diff</a></p>
<h4>Keep useful empty lines in description (<a href="https://github-redirect.dependabot.com/prettier/prettier/pull/13013 ">#13013</a> by <a href="https://github.com/chimurai "><code>@chimurai</code></a>)</h4>
<!-- raw HTML omitted -->
<pre lang="graphql"><code># Input
"""
First line
<p>Second Line
"""
type Person {
name: String
}
</code></pre></p>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a href="eeed611c72
"><code>eeed611</code></a> Release 2.7.1</li>
<li><a href="794d9d1558
"><code>794d9d1</code></a> bugfix(graphql): Keep useful empty lines in description (<a href="https://github-redirect.dependabot.com/prettier/prettier/issues/13013 ">#13013</a>)</li>
<li><a href="dd2af6f053
"><code>dd2af6f</code></a> Fix <code>--skip-dependencies-install</code></li>
<li><a href="b21772baaa
"><code>b21772b</code></a> Allow skip depencies install & set repo</li>
<li><a href="5530ad24b9
"><code>5530ad2</code></a> Merge branch 'main' of github.com:prettier/prettier</li>
<li><a href="c7c99305e9
"><code>c7c9930</code></a> Clean changelog</li>
<li><a href="448786fe35
"><code>448786f</code></a> Revert changes in release script</li>
<li><a href="6b388faa50
"><code>6b388fa</code></a> Add truncate</li>
<li><a href="109333ad99
"><code>109333a</code></a> Git blame ignore 2.7.0</li>
<li><a href="59ec4f2ef4
"><code>59ec4f2</code></a> Bump Prettier dependency to 2.7.0</li>
<li>Additional commits viewable in <a href="https://github.com/prettier/prettier/compare/2.7.0...2.7.1 ">compare view</a></li>
</ul>
</details>
<br />
[![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=prettier&package-manager=npm_and_yarn&previous-version=2.7.0&new-version=2.7.1 )](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>
2 years ago
dependabot[bot]
69f806d99d
Bump prettier from 2.6.2 to 2.7.0 ( #2120 )
...
Bumps [prettier](https://github.com/prettier/prettier ) from 2.6.2 to 2.7.0.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a href="https://github.com/prettier/prettier/releases ">prettier's releases</a>.</em></p>
<blockquote>
<h2>2.7.0</h2>
<p><a href="https://github.com/prettier/prettier/compare/2.7.0...2.7.0 ">diff</a></p>
<p>🔗 <a href="https://prettier.io/blog/2022/06/14/2.7.0.html ">Release note</a></p>
</blockquote>
</details>
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a href="https://github.com/prettier/prettier/blob/main/CHANGELOG.md ">prettier's changelog</a>.</em></p>
<blockquote>
<h1>2.7.0</h1>
<p><a href="https://github.com/prettier/prettier/compare/2.6.2...2.7.0 ">diff</a></p>
<p>🔗 <a href="https://prettier.io/blog/2022/06/14/2.7.0.html ">Release Notes</a></p>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a href="13dcc16330
"><code>13dcc16</code></a> Release 2.7.0</li>
<li><a href="00ee6fb6f8
"><code>00ee6fb</code></a> Skip depenedencies install</li>
<li><a href="d2bcaea121
"><code>d2bcaea</code></a> Throw errors for invalid <code>TSEmptyBodyFunctionExpression</code> node (<a href="https://github-redirect.dependabot.com/prettier/prettier/issues/12982 ">#12982</a>)</li>
<li><a href="1bec824556
"><code>1bec824</code></a> Revert "print as instead of colon for babel-ts parser" (<a href="https://github-redirect.dependabot.com/prettier/prettier/issues/12995 ">#12995</a>)</li>
<li><a href="2316e2fecd
"><code>2316e2f</code></a> Update <code>linguist-language</code> (<a href="https://github-redirect.dependabot.com/prettier/prettier/issues/12994 ">#12994</a>)</li>
<li><a href="e5868ad368
"><code>e5868ad</code></a> Update changelog</li>
<li><a href="fdccc0f48e
"><code>fdccc0f</code></a> Add <code>--cache</code> CLI option (<a href="https://github-redirect.dependabot.com/prettier/prettier/issues/12800 ">#12800</a>)</li>
<li><a href="97bab8f984
"><code>97bab8f</code></a> Update <code>angular-estree-parser</code> (<a href="https://github-redirect.dependabot.com/prettier/prettier/issues/12993 ">#12993</a>)</li>
<li><a href="7f9a08762d
"><code>7f9a087</code></a> Update dependency flow-parser to v0.180.0 (<a href="https://github-redirect.dependabot.com/prettier/prettier/issues/12990 ">#12990</a>)</li>
<li><a href="aa1d536e29
"><code>aa1d536</code></a> Build(deps): Bump tmpl from 1.0.4 to 1.0.5 in /scripts/release (<a href="https://github-redirect.dependabot.com/prettier/prettier/issues/12984 ">#12984</a>)</li>
<li>Additional commits viewable in <a href="https://github.com/prettier/prettier/compare/2.6.2...2.7.0 ">compare view</a></li>
</ul>
</details>
<details>
<summary>Maintainer changes</summary>
<p>This version was pushed to npm by <a href="https://www.npmjs.com/~prettier-bot ">prettier-bot</a>, a new releaser for prettier since your current version.</p>
</details>
<br />
[![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=prettier&package-manager=npm_and_yarn&previous-version=2.6.2&new-version=2.7.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>
2 years ago
dependabot[bot]
0e0ee49f95
Bump webpack-cli from 4.9.2 to 4.10.0 ( #2118 )
...
Bumps [webpack-cli](https://github.com/webpack/webpack-cli ) from 4.9.2 to 4.10.0.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a href="https://github.com/webpack/webpack-cli/releases ">webpack-cli's releases</a>.</em></p>
<blockquote>
<h2>v4.10.0</h2>
<h1><a href="https://github.com/webpack/webpack-cli/compare/webpack-cli@4.9.2...webpack-cli@4.10.0 ">4.10.0</a> (2022-06-13)</h1>
<h3>Bug Fixes</h3>
<ul>
<li>changeTime is already in milliseconds (<a href="https://github-redirect.dependabot.com/webpack/webpack-cli/issues/3198 ">#3198</a>) (<a href="d390d32fe0
">d390d32</a>)</li>
<li>improve parsing of <code>--env</code> flag (<a href="https://github-redirect.dependabot.com/webpack/webpack-cli/issues/3286 ">#3286</a>) (<a href="402c0fe9d4
">402c0fe</a>)</li>
</ul>
<h3>Features</h3>
<ul>
<li>added types (<a href="8ec1375092
">8ec1375</a>)</li>
</ul>
</blockquote>
</details>
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a href="https://github.com/webpack/webpack-cli/blob/master/CHANGELOG.md ">webpack-cli's changelog</a>.</em></p>
<blockquote>
<h1><a href="https://github.com/webpack/webpack-cli/compare/webpack-cli@4.9.2...webpack-cli@4.10.0 ">4.10.0</a> (2022-06-13)</h1>
<h3>Bug Fixes</h3>
<ul>
<li>changeTime is already in milliseconds (<a href="https://github-redirect.dependabot.com/webpack/webpack-cli/issues/3198 ">#3198</a>) (<a href="d390d32fe0
">d390d32</a>)</li>
<li>improve parsing of <code>--env</code> flag (<a href="https://github-redirect.dependabot.com/webpack/webpack-cli/issues/3286 ">#3286</a>) (<a href="402c0fe9d4
">402c0fe</a>)</li>
</ul>
<h3>Features</h3>
<ul>
<li>added types (<a href="8ec1375092
">8ec1375</a>)</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a href="20882d4634
"><code>20882d4</code></a> chore(release): publish new version</li>
<li><a href="22f013b0f1
"><code>22f013b</code></a> docs: remove redundant link (<a href="https://github-redirect.dependabot.com/webpack/webpack-cli/issues/3292 ">#3292</a>)</li>
<li><a href="3e1df05713
"><code>3e1df05</code></a> chore: update package.json (<a href="https://github-redirect.dependabot.com/webpack/webpack-cli/issues/3289 ">#3289</a>)</li>
<li><a href="402c0fe9d4
"><code>402c0fe</code></a> fix: improve parsing of <code>--env</code> flag (<a href="https://github-redirect.dependabot.com/webpack/webpack-cli/issues/3286 ">#3286</a>)</li>
<li><a href="ce7352d840
"><code>ce7352d</code></a> chore: disable length related <code>commitlint</code> rules (<a href="https://github-redirect.dependabot.com/webpack/webpack-cli/issues/3287 ">#3287</a>)</li>
<li><a href="652cc70216
"><code>652cc70</code></a> feat: add summary to smoketests (<a href="https://github-redirect.dependabot.com/webpack/webpack-cli/issues/3288 ">#3288</a>)</li>
<li><a href="1072e3880e
"><code>1072e38</code></a> docs: update options (<a href="https://github-redirect.dependabot.com/webpack/webpack-cli/issues/3285 ">#3285</a>)</li>
<li><a href="6075c636ce
"><code>6075c63</code></a> chore(deps-dev): bump <code>@types/node</code></li>
<li><a href="979dbade27
"><code>979dbad</code></a> chore(deps-dev): bump typescript-eslint</li>
<li><a href="9941274f22
"><code>9941274</code></a> chore(deps-dev): bump webpack-dev-server from 4.9.1 to 4.9.2 (<a href="https://github-redirect.dependabot.com/webpack/webpack-cli/issues/3282 ">#3282</a>)</li>
<li>Additional commits viewable in <a href="https://github.com/webpack/webpack-cli/compare/webpack-cli@4.9.2...webpack-cli@4.10.0 ">compare view</a></li>
</ul>
</details>
<br />
[![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=webpack-cli&package-manager=npm_and_yarn&previous-version=4.9.2&new-version=4.10.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>
2 years ago
dependabot[bot]
5002b9b8e4
Bump webpack-dev-server from 4.9.1 to 4.9.2 ( #2105 )
...
Bumps [webpack-dev-server](https://github.com/webpack/webpack-dev-server ) from 4.9.1 to 4.9.2.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a href="https://github.com/webpack/webpack-dev-server/releases ">webpack-dev-server's releases</a>.</em></p>
<blockquote>
<h2>v4.9.2</h2>
<h3><a href="https://github.com/webpack/webpack-dev-server/compare/v4.9.1...v4.9.2 ">4.9.2</a> (2022-06-06)</h3>
<h3>Bug Fixes</h3>
<ul>
<li>add <code>@types/serve-static</code> to dependencies (<a href="https://github-redirect.dependabot.com/webpack/webpack-dev-server/issues/4468 ">#4468</a>) (<a href="af83deb199
">af83deb</a>)</li>
</ul>
</blockquote>
</details>
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a href="https://github.com/webpack/webpack-dev-server/blob/master/CHANGELOG.md ">webpack-dev-server's changelog</a>.</em></p>
<blockquote>
<h3><a href="https://github.com/webpack/webpack-dev-server/compare/v4.9.1...v4.9.2 ">4.9.2</a> (2022-06-06)</h3>
<h3>Bug Fixes</h3>
<ul>
<li>add <code>@types/serve-static</code> to dependencies (<a href="https://github-redirect.dependabot.com/webpack/webpack-dev-server/issues/4468 ">#4468</a>) (<a href="af83deb199
">af83deb</a>)</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a href="297f8f0417
"><code>297f8f0</code></a> chore(release): 4.9.2</li>
<li><a href="af83deb199
"><code>af83deb</code></a> fix: add <code>@types/serve-static</code> to dependencies (<a href="https://github-redirect.dependabot.com/webpack/webpack-dev-server/issues/4468 ">#4468</a>)</li>
<li><a href="07aaa4533b
"><code>07aaa45</code></a> chore(deps-dev): bump typescript from 4.7.2 to 4.7.3 (<a href="https://github-redirect.dependabot.com/webpack/webpack-dev-server/issues/4474 ">#4474</a>)</li>
<li><a href="8b18bd1146
"><code>8b18bd1</code></a> chore(deps): bump colorette from 2.0.16 to 2.0.17 (<a href="https://github-redirect.dependabot.com/webpack/webpack-dev-server/issues/4473 ">#4473</a>)</li>
<li><a href="4ee117c421
"><code>4ee117c</code></a> chore(deps-dev): bump webpack from 5.72.1 to 5.73.0 (<a href="https://github-redirect.dependabot.com/webpack/webpack-dev-server/issues/4472 ">#4472</a>)</li>
<li><a href="cb1393643e
"><code>cb13936</code></a> chore(deps-dev): bump core-js from 3.22.7 to 3.22.8 (<a href="https://github-redirect.dependabot.com/webpack/webpack-dev-server/issues/4471 ">#4471</a>)</li>
<li><a href="341dc60551
"><code>341dc60</code></a> chore(deps-dev): bump lint-staged from 12.4.3 to 12.5.0 (<a href="https://github-redirect.dependabot.com/webpack/webpack-dev-server/issues/4470 ">#4470</a>)</li>
<li>See full diff in <a href="https://github.com/webpack/webpack-dev-server/compare/v4.9.1...v4.9.2 ">compare view</a></li>
</ul>
</details>
<br />
[![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=webpack-dev-server&package-manager=npm_and_yarn&previous-version=4.9.1&new-version=4.9.2 )](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>
2 years ago
dependabot[bot]
6fdac9e632
Bump webpack from 5.72.1 to 5.73.0 ( #2101 )
...
Bumps [webpack](https://github.com/webpack/webpack ) from 5.72.1 to 5.73.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.73.0</h2>
<h1>Features</h1>
<ul>
<li>add options for default <code>dynamicImportMode</code> and prefetch and preload</li>
<li>add support for <code>import { createRequire } from "module"</code> in source code</li>
</ul>
<h1>Bugfixes</h1>
<ul>
<li>fix code generation of e. g. <code>return"field"in Module</code></li>
<li>fix performance of large JSON modules</li>
<li>fix performance of async modules evaluation</li>
</ul>
<h1>Developer Experience</h1>
<ul>
<li>export <code>PathData</code> in typings</li>
<li>improve error messages with more details</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a href="36051a5ca7
"><code>36051a5</code></a> 5.73.0</li>
<li><a href="520d31473c
"><code>520d314</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/webpack/webpack/issues/15899 ">#15899</a> from webpack/bugfix/async-modules-performance</li>
<li><a href="096efc3821
"><code>096efc3</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/webpack/webpack/issues/15801 ">#15801</a> from webpack/refactor-json-modules</li>
<li><a href="b8748cfe14
"><code>b8748cf</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/webpack/webpack/issues/15873 ">#15873</a> from webpack/more-informative-error</li>
<li><a href="b1cc471f86
"><code>b1cc471</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/webpack/webpack/issues/15888 ">#15888</a> from webpack/feature/issue-13695</li>
<li><a href="509a060025
"><code>509a060</code></a> fix quadratic evaluation performance of async modules</li>
<li><a href="cc0cd60909
"><code>cc0cd60</code></a> more informative error when emitting multiple assets</li>
<li><a href="e71d3b49fe
"><code>e71d3b4</code></a> more informative error in ProvideSharedPlugin</li>
<li><a href="aa76e823b0
"><code>aa76e82</code></a> fix discussions</li>
<li><a href="2738eebc78
"><code>2738eeb</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/webpack/webpack/issues/15579 ">#15579</a> from webpack/support-create-require</li>
<li>Additional commits viewable in <a href="https://github.com/webpack/webpack/compare/v5.72.1...v5.73.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.72.1&new-version=5.73.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>
2 years ago
dependabot[bot]
758a1ed4a9
Bump terser-webpack-plugin from 5.3.1 to 5.3.3 ( #2099 )
...
Bumps [terser-webpack-plugin](https://github.com/webpack-contrib/terser-webpack-plugin ) from 5.3.1 to 5.3.3.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a href="https://github.com/webpack-contrib/terser-webpack-plugin/releases ">terser-webpack-plugin's releases</a>.</em></p>
<blockquote>
<h2>v5.3.3</h2>
<h3><a href="https://github.com/webpack-contrib/terser-webpack-plugin/compare/v5.3.2...v5.3.3 ">5.3.3</a> (2022-06-02)</h3>
<h3>Fixes</h3>
<ul>
<li>fix broken release</li>
</ul>
<h2>v5.3.2</h2>
<h3><a href="https://github.com/webpack-contrib/terser-webpack-plugin/compare/v5.3.1...v5.3.2 ">5.3.2</a> (2022-06-02)</h3>
<h3>Chore</h3>
<ul>
<li>switched to <code>@jridgewell/source-map</code> for error generation</li>
</ul>
</blockquote>
</details>
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a href="https://github.com/webpack-contrib/terser-webpack-plugin/blob/master/CHANGELOG.md ">terser-webpack-plugin's changelog</a>.</em></p>
<blockquote>
<h3><a href="https://github.com/webpack-contrib/terser-webpack-plugin/compare/v5.3.2...v5.3.3 ">5.3.3</a> (2022-06-02)</h3>
<h3>Fixes</h3>
<ul>
<li>fix broken release</li>
</ul>
<h3><a href="https://github.com/webpack-contrib/terser-webpack-plugin/compare/v5.3.1...v5.3.2 ">5.3.2</a> (2022-06-02)</h3>
<h3>Chore</h3>
<ul>
<li>switched to <code>@jridgewell/source-map</code> for error generation</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a href="2b2111faa5
"><code>2b2111f</code></a> chore(release): 5.3.3</li>
<li><a href="e2b9a45782
"><code>e2b9a45</code></a> chore(release): 5.3.2</li>
<li><a href="f61bc5da07
"><code>f61bc5d</code></a> refactor: replace deprecated String.prototype.substr() (<a href="https://github-redirect.dependabot.com/webpack-contrib/terser-webpack-plugin/issues/479 ">#479</a>)</li>
<li><a href="bd10e13418
"><code>bd10e13</code></a> ci: node.js v18 (<a href="https://github-redirect.dependabot.com/webpack-contrib/terser-webpack-plugin/issues/490 ">#490</a>)</li>
<li><a href="6020a94544
"><code>6020a94</code></a> perf: replace <code>source-map</code> package with <code>@jridgewell/trace-mapping</code> (<a href="https://github-redirect.dependabot.com/webpack-contrib/terser-webpack-plugin/issues/489 ">#489</a>)</li>
<li><a href="66fdec85d7
"><code>66fdec8</code></a> docs: remove old badge (<a href="https://github-redirect.dependabot.com/webpack-contrib/terser-webpack-plugin/issues/488 ">#488</a>)</li>
<li><a href="11712b940c
"><code>11712b9</code></a> chore: update github actions (<a href="https://github-redirect.dependabot.com/webpack-contrib/terser-webpack-plugin/issues/487 ">#487</a>)</li>
<li><a href="463ed9e3ec
"><code>463ed9e</code></a> ci: don't install webpack again (<a href="https://github-redirect.dependabot.com/webpack-contrib/terser-webpack-plugin/issues/483 ">#483</a>)</li>
<li><a href="f259590b49
"><code>f259590</code></a> chore(deps): bump minimist from 1.2.5 to 1.2.6 (<a href="https://github-redirect.dependabot.com/webpack-contrib/terser-webpack-plugin/issues/480 ">#480</a>)</li>
<li><a href="3d6539f632
"><code>3d6539f</code></a> docs(readme): add types (<a href="https://github-redirect.dependabot.com/webpack-contrib/terser-webpack-plugin/issues/477 ">#477</a>)</li>
<li>Additional commits viewable in <a href="https://github.com/webpack-contrib/terser-webpack-plugin/compare/v5.3.1...v5.3.3 ">compare view</a></li>
</ul>
</details>
<br />
[![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=terser-webpack-plugin&package-manager=npm_and_yarn&previous-version=5.3.1&new-version=5.3.3 )](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>
2 years ago
dependabot[bot]
86aae26236
Bump webpack-dev-server from 4.9.0 to 4.9.1 ( #2096 )
...
Bumps [webpack-dev-server](https://github.com/webpack/webpack-dev-server ) from 4.9.0 to 4.9.1.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a href="https://github.com/webpack/webpack-dev-server/releases ">webpack-dev-server's releases</a>.</em></p>
<blockquote>
<h2>v4.9.1</h2>
<h3><a href="https://github.com/webpack/webpack-dev-server/compare/v4.9.0...v4.9.1 ">4.9.1</a> (2022-05-31)</h3>
<h3>Bug Fixes</h3>
<ul>
<li>security problem with sockjs (<a href="https://github-redirect.dependabot.com/webpack/webpack-dev-server/issues/4465 ">#4465</a>) (<a href="e765182e42
">e765182</a>)</li>
</ul>
</blockquote>
</details>
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a href="https://github.com/webpack/webpack-dev-server/blob/master/CHANGELOG.md ">webpack-dev-server's changelog</a>.</em></p>
<blockquote>
<h3><a href="https://github.com/webpack/webpack-dev-server/compare/v4.9.0...v4.9.1 ">4.9.1</a> (2022-05-31)</h3>
<h3>Bug Fixes</h3>
<ul>
<li>security problem with sockjs (<a href="https://github-redirect.dependabot.com/webpack/webpack-dev-server/issues/4465 ">#4465</a>) (<a href="e765182e42
">e765182</a>)</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a href="511f51a872
"><code>511f51a</code></a> chore(release): 4.9.1</li>
<li><a href="e765182e42
"><code>e765182</code></a> fix: security problem with sockjs (<a href="https://github-redirect.dependabot.com/webpack/webpack-dev-server/issues/4465 ">#4465</a>)</li>
<li><a href="e2113ed329
"><code>e2113ed</code></a> chore(deps-dev): bump sockjs-client from 1.6.0 to 1.6.1 (<a href="https://github-redirect.dependabot.com/webpack/webpack-dev-server/issues/4464 ">#4464</a>)</li>
<li><a href="3166fcdaf0
"><code>3166fcd</code></a> chore(deps-dev): bump memfs from 3.4.3 to 3.4.4 (<a href="https://github-redirect.dependabot.com/webpack/webpack-dev-server/issues/4463 ">#4463</a>)</li>
<li><a href="df7ce6e8f6
"><code>df7ce6e</code></a> chore: update deps and types (<a href="https://github-redirect.dependabot.com/webpack/webpack-dev-server/issues/4461 ">#4461</a>)</li>
<li><a href="b3511e0139
"><code>b3511e0</code></a> chore(deps-dev): bump core-js from 3.22.6 to 3.22.7 (<a href="https://github-redirect.dependabot.com/webpack/webpack-dev-server/issues/4452 ">#4452</a>)</li>
<li><a href="c90438da91
"><code>c90438d</code></a> chore(deps-dev): bump lint-staged from 12.4.1 to 12.4.2 (<a href="https://github-redirect.dependabot.com/webpack/webpack-dev-server/issues/4451 ">#4451</a>)</li>
<li><a href="a414b263ec
"><code>a414b26</code></a> chore(deps-dev): bump <code>@babel/eslint-parser</code> from 7.17.0 to 7.18.2 (<a href="https://github-redirect.dependabot.com/webpack/webpack-dev-server/issues/4459 ">#4459</a>)</li>
<li><a href="c562d31676
"><code>c562d31</code></a> chore(deps-dev): bump <code>@babel/preset-env</code></li>
<li><a href="e8f8008995
"><code>e8f8008</code></a> chore(deps-dev): bump <code>@babel/core</code></li>
<li>Additional commits viewable in <a href="https://github.com/webpack/webpack-dev-server/compare/v4.9.0...v4.9.1 ">compare view</a></li>
</ul>
</details>
<br />
[![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=webpack-dev-server&package-manager=npm_and_yarn&previous-version=4.9.0&new-version=4.9.1 )](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>
2 years ago
dependabot[bot]
f3db18fc54
Bump copy-webpack-plugin from 10.2.4 to 11.0.0 ( #2077 )
...
Bumps [copy-webpack-plugin](https://github.com/webpack-contrib/copy-webpack-plugin ) from 10.2.4 to 11.0.0.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a href="https://github.com/webpack-contrib/copy-webpack-plugin/releases ">copy-webpack-plugin's releases</a>.</em></p>
<blockquote>
<h2>v11.0.0</h2>
<h2><a href="https://github.com/webpack-contrib/copy-webpack-plugin/compare/v10.2.4...v11.0.0 ">11.0.0</a> (2022-05-17)</h2>
<h3>⚠ BREAKING CHANGES</h3>
<ul>
<li>minimum supported <code>Node.js</code> version is <code>14.15.0</code></li>
</ul>
</blockquote>
</details>
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a href="https://github.com/webpack-contrib/copy-webpack-plugin/blob/master/CHANGELOG.md ">copy-webpack-plugin's changelog</a>.</em></p>
<blockquote>
<h2><a href="https://github.com/webpack-contrib/copy-webpack-plugin/compare/v10.2.4...v11.0.0 ">11.0.0</a> (2022-05-17)</h2>
<h3>⚠ BREAKING CHANGES</h3>
<ul>
<li>minimum supported <code>Node.js</code> version is <code>14.15.0</code></li>
</ul>
<h3>build</h3>
<ul>
<li>drop node v12 (<a href="https://github-redirect.dependabot.com/webpack-contrib/copy-webpack-plugin/issues/691 ">#691</a>) (<a href="675c676d96
">675c676</a>)</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a href="f3b2c2419c
"><code>f3b2c24</code></a> chore(release): 11.0.0</li>
<li><a href="8424ca82c1
"><code>8424ca8</code></a> chore(deps): regenerate lock file (<a href="https://github-redirect.dependabot.com/webpack-contrib/copy-webpack-plugin/issues/693 ">#693</a>)</li>
<li><a href="675c676d96
"><code>675c676</code></a> build: drop node v12 (<a href="https://github-redirect.dependabot.com/webpack-contrib/copy-webpack-plugin/issues/691 ">#691</a>)</li>
<li><a href="a2b1f199e8
"><code>a2b1f19</code></a> chore: update gitub actions (<a href="https://github-redirect.dependabot.com/webpack-contrib/copy-webpack-plugin/issues/692 ">#692</a>)</li>
<li><a href="238c062ffe
"><code>238c062</code></a> chore: upgrade dependencies to the latest version (<a href="https://github-redirect.dependabot.com/webpack-contrib/copy-webpack-plugin/issues/688 ">#688</a>)</li>
<li><a href="e27006edc3
"><code>e27006e</code></a> ci: remove node v17 (<a href="https://github-redirect.dependabot.com/webpack-contrib/copy-webpack-plugin/issues/687 ">#687</a>)</li>
<li><a href="e50d708535
"><code>e50d708</code></a> chore: add node 18 to workflow (<a href="https://github-redirect.dependabot.com/webpack-contrib/copy-webpack-plugin/issues/686 ">#686</a>)</li>
<li><a href="f1a91e6c1a
"><code>f1a91e6</code></a> ci: don't install webpack again (<a href="https://github-redirect.dependabot.com/webpack-contrib/copy-webpack-plugin/issues/680 ">#680</a>)</li>
<li><a href="64cf06f139
"><code>64cf06f</code></a> docs: add path string to options signature (<a href="https://github-redirect.dependabot.com/webpack-contrib/copy-webpack-plugin/issues/683 ">#683</a>)</li>
<li><a href="4b18a6be39
"><code>4b18a6b</code></a> docs: improve readme</li>
<li>Additional commits viewable in <a href="https://github.com/webpack-contrib/copy-webpack-plugin/compare/v10.2.4...v11.0.0 ">compare view</a></li>
</ul>
</details>
<br />
[![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=copy-webpack-plugin&package-manager=npm_and_yarn&previous-version=10.2.4&new-version=11.0.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>
2 years ago
dependabot[bot]
27db657983
Bump webpack from 5.72.0 to 5.72.1 ( #2070 )
...
Bumps [webpack](https://github.com/webpack/webpack ) from 5.72.0 to 5.72.1.
<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.72.1</h2>
<h1>Bugfixes</h1>
<ul>
<li>fix <code>__webpack_nonce__</code> with HMR</li>
<li>fix <code>in</code> operator in some cases</li>
<li>fix json parsing error messages</li>
<li>fix module concatenation with using <code>this.importModule</code></li>
<li>upgrade enhanced-resolve</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a href="08ecfbbc03
"><code>08ecfbb</code></a> 5.72.1</li>
<li><a href="ada9c0b3a1
"><code>ada9c0b</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/webpack/webpack/issues/15802 ">#15802</a> from webpack/fix-nonce</li>
<li><a href="ce56e3b61c
"><code>ce56e3b</code></a> add NonceRuntimeModule</li>
<li><a href="3ad4fcac25
"><code>3ad4fca</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/webpack/webpack/issues/15689 ">#15689</a> from webpack/fix-inmemory-cache</li>
<li><a href="ccf8bf53e2
"><code>ccf8bf5</code></a> add comments to infrastructure-log</li>
<li><a href="293e677b35
"><code>293e677</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/webpack/webpack/issues/15660 ">#15660</a> from webpack/add-provided-info-tests</li>
<li><a href="0456807b72
"><code>0456807</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/webpack/webpack/issues/15673 ">#15673</a> from Semigradsky/replace-dependency</li>
<li><a href="0791f77b04
"><code>0791f77</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/webpack/webpack/issues/15678 ">#15678</a> from webpack/remove-infrastructure-log</li>
<li><a href="390dd06209
"><code>390dd06</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/webpack/webpack/issues/15681 ">#15681</a> from webpack/fix-concatenation-with-import-module</li>
<li><a href="0d408d1c7f
"><code>0d408d1</code></a> fix modules concatenation with importModule usage</li>
<li>Additional commits viewable in <a href="https://github.com/webpack/webpack/compare/v5.72.0...v5.72.1 ">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.72.0&new-version=5.72.1 )](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>
3 years ago
dependabot[bot]
0e49ce863b
Bump webpack-dev-server from 4.8.1 to 4.9.0 ( #2061 )
...
Bumps [webpack-dev-server](https://github.com/webpack/webpack-dev-server ) from 4.8.1 to 4.9.0.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a href="https://github.com/webpack/webpack-dev-server/releases ">webpack-dev-server's releases</a>.</em></p>
<blockquote>
<h2>v4.9.0</h2>
<h2><a href="https://github.com/webpack/webpack-dev-server/compare/v4.8.1...v4.9.0 ">4.9.0</a> (2022-05-04)</h2>
<h3>Features</h3>
<ul>
<li>support Trusted Types for client overlay (<a href="https://github-redirect.dependabot.com/webpack/webpack-dev-server/issues/4404 ">#4404</a>) (<a href="8132e1d029
">8132e1d</a>)</li>
</ul>
<h3>Bug Fixes</h3>
<ul>
<li>ie11 runtime (<a href="https://github-redirect.dependabot.com/webpack/webpack-dev-server/issues/4403 ">#4403</a>) (<a href="256d5fb5fe
">256d5fb</a>)</li>
<li>replace portfinder with custom implementation and fix security problem (<a href="https://github-redirect.dependabot.com/webpack/webpack-dev-server/issues/4384 ">#4384</a>) (<a href="eea50f342e
">eea50f3</a>)</li>
<li>use the host in options to check if port is available (<a href="https://github-redirect.dependabot.com/webpack/webpack-dev-server/issues/4385 ">#4385</a>) (<a href="a10c7cfd29
">a10c7cf</a>)</li>
</ul>
</blockquote>
</details>
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a href="https://github.com/webpack/webpack-dev-server/blob/master/CHANGELOG.md ">webpack-dev-server's changelog</a>.</em></p>
<blockquote>
<h2><a href="https://github.com/webpack/webpack-dev-server/compare/v4.8.1...v4.9.0 ">4.9.0</a> (2022-05-04)</h2>
<h3>Features</h3>
<ul>
<li>support Trusted Types for client overlay (<a href="https://github-redirect.dependabot.com/webpack/webpack-dev-server/issues/4404 ">#4404</a>) (<a href="8132e1d029
">8132e1d</a>)</li>
</ul>
<h3>Bug Fixes</h3>
<ul>
<li>ie11 runtime (<a href="https://github-redirect.dependabot.com/webpack/webpack-dev-server/issues/4403 ">#4403</a>) (<a href="256d5fb5fe
">256d5fb</a>)</li>
<li>replace portfinder with custom implementation and fix security problem (<a href="https://github-redirect.dependabot.com/webpack/webpack-dev-server/issues/4384 ">#4384</a>) (<a href="eea50f342e
">eea50f3</a>)</li>
<li>use the host in options to check if port is available (<a href="https://github-redirect.dependabot.com/webpack/webpack-dev-server/issues/4385 ">#4385</a>) (<a href="a10c7cfd29
">a10c7cf</a>)</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a href="4340c73fbc
"><code>4340c73</code></a> chore(release): 4.9.0</li>
<li><a href="2b386fb671
"><code>2b386fb</code></a> test: update (<a href="https://github-redirect.dependabot.com/webpack/webpack-dev-server/issues/4427 ">#4427</a>)</li>
<li><a href="925370ec6c
"><code>925370e</code></a> chore(deps-dev): bump marked from 4.0.14 to 4.0.15 (<a href="https://github-redirect.dependabot.com/webpack/webpack-dev-server/issues/4426 ">#4426</a>)</li>
<li><a href="8132e1d029
"><code>8132e1d</code></a> feat: support Trusted Types for client overlay (<a href="https://github-redirect.dependabot.com/webpack/webpack-dev-server/issues/4404 ">#4404</a>)</li>
<li><a href="79536ab657
"><code>79536ab</code></a> chore(deps-dev): bump core-js from 3.22.3 to 3.22.4 (<a href="https://github-redirect.dependabot.com/webpack/webpack-dev-server/issues/4425 ">#4425</a>)</li>
<li><a href="c2fee3b585
"><code>c2fee3b</code></a> chore(deps-dev): bump <code>@babel/preset-env</code> from 7.16.11 to 7.17.10 (<a href="https://github-redirect.dependabot.com/webpack/webpack-dev-server/issues/4422 ">#4422</a>)</li>
<li><a href="a6a367a4ce
"><code>a6a367a</code></a> chore(deps-dev): bump <code>@babel/plugin-transform-runtime</code> (<a href="https://github-redirect.dependabot.com/webpack/webpack-dev-server/issues/4423 ">#4423</a>)</li>
<li><a href="710f2e2652
"><code>710f2e2</code></a> chore: bump <code>@commitlint/config-conventional</code> (<a href="https://github-redirect.dependabot.com/webpack/webpack-dev-server/issues/4411 ">#4411</a>)</li>
<li><a href="e42d691de9
"><code>e42d691</code></a> chore(deps): bump ws from 8.5.0 to 8.6.0 (<a href="https://github-redirect.dependabot.com/webpack/webpack-dev-server/issues/4418 ">#4418</a>)</li>
<li><a href="401493d9b0
"><code>401493d</code></a> chore(deps): bump express from 4.18.0 to 4.18.1 (<a href="https://github-redirect.dependabot.com/webpack/webpack-dev-server/issues/4419 ">#4419</a>)</li>
<li>Additional commits viewable in <a href="https://github.com/webpack/webpack-dev-server/compare/v4.8.1...v4.9.0 ">compare view</a></li>
</ul>
</details>
<br />
[![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=webpack-dev-server&package-manager=npm_and_yarn&previous-version=4.8.1&new-version=4.9.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>
3 years ago
dependabot[bot]
a1b5191ec6
Bump webpack-dev-server from 4.8.0 to 4.8.1 ( #2013 )
...
Bumps [webpack-dev-server](https://github.com/webpack/webpack-dev-server ) from 4.8.0 to 4.8.1.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a href="https://github.com/webpack/webpack-dev-server/releases ">webpack-dev-server's releases</a>.</em></p>
<blockquote>
<h2>v4.8.1</h2>
<h3><a href="https://github.com/webpack/webpack-dev-server/compare/v4.8.0...v4.8.1 ">4.8.1</a> (2022-04-06)</h3>
<h3>Bug Fixes</h3>
<ul>
<li>types (<a href="https://github-redirect.dependabot.com/webpack/webpack-dev-server/issues/4373 ">#4373</a>) (<a href="f6fe6be276
">f6fe6be</a>)</li>
</ul>
</blockquote>
</details>
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a href="https://github.com/webpack/webpack-dev-server/blob/master/CHANGELOG.md ">webpack-dev-server's changelog</a>.</em></p>
<blockquote>
<h3><a href="https://github.com/webpack/webpack-dev-server/compare/v4.8.0...v4.8.1 ">4.8.1</a> (2022-04-06)</h3>
<h3>Bug Fixes</h3>
<ul>
<li>types (<a href="https://github-redirect.dependabot.com/webpack/webpack-dev-server/issues/4373 ">#4373</a>) (<a href="f6fe6be276
">f6fe6be</a>)</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a href="cfbba4a7e3
"><code>cfbba4a</code></a> chore(release): 4.8.1</li>
<li><a href="f6fe6be276
"><code>f6fe6be</code></a> fix: types (<a href="https://github-redirect.dependabot.com/webpack/webpack-dev-server/issues/4373 ">#4373</a>)</li>
<li><a href="56410ba7f9
"><code>56410ba</code></a> chore(deps-dev): bump eslint-plugin-import</li>
<li><a href="58bdd5155d
"><code>58bdd51</code></a> chore(deps-dev): bump prettier from 2.6.1 to 2.6.2 (<a href="https://github-redirect.dependabot.com/webpack/webpack-dev-server/issues/4364 ">#4364</a>)</li>
<li>See full diff in <a href="https://github.com/webpack/webpack-dev-server/compare/v4.8.0...v4.8.1 ">compare view</a></li>
</ul>
</details>
<br />
[![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=webpack-dev-server&package-manager=npm_and_yarn&previous-version=4.8.0&new-version=4.8.1 )](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>
3 years ago
dependabot[bot]
aeb5460bd6
Bump webpack from 5.71.0 to 5.72.0 ( #2016 )
...
Bumps [webpack](https://github.com/webpack/webpack ) from 5.71.0 to 5.72.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.72.0</h2>
<h1>Features</h1>
<ul>
<li>make cache warnings caused by build errors less verbose</li>
<li>Allow banner to be placed as a footer with the BannerPlugin</li>
<li>allow to concatenate asset modules</li>
</ul>
<h1>Bugfixes</h1>
<ul>
<li>fix RemoteModules when using HMR (Module Federation + HMR)</li>
<li>throw error when using module concatenation and cacheUnaffected</li>
<li>fix <code>in</code> operator with nested exports</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a href="d3a0f8de03
"><code>d3a0f8d</code></a> 5.72.0</li>
<li><a href="360373d76e
"><code>360373d</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/webpack/webpack/issues/15563 ">#15563</a> from cool-little-fish/fix-12408</li>
<li><a href="b9b73c5418
"><code>b9b73c5</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/webpack/webpack/issues/15634 ">#15634</a> from webpack/fix/issue-15633</li>
<li><a href="216c3daa4e
"><code>216c3da</code></a> fix ExportsInfo</li>
<li><a href="cb639b3efc
"><code>cb639b3</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/webpack/webpack/issues/15624 ">#15624</a> from webpack/add-warning-when-cache-unaffected-and-...</li>
<li><a href="c38caa2d82
"><code>c38caa2</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/webpack/webpack/issues/15515 ">#15515</a> from webpack/feat/concatenate-assets</li>
<li><a href="99a5793ca8
"><code>99a5793</code></a> throw error when using module concatenation and cacheUnaffected</li>
<li><a href="19d1a9384e
"><code>19d1a93</code></a> fix lint and tests</li>
<li><a href="05ebf5bba6
"><code>05ebf5b</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/webpack/webpack/issues/15617 ">#15617</a> from DavidTanner/bannerAsFooter</li>
<li><a href="2a58ce7883
"><code>2a58ce7</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/webpack/webpack/issues/15542 ">#15542</a> from wangjinyang/bugfix/mf-hmr-error</li>
<li>Additional commits viewable in <a href="https://github.com/webpack/webpack/compare/v5.71.0...v5.72.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.71.0&new-version=5.72.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>
3 years ago
dependabot[bot]
b0490d421e
Bump webpack-dev-server from 4.7.4 to 4.8.0 ( #2011 )
...
Bumps [webpack-dev-server](https://github.com/webpack/webpack-dev-server ) from 4.7.4 to 4.8.0.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a href="https://github.com/webpack/webpack-dev-server/releases ">webpack-dev-server's releases</a>.</em></p>
<blockquote>
<h2>v4.8.0</h2>
<h2><a href="https://github.com/webpack/webpack-dev-server/compare/v4.7.4...v4.8.0 ">4.8.0</a> (2022-04-05)</h2>
<h3>Features</h3>
<ul>
<li>export initialized socket client (<a href="https://github-redirect.dependabot.com/webpack/webpack-dev-server/issues/4304 ">#4304</a>) (<a href="7920364d6b
">7920364</a>)</li>
</ul>
<h3>Bug Fixes</h3>
<ul>
<li>update description for <code>--no-client-reconnect</code> (<a href="https://github-redirect.dependabot.com/webpack/webpack-dev-server/issues/4248 ">#4248</a>) (<a href="317648df21
">317648d</a>)</li>
<li>update description for <code>--no-client</code> (<a href="https://github-redirect.dependabot.com/webpack/webpack-dev-server/issues/4250 ">#4250</a>) (<a href="c3b6690770
">c3b6690</a>)</li>
<li>update description for <code>--no-history-api-fallback</code> (<a href="https://github-redirect.dependabot.com/webpack/webpack-dev-server/issues/4277 ">#4277</a>) (<a href="d63a0a2987
">d63a0a2</a>)</li>
<li>update negated descriptions for more options (<a href="https://github-redirect.dependabot.com/webpack/webpack-dev-server/issues/4287 ">#4287</a>) (<a href="c64bd94fb7
">c64bd94</a>)</li>
<li>update schema to have <code>negatedDescription</code> only for type <code>boolean</code> (<a href="https://github-redirect.dependabot.com/webpack/webpack-dev-server/issues/4280 ">#4280</a>) (<a href="fcf8e8e6a9
">fcf8e8e</a>)</li>
</ul>
</blockquote>
</details>
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a href="https://github.com/webpack/webpack-dev-server/blob/master/CHANGELOG.md ">webpack-dev-server's changelog</a>.</em></p>
<blockquote>
<h2><a href="https://github.com/webpack/webpack-dev-server/compare/v4.7.4...v4.8.0 ">4.8.0</a> (2022-04-05)</h2>
<h3>Features</h3>
<ul>
<li>export initialized socket client (<a href="https://github-redirect.dependabot.com/webpack/webpack-dev-server/issues/4304 ">#4304</a>) (<a href="7920364d6b
">7920364</a>)</li>
</ul>
<h3>Bug Fixes</h3>
<ul>
<li>update description for <code>--no-client-reconnect</code> (<a href="https://github-redirect.dependabot.com/webpack/webpack-dev-server/issues/4248 ">#4248</a>) (<a href="317648df21
">317648d</a>)</li>
<li>update description for <code>--no-client</code> (<a href="https://github-redirect.dependabot.com/webpack/webpack-dev-server/issues/4250 ">#4250</a>) (<a href="c3b6690770
">c3b6690</a>)</li>
<li>update description for <code>--no-history-api-fallback</code> (<a href="https://github-redirect.dependabot.com/webpack/webpack-dev-server/issues/4277 ">#4277</a>) (<a href="d63a0a2987
">d63a0a2</a>)</li>
<li>update negated descriptions for more options (<a href="https://github-redirect.dependabot.com/webpack/webpack-dev-server/issues/4287 ">#4287</a>) (<a href="c64bd94fb7
">c64bd94</a>)</li>
<li>update schema to have <code>negatedDescription</code> only for type <code>boolean</code> (<a href="https://github-redirect.dependabot.com/webpack/webpack-dev-server/issues/4280 ">#4280</a>) (<a href="fcf8e8e6a9
">fcf8e8e</a>)</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a href="5aad1e72ee
"><code>5aad1e7</code></a> chore(release): 4.8.0</li>
<li><a href="28ad7edf37
"><code>28ad7ed</code></a> chore(deps): bump graceful-fs from 4.2.9 to 4.2.10 (<a href="https://github-redirect.dependabot.com/webpack/webpack-dev-server/issues/4368 ">#4368</a>)</li>
<li><a href="7920364d6b
"><code>7920364</code></a> feat: export initialized socket client (<a href="https://github-redirect.dependabot.com/webpack/webpack-dev-server/issues/4304 ">#4304</a>)</li>
<li><a href="4e7800ea17
"><code>4e7800e</code></a> chore: update webpack (<a href="https://github-redirect.dependabot.com/webpack/webpack-dev-server/issues/4367 ">#4367</a>)</li>
<li><a href="fbda2a805b
"><code>fbda2a8</code></a> chore(deps-dev): bump body-parser from 1.19.2 to 1.20.0 (<a href="https://github-redirect.dependabot.com/webpack/webpack-dev-server/issues/4366 ">#4366</a>)</li>
<li><a href="67c080b069
"><code>67c080b</code></a> chore(deps-dev): bump puppeteer from 13.5.1 to 13.5.2 (<a href="https://github-redirect.dependabot.com/webpack/webpack-dev-server/issues/4361 ">#4361</a>)</li>
<li><a href="56ec41132b
"><code>56ec411</code></a> chore(deps): bump html-entities from 2.3.2 to 2.3.3 (<a href="https://github-redirect.dependabot.com/webpack/webpack-dev-server/issues/4358 ">#4358</a>)</li>
<li><a href="ca8a53af6a
"><code>ca8a53a</code></a> chore: update deps and fix audit (<a href="https://github-redirect.dependabot.com/webpack/webpack-dev-server/issues/4356 ">#4356</a>)</li>
<li><a href="501f6aa441
"><code>501f6aa</code></a> chore(deps-dev): bump <code>@babel/runtime</code></li>
<li><a href="7d2b4f0082
"><code>7d2b4f0</code></a> chore(deps-dev): bump <code>@babel/core</code></li>
<li>Additional commits viewable in <a href="https://github.com/webpack/webpack-dev-server/compare/v4.7.4...v4.8.0 ">compare view</a></li>
</ul>
</details>
<br />
[![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=webpack-dev-server&package-manager=npm_and_yarn&previous-version=4.7.4&new-version=4.8.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>
3 years ago
dependabot[bot]
e72c7c1bf9
Bump prettier from 2.6.1 to 2.6.2 ( #2005 )
...
Bumps [prettier](https://github.com/prettier/prettier ) from 2.6.1 to 2.6.2.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a href="https://github.com/prettier/prettier/releases ">prettier's releases</a>.</em></p>
<blockquote>
<h2>2.6.2</h2>
<p>🔗 <a href="https://github.com/prettier/prettier/blob/main/CHANGELOG.md#262 ">Changelog</a></p>
</blockquote>
</details>
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a href="https://github.com/prettier/prettier/blob/main/CHANGELOG.md ">prettier's changelog</a>.</em></p>
<blockquote>
<h1>2.6.2</h1>
<p><a href="https://github.com/prettier/prettier/compare/2.6.1...2.6.2 ">diff</a></p>
<h4>Fix LESS/SCSS format error (<a href="https://github-redirect.dependabot.com/prettier/prettier/pull/12536 ">#12536</a> by <a href="https://github.com/fisker "><code>@fisker</code></a>)</h4>
<!-- raw HTML omitted -->
<pre lang="less"><code>// Input
.background-gradient(@cut ) {
background: linear-gradient(
to right,
@white 0%,
@white (@cut - 0.01%),
@portal-background @cut ,
@portal-background 100%
);
}
<p>// Prettier 2.6.1
TypeError: Cannot read properties of undefined (reading 'endOffset')</p>
<p>// Prettier 2.6.2
.background-gradient(<a href="https://github.com/cut "><code>@cut</code></a>) {
background: linear-gradient(
to right,
<a href="https://github.com/white "><code>@white</code></a> 0%,
<a href="https://github.com/white "><code>@white</code></a> (<a href="https://github.com/cut "><code>@cut</code></a> - 0.01%),
<a href="https://github.com/portal-background "><code>@portal-background</code></a> <a href="https://github.com/cut "><code>@cut</code></a>,
<a href="https://github.com/portal-background "><code>@portal-background</code></a> 100%
);
}
</code></pre></p>
<h4>Update <code>meriyah</code> to fix several bugs (<a href="https://github-redirect.dependabot.com/prettier/prettier/pull/12567 ">#12567</a> by <a href="https://github.com/fisker "><code>@fisker</code></a>, fixes in <a href="https://github.com/meriyah/meriyah/ "><code>meriyah</code></a> by <a href="https://github.com/3cp "><code>@3cp</code></a>)</h4>
<p>Fixes bugs when parsing following valid code:</p>
<pre lang="js"><code>foo(await bar());
</code></pre>
<pre lang="js"><code>const regex = /.*/ms;
</code></pre>
<pre lang="js"><code>const element = <p>{/w/.test(s)}</p>;
</code></pre>
<!-- raw HTML omitted -->
</blockquote>
<p>... (truncated)</p>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a href="d6f82a024a
"><code>d6f82a0</code></a> Release 2.6.2</li>
<li><a href="2bca9d65f4
"><code>2bca9d6</code></a> Add new workflow to prevent updating <code>users.yml</code> (<a href="https://github-redirect.dependabot.com/prettier/prettier/issues/11784 ">#11784</a>)</li>
<li><a href="378370a01e
"><code>378370a</code></a> Build(deps): Bump leven from 3.1.0 to 4.0.0 (<a href="https://github-redirect.dependabot.com/prettier/prettier/issues/11349 ">#11349</a>)</li>
<li><a href="3c96a08176
"><code>3c96a08</code></a> Build(deps): Bump strip-ansi from 6.0.0 to 7.0.0 (<a href="https://github-redirect.dependabot.com/prettier/prettier/issues/10731 ">#10731</a>)</li>
<li><a href="1bfb08f289
"><code>1bfb08f</code></a> Build(deps): Bump meriyah from 4.2.0 to 4.2.1 (<a href="https://github-redirect.dependabot.com/prettier/prettier/issues/12567 ">#12567</a>)</li>
<li><a href="9400c893a3
"><code>9400c89</code></a> Refactor: Add a wrapped <code>normalizeCliOptions</code> version for CLI usage (<a href="https://github-redirect.dependabot.com/prettier/prettier/issues/12573 ">#12573</a>)</li>
<li><a href="5e3de4828d
"><code>5e3de48</code></a> Build(deps): Bump escape-string-regexp from 4.0.0 to 5.0.0 (<a href="https://github-redirect.dependabot.com/prettier/prettier/issues/10725 ">#10725</a>)</li>
<li><a href="5d73acc42d
"><code>5d73acc</code></a> Build(deps-dev): Bump esbuild from 0.14.29 to 0.14.30 (<a href="https://github-redirect.dependabot.com/prettier/prettier/issues/12581 ">#12581</a>)</li>
<li><a href="e2eac0cb8a
"><code>e2eac0c</code></a> Move some bundle test code into <code>tests/</code> (<a href="https://github-redirect.dependabot.com/prettier/prettier/issues/12577 ">#12577</a>)</li>
<li><a href="7d33ed5452
"><code>7d33ed5</code></a> Build(deps-dev): Bump eslint-plugin-unicorn from 41.0.1 to 42.0.0 (<a href="https://github-redirect.dependabot.com/prettier/prettier/issues/12580 ">#12580</a>)</li>
<li>Additional commits viewable in <a href="https://github.com/prettier/prettier/compare/2.6.1...2.6.2 ">compare view</a></li>
</ul>
</details>
<br />
[![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=prettier&package-manager=npm_and_yarn&previous-version=2.6.1&new-version=2.6.2 )](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>
3 years ago
dependabot[bot]
d1972a9160
Bump webpack from 5.70.0 to 5.71.0 ( #2004 )
...
Bumps [webpack](https://github.com/webpack/webpack ) from 5.70.0 to 5.71.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.71.0</h2>
<h1>Features</h1>
<ul>
<li>choose smarter default for <code>uniqueName</code> when using a <code>output.library</code> which includes placeholders</li>
<li>add support for expressions with <code>in</code> of a imported binding</li>
<li>generate UMD code with arrow functions when possible</li>
</ul>
<h1>Bugfixes</h1>
<ul>
<li>fix source map source names for ContextModule to be relative</li>
<li>fix <code>chunkLoading</code> option in module module</li>
<li>fix edge case where <code>evaluateExpression</code> returns <code>null</code></li>
<li>retain optional chaining in imported bindings</li>
<li>include runtime code for the base URI even if not using chunk loading</li>
<li>don't throw errors in persistent caching when importing node.js builtin modules via ESM</li>
<li>fix crash when using <code>lazy-once</code> Context modules</li>
<li>improve handling of context modules with multiple contexts</li>
<li>fix race condition HMR chunk loading when importing chunks during HMR updating</li>
<li>handle errors in <code>runAsChild</code> callback</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a href="c2079f7e76
"><code>c2079f7</code></a> 5.71.0</li>
<li><a href="4a0937fdd0
"><code>4a0937f</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/webpack/webpack/issues/15578 ">#15578</a> from webpack/feat/catch-error-in-run-as-child</li>
<li><a href="c3f5897df9
"><code>c3f5897</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/webpack/webpack/issues/15586 ">#15586</a> from webpack/bugfix/chunk-load-during-hmr</li>
<li><a href="c4f1e4e9f0
"><code>c4f1e4e</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/webpack/webpack/issues/15611 ">#15611</a> from webpack/bugfix/esm-build-deps</li>
<li><a href="ab40959467
"><code>ab40959</code></a> support node.js builtin modules in esm build dependencies</li>
<li><a href="e1179bf9bb
"><code>e1179bf</code></a> fix egde case where a HMR chunk is incorrectly downloaded when loading a unch...</li>
<li><a href="2c200d1656
"><code>2c200d1</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/webpack/webpack/issues/15585 ">#15585</a> from webpack/refactor/support-context-in-dependency</li>
<li><a href="3929e688a4
"><code>3929e68</code></a> fix discussions</li>
<li><a href="129477d11d
"><code>129477d</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/webpack/webpack/issues/15536 ">#15536</a> from webpack/fix/issue-15518</li>
<li><a href="5d8a9719ca
"><code>5d8a971</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/webpack/webpack/issues/15551 ">#15551</a> from webpack/fix/issue-15545</li>
<li>Additional commits viewable in <a href="https://github.com/webpack/webpack/compare/v5.70.0...v5.71.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.70.0&new-version=5.71.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>
3 years ago
dependabot[bot]
3f3f0aae6e
Bump prettier from 2.6.0 to 2.6.1 ( #1977 )
...
Bumps [prettier](https://github.com/prettier/prettier ) from 2.6.0 to 2.6.1.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a href="https://github.com/prettier/prettier/releases ">prettier's releases</a>.</em></p>
<blockquote>
<h2>2.6.1</h2>
<p>🔗 <a href="https://github.com/prettier/prettier/blob/main/CHANGELOG.md#261 ">Changelog</a></p>
</blockquote>
</details>
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a href="https://github.com/prettier/prettier/blob/main/CHANGELOG.md ">prettier's changelog</a>.</em></p>
<blockquote>
<h1>2.6.1</h1>
<p><a href="https://github.com/prettier/prettier/compare/2.6.0...2.6.1 ">diff</a></p>
<h4>Ignore <code>loglevel</code> when printing information (<a href="https://github-redirect.dependabot.com/prettier/prettier/pull/12477 ">#12477</a> by <a href="https://github.com/fisker "><code>@fisker</code></a>)</h4>
<!-- raw HTML omitted -->
<pre lang="bash"><code></code></pre>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a href="ad505bf771
"><code>ad505bf</code></a> Release 2.6.1</li>
<li><a href="6128c5c4e4
"><code>6128c5c</code></a> Build: Fix <code>esbuildPluginReplaceModule</code> (<a href="https://github-redirect.dependabot.com/prettier/prettier/issues/12530 ">#12530</a>)</li>
<li><a href="11649270f6
"><code>1164927</code></a> Enable <code>unicorn/text-encoding-identifier-case</code> rule (<a href="https://github-redirect.dependabot.com/prettier/prettier/issues/12526 ">#12526</a>)</li>
<li><a href="0e6c1d58d8
"><code>0e6c1d5</code></a> Enter OTP via <code>enquirer</code> (<a href="https://github-redirect.dependabot.com/prettier/prettier/issues/12528 ">#12528</a>)</li>
<li><a href="67edeeaf72
"><code>67edeea</code></a> Build(deps): Bump minimist from 1.2.5 to 1.2.6 (<a href="https://github-redirect.dependabot.com/prettier/prettier/issues/12513 ">#12513</a>)</li>
<li><a href="6664253b9e
"><code>6664253</code></a> Fix error when bundle prettier with webpack (<a href="https://github-redirect.dependabot.com/prettier/prettier/issues/12511 ">#12511</a>)</li>
<li><a href="9e7f7b9295
"><code>9e7f7b9</code></a> Updated the State of JS Survey Results (<a href="https://github-redirect.dependabot.com/prettier/prettier/issues/12350 ">#12350</a>)</li>
<li><a href="becb6c9b74
"><code>becb6c9</code></a> Fix non-idempotent formatting of function calls with complex type arguments (...</li>
<li><a href="1939f92be5
"><code>1939f92</code></a> Build(deps): Bump <code>@typescript-eslint/typescript-estree</code> (<a href="https://github-redirect.dependabot.com/prettier/prettier/issues/12514 ">#12514</a>)</li>
<li><a href="6fece964c8
"><code>6fece96</code></a> Build(deps): Bump json5 from 2.2.0 to 2.2.1 (<a href="https://github-redirect.dependabot.com/prettier/prettier/issues/12515 ">#12515</a>)</li>
<li>Additional commits viewable in <a href="https://github.com/prettier/prettier/compare/2.6.0...2.6.1 ">compare view</a></li>
</ul>
</details>
<br />
[![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=prettier&package-manager=npm_and_yarn&previous-version=2.6.0&new-version=2.6.1 )](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>
3 years ago
jedel1043
f25ce46a1e
Migrate to NPM and cleanup Playground ( #1951 )
...
This Pull Request closes #1912 by migrating to a NPM based build, hopefully making it easier to contribute to the Playground.
Also, reduces the number of features of the editor, since most of them were support for other languages or features that don't make sense in a playground environment. This considerably reduces the number of fetched files per page load and the total size of the playground.
3 years ago
dependabot[bot]
aaa07cf826
Bump prettier from 2.5.1 to 2.6.0 ( #1945 )
...
Bumps [prettier](https://github.com/prettier/prettier ) from 2.5.1 to 2.6.0.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a href="https://github.com/prettier/prettier/releases ">prettier's releases</a>.</em></p>
<blockquote>
<h2>2.6.0</h2>
<p>🔗 <a href="https://prettier.io/blog/2022/03/16/2.6.0.html ">Release note</a></p>
</blockquote>
</details>
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a href="https://github.com/prettier/prettier/blob/main/CHANGELOG.md ">prettier's changelog</a>.</em></p>
<blockquote>
<h1>2.6.0</h1>
<p><a href="https://github.com/prettier/prettier/compare/2.5.1...2.6.0 ">diff</a></p>
<p>🔗 <a href="https://prettier.io/blog/2022/03/16/2.6.0.html ">Release Notes</a></p>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a href="cba25e6b09
"><code>cba25e6</code></a> Release 2.6.0</li>
<li><a href="4cae7e15a7
"><code>4cae7e1</code></a> Build: Remove an extra new line in UMD bundle (<a href="https://github-redirect.dependabot.com/prettier/prettier/issues/12467 ">#12467</a>)</li>
<li><a href="9a070503a3
"><code>9a07050</code></a> Build: Remove <code>mainFields</code> override (<a href="https://github-redirect.dependabot.com/prettier/prettier/issues/12466 ">#12466</a>)</li>
<li><a href="6cdf21af08
"><code>6cdf21a</code></a> Fix comment (<a href="https://github-redirect.dependabot.com/prettier/prettier/issues/12464 ">#12464</a>)</li>
<li><a href="b26a24558a
"><code>b26a245</code></a> Build(deps-dev): Bump esbuild from 0.14.26 to 0.14.27 (<a href="https://github-redirect.dependabot.com/prettier/prettier/issues/12461 ">#12461</a>)</li>
<li><a href="34dcd96922
"><code>34dcd96</code></a> Build: Add a plugin to throw unexpected warnings (<a href="https://github-redirect.dependabot.com/prettier/prettier/issues/12463 ">#12463</a>)</li>
<li><a href="6fa3966d8a
"><code>6fa3966</code></a> Build(deps-dev): Bump <code>@typescript-eslint/eslint-plugin</code> (<a href="https://github-redirect.dependabot.com/prettier/prettier/issues/12457 ">#12457</a>)</li>
<li><a href="901c219155
"><code>901c219</code></a> Build(deps): Bump <code>@typescript-eslint/typescript-estree</code> (<a href="https://github-redirect.dependabot.com/prettier/prettier/issues/12458 ">#12458</a>)</li>
<li><a href="1bf2fa32a2
"><code>1bf2fa3</code></a> Build(deps-dev): Bump <code>@babel/core</code> from 7.17.5 to 7.17.7 (<a href="https://github-redirect.dependabot.com/prettier/prettier/issues/12459 ">#12459</a>)</li>
<li><a href="cae195187f
"><code>cae1951</code></a> Fix <code>diff</code> package import (<a href="https://github-redirect.dependabot.com/prettier/prettier/issues/12462 ">#12462</a>)</li>
<li>Additional commits viewable in <a href="https://github.com/prettier/prettier/compare/2.5.1...2.6.0 ">compare view</a></li>
</ul>
</details>
<br />
[![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=prettier&package-manager=npm_and_yarn&previous-version=2.5.1&new-version=2.6.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>
3 years ago
dependabot[bot]
48f23b3c77
Bump monaco-editor from 0.32.1 to 0.33.0 ( #1927 )
...
Bumps [monaco-editor](https://github.com/microsoft/monaco-editor ) from 0.32.1 to 0.33.0.
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a href="https://github.com/microsoft/monaco-editor/blob/main/CHANGELOG.md ">monaco-editor's changelog</a>.</em></p>
<blockquote>
<h2>[0.33.0]</h2>
<h3>Breaking Changes</h3>
<ul>
<li><code>InlayHintKind.Other</code> is removed.</li>
</ul>
<h3>Thank you</h3>
<p>Contributions to <code>monaco-editor</code>:</p>
<ul>
<li><a href="https://github.com/Dan1ve "><code>@Dan1ve (Daniel Veihelmann)</code></a>: Make Vite sample code Firefox compatible [PR <a href="https://github-redirect.dependabot.com/microsoft/monaco-editor/issues/2991 ">#2991</a>](<a href="https://github-redirect.dependabot.com/microsoft/monaco-editor/pull/2991 ">microsoft/monaco-editor#2991</a>)</li>
<li><a href="https://github.com/philipturner "><code>@philipturner (Philip Turner)</code></a>: Add <code>@noDerivative</code> modifier to Swift [PR <a href="https://github-redirect.dependabot.com/microsoft/monaco-editor/issues/2957 ">#2957</a>](<a href="https://github-redirect.dependabot.com/microsoft/monaco-editor/pull/2957 ">microsoft/monaco-editor#2957</a>)</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li>See full diff in <a href="https://github.com/microsoft/monaco-editor/commits ">compare view</a></li>
</ul>
</details>
<br />
[![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=monaco-editor&package-manager=npm_and_yarn&previous-version=0.32.1&new-version=0.33.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>
3 years ago
jedel1043
51f75d8ccb
Update `yarn.lock` and add `build:prod` command ( #1910 )
...
<!---
Thank you for contributing to Boa! Please fill out the template below, and remove or add any
information as you feel neccesary.
--->
This Pull Request makes it easier to build the Boa playground in production mode, with a new `build:prod` command.
3 years ago
dependabot[bot]
51ae856c83
Bump css-loader from 6.7.0 to 6.7.1 ( #1914 )
...
Bumps [css-loader](https://github.com/webpack-contrib/css-loader ) from 6.7.0 to 6.7.1.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a href="https://github.com/webpack-contrib/css-loader/releases ">css-loader's releases</a>.</em></p>
<blockquote>
<h2>v6.7.1</h2>
<h3><a href="https://github.com/webpack-contrib/css-loader/compare/v6.7.0...v6.7.1 ">6.7.1</a> (2022-03-08)</h3>
<h3>Bug Fixes</h3>
<ul>
<li>defaultGetLocalIdent export (<a href="https://github-redirect.dependabot.com/webpack-contrib/css-loader/issues/1427 ">#1427</a>) (<a href="74dac1e428
">74dac1e</a>)</li>
</ul>
</blockquote>
</details>
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a href="https://github.com/webpack-contrib/css-loader/blob/master/CHANGELOG.md ">css-loader's changelog</a>.</em></p>
<blockquote>
<h3><a href="https://github.com/webpack-contrib/css-loader/compare/v6.7.0...v6.7.1 ">6.7.1</a> (2022-03-08)</h3>
<h3>Bug Fixes</h3>
<ul>
<li>defaultGetLocalIdent export (<a href="https://github-redirect.dependabot.com/webpack-contrib/css-loader/issues/1427 ">#1427</a>) (<a href="74dac1e428
">74dac1e</a>)</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a href="830fe2ce37
"><code>830fe2c</code></a> chore(release): 6.7.1</li>
<li><a href="74dac1e428
"><code>74dac1e</code></a> fix: defaultGetLocalIdent export (<a href="https://github-redirect.dependabot.com/webpack-contrib/css-loader/issues/1427 ">#1427</a>)</li>
<li>See full diff in <a href="https://github.com/webpack-contrib/css-loader/compare/v6.7.0...v6.7.1 ">compare view</a></li>
</ul>
</details>
<br />
[![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=css-loader&package-manager=npm_and_yarn&previous-version=6.7.0&new-version=6.7.1 )](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>
3 years ago
dependabot[bot]
a49b57beb7
Bump css-loader from 6.6.0 to 6.7.0 ( #1904 )
...
Bumps [css-loader](https://github.com/webpack-contrib/css-loader ) from 6.6.0 to 6.7.0.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a href="https://github.com/webpack-contrib/css-loader/releases ">css-loader's releases</a>.</em></p>
<blockquote>
<h2>v6.7.0</h2>
<h2><a href="https://github.com/webpack-contrib/css-loader/compare/v6.6.0...v6.7.0 ">6.7.0</a> (2022-03-04)</h2>
<h3>Features</h3>
<ul>
<li>re-export defaultGetLocalIdent (<a href="https://github-redirect.dependabot.com/webpack-contrib/css-loader/issues/1423 ">#1423</a>) (<a href="207cf36d54
">207cf36</a>)</li>
</ul>
</blockquote>
</details>
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a href="https://github.com/webpack-contrib/css-loader/blob/master/CHANGELOG.md ">css-loader's changelog</a>.</em></p>
<blockquote>
<h2><a href="https://github.com/webpack-contrib/css-loader/compare/v6.6.0...v6.7.0 ">6.7.0</a> (2022-03-04)</h2>
<h3>Features</h3>
<ul>
<li>re-export defaultGetLocalIdent (<a href="https://github-redirect.dependabot.com/webpack-contrib/css-loader/issues/1423 ">#1423</a>) (<a href="207cf36d54
">207cf36</a>)</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a href="84b552ad8b
"><code>84b552a</code></a> chore(release): 6.7.0</li>
<li><a href="207cf36d54
"><code>207cf36</code></a> feat: re-export defaultGetLocalIdent (<a href="https://github-redirect.dependabot.com/webpack-contrib/css-loader/issues/1423 ">#1423</a>)</li>
<li><a href="f0e20e63fb
"><code>f0e20e6</code></a> chore: upgrade dependencies to the latest version (<a href="https://github-redirect.dependabot.com/webpack-contrib/css-loader/issues/1425 ">#1425</a>)</li>
<li><a href="4dede5553f
"><code>4dede55</code></a> docs(readme): added types (<a href="https://github-redirect.dependabot.com/webpack-contrib/css-loader/issues/1418 ">#1418</a>)</li>
<li><a href="e16ba4d15c
"><code>e16ba4d</code></a> chore(deps): bump nanoid from 3.1.30 to 3.2.0 (<a href="https://github-redirect.dependabot.com/webpack-contrib/css-loader/issues/1412 ">#1412</a>)</li>
<li><a href="76ad29f38e
"><code>76ad29f</code></a> docs: add yarn and pnpm installation commands (<a href="https://github-redirect.dependabot.com/webpack-contrib/css-loader/issues/1417 ">#1417</a>)</li>
<li><a href="67bb937e10
"><code>67bb937</code></a> chore: upgrade dependencies to the latest version (<a href="https://github-redirect.dependabot.com/webpack-contrib/css-loader/issues/1416 ">#1416</a>)</li>
<li>See full diff in <a href="https://github.com/webpack-contrib/css-loader/compare/v6.6.0...v6.7.0 ">compare view</a></li>
</ul>
</details>
<br />
[![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=css-loader&package-manager=npm_and_yarn&previous-version=6.6.0&new-version=6.7.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>
3 years ago
dependabot[bot]
3ec6f633db
Bump webpack from 5.69.1 to 5.70.0 ( #1892 )
...
Bumps [webpack](https://github.com/webpack/webpack ) from 5.69.1 to 5.70.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.70.0</h2>
<h1>Features</h1>
<ul>
<li>update node.js version constraints for ESM support</li>
<li>add <code>baseUri</code> to <code>entry</code> options to configure a static base uri (the base of <code>new URL()</code>)</li>
<li>alphabetically sort exports in namespace objects when possible</li>
<li>add <code>__webpack_exports_info__.name.canMangle</code></li>
<li>add proxy support to <code>experiments.buildHttp</code></li>
<li><code>import.meta.webpackContext</code> as ESM alternative to <code>require.context</code></li>
<li>handle multiple alternative directories (e. g. due to resolve.alias or resolve.modules) when creating an context module</li>
</ul>
<h1>Bugfixes</h1>
<ul>
<li>fix problem when assigning <code>global</code> to a variable</li>
<li>fix crash when using <code>experiments.outputModule</code> and <code>loaderContext.importModule</code> with multiple chunks</li>
<li>avoid generating progress output before the compilation has started (ProgressPlugin)</li>
<li>fix handling of non-static-ESM dependencies with using TLA and HMR in the same module</li>
<li>include the asset module filename in hashing</li>
<li><code>output.clean</code> will keep HMR assets for at least 10s to allow HMR to access them even when compilation is faster then the browser</li>
</ul>
<h1>Performance</h1>
<ul>
<li>fix asset caching when using the BannerPlugin</li>
</ul>
<h1>Developer Experience</h1>
<ul>
<li>improve typings</li>
</ul>
<h1>Contributing</h1>
<ul>
<li>capture caching errors when running the test suite</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a href="5a26b7c4a9
"><code>5a26b7c</code></a> 5.70.0</li>
<li><a href="870fcadfd0
"><code>870fcad</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/webpack/webpack/issues/15423 ">#15423</a> from webpack/fix/issue-15409</li>
<li><a href="cbfea7605d
"><code>cbfea76</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/webpack/webpack/issues/15463 ">#15463</a> from webpack/fix/add-missing-option</li>
<li><a href="f51e099a2d
"><code>f51e099</code></a> add parserOptions.importMetaContext option</li>
<li><a href="75383c93d2
"><code>75383c9</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/webpack/webpack/issues/15454 ">#15454</a> from webpack/fix/issue-15447</li>
<li><a href="b53fe2f630
"><code>b53fe2f</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/webpack/webpack/issues/15446 ">#15446</a> from webpack/feature/import-meta-webpack-context</li>
<li><a href="0fe44700f7
"><code>0fe4470</code></a> up enhanced-resolve version</li>
<li><a href="12ecab44fc
"><code>12ecab4</code></a> use cache in BannerPlugin</li>
<li><a href="d3c5d357cc
"><code>d3c5d35</code></a> add ImportMetaContextPlugin</li>
<li><a href="b89f397e3c
"><code>b89f397</code></a> handle more options</li>
<li>Additional commits viewable in <a href="https://github.com/webpack/webpack/compare/v5.69.1...v5.70.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.69.1&new-version=5.70.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>
3 years ago
dependabot[bot]
4a33d20c71
Bump webpack from 5.69.0 to 5.69.1 ( #1843 )
...
Bumps [webpack](https://github.com/webpack/webpack ) from 5.69.0 to 5.69.1.
<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.69.1</h2>
<h1>Revert</h1>
<ul>
<li>revert "handle multiple alternative directories (e. g. due to resolve.alias or resolve.modules) when creating an context module"</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a href="dfdc8b133d
"><code>dfdc8b1</code></a> 5.69.1</li>
<li><a href="dd53923cd0
"><code>dd53923</code></a> Revert "Merge pull request <a href="https://github-redirect.dependabot.com/webpack/webpack/issues/15332 ">#15332</a> from webpack/fix/context-resolve-issue-11335"</li>
<li>See full diff in <a href="https://github.com/webpack/webpack/compare/v5.69.0...v5.69.1 ">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.69.0&new-version=5.69.1 )](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>
3 years ago
dependabot[bot]
6db813f055
Bump webpack from 5.68.0 to 5.69.0 ( #1841 )
...
Bumps [webpack](https://github.com/webpack/webpack ) from 5.68.0 to 5.69.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.69.0</h2>
<h1>Features</h1>
<ul>
<li>automatically switch to an ESM compatible environment when enabling ESM output mode</li>
<li>handle multiple alternative directories (e. g. due to <code>resolve.alias</code> or <code>resolve.modules</code>) when creating an context module</li>
<li>add <code>util/types</code> to node.js built-in modules</li>
<li>add <code>__webpack_exports_info__.<name>.canMangle</code> api</li>
</ul>
<h1>Bugfixes</h1>
<ul>
<li>fix bug in chunk graph generation which leads to modules being included in chunk desprite them being already included in parent chunks</li>
<li>avoid writing more than 2GB at once during cache serialization (as workaround for node.js/libuv bug on MacOS)</li>
<li>fix handling of whitespaces in semver ranges when using Module Federation</li>
<li>avoid generating hashes which contain only numbers as they likely conflict with module ids</li>
<li>fix resource name based placeholders for data uris</li>
<li>fix cache serialization for context elements</li>
<li>fix passing of <code>stage</code> option when instrumenting plugins for the ProfilingPlugin</li>
<li>fix tracking of declarations in concatenated modules to avoid conflicts</li>
<li>fix unstable mangling of exports</li>
<li>fix handling of <code>#</code> in paths of loaders</li>
<li>avoid unnecessary cache update when using <code>experiments.buildHttp</code></li>
</ul>
<h1>Contributing</h1>
<ul>
<li>update typescript and jest</li>
</ul>
<h1>Developer Experience</h1>
<ul>
<li>expose some additional typings for usage in webpack-cli</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a href="9d21401151
"><code>9d21401</code></a> 5.69.0</li>
<li><a href="ba4e83c3a9
"><code>ba4e83c</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/webpack/webpack/issues/15373 ">#15373</a> from webpack/fix/issue-14907</li>
<li><a href="7badefda01
"><code>7badefd</code></a> remove big assets case from allowlist</li>
<li><a href="06c8b81531
"><code>06c8b81</code></a> Merge remote-tracking branch 'origin/main' into fix/issue-14907</li>
<li><a href="4a53e9af65
"><code>4a53e9a</code></a> limit writes to</li>
<li><a href="18c3590b28
"><code>18c3590</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/webpack/webpack/issues/15315 ">#15315</a> from webpack/fix/issue-13022</li>
<li><a href="4edf949da3
"><code>4edf949</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/webpack/webpack/issues/15370 ">#15370</a> from webpack/fix/partial-15366</li>
<li><a href="02332b9c3d
"><code>02332b9</code></a> Merge branch 'main' into fix/partial-15366</li>
<li><a href="f52b8c572c
"><code>f52b8c5</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/webpack/webpack/issues/14757 ">#14757</a> from webpack/fix-14755</li>
<li><a href="896efde07d
"><code>896efde</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/webpack/webpack/issues/15367 ">#15367</a> from webpack/fix/issues-15214</li>
<li>Additional commits viewable in <a href="https://github.com/webpack/webpack/compare/v5.68.0...v5.69.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.68.0&new-version=5.69.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>
3 years ago
Iban Eguia
55e85adbc5
Using production builds for WebAssembly ( #1825 )
...
This commit selects the production build (instead of development) for the WebAssembly compilation with Webpack, used in our playground. This might make things a bit faster and smaller.
I also took the opportunity to update all the dependencies and the Test262 suite, but unfortunately this doesn't solve #1824 .
3 years ago
dependabot[bot]
b34d581db5
Bump monaco-editor from 0.31.1 to 0.32.0 ( #1818 )
...
Bumps [monaco-editor](https://github.com/microsoft/monaco-editor ) from 0.31.1 to 0.32.0.
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a href="https://github.com/microsoft/monaco-editor/blob/main/CHANGELOG.md ">monaco-editor's changelog</a>.</em></p>
<blockquote>
<h2>[0.32.0] (03.02.2022)</h2>
<h3>Breaking Changes</h3>
<ul>
<li>The binary format for <code>IEncodedLineTokens</code> has changed to support strikethrough text.</li>
<li><code>IDiffEditor.getDomNode()</code> has been renamed to <code>IDiffEditor.getContainerDomNode()</code>.</li>
<li><code>InlayHint.text</code> has been replaced by <code>InlayHint.label</code> and <code>InlayHintsProvider.provideInlayHints</code> now returns an <code>InlayHintList</code>.</li>
</ul>
<h3>Thank you</h3>
<p>Contributions to <code>monaco-editor</code>:</p>
<ul>
<li><a href="https://github.com/blutorange "><code>@blutorange (Andre Wachsmuth)</code></a>: Implements <a href="https://github-redirect.dependabot.com/microsoft/monaco-editor/issues/2383 ">#2383</a> Add syntax modes for FreeMarker template language [PR <a href="https://github-redirect.dependabot.com/microsoft/monaco-editor/issues/2847 ">#2847</a>](<a href="https://github-redirect.dependabot.com/microsoft/monaco-editor/pull/2847 ">microsoft/monaco-editor#2847</a>)</li>
<li><a href="https://github.com/forensicmike "><code>@forensicmike (forensicmike1)</code></a>: Add "cd monaco-editor" to the step by step commandline instructions for cloning and running the samples [PR <a href="https://github-redirect.dependabot.com/microsoft/monaco-editor/issues/2894 ">#2894</a>](<a href="https://github-redirect.dependabot.com/microsoft/monaco-editor/pull/2894 ">microsoft/monaco-editor#2894</a>)</li>
<li><a href="https://github.com/juan-carlos-diaz "><code>@juan-carlos-diaz</code></a>: Fix <a href="https://github-redirect.dependabot.com/microsoft/monaco-editor/issues/2851 ">#2851</a> Highlight correctly the attributes and identifiers (with dashes) for Shell language [PR <a href="https://github-redirect.dependabot.com/microsoft/monaco-editor/issues/2871 ">#2871</a>](<a href="https://github-redirect.dependabot.com/microsoft/monaco-editor/pull/2871 ">microsoft/monaco-editor#2871</a>)</li>
<li><a href="https://github.com/MasterOdin "><code>@MasterOdin (Matthew Peveler)</code></a>: Only run publish workflow on main monaco-editor repo [PR <a href="https://github-redirect.dependabot.com/microsoft/monaco-editor/issues/2926 ">#2926</a>](<a href="https://github-redirect.dependabot.com/microsoft/monaco-editor/pull/2926 ">microsoft/monaco-editor#2926</a>)</li>
<li><a href="https://github.com/philipturner "><code>@philipturner (Philip Turner)</code></a>
<ul>
<li>Update Swift language specification to version 5.5 [PR <a href="https://github-redirect.dependabot.com/microsoft/monaco-editor/issues/2855 ">#2855</a>](<a href="https://github-redirect.dependabot.com/microsoft/monaco-editor/pull/2855 ">microsoft/monaco-editor#2855</a>)</li>
<li>Add <a href="https://github.com/preconcurrency "><code>@preconcurrency</code></a> to Swift declaration attributes [PR <a href="https://github-redirect.dependabot.com/microsoft/monaco-editor/issues/2924 ">#2924</a>](<a href="https://github-redirect.dependabot.com/microsoft/monaco-editor/pull/2924 ">microsoft/monaco-editor#2924</a>)</li>
</ul>
</li>
<li><a href="https://github.com/rcjsuen "><code>@rcjsuen (Remy Suen)</code></a>: Support hyphenated HTML tags in Markdown syntax [PR <a href="https://github-redirect.dependabot.com/microsoft/monaco-editor/issues/2864 ">#2864</a>](<a href="https://github-redirect.dependabot.com/microsoft/monaco-editor/pull/2864 ">microsoft/monaco-editor#2864</a>)</li>
<li><a href="https://github.com/resistdesign "><code>@resistdesign (Ryan Graff)</code></a>: doc: (samples) Simplify Browser ESM Parcel build [PR <a href="https://github-redirect.dependabot.com/microsoft/monaco-editor/issues/2832 ">#2832</a>](<a href="https://github-redirect.dependabot.com/microsoft/monaco-editor/pull/2832 ">microsoft/monaco-editor#2832</a>)</li>
<li><a href="https://github.com/ValeraS "><code>@ValeraS (Valeriy)</code></a>
<ul>
<li>fix(monaco-editor-webpack-plugin): load monaco-editor with webpack 4 [PR <a href="https://github-redirect.dependabot.com/microsoft/monaco-editor/issues/2818 ">#2818</a>](<a href="https://github-redirect.dependabot.com/microsoft/monaco-editor/pull/2818 ">microsoft/monaco-editor#2818</a>)</li>
<li>tune(monaco-editor-webpack-plugin): expose plugin options type [PR <a href="https://github-redirect.dependabot.com/microsoft/monaco-editor/issues/2853 ">#2853</a>](<a href="https://github-redirect.dependabot.com/microsoft/monaco-editor/pull/2853 ">microsoft/monaco-editor#2853</a>)</li>
</ul>
</li>
<li><a href="https://github.com/ZusorCode "><code>@ZusorCode (Tobias Messner)</code></a>: Add .cjs extension for javascript files [PR <a href="https://github-redirect.dependabot.com/microsoft/monaco-editor/issues/2929 ">#2929</a>](<a href="https://github-redirect.dependabot.com/microsoft/monaco-editor/pull/2929 ">microsoft/monaco-editor#2929</a>)</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li>See full diff in <a href="https://github.com/microsoft/monaco-editor/commits ">compare view</a></li>
</ul>
</details>
<br />
[![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=monaco-editor&package-manager=npm_and_yarn&previous-version=0.31.1&new-version=0.32.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>
3 years ago
dependabot[bot]
0dfe6ec8b2
Bump webpack from 5.67.0 to 5.68.0 ( #1814 )
...
Bumps [webpack](https://github.com/webpack/webpack ) from 5.67.0 to 5.68.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.68.0</h2>
<h1>Features</h1>
<ul>
<li>allow to disable compile time evaluation of import.meta.url</li>
<li>add <code>__webpack_module__</code> and <code>__webpack_module__.id</code> to the api</li>
</ul>
<h1>Bugfixes</h1>
<ul>
<li>fix handling of errors thrown in async modules</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a href="f593d98453
"><code>f593d98</code></a> 5.68.0</li>
<li><a href="6f3735c548
"><code>6f3735c</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/webpack/webpack/issues/15279 ">#15279</a> from taranek/docs/array-helpers-docs</li>
<li><a href="04039ca99c
"><code>04039ca</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/webpack/webpack/issues/15284 ">#15284</a> from webpack/feature/<strong>webpack_module</strong></li>
<li><a href="d7a87ab5bc
"><code>d7a87ab</code></a> change <strong>webpack_module_id</strong> to <strong>webpack_module</strong>.id</li>
<li><a href="612de998f1
"><code>612de99</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/webpack/webpack/issues/15282 ">#15282</a> from webpack/feature/<strong>webpack_module</strong></li>
<li><a href="a962d2cedd
"><code>a962d2c</code></a> add <strong>webpack_module</strong> and <strong>webpack_module_id</strong> to the api</li>
<li><a href="5a3760e6d4
"><code>5a3760e</code></a> docs(util): added jsdoc annotations for ArrayHelpers.js</li>
<li><a href="46e8639a6a
"><code>46e8639</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/webpack/webpack/issues/15246 ">#15246</a> from pavelsavara/import_meta_url</li>
<li><a href="1e73ca79c4
"><code>1e73ca7</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/webpack/webpack/issues/15266 ">#15266</a> from webpack/bugfix/throwing-in-async-modules</li>
<li><a href="232403c5e8
"><code>232403c</code></a> fix discussions</li>
<li>Additional commits viewable in <a href="https://github.com/webpack/webpack/compare/v5.67.0...v5.68.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.67.0&new-version=5.68.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>
3 years ago
dependabot[bot]
6777eb4286
Bump css-loader from 6.5.1 to 6.6.0 ( #1817 )
...
Bumps [css-loader](https://github.com/webpack-contrib/css-loader ) from 6.5.1 to 6.6.0.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a href="https://github.com/webpack-contrib/css-loader/releases ">css-loader's releases</a>.</em></p>
<blockquote>
<h2>v6.6.0</h2>
<h2><a href="https://github.com/webpack-contrib/css-loader/compare/v6.5.1...v6.6.0 ">6.6.0</a> (2022-02-02)</h2>
<h3>Features</h3>
<ul>
<li>added the <code>hashStrategy</code> option (<a href="ca4abce74d
">ca4abce</a>)</li>
</ul>
</blockquote>
</details>
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a href="https://github.com/webpack-contrib/css-loader/blob/master/CHANGELOG.md ">css-loader's changelog</a>.</em></p>
<blockquote>
<h2><a href="https://github.com/webpack-contrib/css-loader/compare/v6.5.1...v6.6.0 ">6.6.0</a> (2022-02-02)</h2>
<h3>Features</h3>
<ul>
<li>added the <code>hashStrategy</code> option (<a href="ca4abce74d
">ca4abce</a>)</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a href="5d6be099c3
"><code>5d6be09</code></a> chore(release): v6.6.0</li>
<li><a href="ca4abce74d
"><code>ca4abce</code></a> feat: added the <code>hashStrategy</code> option</li>
<li><a href="32403943d6
"><code>3240394</code></a> ci: fix (<a href="https://github-redirect.dependabot.com/webpack-contrib/css-loader/issues/1413 ">#1413</a>)</li>
<li><a href="c78fe789ef
"><code>c78fe78</code></a> ci: remove install NPM steps (<a href="https://github-redirect.dependabot.com/webpack-contrib/css-loader/issues/1411 ">#1411</a>)</li>
<li><a href="cbe3898876
"><code>cbe3898</code></a> docs: reword sentence (<a href="https://github-redirect.dependabot.com/webpack-contrib/css-loader/issues/1407 ">#1407</a>)</li>
<li><a href="5167ce9634
"><code>5167ce9</code></a> chore: update lint staged config (<a href="https://github-redirect.dependabot.com/webpack-contrib/css-loader/issues/1405 ">#1405</a>)</li>
<li><a href="8ffd14eb44
"><code>8ffd14e</code></a> chore: update dependencies to the latest version (<a href="https://github-redirect.dependabot.com/webpack-contrib/css-loader/issues/1404 ">#1404</a>)</li>
<li><a href="db4d65229b
"><code>db4d652</code></a> chore: update node version (<a href="https://github-redirect.dependabot.com/webpack-contrib/css-loader/issues/1403 ">#1403</a>)</li>
<li><a href="0df1ae95e1
"><code>0df1ae9</code></a> fix: expand lint-staged, use eslint cache (<a href="https://github-redirect.dependabot.com/webpack-contrib/css-loader/issues/1399 ">#1399</a>)</li>
<li><a href="5eb7b80b72
"><code>5eb7b80</code></a> test: fix (<a href="https://github-redirect.dependabot.com/webpack-contrib/css-loader/issues/1400 ">#1400</a>)</li>
<li>See full diff in <a href="https://github.com/webpack-contrib/css-loader/compare/v6.5.1...v6.6.0 ">compare view</a></li>
</ul>
</details>
<br />
[![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=css-loader&package-manager=npm_and_yarn&previous-version=6.5.1&new-version=6.6.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>
3 years ago
dependabot[bot]
fdd23b154b
Bump webpack-dev-server from 4.7.3 to 4.7.4 ( #1816 )
...
Bumps [webpack-dev-server](https://github.com/webpack/webpack-dev-server ) from 4.7.3 to 4.7.4.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a href="https://github.com/webpack/webpack-dev-server/releases ">webpack-dev-server's releases</a>.</em></p>
<blockquote>
<h2>v4.7.4</h2>
<h3><a href="https://github.com/webpack/webpack-dev-server/compare/v4.7.3...v4.7.4 ">4.7.4</a> (2022-02-02)</h3>
<h3>Bug Fixes</h3>
<ul>
<li>add <code>@types/express</code> (<a href="https://github-redirect.dependabot.com/webpack/webpack-dev-server/issues/4226 ">#4226</a>) (<a href="e55f728d3b
">e55f728</a>)</li>
<li>negative descriptions (<a href="https://github-redirect.dependabot.com/webpack/webpack-dev-server/issues/4216 ">#4216</a>) (<a href="fd854c07c2
">fd854c0</a>)</li>
<li>types for the <code>proxy</code> option (<a href="https://github-redirect.dependabot.com/webpack/webpack-dev-server/issues/4173 ">#4173</a>) (<a href="efec2f5bfb
">efec2f5</a>)</li>
<li>use CLI specific description for <code>--open-app-name</code> and <code>--web-socket-server</code> (<a href="https://github-redirect.dependabot.com/webpack/webpack-dev-server/issues/4215 ">#4215</a>) (<a href="329679a434
">329679a</a>)</li>
</ul>
</blockquote>
</details>
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a href="https://github.com/webpack/webpack-dev-server/blob/master/CHANGELOG.md ">webpack-dev-server's changelog</a>.</em></p>
<blockquote>
<h3><a href="https://github.com/webpack/webpack-dev-server/compare/v4.7.3...v4.7.4 ">4.7.4</a> (2022-02-02)</h3>
<h3>Bug Fixes</h3>
<ul>
<li>add <code>@types/express</code> (<a href="https://github-redirect.dependabot.com/webpack/webpack-dev-server/issues/4226 ">#4226</a>) (<a href="e55f728d3b
">e55f728</a>)</li>
<li>negative descriptions (<a href="https://github-redirect.dependabot.com/webpack/webpack-dev-server/issues/4216 ">#4216</a>) (<a href="fd854c07c2
">fd854c0</a>)</li>
<li>types for the <code>proxy</code> option (<a href="https://github-redirect.dependabot.com/webpack/webpack-dev-server/issues/4173 ">#4173</a>) (<a href="efec2f5bfb
">efec2f5</a>)</li>
<li>use CLI specific description for <code>--open-app-name</code> and <code>--web-socket-server</code> (<a href="https://github-redirect.dependabot.com/webpack/webpack-dev-server/issues/4215 ">#4215</a>) (<a href="329679a434
">329679a</a>)</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a href="92c602a7dd
"><code>92c602a</code></a> chore(release): 4.7.4</li>
<li><a href="fd854c07c2
"><code>fd854c0</code></a> fix: negative descriptions (<a href="https://github-redirect.dependabot.com/webpack/webpack-dev-server/issues/4216 ">#4216</a>)</li>
<li><a href="986479369c
"><code>9864793</code></a> chore: update deps (<a href="https://github-redirect.dependabot.com/webpack/webpack-dev-server/issues/4237 ">#4237</a>)</li>
<li><a href="e55f728d3b
"><code>e55f728</code></a> fix: add <code>@types/express</code> (<a href="https://github-redirect.dependabot.com/webpack/webpack-dev-server/issues/4226 ">#4226</a>)</li>
<li><a href="ad1d14c2bd
"><code>ad1d14c</code></a> ci: fix for windows (<a href="https://github-redirect.dependabot.com/webpack/webpack-dev-server/issues/4229 ">#4229</a>)</li>
<li><a href="b9e11ba90a
"><code>b9e11ba</code></a> chore(deps-dev): bump lint-staged</li>
<li><a href="e6eae3e3f7
"><code>e6eae3e</code></a> chore(deps-dev): bump puppeteer</li>
<li><a href="0131cc1919
"><code>0131cc1</code></a> chore(deps): bump http-proxy-middleware</li>
<li><a href="bd3fce8bdc
"><code>bd3fce8</code></a> chore(deps-dev): bump <code>@babel/core</code></li>
<li><a href="72e01c09c5
"><code>72e01c0</code></a> chore(deps-dev): bump webpack-cli</li>
<li>Additional commits viewable in <a href="https://github.com/webpack/webpack-dev-server/compare/v4.7.3...v4.7.4 ">compare view</a></li>
</ul>
</details>
<br />
[![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=webpack-dev-server&package-manager=npm_and_yarn&previous-version=4.7.3&new-version=4.7.4 )](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>
3 years ago
dependabot[bot]
23208d8134
Bump copy-webpack-plugin from 10.2.3 to 10.2.4 ( #1815 )
...
Bumps [copy-webpack-plugin](https://github.com/webpack-contrib/copy-webpack-plugin ) from 10.2.3 to 10.2.4.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a href="https://github.com/webpack-contrib/copy-webpack-plugin/releases ">copy-webpack-plugin's releases</a>.</em></p>
<blockquote>
<h2>v10.2.4</h2>
<h3><a href="https://github.com/webpack-contrib/copy-webpack-plugin/compare/v10.2.3...v10.2.4 ">10.2.4</a> (2022-01-31)</h3>
<h3>Bug Fixes</h3>
<ul>
<li>types (<a href="https://github-redirect.dependabot.com/webpack-contrib/copy-webpack-plugin/issues/666 ">#666</a>) (<a href="a1c2308511
">a1c2308</a>)</li>
</ul>
</blockquote>
</details>
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a href="https://github.com/webpack-contrib/copy-webpack-plugin/blob/master/CHANGELOG.md ">copy-webpack-plugin's changelog</a>.</em></p>
<blockquote>
<h3><a href="https://github.com/webpack-contrib/copy-webpack-plugin/compare/v10.2.3...v10.2.4 ">10.2.4</a> (2022-01-31)</h3>
<h3>Bug Fixes</h3>
<ul>
<li>types (<a href="https://github-redirect.dependabot.com/webpack-contrib/copy-webpack-plugin/issues/666 ">#666</a>) (<a href="a1c2308511
">a1c2308</a>)</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a href="18b1ea5c50
"><code>18b1ea5</code></a> chore(release): 10.2.4</li>
<li><a href="a1c2308511
"><code>a1c2308</code></a> fix: types (<a href="https://github-redirect.dependabot.com/webpack-contrib/copy-webpack-plugin/issues/666 ">#666</a>)</li>
<li>See full diff in <a href="https://github.com/webpack-contrib/copy-webpack-plugin/compare/v10.2.3...v10.2.4 ">compare view</a></li>
</ul>
</details>
<br />
[![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=copy-webpack-plugin&package-manager=npm_and_yarn&previous-version=10.2.3&new-version=10.2.4 )](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>
3 years ago
dependabot[bot]
f685a6757d
Bump copy-webpack-plugin from 10.2.2 to 10.2.3 ( #1810 )
...
Bumps [copy-webpack-plugin](https://github.com/webpack-contrib/copy-webpack-plugin ) from 10.2.2 to 10.2.3.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a href="https://github.com/webpack-contrib/copy-webpack-plugin/releases ">copy-webpack-plugin's releases</a>.</em></p>
<blockquote>
<h2>v10.2.3</h2>
<h3><a href="https://github.com/webpack-contrib/copy-webpack-plugin/compare/v10.2.2...v10.2.3 ">10.2.3</a> (2022-01-29)</h3>
<h3>Bug Fixes</h3>
<ul>
<li>async <code>to</code> support (<a href="fd095fb793
">fd095fb</a>)</li>
</ul>
</blockquote>
</details>
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a href="https://github.com/webpack-contrib/copy-webpack-plugin/blob/master/CHANGELOG.md ">copy-webpack-plugin's changelog</a>.</em></p>
<blockquote>
<h3><a href="https://github.com/webpack-contrib/copy-webpack-plugin/compare/v10.2.2...v10.2.3 ">10.2.3</a> (2022-01-29)</h3>
<h3>Bug Fixes</h3>
<ul>
<li>async <code>to</code> support (<a href="fd095fb793
">fd095fb</a>)</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a href="9a5a4c44ef
"><code>9a5a4c4</code></a> chore(release): 10.2.3</li>
<li><a href="fd095fb793
"><code>fd095fb</code></a> fix: async <code>to</code> support</li>
<li>See full diff in <a href="https://github.com/webpack-contrib/copy-webpack-plugin/compare/v10.2.2...v10.2.3 ">compare view</a></li>
</ul>
</details>
<br />
[![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=copy-webpack-plugin&package-manager=npm_and_yarn&previous-version=10.2.2&new-version=10.2.3 )](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>
3 years ago
Iban Eguia
e37cb6c9f6
Updated dependencies ( #1803 )
...
The main idea behind this is to upgrade the Unicode version from 13 to 14. I also upgraded the rest of the dependencies, so this closes #1802 , #1800 and #1799 .
3 years ago
dependabot[bot]
4b5319c529
Bump webpack from 5.65.0 to 5.66.0 ( #1780 )
...
Bumps [webpack](https://github.com/webpack/webpack ) from 5.65.0 to 5.66.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.66.0</h2>
<h1>Features</h1>
<ul>
<li>add <code>output.library.type: "commonjs-static"</code> to emit a statically analyse-able commonjs module (for node.js esm interop support)</li>
<li>add <code>experiments.css</code> (very experimental)
<ul>
<li>see <a href="https://github-redirect.dependabot.com/webpack/webpack/issues/14893 ">webpack/webpack#14893</a></li>
</ul>
</li>
</ul>
<h1>Bugfixes</h1>
<ul>
<li>fix CORS headers for <code>experiments.lazyCompilation</code></li>
<li>fix <code>[absolute-resource-path]</code> for SourceMap module naming</li>
<li>avoid stack overflow when accessing many memory cached cache values in series</li>
</ul>
<h1>Performance</h1>
<ul>
<li>reduce default <code>watchOptions.aggregateTimeout</code> to 20ms</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a href="0105bc1f00
"><code>0105bc1</code></a> 5.66.0</li>
<li><a href="753fdea847
"><code>753fdea</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/webpack/webpack/issues/15047 ">#15047</a> from dtanders/Fix-MultiItemCache-Stack-Exhaustion</li>
<li><a href="149333f210
"><code>149333f</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/webpack/webpack/issues/14998 ">#14998</a> from JakobJingleheimer/support-cjs-static-named-exp...</li>
<li><a href="016ec7bcdb
"><code>016ec7b</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/webpack/webpack/issues/15010 ">#15010</a> from webpack/test/large-cache-file</li>
<li><a href="83a0e611c4
"><code>83a0e61</code></a> update cli snapshot</li>
<li><a href="2f2991a967
"><code>2f2991a</code></a> Merge branch 'main' into support-cjs-static-named-exports</li>
<li><a href="102014bf54
"><code>102014b</code></a> fix target expression</li>
<li><a href="5929bfcf35
"><code>5929bfc</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/webpack/webpack/issues/15041 ">#15041</a> from markjm/markjm/aggregate-timeout</li>
<li><a href="b54f2ac65c
"><code>b54f2ac</code></a> use forEachBail from enhanced-resolve</li>
<li><a href="98887e42fc
"><code>98887e4</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/webpack/webpack/issues/14434 ">#14434</a> from buzuosheng/fix-chunkId</li>
<li>Additional commits viewable in <a href="https://github.com/webpack/webpack/compare/v5.65.0...v5.66.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.65.0&new-version=5.66.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>
3 years ago
dependabot[bot]
1218241a19
Bump webpack-dev-server from 4.7.2 to 4.7.3 ( #1779 )
...
Bumps [webpack-dev-server](https://github.com/webpack/webpack-dev-server ) from 4.7.2 to 4.7.3.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a href="https://github.com/webpack/webpack-dev-server/releases ">webpack-dev-server's releases</a>.</em></p>
<blockquote>
<h2>v4.7.3</h2>
<h3><a href="https://github.com/webpack/webpack-dev-server/compare/v4.7.2...v4.7.3 ">4.7.3</a> (2022-01-11)</h3>
<h3>Security</h3>
<ul>
<li>update <code>selfsigned</code> to <code>2.0.0</code> version</li>
</ul>
</blockquote>
</details>
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a href="https://github.com/webpack/webpack-dev-server/blob/master/CHANGELOG.md ">webpack-dev-server's changelog</a>.</em></p>
<blockquote>
<h3><a href="https://github.com/webpack/webpack-dev-server/compare/v4.7.2...v4.7.3 ">4.7.3</a> (2022-01-11)</h3>
<h3>Security</h3>
<ul>
<li>update <code>selfsigned</code> to <code>2.0.0</code> version</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a href="d834582b99
"><code>d834582</code></a> chore(release): 4.7.3</li>
<li><a href="7b8c85b90d
"><code>7b8c85b</code></a> chore(deps): update <code>selfsigned</code> (<a href="https://github-redirect.dependabot.com/webpack/webpack-dev-server/issues/4170 ">#4170</a>)</li>
<li><a href="d5983258e6
"><code>d598325</code></a> chore: fix lint</li>
<li><a href="c1907f15d2
"><code>c1907f1</code></a> refactor: remove redundant <code>if</code> statements (<a href="https://github-redirect.dependabot.com/webpack/webpack-dev-server/issues/4158 ">#4158</a>)</li>
<li><a href="e535f252dc
"><code>e535f25</code></a> ci: debug (<a href="https://github-redirect.dependabot.com/webpack/webpack-dev-server/issues/4144 ">#4144</a>)</li>
<li>See full diff in <a href="https://github.com/webpack/webpack-dev-server/compare/v4.7.2...v4.7.3 ">compare view</a></li>
</ul>
</details>
<br />
[![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=webpack-dev-server&package-manager=npm_and_yarn&previous-version=4.7.2&new-version=4.7.3 )](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>
3 years ago
dependabot[bot]
d831ff3dc5
Bump webpack-dev-server from 4.7.1 to 4.7.2 ( #1766 )
...
Bumps [webpack-dev-server](https://github.com/webpack/webpack-dev-server ) from 4.7.1 to 4.7.2.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a href="https://github.com/webpack/webpack-dev-server/releases ">webpack-dev-server's releases</a>.</em></p>
<blockquote>
<h2>v4.7.2</h2>
<h3><a href="https://github.com/webpack/webpack-dev-server/compare/v4.7.1...v4.7.2 ">4.7.2</a> (2021-12-29)</h3>
<h3>Bug Fixes</h3>
<ul>
<li>apply <code>onAfterSetupMiddleware</code> after <code>setupMiddlewares</code> (as behavior earlier) (<a href="f6bc644bb8
">f6bc644</a>)</li>
</ul>
</blockquote>
</details>
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a href="https://github.com/webpack/webpack-dev-server/blob/master/CHANGELOG.md ">webpack-dev-server's changelog</a>.</em></p>
<blockquote>
<h3><a href="https://github.com/webpack/webpack-dev-server/compare/v4.7.1...v4.7.2 ">4.7.2</a> (2021-12-29)</h3>
<h3>Bug Fixes</h3>
<ul>
<li>apply <code>onAfterSetupMiddleware</code> after <code>setupMiddlewares</code> (as behavior earlier) (<a href="f6bc644bb8
">f6bc644</a>)</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a href="75999bb9bb
"><code>75999bb</code></a> chore(release): 4.7.2</li>
<li><a href="90a96f7bd8
"><code>90a96f7</code></a> ci: fix (<a href="https://github-redirect.dependabot.com/webpack/webpack-dev-server/issues/4143 ">#4143</a>)</li>
<li><a href="f6bc644bb8
"><code>f6bc644</code></a> fix: compatible with <code>onAfterSetupMiddleware</code></li>
<li><a href="317e4b9d5c
"><code>317e4b9</code></a> docs: fix testing instructions (<a href="https://github-redirect.dependabot.com/webpack/webpack-dev-server/issues/4133 ">#4133</a>)</li>
<li><a href="ff4550e498
"><code>ff4550e</code></a> test: remove redundant test cases related to 3rd party code (<a href="https://github-redirect.dependabot.com/webpack/webpack-dev-server/issues/4131 ">#4131</a>)</li>
<li><a href="0dd1ee6dcf
"><code>0dd1ee6</code></a> test: add e2e tests for <code>setupExitSignals</code> option (<a href="https://github-redirect.dependabot.com/webpack/webpack-dev-server/issues/4130 ">#4130</a>)</li>
<li>See full diff in <a href="https://github.com/webpack/webpack-dev-server/compare/v4.7.1...v4.7.2 ">compare view</a></li>
</ul>
</details>
<br />
[![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=webpack-dev-server&package-manager=npm_and_yarn&previous-version=4.7.1&new-version=4.7.2 )](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>
3 years ago
dependabot[bot]
baa272c9bb
Bump webpack-dev-server from 4.6.0 to 4.7.1 ( #1759 )
...
Bumps [webpack-dev-server](https://github.com/webpack/webpack-dev-server ) from 4.6.0 to 4.7.1.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a href="https://github.com/webpack/webpack-dev-server/releases ">webpack-dev-server's releases</a>.</em></p>
<blockquote>
<h2>v4.7.1</h2>
<h3><a href="https://github.com/webpack/webpack-dev-server/compare/v4.7.0...v4.7.1 ">4.7.1</a> (2021-12-22)</h3>
<h3>Bug Fixes</h3>
<ul>
<li>removed <code>url</code> package, fixed compatibility with future webpack defaults (<a href="https://github-redirect.dependabot.com/webpack/webpack-dev-server/issues/4132 ">#4132</a>) (<a href="4e5d8eae65
">4e5d8ea</a>)</li>
</ul>
<h2>v4.7.0</h2>
<h2><a href="https://github.com/webpack/webpack-dev-server/compare/v4.6.0...v4.7.0 ">4.7.0</a> (2021-12-21)</h2>
<h3>Features</h3>
<ul>
<li>added the <code>setupMiddlewares</code> option and deprecated <code>onAfterSetupMiddleware</code> and <code>onBeforeSetupMiddleware</code> options (<a href="https://github-redirect.dependabot.com/webpack/webpack-dev-server/issues/4068 ">#4068</a>) (<a href="c13aa56065
">c13aa56</a>)</li>
<li>added types (<a href="8f02c3f3d6
">8f02c3f</a>)</li>
<li>show deprecation warning for <code>cacert</code> option (<a href="https://github-redirect.dependabot.com/webpack/webpack-dev-server/issues/4115 ">#4115</a>) (<a href="c73ddfb934
">c73ddfb</a>)</li>
</ul>
<h3>Bug Fixes</h3>
<ul>
<li>add description for <code>watchFiles</code> options (<a href="https://github-redirect.dependabot.com/webpack/webpack-dev-server/issues/4057 ">#4057</a>) (<a href="75f381751e
">75f3817</a>)</li>
<li>allow passing options for custom server (<a href="https://github-redirect.dependabot.com/webpack/webpack-dev-server/issues/4110 ">#4110</a>) (<a href="fc8bed9525
">fc8bed9</a>)</li>
<li>correct schema for <code>ClientLogging</code> (<a href="https://github-redirect.dependabot.com/webpack/webpack-dev-server/issues/4084 ">#4084</a>) (<a href="9b7ae7b5f4
">9b7ae7b</a>)</li>
<li>mark <code>--open-app</code> deprecated in favor of <code>--open-app-name</code> (<a href="https://github-redirect.dependabot.com/webpack/webpack-dev-server/issues/4091 ">#4091</a>) (<a href="693c28a049
">693c28a</a>)</li>
<li>show deprecation warning for both <code>https</code> and <code>http2</code> (<a href="https://github-redirect.dependabot.com/webpack/webpack-dev-server/issues/4069 ">#4069</a>) (<a href="d8d5d71c8c
">d8d5d71</a>)</li>
<li>update <code>--web-socket-server</code> description (<a href="https://github-redirect.dependabot.com/webpack/webpack-dev-server/issues/4098 ">#4098</a>) (<a href="65955e96cf
">65955e9</a>)</li>
<li>update <code>listen</code> and <code>close</code> deprecation warning message (<a href="https://github-redirect.dependabot.com/webpack/webpack-dev-server/issues/4097 ">#4097</a>) (<a href="b217a191d0
">b217a19</a>)</li>
<li>update descriptions of <code>https</code> and <code>server</code> options (<a href="https://github-redirect.dependabot.com/webpack/webpack-dev-server/issues/4094 ">#4094</a>) (<a href="f97c9e2df4
">f97c9e2</a>)</li>
</ul>
</blockquote>
</details>
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a href="https://github.com/webpack/webpack-dev-server/blob/master/CHANGELOG.md ">webpack-dev-server's changelog</a>.</em></p>
<blockquote>
<h3><a href="https://github.com/webpack/webpack-dev-server/compare/v4.7.0...v4.7.1 ">4.7.1</a> (2021-12-22)</h3>
<h3>Bug Fixes</h3>
<ul>
<li>removed <code>url</code> package, fixed compatibility with future webpack defaults (<a href="https://github-redirect.dependabot.com/webpack/webpack-dev-server/issues/4132 ">#4132</a>) (<a href="4e5d8eae65
">4e5d8ea</a>)</li>
</ul>
<h2><a href="https://github.com/webpack/webpack-dev-server/compare/v4.6.0...v4.7.0 ">4.7.0</a> (2021-12-21)</h2>
<h3>Features</h3>
<ul>
<li>added the <code>setupMiddlewares</code> option and deprecated <code>onAfterSetupMiddleware</code> and <code>onBeforeSetupMiddleware</code> options (<a href="https://github-redirect.dependabot.com/webpack/webpack-dev-server/issues/4068 ">#4068</a>) (<a href="c13aa56065
">c13aa56</a>)</li>
<li>added types (<a href="8f02c3f3d6
">8f02c3f</a>)</li>
<li>show deprecation warning for <code>cacert</code> option (<a href="https://github-redirect.dependabot.com/webpack/webpack-dev-server/issues/4115 ">#4115</a>) (<a href="c73ddfb934
">c73ddfb</a>)</li>
</ul>
<h3>Bug Fixes</h3>
<ul>
<li>add description for <code>watchFiles</code> options (<a href="https://github-redirect.dependabot.com/webpack/webpack-dev-server/issues/4057 ">#4057</a>) (<a href="75f381751e
">75f3817</a>)</li>
<li>allow passing options for custom server (<a href="https://github-redirect.dependabot.com/webpack/webpack-dev-server/issues/4110 ">#4110</a>) (<a href="fc8bed9525
">fc8bed9</a>)</li>
<li>correct schema for <code>ClientLogging</code> (<a href="https://github-redirect.dependabot.com/webpack/webpack-dev-server/issues/4084 ">#4084</a>) (<a href="9b7ae7b5f4
">9b7ae7b</a>)</li>
<li>mark <code>--open-app</code> deprecated in favor of <code>--open-app-name</code> (<a href="https://github-redirect.dependabot.com/webpack/webpack-dev-server/issues/4091 ">#4091</a>) (<a href="693c28a049
">693c28a</a>)</li>
<li>show deprecation warning for both <code>https</code> and <code>http2</code> (<a href="https://github-redirect.dependabot.com/webpack/webpack-dev-server/issues/4069 ">#4069</a>) (<a href="d8d5d71c8c
">d8d5d71</a>)</li>
<li>update <code>--web-socket-server</code> description (<a href="https://github-redirect.dependabot.com/webpack/webpack-dev-server/issues/4098 ">#4098</a>) (<a href="65955e96cf
">65955e9</a>)</li>
<li>update <code>listen</code> and <code>close</code> deprecation warning message (<a href="https://github-redirect.dependabot.com/webpack/webpack-dev-server/issues/4097 ">#4097</a>) (<a href="b217a191d0
">b217a19</a>)</li>
<li>update descriptions of <code>https</code> and <code>server</code> options (<a href="https://github-redirect.dependabot.com/webpack/webpack-dev-server/issues/4094 ">#4094</a>) (<a href="f97c9e2df4
">f97c9e2</a>)</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a href="afe49753b9
"><code>afe4975</code></a> chore(release): 4.1.7</li>
<li><a href="4e5d8eae65
"><code>4e5d8ea</code></a> fix: droped <code>url</code> package (<a href="https://github-redirect.dependabot.com/webpack/webpack-dev-server/issues/4132 ">#4132</a>)</li>
<li><a href="b0c98f047e
"><code>b0c98f0</code></a> chore(release): 4.7.0</li>
<li><a href="3138213401
"><code>3138213</code></a> chore(deps): update (<a href="https://github-redirect.dependabot.com/webpack/webpack-dev-server/issues/4127 ">#4127</a>)</li>
<li><a href="8f02c3f3d6
"><code>8f02c3f</code></a> feat: added types</li>
<li><a href="f4fb15f14c
"><code>f4fb15f</code></a> fix: update description of <code>onAfterSetupMiddleware</code> and `onBeforeSetupMiddlew...</li>
<li><a href="37b73d5f7d
"><code>37b73d5</code></a> test: add e2e test for <code>WEBPACK_SERVE</code> env variable (<a href="https://github-redirect.dependabot.com/webpack/webpack-dev-server/issues/4125 ">#4125</a>)</li>
<li><a href="f5a9d05f38
"><code>f5a9d05</code></a> chore(deps-dev): bump eslint from 8.4.1 to 8.5.0 (<a href="https://github-redirect.dependabot.com/webpack/webpack-dev-server/issues/4121 ">#4121</a>)</li>
<li><a href="c9b959fe15
"><code>c9b959f</code></a> chore(deps): bump ws from 8.3.0 to 8.4.0 (<a href="https://github-redirect.dependabot.com/webpack/webpack-dev-server/issues/4124 ">#4124</a>)</li>
<li><a href="42208aab74
"><code>42208aa</code></a> chore(deps-dev): bump lint-staged from 12.1.2 to 12.1.3 (<a href="https://github-redirect.dependabot.com/webpack/webpack-dev-server/issues/4122 ">#4122</a>)</li>
<li>Additional commits viewable in <a href="https://github.com/webpack/webpack-dev-server/compare/v4.6.0...v4.7.1 ">compare view</a></li>
</ul>
</details>
<br />
[![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=webpack-dev-server&package-manager=npm_and_yarn&previous-version=4.6.0&new-version=4.7.1 )](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>
3 years ago
dependabot[bot]
fed019d94f
Bump copy-webpack-plugin from 10.1.0 to 10.2.0 ( #1749 )
...
Bumps [copy-webpack-plugin](https://github.com/webpack-contrib/copy-webpack-plugin ) from 10.1.0 to 10.2.0.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a href="https://github.com/webpack-contrib/copy-webpack-plugin/releases ">copy-webpack-plugin's releases</a>.</em></p>
<blockquote>
<h2>v10.2.0</h2>
<h2><a href="https://github.com/webpack-contrib/copy-webpack-plugin/compare/v10.1.0...v10.2.0 ">10.2.0</a> (2021-12-16)</h2>
<h3>Features</h3>
<ul>
<li>removed cjs wrapper and generated types in commonjs format (<code>export =</code> and <code>namespaces</code> used in types), now you can directly use exported types (<a href="https://github-redirect.dependabot.com/webpack-contrib/copy-webpack-plugin/issues/654 ">#654</a>) (<a href="590100688f
">5901006</a>)</li>
</ul>
</blockquote>
</details>
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a href="https://github.com/webpack-contrib/copy-webpack-plugin/blob/master/CHANGELOG.md ">copy-webpack-plugin's changelog</a>.</em></p>
<blockquote>
<h2><a href="https://github.com/webpack-contrib/copy-webpack-plugin/compare/v10.1.0...v10.2.0 ">10.2.0</a> (2021-12-16)</h2>
<h3>Features</h3>
<ul>
<li>removed cjs wrapper and generated types in commonjs format (<code>export =</code> and <code>namespaces</code> used in types), now you can directly use exported types (<a href="https://github-redirect.dependabot.com/webpack-contrib/copy-webpack-plugin/issues/654 ">#654</a>) (<a href="590100688f
">5901006</a>)</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a href="3b65dc34a8
"><code>3b65dc3</code></a> chore(release): 10.2.0</li>
<li><a href="590100688f
"><code>5901006</code></a> feat: drop cjs wrapper (<a href="https://github-redirect.dependabot.com/webpack-contrib/copy-webpack-plugin/issues/654 ">#654</a>)</li>
<li>See full diff in <a href="https://github.com/webpack-contrib/copy-webpack-plugin/compare/v10.1.0...v10.2.0 ">compare view</a></li>
</ul>
</details>
<br />
[![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=copy-webpack-plugin&package-manager=npm_and_yarn&previous-version=10.1.0&new-version=10.2.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>
3 years ago
dependabot[bot]
574bedb5fc
Bump monaco-editor from 0.31.0 to 0.31.1 ( #1744 )
...
Bumps [monaco-editor](https://github.com/microsoft/monaco-editor ) from 0.31.0 to 0.31.1.
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a href="https://github.com/microsoft/monaco-editor/blob/main/CHANGELOG.md ">monaco-editor's changelog</a>.</em></p>
<blockquote>
<h2>[0.31.1] (14.12.2021)</h2>
<ul>
<li>Fixes <a href="https://github-redirect.dependabot.com/microsoft/monaco-editor/issues/2822 ">a problem with missing colors</a></li>
<li>Fixes <a href="https://github-redirect.dependabot.com/microsoft/vscode/issues/138887 ">a problem with scheduling background tokenization</a></li>
<li>Improves TypeScript's ESM worker.</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li>See full diff in <a href="https://github.com/microsoft/monaco-editor/commits ">compare view</a></li>
</ul>
</details>
<br />
[![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=monaco-editor&package-manager=npm_and_yarn&previous-version=0.31.0&new-version=0.31.1 )](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>
3 years ago
dependabot[bot]
a64bffeaa8
Bump copy-webpack-plugin from 10.0.0 to 10.1.0 ( #1738 )
...
Bumps [copy-webpack-plugin](https://github.com/webpack-contrib/copy-webpack-plugin ) from 10.0.0 to 10.1.0.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a href="https://github.com/webpack-contrib/copy-webpack-plugin/releases ">copy-webpack-plugin's releases</a>.</em></p>
<blockquote>
<h2>v10.1.0</h2>
<h2><a href="https://github.com/webpack-contrib/copy-webpack-plugin/compare/v10.0.0...v10.1.0 ">10.1.0</a> (2021-12-10)</h2>
<h3>Features</h3>
<ul>
<li>added types (<a href="https://github-redirect.dependabot.com/webpack-contrib/copy-webpack-plugin/issues/650 ">#650</a>) (<a href="1aa5b2d2dd
">1aa5b2d</a>)</li>
</ul>
</blockquote>
</details>
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a href="https://github.com/webpack-contrib/copy-webpack-plugin/blob/master/CHANGELOG.md ">copy-webpack-plugin's changelog</a>.</em></p>
<blockquote>
<h2><a href="https://github.com/webpack-contrib/copy-webpack-plugin/compare/v10.0.0...v10.1.0 ">10.1.0</a> (2021-12-10)</h2>
<h3>Features</h3>
<ul>
<li>added types (<a href="https://github-redirect.dependabot.com/webpack-contrib/copy-webpack-plugin/issues/650 ">#650</a>) (<a href="1aa5b2d2dd
">1aa5b2d</a>)</li>
</ul>
<h3>Bug Fixes</h3>
<ul>
<li>expand lint-staged (<a href="https://github-redirect.dependabot.com/webpack-contrib/copy-webpack-plugin/issues/649 ">#649</a>) (<a href="f8aad69ac4
">f8aad69</a>)</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a href="d6a6cdbba1
"><code>d6a6cdb</code></a> chore: fix types (<a href="https://github-redirect.dependabot.com/webpack-contrib/copy-webpack-plugin/issues/651 ">#651</a>)</li>
<li><a href="5f58c845e7
"><code>5f58c84</code></a> chore(release): 10.1.0</li>
<li><a href="1aa5b2d2dd
"><code>1aa5b2d</code></a> feat: added types (<a href="https://github-redirect.dependabot.com/webpack-contrib/copy-webpack-plugin/issues/650 ">#650</a>)</li>
<li><a href="f8aad69ac4
"><code>f8aad69</code></a> fix: expand lint-staged (<a href="https://github-redirect.dependabot.com/webpack-contrib/copy-webpack-plugin/issues/649 ">#649</a>)</li>
<li>See full diff in <a href="https://github.com/webpack-contrib/copy-webpack-plugin/compare/v10.0.0...v10.1.0 ">compare view</a></li>
</ul>
</details>
<br />
[![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=copy-webpack-plugin&package-manager=npm_and_yarn&previous-version=10.0.0&new-version=10.1.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>
3 years ago