chore(deps): update dependency prettier to v3.9.4 (#841)

Reviewed-on: https://codeberg.org/Codeberg/Documentation/pulls/841
Reviewed-by: Gusted <gusted@noreply.codeberg.org>
This commit is contained in:
Dependency bot 2026-07-13 00:45:22 +02:00 committed by Gusted
parent 7f3958fe80
commit a8f296562d
5 changed files with 12 additions and 7 deletions

View file

@ -22,7 +22,7 @@ steps:
depends_on: [] depends_on: []
settings: settings:
# renovate: datasource=npm depName=prettier # renovate: datasource=npm depName=prettier
version: 3.8.1 version: 3.9.4
links: links:
image: lycheeverse/lychee:0.22.0 image: lycheeverse/lychee:0.22.0

View file

@ -121,6 +121,7 @@ To add footnotes use the syntax `[^name]` inline, and define them with:<br>
```markdown ```markdown
Text with a footnote.[^1] Text with a footnote.[^1]
[^1]: A footnote. [^1]: A footnote.
``` ```

View file

@ -78,17 +78,21 @@ This is rendered as:
The link parser used in Forgejo can also work with the _double square brackets_ syntax in issues and The link parser used in Forgejo can also work with the _double square brackets_ syntax in issues and
other places where markdown is rendered: other places where markdown is rendered:
<!-- prettier-ignore-start -->
```markdown ```markdown
[[https://codeberg.org/]] [[https://codeberg.org/]]
``` ```
<!-- prettier-ignore-end -->
will get rendered as <https://codeberg.org>. will get rendered as <https://codeberg.org>.
You can also give a link description, as with the regular markdown syntax: You can also give a link description, as with the regular markdown syntax:
<!-- prettier-ignore-start -->
```markdown ```markdown
[[This is a link to Codeberg|https://codeberg.org]] [[This is a link to Codeberg|https://codeberg.org]]
``` ```
<!-- prettier-ignore-end -->
will be rendered as [This is a link to Codeberg](https://codeberg.org). will be rendered as [This is a link to Codeberg](https://codeberg.org).

View file

@ -26,6 +26,6 @@
"markdown-it-anchor": "9.2.0", "markdown-it-anchor": "9.2.0",
"markdownlint-cli2": "0.20.0", "markdownlint-cli2": "0.20.0",
"pagefind": "1.5.2", "pagefind": "1.5.2",
"prettier": "3.8.1" "prettier": "3.9.4"
} }
} }

View file

@ -51,8 +51,8 @@ importers:
specifier: 1.5.2 specifier: 1.5.2
version: 1.5.2 version: 1.5.2
prettier: prettier:
specifier: 3.8.1 specifier: 3.9.4
version: 3.8.1 version: 3.9.4
packages: packages:
@ -1362,8 +1362,8 @@ packages:
resolution: {integrity: sha512-7Hc+IvlQ7hlaIfQFZnxlRl0jnpWq2qwibORBhQYIb0QbNtuicc5ZxvKkVT71HJ4Py1wSZ/3VR1r8LfkCtoCzhw==} resolution: {integrity: sha512-7Hc+IvlQ7hlaIfQFZnxlRl0jnpWq2qwibORBhQYIb0QbNtuicc5ZxvKkVT71HJ4Py1wSZ/3VR1r8LfkCtoCzhw==}
engines: {node: '>=12.0.0'} engines: {node: '>=12.0.0'}
prettier@3.8.1: prettier@3.9.4:
resolution: {integrity: sha512-UOnG6LftzbdaHZcKoPFtOcCKztrQ57WkHDeRD9t/PTQtmT0NHSeWWepj6pS0z/N7+08BHFDQVUrfmfMRcZwbMg==} resolution: {integrity: sha512-yWG/o/4oJfo036EKAfK6ACAoDOfHeRHx4tuxkfBZiauURiaSmYwlpOr5LQqKtIkRD2z1PLteme2WoxEnj4tHTg==}
engines: {node: '>=14'} engines: {node: '>=14'}
hasBin: true hasBin: true
@ -2970,7 +2970,7 @@ snapshots:
posthtml-parser: 0.11.0 posthtml-parser: 0.11.0
posthtml-render: 3.0.0 posthtml-render: 3.0.0
prettier@3.8.1: {} prettier@3.9.4: {}
prismjs@1.30.0: {} prismjs@1.30.0: {}