Skip to content

fix(deps): update dependency prettier to v3.8.5#1057

Open
renovate[bot] wants to merge 1 commit into
mainfrom
renovate/patch-prettier
Open

fix(deps): update dependency prettier to v3.8.5#1057
renovate[bot] wants to merge 1 commit into
mainfrom
renovate/patch-prettier

Conversation

@renovate

@renovate renovate Bot commented Jun 22, 2026

Copy link
Copy Markdown
Contributor

This PR contains the following updates:

Package Change Age Confidence
prettier (source) 3.8.33.8.5 age confidence

Release Notes

prettier/prettier (prettier)

v3.8.5

Compare Source

v3.8.4

Compare Source

diff

Markdown: Fix blank lines between list items and nested sub-lists being removed in Markdown/MDX (#​17746 by @​byplayer)

Prettier was removing blank lines between list items and their nested sub-lists, converting loose lists into tight lists and changing their semantic meaning.

<!-- Input -->
- a

  - b

- c

  - d

<!-- Prettier 3.8.3 -->
- a
  - b
- c
  - d

<!-- Prettier 3.8.4 -->
- a

  - b

- c

  - d

Configuration

📅 Schedule: (in timezone Europe/Berlin)

  • Branch creation
    • "after 10:00 before 19:00 every weekday except after 13:00 before 14:00"
  • 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 these updates again.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@renovate renovate Bot requested a review from prisis as a code owner June 22, 2026 10:10
@renovate renovate Bot added the prettier label Jun 22, 2026
@github-actions

github-actions Bot commented Jun 22, 2026

Copy link
Copy Markdown
Contributor

Thank you for following the naming conventions! 🙏

@renovate renovate Bot changed the title fix(deps): update prettier to v3.8.4 fix(deps): update prettier (patch) Jun 23, 2026
@renovate renovate Bot changed the title fix(deps): update prettier (patch) fix(deps): update dependency prettier to v3.8.4 Jun 25, 2026
@renovate renovate Bot force-pushed the renovate/patch-prettier branch from ab488a8 to ded6398 Compare June 25, 2026 15:57
Signed-off-by: Renovate Bot <bot@renovateapp.com>
@renovate renovate Bot force-pushed the renovate/patch-prettier branch from ded6398 to 0aecfd3 Compare June 30, 2026 15:10
@renovate renovate Bot changed the title fix(deps): update dependency prettier to v3.8.4 fix(deps): update dependency prettier to v3.8.5 Jun 30, 2026
@renovate

renovate Bot commented Jun 30, 2026

Copy link
Copy Markdown
Contributor Author

⚠️ Artifact update problem

Renovate failed to update an artifact related to this branch. You probably do not want to merge this PR as-is.

♻ Renovate will retry this branch, including artifacts, only when one of the following happens:

  • any of the package files in this branch needs updating, or
  • the branch becomes conflicted, or
  • you click the rebase/retry checkbox if found above, or
  • you rename this PR's title to start with "rebase!" to trigger it manually

The artifact failure details are included below:

File name: pnpm-lock.yaml

<--- Last few GCs --->

[1008:0x28ac1000]    87476 ms: Scavenge 1482.0 (1512.6) -> 1477.9 (1512.3) MB, pooled: 0 MB, 11.95 / 0.01 ms  (average mu = 0.316, current mu = 0.297) task; 
[1008:0x28ac1000]    88548 ms: Mark-Compact (reduce) 1483.3 (1515.2) -> 1476.6 (1500.8) MB, pooled: 0 MB, 51.29 / 0.09 ms  (+ 928.7 ms in 0 steps since start of marking, biggest step 0.0 ms, walltime since start of marking 1071 ms) (average mu = 0.359, cu

<--- JS stacktrace --->

FATAL ERROR: Ineffective mark-compacts near heap limit Allocation failed - JavaScript heap out of memory
----- Native stack trace -----

 1: 0xe46bbe node::OOMErrorHandler(char const*, v8::OOMDetails const&) [/opt/containerbase/tools/node/22.22.3/bin/node]
 2: 0x1243640 v8::Utils::ReportOOMFailure(v8::internal::Isolate*, char const*, v8::OOMDetails const&) [/opt/containerbase/tools/node/22.22.3/bin/node]
 3: 0x1243917 v8::internal::V8::FatalProcessOutOfMemory(v8::internal::Isolate*, char const*, v8::OOMDetails const&) [/opt/containerbase/tools/node/22.22.3/bin/node]
 4: 0x1472825  [/opt/containerbase/tools/node/22.22.3/bin/node]
 5: 0x1472853  [/opt/containerbase/tools/node/22.22.3/bin/node]
 6: 0x148b92a  [/opt/containerbase/tools/node/22.22.3/bin/node]
 7: 0x148eaf8  [/opt/containerbase/tools/node/22.22.3/bin/node]
 8: 0x1cf7681  [/opt/containerbase/tools/node/22.22.3/bin/node]
/usr/local/bin/node: line 18:  1008 Aborted                 /opt/containerbase/tools/node/22.22.3/bin/node "$@"

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants