Commit graph

112 commits

Author SHA1 Message Date
0de41257ce
chore(deps): update dependency prettier to v3.5.1 2025-02-13 13:21:12 +00:00
95f8e358dd
feat(sync): download a file if it doesn't exist regardless of stateHash status
All checks were successful
Actions / Build and Push Documentation (push) Successful in 6m45s
2025-02-13 00:23:25 -06:00
c54c2acb1d
fix(sync): remove an unused const
All checks were successful
Actions / Build and Push Documentation (push) Successful in 18s
2025-02-13 00:12:19 -06:00
e8873f3ce8
feat(sync): finish state file implementation
Some checks failed
Actions / Build and Push Documentation (push) Failing after 36s
2025-02-13 00:11:02 -06:00
872ea12b3d
feat(sync): add (wip) state file
All checks were successful
Actions / Build and Push Documentation (push) Successful in 17s
2025-02-12 23:59:13 -06:00
75178c54cd
chore(tooling): add hyperfine to the nix flake 2025-02-12 23:58:48 -06:00
fe7916d505
chore(repo): fix husky 2025-02-12 23:58:36 -06:00
2de4d92422
chore(repo): make sure the prepare script doesn't fail when devDependencies aren't installed
All checks were successful
Actions / Build and Push Documentation (push) Successful in 15s
2025-02-12 15:32:11 -06:00
e590637919
chore(repo): add husky and prettier git hook
Some checks failed
Actions / Build and Push Documentation (push) Failing after 9s
2025-02-12 15:22:07 -06:00
b0e76a8ff7
style(sync): format
All checks were successful
Actions / Build and Push Documentation (push) Successful in 16s
2025-02-12 15:17:17 -06:00
5db54d3f6f
style(parser): format 2025-02-12 15:17:13 -06:00
dbf2743409
feat(sync): export formatBytes
All checks were successful
Actions / Build and Push Documentation (push) Successful in 15s
2025-02-12 15:15:08 -06:00
d78b862360
chore(docs): add favicon, switch back to default theme
All checks were successful
Actions / Build and Push Documentation (push) Successful in 16s
typedoc-theme-dmt (default-modern) is currently broken in monorepos, see
https://github.com/typhonjs-typedoc/typedoc-theme-dmt/issues/6
2025-02-12 15:12:38 -06:00
53db10f4e5
feat(sync): check which Side a metafile should be downloaded on before downloading it
Some checks failed
Actions / Build and Push Documentation (push) Failing after 16s
2025-02-12 08:21:22 -06:00
6907543fb8
feat(sync): format byte numbers in download logs 2025-02-12 08:20:57 -06:00
0b3f39b8b2
fix(sync): remove type from the HashFormat import in sync.ts 2025-02-12 08:20:10 -06:00
9cbf22e22a
chore(repo): add README
Some checks failed
Actions / Build and Push Documentation (push) Failing after 16s
2025-02-12 01:15:39 -06:00
cd64371c58
fix(sync): use warn instead of log for warnings
Some checks failed
Actions / Build and Push Documentation (push) Failing after 14s
2025-02-12 01:12:03 -06:00
28dc915498
fix(parser): correct jsdoc comment
Some checks failed
Actions / Build and Push Documentation (push) Failing after 14s
2025-02-12 01:10:59 -06:00
2501032cf4
fix(parser): use warn instead of log for warnings
Some checks failed
Actions / Build and Push Documentation (push) Failing after 14s
2025-02-12 01:08:26 -06:00
57920a034d
fix(sync): add index file
Some checks failed
Actions / Build and Push Documentation (push) Failing after 14s
2025-02-12 00:56:56 -06:00
50b42b038a
feat(sync): init
Some checks failed
Actions / Build and Push Documentation (push) Failing after 14s
2025-02-12 00:53:25 -06:00
65e3144bd1
feat(parser): implement hashing
All checks were successful
Actions / Build and Push Documentation (push) Successful in 15s
2025-02-12 00:50:03 -06:00
f302ec0d31
feat(parser): add split(), url, and diff() to Resource 2025-02-12 00:46:18 -06:00
46f212423f
chore(docs): change favicon
All checks were successful
Actions / Build and Push Documentation (push) Successful in 15s
2025-02-11 21:26:06 -06:00
90fa53990a
fix(parser): export stuff in an index.ts file
All checks were successful
Actions / Build and Push Documentation (push) Successful in 15s
2025-02-11 19:20:35 -06:00
b31af94e3d
fix(parser): declare package exports correctly
All checks were successful
Actions / Build and Push Documentation (push) Successful in 16s
2025-02-11 19:00:52 -06:00
464435579b
chore(deps): update dependency eslint to v9.20.1 (#10)
All checks were successful
Actions / Build and Push Documentation (push) Successful in 15s
This PR contains the following updates:

| Package | Type | Update | Change |
|---|---|---|---|
| [eslint](https://eslint.org) ([source](https://github.com/eslint/eslint)) | devDependencies | patch | [`9.20.0` -> `9.20.1`](https://renovatebot.com/diffs/npm/eslint/9.20.0/9.20.1) |

---

### Release Notes

<details>
<summary>eslint/eslint (eslint)</summary>

### [`v9.20.1`](https://github.com/eslint/eslint/releases/tag/v9.20.1)

[Compare Source](https://github.com/eslint/eslint/compare/v9.20.0...v9.20.1)

#### Bug Fixes

-   [`274f054`](274f054f19) fix: fix `RuleContext` type ([#&#8203;19417](https://github.com/eslint/eslint/issues/19417)) (Francesco Trotta)

#### Documentation

-   [`fe3ccb2`](fe3ccb2ff4) docs: allow typing in search box while dropdown is open ([#&#8203;19424](https://github.com/eslint/eslint/issues/19424)) (Amaresh  S M)
-   [`93c78a5`](93c78a5c58) docs: Add instructions for pnpm compat ([#&#8203;19422](https://github.com/eslint/eslint/issues/19422)) (Nicholas C. Zakas)
-   [`b476a93`](b476a930bb) docs: Fix Keyboard Navigation for Search Results ([#&#8203;19416](https://github.com/eslint/eslint/issues/19416)) (Amaresh  S M)
-   [`ccb60c0`](ccb60c0b14) docs: Update README (GitHub Actions Bot)

</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:eyJjcmVhdGVkSW5WZXIiOiIzOS4xNjUuMSIsInVwZGF0ZWRJblZlciI6IjM5LjE2NS4xIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6W119-->

Reviewed-on: #10
Co-authored-by: Renovate <renovate@csw.im>
Co-committed-by: Renovate <renovate@csw.im>
2025-02-11 12:41:36 -05:00
2c3756f8f3
chore(parser): correct readme error
All checks were successful
Actions / Build and Push Documentation (push) Successful in 19s
2025-02-11 09:13:10 -06:00
1012636f95
chore(parser): move readme
All checks were successful
Actions / Build and Push Documentation (push) Successful in 15s
2025-02-11 09:10:59 -06:00
894751fb0c
chore(repo): fix typedocs
All checks were successful
Actions / Build and Push Documentation (push) Successful in 15s
2025-02-11 09:08:37 -06:00
20e271c714
chore(parser): rename file
All checks were successful
Actions / Build and Push Documentation (push) Successful in 15s
2025-02-11 09:06:39 -06:00
06c868148c
chore(repo): set core package to private
All checks were successful
Actions / Build and Push Documentation (push) Successful in 14s
2025-02-11 09:04:31 -06:00
741d2ca999
feat(parser): switch to monorepo format
All checks were successful
Actions / Build and Push Documentation (push) Successful in 16s
2025-02-11 09:03:43 -06:00
b6bcd4c207
Update dependency typedoc-plugin-markdown to v4.4.2 (#9)
All checks were successful
Actions / Build and Push Documentation (push) Successful in 16s
This PR contains the following updates:

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

---

### Release Notes

<details>
<summary>typedoc2md/typedoc-plugin-markdown (typedoc-plugin-markdown)</summary>

### [`v4.4.2`](https://github.com/typedoc2md/typedoc-plugin-markdown/blob/HEAD/packages/typedoc-plugin-markdown/CHANGELOG.md#442)

[Compare Source](https://github.com/typedoc2md/typedoc-plugin-markdown/compare/typedoc-plugin-markdown@4.4.1...typedoc-plugin-markdown@4.4.2)

##### Patch Changes

-   Handle duplicate symbols with leading underscores
-   Correctly flag optional nested parameters ([#&#8203;765](https://github.com/typedoc2md/typedoc-plugin-markdown/issues/765)).
-   Introduced ja theme translations as per TypeDoc 0.27.7.
-   Expose anchors to relative document links (thanks [@&#8203;matus-vacula](https://github.com/matus-vacula)).

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

---

 - [x] <!-- 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: #9
Co-authored-by: Renovate <renovate@csw.im>
Co-committed-by: Renovate <renovate@csw.im>
2025-02-10 06:41:02 -05:00
6c09979cf9
Pin dependencies (#8)
All checks were successful
Actions / Build and Push Documentation (push) Successful in 15s
This PR contains the following updates:

| Package | Type | Update | Change |
|---|---|---|---|
| [@typhonjs-typedoc/ts-lib-docs](https://github.com/typhonjs-typedoc/ts-lib-docs) | devDependencies | pin | [`^2024.12.25` -> `2024.12.25`](https://renovatebot.com/diffs/npm/@typhonjs-typedoc%2fts-lib-docs/2024.12.25/2024.12.25) |
| [prettier](https://prettier.io) ([source](https://github.com/prettier/prettier)) | devDependencies | pin | [`^3.5.0` -> `3.5.0`](https://renovatebot.com/diffs/npm/prettier/3.5.0/3.5.0) |

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: #8
Co-authored-by: Renovate <renovate@csw.im>
Co-committed-by: Renovate <renovate@csw.im>
2025-02-10 06:39:07 -05:00
9b8f184ff1
improved some provider comments
All checks were successful
Actions / Build and Push Documentation (push) Successful in 16s
2025-02-10 05:27:52 -06:00
f5813826e4
formatting 2025-02-10 05:26:57 -06:00
dc614268df
stricter flags
All checks were successful
Actions / Build and Push Documentation (push) Successful in 15s
2025-02-09 17:54:01 -06:00
4958062008
update package version
All checks were successful
Actions / Build and Push Documentation (push) Successful in 15s
2025-02-09 17:31:22 -06:00
e823256368
fix documentation site link and add package keywords
All checks were successful
Actions / Build and Push Documentation (push) Successful in 16s
2025-02-09 17:30:42 -06:00
cfb874f82c
correct npm install instructions 2025-02-09 17:26:54 -06:00
f1b2ed412f
change package.json
All checks were successful
Actions / Build and Push Documentation (push) Successful in 15s
2025-02-09 17:21:18 -06:00
2a259590bb
add link to packwiz in readme
All checks were successful
Actions / Build and Push Documentation (push) Successful in 16s
2025-02-09 17:04:05 -06:00
b9ecf3121d
add installation guide
All checks were successful
Actions / Build and Push Documentation (push) Successful in 15s
2025-02-09 17:01:16 -06:00
3c9eb1914a
finish package file & format
All checks were successful
Actions / Build and Push Documentation (push) Successful in 15s
2025-02-09 16:50:27 -06:00
966764a3ba
fix docuentation site favicon
All checks were successful
Actions / Build and Push Documentation (push) Successful in 15s
2025-02-09 16:40:34 -06:00
3278d0a213
document enums
All checks were successful
Actions / Build and Push Documentation (push) Successful in 15s
2025-02-09 16:39:52 -06:00
8c332fe75c
document interfaces
All checks were successful
Actions / Build and Push Documentation (push) Successful in 14s
2025-02-09 16:37:21 -06:00
9c216c1a86
fix documentation badge
All checks were successful
Actions / Build and Push Documentation (push) Successful in 15s
2025-02-09 16:28:19 -06:00