-
-
Notifications
You must be signed in to change notification settings - Fork 695
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 our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
🦋 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 |
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 the postcss-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 the insertBefore, insertAfter, and prepend 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 | Updated postcss-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.
The breaking changes affect only the
insertBefore,insertAfter, andprependmethods postcss/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