Commit graph

89 commits

Author SHA1 Message Date
47cd7f11e4
add usage example to readme
Some checks failed
Actions / Build and Push Documentation (push) Has been cancelled
2025-02-09 13:29:56 -06:00
87e49052cd
Pin dependencies (#5)
All checks were successful
Actions / Build and Push Documentation (push) Successful in 20s
This PR contains the following updates:

| Package | Type | Update | Change |
|---|---|---|---|
| catthehacker/ubuntu | container | pinDigest |  -> `89367f3` |
| [https://github.com/oven-sh/setup-bun](https://github.com/oven-sh/setup-bun) | action | pinDigest |  -> `4bc047a` |
| https://www.coastalcommits.com/actions/ssh-agent | action | pinDigest |  ->  |

---

### 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.

👻 **Immortal**: This PR will be recreated if closed unmerged. Get [config help](https://github.com/renovatebot/renovate/discussions) if that's undesired.

---

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

Reviewed-on: https://www.coastalcommits.com/GalacticFactory/PackwizJS/pulls/5
Co-authored-by: Renovate <renovate@coastalcommits.com>
Co-committed-by: Renovate <renovate@coastalcommits.com>
2025-02-09 14:04:55 -05:00
a889d6edeb
fix commit step
All checks were successful
Actions / Build and Push Documentation (push) Successful in 14s
2025-02-09 11:00:07 -06:00
3624bf98d1
rename nodejs step and fix commit
Some checks failed
Actions / Build and Push Documentation (push) Failing after 13s
2025-02-09 10:58:15 -06:00
c6a1aba0cf
fix workflow
Some checks failed
Actions / Build and Push Documentation (push) Failing after 26s
2025-02-09 10:57:02 -06:00
f1fed002a2
fix docs build action
Some checks failed
Actions / Build and Push Documentation (push) Failing after 3s
we do not use pnpm ☠️
2025-02-09 10:56:15 -06:00
15e7bdbf90
add docs workflow
Some checks failed
Actions / Build and Push Documentation (push) Failing after 34s
2025-02-09 10:50:57 -06:00
34dd638291
fix Packwiz class docs 2025-02-09 10:36:20 -06:00
5115c9ac55
formatting 2025-02-09 10:33:44 -06:00
8338d76514
document the parser file 2025-02-09 10:24:15 -06:00
20403d09bd
document the enums 2025-02-09 10:14:11 -06:00
566bc90aab
document Resource 2025-02-09 10:10:56 -06:00
bd5d747a72
Pin dependencies (#4)
This PR contains the following updates:

| Package | Type | Update | Change |
|---|---|---|---|
| [typedoc](https://typedoc.org) ([source](https://github.com/TypeStrong/TypeDoc)) | devDependencies | pin | [`^0.27.6` -> `0.27.6`](https://renovatebot.com/diffs/npm/typedoc/0.27.6/0.27.6) |
| [typedoc-plugin-markdown](https://typedoc-plugin-markdown.org) ([source](https://github.com/typedoc2md/typedoc-plugin-markdown/tree/HEAD/packages/typedoc-plugin-markdown)) | devDependencies | pin | [`^4.4.1` -> `4.4.1`](https://renovatebot.com/diffs/npm/typedoc-plugin-markdown/4.4.1/4.4.1) |

Add the preset `:preserveSemverRanges` to your config if you don't want to pin your dependencies.

---

### 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 is behind base branch, or you tick the rebase/retry checkbox.

👻 **Immortal**: This PR will be recreated if closed unmerged. Get [config help](https://github.com/renovatebot/renovate/discussions) if that's undesired.

---

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

Reviewed-on: https://www.coastalcommits.com/GalacticFactory/PackwizJS/pulls/4
Co-authored-by: Renovate <renovate@coastalcommits.com>
Co-committed-by: Renovate <renovate@coastalcommits.com>
2025-02-09 11:03:32 -05:00
1f43e419d3
remove useless index file 2025-02-09 10:03:08 -06:00
f0b3e81c0a
add docs 2025-02-09 10:00:02 -06:00
eab42ee1b8
remove an export default
breaks typedoc for some reason
2025-02-09 09:59:56 -06:00
fa518bc41f
add authors and description to the packwiz example pack 2025-02-09 09:59:14 -06:00
c76087fe17
add support for parsing pack.toml instead of just the index file 2025-02-08 11:19:58 -06:00
c1d849b0e0
add a debugging statement to hash-format 2025-02-08 11:19:15 -06:00
ac1afd3997
add sample packwiz pack 2025-02-08 10:24:38 -06:00
f84576b6be
refactor hash-format and add Side enum 2025-02-08 10:24:26 -06:00
6b6a5f3cfb
make hashformat a string enum 2025-02-08 10:01:52 -06:00
f4e20ef240
add support for optional mods 2025-02-08 09:28:18 -06:00
a74bafd3a1
refactor providers again 2025-02-08 09:04:41 -06:00
109155631d
refactor providers 2025-02-08 09:01:17 -06:00
7e1f186d62
change incorrect comment 2025-02-08 08:57:27 -06:00
4607520e97
move providers into their own module 2025-02-08 08:56:25 -06:00
a356c1c0be
remove pointless package 2025-02-08 08:53:30 -06:00
976dbbda4a
fix curseforge provider, general provider refactoring 2025-02-08 08:51:35 -06:00
f4a9e82f4b
improve typing in resource class 2025-02-08 08:51:23 -06:00
53c95f1a4e
fix parsing 2025-02-08 08:42:04 -06:00
ffa807a4cc
don't redeclare two parent attributes 2025-02-08 08:35:17 -06:00
815f42b555
Merge pull request 'Pin dependencies' (#2) from renovate/pin-dependencies into main
Reviewed-on: https://www.coastalcommits.com/GalacticFactory/PackwizJS/pulls/2
2025-02-08 09:33:22 -05:00
eb836474ab
add more providers and refactor path to support urls 2025-02-08 08:32:58 -06:00
ee88798d8a
Pin dependencies 2025-02-08 12:51:12 +00:00
fff43a8d8f
Merge pull request 'Configure Renovate' (#1) from renovate/configure into main
Reviewed-on: https://www.coastalcommits.com/GalacticFactory/PackwizJS/pulls/1
2025-02-08 07:42:32 -05:00
d76970757d
Add renovate.json 2025-02-08 12:41:18 +00:00
692c883dee
add src 2025-02-07 22:49:49 -06:00
d906ece738
Initial commit 2025-02-07 21:23:32 -05:00