Skip to content

chore(deps): update dependency hex-to-css-filter to v6#4890

Merged
JinIgarashi merged 1 commit intodevelopfrom
renovate/hex-to-css-filter-6.x
Mar 21, 2025
Merged

chore(deps): update dependency hex-to-css-filter to v6#4890
JinIgarashi merged 1 commit intodevelopfrom
renovate/hex-to-css-filter-6.x

Conversation

@renovate
Copy link
Copy Markdown
Contributor

@renovate renovate Bot commented Mar 18, 2025

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
hex-to-css-filter ^5.4.0 -> ^6.0.0 age adoption passing confidence

Release Notes

willmendesneto/hex-to-css-filter (hex-to-css-filter)

v6.0.0

Compare Source

Fixed
  • Removing semicolon at the end of filter values. So that, consumers will be able to use its value in any order. E.G:

After changes

/* ✅ Both approaches will work as expected 🎉  */
filter: var(--hex-to-css-filter) var(--blur-filter);
filter: var(--blur-filter) var(--hex-to-css-filter);

Before changes

/* ❌ This order was NOT working before changes  */
filter: var(--hex-to-css-filter) var(--blur-filter);
/* ✅ This order was the only way of applying that  */
filter: var(--blur-filter) var(--hex-to-css-filter);

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about these updates again.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@changeset-bot
Copy link
Copy Markdown

changeset-bot Bot commented Mar 18, 2025

⚠️ No Changeset found

Latest commit: 04cf51e

Merging this PR will not cause a version bump for any packages. If these changes should not result in a new version, you're good to go. If these changes should result in a version bump, you need to add a changeset.

This PR includes no changesets

When changesets are added to this PR, you'll see the packages that this PR includes changesets for and the associated semver types

Click here to learn what changesets are, and how to add one.

Click here if you're a maintainer who wants to add a changeset to this PR

@renovate renovate Bot temporarily deployed to Svelte UNDP Components March 18, 2025 19:14 Inactive
@renovate renovate Bot temporarily deployed to Svelte UNDP Design March 18, 2025 19:14 Inactive
@renovate renovate Bot force-pushed the renovate/hex-to-css-filter-6.x branch from 3fd3fbd to 9b728a6 Compare March 19, 2025 16:03
@renovate renovate Bot temporarily deployed to Svelte UNDP Design March 19, 2025 16:03 Inactive
@renovate renovate Bot temporarily deployed to Svelte UNDP Components March 19, 2025 16:03 Inactive
@renovate renovate Bot force-pushed the renovate/hex-to-css-filter-6.x branch from 9b728a6 to 04cf51e Compare March 19, 2025 19:23
@renovate renovate Bot temporarily deployed to Svelte UNDP Components March 19, 2025 19:23 Inactive
@renovate renovate Bot temporarily deployed to Svelte UNDP Design March 19, 2025 19:23 Inactive
@JinIgarashi JinIgarashi merged commit 6f04fe0 into develop Mar 21, 2025
14 checks passed
@JinIgarashi JinIgarashi deleted the renovate/hex-to-css-filter-6.x branch March 21, 2025 02:14
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant