chore(deps): update dependency prettier to v3.5.1 (#12)
All checks were successful
Actions / Build and Push Documentation (push) Successful in 16s

This PR contains the following updates:

| Package | Type | Update | Change |
|---|---|---|---|
| [prettier](https://prettier.io) ([source](https://github.com/prettier/prettier)) | devDependencies | patch | [`3.5.0` -> `3.5.1`](https://renovatebot.com/diffs/npm/prettier/3.5.0/3.5.1) |

---

### Release Notes

<details>
<summary>prettier/prettier (prettier)</summary>

### [`v3.5.1`](https://github.com/prettier/prettier/blob/HEAD/CHANGELOG.md#351)

[Compare Source](https://github.com/prettier/prettier/compare/3.5.0...3.5.1)

[diff](https://github.com/prettier/prettier/compare/3.5.0...3.5.1)

##### Fix CLI crash when cache for old version exists ([#&#8203;17100](https://github.com/prettier/prettier/pull/17100) by [@&#8203;sosukesuzuki](https://github.com/sosukesuzuki))

Prettier 3.5 uses a different cache format than previous versions, Prettier 3.5.0 crashes when reading existing cache file, Prettier 3.5.1 fixed the problem.

##### Support dockercompose and github-actions-workflow in VSCode ([#&#8203;17101](https://github.com/prettier/prettier/pull/17101) by [@&#8203;remcohaszing](https://github.com/remcohaszing))

Prettier now supports the `dockercompose` and `github-actions-workflow` languages in Visual Studio Code.

</details>

---

### Configuration

📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

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

♻ **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.

---

 - [ ] <!-- 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:eyJjcmVhdGVkSW5WZXIiOiIzOS4xNjYuMCIsInVwZGF0ZWRJblZlciI6IjM5LjE2Ni4wIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6W119-->

Reviewed-on: #12
Co-authored-by: Renovate <renovate@csw.im>
Co-committed-by: Renovate <renovate@csw.im>
This commit is contained in:
Renovate 2025-02-13 11:23:59 -05:00 committed by cswimr
parent 15a5e2a776
commit 2764f5ab65
Signed by: CoastalCommits
GPG key ID: 7E73189F651A553F
2 changed files with 4 additions and 4 deletions

View file

@ -10,7 +10,7 @@
"@typhonjs-typedoc/typedoc-theme-dmt": "0.3.1",
"eslint": "9.20.1",
"eslint-config-standard": "17.1.0",
"prettier": "3.5.0",
"prettier": "3.5.1",
"typedoc": "0.27.7",
"typedoc-plugin-coverage": "3.4.1",
"typedoc-plugin-markdown": "4.4.2",
@ -18,7 +18,7 @@
},
"packages/parser": {
"name": "@packwizjs/parser",
"version": "1.1.0",
"version": "1.1.2",
"dependencies": {
"@types/semver": "^7.5.8",
"semver": "^7.7.1",
@ -515,7 +515,7 @@
"prelude-ls": ["prelude-ls@1.2.1", "", {}, "sha512-vkcDPrRZo1QZLbn5RLGPpg/WmIQ65qoWWhcGKf/b5eplkkarX0m9z8ppCat4mlOqUsWpyNuYgO3VRyrYHSzX5g=="],
"prettier": ["prettier@3.5.0", "", { "bin": { "prettier": "bin/prettier.cjs" } }, "sha512-quyMrVt6svPS7CjQ9gKb3GLEX/rl3BCL2oa/QkNcXv4YNVBC9olt3s+H7ukto06q7B1Qz46PbrKLO34PR6vXcA=="],
"prettier": ["prettier@3.5.1", "", { "bin": { "prettier": "bin/prettier.cjs" } }, "sha512-hPpFQvHwL3Qv5AdRvBFMhnKo4tYxp0ReXiPn2bxkiohEX6mBeBwEpBSQTkD458RaaDKQMYSp4hX4UtfUTA5wDw=="],
"punycode": ["punycode@2.3.1", "", {}, "sha512-vYt7UD1U9Wg6138shLtLOvdAu+8DsC/ilFtEVHcH+wydcSpNE20AfSOduf6MkRFahL5FY7X1oU7nKVZFtfq8Fg=="],

View file

@ -21,7 +21,7 @@
"@typhonjs-typedoc/typedoc-theme-dmt": "0.3.1",
"eslint": "9.20.1",
"eslint-config-standard": "17.1.0",
"prettier": "3.5.0",
"prettier": "3.5.1",
"typedoc": "0.27.7",
"typedoc-plugin-coverage": "3.4.1",
"typedoc-plugin-markdown": "4.4.2"