Skip to content

Commit 2a66471

Browse files
Bump @projectwallace/css-parser from 0.13.5 to 0.13.8 (#165)
Bumps [@projectwallace/css-parser](https://github.com/projectwallace/css-parser) from 0.13.5 to 0.13.8. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/projectwallace/css-parser/releases"><code>@​projectwallace/css-parser</code>'s releases</a>.</em></p> <blockquote> <h2>v0.13.8</h2> <h2>What's Changed</h2> <ul> <li>chore(deps-dev): bump <code>@​vitest/coverage-v8</code> from 4.0.16 to 4.0.18 by <a href="https://github.com/dependabot"><code>@​dependabot</code></a>[bot] in <a href="https://redirect.github.com/projectwallace/css-parser/pull/160">projectwallace/css-parser#160</a></li> <li>chore(deps-dev): bump css-tree from 3.1.0 to 3.2.1 by <a href="https://github.com/dependabot"><code>@​dependabot</code></a>[bot] in <a href="https://redirect.github.com/projectwallace/css-parser/pull/159">projectwallace/css-parser#159</a></li> <li>fix: remove value from atrule nodes, fix MediaType/MediaFeature accessors by <a href="https://github.com/bartveneman"><code>@​bartveneman</code></a> in <a href="https://redirect.github.com/projectwallace/css-parser/pull/171">projectwallace/css-parser#171</a></li> </ul> <h2>New Contributors</h2> <ul> <li><a href="https://github.com/dependabot"><code>@​dependabot</code></a>[bot] made their first contribution in <a href="https://redirect.github.com/projectwallace/css-parser/pull/160">projectwallace/css-parser#160</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/projectwallace/css-parser/compare/v0.13.7...v0.13.8">https://github.com/projectwallace/css-parser/compare/v0.13.7...v0.13.8</a></p> <h2>v0.13.6</h2> <h2>What's Changed</h2> <ul> <li>Migrate build system from Vite to tsdown by <a href="https://github.com/bartveneman"><code>@​bartveneman</code></a> in <a href="https://redirect.github.com/projectwallace/css-parser/pull/163">projectwallace/css-parser#163</a></li> <li>chore: replace prettier with oxfmt by <a href="https://github.com/bartveneman"><code>@​bartveneman</code></a> in <a href="https://redirect.github.com/projectwallace/css-parser/pull/166">projectwallace/css-parser#166</a></li> <li>perf: implement fast path for declarations w/o hack or prefix by <a href="https://github.com/bartveneman"><code>@​bartveneman</code></a> in <a href="https://redirect.github.com/projectwallace/css-parser/pull/167">projectwallace/css-parser#167</a></li> <li>feat: add support for <code>@function</code> at-rule by <a href="https://github.com/bartveneman"><code>@​bartveneman</code></a> in <a href="https://redirect.github.com/projectwallace/css-parser/pull/168">projectwallace/css-parser#168</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/projectwallace/css-parser/compare/v0.13.5...v0.13.6">https://github.com/projectwallace/css-parser/compare/v0.13.5...v0.13.6</a></p> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/projectwallace/css-parser/commit/2a1c69d58ad89d6c674fcfe5e24c9f6ac39d02dc"><code>2a1c69d</code></a> 0.13.8</li> <li><a href="https://github.com/projectwallace/css-parser/commit/79f1c7a0f787bbb2af331398c1c4fca1f10af2ff"><code>79f1c7a</code></a> fix: remove value from atrule nodes, fix MediaType/MediaFeature accessors (<a href="https://redirect.github.com/projectwallace/css-parser/issues/171">#171</a>)</li> <li><a href="https://github.com/projectwallace/css-parser/commit/d92b01619f7944ed580ef063346a859a33150a2f"><code>d92b016</code></a> chore(deps-dev): bump css-tree from 3.1.0 to 3.2.1 (<a href="https://redirect.github.com/projectwallace/css-parser/issues/159">#159</a>)</li> <li><a href="https://github.com/projectwallace/css-parser/commit/6d8d148740aeddf99aaf7b7758fe96e90f8820a5"><code>6d8d148</code></a> chore(deps-dev): bump <code>@​vitest/coverage-v8</code> from 4.0.16 to 4.0.18 (<a href="https://redirect.github.com/projectwallace/css-parser/issues/160">#160</a>)</li> <li><a href="https://github.com/projectwallace/css-parser/commit/b6c3cc67114f075ff1aa86e21a1a65d7da72a793"><code>b6c3cc6</code></a> 0.13.7</li> <li><a href="https://github.com/projectwallace/css-parser/commit/f503f0ccea5408b3fe3f8ea13ab5ff50e0dfcb8e"><code>f503f0c</code></a> feat: improve unknown at-rule parsing with RAW prelude and conditiona… (<a href="https://redirect.github.com/projectwallace/css-parser/issues/169">#169</a>)</li> <li><a href="https://github.com/projectwallace/css-parser/commit/3c310a9e0592964e21983a1021bc7a8f3d91f817"><code>3c310a9</code></a> 0.13.6</li> <li><a href="https://github.com/projectwallace/css-parser/commit/796e0cb21e7a1e9ebc9d6c806b8f38af326842e5"><code>796e0cb</code></a> feat: add support for <a href="https://github.com/function"><code>@​function</code></a> at-rule (<a href="https://redirect.github.com/projectwallace/css-parser/issues/168">#168</a>)</li> <li><a href="https://github.com/projectwallace/css-parser/commit/42d04c6df3bbb7df829d0ced8147c6ca041042e2"><code>42d04c6</code></a> perf: implement fast path for declarations w/o hack or prefix (<a href="https://redirect.github.com/projectwallace/css-parser/issues/167">#167</a>)</li> <li><a href="https://github.com/projectwallace/css-parser/commit/c1cc139d72d4488c337ef696f54d9358047abf70"><code>c1cc139</code></a> chore: replace prettier with oxfmt (<a href="https://redirect.github.com/projectwallace/css-parser/issues/166">#166</a>)</li> <li>Additional commits viewable in <a href="https://github.com/projectwallace/css-parser/compare/v0.13.5...v0.13.8">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=@projectwallace/css-parser&package-manager=npm_and_yarn&previous-version=0.13.5&new-version=0.13.8)](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 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] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 91267f0 commit 2a66471

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

package-lock.json

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)