PackwizJS/package.json

29 lines
694 B
JSON
Raw Permalink Normal View History

2025-02-07 22:49:49 -06:00
{
"name": "packwizjs",
"version": "1.0.0",
"private": true,
"workspaces": [
"packages/*"
],
2025-02-09 16:50:27 -06:00
"author": {
"name": "cswimr",
"email": "seaswimmerthefsh@gmail.com"
},
2025-02-09 10:00:02 -06:00
"scripts": {
2025-02-09 16:50:27 -06:00
"docs": "typedoc --options typedoc.json",
2025-02-10 05:26:57 -06:00
"format": "bun prettier --write '**/*.{ts,json,md}'"
2025-02-09 10:00:02 -06:00
},
2025-02-07 22:49:49 -06:00
"devDependencies": {
"@getmeli/cli": "1.2.0",
2025-02-07 22:49:49 -06:00
"@types/bun": "latest",
Pin dependencies (#8) 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: https://c.csw.im/GalacticFactory/PackwizJS/pulls/8 Co-authored-by: Renovate <renovate@csw.im> Co-committed-by: Renovate <renovate@csw.im>
2025-02-10 06:39:07 -05:00
"@typhonjs-typedoc/ts-lib-docs": "2024.12.25",
2025-02-09 16:15:10 -06:00
"@typhonjs-typedoc/typedoc-theme-dmt": "0.3.1",
chore(deps): update dependency eslint to v9.20.1 (#10) 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`](https://github.com/eslint/eslint/commit/274f054f19f5f490d9496c6eee4bcd8620d2f4be) fix: fix `RuleContext` type ([#&#8203;19417](https://github.com/eslint/eslint/issues/19417)) (Francesco Trotta) #### Documentation - [`fe3ccb2`](https://github.com/eslint/eslint/commit/fe3ccb2ff43a9f20a7801c679f7d41f6a7ed3ddc) docs: allow typing in search box while dropdown is open ([#&#8203;19424](https://github.com/eslint/eslint/issues/19424)) (Amaresh S M) - [`93c78a5`](https://github.com/eslint/eslint/commit/93c78a5c58edb7ead9bff87c874d2ff9b824ec04) docs: Add instructions for pnpm compat ([#&#8203;19422](https://github.com/eslint/eslint/issues/19422)) (Nicholas C. Zakas) - [`b476a93`](https://github.com/eslint/eslint/commit/b476a930bb3a6d644c482747d985f5da0d89e1e9) docs: Fix Keyboard Navigation for Search Results ([#&#8203;19416](https://github.com/eslint/eslint/issues/19416)) (Amaresh S M) - [`ccb60c0`](https://github.com/eslint/eslint/commit/ccb60c0b1452e73750e3734c9cd7c7b12c473827) 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: https://c.csw.im/GalacticFactory/PackwizJS/pulls/10 Co-authored-by: Renovate <renovate@csw.im> Co-committed-by: Renovate <renovate@csw.im>
2025-02-11 12:41:36 -05:00
"eslint": "9.20.1",
2025-02-09 10:00:02 -06:00
"eslint-config-standard": "17.1.0",
Pin dependencies (#8) 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: https://c.csw.im/GalacticFactory/PackwizJS/pulls/8 Co-authored-by: Renovate <renovate@csw.im> Co-committed-by: Renovate <renovate@csw.im>
2025-02-10 06:39:07 -05:00
"prettier": "3.5.0",
Update dependency typedoc to v0.27.7 (#6) This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [typedoc](https://typedoc.org) ([source](https://github.com/TypeStrong/TypeDoc)) | devDependencies | patch | [`0.27.6` -> `0.27.7`](https://renovatebot.com/diffs/npm/typedoc/0.27.6/0.27.7) | --- ### Release Notes <details> <summary>TypeStrong/TypeDoc (typedoc)</summary> ### [`v0.27.7`](https://github.com/TypeStrong/TypeDoc/blob/HEAD/CHANGELOG.md#v0277-2025-02-09) [Compare Source](https://github.com/TypeStrong/TypeDoc/compare/v0.27.6...v0.27.7) ##### Features - `@includeCode` and `@inline` can now inject parts of files using region names or line numbers, [#&#8203;2816](https://github.com/TypeStrong/TypeDoc/issues/2816). - Introduced `ja` translation options, deprecated `jp` in favor of `ja`, [#&#8203;2843](https://github.com/TypeStrong/TypeDoc/issues/2843). - Improved TypeDoc's `--watch` option to support watching files not caught by TypeScript's watch mode, [#&#8203;2675](https://github.com/TypeStrong/TypeDoc/issues/2675). - The `@inline` tag now works in more places for generic types. - Visibility filters now consider individual signatures, [#&#8203;2846](https://github.com/TypeStrong/TypeDoc/issues/2846). ##### Bug Fixes - Fixed an issue where TypeDoc would incorrectly ignore type arguments in references, [#&#8203;2823](https://github.com/TypeStrong/TypeDoc/issues/2823). - Improved narrator support for labeling icons, [#&#8203;2832](https://github.com/TypeStrong/TypeDoc/issues/2832). - Fixed an issue with `@class` incorrectly handling mapped types, [#&#8203;2842](https://github.com/TypeStrong/TypeDoc/issues/2842). - TypeDoc will now consider symbols to be external only if all of their declarations are external so that declaration merged members with global symbols can be documented, [#&#8203;2844](https://github.com/TypeStrong/TypeDoc/issues/2844). - Fixed an issue where TypeDoc would constantly rebuild, [#&#8203;2844](https://github.com/TypeStrong/TypeDoc/issues/2844). - Fixed an issue where the dropdown arrow in the index group would not respect the state of the dropdown, [#&#8203;2845](https://github.com/TypeStrong/TypeDoc/issues/2845). ##### Thanks! - [@&#8203;pjeby](https://github.com/pjeby) - [@&#8203;shawninder](https://github.com/shawninder) - [@&#8203;tats-u](https://github.com/tats-u) - [@&#8203;XeroAlpha](https://github.com/XeroAlpha) </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:eyJjcmVhdGVkSW5WZXIiOiIzOS4xNjMuMCIsInVwZGF0ZWRJblZlciI6IjM5LjE2My4wIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6W119--> Reviewed-on: https://www.coastalcommits.com/GalacticFactory/PackwizJS/pulls/6 Co-authored-by: Renovate <renovate@coastalcommits.com> Co-committed-by: Renovate <renovate@coastalcommits.com>
2025-02-09 15:01:01 -05:00
"typedoc": "0.27.7",
2025-02-09 14:37:45 -06:00
"typedoc-plugin-coverage": "3.4.1",
Update dependency typedoc-plugin-markdown to v4.4.2 (#9) 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: https://c.csw.im/GalacticFactory/PackwizJS/pulls/9 Co-authored-by: Renovate <renovate@csw.im> Co-committed-by: Renovate <renovate@csw.im>
2025-02-10 06:41:02 -05:00
"typedoc-plugin-markdown": "4.4.2"
2025-02-07 22:49:49 -06:00
}
}