fix: support for :has() pseudo-class in CSS parser (#13779)
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:, ordocs:. - [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 testand lint the project withpnpm lint
⚠️ 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
Hmmm the change is just updating type, not any actual source code. Perhaps you forgot to push @aryanisml?
Thank you for taking a stab at this - I opened #13824 which fixes the issue, so closing in favor of that.