From 6dc66ddf87f4d4ece511cbc2dbc2d62c17720916 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 27 Nov 2024 22:40:27 +0900 Subject: [PATCH] fix(deps): update dependency postcss-safe-parser to v7 (#595) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [postcss-safe-parser](https://redirect.github.com/postcss/postcss-safe-parser) | [`^6.0.0` -> `^7.0.0`](https://renovatebot.com/diffs/npm/postcss-safe-parser/6.0.0/7.0.1) | [![age](https://developer.mend.io/api/mc/badges/age/npm/postcss-safe-parser/7.0.1?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/postcss-safe-parser/7.0.1?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/postcss-safe-parser/6.0.0/7.0.1?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/postcss-safe-parser/6.0.0/7.0.1?slim=true)](https://docs.renovatebot.com/merge-confidence/) | --- ### Release Notes
postcss/postcss-safe-parser (postcss-safe-parser) ### [`v7.0.1`](https://redirect.github.com/postcss/postcss-safe-parser/blob/HEAD/CHANGELOG.md#701) [Compare Source](https://redirect.github.com/postcss/postcss-safe-parser/compare/7.0.0...7.0.1) - Fixed JSON inside CSS support (by [@​dengelke](https://redirect.github.com/dengelke)). ### [`v7.0.0`](https://redirect.github.com/postcss/postcss-safe-parser/compare/6.0.0...7.0.0) [Compare Source](https://redirect.github.com/postcss/postcss-safe-parser/compare/6.0.0...7.0.0)
--- ### 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. --- - [ ] 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). Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- packages/eslint-plugin-svelte/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/eslint-plugin-svelte/package.json b/packages/eslint-plugin-svelte/package.json index 47215b194..26aba648d 100644 --- a/packages/eslint-plugin-svelte/package.json +++ b/packages/eslint-plugin-svelte/package.json @@ -63,7 +63,7 @@ "known-css-properties": "^0.35.0", "postcss": "^8.4.49", "postcss-load-config": "^3.1.4", - "postcss-safe-parser": "^6.0.0", + "postcss-safe-parser": "^7.0.0", "postcss-selector-parser": "^7.0.0", "semver": "^7.6.3", "svelte-eslint-parser": "^1.0.0-0"