This is an automated email from the ASF dual-hosted git repository.

JacquesLeRoux pushed a commit to branch release24.09
in repository https://gitbox.apache.org/repos/asf/ofbiz-plugins.git


The following commit(s) were added to refs/heads/release24.09 by this push:
     new 20c87dd4e Bump prettier from 3.8.3 to 3.8.4 in /example/vite-react-app 
(#280)
20c87dd4e is described below

commit 20c87dd4e52d47d99e789abbf4c2358750b7f78b
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Wed Jun 10 09:43:20 2026 +0200

    Bump prettier from 3.8.3 to 3.8.4 in /example/vite-react-app (#280)
    
    Bumps [prettier](https://github.com/prettier/prettier) from 3.8.3 to
    3.8.4.
    <details>
    <summary>Release notes</summary>
    <p><em>Sourced from <a
    href="https://github.com/prettier/prettier/releases";>prettier's
    releases</a>.</em></p>
    <blockquote>
    <h2>3.8.4</h2>
    <ul>
    <li>Markdown: Fix blank lines between list items and nested sub-lists
    being removed in Markdown/MDX (<a
    
href="https://redirect.github.com/prettier/prettier/pull/17746";>prettier/prettier#17746</a>
    by <a
    href="https://github.com/byplayer";><code>@​byplayer</code></a>)</li>
    </ul>
    <p>🔗 <a
    
href="https://github.com/prettier/prettier/blob/3.8.4/CHANGELOG.md#384";>Changelog</a></p>
    </blockquote>
    </details>
    <details>
    <summary>Changelog</summary>
    <p><em>Sourced from <a
    
href="https://github.com/prettier/prettier/blob/main/CHANGELOG.md";>prettier's
    changelog</a>.</em></p>
    <blockquote>
    <h1>3.8.4</h1>
    <p><a
    
href="https://github.com/prettier/prettier/compare/3.8.3...3.8.4";>diff</a></p>
    <h4>Markdown: Fix blank lines between list items and nested sub-lists
    being removed in Markdown/MDX (<a
    href="https://redirect.github.com/prettier/prettier/pull/17746";>#17746</a>
    by <a
    href="https://github.com/byplayer";><code>@​byplayer</code></a>)</h4>
    <p>Prettier was removing blank lines between list items and their nested
    sub-lists, converting loose lists into tight lists and changing their
    semantic meaning.</p>
    <!-- raw HTML omitted -->
    <pre lang="markdown"><code>&lt;!-- Input --&gt;
    - a
    <ul>
    <li>
    <p>b</p>
    </li>
    <li>
    <p>c</p>
    <ul>
    <li>d</li>
    </ul>
    </li>
    </ul>
    <p>&lt;!-- Prettier 3.8.3 --&gt;</p>
    <ul>
    <li>a
    <ul>
    <li>b</li>
    </ul>
    </li>
    <li>c
    <ul>
    <li>d</li>
    </ul>
    </li>
    </ul>
    <p>&lt;!-- Prettier 3.8.4 --&gt;</p>
    <ul>
    <li>
    <p>a</p>
    <ul>
    <li>b</li>
    </ul>
    </li>
    <li>
    <p>c</p>
    <ul>
    <li>d<br />
    </code></pre></li>
    </ul>
    </li>
    </ul>
    </blockquote>
    </details>
    <details>
    <summary>Commits</summary>
    <ul>
    <li><a
    
href="https://github.com/prettier/prettier/commit/1c6ba5539141552e0e8e22d401ea620d8fdff468";><code>1c6ba55</code></a>
    Release 3.8.4</li>
    <li><a
    
href="https://github.com/prettier/prettier/commit/4a673dc9b59ddf7296bbab9822093d2971da84a8";><code>4a673dc</code></a>
    Fix blank lines between list items and nested sub-lists being removed in
    Mark...</li>
    <li><a
    
href="https://github.com/prettier/prettier/commit/074aaedbb052a288e89d15eb0a4214de37a08866";><code>074aaed</code></a>
    Replace <code>main</code> branch in changelog link with tags (<a
    
href="https://redirect.github.com/prettier/prettier/issues/19054";>#19054</a>)</li>
    <li><a
    
href="https://github.com/prettier/prettier/commit/c22a003ae97917c5043e8685b4fdff0f93e978f9";><code>c22a003</code></a>
    Bump Prettier dependency to 3.8.3</li>
    <li><a
    
href="https://github.com/prettier/prettier/commit/07bad1f04536e9799927007baf466e67151576f0";><code>07bad1f</code></a>
    Clean changelog_unreleased</li>
    <li>See full diff in <a
    href="https://github.com/prettier/prettier/compare/3.8.3...3.8.4";>compare
    view</a></li>
    </ul>
    </details>
    <br />
    
    
    [![Dependabot compatibility
    
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=prettier&package-manager=npm_and_yarn&previous-version=3.8.3&new-version=3.8.4)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)
    
    Dependabot will resolve any conflicts with this PR as long as you don't
    alter it yourself. You can also trigger a rebase manually by commenting
    `@dependabot rebase`.
    
    [//]: # (dependabot-automerge-start)
    [//]: # (dependabot-automerge-end)
    
    ---
    
    <details>
    <summary>Dependabot commands and options</summary>
    <br />
    
    You can trigger Dependabot actions by commenting on this PR:
    - `@dependabot rebase` will rebase this PR
    - `@dependabot recreate` will recreate this PR, overwriting any edits
    that have been made to it
    - `@dependabot show <dependency name> ignore conditions` will show all
    of the ignore conditions of the specified dependency
    - `@dependabot ignore this major version` will close this PR and stop
    Dependabot creating any more for this major version (unless you reopen
    the PR or upgrade to it yourself)
    - `@dependabot ignore this minor version` will close this PR and stop
    Dependabot creating any more for this minor version (unless you reopen
    the PR or upgrade to it yourself)
    - `@dependabot ignore this dependency` will close this PR and stop
    Dependabot creating any more for this dependency (unless you reopen the
    PR or upgrade to it yourself)
    
    
    </details>
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] 
<49699333+dependabot[bot]@users.noreply.github.com>
---
 example/vite-react-app/package-lock.json | 8 ++++----
 example/vite-react-app/package.json      | 2 +-
 2 files changed, 5 insertions(+), 5 deletions(-)

diff --git a/example/vite-react-app/package-lock.json 
b/example/vite-react-app/package-lock.json
index f274d3ac1..b2c8613fe 100644
--- a/example/vite-react-app/package-lock.json
+++ b/example/vite-react-app/package-lock.json
@@ -17,7 +17,7 @@
         "@types/react": "^19.2.16",
         "@types/react-dom": "^19.2.3",
         "@vitejs/plugin-react": "^6.0.2",
-        "prettier": "^3.8.3",
+        "prettier": "^3.8.4",
         "typescript": "^6.0.3",
         "vite": "^8.0.16"
       },
@@ -795,9 +795,9 @@
       }
     },
     "node_modules/prettier": {
-      "version": "3.8.3",
-      "resolved": "https://registry.npmjs.org/prettier/-/prettier-3.8.3.tgz";,
-      "integrity": 
"sha512-7igPTM53cGHMW8xWuVTydi2KO233VFiTNyF5hLJqpilHfmn8C8gPf+PS7dUT64YcXFbiMGZxS9pCSxL/Dxm/Jw==",
+      "version": "3.8.4",
+      "resolved": "https://registry.npmjs.org/prettier/-/prettier-3.8.4.tgz";,
+      "integrity": 
"sha512-N2MylSdi48+5N/6S5j+maeHbUSIzzZ5uOcX5Hm4QpV8Dkb1HFjfAKTKX6yNPJQD9AhcT3ifHNB66tWTTJDi11Q==",
       "dev": true,
       "license": "MIT",
       "bin": {
diff --git a/example/vite-react-app/package.json 
b/example/vite-react-app/package.json
index 9dd7ed5cd..e132155b0 100644
--- a/example/vite-react-app/package.json
+++ b/example/vite-react-app/package.json
@@ -21,7 +21,7 @@
     "@types/react": "^19.2.16",
     "@types/react-dom": "^19.2.3",
     "@vitejs/plugin-react": "^6.0.2",
-    "prettier": "^3.8.3",
+    "prettier": "^3.8.4",
     "typescript": "^6.0.3",
     "vite": "^8.0.16"
   }

Reply via email to