Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore(deps-dev): bump mini-css-extract-plugin from 2.8.1 to 2.9.1 (#1017
) [//]: # (dependabot-start)⚠️ **Dependabot is rebasing this PR**⚠️ Rebasing might not happen immediately, so don't worry if this takes some time. Note: if you make any changes to this PR yourself, they will take precedence over the rebase. --- [//]: # (dependabot-end) Bumps [mini-css-extract-plugin](https://github.com/webpack-contrib/mini-css-extract-plugin) from 2.8.1 to 2.9.1. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/webpack-contrib/mini-css-extract-plugin/releases">mini-css-extract-plugin's releases</a>.</em></p> <blockquote> <h2>v2.9.1</h2> <h3><a href="https://github.com/webpack-contrib/mini-css-extract-plugin/compare/v2.9.0...v2.9.1">2.9.1</a> (2024-08-19)</h3> <h3>Bug Fixes</h3> <ul> <li>add <code>export default {}</code> when CSS modules enabled and a file is empty for the <code>defaultExport</code> option (<a href="https://github.com/webpack-contrib/mini-css-extract-plugin/commit/8f77e19a89eca97b05f1855d2c851592e98ff774">8f77e19</a>)</li> </ul> <h2>v2.9.0</h2> <h2><a href="https://github.com/webpack-contrib/mini-css-extract-plugin/compare/v2.8.1...v2.9.0">2.9.0</a> (2024-04-16)</h2> <h3>Features</h3> <ul> <li>add support for link preload/prefetch (<a href="https://redirect.github.com/webpack-contrib/mini-css-extract-plugin/issues/1043">#1043</a>) (<a href="https://github.com/webpack-contrib/mini-css-extract-plugin/commit/ee25e51a8d06292dd8643f5bf1d6c4faa51c4f4c">ee25e51</a>)</li> <li>added the <code>defaultExport</code> option to generate default and named export together (<a href="https://redirect.github.com/webpack-contrib/mini-css-extract-plugin/issues/1084">#1084</a>) (<a href="https://github.com/webpack-contrib/mini-css-extract-plugin/commit/74ae78184fb5bfeec23b9d254ff8304c6fc854d6">74ae781</a>)</li> </ul> <h3>Bug Fixes</h3> <ul> <li>avoid reloading all csses when hot load (<a href="https://redirect.github.com/webpack-contrib/mini-css-extract-plugin/issues/1090">#1090</a>) (<a href="https://github.com/webpack-contrib/mini-css-extract-plugin/commit/1a56673d01c441967134beb5d9500a7d6d62e4de">1a56673</a>)</li> </ul> </blockquote> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/webpack-contrib/mini-css-extract-plugin/blob/master/CHANGELOG.md">mini-css-extract-plugin's changelog</a>.</em></p> <blockquote> <h3><a href="https://github.com/webpack-contrib/mini-css-extract-plugin/compare/v2.9.0...v2.9.1">2.9.1</a> (2024-08-19)</h3> <h3>Bug Fixes</h3> <ul> <li>add <code>export default {}</code> when CSS modules enabled and a file is empty for the <code>defaultExport</code> option (<a href="https://github.com/webpack-contrib/mini-css-extract-plugin/commit/8f77e19a89eca97b05f1855d2c851592e98ff774">8f77e19</a>)</li> </ul> <h2><a href="https://github.com/webpack-contrib/mini-css-extract-plugin/compare/v2.8.1...v2.9.0">2.9.0</a> (2024-04-16)</h2> <h3>Features</h3> <ul> <li>add support for link preload/prefetch (<a href="https://redirect.github.com/webpack-contrib/mini-css-extract-plugin/issues/1043">#1043</a>) (<a href="https://github.com/webpack-contrib/mini-css-extract-plugin/commit/ee25e51a8d06292dd8643f5bf1d6c4faa51c4f4c">ee25e51</a>)</li> <li>added the <code>defaultExport</code> option to generate default and named export together (<a href="https://redirect.github.com/webpack-contrib/mini-css-extract-plugin/issues/1084">#1084</a>) (<a href="https://github.com/webpack-contrib/mini-css-extract-plugin/commit/74ae78184fb5bfeec23b9d254ff8304c6fc854d6">74ae781</a>)</li> </ul> <h3>Bug Fixes</h3> <ul> <li>avoid reloading all csses when hot load (<a href="https://redirect.github.com/webpack-contrib/mini-css-extract-plugin/issues/1090">#1090</a>) (<a href="https://github.com/webpack-contrib/mini-css-extract-plugin/commit/1a56673d01c441967134beb5d9500a7d6d62e4de">1a56673</a>)</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/webpack-contrib/mini-css-extract-plugin/commit/00cdedb1998017631db74e312f52177efe042cd4"><code>00cdedb</code></a> chore(release): 2.9.1</li> <li><a href="https://github.com/webpack-contrib/mini-css-extract-plugin/commit/8f77e19a89eca97b05f1855d2c851592e98ff774"><code>8f77e19</code></a> fix: add <code>export default {}</code> when CSS modules enabled and a file is empty for...</li> <li><a href="https://github.com/webpack-contrib/mini-css-extract-plugin/commit/3df97b62778fc4586c5198b9f3a447dc65979529"><code>3df97b6</code></a> docs: update github syntax of note (<a href="https://redirect.github.com/webpack-contrib/mini-css-extract-plugin/issues/1102">#1102</a>)</li> <li><a href="https://github.com/webpack-contrib/mini-css-extract-plugin/commit/727427b957770d329bc3f841b62df498f794a785"><code>727427b</code></a> docs: fix example of the namedExport (<a href="https://redirect.github.com/webpack-contrib/mini-css-extract-plugin/issues/1103">#1103</a>)</li> <li><a href="https://github.com/webpack-contrib/mini-css-extract-plugin/commit/aab1b12700c25bedeec90e9c82018c0cf3f8fd4e"><code>aab1b12</code></a> ci: fix (<a href="https://redirect.github.com/webpack-contrib/mini-css-extract-plugin/issues/1099">#1099</a>)</li> <li><a href="https://github.com/webpack-contrib/mini-css-extract-plugin/commit/7cc27899d6695e083027de1988aa2e21d47a2334"><code>7cc2789</code></a> chore(release): 2.9.0</li> <li><a href="https://github.com/webpack-contrib/mini-css-extract-plugin/commit/29f0b91375a3a97bc1b10c7f4e37728862964d92"><code>29f0b91</code></a> test: fix (<a href="https://redirect.github.com/webpack-contrib/mini-css-extract-plugin/issues/1096">#1096</a>)</li> <li><a href="https://github.com/webpack-contrib/mini-css-extract-plugin/commit/ee25e51a8d06292dd8643f5bf1d6c4faa51c4f4c"><code>ee25e51</code></a> feat: add support for link preload/prefetch (<a href="https://redirect.github.com/webpack-contrib/mini-css-extract-plugin/issues/1043">#1043</a>)</li> <li><a href="https://github.com/webpack-contrib/mini-css-extract-plugin/commit/1a56673d01c441967134beb5d9500a7d6d62e4de"><code>1a56673</code></a> fix: avoid reloading all csses when hot load (<a href="https://redirect.github.com/webpack-contrib/mini-css-extract-plugin/issues/1090">#1090</a>)</li> <li><a href="https://github.com/webpack-contrib/mini-css-extract-plugin/commit/e73061d06f43e7b8e3ee14acdc5b7e999dbc04f5"><code>e73061d</code></a> chore: update dependencies to the latest version (<a href="https://redirect.github.com/webpack-contrib/mini-css-extract-plugin/issues/1095">#1095</a>)</li> <li>Additional commits viewable in <a href="https://github.com/webpack-contrib/mini-css-extract-plugin/compare/v2.8.1...v2.9.1">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=mini-css-extract-plugin&package-manager=npm_and_yarn&previous-version=2.8.1&new-version=2.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 show <dependency name> ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) </details> Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
- Loading branch information