Skip to content

Commit

Permalink
build(deps): update dependency postcss to v8.4.38 (#9060)
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](https://postcss.org/)
([source](https://togithub.com/postcss/postcss)) | [`8.4.32` ->
`8.4.38`](https://renovatebot.com/diffs/npm/postcss/8.4.32/8.4.38) |
[![age](https://developer.mend.io/api/mc/badges/age/npm/postcss/8.4.38?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/postcss/8.4.38?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/postcss/8.4.32/8.4.38?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/postcss/8.4.32/8.4.38?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|

---

### Release Notes

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

###
[`v8.4.38`](https://togithub.com/postcss/postcss/blob/HEAD/CHANGELOG.md#8438)

[Compare
Source](https://togithub.com/postcss/postcss/compare/8.4.37...8.4.38)

- Fixed `endIndex: 0` in errors and warnings (by
[@&#8203;romainmenke](https://togithub.com/romainmenke)).

###
[`v8.4.37`](https://togithub.com/postcss/postcss/blob/HEAD/CHANGELOG.md#8437)

[Compare
Source](https://togithub.com/postcss/postcss/compare/8.4.36...8.4.37)

-   Fixed `original.column are not numbers` error in another case.

###
[`v8.4.36`](https://togithub.com/postcss/postcss/blob/HEAD/CHANGELOG.md#8436)

[Compare
Source](https://togithub.com/postcss/postcss/compare/8.4.35...8.4.36)

- Fixed `original.column are not numbers` error on broken previous
source map.

###
[`v8.4.35`](https://togithub.com/postcss/postcss/blob/HEAD/CHANGELOG.md#8435)

[Compare
Source](https://togithub.com/postcss/postcss/compare/8.4.34...8.4.35)

-   Avoid `!` in `node.parent.nodes` type.
-   Allow to pass `undefined` to node adding method to simplify types.

###
[`v8.4.34`](https://togithub.com/postcss/postcss/blob/HEAD/CHANGELOG.md#8434)

[Compare
Source](https://togithub.com/postcss/postcss/compare/8.4.33...8.4.34)

-   Fixed `AtRule#nodes` type (by Tim Weißenfels).
-   Cleaned up code (by Dmitry Kirillov).

###
[`v8.4.33`](https://togithub.com/postcss/postcss/blob/HEAD/CHANGELOG.md#8433)

[Compare
Source](https://togithub.com/postcss/postcss/compare/8.4.32...8.4.33)

- Fixed `NoWorkResult` behavior difference with normal mode (by Romain
Menke).
- Fixed `NoWorkResult` usage conditions (by
[@&#8203;ahmdammarr](https://togithub.com/ahmdammarr)).

</details>

---

### Configuration

📅 **Schedule**: Branch creation - "before 5am every weekday" in timezone
America/Los_Angeles, 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 has been generated by [Mend
Renovate](https://www.mend.io/free-developer-tools/renovate/). View
repository job log
[here](https://developer.mend.io/github/Esri/calcite-design-system).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy4yNjkuMiIsInVwZGF0ZWRJblZlciI6IjM3LjI2OS4yIiwidGFyZ2V0QnJhbmNoIjoibWFpbiJ9-->

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] committed Apr 6, 2024
1 parent 38f2e50 commit 00cb4da
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 9 deletions.
16 changes: 8 additions & 8 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@
"lerna": "7.4.2",
"lint-staged": "13.3.0",
"markdownlint-cli": "0.38.0",
"postcss": "8.4.32",
"postcss": "8.4.38",
"prettier": "3.1.1",
"puppeteer": "21.5.0",
"quicktype-core": "23.0.115",
Expand Down

0 comments on commit 00cb4da

Please sign in to comment.