A simple JavaScript module to parse the contents of Packwiz index files. https://packwizjs.csw.im/
Find a file
Renovate 2764f5ab65
All checks were successful
Actions / Build and Push Documentation (push) Successful in 16s
chore(deps): update dependency prettier to v3.5.1 (#12)
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>
2025-02-13 11:23:59 -05:00
.forgejo/workflows fix docs build again 2025-02-09 16:19:28 -06:00
.husky chore(repo): add husky and prettier git hook 2025-02-12 15:22:07 -06:00
docs/assets chore(docs): add favicon, switch back to default theme 2025-02-12 15:12:38 -06:00
packages feat(parser): add Resource.cwd() static method 2025-02-13 10:02:39 -06:00
packwiz add authors and description to the packwiz example pack 2025-02-09 09:59:14 -06:00
.editorconfig add src 2025-02-07 22:49:49 -06:00
.envrc add src 2025-02-07 22:49:49 -06:00
.gitignore docs stuff 2025-02-09 16:15:10 -06:00
.neoconf.json add src 2025-02-07 22:49:49 -06:00
.prettierrc.json chore(tooling): add prettier config file 2025-02-13 10:23:37 -06:00
bun.lock chore(deps): update dependency prettier to v3.5.1 (#12) 2025-02-13 11:23:59 -05:00
eslint.config.js formatting 2025-02-10 05:26:57 -06:00
flake.lock add src 2025-02-07 22:49:49 -06:00
flake.nix chore(tooling): add hyperfine to the nix flake 2025-02-12 23:58:48 -06:00
LICENSE Initial commit 2025-02-07 21:23:32 -05:00
package.json chore(deps): update dependency prettier to v3.5.1 (#12) 2025-02-13 11:23:59 -05:00
README.md chore(repo): add README 2025-02-12 01:15:39 -06:00
renovate.json finish package file & format 2025-02-09 16:50:27 -06:00
tsconfig.base.json feat(parser): switch to monorepo format 2025-02-11 09:03:43 -06:00
typedoc.jsonc chore(tooling): add prettier config file 2025-02-13 10:23:37 -06:00

PackwizJS