From 99579763c238d8508e3ab8d02ab83eef821b077a Mon Sep 17 00:00:00 2001 From: TrueCharts Bot Date: Fri, 27 Jun 2025 08:13:00 +0200 Subject: [PATCH] =?UTF-8?q?fix(website):=20update=20prettier=203.6.1=20?= =?UTF-8?q?=E2=86=92=203.6.2=20(#36680)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [prettier](https://prettier.io) ([source](https://redirect.github.com/prettier/prettier)) | dependencies | patch | [`3.6.1` -> `3.6.2`](https://renovatebot.com/diffs/npm/prettier/3.6.1/3.6.2) | Add the preset `:preserveSemverRanges` to your config if you don't want to pin your dependencies. --- ### Release Notes
prettier/prettier (prettier) ### [`v3.6.2`](https://redirect.github.com/prettier/prettier/blob/HEAD/CHANGELOG.md#362) [Compare Source](https://redirect.github.com/prettier/prettier/compare/3.6.1...3.6.2) [diff](https://redirect.github.com/prettier/prettier/compare/3.6.1...3.6.2) ##### Markdown: Add missing blank line around code block ([#​17675](https://redirect.github.com/prettier/prettier/pull/17675) by [@​fisker](https://redirect.github.com/fisker)) ````md 1. Some text, and code block below, with newline after code block ```yaml --- foo: bar ``` 1. Another 2. List 1. Some text, and code block below, with newline after code block ```yaml --- foo: bar ``` 1. Another 2. List 1. Some text, and code block below, with newline after code block ```yaml --- foo: bar ``` 1. Another 2. List ````
--- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Enabled. ♻ **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. --- - [ ] If you want to rebase/retry this PR, check this box --- This PR has been generated by [Renovate Bot](https://redirect.github.com/renovatebot/renovate). --- website/package-lock.json | 8 ++++---- website/package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/website/package-lock.json b/website/package-lock.json index 87e0d75ac59..1b4ae888c81 100644 --- a/website/package-lock.json +++ b/website/package-lock.json @@ -19,7 +19,7 @@ "astro-integration-lottie": "0.3.2", "astro-robots-txt": "1.0.0", "lottie-web": "5.13.0", - "prettier": "3.6.1", + "prettier": "3.6.2", "sharp": "0.34.2", "starlight-blog": "0.16.1", "starlight-image-zoom": "0.10.1", @@ -7370,9 +7370,9 @@ "license": "MIT" }, "node_modules/prettier": { - "version": "3.6.1", - "resolved": "https://registry.npmjs.org/prettier/-/prettier-3.6.1.tgz", - "integrity": "sha512-5xGWRa90Sp2+x1dQtNpIpeOQpTDBs9cZDmA/qs2vDNN2i18PdapqY7CmBeyLlMuGqXJRIOPaCaVZTLNQRWUH/A==", + "version": "3.6.2", + "resolved": "https://registry.npmjs.org/prettier/-/prettier-3.6.2.tgz", + "integrity": "sha512-I7AIg5boAr5R0FFtJ6rCfD+LFsWHp81dolrFD8S79U9tb8Az2nGrJncnMSnys+bpQJfRUzqs9hnA81OAA3hCuQ==", "license": "MIT", "bin": { "prettier": "bin/prettier.cjs" diff --git a/website/package.json b/website/package.json index 01e89a256a9..3644c205692 100644 --- a/website/package.json +++ b/website/package.json @@ -28,7 +28,7 @@ "astro-integration-lottie": "0.3.2", "astro-robots-txt": "1.0.0", "lottie-web": "5.13.0", - "prettier": "3.6.1", + "prettier": "3.6.2", "sharp": "0.34.2", "starlight-blog": "0.16.1", "starlight-image-zoom": "0.10.1",