Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Bump css-loader from 6.8.1 to 6.10.0 in /support-figma/extended-layou…
…t-plugin (#909) Bumps [css-loader](https://github.com/webpack-contrib/css-loader) from 6.8.1 to 6.10.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.10.0</h2> <h2><a href="https://github.com/webpack-contrib/css-loader/compare/v6.9.1...v6.10.0">6.10.0</a> (2024-01-30)</h2> <h3>Features</h3> <ul> <li>add <code>@rspack/core</code> as an optional peer dependency (<a href="https://redirect.github.com/webpack-contrib/css-loader/issues/1568">#1568</a>) (<a href="https://github.com/webpack-contrib/css-loader/commit/3924679cb9a8f31996c742290a71a3446c9782b9">3924679</a>)</li> <li>pass the <code>resourceQuery</code> and <code>resourceFragment</code> to the <code>auto</code> and <code>mode</code> callback (<a href="https://redirect.github.com/webpack-contrib/css-loader/issues/1569">#1569</a>) (<a href="https://github.com/webpack-contrib/css-loader/commit/d641c4d48264518dfeb77d7e1e8ef03bbb09b645">d641c4d</a>)</li> <li>support named exports with any characters (<a href="https://github.com/webpack-contrib/css-loader/commit/6f439299838eab7e6fb18f6e9f47b9dee2208463">6f43929</a>)</li> </ul> <h2>v6.9.1</h2> <h3><a href="https://github.com/webpack-contrib/css-loader/compare/v6.9.0...v6.9.1">6.9.1</a> (2024-01-18)</h3> <h3>Bug Fixes</h3> <ul> <li>css nesting support</li> <li><code>@scope</code> at-rule support</li> </ul> <h2>v6.9.0</h2> <h2><a href="https://github.com/webpack-contrib/css-loader/compare/v6.8.1...v6.9.0">6.9.0</a> (2024-01-09)</h2> <h3>Features</h3> <ul> <li>updated generateExportEntry to expose node details (<a href="https://redirect.github.com/webpack-contrib/css-loader/issues/1556">#1556</a>) (<a href="https://github.com/webpack-contrib/css-loader/commit/05002f39e29afd7e12f9efca4d073bc23e3d2150">05002f3</a>)</li> </ul> <h3>Bug Fixes</h3> <ul> <li>css experiment detection (<a href="https://redirect.github.com/webpack-contrib/css-loader/issues/1559">#1559</a>) (<a href="https://github.com/webpack-contrib/css-loader/commit/f2cfe30a8f6b0053a268c0d9c1943bb3c8f01338">f2cfe30</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.9.1...v6.10.0">6.10.0</a> (2024-01-30)</h2> <h3>Features</h3> <ul> <li>add <code>@rspack/core</code> as an optional peer dependency (<a href="https://redirect.github.com/webpack-contrib/css-loader/issues/1568">#1568</a>) (<a href="https://github.com/webpack-contrib/css-loader/commit/3924679cb9a8f31996c742290a71a3446c9782b9">3924679</a>)</li> <li>pass the <code>resourceQuery</code> and <code>resourceFragment</code> to the <code>auto</code> and <code>mode</code> callback (<a href="https://redirect.github.com/webpack-contrib/css-loader/issues/1569">#1569</a>) (<a href="https://github.com/webpack-contrib/css-loader/commit/d641c4d48264518dfeb77d7e1e8ef03bbb09b645">d641c4d</a>)</li> <li>support named exports with any characters (<a href="https://github.com/webpack-contrib/css-loader/commit/6f439299838eab7e6fb18f6e9f47b9dee2208463">6f43929</a>)</li> </ul> <h3><a href="https://github.com/webpack-contrib/css-loader/compare/v6.9.0...v6.9.1">6.9.1</a> (2024-01-18)</h3> <h3>Bug Fixes</h3> <ul> <li>css nesting support</li> <li><code>@scope</code> at-rule support</li> </ul> <h2><a href="https://github.com/webpack-contrib/css-loader/compare/v6.8.1...v6.9.0">6.9.0</a> (2024-01-09)</h2> <h3>Features</h3> <ul> <li>updated generateExportEntry to expose node details (<a href="https://redirect.github.com/webpack-contrib/css-loader/issues/1556">#1556</a>) (<a href="https://github.com/webpack-contrib/css-loader/commit/05002f39e29afd7e12f9efca4d073bc23e3d2150">05002f3</a>)</li> </ul> <h3>Bug Fixes</h3> <ul> <li>css experiment detection (<a href="https://redirect.github.com/webpack-contrib/css-loader/issues/1559">#1559</a>) (<a href="https://github.com/webpack-contrib/css-loader/commit/f2cfe30a8f6b0053a268c0d9c1943bb3c8f01338">f2cfe30</a>)</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/webpack-contrib/css-loader/commit/7bbb57c9b54dbcba89d5598a7f32f9098917b867"><code>7bbb57c</code></a> chore(release): 6.10.0</li> <li><a href="https://github.com/webpack-contrib/css-loader/commit/d641c4d48264518dfeb77d7e1e8ef03bbb09b645"><code>d641c4d</code></a> feat: pass the <code>resourceQuery</code> and <code>resourceFragment</code> to the <code>auto</code> and `mode...</li> <li><a href="https://github.com/webpack-contrib/css-loader/commit/3924679cb9a8f31996c742290a71a3446c9782b9"><code>3924679</code></a> feat: add <code>@rspack/core</code> as an optional peer dependency (<a href="https://redirect.github.com/webpack-contrib/css-loader/issues/1568">#1568</a>)</li> <li><a href="https://github.com/webpack-contrib/css-loader/commit/6f439299838eab7e6fb18f6e9f47b9dee2208463"><code>6f43929</code></a> feat: support named exports with any characters</li> <li><a href="https://github.com/webpack-contrib/css-loader/commit/f9192eeb2773d8c5ea8e6424363ad6b8fb2b397b"><code>f9192ee</code></a> chore(release): 6.9.1</li> <li><a href="https://github.com/webpack-contrib/css-loader/commit/6515be0e35ea3f15e29def7cca26b4157472ec00"><code>6515be0</code></a> fix: css nesting support and <code>@scope</code> at-rule</li> <li><a href="https://github.com/webpack-contrib/css-loader/commit/0751f7a5fd45972340435e898020dce7d8cc9d4f"><code>0751f7a</code></a> docs: update (<a href="https://redirect.github.com/webpack-contrib/css-loader/issues/1562">#1562</a>)</li> <li><a href="https://github.com/webpack-contrib/css-loader/commit/2d17551deea6e4513de70c471cf91fd504075e59"><code>2d17551</code></a> chore(release): 6.9.0</li> <li><a href="https://github.com/webpack-contrib/css-loader/commit/e38116ff5315cca01e46fa152840aafdbbd3ec35"><code>e38116f</code></a> chore: update dependencies to latest version (<a href="https://redirect.github.com/webpack-contrib/css-loader/issues/1561">#1561</a>)</li> <li><a href="https://github.com/webpack-contrib/css-loader/commit/d09ff738fea06551eeccd9871ab6e3c3c0dfac66"><code>d09ff73</code></a> test: getLocalIdent and node type (<a href="https://redirect.github.com/webpack-contrib/css-loader/issues/1560">#1560</a>)</li> <li>Additional commits viewable in <a href="https://github.com/webpack-contrib/css-loader/compare/v6.8.1...v6.10.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.8.1&new-version=6.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 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