Skip to content

Commit

Permalink
chore(deps): update dependency postcss-import to v16 (#5381)
Browse files Browse the repository at this point in the history
[![Mend
Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com)

This PR contains the following updates:

| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
| [postcss-import](https://togithub.com/postcss/postcss-import) |
[`^15.1.0` ->
`^16.0.0`](https://renovatebot.com/diffs/npm/postcss-import/15.1.0/16.0.0)
|
[![age](https://developer.mend.io/api/mc/badges/age/npm/postcss-import/16.0.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/postcss-import/16.0.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/postcss-import/15.1.0/16.0.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/postcss-import/15.1.0/16.0.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|

---

### Release Notes

<details>
<summary>postcss/postcss-import (postcss-import)</summary>

###
[`v16.0.0`](https://togithub.com/postcss/postcss-import/blob/HEAD/CHANGELOG.md#1600--2024-01-02)

[Compare
Source](https://togithub.com/postcss/postcss-import/compare/15.1.0...16.0.0)

- **BREAKING:** Require Node.js v18+
([#&#8203;550](https://togithub.com/postcss/postcss-import/issues/550),
[#&#8203;551](https://togithub.com/postcss/postcss-import/pull/551))
- **BREAKING:** Signifigant rewrite, with small behavioral tweaks in a
number of edge cases
- Support for `@supports` conditional imports added
([#&#8203;532](https://togithub.com/postcss/postcss-import/issues/532),
[#&#8203;548](https://togithub.com/postcss/postcss-import/pull/548))
- When `skipDuplicates` is `false`, handles import cycles correctly
([#&#8203;462](https://togithub.com/postcss/postcss-import/issues/462),
[#&#8203;535](https://togithub.com/postcss/postcss-import/pull/535))
- Add `warnOnEmpty` option to allow disabling warnings for empty files
([#&#8203;84](https://togithub.com/postcss/postcss-import/issues/84),
[#&#8203;541](https://togithub.com/postcss/postcss-import/pull/541))
- Use proper `node.error`s
([#&#8203;518](https://togithub.com/postcss/postcss-import/issues/518),
[#&#8203;540](https://togithub.com/postcss/postcss-import/pull/540))

Huge thanks to [`@romainmenke`](https://togithub.com/romainmenke) for
all the hard work he put into this release.

</details>

---

### Configuration

📅 **Schedule**: Branch creation - At any time (no schedule defined),
Automerge - At any time (no schedule defined).

🚦 **Automerge**: Enabled.

♻ **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 has been generated by [Mend
Renovate](https://www.mend.io/free-developer-tools/renovate/). View
repository job log
[here](https://developer.mend.io/github/SAP/ui5-webcomponents-react).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy4xMDMuMSIsInVwZGF0ZWRJblZlciI6IjM3LjEwMy4xIiwidGFyZ2V0QnJhbmNoIjoibWFpbiJ9-->

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] committed Jan 9, 2024
1 parent 2718f39 commit 71ce534
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@
"npm-run-all": "^4.1.5",
"postcss": "^8.4.25",
"postcss-cli": "^11.0.0",
"postcss-import": "^15.1.0",
"postcss-import": "^16.0.0",
"postcss-modules": "^6.0.0",
"prettier": "^3.0.0",
"react-textarea-autosize": "^8.5.3",
Expand Down
10 changes: 5 additions & 5 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -18612,16 +18612,16 @@ __metadata:
languageName: node
linkType: hard

"postcss-import@npm:^15.1.0":
version: 15.1.0
resolution: "postcss-import@npm:15.1.0"
"postcss-import@npm:^16.0.0":
version: 16.0.0
resolution: "postcss-import@npm:16.0.0"
dependencies:
postcss-value-parser: "npm:^4.0.0"
read-cache: "npm:^1.0.0"
resolve: "npm:^1.1.7"
peerDependencies:
postcss: ^8.0.0
checksum: 518aee5c83ea6940e890b0be675a2588db68b2582319f48c3b4e06535a50ea6ee45f7e63e4309f8754473245c47a0372632378d1d73d901310f295a92f26f17b
checksum: 7e9eccc2744dabdd542ba467b2df562c254d3b9e96b277752dbe525e3a8c47741cbbe802b40f64cbe92bc839244c2645cd0284ddb2938f8f38f2271fa427c932
languageName: node
linkType: hard

Expand Down Expand Up @@ -22391,7 +22391,7 @@ __metadata:
npm-run-all: "npm:^4.1.5"
postcss: "npm:^8.4.25"
postcss-cli: "npm:^11.0.0"
postcss-import: "npm:^15.1.0"
postcss-import: "npm:^16.0.0"
postcss-modules: "npm:^6.0.0"
prettier: "npm:^3.0.0"
react: "npm:18.2.0"
Expand Down

0 comments on commit 71ce534

Please sign in to comment.