chore(deps): bump lightningcss from 1.24.0 to 1.24.1 #5

Merged
dependabot[bot] merged 1 commits from dependabot/npm_and_yarn/lightningcss-1.24.1 into v4 2024-03-20 08:45:33 +01:00
dependabot[bot] commented 2024-03-15 13:18:44 +01:00 (Migrated from github.com)

Bumps lightningcss from 1.24.0 to 1.24.1.

Release notes

Sourced from lightningcss's releases.

v1.24.1

  • Disabled CSS transform optimizations using matrix(), which could break transitions and animations. – parcel-bundler/lightningcss#694
  • Merge @supports declarations with the same property (minus vendor prefix) and value – 6bd2761badb9d5434783acffcae35ef6c3311e06
Commits

Dependabot compatibility score

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 commands and options

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)
Bumps [lightningcss](https://github.com/parcel-bundler/lightningcss) from 1.24.0 to 1.24.1. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/parcel-bundler/lightningcss/releases">lightningcss's releases</a>.</em></p> <blockquote> <h2>v1.24.1</h2> <ul> <li>Disabled CSS <code>transform</code> optimizations using <code>matrix()</code>, which could break transitions and animations. – <a href="https://redirect.github.com/parcel-bundler/lightningcss/pull/694">parcel-bundler/lightningcss#694</a></li> <li>Merge <code>@supports</code> declarations with the same property (minus vendor prefix) and value – 6bd2761badb9d5434783acffcae35ef6c3311e06</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/parcel-bundler/lightningcss/commit/baa1a2b7fa52eeb3827f8edcc2e14de33cd69ad0"><code>baa1a2b</code></a> v1.24.1</li> <li><a href="https://github.com/parcel-bundler/lightningcss/commit/6bd2761badb9d5434783acffcae35ef6c3311e06"><code>6bd2761</code></a> Merge <a href="https://github.com/supports"><code>@​supports</code></a> declarations with the same property (minus prefix) and value</li> <li><a href="https://github.com/parcel-bundler/lightningcss/commit/e37b9ed5e303b3e7372de092345cfe6e86ef9cb8"><code>e37b9ed</code></a> disable transform optimizations (<a href="https://redirect.github.com/parcel-bundler/lightningcss/issues/694">#694</a>)</li> <li><a href="https://github.com/parcel-bundler/lightningcss/commit/7dd0cb3cd77a40d4ead820ed95d60877b042716c"><code>7dd0cb3</code></a> docs: Update reference to Stylo (<a href="https://redirect.github.com/parcel-bundler/lightningcss/issues/691">#691</a>)</li> <li><a href="https://github.com/parcel-bundler/lightningcss/commit/ecead1470b11189104c69817ea7a44f492e9b188"><code>ecead14</code></a> fix version in cargo.toml</li> <li><a href="https://github.com/parcel-bundler/lightningcss/commit/362bce5bc47d6420fdb20e7bfc4228a8bd80c5d2"><code>362bce5</code></a> fix wasm</li> <li><a href="https://github.com/parcel-bundler/lightningcss/commit/a493a8b5b92b9ca11473581cb6be115b02b367cf"><code>a493a8b</code></a> update napi and fix more get_named_property calls</li> <li><a href="https://github.com/parcel-bundler/lightningcss/commit/bdf4a7754fef331bfe372ee2446428924ce4a1ac"><code>bdf4a77</code></a> fix(visitor): check type for the underlying js object (<a href="https://redirect.github.com/parcel-bundler/lightningcss/issues/684">#684</a>)</li> <li><a href="https://github.com/parcel-bundler/lightningcss/commit/2f6b8d26424bed1fc5d55a9bdf55e83f7f54c182"><code>2f6b8d2</code></a> Move napi features and unpin version in reusable crate</li> <li><a href="https://github.com/parcel-bundler/lightningcss/commit/db5a8edde99597d0aa5352935f9a053f132f1caf"><code>db5a8ed</code></a> Create a reusable lightningcss-napi crate</li> <li>See full diff in <a href="https://github.com/parcel-bundler/lightningcss/compare/v1.24.0...v1.24.1">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=lightningcss&package-manager=npm_and_yarn&previous-version=1.24.0&new-version=1.24.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>
lade043 commented 2024-03-20 08:43:56 +01:00 (Migrated from github.com)

@dependabot rebase

@dependabot rebase
Sign in to join this conversation.