Uh oh!
There was an error while loading.Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork698
chore: Update postcss-selector-parser@7.1.0#2947
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to ourterms of service andprivacy statement. We’ll occasionally send you account related emails.
Already on GitHub?Sign in to your account
Uh oh!
There was an error while loading.Please reload this page.
Conversation
changeset-botbot commentedOct 30, 2025 • edited
Loading Uh oh!
There was an error while loading.Please reload this page.
edited
Uh oh!
There was an error while loading.Please reload this page.
🦋 Changeset detectedLatest commit:e6b32a8 The changes in this PR will be included in the next version bump. This PR includes changesets to release 1 package
Not sure what this means?Click here to learn what changesets are. Click here if you're a maintainer who wants to add another changeset to this PR |
FloEdelmann left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others.Learn more.
Looks good to me, thank you! 🙂
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others.Learn more.
Pull Request Overview
This PR updates thepostcss-selector-parser dependency from version^6.0.15 to^7.1.0, a major version bump. According to the PR description, the breaking changes only affect theinsertBefore,insertAfter, andprepend methods which are not used in this codebase.
Key Changes
- Upgraded
postcss-selector-parserfrom v6 to v7 in package.json - Added changeset documentation for the dependency update
Reviewed Changes
Copilot reviewed 2 out of 2 changed files in this pull request and generated no comments.
| File | Description |
|---|---|
| package.json | Updatedpostcss-selector-parser dependency version from^6.0.15 to^7.1.0 |
| .changeset/neat-coats-allow.md | Added changeset entry documenting the dependency update as a patch release |
💡Add Copilot custom instructions for smarter, more guided reviews.Learn how to get started.
3bf079c intovuejs:masterUh oh!
There was an error while loading.Please reload this page.
The breaking changes affect only the
insertBefore,insertAfter, andprependmethodspostcss/postcss-selector-parser@4fa6e86 which don’t appear to be used here.Updating this dependency can prevent having multiple versions of
postcss-selector-parserin a project