Skip to content

Commit 991cedd

Browse files
chore(deps): update dependency postcss-import to v17 (#8889)
This PR contains the following updates: | Package | Change | [Age](https://docs.renovatebot.com/merge-confidence/) | [Confidence](https://docs.renovatebot.com/merge-confidence/) | |---|---|---|---| | [postcss-import](https://redirect.github.com/postcss/postcss-import) | [`16.1.1` → `17.0.0`](https://renovatebot.com/diffs/npm/postcss-import/16.1.1/17.0.0) | ![age](https://developer.mend.io/api/mc/badges/age/npm/postcss-import/17.0.0?slim=true) | ![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/postcss-import/16.1.1/17.0.0?slim=true) | --- ### Release Notes <details> <summary>postcss/postcss-import (postcss-import)</summary> ### [`v17.0.0`](https://redirect.github.com/postcss/postcss-import/blob/HEAD/CHANGELOG.md#1700--2026-08-14) [Compare Source](https://redirect.github.com/postcss/postcss-import/compare/16.2.0...17.0.0) - **BREAKING:** Now requires Node v22+ ([#&#8203;609](https://redirect.github.com/postcss/postcss-import/pull/609)) - **BREAKING:** Files with the same content, but different paths, will no longer be skipped as duplicates. This should not affect the vast majority of users. ([#&#8203;601](https://redirect.github.com/postcss/postcss-import/issues/601), [#&#8203;602](https://redirect.github.com/postcss/postcss-import/pull/602)) ### [`v16.2.0`](https://redirect.github.com/postcss/postcss-import/blob/HEAD/CHANGELOG.md#1620--2026-08-12) [Compare Source](https://redirect.github.com/postcss/postcss-import/compare/16.1.1...16.2.0) - Better whitespace formatting on modern postcss versions ([#&#8203;605](https://redirect.github.com/postcss/postcss-import/pull/605)) - Better error message when `@import`s are interleaved with `@layer`s ([#&#8203;566](https://redirect.github.com/postcss/postcss-import/issues/566), [#&#8203;606](https://redirect.github.com/postcss/postcss-import/pull/606)) - Docs clarification ([#&#8203;598](https://redirect.github.com/postcss/postcss-import/pull/598)) </details> --- ### Configuration 📅 **Schedule**: (UTC) - Branch creation - At any time (no schedule defined) - Automerge - At any time (no schedule defined) 🚦 **Automerge**: Enabled. ♻ **Rebasing**: Whenever PR is behind base branch, 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/UI5/webcomponents-react). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0NC4yOS41IiwidXBkYXRlZEluVmVyIjoiNDQuMjkuNSIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOlsiZGVwZW5kZW5jaWVzIl19--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 08f9543 commit 991cedd

2 files changed

Lines changed: 6 additions & 6 deletions

File tree

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@
102102
"pagefind": "1.5.2",
103103
"postcss": "8.5.26",
104104
"postcss-cli": "11.0.1",
105-
"postcss-import": "16.1.1",
105+
"postcss-import": "17.0.0",
106106
"postcss-modules": "9.0.1",
107107
"prettier": "3.9.6",
108108
"publint": "0.3.23",

yarn.lock

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -17487,16 +17487,16 @@ __metadata:
1748717487
languageName: node
1748817488
linkType: hard
1748917489

17490-
"postcss-import@npm:16.1.1":
17491-
version: 16.1.1
17492-
resolution: "postcss-import@npm:16.1.1"
17490+
"postcss-import@npm:17.0.0":
17491+
version: 17.0.0
17492+
resolution: "postcss-import@npm:17.0.0"
1749317493
dependencies:
1749417494
postcss-value-parser: "npm:^4.0.0"
1749517495
read-cache: "npm:^1.0.0"
1749617496
resolve: "npm:^1.1.7"
1749717497
peerDependencies:
1749817498
postcss: ^8.0.0
17499-
checksum: 10c0/b91245971564891110cb407c7459bd470893ccbdd3328fdd384ef2be4d0e5f304e5834acbb8b537ad562c001db34bee1c29b55994bead5ab5a53b1edc2a687b9
17499+
checksum: 10c0/67080e7d0770b02814e1188fd7624cf6d0076971eb6ff425f5834f58cd3af7126e05b6460006c987b298496ac5339921f5297b5511f10d48f1d7be35bf15f3c0
1750017500
languageName: node
1750117501
linkType: hard
1750217502

@@ -21009,7 +21009,7 @@ __metadata:
2100921009
pagefind: "npm:1.5.2"
2101021010
postcss: "npm:8.5.26"
2101121011
postcss-cli: "npm:11.0.1"
21012-
postcss-import: "npm:16.1.1"
21012+
postcss-import: "npm:17.0.0"
2101321013
postcss-modules: "npm:9.0.1"
2101421014
prettier: "npm:3.9.6"
2101521015
publint: "npm:0.3.23"

0 commit comments

Comments
 (0)