Skip to content

Commit beadf06

Browse files
fix(deps): update dependency postcss-selector-parser to v7 (#888)
This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [postcss-selector-parser](https://redirect.github.com/postcss/postcss-selector-parser) | [`^6.1.0` -> `^7.0.0`](https://renovatebot.com/diffs/npm/postcss-selector-parser/6.1.2/7.0.0) | [![age](https://developer.mend.io/api/mc/badges/age/npm/postcss-selector-parser/7.0.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/postcss-selector-parser/7.0.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/postcss-selector-parser/6.1.2/7.0.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/postcss-selector-parser/6.1.2/7.0.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | --- ### Release Notes <details> <summary>postcss/postcss-selector-parser (postcss-selector-parser)</summary> ### [`v7.0.0`](https://redirect.github.com/postcss/postcss-selector-parser/blob/HEAD/CHANGELOG.md#700) [Compare Source](https://redirect.github.com/postcss/postcss-selector-parser/compare/v6.1.2...v7.0.0) - Feat: make insertions during iteration safe (major) </details> --- ### 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 becomes conflicted, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR was generated by [Mend Renovate](https://mend.io/renovate/). View the [repository job log](https://developer.mend.io/github/sveltejs/eslint-plugin-svelte). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOC4xMjAuMSIsInVwZGF0ZWRJblZlciI6IjM4LjEyMC4xIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6W119--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 396459d commit beadf06

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/eslint-plugin-svelte/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@
6464
"postcss": "^8.4.38",
6565
"postcss-load-config": "^3.1.4",
6666
"postcss-safe-parser": "^6.0.0",
67-
"postcss-selector-parser": "^6.1.0",
67+
"postcss-selector-parser": "^7.0.0",
6868
"semver": "^7.6.2",
6969
"svelte-eslint-parser": "^1.0.0-0"
7070
},

0 commit comments

Comments
 (0)