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 ([#​17100](https://github.com/prettier/prettier/pull/17100) by [@​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 ([#​17101](https://github.com/prettier/prettier/pull/17101) by [@​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>
29 lines
738 B
JSON
29 lines
738 B
JSON
{
|
|
"name": "packwizjs",
|
|
"version": "1.0.0",
|
|
"private": true,
|
|
"workspaces": [
|
|
"packages/*"
|
|
],
|
|
"author": {
|
|
"name": "cswimr",
|
|
"email": "seaswimmerthefsh@gmail.com"
|
|
},
|
|
"scripts": {
|
|
"docs": "typedoc --options typedoc.jsonc",
|
|
"format": "bun prettier --write '**/*.{ts,json,jsonc,md}'",
|
|
"prepare": "bunx husky || true"
|
|
},
|
|
"devDependencies": {
|
|
"@getmeli/cli": "1.2.0",
|
|
"@types/bun": "latest",
|
|
"@typhonjs-typedoc/ts-lib-docs": "2024.12.25",
|
|
"@typhonjs-typedoc/typedoc-theme-dmt": "0.3.1",
|
|
"eslint": "9.20.1",
|
|
"eslint-config-standard": "17.1.0",
|
|
"prettier": "3.5.1",
|
|
"typedoc": "0.27.7",
|
|
"typedoc-plugin-coverage": "3.4.1",
|
|
"typedoc-plugin-markdown": "4.4.2"
|
|
}
|
|
}
|