原始 JSON 报告 机器可读
{
"data": {
"repo": {
"topics": [],
"is_fork": false,
"size_kb": 2893,
"has_wiki": true,
"homepage": null,
"languages": {
"JavaScript": 1929,
"TypeScript": 650357
},
"pushed_at": "2026-07-29T05:56:30Z",
"created_at": "2025-05-03T00:18:48Z",
"owner_type": "User",
"updated_at": "2026-07-29T05:40:05Z",
"description": "A collection of type utilities to enhance your TypeScript development.",
"is_archived": false,
"is_disabled": false,
"license_spdx": "Apache-2.0",
"default_branch": "main",
"license_spdx_raw": "Apache-2.0",
"primary_language": "TypeScript",
"significant_languages": [
"TypeScript"
]
},
"owner": {
"blog": null,
"name": "Hideaki Noshiro",
"type": "User",
"login": "noshiro-pf",
"company": "@tier4 ",
"location": "Japan",
"followers": 6,
"avatar_url": "https://avatars.githubusercontent.com/u/46040697?v=4",
"created_at": "2018-12-21T04:39:38Z",
"is_verified": null,
"public_repos": 39,
"account_age_days": 2777
},
"license": {
"state": "standard",
"spdx_id": "Apache-2.0",
"raw_spdx": "Apache-2.0",
"file_present": true,
"scorecard_found": true,
"profile_has_license": true
},
"activity": {
"releases": [
{
"tag": "v7.2.1",
"kind": "patch",
"published_at": "2026-07-21T07:32:35Z"
},
{
"tag": "v7.2.0",
"kind": "minor",
"published_at": "2026-07-21T05:47:47Z"
},
{
"tag": "v7.1.0",
"kind": "minor",
"published_at": "2026-07-20T13:30:32Z"
},
{
"tag": "v7.0.0",
"kind": "major",
"published_at": "2026-07-18T18:33:43Z"
},
{
"tag": "v6.1.0",
"kind": "minor",
"published_at": "2026-07-18T17:06:19Z"
},
{
"tag": "v6.0.0",
"kind": "major",
"published_at": "2026-07-17T05:11:28Z"
},
{
"tag": "v5.0.0",
"kind": "major",
"published_at": "2026-07-09T13:39:16Z"
},
{
"tag": "v4.0.0",
"kind": "major",
"published_at": "2026-06-27T17:10:27Z"
},
{
"tag": "v3.2.0",
"kind": "minor",
"published_at": "2026-06-22T18:13:10Z"
},
{
"tag": "v3.1.0",
"kind": "minor",
"published_at": "2026-06-01T13:12:50Z"
},
{
"tag": "v3.0.1",
"kind": "patch",
"published_at": "2026-05-10T13:05:16Z"
},
{
"tag": "v3.0.0",
"kind": "major",
"published_at": "2026-05-06T17:40:07Z"
},
{
"tag": "v2.4.2",
"kind": "patch",
"published_at": "2026-05-06T17:05:34Z"
},
{
"tag": "v2.4.1",
"kind": "patch",
"published_at": "2026-04-23T19:10:12Z"
},
{
"tag": "v2.4.0",
"kind": "minor",
"published_at": "2026-04-03T05:30:16Z"
},
{
"tag": "v2.3.1",
"kind": "patch",
"published_at": "2026-01-23T16:37:42Z"
},
{
"tag": "v2.3.0",
"kind": "minor",
"published_at": "2025-10-15T08:30:15Z"
},
{
"tag": "v2.2.0",
"kind": "minor",
"published_at": "2025-08-12T16:37:16Z"
},
{
"tag": "v2.1.1",
"kind": "patch",
"published_at": "2025-07-19T07:19:20Z"
},
{
"tag": "v2.1.0",
"kind": "minor",
"published_at": "2025-07-07T02:19:20Z"
},
{
"tag": "v2.0.3",
"kind": "patch",
"published_at": "2025-06-15T16:12:30Z"
},
{
"tag": "v2.0.2",
"kind": "patch",
"published_at": "2025-06-06T15:22:42Z"
},
{
"tag": "v2.0.1",
"kind": "patch",
"published_at": "2025-06-06T13:45:46Z"
},
{
"tag": "v2.0.0",
"kind": "major",
"published_at": "2025-06-05T19:26:28Z"
},
{
"tag": "v1.1.0",
"kind": "minor",
"published_at": "2025-06-01T07:37:28Z"
},
{
"tag": "v1.0.1",
"kind": "patch",
"published_at": "2025-05-06T11:23:20Z"
},
{
"tag": "v1.0.0",
"kind": "major",
"published_at": "2025-05-06T08:19:38Z"
}
],
"recent_commits": [
{
"oid": "b27357fccc0871167af6db5dd085e4569e8b441d",
"body": "…ions (#439)\n\n`gen-rule-types.mts` unconditionally emitted\n\n export type EslintTsTypeForgeRulesOption = Readonly<{ ... }>;\n\nwhich collapses to `Readonly<{}>` when no rule declares options. `{}` is the\n\"empty object\" type — it accepts any non-nullish value, including `0` and `''`\n— so the generate\n[…]\nent the plugin ships only option-less rules (as the sibling\neslint-plugin-ts-fortress does). Emit `Readonly<Record<never, never>>` in that\ncase instead.\n\nCo-authored-by: Claude <noreply@anthropic.com>",
"is_bot": false,
"headline": "fix(eslint-plugin): emit a non-empty-object type when no rule has opt…",
"author_name": "Hideaki Noshiro",
"author_login": "noshiro-pf",
"committed_at": "2026-07-29T05:39:55Z",
"body_truncated": true,
"is_coding_agent": true
},
{
"oid": "f226b460b3c0bd936edcf339608973578d8281f8",
"body": "Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>",
"is_bot": true,
"headline": "chore: version packages (#437)",
"author_name": "changeset-bot-permission[bot]",
"author_login": "changeset-bot-permission[bot]",
"committed_at": "2026-07-28T21:26:27Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "09ff3bd62ca4ba8d8466d24360ba7739ee80a523",
"body": null,
"is_bot": false,
"headline": "ci: fix dependabot-changeset.yml and fix .cspell.config (#438)",
"author_name": "Hideaki Noshiro",
"author_login": "noshiro-pf",
"committed_at": "2026-07-28T21:19:46Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "5da64dc2656f7f2d2103500f9d1727444d3394c1",
"body": "…80 (#436)\n\n* chore(deps): bump anthropics/claude-code-action from 1.0.177 to 1.0.180\n\nBumps [anthropics/claude-code-action](https://github.com/anthropics/claude-code-action) from 1.0.177 to 1.0.180.\n- [Release notes](https://github.com/anthropics/claude-code-action/releases)\n- [Commits](https://git\n[…]\nore: add changeset for anthropics/claude-code-action\n\n---------\n\nSigned-off-by: dependabot[bot] <support@github.com>\nCo-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>",
"is_bot": true,
"headline": "chore(deps): bump anthropics/claude-code-action from 1.0.177 to 1.0.1…",
"author_name": "dependabot[bot]",
"author_login": "dependabot[bot]",
"committed_at": "2026-07-28T21:09:55Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "882603c865999c82d6ff8a929e82dcf5b4f79519",
"body": "* chore(deps): bump actions/setup-node from 6.4.0 to 7.0.0\n\nBumps [actions/setup-node](https://github.com/actions/setup-node) from 6.4.0 to 7.0.0.\n- [Release notes](https://github.com/actions/setup-node/releases)\n- [Commits](https://github.com/actions/setup-node/compare/v6.4.0...820762786026740c76f3\n[…]\n.com>\n\n* chore: add changeset for actions/setup-node\n\n---------\n\nSigned-off-by: dependabot[bot] <support@github.com>\nCo-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>",
"is_bot": true,
"headline": "chore(deps): bump actions/setup-node from 6.4.0 to 7.0.0 (#429)",
"author_name": "dependabot[bot]",
"author_login": "dependabot[bot]",
"committed_at": "2026-07-28T21:05:05Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "2fcba07d5d5c0bfffea03a3cf48d5521d6a6c48c",
"body": "* chore(deps): bump actions/checkout from 7.0.0 to 7.0.1\n\nBumps [actions/checkout](https://github.com/actions/checkout) from 7.0.0 to 7.0.1.\n- [Release notes](https://github.com/actions/checkout/releases)\n- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)\n- [Commits](https://g\n[…]\nub.com>\n\n* chore: add changeset for actions/checkout\n\n---------\n\nSigned-off-by: dependabot[bot] <support@github.com>\nCo-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>",
"is_bot": true,
"headline": "chore(deps): bump actions/checkout from 7.0.0 to 7.0.1 (#430)",
"author_name": "dependabot[bot]",
"author_login": "dependabot[bot]",
"committed_at": "2026-07-28T21:03:13Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "b49a8c8209029dc99bd3d1e9e0266ff4bb0906c7",
"body": "… a pnpm monorepo (#435)\n\n* refactor: convert the repository into a pnpm monorepo\n\nMirror the ts-data-forge repository layout: the root package.json becomes a\nprivate workspace root (`ts-type-forge-monorepo`) that only holds\nrepository-wide tooling, and the library moves to `packages/ts-type-forge`.\n[…]\n/ts-type-forge-monorepo` and failed with a 404 on the rulesets\nendpoint. Name the repository explicitly, as ts-data-forge does.\n\n* chore: fix\n\n---------\n\nCo-authored-by: Claude <noreply@anthropic.com>",
"is_bot": false,
"headline": "feat: add eslint-plugin-ts-type-forge and convert the repository into…",
"author_name": "Hideaki Noshiro",
"author_login": "noshiro-pf",
"committed_at": "2026-07-28T20:42:31Z",
"body_truncated": true,
"is_coding_agent": true
},
{
"oid": "e43dd7a3c07b1eb0c22811f764b0e2874e4bbeeb",
"body": "* ci: rename deprecated app-id input to client-id\n\nactions/create-github-app-token deprecated the `app-id` input in favor of\n`client-id` (deprecationMessage: \"Use 'client-id' instead.\"). The value is\nforwarded as the GitHub App JWT issuer, and GitHub still accepts the numeric\nApp ID as issuer, so ke\n[…]\nnerated, now-ignored output produces no git diff.\n\nCo-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>\n\n---------\n\nCo-authored-by: Claude Opus 4.8 (1M context) <noreply@anthropic.com>",
"is_bot": false,
"headline": "chore: untrack TypeDoc docs + rename app-id to client-id (#434)",
"author_name": "Hideaki Noshiro",
"author_login": "noshiro-pf",
"committed_at": "2026-07-26T20:03:18Z",
"body_truncated": true,
"is_coding_agent": true
},
{
"oid": "51a6449deb1de870dfc33e0c04248dc2b96751d1",
"body": "## [7.2.1](https://github.com/noshiro-pf/ts-type-forge/compare/v7.2.0...v7.2.1) (2026-07-21)\n\n### Performance Improvements\n\n* collapse length-constrained brands to base type on union length parameter ([#428](https://github.com/noshiro-pf/ts-type-forge/issues/428)) ([f34256e](https://github.com/noshiro-pf/ts-type-forge/commit/f34256ed3d74edaedb1dc662e1f69e7388d5de60))",
"is_bot": false,
"headline": "chore(release): 7.2.1 [skip ci]",
"author_name": "semantic-release-bot",
"author_login": "semantic-release-bot",
"committed_at": "2026-07-21T07:32:24Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "f34256ed3d74edaedb1dc662e1f69e7388d5de60",
"body": "… parameter (#428)\n\nThe length-constrained branded types encode their bound by building a\ntuple / union sized by the length parameter:\n\n MinLengthString<M> / MinLengthArray<M> -> MinLengthTuple<M, 0>\n MaxLengthString<M> / MaxLengthArray<M> -> UintRangeInclusive<0, M>\n\nThese distribute over a union\n[…]\nte identical, so behavior and all existing type tests are\nunchanged. The array brands mirror the string brands, so both are fixed.\n\nCo-authored-by: Claude Opus 4.8 (1M context) <noreply@anthropic.com>",
"is_bot": false,
"headline": "perf: collapse length-constrained brands to base type on union length…",
"author_name": "Hideaki Noshiro",
"author_login": "noshiro-pf",
"committed_at": "2026-07-21T07:31:33Z",
"body_truncated": true,
"is_coding_agent": true
},
{
"oid": "e7c47341d182a271a563aaee7bff99e6d9265212",
"body": "# [7.2.0](https://github.com/noshiro-pf/ts-type-forge/compare/v7.1.0...v7.2.0) (2026-07-21)\n\n### Features\n\n* Add NonPositiveInt16, NonPositiveInt32 and WithSmallInt variants; ([#427](https://github.com/noshiro-pf/ts-type-forge/issues/427)) ([6a3024b](https://github.com/noshiro-pf/ts-type-forge/commit/6a3024bfc5a1b6ec1ca09fb2e7878e0d8ae36321))",
"is_bot": false,
"headline": "chore(release): 7.2.0 [skip ci]",
"author_name": "semantic-release-bot",
"author_login": "semantic-release-bot",
"committed_at": "2026-07-21T05:47:33Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "6a3024bfc5a1b6ec1ca09fb2e7878e0d8ae36321",
"body": "…s; (#427)\n\nThe branded number types are now automatically generated.",
"is_bot": false,
"headline": "feat: Add NonPositiveInt16, NonPositiveInt32 and WithSmallInt variant…",
"author_name": "Hideaki Noshiro",
"author_login": "noshiro-pf",
"committed_at": "2026-07-21T05:46:53Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "fae478e60f5e2f1923955b957c15409f003e14ec",
"body": "# [7.1.0](https://github.com/noshiro-pf/ts-type-forge/compare/v7.0.0...v7.1.0) (2026-07-20)\n\n### Features\n\n* add IsAny/IsUnknown, fix general-array tuple ops, hide internal… ([#425](https://github.com/noshiro-pf/ts-type-forge/issues/425)) ([5d91fe2](https://github.com/noshiro-pf/ts-type-forge/commit/5d91fe2c7faf2784caacb9e93628bcdc540fb90b))",
"is_bot": false,
"headline": "chore(release): 7.1.0 [skip ci]",
"author_name": "semantic-release-bot",
"author_login": "semantic-release-bot",
"committed_at": "2026-07-20T13:30:21Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "5d91fe2c7faf2784caacb9e93628bcdc540fb90b",
"body": "…… (#425)\n\nfeat: add IsAny/IsUnknown, fix general-array tuple ops, hide internal types\n\nLibrary changes:\n- Add `IsAny` / `IsNotAny` / `IsUnknown` / `IsNotUnknown` type predicates\n- Fix `Tuple`/`List` `Concat`, `Flatten`, `Head`, `Last` to handle general\n (non-tuple) arrays and rest tuples instead o\n[…]\nNOTE: `TSTypeForgeInternals_*` helpers and the former\n`PickUndefined` / `MapToNever` exports are no longer part of the public API.\n\nCo-authored-by: Claude Opus 4.8 (1M context) <noreply@anthropic.com>",
"is_bot": false,
"headline": "feat: add IsAny/IsUnknown, fix general-array tuple ops, hide internal…",
"author_name": "Hideaki Noshiro",
"author_login": "noshiro-pf",
"committed_at": "2026-07-20T13:29:30Z",
"body_truncated": true,
"is_coding_agent": true
},
{
"oid": "1dd5c2642111ead9dd2ac89dfbe66f24de8375cb",
"body": "Bumps [actions/setup-node](https://github.com/actions/setup-node) from 6.4.0 to 7.0.0.\n- [Release notes](https://github.com/actions/setup-node/releases)\n- [Commits](https://github.com/actions/setup-node/compare/48b55a011bda9f5d6aeb4c2d9c7362e8dae4041e...820762786026740c76f36085b0efc47a31fe5020)\n\n---\n[…]\nirect:production\n update-type: version-update:semver-major\n...\n\nSigned-off-by: dependabot[bot] <support@github.com>\nCo-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>",
"is_bot": true,
"headline": "chore(deps): bump actions/setup-node from 6.4.0 to 7.0.0 (#422)",
"author_name": "dependabot[bot]",
"author_login": "dependabot[bot]",
"committed_at": "2026-07-20T13:06:23Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "a5ddde2d3ce7b101e87182f7b6a2ef680757f841",
"body": "- Fix `.github/CODEOWNERS` filename (trailing space made it non-functional)\n- Replace the agents/common git submodule with a fetch + vendored-copy flow:\n `agents/common-rules.md` (vendored from common-agent-config) +\n `agents/local-rules.md` are concatenated into the generated `AGENTS.md`\n by `pn\n[…]\nib + importHelpers)\n- Delete stale/dead config: `.npmignore` (files whitelist wins) and\n `codecov.yml` (no coverage is collected)\n\nCo-authored-by: Claude Opus 4.8 (1M context) <noreply@anthropic.com>",
"is_bot": false,
"headline": "chore: overhaul repository settings and dev environment (#421)",
"author_name": "Hideaki Noshiro",
"author_login": "noshiro-pf",
"committed_at": "2026-07-20T13:04:09Z",
"body_truncated": true,
"is_coding_agent": true
},
{
"oid": "45cbc5f5255d9fe3147e3b8121ecff49c0c00a23",
"body": "…ocs-only changes (#420)\n\nThe test-node-versions matrix jobs are required status checks in the main\nbranch ruleset, but node-version-compatibility.yml was skipped entirely via\npaths-ignore on docs-only changes, leaving the required checks permanently\npending and blocking merges.\n\nAlways run the work\n[…]\nnt.yml), so docs-only pushes\ncomplete quickly with a successful check.\n\n\nClaude-Session: https://claude.ai/code/session_01WAZE7Pfy1b3EgbWeEarKyT\n\nCo-authored-by: Claude Fable 5 <noreply@anthropic.com>",
"is_bot": false,
"headline": "ci: skip steps instead of whole workflow so required checks pass on d…",
"author_name": "Hideaki Noshiro",
"author_login": "noshiro-pf",
"committed_at": "2026-07-19T08:30:37Z",
"body_truncated": true,
"is_coding_agent": true
},
{
"oid": "37563a12c5c27086e12bc248e3bdec08dd026a46",
"body": "The v6.0.0 and v7.0.0 release notes were full dumps of the underlying\ncommit messages (with Co-Authored-By / session trailers). Condense each\nto a concise Features / BREAKING CHANGES summary, matching the\nsurrounding entries. The v6.1.0 entry in between is left untouched.\n\n\nClaude-Session: https://claude.ai/code/session_017TbKfKmkWsYMtbb1Ef6e1t\n\nCo-authored-by: Claude <noreply@anthropic.com>",
"is_bot": false,
"headline": "docs: trim verbose v6.0.0 / v7.0.0 CHANGELOG entries (#419)",
"author_name": "Hideaki Noshiro",
"author_login": "noshiro-pf",
"committed_at": "2026-07-18T20:47:11Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "1582b484eade7cb1ffb042f7ca105d6c79e872ff",
"body": "# [7.0.0](https://github.com/noshiro-pf/ts-type-forge/compare/v6.1.0...v7.0.0) (2026-07-18)\n\n* feat!: make NonEmptyArray brand-based; add MutableMinLengthArray ([#417](https://github.com/noshiro-pf/ts-type-forge/issues/417)) ([080a6f9](https://github.com/noshiro-pf/ts-type-forge/commit/080a6f92edec4\n[…]\nples with matching sample files, and regenerates global.mts/index/docs.\n\nCo-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>\nClaude-Session: https://claude.ai/code/session_017TbKfKmkWsYMtbb1Ef6e1t",
"is_bot": false,
"headline": "chore(release): 7.0.0 [skip ci]",
"author_name": "semantic-release-bot",
"author_login": "semantic-release-bot",
"committed_at": "2026-07-18T18:33:32Z",
"body_truncated": true,
"is_coding_agent": true
},
{
"oid": "080a6f92edec46364f6f323782b6574d1912fc28",
"body": "* feat!: make NonEmptyArray brand-based, rename structural to NonEmptyTuple\n\nResolve the last intentional inconsistency in the length-constrained family:\nNonEmptyArray was structural (≡ MinLengthTuple<1>) while NonEmptyString is\nbrand-based.\n\n- Rename the structural NonEmptyArray / MutableNonEmptyAr\n[…]\n/index/docs.\n\nCo-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>\nClaude-Session: https://claude.ai/code/session_017TbKfKmkWsYMtbb1Ef6e1t\n\n---------\n\nCo-authored-by: Claude <noreply@anthropic.com>",
"is_bot": false,
"headline": "feat!: make NonEmptyArray brand-based; add MutableMinLengthArray (#417)",
"author_name": "Hideaki Noshiro",
"author_login": "noshiro-pf",
"committed_at": "2026-07-18T18:32:42Z",
"body_truncated": true,
"is_coding_agent": true
},
{
"oid": "b7702facfdc066486f708f84c59b92082593c19f",
"body": "Co-authored-by: Claude Sonnet 5 <noreply@anthropic.com>",
"is_bot": false,
"headline": "chore: add GitHub Sponsors FUNDING.yml (#418)",
"author_name": "Hideaki Noshiro",
"author_login": "noshiro-pf",
"committed_at": "2026-07-18T17:37:38Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "0b21a507f41e961ac05730c48756942cde48fd04",
"body": "# [6.1.0](https://github.com/noshiro-pf/ts-type-forge/compare/v6.0.0...v6.1.0) (2026-07-18)\n\n### Features\n\n* add Float16 type ([#416](https://github.com/noshiro-pf/ts-type-forge/issues/416)) ([d7c4634](https://github.com/noshiro-pf/ts-type-forge/commit/d7c4634bbb1f2ea0658e34369c91ec284bb41e49))",
"is_bot": false,
"headline": "chore(release): 6.1.0 [skip ci]",
"author_name": "semantic-release-bot",
"author_login": "semantic-release-bot",
"committed_at": "2026-07-18T17:06:09Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "d7c4634bbb1f2ea0658e34369c91ec284bb41e49",
"body": null,
"is_bot": false,
"headline": "feat: add Float16 type (#416)",
"author_name": "Hideaki Noshiro",
"author_login": "noshiro-pf",
"committed_at": "2026-07-18T17:05:27Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "ead7506dce49ccd50175d33876ddabf4cdf94085",
"body": "Bumps [tsx](https://github.com/privatenumber/tsx) from 4.22.4 to 4.23.0.\n- [Release notes](https://github.com/privatenumber/tsx/releases)\n- [Changelog](https://github.com/privatenumber/tsx/blob/master/release.config.cjs)\n- [Commits](https://github.com/privatenumber/tsx/compare/v4.22.4...v4.23.0)\n\n--\n[…]\nrect:development\n update-type: version-update:semver-minor\n...\n\nSigned-off-by: dependabot[bot] <support@github.com>\nCo-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>",
"is_bot": true,
"headline": "chore: bump tsx from 4.22.4 to 4.23.0 (#414)",
"author_name": "dependabot[bot]",
"author_login": "dependabot[bot]",
"committed_at": "2026-07-17T05:21:13Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "9782438ef93abe124a7e9a2b8fc7f97e73c4e628",
"body": "Bumps [eslint](https://github.com/eslint/eslint) from 9.39.4 to 10.6.0.\n- [Release notes](https://github.com/eslint/eslint/releases)\n- [Commits](https://github.com/eslint/eslint/compare/v9.39.4...v10.6.0)\n\n---\nupdated-dependencies:\n- dependency-name: eslint\n dependency-version: 10.6.0\n dependency-\n[…]\nrect:development\n update-type: version-update:semver-major\n...\n\nSigned-off-by: dependabot[bot] <support@github.com>\nCo-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>",
"is_bot": true,
"headline": "chore: bump eslint from 9.39.4 to 10.6.0 (#412)",
"author_name": "dependabot[bot]",
"author_login": "dependabot[bot]",
"committed_at": "2026-07-17T05:18:03Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "3b11371808cb1f7eaa219219662c7006183102da",
"body": "… 10.2.1 (#413)\n\nchore: bump conventional-changelog-conventionalcommits\n\nBumps [conventional-changelog-conventionalcommits](https://github.com/conventional-changelog/conventional-changelog/tree/HEAD/packages/conventional-changelog-conventionalcommits) from 10.2.0 to 10.2.1.\n- [Release notes](https:/\n[…]\nrect:development\n update-type: version-update:semver-patch\n...\n\nSigned-off-by: dependabot[bot] <support@github.com>\nCo-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>",
"is_bot": true,
"headline": "chore: bump conventional-changelog-conventionalcommits from 10.2.0 to…",
"author_name": "dependabot[bot]",
"author_login": "dependabot[bot]",
"committed_at": "2026-07-17T05:14:55Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "be94ea7151e5bcb95febd3d0268ce272ab701f75",
"body": "# [6.0.0](https://github.com/noshiro-pf/ts-type-forge/compare/v5.0.0...v6.0.0) (2026-07-17)\n\n* feat!: add brand-based length-constrained array types ([#415](https://github.com/noshiro-pf/ts-type-forge/issues/415)) ([6bd2f13](https://github.com/noshiro-pf/ts-type-forge/commit/6bd2f131515e8324917ca439\n[…]\n99 from N = 10000 (identical on\n TypeScript 6 and TypeScript 7 native).\n\nCo-Authored-By: Claude Fable 5 <noreply@anthropic.com>\nClaude-Session: https://claude.ai/code/session_017TbKfKmkWsYMtbb1Ef6e1t",
"is_bot": false,
"headline": "chore(release): 6.0.0 [skip ci]",
"author_name": "semantic-release-bot",
"author_login": "semantic-release-bot",
"committed_at": "2026-07-17T05:11:19Z",
"body_truncated": true,
"is_coding_agent": true
},
{
"oid": "6bd2f131515e8324917ca43954b890c12442feb9",
"body": "* feat: add brand-based length-constrained array types\n\nAdd MaxLengthArray / MinLengthArray / BoundedLengthArray /\nFixedLengthArray, the array counterpart of the MaxLengthString family.\nUnlike the structural ArrayOfLength / ArrayAtLeastLen / ArrayBoundedLen\n/ ArrayAtMostLen family, the length constr\n[…]\npt 7 native).\n\nCo-Authored-By: Claude Fable 5 <noreply@anthropic.com>\nClaude-Session: https://claude.ai/code/session_017TbKfKmkWsYMtbb1Ef6e1t\n\n---------\n\nCo-authored-by: Claude <noreply@anthropic.com>",
"is_bot": false,
"headline": "feat!: add brand-based length-constrained array types (#415)",
"author_name": "Hideaki Noshiro",
"author_login": "noshiro-pf",
"committed_at": "2026-07-17T05:10:27Z",
"body_truncated": true,
"is_coding_agent": true
},
{
"oid": "e67e320001fb6e6699e94c8a6197e9f700edc1ff",
"body": null,
"is_bot": false,
"headline": "chore: update AGENTS.md",
"author_name": "noshiro-pf",
"author_login": "noshiro-pf",
"committed_at": "2026-07-13T14:34:25Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "22d6b04ddf2ff677539f7779a18b658891039516",
"body": "* chore: upgrade pnpm from 11.10.0 to 11.12.0\n\nBump the packageManager field to the latest pnpm 11.x release.\npnpm/action-setup in CI reads this field automatically. The\nlockfileVersion '9.0' format is unaffected; 'pnpm install' produced no\nlockfile changes.\n\nCo-Authored-By: Claude Fable 5 <noreply@\n[…]\nct CI pipeline across many prior PRs in this session, so pin to\nthat instead.\n\nCo-Authored-By: Claude Fable 5 <noreply@anthropic.com>\n\n---------\n\nCo-authored-by: Claude Fable 5 <noreply@anthropic.com>",
"is_bot": false,
"headline": "chore: upgrade pnpm from 11.10.0 to 11.12.0 (#410)",
"author_name": "Hideaki Noshiro",
"author_login": "noshiro-pf",
"committed_at": "2026-07-12T13:09:45Z",
"body_truncated": true,
"is_coding_agent": true
},
{
"oid": "d187fded82c621503217ca232a04aeb1f2ab7975",
"body": "…t (#409)\n\n* build: upgrade TypeScript to 6.0.3 and fix deprecated tsconfig options\n\nTypeScript 6.0 turns the following into hard errors, which broke both\n'tsc --noEmit' and 'tsc -p ./configs/tsconfig.build.json':\n\n- TS5107: 'allowSyntheticDefaultImports: false' is deprecated\n (removed from tsconfi\n[…]\niveTsc' path can break the\nbuild when the repo checkout path contains spaces.\n\nCo-Authored-By: Claude Fable 5 <noreply@anthropic.com>\n\n---------\n\nCo-authored-by: Claude Fable 5 <noreply@anthropic.com>",
"is_bot": false,
"headline": "build: upgrade TypeScript to 6.0.3 and add native TypeScript 7 suppor…",
"author_name": "Hideaki Noshiro",
"author_login": "noshiro-pf",
"committed_at": "2026-07-12T07:36:54Z",
"body_truncated": true,
"is_coding_agent": true
},
{
"oid": "c7e73abb995bb8e3df325a1e7201cddb3c625112",
"body": "# [5.0.0](https://github.com/noshiro-pf/ts-type-forge/compare/v4.0.0...v5.0.0) (2026-07-09)\n\n* feat!: add length-constrained branded string types and redefine NonEmptyString ([#406](https://github.com/noshiro-pf/ts-type-forge/issues/406)) ([0cbec25](https://github.com/noshiro-pf/ts-type-forge/commit\n[…]\nwill observe a different brand shape.\n\nCo-Authored-By: Claude Fable 5 <noreply@anthropic.com>\nClaude-Session: https://claude.ai/code/session_01VfbfUoEnhGNsnmmbb8w9TB\n\n* refactor: re-organize src files",
"is_bot": false,
"headline": "chore(release): 5.0.0 [skip ci]",
"author_name": "semantic-release-bot",
"author_login": "semantic-release-bot",
"committed_at": "2026-07-09T13:39:05Z",
"body_truncated": true,
"is_coding_agent": true
},
{
"oid": "0cbec25b25dda25162db26046b73d304eb3dd418",
"body": "…ptyString (#406)\n\n* feat!: add length-constrained branded string types and redefine NonEmptyString\n\nAdd MinLengthString, MaxLengthString, BoundedLengthString, and\nFixedLengthString branded string types that encode character length\nconstraints at the type level.\n\n- MaxLengthString<M> is assignable t\n[…]\nde Fable 5 <noreply@anthropic.com>\nClaude-Session: https://claude.ai/code/session_01VfbfUoEnhGNsnmmbb8w9TB\n\n* refactor: re-organize src files\n\n---------\n\nCo-authored-by: Claude <noreply@anthropic.com>",
"is_bot": false,
"headline": "feat!: add length-constrained branded string types and redefine NonEm…",
"author_name": "Hideaki Noshiro",
"author_login": "noshiro-pf",
"committed_at": "2026-07-09T13:38:03Z",
"body_truncated": true,
"is_coding_agent": true
},
{
"oid": "e5a9dc5186407dcff21ff163a20f719988f5735f",
"body": null,
"is_bot": false,
"headline": "refactor: improve document generation (#408)",
"author_name": "Hideaki Noshiro",
"author_login": "noshiro-pf",
"committed_at": "2026-07-09T11:59:36Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "e956c6653c3221d87db519b17998493471281d92",
"body": null,
"is_bot": false,
"headline": "chore: update devDependencies (#407)",
"author_name": "Hideaki Noshiro",
"author_login": "noshiro-pf",
"committed_at": "2026-07-09T10:37:17Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "dbec8dcfe8655f0a5b4f6c6dc23fec65fc8d0578",
"body": null,
"is_bot": false,
"headline": "chore: update AGENTS.md",
"author_name": "noshiro-pf",
"author_login": "noshiro-pf",
"committed_at": "2026-07-06T17:34:46Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "49304519f3916ab733feff3538a19199532785f2",
"body": "Bumps [vite](https://github.com/vitejs/vite/tree/HEAD/packages/vite) from 8.0.16 to 8.1.0.\n- [Release notes](https://github.com/vitejs/vite/releases)\n- [Changelog](https://github.com/vitejs/vite/blob/main/packages/vite/CHANGELOG.md)\n- [Commits](https://github.com/vitejs/vite/commits/create-vite@8.1.\n[…]\nrect:development\n update-type: version-update:semver-minor\n...\n\nSigned-off-by: dependabot[bot] <support@github.com>\nCo-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>",
"is_bot": true,
"headline": "chore: bump vite from 8.0.16 to 8.1.0 (#404)",
"author_name": "dependabot[bot]",
"author_login": "dependabot[bot]",
"committed_at": "2026-07-06T13:32:00Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "b20ad1ad89885f66b0009a8bc87811c11dd27d1b",
"body": "Bumps [ts-codemod-lib](https://github.com/noshiro-pf/ts-codemod-lib) from 2.2.0 to 2.2.1.\n- [Release notes](https://github.com/noshiro-pf/ts-codemod-lib/releases)\n- [Changelog](https://github.com/noshiro-pf/ts-codemod-lib/blob/main/CHANGELOG.md)\n- [Commits](https://github.com/noshiro-pf/ts-codemod-l\n[…]\nrect:development\n update-type: version-update:semver-patch\n...\n\nSigned-off-by: dependabot[bot] <support@github.com>\nCo-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>",
"is_bot": true,
"headline": "chore: bump ts-codemod-lib from 2.2.0 to 2.2.1 (#403)",
"author_name": "dependabot[bot]",
"author_login": "dependabot[bot]",
"committed_at": "2026-07-06T13:29:02Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "0b9dbd25d2229e0beb48abe875c332b8736a81d6",
"body": "…10.2.0 (#402)\n\nchore: bump conventional-changelog-conventionalcommits\n\nBumps [conventional-changelog-conventionalcommits](https://github.com/conventional-changelog/conventional-changelog/tree/HEAD/packages/conventional-changelog-conventionalcommits) from 9.3.1 to 10.2.0.\n- [Release notes](https://g\n[…]\nrect:development\n update-type: version-update:semver-major\n...\n\nSigned-off-by: dependabot[bot] <support@github.com>\nCo-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>",
"is_bot": true,
"headline": "chore: bump conventional-changelog-conventionalcommits from 9.3.1 to …",
"author_name": "dependabot[bot]",
"author_login": "dependabot[bot]",
"committed_at": "2026-07-06T13:26:07Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "3f2673f9066db7511e2547b0292d86ee9e38bfa0",
"body": "Bumps [ts-data-forge](https://github.com/noshiro-pf/ts-data-forge) from 6.10.0 to 7.0.0.\n- [Release notes](https://github.com/noshiro-pf/ts-data-forge/releases)\n- [Changelog](https://github.com/noshiro-pf/ts-data-forge/blob/main/CHANGELOG.md)\n- [Commits](https://github.com/noshiro-pf/ts-data-forge/c\n[…]\nrect:development\n update-type: version-update:semver-major\n...\n\nSigned-off-by: dependabot[bot] <support@github.com>\nCo-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>",
"is_bot": true,
"headline": "chore: bump ts-data-forge from 6.10.0 to 7.0.0 (#401)",
"author_name": "dependabot[bot]",
"author_login": "dependabot[bot]",
"committed_at": "2026-07-06T13:22:09Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "c2b7a313fed1adcf8d06df37a27d592831391755",
"body": "Bumps [actions/checkout](https://github.com/actions/checkout) from 6.0.3 to 7.0.0.\n- [Release notes](https://github.com/actions/checkout/releases)\n- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)\n- [Commits](https://github.com/actions/checkout/compare/df4cb1c069e1874edd31b43\n[…]\nirect:production\n update-type: version-update:semver-major\n...\n\nSigned-off-by: dependabot[bot] <support@github.com>\nCo-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>",
"is_bot": true,
"headline": "chore(deps): bump actions/checkout from 6.0.3 to 7.0.0 (#400)",
"author_name": "dependabot[bot]",
"author_login": "dependabot[bot]",
"committed_at": "2026-06-29T13:16:51Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "286b4c52d32e0365e92c3a59d670963c8234a69c",
"body": null,
"is_bot": false,
"headline": "chore: add type tests (#399)",
"author_name": "Hideaki Noshiro",
"author_login": "noshiro-pf",
"committed_at": "2026-06-29T05:26:50Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "d928c7191365505b92591b515bead3b56ba5fbea",
"body": null,
"is_bot": false,
"headline": "chore: update AGENTS.md",
"author_name": "noshiro-pf",
"author_login": "noshiro-pf",
"committed_at": "2026-06-29T04:25:10Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "32931ccb399b92c19011b963019574eca2d2f70b",
"body": "# [4.0.0](https://github.com/noshiro-pf/ts-type-forge/compare/v3.2.0...v4.0.0) (2026-06-27)\n\n### Features\n\n* **breaking:** add NonPositiveNumber ([#398](https://github.com/noshiro-pf/ts-type-forge/issues/398)) ([973217d](https://github.com/noshiro-pf/ts-type-forge/commit/973217da2f50d944132ed8a0bbdc9bacefeeb3cd))",
"is_bot": false,
"headline": "chore(release): 4.0.0 [skip ci]",
"author_name": "semantic-release-bot",
"author_login": "semantic-release-bot",
"committed_at": "2026-06-27T17:10:16Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "973217da2f50d944132ed8a0bbdc9bacefeeb3cd",
"body": "* refactor: reorganize src files to avoid circular imports\n\n* feat(breaking): add NonPositiveNumber",
"is_bot": false,
"headline": "feat(breaking): add NonPositiveNumber (#398)",
"author_name": "Hideaki Noshiro",
"author_login": "noshiro-pf",
"committed_at": "2026-06-27T17:09:18Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "905857cc1893afa65ca0204e22d6d6157b4be700",
"body": null,
"is_bot": false,
"headline": "chore: update deps (#397)",
"author_name": "Hideaki Noshiro",
"author_login": "noshiro-pf",
"committed_at": "2026-06-22T18:19:24Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "e0d56ffd201bad088c247f7ff3863f79889577f8",
"body": "Bumps [ts-fortress](https://github.com/noshiro-pf/ts-fortress) from 7.0.7 to 7.1.0.\n- [Release notes](https://github.com/noshiro-pf/ts-fortress/releases)\n- [Changelog](https://github.com/noshiro-pf/ts-fortress/blob/main/CHANGELOG.md)\n- [Commits](https://github.com/noshiro-pf/ts-fortress/compare/v7.0\n[…]\nrect:development\n update-type: version-update:semver-minor\n...\n\nSigned-off-by: dependabot[bot] <support@github.com>\nCo-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>",
"is_bot": true,
"headline": "chore: bump ts-fortress from 7.0.7 to 7.1.0 (#393)",
"author_name": "dependabot[bot]",
"author_login": "dependabot[bot]",
"committed_at": "2026-06-22T18:16:46Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "64ef1cb70867d4194709d7d418ffb6f27c1394fe",
"body": "# [3.2.0](https://github.com/noshiro-pf/ts-type-forge/compare/v3.1.0...v3.2.0) (2026-06-22)\n\n### Features\n\n* add NonEmptyString ([#396](https://github.com/noshiro-pf/ts-type-forge/issues/396)) ([bf4f73b](https://github.com/noshiro-pf/ts-type-forge/commit/bf4f73bda255048e36fcd8dfd954fe9b1be7db9c))",
"is_bot": false,
"headline": "chore(release): 3.2.0 [skip ci]",
"author_name": "semantic-release-bot",
"author_login": "semantic-release-bot",
"committed_at": "2026-06-22T18:13:00Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "bf4f73bda255048e36fcd8dfd954fe9b1be7db9c",
"body": null,
"is_bot": false,
"headline": "feat: add NonEmptyString (#396)",
"author_name": "Hideaki Noshiro",
"author_login": "noshiro-pf",
"committed_at": "2026-06-22T18:12:12Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "61fad6754d0cf0d1c4b5307111667ca53f6d34a4",
"body": "Bumps [pnpm/action-setup](https://github.com/pnpm/action-setup) from 6.0.8 to 6.0.9.\n- [Release notes](https://github.com/pnpm/action-setup/releases)\n- [Commits](https://github.com/pnpm/action-setup/compare/0e279bb959325dab635dd2c09392533439d90093...0ebf47130e4866e96fce0953f49152a61190b271)\n\n---\nupd\n[…]\nirect:production\n update-type: version-update:semver-patch\n...\n\nSigned-off-by: dependabot[bot] <support@github.com>\nCo-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>",
"is_bot": true,
"headline": "chore(deps): bump pnpm/action-setup from 6.0.8 to 6.0.9 (#395)",
"author_name": "dependabot[bot]",
"author_login": "dependabot[bot]",
"committed_at": "2026-06-22T13:20:06Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "5870be10477b2553689316b1e92a914f3d909ec0",
"body": null,
"is_bot": false,
"headline": "chore: update AGENTS.md",
"author_name": "noshiro-pf",
"author_login": "noshiro-pf",
"committed_at": "2026-06-22T05:40:52Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "b099fba4c18af88fadf658ed9acbbb5bdaffdcc6",
"body": "Bumps [actions/checkout](https://github.com/actions/checkout) from 6.0.2 to 6.0.3.\n- [Release notes](https://github.com/actions/checkout/releases)\n- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)\n- [Commits](https://github.com/actions/checkout/compare/de0fac2e4500dabe0009e67\n[…]\nirect:production\n update-type: version-update:semver-patch\n...\n\nSigned-off-by: dependabot[bot] <support@github.com>\nCo-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>",
"is_bot": true,
"headline": "chore(deps): bump actions/checkout from 6.0.2 to 6.0.3 (#391)",
"author_name": "dependabot[bot]",
"author_login": "dependabot[bot]",
"committed_at": "2026-06-15T13:27:28Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "a0edf181e343a8ff478a171aa74c21baefeb0675",
"body": null,
"is_bot": false,
"headline": "chore: update AGENTS.md",
"author_name": "noshiro-pf",
"author_login": "noshiro-pf",
"committed_at": "2026-06-15T03:02:25Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "7e7478bab28d25c22a7fda91f1a098bdee79cc5f",
"body": "Bumps [eslint-config-typed](https://github.com/noshiro-pf/eslint-config-typed) from 4.9.9 to 4.9.11.\n- [Release notes](https://github.com/noshiro-pf/eslint-config-typed/releases)\n- [Changelog](https://github.com/noshiro-pf/eslint-config-typed/blob/main/CHANGELOG.md)\n- [Commits](https://github.com/no\n[…]\nrect:development\n update-type: version-update:semver-patch\n...\n\nSigned-off-by: dependabot[bot] <support@github.com>\nCo-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>",
"is_bot": true,
"headline": "chore: bump eslint-config-typed from 4.9.9 to 4.9.11 (#390)",
"author_name": "dependabot[bot]",
"author_login": "dependabot[bot]",
"committed_at": "2026-06-08T13:33:10Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "82fce143814c469d359f9877a4debbffd1048408",
"body": "Bumps [cspell](https://github.com/streetsidesoftware/cspell/tree/HEAD/packages/cspell) from 10.0.0 to 10.0.1.\n- [Release notes](https://github.com/streetsidesoftware/cspell/releases)\n- [Changelog](https://github.com/streetsidesoftware/cspell/blob/main/packages/cspell/CHANGELOG.md)\n- [Commits](https:\n[…]\nrect:development\n update-type: version-update:semver-patch\n...\n\nSigned-off-by: dependabot[bot] <support@github.com>\nCo-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>",
"is_bot": true,
"headline": "chore: bump cspell from 10.0.0 to 10.0.1 (#388)",
"author_name": "dependabot[bot]",
"author_login": "dependabot[bot]",
"committed_at": "2026-06-08T13:29:32Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "cbc6989f33dcf6dbc87e35d282e075964914b8d1",
"body": "Bumps [vite](https://github.com/vitejs/vite/tree/HEAD/packages/vite) from 8.0.14 to 8.0.16.\n- [Release notes](https://github.com/vitejs/vite/releases)\n- [Changelog](https://github.com/vitejs/vite/blob/main/packages/vite/CHANGELOG.md)\n- [Commits](https://github.com/vitejs/vite/commits/v8.0.16/package\n[…]\nrect:development\n update-type: version-update:semver-patch\n...\n\nSigned-off-by: dependabot[bot] <support@github.com>\nCo-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>",
"is_bot": true,
"headline": "chore: bump vite from 8.0.14 to 8.0.16 (#389)",
"author_name": "dependabot[bot]",
"author_login": "dependabot[bot]",
"committed_at": "2026-06-08T13:26:05Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "864f66567098db3dc0161469833ee8fa88dffdf2",
"body": "Bumps [tsx](https://github.com/privatenumber/tsx) from 4.22.3 to 4.22.4.\n- [Release notes](https://github.com/privatenumber/tsx/releases)\n- [Changelog](https://github.com/privatenumber/tsx/blob/master/release.config.cjs)\n- [Commits](https://github.com/privatenumber/tsx/compare/v4.22.3...v4.22.4)\n\n--\n[…]\nrect:development\n update-type: version-update:semver-patch\n...\n\nSigned-off-by: dependabot[bot] <support@github.com>\nCo-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>",
"is_bot": true,
"headline": "chore: bump tsx from 4.22.3 to 4.22.4 (#387)",
"author_name": "dependabot[bot]",
"author_login": "dependabot[bot]",
"committed_at": "2026-06-08T13:22:17Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "69e030872aea44b63cc8b1095af8a7afafc50742",
"body": null,
"is_bot": false,
"headline": "chore: update AGENTS.md",
"author_name": "noshiro-pf",
"author_login": "noshiro-pf",
"committed_at": "2026-06-08T05:11:04Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "7016b5cb4cf0ff52fa4995a742badc5bd8db395b",
"body": "…flags (#386)\n\n* refactor: clarify doc:embed fence regex docs and derive global regex flags\n\nAddresses Copilot review feedback:\n- Reword the JSDoc so it describes the actual match (fence prefix only; trailing\n info strings are not part of the match) instead of implying the whole opening\n line / in\n[…]\nopening a code fence. Addresses Copilot feedback.\n\nCo-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>\n\n---------\n\nCo-authored-by: Claude Opus 4.8 (1M context) <noreply@anthropic.com>",
"is_bot": false,
"headline": "refactor: clarify doc:embed fence regex docs and derive global regex …",
"author_name": "Hideaki Noshiro",
"author_login": "noshiro-pf",
"committed_at": "2026-06-06T06:22:56Z",
"body_truncated": true,
"is_coding_agent": true
},
{
"oid": "b96abe2cbe796fd155ae48c74d329c5ba7369cc6",
"body": "* chore: update doc:embed scripts\n\n* refactor: tighten doc:embed code-fence regex and simplify fence counting\n\nAddresses Copilot review feedback on the doc:embed scripts:\n- Require the code-fence language tag to end at whitespace or end-of-line so\n only exact ts/tsx/js tags match (excludes ts-ignor\n[…]\nd breakage if a\n capturing group is added later.\n\nCo-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>\n\n---------\n\nCo-authored-by: Claude Opus 4.8 (1M context) <noreply@anthropic.com>",
"is_bot": false,
"headline": "chore: update doc:embed scripts (#385)",
"author_name": "Hideaki Noshiro",
"author_login": "noshiro-pf",
"committed_at": "2026-06-06T05:37:43Z",
"body_truncated": true,
"is_coding_agent": true
},
{
"oid": "47c68a3c2a674fc7d7ffc35082a1237be91ca02d",
"body": "Bumps [ts-repo-utils](https://github.com/noshiro-pf/ts-repo-utils) from 10.0.3 to 10.1.1.\n- [Release notes](https://github.com/noshiro-pf/ts-repo-utils/releases)\n- [Changelog](https://github.com/noshiro-pf/ts-repo-utils/blob/main/CHANGELOG.md)\n- [Commits](https://github.com/noshiro-pf/ts-repo-utils/\n[…]\nrect:development\n update-type: version-update:semver-minor\n...\n\nSigned-off-by: dependabot[bot] <support@github.com>\nCo-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>",
"is_bot": true,
"headline": "chore: bump ts-repo-utils from 10.0.3 to 10.1.1 (#384)",
"author_name": "dependabot[bot]",
"author_login": "dependabot[bot]",
"committed_at": "2026-06-02T15:55:04Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "131c0705302a0826702355c6147d659cddf20e57",
"body": "Bumps [vite](https://github.com/vitejs/vite/tree/HEAD/packages/vite) from 8.0.10 to 8.0.14.\n- [Release notes](https://github.com/vitejs/vite/releases)\n- [Changelog](https://github.com/vitejs/vite/blob/main/packages/vite/CHANGELOG.md)\n- [Commits](https://github.com/vitejs/vite/commits/v8.0.14/package\n[…]\nrect:development\n update-type: version-update:semver-patch\n...\n\nSigned-off-by: dependabot[bot] <support@github.com>\nCo-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>",
"is_bot": true,
"headline": "chore: bump vite from 8.0.10 to 8.0.14 (#381)",
"author_name": "dependabot[bot]",
"author_login": "dependabot[bot]",
"committed_at": "2026-06-02T15:50:53Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "ebc91abac434d65cff9268901e01df5a2e1b764b",
"body": "Bumps [tsx](https://github.com/privatenumber/tsx) from 4.21.0 to 4.22.3.\n- [Release notes](https://github.com/privatenumber/tsx/releases)\n- [Changelog](https://github.com/privatenumber/tsx/blob/master/release.config.cjs)\n- [Commits](https://github.com/privatenumber/tsx/compare/v4.21.0...v4.22.3)\n\n--\n[…]\nrect:development\n update-type: version-update:semver-minor\n...\n\nSigned-off-by: dependabot[bot] <support@github.com>\nCo-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>",
"is_bot": true,
"headline": "chore: bump tsx from 4.21.0 to 4.22.3 (#382)",
"author_name": "dependabot[bot]",
"author_login": "dependabot[bot]",
"committed_at": "2026-06-02T15:47:52Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "785d86d7f76d984fa17270c80d6e731dcd743f2d",
"body": "Bumps [eslint-config-typed](https://github.com/noshiro-pf/eslint-config-typed) from 4.9.8 to 4.9.9.\n- [Release notes](https://github.com/noshiro-pf/eslint-config-typed/releases)\n- [Changelog](https://github.com/noshiro-pf/eslint-config-typed/blob/main/CHANGELOG.md)\n- [Commits](https://github.com/nos\n[…]\nrect:development\n update-type: version-update:semver-patch\n...\n\nSigned-off-by: dependabot[bot] <support@github.com>\nCo-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>",
"is_bot": true,
"headline": "chore: bump eslint-config-typed from 4.9.8 to 4.9.9 (#380)",
"author_name": "dependabot[bot]",
"author_login": "dependabot[bot]",
"committed_at": "2026-06-02T15:44:10Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "c76e9caa0b6990c0d94466d9dcf0147008adee60",
"body": "# [3.1.0](https://github.com/noshiro-pf/ts-type-forge/compare/v3.0.1...v3.1.0) (2026-06-01)\n\n### Features\n\n* add ArrayBoundedLen and ArrayAtMostLen type ([#379](https://github.com/noshiro-pf/ts-type-forge/issues/379)) ([ac5bebc](https://github.com/noshiro-pf/ts-type-forge/commit/ac5bebc5f3c3b6230eae0e5cce371a0f48694040))",
"is_bot": false,
"headline": "chore(release): 3.1.0 [skip ci]",
"author_name": "semantic-release-bot",
"author_login": "semantic-release-bot",
"committed_at": "2026-06-01T13:12:41Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "ac5bebc5f3c3b6230eae0e5cce371a0f48694040",
"body": null,
"is_bot": false,
"headline": "feat: add ArrayBoundedLen and ArrayAtMostLen type (#379)",
"author_name": "Hideaki Noshiro",
"author_login": "noshiro-pf",
"committed_at": "2026-06-01T13:11:59Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "640751be0fcfee4261de81294d2e0b04944b6196",
"body": "Bumps [jiti](https://github.com/unjs/jiti) from 2.6.1 to 2.7.0.\n- [Release notes](https://github.com/unjs/jiti/releases)\n- [Changelog](https://github.com/unjs/jiti/blob/main/CHANGELOG.md)\n- [Commits](https://github.com/unjs/jiti/compare/v2.6.1...v2.7.0)\n\n---\nupdated-dependencies:\n- dependency-name: \n[…]\nrect:development\n update-type: version-update:semver-minor\n...\n\nSigned-off-by: dependabot[bot] <support@github.com>\nCo-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>",
"is_bot": true,
"headline": "chore: bump jiti from 2.6.1 to 2.7.0 (#374)",
"author_name": "dependabot[bot]",
"author_login": "dependabot[bot]",
"committed_at": "2026-06-01T10:32:21Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "7f9bd95f8a5f6426704fdc9fa5e007997f5afad4",
"body": "…14.1.1 (#372)\n\nchore: bump @semantic-release/release-notes-generator\n\nBumps [@semantic-release/release-notes-generator](https://github.com/semantic-release/release-notes-generator) from 14.1.0 to 14.1.1.\n- [Release notes](https://github.com/semantic-release/release-notes-generator/releases)\n- [Comm\n[…]\nrect:development\n update-type: version-update:semver-patch\n...\n\nSigned-off-by: dependabot[bot] <support@github.com>\nCo-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>",
"is_bot": true,
"headline": "chore: bump @semantic-release/release-notes-generator from 14.1.0 to …",
"author_name": "dependabot[bot]",
"author_login": "dependabot[bot]",
"committed_at": "2026-06-01T10:29:43Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "f2f8f331014331e74d2d1c72823125b2b03dad7b",
"body": "Bumps [@semantic-release/github](https://github.com/semantic-release/github) from 12.0.6 to 12.0.8.\n- [Release notes](https://github.com/semantic-release/github/releases)\n- [Commits](https://github.com/semantic-release/github/compare/v12.0.6...v12.0.8)\n\n---\nupdated-dependencies:\n- dependency-name: \"\n[…]\nrect:development\n update-type: version-update:semver-patch\n...\n\nSigned-off-by: dependabot[bot] <support@github.com>\nCo-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>",
"is_bot": true,
"headline": "chore: bump @semantic-release/github from 12.0.6 to 12.0.8 (#375)",
"author_name": "dependabot[bot]",
"author_login": "dependabot[bot]",
"committed_at": "2026-06-01T10:26:49Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "9556f92157291d62cb05c1361af6ff933cb0f9ed",
"body": "Bumps [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) from 25.6.0 to 25.9.1.\n- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)\n- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node)\n\n---\nupdated-depe\n[…]\nrect:development\n update-type: version-update:semver-minor\n...\n\nSigned-off-by: dependabot[bot] <support@github.com>\nCo-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>",
"is_bot": true,
"headline": "chore: bump @types/node from 25.6.0 to 25.9.1 (#373)",
"author_name": "dependabot[bot]",
"author_login": "dependabot[bot]",
"committed_at": "2026-06-01T10:24:16Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "ac3fd8a81915f90767b327947430c7ef61f6a370",
"body": null,
"is_bot": false,
"headline": "chore: update doc:embed scripts (#378)",
"author_name": "Hideaki Noshiro",
"author_login": "noshiro-pf",
"committed_at": "2026-06-01T10:20:40Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "b978d5c241c69e7088fcdc7f97855eb33aa2a282",
"body": "Bumps [pnpm/action-setup](https://github.com/pnpm/action-setup) from 6.0.7 to 6.0.8.\n- [Release notes](https://github.com/pnpm/action-setup/releases)\n- [Commits](https://github.com/pnpm/action-setup/compare/739bfe42ca9233c5e6aca07c1a25a9d34aca49b0...0e279bb959325dab635dd2c09392533439d90093)\n\n---\nupd\n[…]\nirect:production\n update-type: version-update:semver-patch\n...\n\nSigned-off-by: dependabot[bot] <support@github.com>\nCo-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>",
"is_bot": true,
"headline": "chore(deps): bump pnpm/action-setup from 6.0.7 to 6.0.8 (#377)",
"author_name": "dependabot[bot]",
"author_login": "dependabot[bot]",
"committed_at": "2026-05-25T19:44:47Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "2b99ba08ef06ddd57a25549eb08fb3c60120b08e",
"body": "… (#376)\n\nBumps [actions/create-github-app-token](https://github.com/actions/create-github-app-token) from 3.1.1 to 3.2.0.\n- [Release notes](https://github.com/actions/create-github-app-token/releases)\n- [Changelog](https://github.com/actions/create-github-app-token/blob/main/CHANGELOG.md)\n- [Commit\n[…]\nirect:production\n update-type: version-update:semver-minor\n...\n\nSigned-off-by: dependabot[bot] <support@github.com>\nCo-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>",
"is_bot": true,
"headline": "chore(deps): bump actions/create-github-app-token from 3.1.1 to 3.2.0…",
"author_name": "dependabot[bot]",
"author_login": "dependabot[bot]",
"committed_at": "2026-05-25T19:28:42Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "1f64d5b0f25ede05a521d17f694e22e2bcc42021",
"body": null,
"is_bot": false,
"headline": "chore: update AGENTS.md",
"author_name": "noshiro-pf",
"author_login": "noshiro-pf",
"committed_at": "2026-05-25T14:14:01Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "5259b9f45152b8ba71c6de780352fa5e4eaa8ce0",
"body": "Bumps [pnpm/action-setup](https://github.com/pnpm/action-setup) from 6.0.5 to 6.0.7.\n- [Release notes](https://github.com/pnpm/action-setup/releases)\n- [Commits](https://github.com/pnpm/action-setup/compare/8912a9102ac27614460f54aedde9e1e7f9aec20d...739bfe42ca9233c5e6aca07c1a25a9d34aca49b0)\n\n---\nupd\n[…]\nirect:production\n update-type: version-update:semver-patch\n...\n\nSigned-off-by: dependabot[bot] <support@github.com>\nCo-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>",
"is_bot": true,
"headline": "chore(deps): bump pnpm/action-setup from 6.0.5 to 6.0.7 (#371)",
"author_name": "dependabot[bot]",
"author_login": "dependabot[bot]",
"committed_at": "2026-05-18T23:10:43Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "94766506df4a246c864c64ab59eae25d336430db",
"body": null,
"is_bot": false,
"headline": "chore: update AGENTS.md",
"author_name": "noshiro-pf",
"author_login": "noshiro-pf",
"committed_at": "2026-05-18T02:08:49Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "97a554790a184a4f2d9b890a414896318abd0979",
"body": null,
"is_bot": false,
"headline": "chore: update devDependencies (#370)",
"author_name": "Hideaki Noshiro",
"author_login": "noshiro-pf",
"committed_at": "2026-05-13T17:44:05Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "ccd9adb6268daf1f7a145bde97ffc67e6e0ea605",
"body": null,
"is_bot": false,
"headline": "chore: format pnpm-workspace.yaml content",
"author_name": "noshiro-pf",
"author_login": "noshiro-pf",
"committed_at": "2026-05-12T06:23:49Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "633f011495e95710e0bacbf357f211658dc0f90a",
"body": null,
"is_bot": false,
"headline": "chore: update devDependencies (#369)",
"author_name": "Hideaki Noshiro",
"author_login": "noshiro-pf",
"committed_at": "2026-05-12T05:52:27Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "8aefedf01b19d665c839e1117add0c133bfc3579",
"body": "Bumps [pnpm/action-setup](https://github.com/pnpm/action-setup) from 6.0.3 to 6.0.5.\n- [Release notes](https://github.com/pnpm/action-setup/releases)\n- [Commits](https://github.com/pnpm/action-setup/compare/903f9c1a6ebcba6cf41d87230be49611ac97822e...8912a9102ac27614460f54aedde9e1e7f9aec20d)\n\n---\nupd\n[…]\nirect:production\n update-type: version-update:semver-patch\n...\n\nSigned-off-by: dependabot[bot] <support@github.com>\nCo-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>",
"is_bot": true,
"headline": "chore(deps): bump pnpm/action-setup from 6.0.3 to 6.0.5 (#368)",
"author_name": "dependabot[bot]",
"author_login": "dependabot[bot]",
"committed_at": "2026-05-11T21:00:03Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "8673b34677fcefb2d5625181d931e56d50f70083",
"body": null,
"is_bot": false,
"headline": "chore: update AGENTS.md",
"author_name": "noshiro-pf",
"author_login": "noshiro-pf",
"committed_at": "2026-05-11T08:16:14Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "79cc60f965341652a915b8bb720246091ab25b69",
"body": "## [3.0.1](https://github.com/noshiro-pf/ts-type-forge/compare/v3.0.0...v3.0.1) (2026-05-10)\n\n### Bug Fixes\n\n* fix dependencies ([#367](https://github.com/noshiro-pf/ts-type-forge/issues/367)) ([3375b5f](https://github.com/noshiro-pf/ts-type-forge/commit/3375b5f045aae2eac9f0339ab326971199bf28d2))",
"is_bot": false,
"headline": "chore(release): 3.0.1 [skip ci]",
"author_name": "semantic-release-bot",
"author_login": "semantic-release-bot",
"committed_at": "2026-05-10T13:04:53Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "3375b5f045aae2eac9f0339ab326971199bf28d2",
"body": null,
"is_bot": false,
"headline": "fix: fix dependencies (#367)",
"author_name": "Hideaki Noshiro",
"author_login": "noshiro-pf",
"committed_at": "2026-05-10T13:03:04Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "1f8d7e2106962624aca453da1e8c0c3a1d208086",
"body": null,
"is_bot": false,
"headline": "chore: update AGENTS.md",
"author_name": "noshiro-pf",
"author_login": "noshiro-pf",
"committed_at": "2026-05-10T11:09:27Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "2d25e2e383579a0116c7fbff6af8ec0dbe1cfd9d",
"body": null,
"is_bot": false,
"headline": "chore: update ts-data-forge and ts-repo-utils (#366)",
"author_name": "Hideaki Noshiro",
"author_login": "noshiro-pf",
"committed_at": "2026-05-08T09:47:05Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "c777e09d648a323f0490336b857f89c619858617",
"body": "# [3.0.0](https://github.com/noshiro-pf/ts-type-forge/compare/v2.4.2...v3.0.0) (2026-05-06)\n\n* feat!: ship as side-effect-free named-export library ([#365](https://github.com/noshiro-pf/ts-type-forge/issues/365)) ([f831899](https://github.com/noshiro-pf/ts-type-forge/commit/f8318991603348d016514c950\n[…]\nge/global\" />`, or\nmove to explicit named imports. The `TSTypeForgeInternals` namespace\nhas been flattened into `TSTypeForgeInternals_*` named exports. The\npackage now ships `dist/` instead of `src/`.",
"is_bot": false,
"headline": "chore(release): 3.0.0 [skip ci]",
"author_name": "semantic-release-bot",
"author_login": "semantic-release-bot",
"committed_at": "2026-05-06T17:39:57Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "f8318991603348d016514c950606ce509214b6bb",
"body": "The previous PR (#364, released as v2.4.2 and now deprecated on npm)\nshipped these breaking changes under a `fix:` commit, which only\ntriggered a patch bump. This empty commit re-asserts them as a major\nrelease so semantic-release publishes v3.0.0.\n\nThe merged refactor:\n\n- `import type { X } from 't\n[…]\nge/global\" />`, or\nmove to explicit named imports. The `TSTypeForgeInternals` namespace\nhas been flattened into `TSTypeForgeInternals_*` named exports. The\npackage now ships `dist/` instead of `src/`.",
"is_bot": false,
"headline": "feat!: ship as side-effect-free named-export library (#365)",
"author_name": "Hideaki Noshiro",
"author_login": "noshiro-pf",
"committed_at": "2026-05-06T17:38:54Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "1d8254a148341d91a40c7a2829c8692268589adb",
"body": "## [2.4.2](https://github.com/noshiro-pf/ts-type-forge/compare/v2.4.1...v2.4.2) (2026-05-06)\n\n### Bug Fixes\n\n* update dependencies and import ts-type-forge explicitly ([#364](https://github.com/noshiro-pf/ts-type-forge/issues/364)) ([11f2310](https://github.com/noshiro-pf/ts-type-forge/commit/11f2310bc6fda2d7fe3129cd43a688863bfce6f6))",
"is_bot": false,
"headline": "chore(release): 2.4.2 [skip ci]",
"author_name": "semantic-release-bot",
"author_login": "semantic-release-bot",
"committed_at": "2026-05-06T17:05:24Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "11f2310bc6fda2d7fe3129cd43a688863bfce6f6",
"body": null,
"is_bot": false,
"headline": "fix: update dependencies and import ts-type-forge explicitly (#364)",
"author_name": "Hideaki Noshiro",
"author_login": "noshiro-pf",
"committed_at": "2026-05-06T17:04:31Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "af3d8ef150be78252f3eeeff58f1cd27d84efa65",
"body": "Bumps [pnpm/action-setup](https://github.com/pnpm/action-setup) from 5.0.0 to 6.0.3.\n- [Release notes](https://github.com/pnpm/action-setup/releases)\n- [Commits](https://github.com/pnpm/action-setup/compare/fc06bc1257f339d1d5d8b3a19a8cae5388b55320...903f9c1a6ebcba6cf41d87230be49611ac97822e)\n\n---\nupd\n[…]\nirect:production\n update-type: version-update:semver-major\n...\n\nSigned-off-by: dependabot[bot] <support@github.com>\nCo-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>",
"is_bot": true,
"headline": "chore(deps): bump pnpm/action-setup from 5.0.0 to 6.0.3 (#362)",
"author_name": "dependabot[bot]",
"author_login": "dependabot[bot]",
"committed_at": "2026-05-04T17:09:01Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "58cdef4fa0fdc283bb7403e423db2f063ef68808",
"body": null,
"is_bot": false,
"headline": "chore: fix pnpm-workspace.yaml",
"author_name": "noshiro-pf",
"author_login": "noshiro-pf",
"committed_at": "2026-04-30T18:02:44Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "ba4cc96901f8aad04a08c9e837f9cab4d889c463",
"body": null,
"is_bot": false,
"headline": "chore: update AGENTS.md",
"author_name": "noshiro-pf",
"author_login": "noshiro-pf",
"committed_at": "2026-04-30T17:54:41Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "6d6a6d990cbb5e9cdd59f65a07743ed9a74761fc",
"body": null,
"is_bot": false,
"headline": "chore: fix pnpm-workspace.yaml (#361)",
"author_name": "Hideaki Noshiro",
"author_login": "noshiro-pf",
"committed_at": "2026-04-30T17:05:24Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "f016a8de63c14b9fc03d44154c2faca3c1dc5f49",
"body": null,
"is_bot": false,
"headline": "chore: update devDependencies (#360)",
"author_name": "Hideaki Noshiro",
"author_login": "noshiro-pf",
"committed_at": "2026-04-30T14:51:46Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "8003ae2939188e11619049a38434e9680da64c73",
"body": "Bumps [dependabot/fetch-metadata](https://github.com/dependabot/fetch-metadata) from 3.0.0 to 3.1.0.\n- [Commits](https://github.com/dependabot/fetch-metadata/compare/ffa630c65fa7e0ecfa0625b5ceda64399aea1b36...25dd0e34f4fe68f24cc83900b1fe3fe149efef98)\n\n---\nupdated-dependencies:\n- dependency-name: dep\n[…]\nirect:production\n update-type: version-update:semver-minor\n...\n\nSigned-off-by: dependabot[bot] <support@github.com>\nCo-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>",
"is_bot": true,
"headline": "chore(deps): bump dependabot/fetch-metadata from 3.0.0 to 3.1.0 (#357)",
"author_name": "dependabot[bot]",
"author_login": "dependabot[bot]",
"committed_at": "2026-04-27T16:34:51Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "7d3e5d7932daac92c07811cc3ed76f3928e659d7",
"body": "Bumps [actions/setup-node](https://github.com/actions/setup-node) from 6.3.0 to 6.4.0.\n- [Commits](https://github.com/actions/setup-node/compare/53b83947a5a98c8d113130e565377fae1a50d02f...48b55a011bda9f5d6aeb4c2d9c7362e8dae4041e)\n\n---\nupdated-dependencies:\n- dependency-name: actions/setup-node\n dep\n[…]\nirect:production\n update-type: version-update:semver-minor\n...\n\nSigned-off-by: dependabot[bot] <support@github.com>\nCo-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>",
"is_bot": true,
"headline": "chore(deps): bump actions/setup-node from 6.3.0 to 6.4.0 (#355)",
"author_name": "dependabot[bot]",
"author_login": "dependabot[bot]",
"committed_at": "2026-04-27T16:32:11Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "256125ff1582c7990133359a038379bbd102fe4f",
"body": null,
"is_bot": false,
"headline": "chore: update AGENTS.md",
"author_name": "noshiro-pf",
"author_login": "noshiro-pf",
"committed_at": "2026-04-27T02:46:17Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "c0da078efc0824295f82f855cb57ae0743612a88",
"body": null,
"is_bot": false,
"headline": "ci: enable engine-strict in Node.js version compatibility test (#354)",
"author_name": "Hideaki Noshiro",
"author_login": "noshiro-pf",
"committed_at": "2026-04-23T20:35:11Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "216314f3609d01fa8c7acf0fff007f369eff6dab",
"body": "## [2.4.1](https://github.com/noshiro-pf/ts-type-forge/compare/v2.4.0...v2.4.1) (2026-04-23)\n\n### Bug Fixes\n\n* update deps ([#353](https://github.com/noshiro-pf/ts-type-forge/issues/353)) ([3201863](https://github.com/noshiro-pf/ts-type-forge/commit/3201863ad9565ee9e51457efb1714dd9ed79c191))",
"is_bot": false,
"headline": "chore(release): 2.4.1 [skip ci]",
"author_name": "semantic-release-bot",
"author_login": "semantic-release-bot",
"committed_at": "2026-04-23T19:10:03Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "3201863ad9565ee9e51457efb1714dd9ed79c191",
"body": null,
"is_bot": false,
"headline": "fix: update deps (#353)",
"author_name": "Hideaki Noshiro",
"author_login": "noshiro-pf",
"committed_at": "2026-04-23T19:09:27Z",
"body_truncated": false,
"is_coding_agent": false
}
],
"releases_count": 27,
"commits_last_year": 339,
"latest_release_at": "2026-07-21T07:32:35Z",
"latest_release_tag": "v7.2.1",
"releases_from_tags": false,
"days_since_last_push": 0,
"active_weeks_last_year": 51,
"days_since_latest_release": 7,
"mean_days_between_releases": 5.5
},
"community": {
"has_readme": true,
"has_license": true,
"has_description": true,
"has_contributing": false,
"health_percentage": 42,
"has_issue_template": false,
"has_code_of_conduct": false,
"has_pull_request_template": false
},
"ecosystem": {
"packages": [
{
"name": "ts-type-forge",
"exists": true,
"license": "Apache-2.0",
"keywords": [
"typescript",
"utility",
"types",
"static-typing",
"mapped-types"
],
"ecosystem": "npm",
"matches_repo": true,
"registry_url": "https://www.npmjs.com/package/ts-type-forge",
"is_deprecated": false,
"latest_version": "7.2.1",
"repository_url": "https://github.com/noshiro-pf/ts-type-forge",
"versions_count": 28,
"total_downloads": null,
"dependents_count": null,
"deprecation_note": null,
"maintainers_count": 1,
"monthly_downloads": 20253,
"first_published_at": "2025-05-04T13:21:27.726000Z",
"latest_published_at": "2026-07-21T07:32:34.255000Z",
"latest_version_yanked": null,
"days_since_latest_publish": 7
},
{
"name": "eslint-plugin-ts-type-forge",
"exists": true,
"license": "Apache-2.0",
"keywords": [
"eslint",
"eslintplugin",
"eslint-plugin",
"ts-type-forge",
"typescript",
"types"
],
"ecosystem": "npm",
"matches_repo": true,
"registry_url": "https://www.npmjs.com/package/eslint-plugin-ts-type-forge",
"is_deprecated": false,
"latest_version": "0.2.0",
"repository_url": "https://github.com/noshiro-pf/ts-type-forge",
"versions_count": 1,
"total_downloads": null,
"dependents_count": null,
"deprecation_note": null,
"maintainers_count": 1,
"monthly_downloads": null,
"first_published_at": "2026-07-28T21:34:12.958000Z",
"latest_published_at": "2026-07-28T21:34:13.279000Z",
"latest_version_yanked": null,
"days_since_latest_publish": 0
}
]
},
"popularity": {
"forks": 0,
"stars": 0,
"watchers": 1,
"fork_history": {
"days": [],
"complete": true,
"collected": 0,
"total_forks": 0
},
"star_history": {
"days": [],
"complete": true,
"collected": 0,
"total_stars": 0,
"collected_at": null
},
"open_issues_and_prs": 1
},
"ai_readiness": {
"has_nix": false,
"example_dirs": [
"samples"
],
"has_llms_txt": false,
"has_dockerfile": false,
"has_mcp_signal": false,
"bootstrap_files": [],
"api_schema_files": [],
"has_devcontainer": false,
"typecheck_configs": [
"packages/eslint-plugin-ts-type-forge/tsconfig.json",
"packages/ts-type-forge/test/dist_/ambient/tsconfig.json",
"packages/ts-type-forge/test/dist_/named/tsconfig.json",
"packages/ts-type-forge/tsconfig.json",
"tsconfig.json"
],
"toolchain_manifests": [],
"largest_source_bytes": 1091,
"source_files_sampled": 2,
"oversized_source_files": 0,
"agent_instruction_files": [
"AGENTS.md",
"CLAUDE.md"
],
"agent_instruction_max_bytes": 30836
},
"dependencies": {
"manifests": [
"package.json"
],
"advisories": {
"error": null,
"scope": "repository_graph",
"source": "osv",
"findings": [
{
"name": "brace-expansion",
"direct": false,
"version": "1.1.15",
"severity": "high",
"ecosystem": "npm",
"cvss_score": 7.5,
"advisory_ids": [
"GHSA-3jxr-9vmj-r5cp",
"GHSA-mh99-v99m-4gvg"
],
"fixed_version": "5.0.8",
"advisory_count": 2,
"oldest_advisory_days": 8
},
{
"name": "brace-expansion",
"direct": false,
"version": "5.0.7",
"severity": "high",
"ecosystem": "npm",
"cvss_score": 7.5,
"advisory_ids": [
"GHSA-mh99-v99m-4gvg"
],
"fixed_version": "5.0.8",
"advisory_count": 1,
"oldest_advisory_days": 4
},
{
"name": "js-yaml",
"direct": false,
"version": "5.2.1",
"severity": "high",
"ecosystem": "npm",
"cvss_score": 7.5,
"advisory_ids": [
"GHSA-pm4m-ph32-ghv5"
],
"fixed_version": "5.2.2",
"advisory_count": 1,
"oldest_advisory_days": 4
}
],
"collected": true,
"malicious": [],
"truncated": false,
"by_severity": {
"high": 3
},
"advisory_count": 4,
"affected_count": 3,
"assessed_count": 847,
"malicious_count": 0,
"assessed_package": null,
"unassessed_count": 0,
"direct_affected_count": 0
},
"ecosystems": [
"npm"
],
"dependencies": [
{
"name": "@typescript-eslint/utils",
"manifest": "packages/eslint-plugin-ts-type-forge/package.json",
"ecosystem": "npm",
"version_constraint": "8.65.0"
},
{
"name": "ts-type-forge",
"manifest": "packages/eslint-plugin-ts-type-forge/package.json",
"ecosystem": "npm",
"version_constraint": "workspace:*"
}
],
"all_dependencies": {
"error": null,
"source": "github-sbom",
"packages": [
{
"name": "@typescript-eslint/utils",
"direct": true,
"version": "8.64.0",
"ecosystem": "npm"
},
{
"name": "@typescript-eslint/utils",
"direct": true,
"version": "8.65.0",
"ecosystem": "npm"
},
{
"name": "ts-type-forge",
"direct": true,
"version": "3.2.0",
"ecosystem": "npm"
},
{
"name": "ts-type-forge",
"direct": true,
"version": "4.0.0",
"ecosystem": "npm"
},
{
"name": "ts-type-forge",
"direct": true,
"version": "5.0.0",
"ecosystem": "npm"
},
{
"name": "ts-type-forge",
"direct": true,
"version": "7.2.1",
"ecosystem": "npm"
},
{
"name": "@babel/code-frame",
"direct": false,
"version": "7.29.7",
"ecosystem": "npm"
},
{
"name": "@babel/compat-data",
"direct": false,
"version": "7.29.7",
"ecosystem": "npm"
},
{
"name": "@babel/core",
"direct": false,
"version": "7.29.7",
"ecosystem": "npm"
},
{
"name": "@babel/generator",
"direct": false,
"version": "7.29.7",
"ecosystem": "npm"
},
{
"name": "@babel/helper-compilation-targets",
"direct": false,
"version": "7.29.7",
"ecosystem": "npm"
},
{
"name": "@babel/helper-globals",
"direct": false,
"version": "7.29.7",
"ecosystem": "npm"
},
{
"name": "@babel/helper-module-imports",
"direct": false,
"version": "7.29.7",
"ecosystem": "npm"
},
{
"name": "@babel/helper-module-transforms",
"direct": false,
"version": "7.29.7",
"ecosystem": "npm"
},
{
"name": "@babel/helper-string-parser",
"direct": false,
"version": "7.29.7",
"ecosystem": "npm"
},
{
"name": "@babel/helper-validator-identifier",
"direct": false,
"version": "7.29.7",
"ecosystem": "npm"
},
{
"name": "@babel/helper-validator-option",
"direct": false,
"version": "7.29.7",
"ecosystem": "npm"
},
{
"name": "@babel/helpers",
"direct": false,
"version": "7.29.7",
"ecosystem": "npm"
},
{
"name": "@babel/parser",
"direct": false,
"version": "7.29.7",
"ecosystem": "npm"
},
{
"name": "@babel/runtime",
"direct": false,
"version": "7.29.7",
"ecosystem": "npm"
},
{
"name": "@babel/template",
"direct": false,
"version": "7.29.7",
"ecosystem": "npm"
},
{
"name": "@babel/traverse",
"direct": false,
"version": "7.29.7",
"ecosystem": "npm"
},
{
"name": "@babel/types",
"direct": false,
"version": "7.29.7",
"ecosystem": "npm"
},
{
"name": "@bcoe/v8-coverage",
"direct": false,
"version": "1.0.2",
"ecosystem": "npm"
},
{
"name": "@changesets/apply-release-plan",
"direct": false,
"version": "7.1.1",
"ecosystem": "npm"
},
{
"name": "@changesets/assemble-release-plan",
"direct": false,
"version": "6.0.10",
"ecosystem": "npm"
},
{
"name": "@changesets/changelog-git",
"direct": false,
"version": "0.2.1",
"ecosystem": "npm"
},
{
"name": "@changesets/cli",
"direct": false,
"version": "2.31.1",
"ecosystem": "npm"
},
{
"name": "@changesets/config",
"direct": false,
"version": "3.1.4",
"ecosystem": "npm"
},
{
"name": "@changesets/errors",
"direct": false,
"version": "0.2.0",
"ecosystem": "npm"
},
{
"name": "@changesets/get-dependents-graph",
"direct": false,
"version": "2.1.4",
"ecosystem": "npm"
},
{
"name": "@changesets/get-release-plan",
"direct": false,
"version": "4.0.16",
"ecosystem": "npm"
},
{
"name": "@changesets/get-version-range-type",
"direct": false,
"version": "0.4.0",
"ecosystem": "npm"
},
{
"name": "@changesets/git",
"direct": false,
"version": "3.0.4",
"ecosystem": "npm"
},
{
"name": "@changesets/logger",
"direct": false,
"version": "0.1.1",
"ecosystem": "npm"
},
{
"name": "@changesets/parse",
"direct": false,
"version": "0.4.3",
"ecosystem": "npm"
},
{
"name": "@changesets/pre",
"direct": false,
"version": "2.0.2",
"ecosystem": "npm"
},
{
"name": "@changesets/read",
"direct": false,
"version": "0.6.7",
"ecosystem": "npm"
},
{
"name": "@changesets/should-skip-package",
"direct": false,
"version": "0.1.2",
"ecosystem": "npm"
},
{
"name": "@changesets/types",
"direct": false,
"version": "4.1.0",
"ecosystem": "npm"
},
{
"name": "@changesets/types",
"direct": false,
"version": "6.1.0",
"ecosystem": "npm"
},
{
"name": "@changesets/write",
"direct": false,
"version": "0.4.0",
"ecosystem": "npm"
},
{
"name": "@cspell/cspell-bundled-dicts",
"direct": false,
"version": "10.0.1",
"ecosystem": "npm"
},
{
"name": "@cspell/cspell-json-reporter",
"direct": false,
"version": "10.0.1",
"ecosystem": "npm"
},
{
"name": "@cspell/cspell-performance-monitor",
"direct": false,
"version": "10.0.1",
"ecosystem": "npm"
},
{
"name": "@cspell/cspell-pipe",
"direct": false,
"version": "10.0.1",
"ecosystem": "npm"
},
{
"name": "@cspell/cspell-resolver",
"direct": false,
"version": "10.0.1",
"ecosystem": "npm"
},
{
"name": "@cspell/cspell-service-bus",
"direct": false,
"version": "10.0.1",
"ecosystem": "npm"
},
{
"name": "@cspell/cspell-types",
"direct": false,
"version": "10.0.1",
"ecosystem": "npm"
},
{
"name": "@cspell/cspell-worker",
"direct": false,
"version": "10.0.1",
"ecosystem": "npm"
},
{
"name": "@cspell/dict-ada",
"direct": false,
"version": "4.1.1",
"ecosystem": "npm"
},
{
"name": "@cspell/dict-al",
"direct": false,
"version": "1.1.1",
"ecosystem": "npm"
},
{
"name": "@cspell/dict-aws",
"direct": false,
"version": "4.0.17",
"ecosystem": "npm"
},
{
"name": "@cspell/dict-bash",
"direct": false,
"version": "4.2.3",
"ecosystem": "npm"
},
{
"name": "@cspell/dict-companies",
"direct": false,
"version": "3.2.12",
"ecosystem": "npm"
},
{
"name": "@cspell/dict-cpp",
"direct": false,
"version": "7.0.2",
"ecosystem": "npm"
},
{
"name": "@cspell/dict-cryptocurrencies",
"direct": false,
"version": "5.0.5",
"ecosystem": "npm"
},
{
"name": "@cspell/dict-csharp",
"direct": false,
"version": "4.0.8",
"ecosystem": "npm"
},
{
"name": "@cspell/dict-css",
"direct": false,
"version": "4.1.2",
"ecosystem": "npm"
},
{
"name": "@cspell/dict-dart",
"direct": false,
"version": "2.3.2",
"ecosystem": "npm"
},
{
"name": "@cspell/dict-data-science",
"direct": false,
"version": "2.0.16",
"ecosystem": "npm"
},
{
"name": "@cspell/dict-django",
"direct": false,
"version": "4.1.6",
"ecosystem": "npm"
},
{
"name": "@cspell/dict-docker",
"direct": false,
"version": "1.1.17",
"ecosystem": "npm"
},
{
"name": "@cspell/dict-dotnet",
"direct": false,
"version": "5.0.13",
"ecosystem": "npm"
},
{
"name": "@cspell/dict-elixir",
"direct": false,
"version": "4.0.8",
"ecosystem": "npm"
},
{
"name": "@cspell/dict-en-common-misspellings",
"direct": false,
"version": "2.1.13",
"ecosystem": "npm"
},
{
"name": "@cspell/dict-en-gb-mit",
"direct": false,
"version": "3.1.25",
"ecosystem": "npm"
},
{
"name": "@cspell/dict-en_us",
"direct": false,
"version": "4.4.36",
"ecosystem": "npm"
},
{
"name": "@cspell/dict-filetypes",
"direct": false,
"version": "3.0.18",
"ecosystem": "npm"
},
{
"name": "@cspell/dict-flutter",
"direct": false,
"version": "1.1.1",
"ecosystem": "npm"
},
{
"name": "@cspell/dict-fonts",
"direct": false,
"version": "4.0.6",
"ecosystem": "npm"
},
{
"name": "@cspell/dict-fsharp",
"direct": false,
"version": "1.1.1",
"ecosystem": "npm"
},
{
"name": "@cspell/dict-fullstack",
"direct": false,
"version": "3.2.9",
"ecosystem": "npm"
},
{
"name": "@cspell/dict-gaming-terms",
"direct": false,
"version": "1.1.2",
"ecosystem": "npm"
},
{
"name": "@cspell/dict-git",
"direct": false,
"version": "3.1.0",
"ecosystem": "npm"
},
{
"name": "@cspell/dict-golang",
"direct": false,
"version": "6.0.26",
"ecosystem": "npm"
},
{
"name": "@cspell/dict-google",
"direct": false,
"version": "1.0.9",
"ecosystem": "npm"
},
{
"name": "@cspell/dict-haskell",
"direct": false,
"version": "4.0.6",
"ecosystem": "npm"
},
{
"name": "@cspell/dict-html",
"direct": false,
"version": "4.0.15",
"ecosystem": "npm"
},
{
"name": "@cspell/dict-html-symbol-entities",
"direct": false,
"version": "4.0.5",
"ecosystem": "npm"
},
{
"name": "@cspell/dict-java",
"direct": false,
"version": "5.0.12",
"ecosystem": "npm"
},
{
"name": "@cspell/dict-julia",
"direct": false,
"version": "1.1.1",
"ecosystem": "npm"
},
{
"name": "@cspell/dict-k8s",
"direct": false,
"version": "1.0.13",
"ecosystem": "npm"
},
{
"name": "@cspell/dict-kotlin",
"direct": false,
"version": "1.1.1",
"ecosystem": "npm"
},
{
"name": "@cspell/dict-latex",
"direct": false,
"version": "5.1.0",
"ecosystem": "npm"
},
{
"name": "@cspell/dict-lorem-ipsum",
"direct": false,
"version": "4.0.5",
"ecosystem": "npm"
},
{
"name": "@cspell/dict-lua",
"direct": false,
"version": "4.0.8",
"ecosystem": "npm"
},
{
"name": "@cspell/dict-makefile",
"direct": false,
"version": "1.0.5",
"ecosystem": "npm"
},
{
"name": "@cspell/dict-markdown",
"direct": false,
"version": "2.0.17",
"ecosystem": "npm"
},
{
"name": "@cspell/dict-monkeyc",
"direct": false,
"version": "1.0.12",
"ecosystem": "npm"
},
{
"name": "@cspell/dict-node",
"direct": false,
"version": "5.0.9",
"ecosystem": "npm"
},
{
"name": "@cspell/dict-npm",
"direct": false,
"version": "5.2.43",
"ecosystem": "npm"
},
{
"name": "@cspell/dict-php",
"direct": false,
"version": "4.1.1",
"ecosystem": "npm"
},
{
"name": "@cspell/dict-powershell",
"direct": false,
"version": "5.0.15",
"ecosystem": "npm"
},
{
"name": "@cspell/dict-public-licenses",
"direct": false,
"version": "2.0.16",
"ecosystem": "npm"
},
{
"name": "@cspell/dict-python",
"direct": false,
"version": "4.2.29",
"ecosystem": "npm"
},
{
"name": "@cspell/dict-r",
"direct": false,
"version": "2.1.1",
"ecosystem": "npm"
},
{
"name": "@cspell/dict-ruby",
"direct": false,
"version": "5.1.1",
"ecosystem": "npm"
},
{
"name": "@cspell/dict-rust",
"direct": false,
"version": "4.1.2",
"ecosystem": "npm"
},
{
"name": "@cspell/dict-scala",
"direct": false,
"version": "5.0.9",
"ecosystem": "npm"
},
{
"name": "@cspell/dict-shell",
"direct": false,
"version": "1.2.0",
"ecosystem": "npm"
},
{
"name": "@cspell/dict-software-terms",
"direct": false,
"version": "5.2.4",
"ecosystem": "npm"
},
{
"name": "@cspell/dict-sql",
"direct": false,
"version": "2.2.1",
"ecosystem": "npm"
},
{
"name": "@cspell/dict-svelte",
"direct": false,
"version": "1.0.7",
"ecosystem": "npm"
},
{
"name": "@cspell/dict-swift",
"direct": false,
"version": "2.0.6",
"ecosystem": "npm"
},
{
"name": "@cspell/dict-terraform",
"direct": false,
"version": "1.1.4",
"ecosystem": "npm"
},
{
"name": "@cspell/dict-typescript",
"direct": false,
"version": "3.2.3",
"ecosystem": "npm"
},
{
"name": "@cspell/dict-vue",
"direct": false,
"version": "3.0.5",
"ecosystem": "npm"
},
{
"name": "@cspell/dict-zig",
"direct": false,
"version": "1.0.0",
"ecosystem": "npm"
},
{
"name": "@cspell/dynamic-import",
"direct": false,
"version": "10.0.1",
"ecosystem": "npm"
},
{
"name": "@cspell/filetypes",
"direct": false,
"version": "10.0.1",
"ecosystem": "npm"
},
{
"name": "@cspell/rpc",
"direct": false,
"version": "10.0.1",
"ecosystem": "npm"
},
{
"name": "@cspell/strong-weak-map",
"direct": false,
"version": "10.0.1",
"ecosystem": "npm"
},
{
"name": "@cspell/url",
"direct": false,
"version": "10.0.1",
"ecosystem": "npm"
},
{
"name": "@emnapi/core",
"direct": false,
"version": "1.10.0",
"ecosystem": "npm"
},
{
"name": "@emnapi/core",
"direct": false,
"version": "1.11.1",
"ecosystem": "npm"
},
{
"name": "@emnapi/runtime",
"direct": false,
"version": "1.10.0",
"ecosystem": "npm"
},
{
"name": "@emnapi/runtime",
"direct": false,
"version": "1.11.1",
"ecosystem": "npm"
},
{
"name": "@emnapi/wasi-threads",
"direct": false,
"version": "1.2.1",
"ecosystem": "npm"
},
{
"name": "@emnapi/wasi-threads",
"direct": false,
"version": "1.2.2",
"ecosystem": "npm"
},
{
"name": "@esbuild/aix-ppc64",
"direct": false,
"version": "0.28.1",
"ecosystem": "npm"
},
{
"name": "@esbuild/android-arm",
"direct": false,
"version": "0.28.1",
"ecosystem": "npm"
},
{
"name": "@esbuild/android-arm64",
"direct": false,
"version": "0.28.1",
"ecosystem": "npm"
},
{
"name": "@esbuild/android-x64",
"direct": false,
"version": "0.28.1",
"ecosystem": "npm"
},
{
"name": "@esbuild/darwin-arm64",
"direct": false,
"version": "0.28.1",
"ecosystem": "npm"
},
{
"name": "@esbuild/darwin-x64",
"direct": false,
"version": "0.28.1",
"ecosystem": "npm"
},
{
"name": "@esbuild/freebsd-arm64",
"direct": false,
"version": "0.28.1",
"ecosystem": "npm"
},
{
"name": "@esbuild/freebsd-x64",
"direct": false,
"version": "0.28.1",
"ecosystem": "npm"
},
{
"name": "@esbuild/linux-arm",
"direct": false,
"version": "0.28.1",
"ecosystem": "npm"
},
{
"name": "@esbuild/linux-arm64",
"direct": false,
"version": "0.28.1",
"ecosystem": "npm"
},
{
"name": "@esbuild/linux-ia32",
"direct": false,
"version": "0.28.1",
"ecosystem": "npm"
},
{
"name": "@esbuild/linux-loong64",
"direct": false,
"version": "0.28.1",
"ecosystem": "npm"
},
{
"name": "@esbuild/linux-mips64el",
"direct": false,
"version": "0.28.1",
"ecosystem": "npm"
},
{
"name": "@esbuild/linux-ppc64",
"direct": false,
"version": "0.28.1",
"ecosystem": "npm"
},
{
"name": "@esbuild/linux-riscv64",
"direct": false,
"version": "0.28.1",
"ecosystem": "npm"
},
{
"name": "@esbuild/linux-s390x",
"direct": false,
"version": "0.28.1",
"ecosystem": "npm"
},
{
"name": "@esbuild/linux-x64",
"direct": false,
"version": "0.28.1",
"ecosystem": "npm"
},
{
"name": "@esbuild/netbsd-arm64",
"direct": false,
"version": "0.28.1",
"ecosystem": "npm"
},
{
"name": "@esbuild/netbsd-x64",
"direct": false,
"version": "0.28.1",
"ecosystem": "npm"
},
{
"name": "@esbuild/openbsd-arm64",
"direct": false,
"version": "0.28.1",
"ecosystem": "npm"
},
{
"name": "@esbuild/openbsd-x64",
"direct": false,
"version": "0.28.1",
"ecosystem": "npm"
},
{
"name": "@esbuild/openharmony-arm64",
"direct": false,
"version": "0.28.1",
"ecosystem": "npm"
},
{
"name": "@esbuild/sunos-x64",
"direct": false,
"version": "0.28.1",
"ecosystem": "npm"
},
{
"name": "@esbuild/win32-arm64",
"direct": false,
"version": "0.28.1",
"ecosystem": "npm"
},
{
"name": "@esbuild/win32-ia32",
"direct": false,
"version": "0.28.1",
"ecosystem": "npm"
},
{
"name": "@esbuild/win32-x64",
"direct": false,
"version": "0.28.1",
"ecosystem": "npm"
},
{
"name": "@eslint-community/eslint-utils",
"direct": false,
"version": "4.9.1",
"ecosystem": "npm"
},
{
"name": "@eslint-community/regexpp",
"direct": false,
"version": "4.12.2",
"ecosystem": "npm"
},
{
"name": "@eslint/config-array",
"direct": false,
"version": "0.23.5",
"ecosystem": "npm"
},
{
"name": "@eslint/config-helpers",
"direct": false,
"version": "0.6.0",
"ecosystem": "npm"
},
{
"name": "@eslint/core",
"direct": false,
"version": "1.2.1",
"ecosystem": "npm"
},
{
"name": "@eslint/object-schema",
"direct": false,
"version": "3.0.5",
"ecosystem": "npm"
},
{
"name": "@eslint/plugin-kit",
"direct": false,
"version": "0.7.2",
"ecosystem": "npm"
},
{
"name": "@gerrit0/mini-shiki",
"direct": false,
"version": "3.23.0",
"ecosystem": "npm"
},
{
"name": "@humanfs/core",
"direct": false,
"version": "0.19.2",
"ecosystem": "npm"
},
{
"name": "@humanfs/node",
"direct": false,
"version": "0.16.8",
"ecosystem": "npm"
},
{
"name": "@humanfs/types",
"direct": false,
"version": "0.15.0",
"ecosystem": "npm"
},
{
"name": "@humanwhocodes/module-importer",
"direct": false,
"version": "1.0.1",
"ecosystem": "npm"
},
{
"name": "@humanwhocodes/retry",
"direct": false,
"version": "0.4.3",
"ecosystem": "npm"
},
{
"name": "@inquirer/external-editor",
"direct": false,
"version": "1.0.3",
"ecosystem": "npm"
},
{
"name": "@jridgewell/gen-mapping",
"direct": false,
"version": "0.3.13",
"ecosystem": "npm"
},
{
"name": "@jridgewell/remapping",
"direct": false,
"version": "2.3.5",
"ecosystem": "npm"
},
{
"name": "@jridgewell/resolve-uri",
"direct": false,
"version": "3.1.2",
"ecosystem": "npm"
},
{
"name": "@jridgewell/sourcemap-codec",
"direct": false,
"version": "1.5.5",
"ecosystem": "npm"
},
{
"name": "@jridgewell/trace-mapping",
"direct": false,
"version": "0.3.31",
"ecosystem": "npm"
},
{
"name": "@manypkg/find-root",
"direct": false,
"version": "1.1.0",
"ecosystem": "npm"
},
{
"name": "@manypkg/get-packages",
"direct": false,
"version": "1.1.3",
"ecosystem": "npm"
},
{
"name": "@napi-rs/wasm-runtime",
"direct": false,
"version": "1.1.6",
"ecosystem": "npm"
},
{
"name": "@nodelib/fs.scandir",
"direct": false,
"version": "2.1.5",
"ecosystem": "npm"
},
{
"name": "@nodelib/fs.scandir",
"direct": false,
"version": "4.0.1",
"ecosystem": "npm"
},
{
"name": "@nodelib/fs.stat",
"direct": false,
"version": "2.0.5",
"ecosystem": "npm"
},
{
"name": "@nodelib/fs.stat",
"direct": false,
"version": "4.0.0",
"ecosystem": "npm"
},
{
"name": "@nodelib/fs.walk",
"direct": false,
"version": "1.2.8",
"ecosystem": "npm"
},
{
"name": "@nodelib/fs.walk",
"direct": false,
"version": "3.0.1",
"ecosystem": "npm"
},
{
"name": "@octokit/auth-token",
"direct": false,
"version": "6.0.0",
"ecosystem": "npm"
},
{
"name": "@octokit/core",
"direct": false,
"version": "7.0.6",
"ecosystem": "npm"
},
{
"name": "@octokit/endpoint",
"direct": false,
"version": "11.0.3",
"ecosystem": "npm"
},
{
"name": "@octokit/graphql",
"direct": false,
"version": "9.0.3",
"ecosystem": "npm"
},
{
"name": "@octokit/openapi-types",
"direct": false,
"version": "27.0.0",
"ecosystem": "npm"
},
{
"name": "@octokit/request",
"direct": false,
"version": "10.0.11",
"ecosystem": "npm"
},
{
"name": "@octokit/request-error",
"direct": false,
"version": "7.1.0",
"ecosystem": "npm"
},
{
"name": "@octokit/types",
"direct": false,
"version": "16.0.0",
"ecosystem": "npm"
},
{
"name": "@oxc-project/types",
"direct": false,
"version": "0.139.0",
"ecosystem": "npm"
},
{
"name": "@rolldown/binding-android-arm64",
"direct": false,
"version": "1.1.5",
"ecosystem": "npm"
},
{
"name": "@rolldown/binding-darwin-arm64",
"direct": false,
"version": "1.1.5",
"ecosystem": "npm"
},
{
"name": "@rolldown/binding-darwin-x64",
"direct": false,
"version": "1.1.5",
"ecosystem": "npm"
},
{
"name": "@rolldown/binding-freebsd-x64",
"direct": false,
"version": "1.1.5",
"ecosystem": "npm"
},
{
"name": "@rolldown/binding-linux-arm-gnueabihf",
"direct": false,
"version": "1.1.5",
"ecosystem": "npm"
},
{
"name": "@rolldown/binding-linux-arm64-gnu",
"direct": false,
"version": "1.1.5",
"ecosystem": "npm"
},
{
"name": "@rolldown/binding-linux-arm64-musl",
"direct": false,
"version": "1.1.5",
"ecosystem": "npm"
},
{
"name": "@rolldown/binding-linux-ppc64-gnu",
"direct": false,
"version": "1.1.5",
"ecosystem": "npm"
},
{
"name": "@rolldown/binding-linux-s390x-gnu",
"direct": false,
"version": "1.1.5",
"ecosystem": "npm"
},
{
"name": "@rolldown/binding-linux-x64-gnu",
"direct": false,
"version": "1.1.5",
"ecosystem": "npm"
},
{
"name": "@rolldown/binding-linux-x64-musl",
"direct": false,
"version": "1.1.5",
"ecosystem": "npm"
},
{
"name": "@rolldown/binding-openharmony-arm64",
"direct": false,
"version": "1.1.5",
"ecosystem": "npm"
},
{
"name": "@rolldown/binding-wasm32-wasi",
"direct": false,
"version": "1.1.5",
"ecosystem": "npm"
},
{
"name": "@rolldown/binding-win32-arm64-msvc",
"direct": false,
"version": "1.1.5",
"ecosystem": "npm"
},
{
"name": "@rolldown/binding-win32-x64-msvc",
"direct": false,
"version": "1.1.5",
"ecosystem": "npm"
},
{
"name": "@rolldown/pluginutils",
"direct": false,
"version": "1.0.1",
"ecosystem": "npm"
},
{
"name": "@rollup/rollup-android-arm-eabi",
"direct": false,
"version": "4.62.2",
"ecosystem": "npm"
},
{
"name": "@rollup/rollup-android-arm64",
"direct": false,
"version": "4.62.2",
"ecosystem": "npm"
},
{
"name": "@rollup/rollup-darwin-arm64",
"direct": false,
"version": "4.62.2",
"ecosystem": "npm"
},
{
"name": "@rollup/rollup-darwin-x64",
"direct": false,
"version": "4.62.2",
"ecosystem": "npm"
},
{
"name": "@rollup/rollup-freebsd-arm64",
"direct": false,
"version": "4.62.2",
"ecosystem": "npm"
},
{
"name": "@rollup/rollup-freebsd-x64",
"direct": false,
"version": "4.62.2",
"ecosystem": "npm"
},
{
"name": "@rollup/rollup-linux-arm-gnueabihf",
"direct": false,
"version": "4.62.2",
"ecosystem": "npm"
},
{
"name": "@rollup/rollup-linux-arm-musleabihf",
"direct": false,
"version": "4.62.2",
"ecosystem": "npm"
},
{
"name": "@rollup/rollup-linux-arm64-gnu",
"direct": false,
"version": "4.62.2",
"ecosystem": "npm"
},
{
"name": "@rollup/rollup-linux-arm64-musl",
"direct": false,
"version": "4.62.2",
"ecosystem": "npm"
},
{
"name": "@rollup/rollup-linux-loong64-gnu",
"direct": false,
"version": "4.62.2",
"ecosystem": "npm"
},
{
"name": "@rollup/rollup-linux-loong64-musl",
"direct": false,
"version": "4.62.2",
"ecosystem": "npm"
},
{
"name": "@rollup/rollup-linux-ppc64-gnu",
"direct": false,
"version": "4.62.2",
"ecosystem": "npm"
},
{
"name": "@rollup/rollup-linux-ppc64-musl",
"direct": false,
"version": "4.62.2",
"ecosystem": "npm"
},
{
"name": "@rollup/rollup-linux-riscv64-gnu",
"direct": false,
"version": "4.62.2",
"ecosystem": "npm"
},
{
"name": "@rollup/rollup-linux-riscv64-musl",
"direct": false,
"version": "4.62.2",
"ecosystem": "npm"
},
{
"name": "@rollup/rollup-linux-s390x-gnu",
"direct": false,
"version": "4.62.2",
"ecosystem": "npm"
},
{
"name": "@rollup/rollup-linux-x64-gnu",
"direct": false,
"version": "4.62.2",
"ecosystem": "npm"
},
{
"name": "@rollup/rollup-linux-x64-musl",
"direct": false,
"version": "4.62.2",
"ecosystem": "npm"
},
{
"name": "@rollup/rollup-openbsd-x64",
"direct": false,
"version": "4.62.2",
"ecosystem": "npm"
},
{
"name": "@rollup/rollup-openharmony-arm64",
"direct": false,
"version": "4.62.2",
"ecosystem": "npm"
},
{
"name": "@rollup/rollup-win32-arm64-msvc",
"direct": false,
"version": "4.62.2",
"ecosystem": "npm"
},
{
"name": "@rollup/rollup-win32-ia32-msvc",
"direct": false,
"version": "4.62.2",
"ecosystem": "npm"
},
{
"name": "@rollup/rollup-win32-x64-gnu",
"direct": false,
"version": "4.62.2",
"ecosystem": "npm"
},
{
"name": "@rollup/rollup-win32-x64-msvc",
"direct": false,
"version": "4.62.2",
"ecosystem": "npm"
},
{
"name": "@rtsao/scc",
"direct": false,
"version": "1.1.0",
"ecosystem": "npm"
},
{
"name": "@shikijs/engine-oniguruma",
"direct": false,
"version": "3.23.0",
"ecosystem": "npm"
},
{
"name": "@shikijs/langs",
"direct": false,
"version": "3.23.0",
"ecosystem": "npm"
},
{
"name": "@shikijs/themes",
"direct": false,
"version": "3.23.0",
"ecosystem": "npm"
},
{
"name": "@shikijs/types",
"direct": false,
"version": "3.23.0",
"ecosystem": "npm"
},
{
"name": "@shikijs/vscode-textmate",
"direct": false,
"version": "10.0.2",
"ecosystem": "npm"
},
{
"name": "@sindresorhus/is",
"direct": false,
"version": "8.1.0",
"ecosystem": "npm"
},
{
"name": "@sindresorhus/merge-streams",
"direct": false,
"version": "4.0.0",
"ecosystem": "npm"
},
{
"name": "@standard-schema/spec",
"direct": false,
"version": "1.1.0",
"ecosystem": "npm"
},
{
"name": "@stylistic/eslint-plugin",
"direct": false,
"version": "5.10.0",
"ecosystem": "npm"
},
{
"name": "@ts-morph/common",
"direct": false,
"version": "0.29.0",
"ecosystem": "npm"
},
{
"name": "@tybys/wasm-util",
"direct": false,
"version": "0.10.3",
"ecosystem": "npm"
},
{
"name": "@types/braces",
"direct": false,
"version": "3.0.5",
"ecosystem": "npm"
},
{
"name": "@types/chai",
"direct": false,
"version": "5.2.3",
"ecosystem": "npm"
},
{
"name": "@types/debug",
"direct": false,
"version": "4.1.13",
"ecosystem": "npm"
},
{
"name": "@types/deep-eql",
"direct": false,
"version": "4.0.2",
"ecosystem": "npm"
},
{
"name": "@types/eslint",
"direct": false,
"version": "9.6.1",
"ecosystem": "npm"
},
{
"name": "@types/esrecurse",
"direct": false,
"version": "4.3.1",
"ecosystem": "npm"
},
{
"name": "@types/estree",
"direct": false,
"version": "1.0.9",
"ecosystem": "npm"
},
{
"name": "@types/hast",
"direct": false,
"version": "3.0.5",
"ecosystem": "npm"
},
{
"name": "@types/json-schema",
"direct": false,
"version": "7.0.15",
"ecosystem": "npm"
},
{
"name": "@types/json5",
"direct": false,
"version": "0.0.29",
"ecosystem": "npm"
},
{
"name": "@types/katex",
"direct": false,
"version": "0.16.8",
"ecosystem": "npm"
},
{
"name": "@types/micromatch",
"direct": false,
"version": "4.0.10",
"ecosystem": "npm"
},
{
"name": "@types/ms",
"direct": false,
"version": "2.1.0",
"ecosystem": "npm"
},
{
"name": "@types/node",
"direct": false,
"version": "12.20.55",
"ecosystem": "npm"
},
{
"name": "@types/node",
"direct": false,
"version": "26.1.2",
"ecosystem": "npm"
},
{
"name": "@types/unist",
"direct": false,
"version": "2.0.11",
"ecosystem": "npm"
},
{
"name": "@types/unist",
"direct": false,
"version": "3.0.3",
"ecosystem": "npm"
},
{
"name": "@typescript-eslint/eslint-plugin",
"direct": false,
"version": "8.65.0",
"ecosystem": "npm"
},
{
"name": "@typescript-eslint/parser",
"direct": false,
"version": "8.64.0",
"ecosystem": "npm"
},
{
"name": "@typescript-eslint/parser",
"direct": false,
"version": "8.65.0",
"ecosystem": "npm"
},
{
"name": "@typescript-eslint/project-service",
"direct": false,
"version": "8.64.0",
"ecosystem": "npm"
},
{
"name": "@typescript-eslint/project-service",
"direct": false,
"version": "8.65.0",
"ecosystem": "npm"
},
{
"name": "@typescript-eslint/rule-tester",
"direct": false,
"version": "8.65.0",
"ecosystem": "npm"
},
{
"name": "@typescript-eslint/scope-manager",
"direct": false,
"version": "8.64.0",
"ecosystem": "npm"
},
{
"name": "@typescript-eslint/scope-manager",
"direct": false,
"version": "8.65.0",
"ecosystem": "npm"
},
{
"name": "@typescript-eslint/tsconfig-utils",
"direct": false,
"version": "8.64.0",
"ecosystem": "npm"
},
{
"name": "@typescript-eslint/tsconfig-utils",
"direct": false,
"version": "8.65.0",
"ecosystem": "npm"
},
{
"name": "@typescript-eslint/type-utils",
"direct": false,
"version": "8.65.0",
"ecosystem": "npm"
},
{
"name": "@typescript-eslint/types",
"direct": false,
"version": "8.64.0",
"ecosystem": "npm"
},
{
"name": "@typescript-eslint/types",
"direct": false,
"version": "8.65.0",
"ecosystem": "npm"
},
{
"name": "@typescript-eslint/typescript-estree",
"direct": false,
"version": "8.64.0",
"ecosystem": "npm"
},
{
"name": "@typescript-eslint/typescript-estree",
"direct": false,
"version": "8.65.0",
"ecosystem": "npm"
},
{
"name": "@typescript-eslint/visitor-keys",
"direct": false,
"version": "8.64.0",
"ecosystem": "npm"
},
{
"name": "@typescript-eslint/visitor-keys",
"direct": false,
"version": "8.65.0",
"ecosystem": "npm"
},
{
"name": "@typescript/typescript-aix-ppc64",
"direct": false,
"version": "7.0.2",
"ecosystem": "npm"
},
{
"name": "@typescript/typescript-darwin-arm64",
"direct": false,
"version": "7.0.2",
"ecosystem": "npm"
},
{
"name": "@typescript/typescript-darwin-x64",
"direct": false,
"version": "7.0.2",
"ecosystem": "npm"
},
{
"name": "@typescript/typescript-freebsd-arm64",
"direct": false,
"version": "7.0.2",
"ecosystem": "npm"
},
{
"name": "@typescript/typescript-freebsd-x64",
"direct": false,
"version": "7.0.2",
"ecosystem": "npm"
},
{
"name": "@typescript/typescript-linux-arm",
"direct": false,
"version": "7.0.2",
"ecosystem": "npm"
},
{
"name": "@typescript/typescript-linux-arm64",
"direct": false,
"version": "7.0.2",
"ecosystem": "npm"
},
{
"name": "@typescript/typescript-linux-loong64",
"direct": false,
"version": "7.0.2",
"ecosystem": "npm"
},
{
"name": "@typescript/typescript-linux-mips64el",
"direct": false,
"version": "7.0.2",
"ecosystem": "npm"
},
{
"name": "@typescript/typescript-linux-ppc64",
"direct": false,
"version": "7.0.2",
"ecosystem": "npm"
},
{
"name": "@typescript/typescript-linux-riscv64",
"direct": false,
"version": "7.0.2",
"ecosystem": "npm"
},
{
"name": "@typescript/typescript-linux-s390x",
"direct": false,
"version": "7.0.2",
"ecosystem": "npm"
},
{
"name": "@typescript/typescript-linux-x64",
"direct": false,
"version": "7.0.2",
"ecosystem": "npm"
},
{
"name": "@typescript/typescript-netbsd-arm64",
"direct": false,
"version": "7.0.2",
"ecosystem": "npm"
},
{
"name": "@typescript/typescript-netbsd-x64",
"direct": false,
"version": "7.0.2",
"ecosystem": "npm"
},
{
"name": "@typescript/typescript-openbsd-arm64",
"direct": false,
"version": "7.0.2",
"ecosystem": "npm"
},
{
"name": "@typescript/typescript-openbsd-x64",
"direct": false,
"version": "7.0.2",
"ecosystem": "npm"
},
{
"name": "@typescript/typescript-sunos-x64",
"direct": false,
"version": "7.0.2",
"ecosystem": "npm"
},
{
"name": "@typescript/typescript-win32-arm64",
"direct": false,
"version": "7.0.2",
"ecosystem": "npm"
},
{
"name": "@typescript/typescript-win32-x64",
"direct": false,
"version": "7.0.2",
"ecosystem": "npm"
},
{
"name": "@unrs/resolver-binding-android-arm-eabi",
"direct": false,
"version": "1.12.2",
"ecosystem": "npm"
},
{
"name": "@unrs/resolver-binding-android-arm64",
"direct": false,
"version": "1.12.2",
"ecosystem": "npm"
},
{
"name": "@unrs/resolver-binding-darwin-arm64",
"direct": false,
"version": "1.12.2",
"ecosystem": "npm"
},
{
"name": "@unrs/resolver-binding-darwin-x64",
"direct": false,
"version": "1.12.2",
"ecosystem": "npm"
},
{
"name": "@unrs/resolver-binding-freebsd-x64",
"direct": false,
"version": "1.12.2",
"ecosystem": "npm"
},
{
"name": "@unrs/resolver-binding-linux-arm-gnueabihf",
"direct": false,
"version": "1.12.2",
"ecosystem": "npm"
},
{
"name": "@unrs/resolver-binding-linux-arm-musleabihf",
"direct": false,
"version": "1.12.2",
"ecosystem": "npm"
},
{
"name": "@unrs/resolver-binding-linux-arm64-gnu",
"direct": false,
"version": "1.12.2",
"ecosystem": "npm"
},
{
"name": "@unrs/resolver-binding-linux-arm64-musl",
"direct": false,
"version": "1.12.2",
"ecosystem": "npm"
},
{
"name": "@unrs/resolver-binding-linux-loong64-gnu",
"direct": false,
"version": "1.12.2",
"ecosystem": "npm"
},
{
"name": "@unrs/resolver-binding-linux-loong64-musl",
"direct": false,
"version": "1.12.2",
"ecosystem": "npm"
},
{
"name": "@unrs/resolver-binding-linux-ppc64-gnu",
"direct": false,
"version": "1.12.2",
"ecosystem": "npm"
},
{
"name": "@unrs/resolver-binding-linux-riscv64-gnu",
"direct": false,
"version": "1.12.2",
"ecosystem": "npm"
},
{
"name": "@unrs/resolver-binding-linux-riscv64-musl",
"direct": false,
"version": "1.12.2",
"ecosystem": "npm"
},
{
"name": "@unrs/resolver-binding-linux-s390x-gnu",
"direct": false,
"version": "1.12.2",
"ecosystem": "npm"
},
{
"name": "@unrs/resolver-binding-linux-x64-gnu",
"direct": false,
"version": "1.12.2",
"ecosystem": "npm"
},
{
"name": "@unrs/resolver-binding-linux-x64-musl",
"direct": false,
"version": "1.12.2",
"ecosystem": "npm"
},
{
"name": "@unrs/resolver-binding-openharmony-arm64",
"direct": false,
"version": "1.12.2",
"ecosystem": "npm"
},
{
"name": "@unrs/resolver-binding-wasm32-wasi",
"direct": false,
"version": "1.12.2",
"ecosystem": "npm"
},
{
"name": "@unrs/resolver-binding-win32-arm64-msvc",
"direct": false,
"version": "1.12.2",
"ecosystem": "npm"
},
{
"name": "@unrs/resolver-binding-win32-ia32-msvc",
"direct": false,
"version": "1.12.2",
"ecosystem": "npm"
},
{
"name": "@unrs/resolver-binding-win32-x64-msvc",
"direct": false,
"version": "1.12.2",
"ecosystem": "npm"
},
{
"name": "@vitest/coverage-v8",
"direct": false,
"version": "4.1.10",
"ecosystem": "npm"
},
{
"name": "@vitest/eslint-plugin",
"direct": false,
"version": "1.6.23",
"ecosystem": "npm"
},
{
"name": "@vitest/expect",
"direct": false,
"version": "4.1.10",
"ecosystem": "npm"
},
{
"name": "@vitest/mocker",
"direct": false,
"version": "4.1.10",
"ecosystem": "npm"
},
{
"name": "@vitest/pretty-format",
"direct": false,
"version": "4.1.10",
"ecosystem": "npm"
},
{
"name": "@vitest/runner",
"direct": false,
"version": "4.1.10",
"ecosystem": "npm"
},
{
"name": "@vitest/snapshot",
"direct": false,
"version": "4.1.10",
"ecosystem": "npm"
},
{
"name": "@vitest/spy",
"direct": false,
"version": "4.1.10",
"ecosystem": "npm"
},
{
"name": "@vitest/utils",
"direct": false,
"version": "4.1.10",
"ecosystem": "npm"
},
{
"name": "acorn",
"direct": false,
"version": "8.17.0",
"ecosystem": "npm"
},
{
"name": "acorn-jsx",
"direct": false,
"version": "5.3.2",
"ecosystem": "npm"
},
{
"name": "ajv",
"direct": false,
"version": "6.15.0",
"ecosystem": "npm"
},
{
"name": "ansi-colors",
"direct": false,
"version": "4.1.3",
"ecosystem": "npm"
},
{
"name": "ansi-regex",
"direct": false,
"version": "5.0.1",
"ecosystem": "npm"
},
{
"name": "ansi-regex",
"direct": false,
"version": "6.2.2",
"ecosystem": "npm"
},
{
"name": "ansi-styles",
"direct": false,
"version": "6.2.3",
"ecosystem": "npm"
},
{
"name": "argparse",
"direct": false,
"version": "1.0.10",
"ecosystem": "npm"
},
{
"name": "argparse",
"direct": false,
"version": "2.0.1",
"ecosystem": "npm"
},
{
"name": "aria-query",
"direct": false,
"version": "5.3.2",
"ecosystem": "npm"
},
{
"name": "array-buffer-byte-length",
"direct": false,
"version": "1.0.2",
"ecosystem": "npm"
},
{
"name": "array-includes",
"direct": false,
"version": "3.1.9",
"ecosystem": "npm"
},
{
"name": "array-timsort",
"direct": false,
"version": "1.0.3",
"ecosystem": "npm"
},
{
"name": "array-union",
"direct": false,
"version": "2.1.0",
"ecosystem": "npm"
},
{
"name": "array.prototype.findlast",
"direct": false,
"version": "1.2.5",
"ecosystem": "npm"
},
{
"name": "array.prototype.findlastindex",
"direct": false,
"version": "1.2.6",
"ecosystem": "npm"
},
{
"name": "array.prototype.flat",
"direct": false,
"version": "1.3.3",
"ecosystem": "npm"
},
{
"name": "array.prototype.flatmap",
"direct": false,
"version": "1.3.3",
"ecosystem": "npm"
},
{
"name": "array.prototype.tosorted",
"direct": false,
"version": "1.1.4",
"ecosystem": "npm"
},
{
"name": "arraybuffer.prototype.slice",
"direct": false,
"version": "1.0.4",
"ecosystem": "npm"
},
{
"name": "assertion-error",
"direct": false,
"version": "2.0.1",
"ecosystem": "npm"
},
{
"name": "ast-types-flow",
"direct": false,
"version": "0.0.8",
"ecosystem": "npm"
},
{
"name": "ast-v8-to-istanbul",
"direct": false,
"version": "1.0.5",
"ecosystem": "npm"
},
{
"name": "async-function",
"direct": false,
"version": "1.0.0",
"ecosystem": "npm"
},
{
"name": "available-typed-arrays",
"direct": false,
"version": "1.0.7",
"ecosystem": "npm"
},
{
"name": "axe-core",
"direct": false,
"version": "4.12.1",
"ecosystem": "npm"
},
{
"name": "axobject-query",
"direct": false,
"version": "4.1.0",
"ecosystem": "npm"
},
{
"name": "balanced-match",
"direct": false,
"version": "1.0.2",
"ecosystem": "npm"
},
{
"name": "balanced-match",
"direct": false,
"version": "4.0.4",
"ecosystem": "npm"
},
{
"name": "baseline-browser-mapping",
"direct": false,
"version": "2.11.0",
"ecosystem": "npm"
},
{
"name": "before-after-hook",
"direct": false,
"version": "4.0.0",
"ecosystem": "npm"
},
{
"name": "better-path-resolve",
"direct": false,
"version": "1.0.0",
"ecosystem": "npm"
},
{
"name": "brace-expansion",
"direct": false,
"version": "1.1.15",
"ecosystem": "npm"
},
{
"name": "brace-expansion",
"direct": false,
"version": "5.0.7",
"ecosystem": "npm"
},
{
"name": "braces",
"direct": false,
"version": "3.0.3",
"ecosystem": "npm"
},
{
"name": "browserslist",
"direct": false,
"version": "4.28.7",
"ecosystem": "npm"
},
{
"name": "builtin-modules",
"direct": false,
"version": "5.3.0",
"ecosystem": "npm"
},
{
"name": "call-bind",
"direct": false,
"version": "1.0.9",
"ecosystem": "npm"
},
{
"name": "call-bind-apply-helpers",
"direct": false,
"version": "1.0.2",
"ecosystem": "npm"
},
{
"name": "call-bound",
"direct": false,
"version": "1.0.4",
"ecosystem": "npm"
},
{
"name": "caniuse-lite",
"direct": false,
"version": "1.0.30001806",
"ecosystem": "npm"
},
{
"name": "chai",
"direct": false,
"version": "6.2.2",
"ecosystem": "npm"
},
{
"name": "chalk",
"direct": false,
"version": "5.6.2",
"ecosystem": "npm"
},
{
"name": "chalk-template",
"direct": false,
"version": "1.1.2",
"ecosystem": "npm"
},
{
"name": "change-case",
"direct": false,
"version": "5.4.4",
"ecosystem": "npm"
},
{
"name": "character-entities",
"direct": false,
"version": "2.0.2",
"ecosystem": "npm"
},
{
"name": "character-entities-legacy",
"direct": false,
"version": "3.0.0",
"ecosystem": "npm"
},
{
"name": "character-reference-invalid",
"direct": false,
"version": "2.0.1",
"ecosystem": "npm"
},
{
"name": "chardet",
"direct": false,
"version": "2.2.0",
"ecosystem": "npm"
},
{
"name": "ci-info",
"direct": false,
"version": "4.4.0",
"ecosystem": "npm"
},
{
"name": "cmd-ts",
"direct": false,
"version": "0.15.0",
"ecosystem": "npm"
},
{
"name": "code-block-writer",
"direct": false,
"version": "13.0.3",
"ecosystem": "npm"
},
{
"name": "commander",
"direct": false,
"version": "14.0.3",
"ecosystem": "npm"
},
{
"name": "commander",
"direct": false,
"version": "8.3.0",
"ecosystem": "npm"
},
{
"name": "comment-json",
"direct": false,
"version": "5.0.0",
"ecosystem": "npm"
},
{
"name": "comment-parser",
"direct": false,
"version": "1.4.7",
"ecosystem": "npm"
},
{
"name": "concat-map",
"direct": false,
"version": "0.0.1",
"ecosystem": "npm"
},
{
"name": "content-type",
"direct": false,
"version": "2.0.0",
"ecosystem": "npm"
},
{
"name": "convert-source-map",
"direct": false,
"version": "2.0.0",
"ecosystem": "npm"
},
{
"name": "core-js-compat",
"direct": false,
"version": "3.49.0",
"ecosystem": "npm"
},
{
"name": "cross-spawn",
"direct": false,
"version": "7.0.6",
"ecosystem": "npm"
},
{
"name": "cspell",
"direct": false,
"version": "10.0.1",
"ecosystem": "npm"
},
{
"name": "cspell-config-lib",
"direct": false,
"version": "10.0.1",
"ecosystem": "npm"
},
{
"name": "cspell-dictionary",
"direct": false,
"version": "10.0.1",
"ecosystem": "npm"
},
{
"name": "cspell-gitignore",
"direct": false,
"version": "10.0.1",
"ecosystem": "npm"
},
{
"name": "cspell-glob",
"direct": false,
"version": "10.0.1",
"ecosystem": "npm"
},
{
"name": "cspell-grammar",
"direct": false,
"version": "10.0.1",
"ecosystem": "npm"
},
{
"name": "cspell-io",
"direct": false,
"version": "10.0.1",
"ecosystem": "npm"
},
{
"name": "cspell-lib",
"direct": false,
"version": "10.0.1",
"ecosystem": "npm"
},
{
"name": "cspell-trie-lib",
"direct": false,
"version": "10.0.1",
"ecosystem": "npm"
},
{
"name": "damerau-levenshtein",
"direct": false,
"version": "1.0.8",
"ecosystem": "npm"
},
{
"name": "data-view-buffer",
"direct": false,
"version": "1.0.2",
"ecosystem": "npm"
},
{
"name": "data-view-byte-length",
"direct": false,
"version": "1.0.2",
"ecosystem": "npm"
},
{
"name": "data-view-byte-offset",
"direct": false,
"version": "1.0.1",
"ecosystem": "npm"
},
{
"name": "debug",
"direct": false,
"version": "3.2.7",
"ecosystem": "npm"
},
{
"name": "debug",
"direct": false,
"version": "4.4.3",
"ecosystem": "npm"
},
{
"name": "decode-named-character-reference",
"direct": false,
"version": "1.3.0",
"ecosystem": "npm"
},
{
"name": "dedent",
"direct": false,
"version": "1.7.2",
"ecosystem": "npm"
},
{
"name": "deep-is",
"direct": false,
"version": "0.1.4",
"ecosystem": "npm"
},
{
"name": "deepmerge-ts",
"direct": false,
"version": "7.1.5",
"ecosystem": "npm"
},
{
"name": "define-data-property",
"direct": false,
"version": "1.1.4",
"ecosystem": "npm"
},
{
"name": "define-properties",
"direct": false,
"version": "1.2.1",
"ecosystem": "npm"
},
{
"name": "dequal",
"direct": false,
"version": "2.0.3",
"ecosystem": "npm"
},
{
"name": "detect-indent",
"direct": false,
"version": "6.1.0",
"ecosystem": "npm"
},
{
"name": "detect-indent",
"direct": false,
"version": "7.0.2",
"ecosystem": "npm"
},
{
"name": "detect-libc",
"direct": false,
"version": "2.1.2",
"ecosystem": "npm"
},
{
"name": "detect-newline",
"direct": false,
"version": "4.0.1",
"ecosystem": "npm"
},
{
"name": "devlop",
"direct": false,
"version": "1.1.0",
"ecosystem": "npm"
},
{
"name": "didyoumean",
"direct": false,
"version": "1.2.2",
"ecosystem": "npm"
},
{
"name": "dir-glob",
"direct": false,
"version": "3.0.1",
"ecosystem": "npm"
},
{
"name": "doctrine",
"direct": false,
"version": "2.1.0",
"ecosystem": "npm"
},
{
"name": "dotenv",
"direct": false,
"version": "17.4.2",
"ecosystem": "npm"
},
{
"name": "dunder-proto",
"direct": false,
"version": "1.0.1",
"ecosystem": "npm"
},
{
"name": "electron-to-chromium",
"direct": false,
"version": "1.5.394",
"ecosystem": "npm"
},
{
"name": "emoji-regex",
"direct": false,
"version": "9.2.2",
"ecosystem": "npm"
},
{
"name": "enhanced-resolve",
"direct": false,
"version": "5.24.3",
"ecosystem": "npm"
},
{
"name": "enquirer",
"direct": false,
"version": "2.4.1",
"ecosystem": "npm"
},
{
"name": "entities",
"direct": false,
"version": "4.5.0",
"ecosystem": "npm"
},
{
"name": "env-paths",
"direct": false,
"version": "4.0.0",
"ecosystem": "npm"
},
{
"name": "es-abstract",
"direct": false,
"version": "1.24.2",
"ecosystem": "npm"
},
{
"name": "es-abstract-get",
"direct": false,
"version": "1.0.0",
"ecosystem": "npm"
},
{
"name": "es-define-property",
"direct": false,
"version": "1.0.1",
"ecosystem": "npm"
},
{
"name": "es-errors",
"direct": false,
"version": "1.3.0",
"ecosystem": "npm"
},
{
"name": "es-iterator-helpers",
"direct": false,
"version": "1.4.0",
"ecosystem": "npm"
},
{
"name": "es-module-lexer",
"direct": false,
"version": "1.7.0",
"ecosystem": "npm"
},
{
"name": "es-module-lexer",
"direct": false,
"version": "2.3.1",
"ecosystem": "npm"
},
{
"name": "es-object-atoms",
"direct": false,
"version": "1.1.2",
"ecosystem": "npm"
},
{
"name": "es-set-tostringtag",
"direct": false,
"version": "2.1.0",
"ecosystem": "npm"
},
{
"name": "es-shim-unscopables",
"direct": false,
"version": "1.1.0",
"ecosystem": "npm"
},
{
"name": "es-to-primitive",
"direct": false,
"version": "1.3.4",
"ecosystem": "npm"
},
{
"name": "esbuild",
"direct": false,
"version": "0.28.1",
"ecosystem": "npm"
},
{
"name": "escalade",
"direct": false,
"version": "3.2.0",
"ecosystem": "npm"
},
{
"name": "escape-string-regexp",
"direct": false,
"version": "4.0.0",
"ecosystem": "npm"
},
{
"name": "escape-string-regexp",
"direct": false,
"version": "5.0.0",
"ecosystem": "npm"
},
{
"name": "eslint",
"direct": false,
"version": "10.7.0",
"ecosystem": "npm"
},
{
"name": "eslint-compat-utils",
"direct": false,
"version": "0.5.1",
"ecosystem": "npm"
},
{
"name": "eslint-config-typed",
"direct": false,
"version": "5.8.1",
"ecosystem": "npm"
},
{
"name": "eslint-import-context",
"direct": false,
"version": "0.1.9",
"ecosystem": "npm"
},
{
"name": "eslint-import-resolver-node",
"direct": false,
"version": "0.3.9",
"ecosystem": "npm"
},
{
"name": "eslint-import-resolver-typescript",
"direct": false,
"version": "4.4.5",
"ecosystem": "npm"
},
{
"name": "eslint-module-utils",
"direct": false,
"version": "2.13.0",
"ecosystem": "npm"
},
{
"name": "eslint-plugin-array-func",
"direct": false,
"version": "5.1.1",
"ecosystem": "npm"
},
{
"name": "eslint-plugin-cypress",
"direct": false,
"version": "6.4.3",
"ecosystem": "npm"
},
{
"name": "eslint-plugin-es-x",
"direct": false,
"version": "7.8.0",
"ecosystem": "npm"
},
{
"name": "eslint-plugin-eslint-plugin",
"direct": false,
"version": "7.5.0",
"ecosystem": "npm"
},
{
"name": "eslint-plugin-functional",
"direct": false,
"version": "10.0.0",
"ecosystem": "npm"
},
{
"name": "eslint-plugin-import",
"direct": false,
"version": "2.32.0",
"ecosystem": "npm"
},
{
"name": "eslint-plugin-import-x",
"direct": false,
"version": "4.17.1",
"ecosystem": "npm"
},
{
"name": "eslint-plugin-jest",
"direct": false,
"version": "29.15.5",
"ecosystem": "npm"
},
{
"name": "eslint-plugin-jsx-a11y",
"direct": false,
"version": "6.10.2",
"ecosystem": "npm"
},
{
"name": "eslint-plugin-math",
"direct": false,
"version": "0.13.1",
"ecosystem": "npm"
},
{
"name": "eslint-plugin-n",
"direct": false,
"version": "18.2.2",
"ecosystem": "npm"
},
{
"name": "eslint-plugin-playwright",
"direct": false,
"version": "2.10.5",
"ecosystem": "npm"
},
{
"name": "eslint-plugin-prefer-arrow-functions",
"direct": false,
"version": "3.10.1",
"ecosystem": "npm"
},
{
"name": "eslint-plugin-promise",
"direct": false,
"version": "7.3.0",
"ecosystem": "npm"
},
{
"name": "eslint-plugin-react",
"direct": false,
"version": "7.37.5",
"ecosystem": "npm"
},
{
"name": "eslint-plugin-react-hooks",
"direct": false,
"version": "7.1.1",
"ecosystem": "npm"
},
{
"name": "eslint-plugin-react-perf",
"direct": false,
"version": "3.3.3",
"ecosystem": "npm"
},
{
"name": "eslint-plugin-react-refresh",
"direct": false,
"version": "0.5.3",
"ecosystem": "npm"
},
{
"name": "eslint-plugin-security",
"direct": false,
"version": "4.0.1",
"ecosystem": "npm"
},
{
"name": "eslint-plugin-sort-destructure-keys",
"direct": false,
"version": "3.0.0",
"ecosystem": "npm"
},
{
"name": "eslint-plugin-testing-library",
"direct": false,
"version": "7.16.2",
"ecosystem": "npm"
},
{
"name": "eslint-plugin-unicorn",
"direct": false,
"version": "66.0.0",
"ecosystem": "npm"
},
{
"name": "eslint-scope",
"direct": false,
"version": "9.1.2",
"ecosystem": "npm"
},
{
"name": "eslint-type-tracer",
"direct": false,
"version": "0.4.1",
"ecosystem": "npm"
},
{
"name": "eslint-visitor-keys",
"direct": false,
"version": "3.4.3",
"ecosystem": "npm"
},
{
"name": "eslint-visitor-keys",
"direct": false,
"version": "4.2.1",
"ecosystem": "npm"
},
{
"name": "eslint-visitor-keys",
"direct": false,
"version": "5.0.1",
"ecosystem": "npm"
},
{
"name": "espree",
"direct": false,
"version": "10.4.0",
"ecosystem": "npm"
},
{
"name": "espree",
"direct": false,
"version": "11.2.0",
"ecosystem": "npm"
},
{
"name": "esprima",
"direct": false,
"version": "4.0.1",
"ecosystem": "npm"
},
{
"name": "esquery",
"direct": false,
"version": "1.7.0",
"ecosystem": "npm"
},
{
"name": "esrecurse",
"direct": false,
"version": "4.3.0",
"ecosystem": "npm"
},
{
"name": "estraverse",
"direct": false,
"version": "5.3.0",
"ecosystem": "npm"
},
{
"name": "estree-walker",
"direct": false,
"version": "3.0.3",
"ecosystem": "npm"
},
{
"name": "esutils",
"direct": false,
"version": "2.0.3",
"ecosystem": "npm"
},
{
"name": "expect-type",
"direct": false,
"version": "1.4.0",
"ecosystem": "npm"
},
{
"name": "extendable-error",
"direct": false,
"version": "0.1.7",
"ecosystem": "npm"
},
{
"name": "fast-deep-equal",
"direct": false,
"version": "3.1.3",
"ecosystem": "npm"
},
{
"name": "fast-equals",
"direct": false,
"version": "6.0.2",
"ecosystem": "npm"
},
{
"name": "fast-glob",
"direct": false,
"version": "3.3.3",
"ecosystem": "npm"
},
{
"name": "fast-json-stable-stringify",
"direct": false,
"version": "2.1.0",
"ecosystem": "npm"
},
{
"name": "fast-levenshtein",
"direct": false,
"version": "2.0.6",
"ecosystem": "npm"
},
{
"name": "fastq",
"direct": false,
"version": "1.20.1",
"ecosystem": "npm"
},
{
"name": "fdir",
"direct": false,
"version": "6.5.0",
"ecosystem": "npm"
},
{
"name": "file-entry-cache",
"direct": false,
"version": "8.0.0",
"ecosystem": "npm"
},
{
"name": "fill-range",
"direct": false,
"version": "7.1.1",
"ecosystem": "npm"
},
{
"name": "find-up",
"direct": false,
"version": "4.1.0",
"ecosystem": "npm"
},
{
"name": "find-up",
"direct": false,
"version": "5.0.0",
"ecosystem": "npm"
},
{
"name": "find-up-simple",
"direct": false,
"version": "1.0.1",
"ecosystem": "npm"
},
{
"name": "flat-cache",
"direct": false,
"version": "4.0.1",
"ecosystem": "npm"
},
{
"name": "flatted",
"direct": false,
"version": "3.4.2",
"ecosystem": "npm"
},
{
"name": "for-each",
"direct": false,
"version": "0.3.5",
"ecosystem": "npm"
},
{
"name": "fs-extra",
"direct": false,
"version": "7.0.1",
"ecosystem": "npm"
},
{
"name": "fs-extra",
"direct": false,
"version": "8.1.0",
"ecosystem": "npm"
},
{
"name": "fsevents",
"direct": false,
"version": "2.3.3",
"ecosystem": "npm"
},
{
"name": "function-bind",
"direct": false,
"version": "1.1.2",
"ecosystem": "npm"
},
{
"name": "function.prototype.name",
"direct": false,
"version": "1.2.0",
"ecosystem": "npm"
},
{
"name": "functions-have-names",
"direct": false,
"version": "1.2.3",
"ecosystem": "npm"
},
{
"name": "generator-function",
"direct": false,
"version": "2.0.1",
"ecosystem": "npm"
},
{
"name": "gensequence",
"direct": false,
"version": "8.0.8",
"ecosystem": "npm"
},
{
"name": "gensync",
"direct": false,
"version": "1.0.0-beta.2",
"ecosystem": "npm"
},
{
"name": "get-east-asian-width",
"direct": false,
"version": "1.6.0",
"ecosystem": "npm"
},
{
"name": "get-intrinsic",
"direct": false,
"version": "1.3.0",
"ecosystem": "npm"
},
{
"name": "get-proto",
"direct": false,
"version": "1.0.1",
"ecosystem": "npm"
},
{
"name": "get-symbol-description",
"direct": false,
"version": "1.1.0",
"ecosystem": "npm"
},
{
"name": "get-tsconfig",
"direct": false,
"version": "4.14.0",
"ecosystem": "npm"
},
{
"name": "git-hooks-list",
"direct": false,
"version": "4.2.1",
"ecosystem": "npm"
},
{
"name": "github-settings-as-code",
"direct": false,
"version": "1.2.10",
"ecosystem": "npm"
},
{
"name": "glob-parent",
"direct": false,
"version": "5.1.2",
"ecosystem": "npm"
},
{
"name": "glob-parent",
"direct": false,
"version": "6.0.2",
"ecosystem": "npm"
},
{
"name": "global-directory",
"direct": false,
"version": "5.0.0",
"ecosystem": "npm"
},
{
"name": "globals",
"direct": false,
"version": "15.15.0",
"ecosystem": "npm"
},
{
"name": "globals",
"direct": false,
"version": "17.7.0",
"ecosystem": "npm"
},
{
"name": "globalthis",
"direct": false,
"version": "1.0.4",
"ecosystem": "npm"
},
{
"name": "globby",
"direct": false,
"version": "11.1.0",
"ecosystem": "npm"
},
{
"name": "globby",
"direct": false,
"version": "16.2.1",
"ecosystem": "npm"
},
{
"name": "globrex",
"direct": false,
"version": "0.1.2",
"ecosystem": "npm"
},
{
"name": "gopd",
"direct": false,
"version": "1.2.0",
"ecosystem": "npm"
},
{
"name": "graceful-fs",
"direct": false,
"version": "4.2.11",
"ecosystem": "npm"
},
{
"name": "has-bigints",
"direct": false,
"version": "1.1.0",
"ecosystem": "npm"
},
{
"name": "has-flag",
"direct": false,
"version": "4.0.0",
"ecosystem": "npm"
},
{
"name": "has-property-descriptors",
"direct": false,
"version": "1.0.2",
"ecosystem": "npm"
},
{
"name": "has-proto",
"direct": false,
"version": "1.2.0",
"ecosystem": "npm"
},
{
"name": "has-symbols",
"direct": false,
"version": "1.1.0",
"ecosystem": "npm"
},
{
"name": "has-tostringtag",
"direct": false,
"version": "1.0.2",
"ecosystem": "npm"
},
{
"name": "hasown",
"direct": false,
"version": "2.0.4",
"ecosystem": "npm"
},
{
"name": "hermes-estree",
"direct": false,
"version": "0.25.1",
"ecosystem": "npm"
},
{
"name": "hermes-parser",
"direct": false,
"version": "0.25.1",
"ecosystem": "npm"
},
{
"name": "html-escaper",
"direct": false,
"version": "2.0.2",
"ecosystem": "npm"
},
{
"name": "human-id",
"direct": false,
"version": "4.2.0",
"ecosystem": "npm"
},
{
"name": "iconv-lite",
"direct": false,
"version": "0.7.3",
"ecosystem": "npm"
},
{
"name": "ignore",
"direct": false,
"version": "5.3.2",
"ecosystem": "npm"
},
{
"name": "ignore",
"direct": false,
"version": "7.0.6",
"ecosystem": "npm"
},
{
"name": "import-fresh",
"direct": false,
"version": "4.0.0",
"ecosystem": "npm"
},
{
"name": "import-meta-resolve",
"direct": false,
"version": "4.2.0",
"ecosystem": "npm"
},
{
"name": "imurmurhash",
"direct": false,
"version": "0.1.4",
"ecosystem": "npm"
},
{
"name": "indent-string",
"direct": false,
"version": "5.0.0",
"ecosystem": "npm"
},
{
"name": "ini",
"direct": false,
"version": "6.0.0",
"ecosystem": "npm"
},
{
"name": "internal-slot",
"direct": false,
"version": "1.1.0",
"ecosystem": "npm"
},
{
"name": "is-alphabetical",
"direct": false,
"version": "2.0.1",
"ecosystem": "npm"
},
{
"name": "is-alphanumerical",
"direct": false,
"version": "2.0.1",
"ecosystem": "npm"
},
{
"name": "is-array-buffer",
"direct": false,
"version": "3.0.5",
"ecosystem": "npm"
},
{
"name": "is-async-function",
"direct": false,
"version": "2.1.1",
"ecosystem": "npm"
},
{
"name": "is-bigint",
"direct": false,
"version": "1.1.0",
"ecosystem": "npm"
},
{
"name": "is-boolean-object",
"direct": false,
"version": "1.2.2",
"ecosystem": "npm"
},
{
"name": "is-builtin-module",
"direct": false,
"version": "5.0.0",
"ecosystem": "npm"
},
{
"name": "is-bun-module",
"direct": false,
"version": "2.0.0",
"ecosystem": "npm"
},
{
"name": "is-callable",
"direct": false,
"version": "1.2.7",
"ecosystem": "npm"
},
{
"name": "is-core-module",
"direct": false,
"version": "2.16.2",
"ecosystem": "npm"
},
{
"name": "is-data-view",
"direct": false,
"version": "1.0.2",
"ecosystem": "npm"
},
{
"name": "is-date-object",
"direct": false,
"version": "1.1.0",
"ecosystem": "npm"
},
{
"name": "is-decimal",
"direct": false,
"version": "2.0.1",
"ecosystem": "npm"
},
{
"name": "is-document.all",
"direct": false,
"version": "1.0.0",
"ecosystem": "npm"
},
{
"name": "is-extglob",
"direct": false,
"version": "2.1.1",
"ecosystem": "npm"
},
{
"name": "is-finalizationregistry",
"direct": false,
"version": "1.1.1",
"ecosystem": "npm"
},
{
"name": "is-generator-function",
"direct": false,
"version": "1.1.2",
"ecosystem": "npm"
},
{
"name": "is-glob",
"direct": false,
"version": "4.0.3",
"ecosystem": "npm"
},
{
"name": "is-hexadecimal",
"direct": false,
"version": "2.0.1",
"ecosystem": "npm"
},
{
"name": "is-immutable-type",
"direct": false,
"version": "5.0.4",
"ecosystem": "npm"
},
{
"name": "is-map",
"direct": false,
"version": "2.0.3",
"ecosystem": "npm"
},
{
"name": "is-negative-zero",
"direct": false,
"version": "2.0.3",
"ecosystem": "npm"
},
{
"name": "is-number",
"direct": false,
"version": "7.0.0",
"ecosystem": "npm"
},
{
"name": "is-number-object",
"direct": false,
"version": "1.1.1",
"ecosystem": "npm"
},
{
"name": "is-path-inside",
"direct": false,
"version": "4.0.0",
"ecosystem": "npm"
},
{
"name": "is-plain-obj",
"direct": false,
"version": "4.1.0",
"ecosystem": "npm"
},
{
"name": "is-regex",
"direct": false,
"version": "1.2.1",
"ecosystem": "npm"
},
{
"name": "is-safe-filename",
"direct": false,
"version": "0.1.1",
"ecosystem": "npm"
},
{
"name": "is-set",
"direct": false,
"version": "2.0.3",
"ecosystem": "npm"
},
{
"name": "is-shared-array-buffer",
"direct": false,
"version": "1.0.4",
"ecosystem": "npm"
},
{
"name": "is-string",
"direct": false,
"version": "1.1.1",
"ecosystem": "npm"
},
{
"name": "is-subdir",
"direct": false,
"version": "1.2.0",
"ecosystem": "npm"
},
{
"name": "is-symbol",
"direct": false,
"version": "1.1.1",
"ecosystem": "npm"
},
{
"name": "is-typed-array",
"direct": false,
"version": "1.1.15",
"ecosystem": "npm"
},
{
"name": "is-weakmap",
"direct": false,
"version": "2.0.2",
"ecosystem": "npm"
},
{
"name": "is-weakref",
"direct": false,
"version": "1.1.1",
"ecosystem": "npm"
},
{
"name": "is-weakset",
"direct": false,
"version": "2.0.4",
"ecosystem": "npm"
},
{
"name": "is-windows",
"direct": false,
"version": "1.0.2",
"ecosystem": "npm"
},
{
"name": "isarray",
"direct": false,
"version": "2.0.5",
"ecosystem": "npm"
},
{
"name": "isexe",
"direct": false,
"version": "2.0.0",
"ecosystem": "npm"
},
{
"name": "isexe",
"direct": false,
"version": "4.0.0",
"ecosystem": "npm"
},
{
"name": "istanbul-lib-coverage",
"direct": false,
"version": "3.2.2",
"ecosystem": "npm"
},
{
"name": "istanbul-lib-report",
"direct": false,
"version": "3.0.1",
"ecosystem": "npm"
},
{
"name": "istanbul-reports",
"direct": false,
"version": "3.2.0",
"ecosystem": "npm"
},
{
"name": "iterator.prototype",
"direct": false,
"version": "1.1.5",
"ecosystem": "npm"
},
{
"name": "jiti",
"direct": false,
"version": "2.7.0",
"ecosystem": "npm"
},
{
"name": "js-tokens",
"direct": false,
"version": "10.0.0",
"ecosystem": "npm"
},
{
"name": "js-tokens",
"direct": false,
"version": "4.0.0",
"ecosystem": "npm"
},
{
"name": "js-yaml",
"direct": false,
"version": "3.15.0",
"ecosystem": "npm"
},
{
"name": "js-yaml",
"direct": false,
"version": "4.3.0",
"ecosystem": "npm"
},
{
"name": "js-yaml",
"direct": false,
"version": "5.2.1",
"ecosystem": "npm"
},
{
"name": "jsesc",
"direct": false,
"version": "3.1.0",
"ecosystem": "npm"
},
{
"name": "json-buffer",
"direct": false,
"version": "3.0.1",
"ecosystem": "npm"
},
{
"name": "json-parse-even-better-errors",
"direct": false,
"version": "6.0.0",
"ecosystem": "npm"
},
{
"name": "json-schema-traverse",
"direct": false,
"version": "0.4.1",
"ecosystem": "npm"
},
{
"name": "json-stable-stringify-without-jsonify",
"direct": false,
"version": "1.0.1",
"ecosystem": "npm"
},
{
"name": "json-with-bigint",
"direct": false,
"version": "3.5.10",
"ecosystem": "npm"
},
{
"name": "json5",
"direct": false,
"version": "1.0.2",
"ecosystem": "npm"
},
{
"name": "json5",
"direct": false,
"version": "2.2.3",
"ecosystem": "npm"
},
{
"name": "jsonc-parser",
"direct": false,
"version": "3.3.1",
"ecosystem": "npm"
},
{
"name": "jsonfile",
"direct": false,
"version": "4.0.0",
"ecosystem": "npm"
},
{
"name": "jsonpointer",
"direct": false,
"version": "5.0.1",
"ecosystem": "npm"
},
{
"name": "jsx-ast-utils",
"direct": false,
"version": "3.3.5",
"ecosystem": "npm"
},
{
"name": "katex",
"direct": false,
"version": "0.16.47",
"ecosystem": "npm"
},
{
"name": "keyv",
"direct": false,
"version": "4.5.4",
"ecosystem": "npm"
},
{
"name": "language-subtag-registry",
"direct": false,
"version": "0.3.23",
"ecosystem": "npm"
},
{
"name": "language-tags",
"direct": false,
"version": "1.0.9",
"ecosystem": "npm"
},
{
"name": "levn",
"direct": false,
"version": "0.4.1",
"ecosystem": "npm"
},
{
"name": "lightningcss",
"direct": false,
"version": "1.33.0",
"ecosystem": "npm"
},
{
"name": "lightningcss-android-arm64",
"direct": false,
"version": "1.33.0",
"ecosystem": "npm"
},
{
"name": "lightningcss-darwin-arm64",
"direct": false,
"version": "1.33.0",
"ecosystem": "npm"
},
{
"name": "lightningcss-darwin-x64",
"direct": false,
"version": "1.33.0",
"ecosystem": "npm"
},
{
"name": "lightningcss-freebsd-x64",
"direct": false,
"version": "1.33.0",
"ecosystem": "npm"
},
{
"name": "lightningcss-linux-arm-gnueabihf",
"direct": false,
"version": "1.33.0",
"ecosystem": "npm"
},
{
"name": "lightningcss-linux-arm64-gnu",
"direct": false,
"version": "1.33.0",
"ecosystem": "npm"
},
{
"name": "lightningcss-linux-arm64-musl",
"direct": false,
"version": "1.33.0",
"ecosystem": "npm"
},
{
"name": "lightningcss-linux-x64-gnu",
"direct": false,
"version": "1.33.0",
"ecosystem": "npm"
},
{
"name": "lightningcss-linux-x64-musl",
"direct": false,
"version": "1.33.0",
"ecosystem": "npm"
},
{
"name": "lightningcss-win32-arm64-msvc",
"direct": false,
"version": "1.33.0",
"ecosystem": "npm"
},
{
"name": "lightningcss-win32-x64-msvc",
"direct": false,
"version": "1.33.0",
"ecosystem": "npm"
},
{
"name": "linkify-it",
"direct": false,
"version": "5.0.2",
"ecosystem": "npm"
},
{
"name": "locate-path",
"direct": false,
"version": "5.0.0",
"ecosystem": "npm"
},
{
"name": "locate-path",
"direct": false,
"version": "6.0.0",
"ecosystem": "npm"
},
{
"name": "lodash.merge",
"direct": false,
"version": "4.6.2",
"ecosystem": "npm"
},
{
"name": "lodash.startcase",
"direct": false,
"version": "4.4.0",
"ecosystem": "npm"
},
{
"name": "loose-envify",
"direct": false,
"version": "1.4.0",
"ecosystem": "npm"
},
{
"name": "lru-cache",
"direct": false,
"version": "5.1.1",
"ecosystem": "npm"
},
{
"name": "lunr",
"direct": false,
"version": "2.3.9",
"ecosystem": "npm"
},
{
"name": "magic-string",
"direct": false,
"version": "0.30.21",
"ecosystem": "npm"
},
{
"name": "magicast",
"direct": false,
"version": "0.5.3",
"ecosystem": "npm"
},
{
"name": "make-dir",
"direct": false,
"version": "4.0.0",
"ecosystem": "npm"
},
{
"name": "markdown-it",
"direct": false,
"version": "14.3.0",
"ecosystem": "npm"
},
{
"name": "markdownlint",
"direct": false,
"version": "0.41.1",
"ecosystem": "npm"
},
{
"name": "markdownlint-cli2",
"direct": false,
"version": "0.23.1",
"ecosystem": "npm"
},
{
"name": "markdownlint-cli2-formatter-default",
"direct": false,
"version": "0.0.6",
"ecosystem": "npm"
},
{
"name": "math-intrinsics",
"direct": false,
"version": "1.1.0",
"ecosystem": "npm"
},
{
"name": "mdurl",
"direct": false,
"version": "2.0.0",
"ecosystem": "npm"
},
{
"name": "memorystream",
"direct": false,
"version": "0.3.1",
"ecosystem": "npm"
},
{
"name": "merge2",
"direct": false,
"version": "1.4.1",
"ecosystem": "npm"
},
{
"name": "micromark",
"direct": false,
"version": "4.0.2",
"ecosystem": "npm"
},
{
"name": "micromark-core-commonmark",
"direct": false,
"version": "2.0.3",
"ecosystem": "npm"
},
{
"name": "micromark-extension-directive",
"direct": false,
"version": "4.0.0",
"ecosystem": "npm"
},
{
"name": "micromark-extension-gfm-autolink-literal",
"direct": false,
"version": "2.1.0",
"ecosystem": "npm"
},
{
"name": "micromark-extension-gfm-footnote",
"direct": false,
"version": "2.1.0",
"ecosystem": "npm"
},
{
"name": "micromark-extension-gfm-table",
"direct": false,
"version": "2.1.1",
"ecosystem": "npm"
},
{
"name": "micromark-extension-math",
"direct": false,
"version": "3.1.0",
"ecosystem": "npm"
},
{
"name": "micromark-factory-destination",
"direct": false,
"version": "2.0.1",
"ecosystem": "npm"
},
{
"name": "micromark-factory-label",
"direct": false,
"version": "2.0.1",
"ecosystem": "npm"
},
{
"name": "micromark-factory-space",
"direct": false,
"version": "2.0.1",
"ecosystem": "npm"
},
{
"name": "micromark-factory-title",
"direct": false,
"version": "2.0.1",
"ecosystem": "npm"
},
{
"name": "micromark-factory-whitespace",
"direct": false,
"version": "2.0.1",
"ecosystem": "npm"
},
{
"name": "micromark-util-character",
"direct": false,
"version": "2.1.1",
"ecosystem": "npm"
},
{
"name": "micromark-util-chunked",
"direct": false,
"version": "2.0.1",
"ecosystem": "npm"
},
{
"name": "micromark-util-classify-character",
"direct": false,
"version": "2.0.1",
"ecosystem": "npm"
},
{
"name": "micromark-util-combine-extensions",
"direct": false,
"version": "2.0.1",
"ecosystem": "npm"
},
{
"name": "micromark-util-decode-numeric-character-reference",
"direct": false,
"version": "2.0.2",
"ecosystem": "npm"
},
{
"name": "micromark-util-encode",
"direct": false,
"version": "2.0.1",
"ecosystem": "npm"
},
{
"name": "micromark-util-html-tag-name",
"direct": false,
"version": "2.0.1",
"ecosystem": "npm"
},
{
"name": "micromark-util-normalize-identifier",
"direct": false,
"version": "2.0.1",
"ecosystem": "npm"
},
{
"name": "micromark-util-resolve-all",
"direct": false,
"version": "2.0.1",
"ecosystem": "npm"
},
{
"name": "micromark-util-sanitize-uri",
"direct": false,
"version": "2.0.1",
"ecosystem": "npm"
},
{
"name": "micromark-util-subtokenize",
"direct": false,
"version": "2.1.0",
"ecosystem": "npm"
},
{
"name": "micromark-util-symbol",
"direct": false,
"version": "2.0.1",
"ecosystem": "npm"
},
{
"name": "micromark-util-types",
"direct": false,
"version": "2.0.2",
"ecosystem": "npm"
},
{
"name": "micromatch",
"direct": false,
"version": "4.0.8",
"ecosystem": "npm"
},
{
"name": "minimatch",
"direct": false,
"version": "10.2.5",
"ecosystem": "npm"
},
{
"name": "minimatch",
"direct": false,
"version": "3.1.5",
"ecosystem": "npm"
},
{
"name": "minimist",
"direct": false,
"version": "1.2.8",
"ecosystem": "npm"
},
{
"name": "mri",
"direct": false,
"version": "1.2.0",
"ecosystem": "npm"
},
{
"name": "ms",
"direct": false,
"version": "2.1.3",
"ecosystem": "npm"
},
{
"name": "nanoid",
"direct": false,
"version": "3.3.16",
"ecosystem": "npm"
},
{
"name": "napi-postinstall",
"direct": false,
"version": "0.3.4",
"ecosystem": "npm"
},
{
"name": "natural-compare",
"direct": false,
"version": "1.4.0",
"ecosystem": "npm"
},
{
"name": "natural-compare-lite",
"direct": false,
"version": "1.4.0",
"ecosystem": "npm"
},
{
"name": "node-exports-info",
"direct": false,
"version": "1.6.2",
"ecosystem": "npm"
},
{
"name": "node-releases",
"direct": false,
"version": "2.0.51",
"ecosystem": "npm"
},
{
"name": "npm-normalize-package-bin",
"direct": false,
"version": "6.0.0",
"ecosystem": "npm"
},
{
"name": "npm-run-all2",
"direct": false,
"version": "9.0.2",
"ecosystem": "npm"
},
{
"name": "object-assign",
"direct": false,
"version": "4.1.1",
"ecosystem": "npm"
},
{
"name": "object-inspect",
"direct": false,
"version": "1.13.4",
"ecosystem": "npm"
},
{
"name": "object-keys",
"direct": false,
"version": "1.1.1",
"ecosystem": "npm"
},
{
"name": "object.assign",
"direct": false,
"version": "4.1.7",
"ecosystem": "npm"
},
{
"name": "object.entries",
"direct": false,
"version": "1.1.9",
"ecosystem": "npm"
},
{
"name": "object.fromentries",
"direct": false,
"version": "2.0.8",
"ecosystem": "npm"
},
{
"name": "object.groupby",
"direct": false,
"version": "1.0.3",
"ecosystem": "npm"
},
{
"name": "object.values",
"direct": false,
"version": "1.2.1",
"ecosystem": "npm"
},
{
"name": "obug",
"direct": false,
"version": "2.1.4",
"ecosystem": "npm"
},
{
"name": "octokit-safe-types",
"direct": false,
"version": "1.2.19",
"ecosystem": "npm"
},
{
"name": "optionator",
"direct": false,
"version": "0.9.4",
"ecosystem": "npm"
},
{
"name": "outdent",
"direct": false,
"version": "0.5.0",
"ecosystem": "npm"
},
{
"name": "own-keys",
"direct": false,
"version": "1.0.1",
"ecosystem": "npm"
},
{
"name": "p-filter",
"direct": false,
"version": "2.1.0",
"ecosystem": "npm"
},
{
"name": "p-limit",
"direct": false,
"version": "2.3.0",
"ecosystem": "npm"
},
{
"name": "p-limit",
"direct": false,
"version": "3.1.0",
"ecosystem": "npm"
},
{
"name": "p-locate",
"direct": false,
"version": "4.1.0",
"ecosystem": "npm"
},
{
"name": "p-locate",
"direct": false,
"version": "5.0.0",
"ecosystem": "npm"
},
{
"name": "p-map",
"direct": false,
"version": "2.1.0",
"ecosystem": "npm"
},
{
"name": "p-try",
"direct": false,
"version": "2.2.0",
"ecosystem": "npm"
},
{
"name": "package-manager-detector",
"direct": false,
"version": "0.2.11",
"ecosystem": "npm"
},
{
"name": "parse-entities",
"direct": false,
"version": "4.0.2",
"ecosystem": "npm"
},
{
"name": "path-browserify",
"direct": false,
"version": "1.0.1",
"ecosystem": "npm"
},
{
"name": "path-exists",
"direct": false,
"version": "4.0.0",
"ecosystem": "npm"
},
{
"name": "path-key",
"direct": false,
"version": "3.1.1",
"ecosystem": "npm"
},
{
"name": "path-parse",
"direct": false,
"version": "1.0.7",
"ecosystem": "npm"
},
{
"name": "path-type",
"direct": false,
"version": "4.0.0",
"ecosystem": "npm"
},
{
"name": "pathe",
"direct": false,
"version": "2.0.3",
"ecosystem": "npm"
},
{
"name": "picocolors",
"direct": false,
"version": "1.1.1",
"ecosystem": "npm"
},
{
"name": "picomatch",
"direct": false,
"version": "2.3.2",
"ecosystem": "npm"
},
{
"name": "picomatch",
"direct": false,
"version": "4.0.5",
"ecosystem": "npm"
},
{
"name": "pidtree",
"direct": false,
"version": "1.0.0",
"ecosystem": "npm"
},
{
"name": "pify",
"direct": false,
"version": "4.0.1",
"ecosystem": "npm"
},
{
"name": "pluralize",
"direct": false,
"version": "8.0.0",
"ecosystem": "npm"
},
{
"name": "possible-typed-array-names",
"direct": false,
"version": "1.1.0",
"ecosystem": "npm"
},
{
"name": "postcss",
"direct": false,
"version": "8.5.21",
"ecosystem": "npm"
},
{
"name": "prelude-ls",
"direct": false,
"version": "1.2.1",
"ecosystem": "npm"
},
{
"name": "prettier",
"direct": false,
"version": "2.8.8",
"ecosystem": "npm"
},
{
"name": "prettier",
"direct": false,
"version": "3.9.6",
"ecosystem": "npm"
},
{
"name": "prettier-plugin-organize-imports",
"direct": false,
"version": "4.3.0",
"ecosystem": "npm"
},
{
"name": "prettier-plugin-packagejson",
"direct": false,
"version": "3.0.2",
"ecosystem": "npm"
},
{
"name": "prop-types",
"direct": false,
"version": "15.8.1",
"ecosystem": "npm"
},
{
"name": "punycode",
"direct": false,
"version": "2.3.1",
"ecosystem": "npm"
},
{
"name": "punycode.js",
"direct": false,
"version": "2.3.1",
"ecosystem": "npm"
},
{
"name": "quansync",
"direct": false,
"version": "0.2.11",
"ecosystem": "npm"
},
{
"name": "queue-microtask",
"direct": false,
"version": "1.2.3",
"ecosystem": "npm"
},
{
"name": "react-is",
"direct": false,
"version": "16.13.1",
"ecosystem": "npm"
},
{
"name": "read-package-json-fast",
"direct": false,
"version": "6.0.0",
"ecosystem": "npm"
},
{
"name": "read-yaml-file",
"direct": false,
"version": "1.1.0",
"ecosystem": "npm"
},
{
"name": "reflect.getprototypeof",
"direct": false,
"version": "1.0.10",
"ecosystem": "npm"
},
{
"name": "regexp-tree",
"direct": false,
"version": "0.1.27",
"ecosystem": "npm"
},
{
"name": "regexp.prototype.flags",
"direct": false,
"version": "1.5.4",
"ecosystem": "npm"
},
{
"name": "regjsparser",
"direct": false,
"version": "0.13.2",
"ecosystem": "npm"
},
{
"name": "resolve",
"direct": false,
"version": "1.22.12",
"ecosystem": "npm"
},
{
"name": "resolve",
"direct": false,
"version": "2.0.0-next.7",
"ecosystem": "npm"
},
{
"name": "resolve-from",
"direct": false,
"version": "5.0.0",
"ecosystem": "npm"
},
{
"name": "resolve-pkg-maps",
"direct": false,
"version": "1.0.0",
"ecosystem": "npm"
},
{
"name": "reusify",
"direct": false,
"version": "1.1.0",
"ecosystem": "npm"
},
{
"name": "rolldown",
"direct": false,
"version": "1.1.5",
"ecosystem": "npm"
},
{
"name": "rollup",
"direct": false,
"version": "4.62.2",
"ecosystem": "npm"
},
{
"name": "rollup-plugin-esbuild",
"direct": false,
"version": "6.2.1",
"ecosystem": "npm"
},
{
"name": "run-parallel",
"direct": false,
"version": "1.2.0",
"ecosystem": "npm"
},
{
"name": "safe-array-concat",
"direct": false,
"version": "1.1.4",
"ecosystem": "npm"
},
{
"name": "safe-push-apply",
"direct": false,
"version": "1.0.0",
"ecosystem": "npm"
},
{
"name": "safe-regex",
"direct": false,
"version": "2.1.1",
"ecosystem": "npm"
},
{
"name": "safe-regex-test",
"direct": false,
"version": "1.1.0",
"ecosystem": "npm"
},
{
"name": "safer-buffer",
"direct": false,
"version": "2.1.2",
"ecosystem": "npm"
},
{
"name": "semver",
"direct": false,
"version": "6.3.1",
"ecosystem": "npm"
},
{
"name": "semver",
"direct": false,
"version": "7.8.5",
"ecosystem": "npm"
},
{
"name": "set-function-length",
"direct": false,
"version": "1.2.2",
"ecosystem": "npm"
},
{
"name": "set-function-name",
"direct": false,
"version": "2.0.2",
"ecosystem": "npm"
},
{
"name": "set-proto",
"direct": false,
"version": "1.0.0",
"ecosystem": "npm"
},
{
"name": "shebang-command",
"direct": false,
"version": "2.0.0",
"ecosystem": "npm"
},
{
"name": "shebang-regex",
"direct": false,
"version": "3.0.0",
"ecosystem": "npm"
},
{
"name": "shell-quote",
"direct": false,
"version": "1.10.0",
"ecosystem": "npm"
},
{
"name": "side-channel",
"direct": false,
"version": "1.1.1",
"ecosystem": "npm"
},
{
"name": "side-channel-list",
"direct": false,
"version": "1.0.1",
"ecosystem": "npm"
},
{
"name": "side-channel-map",
"direct": false,
"version": "1.0.1",
"ecosystem": "npm"
},
{
"name": "side-channel-weakmap",
"direct": false,
"version": "1.0.2",
"ecosystem": "npm"
},
{
"name": "siginfo",
"direct": false,
"version": "2.0.0",
"ecosystem": "npm"
},
{
"name": "signal-exit",
"direct": false,
"version": "4.1.0",
"ecosystem": "npm"
},
{
"name": "slash",
"direct": false,
"version": "3.0.0",
"ecosystem": "npm"
},
{
"name": "slash",
"direct": false,
"version": "5.1.0",
"ecosystem": "npm"
},
{
"name": "smol-toml",
"direct": false,
"version": "1.7.0",
"ecosystem": "npm"
},
{
"name": "sort-object-keys",
"direct": false,
"version": "2.1.0",
"ecosystem": "npm"
},
{
"name": "sort-package-json",
"direct": false,
"version": "3.7.1",
"ecosystem": "npm"
},
{
"name": "source-map-js",
"direct": false,
"version": "1.2.1",
"ecosystem": "npm"
},
{
"name": "spawndamnit",
"direct": false,
"version": "3.0.1",
"ecosystem": "npm"
},
{
"name": "sprintf-js",
"direct": false,
"version": "1.0.3",
"ecosystem": "npm"
},
{
"name": "stable-hash-x",
"direct": false,
"version": "0.2.0",
"ecosystem": "npm"
},
{
"name": "stackback",
"direct": false,
"version": "0.0.2",
"ecosystem": "npm"
},
{
"name": "std-env",
"direct": false,
"version": "4.2.0",
"ecosystem": "npm"
},
{
"name": "stop-iteration-iterator",
"direct": false,
"version": "1.1.0",
"ecosystem": "npm"
},
{
"name": "string-width",
"direct": false,
"version": "8.2.1",
"ecosystem": "npm"
},
{
"name": "string.prototype.includes",
"direct": false,
"version": "2.0.1",
"ecosystem": "npm"
},
{
"name": "string.prototype.matchall",
"direct": false,
"version": "4.0.12",
"ecosystem": "npm"
},
{
"name": "string.prototype.repeat",
"direct": false,
"version": "1.0.0",
"ecosystem": "npm"
},
{
"name": "string.prototype.trim",
"direct": false,
"version": "1.2.11",
"ecosystem": "npm"
},
{
"name": "string.prototype.trimend",
"direct": false,
"version": "1.0.10",
"ecosystem": "npm"
},
{
"name": "string.prototype.trimstart",
"direct": false,
"version": "1.0.8",
"ecosystem": "npm"
},
{
"name": "strip-ansi",
"direct": false,
"version": "6.0.1",
"ecosystem": "npm"
},
{
"name": "strip-ansi",
"direct": false,
"version": "7.2.0",
"ecosystem": "npm"
},
{
"name": "strip-bom",
"direct": false,
"version": "3.0.0",
"ecosystem": "npm"
},
{
"name": "strip-indent",
"direct": false,
"version": "4.1.1",
"ecosystem": "npm"
},
{
"name": "supports-color",
"direct": false,
"version": "7.2.0",
"ecosystem": "npm"
},
{
"name": "supports-preserve-symlinks-flag",
"direct": false,
"version": "1.0.0",
"ecosystem": "npm"
},
{
"name": "tapable",
"direct": false,
"version": "2.3.3",
"ecosystem": "npm"
},
{
"name": "term-size",
"direct": false,
"version": "2.2.1",
"ecosystem": "npm"
},
{
"name": "tinybench",
"direct": false,
"version": "2.9.0",
"ecosystem": "npm"
},
{
"name": "tinyexec",
"direct": false,
"version": "1.2.4",
"ecosystem": "npm"
},
{
"name": "tinyglobby",
"direct": false,
"version": "0.2.17",
"ecosystem": "npm"
},
{
"name": "tinyrainbow",
"direct": false,
"version": "3.1.0",
"ecosystem": "npm"
},
{
"name": "to-regex-range",
"direct": false,
"version": "5.0.1",
"ecosystem": "npm"
},
{
"name": "ts-api-utils",
"direct": false,
"version": "2.5.0",
"ecosystem": "npm"
},
{
"name": "ts-codemod-lib",
"direct": false,
"version": "2.2.3",
"ecosystem": "npm"
},
{
"name": "ts-data-forge",
"direct": false,
"version": "11.0.1",
"ecosystem": "npm"
},
{
"name": "ts-data-forge",
"direct": false,
"version": "12.2.2",
"ecosystem": "npm"
},
{
"name": "ts-data-forge",
"direct": false,
"version": "6.13.1",
"ecosystem": "npm"
},
{
"name": "ts-data-forge",
"direct": false,
"version": "7.1.1",
"ecosystem": "npm"
},
{
"name": "ts-data-forge",
"direct": false,
"version": "9.0.1",
"ecosystem": "npm"
},
{
"name": "ts-declaration-location",
"direct": false,
"version": "1.0.7",
"ecosystem": "npm"
},
{
"name": "ts-fortress",
"direct": false,
"version": "11.0.2",
"ecosystem": "npm"
},
{
"name": "ts-fortress",
"direct": false,
"version": "7.3.0",
"ecosystem": "npm"
},
{
"name": "ts-morph",
"direct": false,
"version": "28.0.0",
"ecosystem": "npm"
},
{
"name": "ts-repo-utils",
"direct": false,
"version": "10.1.4",
"ecosystem": "npm"
},
{
"name": "tsconfig-paths",
"direct": false,
"version": "3.15.0",
"ecosystem": "npm"
},
{
"name": "tslib",
"direct": false,
"version": "1.14.1",
"ecosystem": "npm"
},
{
"name": "tslib",
"direct": false,
"version": "2.8.1",
"ecosystem": "npm"
},
{
"name": "tsutils",
"direct": false,
"version": "3.21.0",
"ecosystem": "npm"
},
{
"name": "tsx",
"direct": false,
"version": "4.23.1",
"ecosystem": "npm"
},
{
"name": "type-check",
"direct": false,
"version": "0.4.0",
"ecosystem": "npm"
},
{
"name": "typed-array-buffer",
"direct": false,
"version": "1.0.3",
"ecosystem": "npm"
},
{
"name": "typed-array-byte-length",
"direct": false,
"version": "1.0.3",
"ecosystem": "npm"
},
{
"name": "typed-array-byte-offset",
"direct": false,
"version": "1.0.4",
"ecosystem": "npm"
},
{
"name": "typed-array-length",
"direct": false,
"version": "1.0.8",
"ecosystem": "npm"
},
{
"name": "typedoc",
"direct": false,
"version": "0.28.20",
"ecosystem": "npm"
},
{
"name": "typedoc-github-theme",
"direct": false,
"version": "0.4.0",
"ecosystem": "npm"
},
{
"name": "typescript",
"direct": false,
"version": "6.0.3",
"ecosystem": "npm"
},
{
"name": "typescript",
"direct": false,
"version": "7.0.2",
"ecosystem": "npm"
},
{
"name": "typescript-eslint",
"direct": false,
"version": "8.65.0",
"ecosystem": "npm"
},
{
"name": "uc.micro",
"direct": false,
"version": "2.1.0",
"ecosystem": "npm"
},
{
"name": "unbox-primitive",
"direct": false,
"version": "1.1.0",
"ecosystem": "npm"
},
{
"name": "undici-types",
"direct": false,
"version": "8.3.0",
"ecosystem": "npm"
},
{
"name": "unicorn-magic",
"direct": false,
"version": "0.4.0",
"ecosystem": "npm"
},
{
"name": "universal-user-agent",
"direct": false,
"version": "7.0.3",
"ecosystem": "npm"
},
{
"name": "universalify",
"direct": false,
"version": "0.1.2",
"ecosystem": "npm"
},
{
"name": "unplugin-utils",
"direct": false,
"version": "0.2.5",
"ecosystem": "npm"
},
{
"name": "unrs-resolver",
"direct": false,
"version": "1.12.2",
"ecosystem": "npm"
},
{
"name": "update-browserslist-db",
"direct": false,
"version": "1.2.3",
"ecosystem": "npm"
},
{
"name": "uri-js",
"direct": false,
"version": "4.4.1",
"ecosystem": "npm"
},
{
"name": "vite",
"direct": false,
"version": "8.1.5",
"ecosystem": "npm"
},
{
"name": "vitest",
"direct": false,
"version": "4.1.10",
"ecosystem": "npm"
},
{
"name": "vscode-languageserver-textdocument",
"direct": false,
"version": "1.0.12",
"ecosystem": "npm"
},
{
"name": "vscode-uri",
"direct": false,
"version": "3.1.0",
"ecosystem": "npm"
},
{
"name": "which",
"direct": false,
"version": "2.0.2",
"ecosystem": "npm"
},
{
"name": "which",
"direct": false,
"version": "7.0.0",
"ecosystem": "npm"
},
{
"name": "which-boxed-primitive",
"direct": false,
"version": "1.1.1",
"ecosystem": "npm"
},
{
"name": "which-builtin-type",
"direct": false,
"version": "1.2.1",
"ecosystem": "npm"
},
{
"name": "which-collection",
"direct": false,
"version": "1.0.2",
"ecosystem": "npm"
},
{
"name": "which-typed-array",
"direct": false,
"version": "1.1.22",
"ecosystem": "npm"
},
{
"name": "why-is-node-running",
"direct": false,
"version": "2.3.0",
"ecosystem": "npm"
},
{
"name": "word-wrap",
"direct": false,
"version": "1.2.5",
"ecosystem": "npm"
},
{
"name": "xdg-basedir",
"direct": false,
"version": "5.1.0",
"ecosystem": "npm"
},
{
"name": "yallist",
"direct": false,
"version": "3.1.1",
"ecosystem": "npm"
},
{
"name": "yaml",
"direct": false,
"version": "2.9.0",
"ecosystem": "npm"
},
{
"name": "yocto-queue",
"direct": false,
"version": "0.1.0",
"ecosystem": "npm"
},
{
"name": "zod",
"direct": false,
"version": "4.4.3",
"ecosystem": "npm"
},
{
"name": "zod-validation-error",
"direct": false,
"version": "4.0.2",
"ecosystem": "npm"
}
],
"collected": true,
"truncated": false,
"total_count": 847,
"direct_count": 6,
"indirect_count": 841
}
},
"maintainership": {
"issues": {
"open_prs": 1,
"merged_prs": 393,
"open_issues": 0,
"closed_ratio": null,
"closed_issues": 0,
"closed_unmerged_prs": 46
},
"bus_factor": 1,
"bot_contributors": 2,
"top_contributors": [
{
"type": "User",
"login": "noshiro-pf",
"commits": 179,
"avatar_url": "https://avatars.githubusercontent.com/u/46040697?v=4"
},
{
"type": "User",
"login": "semantic-release-bot",
"commits": 27,
"avatar_url": "https://avatars.githubusercontent.com/u/32174276?v=4"
}
],
"contributors_sampled": 2,
"top_contributor_share": 0.869
},
"quality_signals": {
"has_ci": true,
"has_tests": true,
"ci_workflows": [
"auto-merge.yml",
"backup-repository-settings.yml",
"claude.yml",
"dependabot-changeset.yml",
"deploy-gh-pages.yml",
"lint-pull-request.yml",
"lint.yml",
"node-version-compatibility.yml",
"release.yml",
"style-check.yml",
"sync-agent-config.yml",
"typescript-version-compatibility.yml"
],
"has_docs_dir": false,
"linter_configs": [],
"has_editorconfig": true,
"has_linter_config": false,
"has_precommit_config": false
},
"security_signals": {
"lockfiles": [
"pnpm-lock.yaml"
],
"scorecard": {
"checks": [
{
"name": "Binary-Artifacts",
"score": 10,
"reason": "no binaries found in the repo",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#binary-artifacts"
},
{
"name": "Branch-Protection",
"score": 4,
"reason": "branch protection is not maximal on development and all release branches",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#branch-protection"
},
{
"name": "CI-Tests",
"score": 10,
"reason": "23 out of 23 merged PRs checked by a CI test -- score normalized to 10",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#ci-tests"
},
{
"name": "CII-Best-Practices",
"score": 0,
"reason": "no effort to earn an OpenSSF best practices badge detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#cii-best-practices"
},
{
"name": "Code-Review",
"score": 0,
"reason": "Found 0/22 approved changesets -- score normalized to 0",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#code-review"
},
{
"name": "Contributors",
"score": 6,
"reason": "project has 2 contributing companies or organizations -- score normalized to 6",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#contributors"
},
{
"name": "Dangerous-Workflow",
"score": 10,
"reason": "no dangerous workflow patterns detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#dangerous-workflow"
},
{
"name": "Dependency-Update-Tool",
"score": 10,
"reason": "update tool detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#dependency-update-tool"
},
{
"name": "Fuzzing",
"score": 0,
"reason": "project is not fuzzed",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#fuzzing"
},
{
"name": "License",
"score": 10,
"reason": "license file detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#license"
},
{
"name": "Maintained",
"score": 10,
"reason": "30 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 10",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#maintained"
},
{
"name": "Packaging",
"score": null,
"reason": "packaging workflow not detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#packaging"
},
{
"name": "Pinned-Dependencies",
"score": 10,
"reason": "all dependencies are pinned",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#pinned-dependencies"
},
{
"name": "SAST",
"score": 0,
"reason": "SAST tool is not run on all commits -- score normalized to 0",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#sast"
},
{
"name": "Security-Policy",
"score": 0,
"reason": "security policy file not detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#security-policy"
},
{
"name": "Signed-Releases",
"score": null,
"reason": "no releases found",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#signed-releases"
},
{
"name": "Token-Permissions",
"score": 0,
"reason": "detected GitHub workflow tokens with excessive permissions",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#token-permissions"
},
{
"name": "Vulnerabilities",
"score": 7,
"reason": "3 existing vulnerabilities detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#vulnerabilities"
}
],
"commit": "b27357fccc0871167af6db5dd085e4569e8b441d",
"ran_at": "2026-07-29T06:08:55Z",
"aggregate_score": 5.6,
"scorecard_version": "v5.5.0"
},
"has_codeql_workflow": false,
"has_security_policy": false,
"has_dependabot_config": true
},
"contribution_flow": {
"collected": true,
"ci_last_run_at": "2026-07-29T05:58:04Z",
"oldest_open_prs": [
{
"number": 440,
"created_at": "2026-07-29T05:56:49Z",
"last_comment_at": "2026-07-29T05:57:54Z",
"last_comment_author": "noshiro-pf"
}
],
"last_merged_pr_at": "2026-07-29T05:39:56Z",
"ci_last_conclusion": "SKIPPED",
"oldest_open_issues": []
}
},
"config": {
"disabled_metrics": [],
"disabled_categories": [],
"disabled_components": {}
},
"source": {
"url": "https://github.com/noshiro-pf/ts-type-forge",
"host": "github.com",
"name": "ts-type-forge",
"owner": "noshiro-pf"
},
"metrics": {
"overall": {
"key": "overall",
"band": "moderate",
"name": "Overall health",
"note": null,
"notes": [],
"value": 65,
"inputs": {
"security": 65,
"vitality": 99,
"community": 36,
"governance": 55,
"engineering": 64
},
"components": []
},
"categories": [
{
"key": "vitality",
"band": "excellent",
"name": "Vitality",
"value": 99,
"weight": 0.22,
"metrics": [
{
"key": "development_activity",
"band": "excellent",
"name": "Development activity",
"note": null,
"notes": [],
"value": 99,
"inputs": {
"commits_last_year": 339,
"human_commit_share": 0.65,
"days_since_last_push": 0,
"active_weeks_last_year": 51
},
"components": [
{
"key": "push_recency",
"name": "Push recency",
"detail": "last push 0 days ago",
"points": 36,
"status": "met",
"details": [
{
"code": "push_recency",
"params": {
"days": 0
}
}
],
"max_points": 36
},
{
"key": "commit_cadence",
"name": "Commit cadence",
"detail": "51/52 weeks with commits",
"points": 35.3,
"status": "partial",
"details": [
{
"code": "commit_cadence_weeks",
"params": {
"weeks": 51
}
}
],
"max_points": 36
},
{
"key": "commit_volume",
"name": "Commit volume",
"detail": "339 commits in the last year",
"points": 18,
"status": "met",
"details": [
{
"code": "commits_last_year",
"params": {
"count": 339
}
}
],
"max_points": 18
},
{
"key": "openssf_scorecard_maintained",
"name": "OpenSSF Scorecard: Maintained",
"detail": "30 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 10",
"points": 10,
"status": "met",
"details": [],
"max_points": 10
}
]
},
{
"key": "release_discipline",
"band": "excellent",
"name": "Release discipline",
"note": "Excluded from scoring (no data or not applicable): OpenSSF Scorecard: Signed-Releases. Remaining weights renormalized.",
"notes": [
{
"code": "excluded_no_data",
"params": {
"components": [
"openssf_scorecard_signed_releases"
]
}
},
{
"code": "weights_renormalized",
"params": {}
}
],
"value": 100,
"inputs": {
"releases_count": 27,
"latest_release_tag": "v7.2.1",
"releases_from_tags": false,
"days_since_latest_release": 7,
"mean_days_between_releases": 5.5
},
"components": [
{
"key": "ships_releases",
"name": "Ships releases",
"detail": "27 releases published",
"points": 27,
"status": "met",
"details": [
{
"code": "releases_published",
"params": {
"count": 27
}
}
],
"max_points": 27
},
{
"key": "release_recency",
"name": "Release recency",
"detail": "latest release 7 days ago",
"points": 36,
"status": "met",
"details": [
{
"code": "release_recency",
"params": {
"days": 7
}
}
],
"max_points": 36
},
{
"key": "release_cadence",
"name": "Release cadence",
"detail": "a release every ~5.5 days",
"points": 27,
"status": "met",
"details": [
{
"code": "release_cadence",
"params": {
"gap": 5.5
}
}
],
"max_points": 27
},
{
"key": "openssf_scorecard_signed_releases",
"name": "OpenSSF Scorecard: Signed-Releases",
"detail": "no releases found",
"points": 0,
"status": "excluded",
"details": [
{
"code": "no_data",
"params": {}
}
],
"max_points": 10
}
]
},
{
"key": "abandonment",
"band": "excellent",
"name": "Abandonment",
"note": null,
"notes": [],
"value": 100,
"inputs": {
"cap": null,
"state": "maintained",
"guards": [],
"signals": [],
"red_flag": false,
"multiplier_pct": 100,
"declared_reason": null,
"unverified_reason": null,
"unanswered_open_prs": null,
"unanswered_open_issues": null,
"days_since_last_merged_pr": null,
"days_since_last_human_commit": 0,
"days_since_last_human_commit_is_floor": false
},
"components": [
{
"key": "project_is_still_maintained",
"name": "Project is still maintained",
"detail": "last human commit 0 days ago",
"points": 100,
"status": "met",
"details": [
{
"code": "abandonment_maintained",
"params": {
"days": 0
}
}
],
"max_points": 100
}
]
}
],
"description": "Is the project alive — is code being written and are releases shipping?"
},
{
"key": "community",
"band": "at_risk",
"name": "Community & Adoption",
"value": 36,
"weight": 0.18,
"metrics": [
{
"key": "popularity",
"band": "critical",
"name": "Popularity & adoption",
"note": null,
"notes": [],
"value": 1,
"inputs": {
"forks": 0,
"stars": 0,
"watchers": 1,
"growth_state": "unverified",
"growth_factor_pct": 100,
"growth_unverified_reason": "no_history"
},
"components": [
{
"key": "stars",
"name": "Stars",
"detail": "0 stars",
"points": 0,
"status": "missed",
"details": [
{
"code": "stars",
"params": {
"count": 0
}
}
],
"max_points": 60
},
{
"key": "forks",
"name": "Forks",
"detail": "0 forks",
"points": 0,
"status": "missed",
"details": [
{
"code": "forks",
"params": {
"count": 0
}
}
],
"max_points": 25
},
{
"key": "watchers",
"name": "Watchers",
"detail": "1 watchers",
"points": 0,
"status": "missed",
"details": [
{
"code": "watchers",
"params": {
"count": 1
}
}
],
"max_points": 15
}
]
},
{
"key": "community_health",
"band": "moderate",
"name": "Community health",
"note": null,
"notes": [],
"value": 50,
"inputs": {
"has_readme": true,
"has_license": true,
"has_contributing": false,
"has_issue_template": false,
"has_code_of_conduct": false,
"has_pull_request_template": false
},
"components": [
{
"key": "readme",
"name": "README",
"detail": null,
"points": 22.5,
"status": "met",
"details": [],
"max_points": 22.5
},
{
"key": "license",
"name": "License",
"detail": "recognized license (Apache-2.0)",
"points": 22.5,
"status": "met",
"details": [
{
"code": "license_standard",
"params": {}
},
{
"code": "license_spdx",
"params": {
"spdx": "Apache-2.0"
}
}
],
"max_points": 22.5
},
{
"key": "contributing_guide",
"name": "CONTRIBUTING guide",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 18
},
{
"key": "code_of_conduct",
"name": "Code of conduct",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 13.5
},
{
"key": "issue_template",
"name": "Issue template",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 7.2
},
{
"key": "pr_template",
"name": "PR template",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 6.3
}
]
},
{
"key": "ecosystem_adoption",
"band": "good",
"name": "Ecosystem adoption (downloads)",
"note": "Excluded from scoring (no data or not applicable): Registry dependents. Remaining weights renormalized.",
"notes": [
{
"code": "excluded_no_data",
"params": {
"components": [
"registry_dependents"
]
}
},
{
"code": "weights_renormalized",
"params": {}
}
],
"value": 72,
"inputs": {
"packages": [
"ts-type-forge",
"eslint-plugin-ts-type-forge"
],
"dependents": null,
"ecosystems": "npm",
"total_downloads": null,
"monthly_downloads": 20253
},
"components": [
{
"key": "monthly_downloads",
"name": "Monthly downloads",
"detail": "20,253 downloads/month across npm",
"points": 57.4,
"status": "partial",
"details": [
{
"code": "downloads_monthly",
"params": {
"count": 20253,
"ecosystems": "npm"
}
}
],
"max_points": 80
},
{
"key": "registry_dependents",
"name": "Registry dependents",
"detail": "not reported by this ecosystem",
"points": 0,
"status": "excluded",
"details": [
{
"code": "not_reported_by_this_ecosystem",
"params": {}
}
],
"max_points": 20
}
]
}
],
"description": "Does the project have users, downloads, attention, and a welcoming setup for contributors?"
},
{
"key": "governance",
"band": "moderate",
"name": "Sustainability & Governance",
"value": 55,
"weight": 0.24,
"metrics": [
{
"key": "maintainer_resilience",
"band": "critical",
"name": "Maintainer resilience (bus factor)",
"note": null,
"notes": [],
"value": 21,
"inputs": {
"bus_factor": 1,
"contributors_sampled": 2,
"top_contributor_share": 0.869
},
"components": [
{
"key": "bus_factor",
"name": "Bus factor",
"detail": "1 contributor(s) cover half of all commits",
"points": 9,
"status": "partial",
"details": [
{
"code": "bus_factor",
"params": {
"count": 1
}
}
],
"max_points": 54
},
{
"key": "commit_distribution",
"name": "Commit distribution",
"detail": "top contributor authored 87% of commits",
"points": 2.9,
"status": "partial",
"details": [
{
"code": "top_contributor_share",
"params": {
"share": 87
}
}
],
"max_points": 22.5
},
{
"key": "contributor_breadth",
"name": "Contributor breadth",
"detail": "2 contributors",
"points": 2.7,
"status": "partial",
"details": [
{
"code": "contributors_sampled",
"params": {
"count": 2
}
}
],
"max_points": 13.5
},
{
"key": "openssf_scorecard_contributors",
"name": "OpenSSF Scorecard: Contributors",
"detail": "project has 2 contributing companies or organizations -- score normalized to 6",
"points": 6,
"status": "partial",
"details": [],
"max_points": 10
}
]
},
{
"key": "responsiveness",
"band": "moderate",
"name": "Issue & PR responsiveness",
"note": "Excluded from scoring (no data or not applicable): Issue resolution. Remaining weights renormalized.",
"notes": [
{
"code": "excluded_no_data",
"params": {
"components": [
"issue_resolution"
]
}
},
{
"code": "weights_renormalized",
"params": {}
}
],
"value": 64,
"inputs": {
"merged_prs": 393,
"open_issues": 0,
"closed_issues": 0,
"issue_closed_ratio": null,
"closed_unmerged_prs": 46
},
"components": [
{
"key": "issue_resolution",
"name": "Issue resolution",
"detail": "no issues or no data",
"points": 0,
"status": "excluded",
"details": [
{
"code": "no_issues_or_data",
"params": {}
}
],
"max_points": 46.75
},
{
"key": "pr_acceptance",
"name": "PR acceptance",
"detail": "393/439 decided PRs merged",
"points": 34.2,
"status": "partial",
"details": [
{
"code": "decided_prs_merged",
"params": {
"merged": 393,
"decided": 439
}
}
],
"max_points": 38.25
},
{
"key": "openssf_scorecard_code_review",
"name": "OpenSSF Scorecard: Code-Review",
"detail": "Found 0/22 approved changesets -- score normalized to 0",
"points": 0,
"status": "missed",
"details": [],
"max_points": 15
}
]
},
{
"key": "stewardship",
"band": "moderate",
"name": "Ownership & stewardship",
"note": "Excluded from scoring (no data or not applicable): Verified domain. Remaining weights renormalized.",
"notes": [
{
"code": "excluded_no_data",
"params": {
"components": [
"verified_domain"
]
}
},
{
"code": "weights_renormalized",
"params": {}
}
],
"value": 50,
"inputs": {
"followers": 6,
"owner_type": "User",
"is_verified": null,
"owner_login": "noshiro-pf",
"public_repos": 39,
"account_age_days": 2777
},
"components": [
{
"key": "ownership_backing",
"name": "Ownership backing",
"detail": "personal (user) account",
"points": 10,
"status": "partial",
"details": [
{
"code": "owner_personal",
"params": {}
}
],
"max_points": 30
},
{
"key": "verified_domain",
"name": "Verified domain",
"detail": "not applicable to user accounts",
"points": 0,
"status": "excluded",
"details": [
{
"code": "not_applicable_to_user_accounts",
"params": {}
}
],
"max_points": 20
},
{
"key": "owner_reach",
"name": "Owner reach",
"detail": "6 followers of noshiro-pf",
"points": 6.1,
"status": "partial",
"details": [
{
"code": "owner_followers",
"params": {
"count": 6,
"login": "noshiro-pf"
}
}
],
"max_points": 25
},
{
"key": "track_record",
"name": "Track record",
"detail": "39 public repos, account ~7 yr old",
"points": 23.7,
"status": "partial",
"details": [
{
"code": "public_repos",
"params": {
"count": 39
}
},
{
"code": "account_age_years",
"params": {
"years": 7
}
}
],
"max_points": 25
}
]
},
{
"key": "package_maintenance",
"band": "excellent",
"name": "Package maintenance",
"note": null,
"notes": [],
"value": 100,
"inputs": {
"packages": [
"ts-type-forge",
"eslint-plugin-ts-type-forge"
],
"ecosystems": "npm",
"any_deprecated": false,
"min_days_since_publish": 0
},
"components": [
{
"key": "published_resolvable",
"name": "Published & resolvable",
"detail": "2 package(s) on npm",
"points": 25,
"status": "met",
"details": [
{
"code": "packages_published",
"params": {
"count": 2,
"ecosystems": "npm"
}
}
],
"max_points": 25
},
{
"key": "publish_recency",
"name": "Publish recency",
"detail": "latest publish 0 days ago",
"points": 35,
"status": "met",
"details": [
{
"code": "publish_recency",
"params": {
"days": 0
}
}
],
"max_points": 35
},
{
"key": "version_history",
"name": "Version history",
"detail": "28 published versions",
"points": 20,
"status": "met",
"details": [
{
"code": "published_versions",
"params": {
"count": 28
}
}
],
"max_points": 20
},
{
"key": "not_deprecated",
"name": "Not deprecated",
"detail": "active, not deprecated or yanked",
"points": 20,
"status": "met",
"details": [
{
"code": "package_not_deprecated",
"params": {}
}
],
"max_points": 20
}
]
}
],
"description": "Will the project survive its people — bus factor, responsiveness, who backs it, and package upkeep?"
},
{
"key": "engineering",
"band": "moderate",
"name": "Engineering Quality",
"value": 64,
"weight": 0.2,
"metrics": [
{
"key": "engineering_practices",
"band": "good",
"name": "Engineering practices",
"note": null,
"notes": [],
"value": 74,
"inputs": {
"has_ci": true,
"has_tests": true,
"has_editorconfig": true,
"has_linter_config": false,
"has_precommit_config": false
},
"components": [
{
"key": "ci_workflows",
"name": "CI workflows",
"detail": "12 workflow(s)",
"points": 24,
"status": "met",
"details": [
{
"code": "ci_workflows",
"params": {
"count": 12
}
}
],
"max_points": 24
},
{
"key": "tests_present",
"name": "Tests present",
"detail": null,
"points": 24,
"status": "met",
"details": [],
"max_points": 24
},
{
"key": "linter_config",
"name": "Linter config",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 16
},
{
"key": "pre_commit_hooks",
"name": "Pre-commit hooks",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 9.6
},
{
"key": "editorconfig",
"name": ".editorconfig",
"detail": null,
"points": 6.4,
"status": "met",
"details": [],
"max_points": 6.4
},
{
"key": "openssf_scorecard_ci_tests",
"name": "OpenSSF Scorecard: CI-Tests",
"detail": "23 out of 23 merged PRs checked by a CI test -- score normalized to 10",
"points": 20,
"status": "met",
"details": [],
"max_points": 20
}
]
},
{
"key": "documentation",
"band": "moderate",
"name": "Documentation",
"note": null,
"notes": [],
"value": 50,
"inputs": {
"topics": [],
"has_wiki": true,
"homepage": null,
"has_readme": true,
"has_docs_dir": false,
"has_description": true
},
"components": [
{
"key": "readme",
"name": "README",
"detail": null,
"points": 30,
"status": "met",
"details": [],
"max_points": 30
},
{
"key": "documentation_directory",
"name": "Documentation directory",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 25
},
{
"key": "documentation_homepage_site",
"name": "Documentation / homepage site",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 15
},
{
"key": "repository_description",
"name": "Repository description",
"detail": null,
"points": 10,
"status": "met",
"details": [],
"max_points": 10
},
{
"key": "topics",
"name": "Topics",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 10
},
{
"key": "wiki",
"name": "Wiki",
"detail": null,
"points": 10,
"status": "met",
"details": [],
"max_points": 10
}
]
}
],
"description": "Are baseline engineering and documentation practices in place?"
},
{
"key": "security",
"band": "moderate",
"name": "Security",
"value": 65,
"weight": 0.16,
"metrics": [
{
"key": "security_posture",
"band": "moderate",
"name": "Security posture",
"note": "Excluded from scoring (no data or not applicable): Packaging, Signed-Releases. Remaining weights renormalized.",
"notes": [
{
"code": "excluded_no_data",
"params": {
"components": [
"packaging",
"signed_releases"
]
}
},
{
"code": "weights_renormalized",
"params": {}
}
],
"value": 56,
"inputs": {
"source": "openssf_scorecard",
"checks_evaluated": 16,
"scorecard_version": "v5.5.0",
"checks_inconclusive": 2,
"scorecard_aggregate": 5.6
},
"components": [
{
"key": "binary_artifacts",
"name": "Binary-Artifacts",
"detail": "no binaries found in the repo",
"points": 7.5,
"status": "met",
"details": [],
"max_points": 7.5
},
{
"key": "branch_protection",
"name": "Branch-Protection",
"detail": "branch protection is not maximal on development and all release branches",
"points": 3,
"status": "partial",
"details": [],
"max_points": 7.5
},
{
"key": "ci_tests",
"name": "CI-Tests",
"detail": "23 out of 23 merged PRs checked by a CI test -- score normalized to 10",
"points": 2.5,
"status": "met",
"details": [],
"max_points": 2.5
},
{
"key": "cii_best_practices",
"name": "CII-Best-Practices",
"detail": "no effort to earn an OpenSSF best practices badge detected",
"points": 0,
"status": "missed",
"details": [],
"max_points": 2.5
},
{
"key": "code_review",
"name": "Code-Review",
"detail": "Found 0/22 approved changesets -- score normalized to 0",
"points": 0,
"status": "missed",
"details": [],
"max_points": 7.5
},
{
"key": "contributors",
"name": "Contributors",
"detail": "project has 2 contributing companies or organizations -- score normalized to 6",
"points": 1.5,
"status": "partial",
"details": [],
"max_points": 2.5
},
{
"key": "dangerous_workflow",
"name": "Dangerous-Workflow",
"detail": "no dangerous workflow patterns detected",
"points": 10,
"status": "met",
"details": [],
"max_points": 10
},
{
"key": "dependency_update_tool",
"name": "Dependency-Update-Tool",
"detail": "update tool detected",
"points": 7.5,
"status": "met",
"details": [],
"max_points": 7.5
},
{
"key": "fuzzing",
"name": "Fuzzing",
"detail": "project is not fuzzed",
"points": 0,
"status": "missed",
"details": [],
"max_points": 5
},
{
"key": "license",
"name": "License",
"detail": "license file detected",
"points": 2.5,
"status": "met",
"details": [],
"max_points": 2.5
},
{
"key": "maintained",
"name": "Maintained",
"detail": "30 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 10",
"points": 7.5,
"status": "met",
"details": [],
"max_points": 7.5
},
{
"key": "packaging",
"name": "Packaging",
"detail": "packaging workflow not detected",
"points": 0,
"status": "excluded",
"details": [
{
"code": "no_data",
"params": {}
}
],
"max_points": 5
},
{
"key": "pinned_dependencies",
"name": "Pinned-Dependencies",
"detail": "all dependencies are pinned",
"points": 5,
"status": "met",
"details": [],
"max_points": 5
},
{
"key": "sast",
"name": "SAST",
"detail": "SAST tool is not run on all commits -- score normalized to 0",
"points": 0,
"status": "missed",
"details": [],
"max_points": 5
},
{
"key": "security_policy",
"name": "Security-Policy",
"detail": "security policy file not detected",
"points": 0,
"status": "missed",
"details": [],
"max_points": 5
},
{
"key": "signed_releases",
"name": "Signed-Releases",
"detail": "no releases found",
"points": 0,
"status": "excluded",
"details": [
{
"code": "no_data",
"params": {}
}
],
"max_points": 7.5
},
{
"key": "token_permissions",
"name": "Token-Permissions",
"detail": "detected GitHub workflow tokens with excessive permissions",
"points": 0,
"status": "missed",
"details": [],
"max_points": 7.5
},
{
"key": "vulnerabilities",
"name": "Vulnerabilities",
"detail": "3 existing vulnerabilities detected",
"points": 5.2,
"status": "partial",
"details": [],
"max_points": 7.5
}
]
},
{
"key": "dependency_advisories",
"band": "excellent",
"name": "Dependency advisories",
"note": "Excluded from scoring (no data or not applicable): Indirect dependencies free of known advisories, No advisories left outstanding. Remaining weights renormalized. Matched 847 resolved dependencies against OSV. This repository publishes no package the index resolves, so the repository dependency graph was assessed instead. That graph mixes development and test pins with shipped dependencies, so only the declared runtime dependencies are scored; transitive findings are reported as context and excluded from the score. Reachability is not analyzed.",
"notes": [
{
"code": "excluded_no_data",
"params": {
"components": [
"indirect_dependencies_free_of_known_advisories",
"no_advisories_left_outstanding"
]
}
},
{
"code": "weights_renormalized",
"params": {}
},
{
"code": "advisories_scope_repository",
"params": {
"assessed": 847
}
},
{
"code": "advisories_repo_graph_caveat",
"params": {}
},
{
"code": "advisories_reachability",
"params": {}
}
],
"value": 100,
"inputs": {
"source": "osv",
"advisories": 4,
"affected_packages": 3,
"assessed_packages": 847,
"unassessed_packages": 0,
"affected_by_severity": "high 3",
"direct_affected_packages": 0
},
"components": [
{
"key": "direct_dependencies_free_of_known_advisories",
"name": "Direct dependencies free of known advisories",
"detail": "no direct dependency carries a known advisory",
"points": 35,
"status": "met",
"details": [
{
"code": "no_direct_advisories",
"params": {}
}
],
"max_points": 35
},
{
"key": "indirect_dependencies_free_of_known_advisories",
"name": "Indirect dependencies free of known advisories",
"detail": "transitive set not separable from development and test dependencies in this scope",
"points": 0,
"status": "excluded",
"details": [
{
"code": "advisories_scope_not_separable",
"params": {}
}
],
"max_points": 25
},
{
"key": "no_advisories_left_outstanding",
"name": "No advisories left outstanding",
"detail": "no advisory carries a publication date",
"points": 0,
"status": "excluded",
"details": [
{
"code": "advisories_no_publication_date",
"params": {}
}
],
"max_points": 40
}
]
},
{
"key": "malicious_dependencies",
"band": "excellent",
"name": "Malicious dependencies",
"note": null,
"notes": [],
"value": 100,
"inputs": {
"source": "osv",
"meaning": "reported as a malicious package by the OpenSSF corpus; the remedy is removal or moving off the compromised name, never an upgrade of the same artifact. Versions the registry has since pulled are listed but not scored",
"packages": [],
"red_flag": false,
"assessed_packages": 847,
"malicious_packages": 0,
"direct_malicious_packages": 0,
"withdrawn_malicious_packages": 0,
"installable_malicious_packages": 0
},
"components": [
{
"key": "no_dependency_reported_as_a_malicious_package",
"name": "No dependency reported as a malicious package",
"detail": "no dependency is reported as a malicious package",
"points": 100,
"status": "met",
"details": [
{
"code": "no_malicious_dependencies",
"params": {}
}
],
"max_points": 100
}
]
},
{
"key": "high_risk_jurisdiction_exposure",
"band": "excellent",
"name": "High-Risk Jurisdiction Exposure",
"note": "Only high-confidence self-published location evidence affects this multiplier. Ambiguous matches are review-only; country evidence is not proof of nationality, citizenship, legal registration, malicious intent, or sanctions status.",
"notes": [
{
"code": "jurisdiction_evidence_limits",
"params": {}
}
],
"value": 100,
"inputs": {
"meaning": "self-published location evidence; not nationality or citizenship",
"red_flag": false,
"exposures": [],
"policy_countries": [
"Russia",
"Iran",
"North Korea"
],
"review_only_matches": 0,
"assessed_self_published_locations": 3
},
"components": [
{
"key": "policy_exposure_multiplier",
"name": "Policy exposure multiplier",
"detail": "no confirmed policy-scope location match",
"points": 100,
"status": "met",
"details": [
{
"code": "jurisdiction_no_match",
"params": {}
}
],
"max_points": 100
}
]
}
],
"description": "Are visible security and supply-chain practices strong, with no malicious dependency and no unresolved high-risk jurisdiction exposure?"
},
{
"key": "ai_readiness",
"band": "good",
"name": "AI Readiness",
"value": 75,
"weight": 0,
"metrics": [
{
"key": "ai_agent_context",
"band": "excellent",
"name": "Agent context & guidance",
"note": null,
"notes": [],
"value": 85,
"inputs": {
"has_llms_txt": false,
"legible_history_share": 1,
"agent_instruction_files": [
"AGENTS.md",
"CLAUDE.md"
],
"agent_instruction_max_bytes": 30836
},
"components": [
{
"key": "agent_instructions",
"name": "Agent instructions",
"detail": "AGENTS.md, CLAUDE.md",
"points": 45,
"status": "met",
"details": [
{
"code": "file_list",
"params": {
"files": "AGENTS.md, CLAUDE.md"
}
}
],
"max_points": 45
},
{
"key": "machine_readable_docs_llms_txt",
"name": "Machine-readable docs (llms.txt)",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 15
},
{
"key": "legible_commit_history",
"name": "Legible commit history",
"detail": "65 of 65 human commits state their intent (structured subject or explanatory body)",
"points": 40,
"status": "met",
"details": [
{
"code": "legible_history",
"params": {
"legible": 65,
"sampled": 65
}
}
],
"max_points": 40
}
]
},
{
"key": "ai_verify_loop",
"band": "good",
"name": "Verify loop (build / test / typecheck)",
"note": null,
"notes": [],
"value": 71,
"inputs": {
"has_nix": false,
"has_tests": true,
"lockfiles": [
"pnpm-lock.yaml"
],
"has_dockerfile": false,
"typed_language": true,
"bootstrap_files": [],
"has_devcontainer": false,
"has_linter_config": false,
"typecheck_configs": [
"packages/eslint-plugin-ts-type-forge/tsconfig.json",
"packages/ts-type-forge/test/dist_/ambient/tsconfig.json",
"packages/ts-type-forge/test/dist_/named/tsconfig.json",
"packages/ts-type-forge/tsconfig.json",
"tsconfig.json"
],
"agent_commit_share": 0.19,
"toolchain_manifests": [],
"dependency_bot_commit_share": 0.34
},
"components": [
{
"key": "one_command_bootstrap",
"name": "One-command bootstrap",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 18
},
{
"key": "automated_tests",
"name": "Automated tests",
"detail": null,
"points": 22,
"status": "met",
"details": [],
"max_points": 22
},
{
"key": "lint_format_config",
"name": "Lint / format config",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 11
},
{
"key": "static_type_checking",
"name": "Static type checking",
"detail": "packages/eslint-plugin-ts-type-forge/tsconfig.json, packages/ts-type-forge/test/dist_/ambient/tsconfig.json, packages/ts-type-forge/test/dist_/named/tsconfig.json, packages/ts-type-forge/tsconfig.json, tsconfig.json",
"points": 11,
"status": "met",
"details": [
{
"code": "file_list",
"params": {
"files": "packages/eslint-plugin-ts-type-forge/tsconfig.json, packages/ts-type-forge/test/dist_/ambient/tsconfig.json, packages/ts-type-forge/test/dist_/named/tsconfig.json, packages/ts-type-forge/tsconfig.json, tsconfig.json"
}
}
],
"max_points": 11
},
{
"key": "reproducible_environment",
"name": "Reproducible environment",
"detail": "lockfile",
"points": 10,
"status": "met",
"details": [
{
"code": "file_list",
"params": {
"files": "lockfile"
}
}
],
"max_points": 10
},
{
"key": "demonstrated_agent_practice",
"name": "Demonstrated agent practice",
"detail": "19 of the last 100 commits agent-authored or agent-credited",
"points": 10,
"status": "met",
"details": [
{
"code": "agent_authored_commits",
"params": {
"count": 19,
"sampled": 100
}
}
],
"max_points": 10
},
{
"key": "automated_maintenance",
"name": "Automated maintenance",
"detail": "34 of the last 100 commits are automated dependency updates",
"points": 8,
"status": "met",
"details": [
{
"code": "dependency_bot_commits",
"params": {
"count": 34,
"sampled": 100
}
}
],
"max_points": 8
},
{
"key": "openssf_scorecard_pinned_dependencies",
"name": "OpenSSF Scorecard: Pinned-Dependencies",
"detail": "all dependencies are pinned",
"points": 10,
"status": "met",
"details": [],
"max_points": 10
}
]
},
{
"key": "ai_code_legibility",
"band": "excellent",
"name": "Code legibility for models",
"note": null,
"notes": [],
"value": 100,
"inputs": {
"primary_language": "TypeScript",
"largest_source_bytes": 1091,
"source_files_sampled": 2,
"oversized_source_files": 0
},
"components": [
{
"key": "type_checkable_code",
"name": "Type-checkable code",
"detail": "TypeScript (statically typed)",
"points": 45,
"status": "met",
"details": [
{
"code": "statically_typed_language",
"params": {
"language": "TypeScript"
}
}
],
"max_points": 45
},
{
"key": "manageable_file_sizes",
"name": "Manageable file sizes",
"detail": "0/2 source files over 60KB",
"points": 55,
"status": "met",
"details": [
{
"code": "oversized_source_files",
"params": {
"kb": 60,
"sampled": 2,
"oversized": 0
}
}
],
"max_points": 55
}
]
},
{
"key": "ai_interfaces",
"band": "at_risk",
"name": "Machine-readable interfaces",
"note": null,
"notes": [],
"value": 40,
"inputs": {
"example_dirs": [
"samples"
],
"has_mcp_signal": false,
"api_schema_files": []
},
"components": [
{
"key": "api_schema_openapi_graphql_proto",
"name": "API schema (OpenAPI/GraphQL/proto)",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 40
},
{
"key": "mcp_server",
"name": "MCP server",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 20
},
{
"key": "runnable_examples",
"name": "Runnable examples",
"detail": "samples",
"points": 40,
"status": "met",
"details": [
{
"code": "file_list",
"params": {
"files": "samples"
}
}
],
"max_points": 40
}
]
}
],
"description": "How well is the repo equipped to be developed and maintained with AI coding agents? An independent, experimental badge — weight 0.0, so it is surfaced on its own and does not affect the overall health score."
}
],
"metrics_version": "1.13.0"
},
"warnings": [],
"report_type": "repository",
"generated_at": "2026-07-29T06:09:09.659342Z",
"schema_version": "0.27.0",
"badge_url": "https://raw.githubusercontent.com/inspect-software/badges/main/v1/n/noshiro-pf/ts-type-forge.svg",
"full_name": "noshiro-pf/ts-type-forge",
"license_state": "standard",
"license_spdx": "Apache-2.0"
}