svelte icon indicating copy to clipboard operation
svelte copied to clipboard

fix: support for :has() pseudo-class in CSS parser (#13779)

Open aryanisml opened this issue 1 year ago • 2 comments

Before submitting the PR, please make sure you do the following

  • [X] This PR will fix the issue https://github.com/sveltejs/svelte/issues/13779
  • [X] Prefix your PR title with feat:, fix:, chore:, or docs:.
  • [X] This message body should clearly illustrate what problems it solves.
  • [ ] Ideally, include a test that fails without this PR but passes with it.

Tests and linting

  • [ ] Run the tests with pnpm test and lint the project with pnpm lint

aryanisml avatar Oct 23 '24 06:10 aryanisml

⚠️ No Changeset found

Latest commit: ee1bb1429eee3fd2247e4f866b31bf5532173128

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

changeset-bot[bot] avatar Oct 23 '24 06:10 changeset-bot[bot]

Hmmm the change is just updating type, not any actual source code. Perhaps you forgot to push @aryanisml?

vnphanquang avatar Oct 23 '24 13:10 vnphanquang

Thank you for taking a stab at this - I opened #13824 which fixes the issue, so closing in favor of that.

dummdidumm avatar Oct 23 '24 14:10 dummdidumm