loading up the forgejo repo on tangled to test page performance
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

Update postcss (forgejo) (#6562)

This PR contains the following updates:

| Package | Type | Update | Change |
|---|---|---|---|
| [postcss](https://postcss.org/) ([source](https://github.com/postcss/postcss)) | dependencies | minor | [`8.4.49` -> `8.5.1`](https://renovatebot.com/diffs/npm/postcss/8.4.49/8.5.1) |
| [postcss-html](https://github.com/ota-meshi/postcss-html) | devDependencies | minor | [`1.7.0` -> `1.8.0`](https://renovatebot.com/diffs/npm/postcss-html/1.7.0/1.8.0) |

---

### Release Notes

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

### [`v8.5.1`](https://github.com/postcss/postcss/blob/HEAD/CHANGELOG.md#851)

[Compare Source](https://github.com/postcss/postcss/compare/8.5.0...8.5.1)

- Fixed backwards compatibility for complex cases (by [@&#8203;romainmenke](https://github.com/romainmenke)).

### [`v8.5.0`](https://github.com/postcss/postcss/releases/tag/8.5.0): 8.5 “Duke Alloces”

[Compare Source](https://github.com/postcss/postcss/compare/8.4.49...8.5.0)

<img src="https://github.com/user-attachments/assets/6ef654a0-d675-4ba0-a670-e28ef27062f5" align="right" width="200" height="200" alt="President Alloces seal">

PostCSS 8.5 brought API to work better with non-CSS sources like HTML, Vue.js/Svelte sources or CSS-in-JS.

[@&#8203;romainmenke](https://github.com/romainmenke) during [his work](https://github.com/postcss/postcss/issues/1995) on [Stylelint](https://stylelint.io) added `Input#document` in additional to `Input#css`.

```js
root.source.input.document //=> "<p>Hello</p>
// <style>
// p {
// color: green;
// }
// </style>"
root.source.input.css //=> "p {
// color: green;
// }"

```

#### Thanks to Sponsors

This release was possible thanks to our community.

If your company wants to support the sustainability of front-end infrastructure or wants to give some love to PostCSS, you can join our supporters by:

- [**Tidelift**](https://tidelift.com/) with a Spotify-like subscription model supporting all projects from your lock file.
- Direct donations at [**GitHub Sponsors**](https://github.com/sponsors/ai) or [**Open Collective**](https://opencollective.com/postcss#section-contributors).

</details>

<details>
<summary>ota-meshi/postcss-html (postcss-html)</summary>

### [`v1.8.0`](https://github.com/ota-meshi/postcss-html/releases/tag/v1.8.0)

[Compare Source](https://github.com/ota-meshi/postcss-html/compare/v1.7.0...v1.8.0)

#### What's Changed

- update to latest PostCSS by [@&#8203;romainmenke](https://github.com/romainmenke) in https://github.com/ota-meshi/postcss-html/pull/134

**Full Changelog**: https://github.com/ota-meshi/postcss-html/compare/v1.7.0...v1.8.0

</details>

---

### Configuration

📅 **Schedule**: Branch creation - "* 0-3 * * *" (UTC), Automerge - "* 0-3 * * *" (UTC).

🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied.

♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

👻 **Immortal**: This PR will be recreated if closed unmerged. Get [config help](https://github.com/renovatebot/renovate/discussions) if that's undesired.

---

- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box

---

This PR has been generated by [Renovate Bot](https://github.com/renovatebot/renovate).
<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOS4xMDYuMCIsInVwZGF0ZWRJblZlciI6IjM5LjEwNi4wIiwidGFyZ2V0QnJhbmNoIjoiZm9yZ2VqbyIsImxhYmVscyI6WyJkZXBlbmRlbmN5LXVwZ3JhZGUiLCJ0ZXN0L25vdC1uZWVkZWQiXX0=-->

Reviewed-on: https://codeberg.org/forgejo/forgejo/pulls/6562
Reviewed-by: Gusted <gusted@noreply.codeberg.org>
Co-authored-by: Renovate Bot <forgejo-renovate-action@forgejo.org>
Co-committed-by: Renovate Bot <forgejo-renovate-action@forgejo.org>

authored by

Renovate Bot
Renovate Bot
and committed by
Gusted
f1a92de4 4c746ec6

+12 -12
+10 -10
package-lock.json
··· 37 37 "monaco-editor": "0.52.2", 38 38 "monaco-editor-webpack-plugin": "7.1.0", 39 39 "pdfobject": "2.3.0", 40 - "postcss": "8.4.49", 40 + "postcss": "8.5.1", 41 41 "postcss-loader": "8.1.1", 42 42 "postcss-nesting": "13.0.1", 43 43 "pretty-ms": "9.0.0", ··· 89 89 "happy-dom": "16.3.0", 90 90 "license-checker-rseidelsohn": "4.4.2", 91 91 "markdownlint-cli": "0.43.0", 92 - "postcss-html": "1.7.0", 92 + "postcss-html": "1.8.0", 93 93 "stylelint": "16.12.0", 94 94 "stylelint-declaration-block-no-ignored-properties": "2.8.0", 95 95 "stylelint-declaration-strict-value": "1.10.6", ··· 11867 11867 } 11868 11868 }, 11869 11869 "node_modules/postcss": { 11870 - "version": "8.4.49", 11871 - "resolved": "https://registry.npmjs.org/postcss/-/postcss-8.4.49.tgz", 11872 - "integrity": "sha512-OCVPnIObs4N29kxTjzLfUryOkvZEq+pf8jTF0lg8E7uETuWHA+v7j3c/xJmiqpX450191LlmZfUKkXxkTry7nA==", 11870 + "version": "8.5.1", 11871 + "resolved": "https://registry.npmjs.org/postcss/-/postcss-8.5.1.tgz", 11872 + "integrity": "sha512-6oz2beyjc5VMn/KV1pPw8fliQkhBXrVn1Z3TVyqZxU8kZpzEKhBdmCFqI6ZbmGtamQvQGuU1sgPTk8ZrXDD7jQ==", 11873 11873 "funding": [ 11874 11874 { 11875 11875 "type": "opencollective", ··· 11886 11886 ], 11887 11887 "license": "MIT", 11888 11888 "dependencies": { 11889 - "nanoid": "^3.3.7", 11889 + "nanoid": "^3.3.8", 11890 11890 "picocolors": "^1.1.1", 11891 11891 "source-map-js": "^1.2.1" 11892 11892 }, ··· 11895 11895 } 11896 11896 }, 11897 11897 "node_modules/postcss-html": { 11898 - "version": "1.7.0", 11899 - "resolved": "https://registry.npmjs.org/postcss-html/-/postcss-html-1.7.0.tgz", 11900 - "integrity": "sha512-MfcMpSUIaR/nNgeVS8AyvyDugXlADjN9AcV7e5rDfrF1wduIAGSkL4q2+wgrZgA3sHVAHLDO9FuauHhZYW2nBw==", 11898 + "version": "1.8.0", 11899 + "resolved": "https://registry.npmjs.org/postcss-html/-/postcss-html-1.8.0.tgz", 11900 + "integrity": "sha512-5mMeb1TgLWoRKxZ0Xh9RZDfwUUIqRrcxO2uXO+Ezl1N5lqpCiSU5Gk6+1kZediBfBHFtPCdopr2UZ2SgUsKcgQ==", 11901 11901 "dev": true, 11902 11902 "license": "MIT", 11903 11903 "dependencies": { 11904 11904 "htmlparser2": "^8.0.0", 11905 11905 "js-tokens": "^9.0.0", 11906 - "postcss": "^8.4.0", 11906 + "postcss": "^8.5.0", 11907 11907 "postcss-safe-parser": "^6.0.0" 11908 11908 }, 11909 11909 "engines": {
+2 -2
package.json
··· 36 36 "monaco-editor": "0.52.2", 37 37 "monaco-editor-webpack-plugin": "7.1.0", 38 38 "pdfobject": "2.3.0", 39 - "postcss": "8.4.49", 39 + "postcss": "8.5.1", 40 40 "postcss-loader": "8.1.1", 41 41 "postcss-nesting": "13.0.1", 42 42 "pretty-ms": "9.0.0", ··· 88 88 "happy-dom": "16.3.0", 89 89 "license-checker-rseidelsohn": "4.4.2", 90 90 "markdownlint-cli": "0.43.0", 91 - "postcss-html": "1.7.0", 91 + "postcss-html": "1.8.0", 92 92 "stylelint": "16.12.0", 93 93 "stylelint-declaration-block-no-ignored-properties": "2.8.0", 94 94 "stylelint-declaration-strict-value": "1.10.6",