JSON-Rohbericht maschinenlesbar
{
"data": {
"repo": {
"topics": [
"automation",
"e2e",
"playwright",
"qa",
"table",
"testing",
"typescript"
],
"is_fork": false,
"size_kb": 13207,
"has_wiki": true,
"homepage": "https://rickcedwhat.github.io/playwright-smart-table/",
"languages": {
"CSS": 3825,
"HTML": 7690,
"Shell": 6001,
"JavaScript": 51820,
"TypeScript": 834470
},
"pushed_at": "2026-07-30T15:56:20Z",
"created_at": "2025-12-11T00:24:23Z",
"owner_type": "User",
"updated_at": "2026-07-30T12:27:21Z",
"description": "Production-ready table testing for Playwright with smart column-aware locators.",
"is_archived": false,
"is_disabled": false,
"license_spdx": "MIT",
"default_branch": "main",
"license_spdx_raw": "MIT",
"primary_language": "TypeScript",
"significant_languages": [
"TypeScript"
]
},
"owner": {
"blog": null,
"name": null,
"type": "User",
"login": "rickcedwhat",
"company": null,
"location": null,
"followers": 3,
"avatar_url": "https://avatars.githubusercontent.com/u/46553325?v=4",
"created_at": "2019-01-10T06:11:44Z",
"is_verified": null,
"public_repos": 40,
"account_age_days": 2758
},
"license": {
"state": "standard",
"spdx_id": "MIT",
"raw_spdx": "MIT",
"file_present": true,
"scorecard_found": true,
"profile_has_license": true
},
"activity": {
"releases": [
{
"tag": "v6.19.0",
"kind": "minor",
"published_at": "2026-07-21T22:48:29Z"
},
{
"tag": "v6.18.0",
"kind": "minor",
"published_at": "2026-07-18T20:12:05Z"
},
{
"tag": "v6.17.1",
"kind": "patch",
"published_at": "2026-07-12T19:31:20Z"
},
{
"tag": "v6.17.0",
"kind": "minor",
"published_at": "2026-06-27T22:53:02Z"
},
{
"tag": "v6.16.0",
"kind": "minor",
"published_at": "2026-06-24T22:32:41Z"
},
{
"tag": "v6.15.0",
"kind": "minor",
"published_at": "2026-06-22T18:07:10Z"
},
{
"tag": "v6.14.0",
"kind": "minor",
"published_at": "2026-06-19T21:36:02Z"
},
{
"tag": "v6.13.0",
"kind": "minor",
"published_at": "2026-05-18T05:01:48Z"
},
{
"tag": "v6.12.0",
"kind": "minor",
"published_at": "2026-05-05T04:28:55Z"
},
{
"tag": "v6.11.0",
"kind": "minor",
"published_at": "2026-05-03T04:59:26Z"
},
{
"tag": "v6.10.1",
"kind": "patch",
"published_at": "2026-05-02T23:49:40Z"
},
{
"tag": "v6.10.0",
"kind": "minor",
"published_at": "2026-04-27T05:19:56Z"
},
{
"tag": "v6.9.0",
"kind": "minor",
"published_at": "2026-03-24T04:51:35Z"
},
{
"tag": "v6.8.2",
"kind": "patch",
"published_at": "2026-03-24T03:47:37Z"
},
{
"tag": "v6.8.1",
"kind": "patch",
"published_at": "2026-03-24T00:35:22Z"
},
{
"tag": "v6.8.0",
"kind": "minor",
"published_at": "2026-03-23T00:17:50Z"
},
{
"tag": "v6.7.9",
"kind": "patch",
"published_at": "2026-03-21T18:33:14Z"
}
],
"recent_commits": [
{
"oid": "4f14b866bae29a8e99243ef5596ddcc238b443ba",
"body": "* feat(ci): auto-publish next dist-tag on every merge to main\n\nEvery merge to main now publishes a prerelease under the `next` npm\ndist-tag (e.g. 6.19.0-next.a440aae). When the version in package.json\nis explicitly bumped, it publishes as `latest` with a GitHub release\n(unchanged behavior). Build/te\n[…]\ning; if it\n does, just reassign the dist-tag instead of failing with a 403\n\nCo-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>\n\n---------\n\nCo-authored-by: Claude Opus 4.6 <noreply@anthropic.com>",
"is_bot": false,
"headline": "feat(ci): auto-publish next dist-tag on every merge to main (#403)",
"author_name": "rickcedwhat-ai",
"author_login": "rickcedwhat-ai",
"committed_at": "2026-07-30T00:04:09Z",
"body_truncated": true,
"is_coding_agent": true
},
{
"oid": "a440aae13426c0b61ae957339bbdd162de21121d",
"body": "…ntRows (#398)\n\n* feat(filtering): support columnOverrides.read in findRow/findRows/countRows (#385)\n\nColumns with a `read` override are split out of the DOM filter chain and\npost-filtered in Node.js by evaluating the override's `read` function.\nDOM filters still use Playwright's fast locator chain;\n[…]\n- Strengthen findRows test to filter selectively and assert the matched row\n\nCo-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>\n\n---------\n\nCo-authored-by: Claude Opus 4.6 <noreply@anthropic.com>",
"is_bot": false,
"headline": "feat(filtering): support columnOverrides.read in findRow/findRows/cou…",
"author_name": "rickcedwhat-ai",
"author_login": "rickcedwhat-ai",
"committed_at": "2026-07-29T17:55:38Z",
"body_truncated": true,
"is_coding_agent": true
},
{
"oid": "d9acaf6619315fc1dcf33e7a0258df9cb38160d6",
"body": "- Make sort stabilization timing configurable via LoadingStrategy fields:\n sortStabilizationTimeout, sortStabilizationPollInterval,\n sortStabilizationFallbackDelay (defaults preserve existing behavior)\n- Remove stale _isLocator comment in smartRow.ts\n\n3 of 5 items from #351 were already fixed (#31\n[…]\nated var, #325 generateConfig branding). Sentinel\nrow index (#322 sub-item) and MUI 500ms delay also already resolved.\n\nCloses #322\nCloses #351\n\nCo-authored-by: Claude Opus 4.6 <noreply@anthropic.com>",
"is_bot": false,
"headline": "chore: fix remaining tech debt from GBU report (#351) (#397)",
"author_name": "rickcedwhat-ai",
"author_login": "rickcedwhat-ai",
"committed_at": "2026-07-28T23:05:51Z",
"body_truncated": true,
"is_coding_agent": true
},
{
"oid": "4b744574de48a26698bb15497e3c127a8d0b1e26",
"body": "countRows() now accepts optional filters and options ({ exact, maxPages })\nto count only matching rows without materializing SmartRow objects.\n\nCloses #394\n\nCo-authored-by: Claude Opus 4.6 <noreply@anthropic.com>\nCo-authored-by: rickcedwhat <46553325+rickcedwhat@users.noreply.github.com>",
"is_bot": false,
"headline": "feat(countRows): support optional filters and maxPages override (#396)",
"author_name": "rickcedwhat-ai",
"author_login": "rickcedwhat-ai",
"committed_at": "2026-07-28T22:41:04Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "2f97162e540a42977956cc4701d0a0c3761a7e9c",
"body": "…holders (#395)\n\nOff-screen cell placeholders in virtualized columns rendered as empty\ndivs without data-testid=\"cell-loading\", causing isCellLoading to\nreturn false. The library then read empty string instead of waiting\nfor the cell to load or invoking the timeout callback.\n\nCloses #375\n\nCo-authored-by: Claude Opus 4.6 <noreply@anthropic.com>",
"is_bot": false,
"headline": "fix(playground): add cell-loading skeleton to off-screen column place…",
"author_name": "rickcedwhat-ai",
"author_login": "rickcedwhat-ai",
"committed_at": "2026-07-28T22:36:16Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "73ad7c6e7886e049910ca85604dd0a850ef78bbf",
"body": "…elector (#392) (#393)\n\n* feat(virtualization): self-healing row locators via resolveRowIndex selector (#392)\n\nWhen resolveRowIndex returns { index, selector } instead of a plain number,\nthe library builds row locators using the CSS selector (e.g. [data-rowindex=\"47\"])\nrather than positional .nth(i)\n[…]\nhook runs the\n generator on every commit, keeping it in sync automatically\n\nCo-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>\n\n---------\n\nCo-authored-by: Claude Opus 4.6 <noreply@anthropic.com>",
"is_bot": false,
"headline": "feat(virtualization): self-healing row locators via resolveRowIndex s…",
"author_name": "rickcedwhat-ai",
"author_login": "rickcedwhat-ai",
"committed_at": "2026-07-28T20:05:40Z",
"body_truncated": true,
"is_coding_agent": true
},
{
"oid": "7b7cc0754a3c47128182e925350b2b63d92d526e",
"body": "…deferring (#384) (#390)\n\nWhen scrollAmount is larger than the viewport, rows that appear only as\noverscan above the visible range get filtered out by the visible-only\ncheck and never scroll back into view — permanently lost.\n\nNow the viewport filter keeps rows with indices below the lowest visible\nrow (they've already scrolled past), while still deferring rows below\nthe visible range (they'll appear on a later page).\n\nCo-authored-by: Claude Opus 4.6 <noreply@anthropic.com>",
"is_bot": false,
"headline": "fix(virtualization): collect above-viewport overscan rows instead of …",
"author_name": "rickcedwhat-ai",
"author_login": "rickcedwhat-ai",
"committed_at": "2026-07-26T21:50:45Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "dec80fbd244add42051dfe8f76d478734322b01d",
"body": "The dedupe strategy previously added the key to the seen-set before the\nrow callback ran. On virtualized tables, DOM recycling between the key\nread and the callback could burn the identity permanently — when the\nreal row reappeared later, it was skipped as a duplicate.\n\nKey is now registered only af\n[…]\ny duplicate is preferable to a permanent hole. Callers\ndoing identity-based dedupe on virtualized tables should unique the\nresults post-scrape.\n\nCo-authored-by: Claude Opus 4.6 <noreply@anthropic.com>",
"is_bot": false,
"headline": "fix(dedupe): register key after callback, not before (#382) (#389)",
"author_name": "rickcedwhat-ai",
"author_login": "rickcedwhat-ai",
"committed_at": "2026-07-26T21:26:15Z",
"body_truncated": true,
"is_coding_agent": true
},
{
"oid": "bd416ca836ec9620148aa87d79a508df5fd7de89",
"body": "…388)\n\n* fix(pagination): final scan after advancePage returns false at EOF (#383)\n\nWhen contentChanged stabilization returns false (EOF), the iteration\nengine and RowFinder broke immediately without scanning rows the last\nscroll revealed. Now map/forEach/filter do one more collection pass,\nfindRows\n[…]\ns 3,4 are\n skipped.\n\nVerified all 3 fail without the fix and pass with it.\n\nCo-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>\n\n---------\n\nCo-authored-by: Claude Opus 4.6 <noreply@anthropic.com>",
"is_bot": false,
"headline": "fix(pagination): final scan after advancePage returns false at EOF (#…",
"author_name": "rickcedwhat-ai",
"author_login": "rickcedwhat-ai",
"committed_at": "2026-07-26T21:02:25Z",
"body_truncated": true,
"is_coding_agent": true
},
{
"oid": "3dab2851ea53f73da74080c48fc5bdde12142f0f",
"body": "Co-authored-by: Claude Opus 4.6 <noreply@anthropic.com>",
"is_bot": false,
"headline": "chore: bump version to 6.19.0 (#381)",
"author_name": "rickcedwhat-ai",
"author_login": "rickcedwhat-ai",
"committed_at": "2026-07-21T22:47:21Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "6c98f752c88ed82e16929cad11453cd207f7379b",
"body": "* feat: emptyState locator — graceful init when table has no data (#379)\n\nWhen header resolution fails during init(), check if the configured\nemptyState locator is visible. If so, init() succeeds and isEmpty()\nreturns true. All row operations still throw normally — isEmpty() is\nthe caller's branch p\n[…]\nx: clear empty flag on reset/revalidate, countRows returns 0 in empty state\n\nCo-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>\n\n---------\n\nCo-authored-by: Claude Opus 4.6 <noreply@anthropic.com>",
"is_bot": false,
"headline": "feat: emptyState locator — graceful init when table has no data (#380)",
"author_name": "rickcedwhat-ai",
"author_login": "rickcedwhat-ai",
"committed_at": "2026-07-21T22:37:13Z",
"body_truncated": true,
"is_coding_agent": true
},
{
"oid": "c0810e0309ac4694793da0ac67377360842869c7",
"body": "* feat(toJSON): add atomic mode and getCell for stagger-free snapshots (#376)\n\nAdds `toJSON({ atomic: true })` which clones the row in a single\nevaluate, then serves column overrides from the frozen reconstruction.\nAlso adds `getCell(columnName)` to the override read context so\noverrides can access \n[…]\ne children (documents\n the textContent vs innerText behavioral difference)\n\nCo-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>\n\n---------\n\nCo-authored-by: Claude Opus 4.6 <noreply@anthropic.com>",
"is_bot": false,
"headline": "feat(toJSON): atomic mode + getCell for stagger-free snapshots (#377)",
"author_name": "rickcedwhat-ai",
"author_login": "rickcedwhat-ai",
"committed_at": "2026-07-21T22:00:46Z",
"body_truncated": true,
"is_coding_agent": true
},
{
"oid": "53a39b2a8381aed5eb6b8c6e2246fc677d919fb5",
"body": "…66) (#374)\n\n* fix(toJSON): re-pin the row per column read to prevent cross-row tear (#366)\n\nA single toJSON() reads columns with an await per column; on virtualized tables the\nrow's DOM node can recycle between those reads (the scroller reuses nodes for other\nlogical rows), so the returned object c\n[…]\nring a fully unmounted\nrow (recovery success branch, previously uncovered).\n\nCo-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>\n\n---------\n\nCo-authored-by: Claude Opus 4.8 <noreply@anthropic.com>",
"is_bot": false,
"headline": "fix(toJSON): re-pin row per column read to prevent cross-row tear (#3…",
"author_name": "rickcedwhat-ai",
"author_login": "rickcedwhat-ai",
"committed_at": "2026-07-20T00:42:23Z",
"body_truncated": true,
"is_coding_agent": true
},
{
"oid": "2380947c74ba16ab44c67c51298c798203d64ee0",
"body": "…ized tables (#354) (#373)\n\ngetRowByIndex is sync and render-window-relative — wrong for the logical/data-model\nrow `i` once a virtualized list has scrolled. findRowByIndex(i) resolves the true\nlogical row: it checks currently-mounted rows, then uses the viewport's random-access\nscrollToRow fast pat\n[…]\nand the pagination-fallback\npath reaching a later-page row on the real MUI DataGrid (data-rowindex 25 → D-1025).\n\nAddresses #354. Part of #362.\n\nCo-authored-by: Claude Opus 4.8 <noreply@anthropic.com>",
"is_bot": false,
"headline": "feat(api): add async findRowByIndex for logical row access on virtual…",
"author_name": "rickcedwhat-ai",
"author_login": "rickcedwhat-ai",
"committed_at": "2026-07-19T22:34:34Z",
"body_truncated": true,
"is_coding_agent": true
},
{
"oid": "353b55458433512b85fc60e6de5f9724f4025e7b",
"body": "…oses #353/#357) (#372)\n\n* feat(iteration): skip overscan rows during map/forEach/filter (A2, #353/#357)\n\nAdds ViewportStrategy.getVisibleRowIndices — an optional, geometry-based oracle\nreturning the DOM positions of rows within the scroll container's visible bounds\n(inclusive). Implemented for Stra\n[…]\n the\nmounted set; existing MUI integration suite unaffected.\n\nPart of #362.\n\nCo-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>\n\n---------\n\nCo-authored-by: Claude Opus 4.8 <noreply@anthropic.com>",
"is_bot": false,
"headline": "feat(iteration): skip overscan rows during map/forEach/filter (A2, cl…",
"author_name": "rickcedwhat-ai",
"author_login": "rickcedwhat-ai",
"committed_at": "2026-07-19T18:56:47Z",
"body_truncated": true,
"is_coding_agent": true
},
{
"oid": "a91c2e455f43a347b130d469341715b64b07b585",
"body": "…-3, closes #86/#87) (#371)\n\n* feat(iteration): map/forEach rowIndex uses resolveRowIndex when configured (B-hybrid, #362)\n\nrunMap built each SmartRow's rowIndex from a running enumeration counter (rowIndex + i),\neven when a resolveRowIndex strategy knew the row's true data-model index. It now route\n[…]\n no-resolver case keeps index === rowIndex.\n\nCloses #86, #87. Part of #362.\n\nCo-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>\n\n---------\n\nCo-authored-by: Claude Opus 4.8 <noreply@anthropic.com>",
"is_bot": false,
"headline": "feat(iteration): B-hybrid rowIndex + decouple index/rowIndex (#362 PR…",
"author_name": "rickcedwhat-ai",
"author_login": "rickcedwhat-ai",
"committed_at": "2026-07-19T17:31:46Z",
"body_truncated": true,
"is_coding_agent": true
},
{
"oid": "94f42d0f2f5a517646849c9ab8ecd167c24cb22b",
"body": "…#362) (#370)\n\nTwo behavior-neutral consolidations that collapse duplicated logic into a single\nnew module (src/engine/rowResolution.ts):\n\n1. resolveLogicalRowIndex(row, config, fallback) — one answer to \"what is this\n row's logical index?\". Replaces findRow's private method and findRows' inline\n \n[…]\n incl. the ?? fallback semantics) stay green. This is the\nfoundation the B-hybrid rowIndex change (#362 PR-3) and #357 build on.\n\nPart of #362.\n\nCo-authored-by: Claude Opus 4.8 <noreply@anthropic.com>",
"is_bot": false,
"headline": "refactor(engine): consolidate row-index resolution and loading wait (…",
"author_name": "rickcedwhat-ai",
"author_login": "rickcedwhat-ai",
"committed_at": "2026-07-18T23:40:31Z",
"body_truncated": true,
"is_coding_agent": true
},
{
"oid": "abcbd62a30c7f390aa4673a28e64f5aa594f0a2b",
"body": "…#353 part 1) (#369)\n\ngetVisibleRowRange reported every mounted row, including overscan rows the virtual\nscroller keeps mounted above/below the fold, so the reported \"visible\" range was\nwider than what is actually on screen. It now intersects each row against the\nscroll container's vertical bounds.\n\n[…]\n-map viewport tests\nunaffected.\n\nPart of #353 (part 1 — accurate range). Iteration-level filtering that consumes\nthis range is tracked in #362.\n\nCo-authored-by: Claude Opus 4.8 <noreply@anthropic.com>",
"is_bot": false,
"headline": "fix(viewport): make dataAttribute getVisibleRowRange geometry-aware (…",
"author_name": "rickcedwhat-ai",
"author_login": "rickcedwhat-ai",
"committed_at": "2026-07-18T22:57:51Z",
"body_truncated": true,
"is_coding_agent": true
},
{
"oid": "7f8319256496f52ac6295fea1aaa653865321725",
"body": "columnOverrides.read was called with only the cell locator, forcing consumers to\nhack synthetic/row-derived columns via a getCellLocator-returns-row workaround.\nread now receives a second context arg: { row, columnName, columnIndex } — so a\ncolumn can derive its value from the row (e.g. an a[href] o\n[…]\n (which computes columnIndex from headers on the rare read-before-write\npath). Adds ColumnOverrideReadContext to the public types.\n\nCloses #365\n\nCo-authored-by: Claude Opus 4.8 <noreply@anthropic.com>",
"is_bot": false,
"headline": "feat(columnOverrides): pass row + column context into read (#365) (#368)",
"author_name": "rickcedwhat-ai",
"author_login": "rickcedwhat-ai",
"committed_at": "2026-07-18T22:33:24Z",
"body_truncated": true,
"is_coding_agent": true
},
{
"oid": "263bda0bbbf189b55d5b6177205a1c27494806c9",
"body": "Promotes the accumulated [Unreleased] changelog to 6.18.0. Minor bump because of\na documented behavior change (#349: findRow/findRows now default to single-step\ngoNext; bulk is opt-in via useBulkPagination: true).\n\nIncluded: #355 (dedupe waits for row loading in map/forEach/filter), #348\n(countRows \n[…]\n (O(1) rowIndex resolution),\n#349 (single-step pagination default).\n\nCo-authored-by: Claude Opus 4.8 <noreply@anthropic.com>\nCo-authored-by: rickcedwhat <46553325+rickcedwhat@users.noreply.github.com>",
"is_bot": false,
"headline": "chore: release 6.18.0 (#364)",
"author_name": "rickcedwhat-ai",
"author_login": "rickcedwhat-ai",
"committed_at": "2026-07-18T20:10:53Z",
"body_truncated": true,
"is_coding_agent": true
},
{
"oid": "3622cdf1dfdcc51e652d15997aa7780a99541a63",
"body": "* docs: clarify getRowByIndex is render-window-relative, not logical (#354)\n\ngetRowByIndex's docs said \"gets a row by 0-based index on the current page\" and\nclaimed the returned row's rowIndex enables bringIntoView() — misleading on\nvirtualized tables, where the render window slides and .nth(i) no l\n[…]\nhored, so this is\nadded there directly.\n\nAddresses review feedback on #363.\n\nCo-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>\n\n---------\n\nCo-authored-by: Claude Opus 4.8 <noreply@anthropic.com>",
"is_bot": false,
"headline": "docs: clarify getRowByIndex is render-window-relative (#354) (#363)",
"author_name": "rickcedwhat-ai",
"author_login": "rickcedwhat-ai",
"committed_at": "2026-07-18T20:04:28Z",
"body_truncated": true,
"is_coding_agent": true
},
{
"oid": "ae3683641d303aeec3b754ec41dcf7c815799d06",
"body": "* fix(rowFinder): default findRow/findRows to single-step goNext (#349)\n\nfindRow/findRows defaulted to goNextBulk whenever a bulk primitive was\nconfigured, advancing several pages per step and silently skipping the rows on\nthe intermediate pages — findRows returned fewer rows than exist, and findRow\n[…]\nand audit succeeds. Comment flags them to stay in sync with packageManager.\n\nCo-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>\n\n---------\n\nCo-authored-by: Claude Opus 4.8 <noreply@anthropic.com>",
"is_bot": false,
"headline": "fix: default findRow/findRows to single-step goNext (#349) (#359)",
"author_name": "rickcedwhat-ai",
"author_login": "rickcedwhat-ai",
"committed_at": "2026-07-18T01:26:42Z",
"body_truncated": true,
"is_coding_agent": true
},
{
"oid": "aa0512e1fa8c4833bf1df21547e70e278f2d5921",
"body": "… rowIndex (#350) (#358)\n\n* fix(iteration): wait for row loading before dedupe in map/forEach/filter\n\nThe map/forEach/filter pipeline evaluated the dedupe strategy before any\nrow-loading wait, so a content-based dedupe key (with a positional fallback\nfor skeleton rows) changed between a row's first \n[…]\ns/row-finder.spec.ts with first/middle/last rowIndex coverage.\n\nCloses #350\n\nCo-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>\n\n---------\n\nCo-authored-by: Claude Opus 4.8 <noreply@anthropic.com>",
"is_bot": false,
"headline": "fix: row-loading dedupe (#355), countRows reset-on-throw (#348), O(1)…",
"author_name": "rickcedwhat-ai",
"author_login": "rickcedwhat-ai",
"committed_at": "2026-07-13T20:13:27Z",
"body_truncated": true,
"is_coding_agent": true
},
{
"oid": "495a16e6c0da32d01566416658f9705627371a34",
"body": "… and barrier (#347)\n\n* fix(mui-datagrid): fix virtualization bugs in findRow, column scroll, and barrier\n\nFixes a cluster of MUI DataGrid issues discovered while testing against the\nlive mui.com site with 32-column horizontal virtualization and 100k-row\nvertical virtualization:\n\n- resolveRowIndex: \n[…]\ntrategy\n returns undefined, restoring the documented fallback behavior\n\nCo-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>\n\n---------\n\nCo-authored-by: Claude Sonnet 4.6 <noreply@anthropic.com>",
"is_bot": false,
"headline": "fix(mui-datagrid): fix virtualization bugs in findRow, column scroll,…",
"author_name": "rickcedwhat-ai",
"author_login": "rickcedwhat-ai",
"committed_at": "2026-07-12T19:30:25Z",
"body_truncated": true,
"is_coding_agent": true
},
{
"oid": "163d93966dec8745c69fb9c9daccecae5a518ea8",
"body": "Publishes toArray(), mergeTableConfig(), createMuiTable/DataGrid factories,\nmuiDataGrid.goToFirst, and MuiButtonLabels — all committed to main under [Unreleased].\n\nCo-authored-by: Claude Sonnet 4.6 <noreply@anthropic.com>",
"is_bot": false,
"headline": "chore: bump version to 6.17.0 (#345)",
"author_name": "rickcedwhat-ai",
"author_login": "rickcedwhat-ai",
"committed_at": "2026-06-27T22:52:03Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "7181437d72d313b63ae56bb1391d2b8330c80d92",
"body": "Bumps the weekly-github-actions group with 1 update in the / directory: [actions/cache](https://github.com/actions/cache).\n\n\nUpdates `actions/cache` from 5 to 6\n- [Release notes](https://github.com/actions/cache/releases)\n- [Changelog](https://github.com/actions/cache/blob/main/RELEASES.md)\n- [Commi\n[…]\ndate:semver-major\n dependency-group: weekly-github-actions\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/cache (#343)",
"author_name": "dependabot[bot]",
"author_login": "dependabot[bot]",
"committed_at": "2026-06-26T16:48:58Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "de1166af86f7f2163d2cb3523192dab1ba5a0b11",
"body": "…ex (#344)\n\n* fix(ci): support major-only version tags in Dependabot auto-merge regex\n\nGitHub Actions Dependabot uses \"from 5 to 6\" (no minor/patch), but the\nexisting regex required full semver (X.Y.Z). Make minor/patch optional so\nboth formats match, and fix capture group index for toMajor (4 → 2).\n[…]\nto Y\"), matching the approach already used\nin dependabot-age-check.yml.\n\nCo-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>\n\n---------\n\nCo-authored-by: Claude Sonnet 4.6 <noreply@anthropic.com>",
"is_bot": false,
"headline": "fix(ci): support major-only version tags in Dependabot auto-merge reg…",
"author_name": "rickcedwhat-ai",
"author_login": "rickcedwhat-ai",
"committed_at": "2026-06-26T16:06:43Z",
"body_truncated": true,
"is_coding_agent": true
},
{
"oid": "d9cdd2071127e6336308ecff96a7f298703f4375",
"body": "…ng (#342)\n\n* feat(presets): add MUI factories, muiDataGrid.goToFirst, fix RDG typing (closes #327 v6)\n\n- createMuiTable(opts?) / createMuiDataGrid(opts?) factory functions; accept\n buttonLabels for non-English locales; static muiTable/muiDataGrid unchanged\n- muiDataGrid.goToFirst: try first-page b\n[…]\n-back loop,\n consistent with every other pagination click in this file\n\nCo-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>\n\n---------\n\nCo-authored-by: Claude Sonnet 4.6 <noreply@anthropic.com>",
"is_bot": false,
"headline": "feat(presets): add MUI factories, muiDataGrid.goToFirst, fix RDG typi…",
"author_name": "rickcedwhat-ai",
"author_login": "rickcedwhat-ai",
"committed_at": "2026-06-25T06:24:10Z",
"body_truncated": true,
"is_coding_agent": true
},
{
"oid": "bf0f0145c682d920c7a9ba80a17ce24d1081ffac",
"body": "…341)\n\n* feat: add mergeTableConfig() utility for composing base + override configs (closes #337)\n\nCo-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>\n\n* refactor(mergeTableConfig): fix docstring, tighten type cast, strengthen test\n\n- Docstring: pagination is object-valued (merged), not functi\n[…]\nxtBulk is preserved from base,\n replacing the weak toBeDefined() check\n\nCo-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>\n\n---------\n\nCo-authored-by: Claude Sonnet 4.6 <noreply@anthropic.com>",
"is_bot": false,
"headline": "feat: add mergeTableConfig() for composing base + override configs (#…",
"author_name": "rickcedwhat-ai",
"author_login": "rickcedwhat-ai",
"committed_at": "2026-06-25T01:04:38Z",
"body_truncated": true,
"is_coding_agent": true
},
{
"oid": "b1ee3262e3220a5ef7d77dc3c9045b1c7bcba99f",
"body": "Co-authored-by: Claude Sonnet 4.6 <noreply@anthropic.com>",
"is_bot": false,
"headline": "feat(table): add toArray() as map + reset shorthand (closes #336) (#340)",
"author_name": "rickcedwhat-ai",
"author_login": "rickcedwhat-ai",
"committed_at": "2026-06-25T00:54:28Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "58cd2ccc7b682075fc121a893f45800cfa41a6e8",
"body": "writeFileSync throws ENOENT when the metrics/ directory does not exist\non a fresh CI runner clone. mkdirSync with recursive: true ensures the\ndirectory is present before the write.\n\nCo-authored-by: Claude Sonnet 4.6 <noreply@anthropic.com>",
"is_bot": false,
"headline": "fix(ci): create metrics/ dir before writing history.json (#339)",
"author_name": "rickcedwhat-ai",
"author_login": "rickcedwhat-ai",
"committed_at": "2026-06-25T00:07:16Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "ecc6de2ccf4518fabd0f91849594bfc0fba061a1",
"body": "…ion node (#338)\n\nConsumers using moduleResolution: \"node\" cannot resolve package.json\nexports subpaths, causing types from @rickcedwhat/playwright-smart-table/types\nto collapse to {}. typesVersions is the pre-exports fallback that TypeScript\nhonours regardless of moduleResolution setting.\n\nBumps to 6.16.0.\n\nCo-authored-by: Claude Sonnet 4.6 <noreply@anthropic.com>",
"is_bot": false,
"headline": "fix: add typesVersions for subpath type resolution with moduleResolut…",
"author_name": "rickcedwhat-ai",
"author_login": "rickcedwhat-ai",
"committed_at": "2026-06-24T22:31:41Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "485b27aeddacf84c93b8d5b083a0666dbe9d4229",
"body": "…to advancePage (#335)\n\n- RowFinder now accepts an `advancePage` callback (injected by useTable)\n so both `findRows` and `findRowLocator` stay in sync with `_advancePage`'s\n goNextBulk/goNext logic and currentPageIndex updates\n- Creates a NavigationBarrier per batch when concurrency=synchronized\n \n[…]\now call\n- Calls barrier.markFinished() on skip/throw paths to prevent deadlock\n- Fixes sentinel rowIndex: was passing 0, now passes undefined\n\nCo-authored-by: Claude Sonnet 4.6 <noreply@anthropic.com>",
"is_bot": false,
"headline": "fix(row-finder): propagate NavigationBarrier and delegate pagination …",
"author_name": "rickcedwhat-ai",
"author_login": "rickcedwhat-ai",
"committed_at": "2026-06-24T05:34:29Z",
"body_truncated": true,
"is_coding_agent": true
},
{
"oid": "db19ee7ed27d7ededbebbc8b2b023272e712a199",
"body": "…rowIndex (#334)\n\n- Remove the fixed `waitForTimeout(500)` after each sort click in\n `muiDataGrid.strategies.sorting.doSort`. Stabilization is already\n handled by `waitForMuiPaginationStabilization`.\n- Fix `RowFinder.findRow` not-found path: sentinel SmartRow was\n constructed with `rowIndex: 0` instead of `undefined`, which could\n cause `bringIntoView` to navigate to the wrong page.\n\nFixes #322.\n\nCo-authored-by: Claude Sonnet 4.6 <noreply@anthropic.com>",
"is_bot": false,
"headline": "fix: remove hardcoded 500ms sort delay from MUI preset; fix sentinel …",
"author_name": "rickcedwhat-ai",
"author_login": "rickcedwhat-ai",
"committed_at": "2026-06-24T00:50:35Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "46ac92666883b79e22b2580a1b2890bb2e528cc7",
"body": "…ner to Node 24 (#332)\n\nFixes #319.\n\nCo-authored-by: Claude Sonnet 4.6 <noreply@anthropic.com>\nCo-authored-by: rickcedwhat <46553325+rickcedwhat@users.noreply.github.com>",
"is_bot": false,
"headline": "chore: ci hygiene — fix pnpm-lock.yaml path in codeql, bump bot-liste…",
"author_name": "rickcedwhat-ai",
"author_login": "rickcedwhat-ai",
"committed_at": "2026-06-23T18:57:03Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "fdb99bcd19ca923e3e5366fdc566715370884e2c",
"body": "* fix(glide): throw descriptive error when active-cell id format doesn't match expected pattern\n\nFixes #324.\n\nCo-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>\n\n* fix(glide): point error message at issue tracker, not internal file\n\nCo-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>\n\n*\n[…]\nAuthored-By: Claude Sonnet 4.6 <noreply@anthropic.com>\n\n---------\n\nCo-authored-by: Claude Sonnet 4.6 <noreply@anthropic.com>\nCo-authored-by: rickcedwhat <46553325+rickcedwhat@users.noreply.github.com>",
"is_bot": false,
"headline": "fix(glide): throw on unrecognised active-cell id format (#333)",
"author_name": "rickcedwhat-ai",
"author_login": "rickcedwhat-ai",
"committed_at": "2026-06-23T18:50:58Z",
"body_truncated": true,
"is_coding_agent": true
},
{
"oid": "2c9bd950ebbbfe4413b87da567ecd803ca5cbcdd",
"body": "…w unit tests (#331)\n\n* fix(smartRow): replace _isLocator private-API check with duck-type; add bringIntoView unit tests\n\nFixes #323: replace the Playwright-internal `_isLocator` flag with a\nduck-type check (`typeof navResult?.count === 'function'`) against the\npublic Locator interface.\n\nFixes #326:\n[…]\nAuthored-By: Claude Sonnet 4.6 <noreply@anthropic.com>\n\n---------\n\nCo-authored-by: Claude Sonnet 4.6 <noreply@anthropic.com>\nCo-authored-by: rickcedwhat <46553325+rickcedwhat@users.noreply.github.com>",
"is_bot": false,
"headline": "fix(smartRow): replace _isLocator private-API check; add bringIntoVie…",
"author_name": "rickcedwhat-ai",
"author_login": "rickcedwhat-ai",
"committed_at": "2026-06-23T15:54:25Z",
"body_truncated": true,
"is_coding_agent": true
},
{
"oid": "6bccd8c9ee56f3a035b937383757de0de4b10301",
"body": "…ing (#330)\n\n* chore: remove dead _hasPaginated variable and fix generateConfig wording\n\n- Delete _hasPaginated (declared, reset in reset(), never read or set to\n true — vestige of a removed feature)\n- generateConfig: replace hardcoded vendor names with generic wording;\n indicate truncation with c\n[…]\nom>\n\n* test: update generateConfig assertions for vendor-neutral prompt\n\nCo-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>\n\n---------\n\nCo-authored-by: Claude Sonnet 4.6 <noreply@anthropic.com>",
"is_bot": false,
"headline": "chore: remove dead _hasPaginated variable and fix generateConfig word…",
"author_name": "rickcedwhat-ai",
"author_login": "rickcedwhat-ai",
"committed_at": "2026-06-23T15:40:54Z",
"body_truncated": true,
"is_coding_agent": true
},
{
"oid": "da80909952e230eeedeadf0dfeb136263964518d",
"body": "…tional args (#328)\n\nThe write callback was shown as (cell, value) but the actual type expects\na single params object: ({ cell, targetValue, currentValue, row }).\n\nCloses #316\n\nCo-authored-by: Claude Sonnet 4.6 <noreply@anthropic.com>\nCo-authored-by: rickcedwhat <46553325+rickcedwhat@users.noreply.github.com>",
"is_bot": false,
"headline": "docs: fix write columnOverride signature — use params object not posi…",
"author_name": "rickcedwhat-ai",
"author_login": "rickcedwhat-ai",
"committed_at": "2026-06-23T15:17:34Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "c1ca74f3a475cf46b85ddd75063eb65b55f3270a",
"body": "Fixes strict-mode Node/bundler resolution for direct preset sub-path imports:\n import { rdg } from 'playwright-smart-table/presets/rdg'\n import { glide } from 'playwright-smart-table/presets/glide'\n\n- Adds ./presets/rdg and ./presets/glide to the exports map using the\n same types/default shape as\n[…]\n/presets/mui\n- Adds lowercase rdg/rdg2D aliases to src/presets/rdg.ts\n- Adds lowercase glide alias to src/presets/glide/index.ts\n\nCloses #317\n\nCo-authored-by: Claude Sonnet 4.6 <noreply@anthropic.com>",
"is_bot": false,
"headline": "fix: add rdg and glide sub-path entries to package.json exports (#329)",
"author_name": "rickcedwhat-ai",
"author_login": "rickcedwhat-ai",
"committed_at": "2026-06-23T15:15:21Z",
"body_truncated": true,
"is_coding_agent": true
},
{
"oid": "b8be6a22db05c83297dbf1342fb2ce2bfa4e8bee",
"body": "…ugins (#315)\n\nmutator.plugins is for AST mutator plugins — test runner plugins must be\ndeclared at the top level so Stryker's plugin loader can find them.\n\nCloses #307\n\nCo-authored-by: Claude Sonnet 4.6 <noreply@anthropic.com>",
"is_bot": false,
"headline": "fix(stryker): move vitest-runner from mutator.plugins to top-level pl…",
"author_name": "rickcedwhat-ai",
"author_login": "rickcedwhat-ai",
"committed_at": "2026-06-23T04:18:12Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "6b1dc4ce3f54c57e1f7afb5dc1726400ca0f8c45",
"body": "…eration context (#312) (#314)\n\n* docs: fill guide gaps — loading, table-methods, navigation, debug (#312)\n\n- New page: docs/guide/describe/loading.md — LoadingStrategies (Table,\n Row, Headers) plus onCellLoadingTimeout callback\n- New page: docs/guide/query/table-methods.md — getHeaders,\n getHeade\n[…]\nocs: fix cellLoadingTimeout placement — nested under strategies.loading\n\nCo-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>\n\n---------\n\nCo-authored-by: Claude Sonnet 4.6 <noreply@anthropic.com>",
"is_bot": false,
"headline": "docs: fill guide gaps — loading, navigation, table-methods, debug, it…",
"author_name": "rickcedwhat-ai",
"author_login": "rickcedwhat-ai",
"committed_at": "2026-06-23T03:23:24Z",
"body_truncated": true,
"is_coding_agent": true
},
{
"oid": "0b677de0772e97d14a1c47b7134fded852399b67",
"body": "…313)\n\n* feat(presets): add rdg2D preset for 2D-virtualized react-data-grid (#306)\n\nExtends the existing rdg preset with a viewport strategy that handles\ngrids where both rows and columns are virtualized simultaneously.\n\nscrollToRow reads style.top from the target row when it's in the DOM,\nand falls\n[…]\ny` casts with a local RdgRow type and a\n single cast on the map result\n\nCo-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>\n\n---------\n\nCo-authored-by: Claude Sonnet 4.6 <noreply@anthropic.com>",
"is_bot": false,
"headline": "feat(presets): add rdg2D preset for 2D-virtualized react-data-grid (#…",
"author_name": "rickcedwhat-ai",
"author_login": "rickcedwhat-ai",
"committed_at": "2026-06-23T02:26:42Z",
"body_truncated": true,
"is_coding_agent": true
},
{
"oid": "33170492bc4c24e3050cbc546c3896aaf3d79f89",
"body": "* feat: allow callback for onCellLoadingTimeout (#308)\n\nExpand the onCellLoadingTimeout type union to accept a function\n`(cell, columnName, row) => Promise<string>` alongside the existing\nstring enum values. When a callback is provided it is awaited on\ntimeout and its return value becomes the cell's\n[…]\nunt()\nwas always 0 and the code fell through to innerText() which hung.\n\nCo-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>\n\n---------\n\nCo-authored-by: Claude Sonnet 4.6 <noreply@anthropic.com>",
"is_bot": false,
"headline": "feat: allow callback for onCellLoadingTimeout (#310)",
"author_name": "rickcedwhat-ai",
"author_login": "rickcedwhat-ai",
"committed_at": "2026-06-22T18:06:12Z",
"body_truncated": true,
"is_coding_agent": true
},
{
"oid": "606f5f58505bb3d4c53c67b27f84bba95e0d64bb",
"body": "…rategies (#305) (#309)\n\n* docs: add full API reference — 4 pages, signature injection, cross-links (#305)\n\n- Fix two bugs in generate-all-api-docs.mjs (TableResult regex + optional ? stripping)\n- Add docs/api/table-config.md (11 options with auto-injected signatures)\n- Add docs/api/table-methods.md\n[…]\ny to the last { on\nthe line, which is the actual interface body opener.\n\nCo-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>\n\n---------\n\nCo-authored-by: Claude Sonnet 4.6 <noreply@anthropic.com>",
"is_bot": false,
"headline": "docs: full API reference — table-config, table-methods, smart-row, st…",
"author_name": "rickcedwhat-ai",
"author_login": "rickcedwhat-ai",
"committed_at": "2026-06-22T05:46:18Z",
"body_truncated": true,
"is_coding_agent": true
},
{
"oid": "734018150cb92b6ade951a4c1eb216cf4516d2b4",
"body": "…n example (#304)\n\n* docs: refresh README — punchier hook, cleaner before/after, pagination example\n\nReplaces the dry tagline with the docs landing page copy, simplifies the\nbefore/after comparison to match the docs, drops the feature bullet list,\nand adds a concrete findRows pagination example.\n\nCo\n[…]\npic.com>\n\n* docs: clarify stop() page-boundary behavior in iterate page\n\nCo-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>\n\n---------\n\nCo-authored-by: Claude Sonnet 4.6 <noreply@anthropic.com>",
"is_bot": false,
"headline": "docs: refresh README — punchier hook, cleaner before/after, paginatio…",
"author_name": "rickcedwhat-ai",
"author_login": "rickcedwhat-ai",
"committed_at": "2026-06-21T15:41:26Z",
"body_truncated": true,
"is_coding_agent": true
},
{
"oid": "f47f9028e8efcc4861cafe9cf17835162140fd53",
"body": "…#303)\n\n* docs: add Discussions link to README, remove stale CodeRabbit badge\n\nCloses #135\n\nCo-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>\n\n* docs: fix Discussions blurb — no Show and Tell category\n\nCo-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>\n\n---------\n\nCo-authored-by: Claude Sonnet 4.6 <noreply@anthropic.com>",
"is_bot": false,
"headline": "docs: add Discussions link to README, remove stale CodeRabbit badge (…",
"author_name": "rickcedwhat-ai",
"author_login": "rickcedwhat-ai",
"committed_at": "2026-06-21T04:42:17Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "9fc20dc375e7508eeeb69d2d252d315c2eeb6e2e",
"body": "Stryker pins ajv ~8.18.0 which resolved fast-uri@3.1.0 — vulnerable to\ntwo path traversal / host confusion CVEs (GHSA-q3j6-qgpj-74h6,\nGHSA-v39h-62p7-jpjc). Override forces 3.1.2 across the tree.\n\nCloses #300\n\nCo-authored-by: Claude Sonnet 4.6 <noreply@anthropic.com>",
"is_bot": false,
"headline": "chore(deps): override fast-uri to >=3.1.2 to clear high CVEs (#302)",
"author_name": "rickcedwhat-ai",
"author_login": "rickcedwhat-ai",
"committed_at": "2026-06-21T03:49:07Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "d056c0cb8d89b4ee85ac6028a630e3bb04a93a31",
"body": "Disables blank issues and adds a Discussions link in the new-issue\nchooser so Q&A questions go to Discussions instead of Issues.\n\nCloses #134\n\nCo-authored-by: Claude Sonnet 4.6 <noreply@anthropic.com>",
"is_bot": false,
"headline": "chore: configure issue template chooser for Discussions (#301)",
"author_name": "rickcedwhat-ai",
"author_login": "rickcedwhat-ai",
"committed_at": "2026-06-21T03:39:34Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "e3b9606c9b8c107fd32d5df7ea838189c19dbb15",
"body": "* fix: remove coderabbit-logic test — source file deleted in #294\n\n* fix(deps): patch audit vulnerabilities and switch to --prod audit\n\n- Upgrade vitest 3.2.4 → 3.2.6 (critical CVE GHSA-5xrq-8626-4rwp)\n- Upgrade happy-dom 20.9.0 → 20.10.6 (high CVE GHSA-96hv-2xvq-fx4p via ws)\n- Regenerate lockfile removing stale worker/ entries (clears wrangler/miniflare/undici CVEs)\n- Switch audit step to --prod since all remaining devDep CVEs are non-runtime",
"is_bot": false,
"headline": "fix: remove orphaned coderabbit-logic test (#298)",
"author_name": "rickcedwhat-ai",
"author_login": "rickcedwhat-ai",
"committed_at": "2026-06-21T03:17:06Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "ed67f466bd61f5b2760aa6cc828c940ee0de25e6",
"body": null,
"is_bot": false,
"headline": "ci: add pnpm audit step to catch high/critical CVEs on PRs (#297)",
"author_name": "rickcedwhat-ai",
"author_login": "rickcedwhat-ai",
"committed_at": "2026-06-21T03:00:15Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "025894340f369d95f79f1d24bfd0d3ec84b96ce7",
"body": "…with 2 updates (#295)\n\nBumps the weekly-github-actions group with 2 updates in the / directory: [actions/checkout](https://github.com/actions/checkout) and [actions/upload-artifact](https://github.com/actions/upload-artifact).\n\n\nUpdates `actions/checkout` from 6 to 7\n- [Release notes](https://githu\n[…]\ndate:semver-major\n dependency-group: weekly-github-actions\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 the weekly-github-actions group across 1 directory …",
"author_name": "dependabot[bot]",
"author_login": "dependabot[bot]",
"committed_at": "2026-06-21T02:50:45Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "84f35ff3eb6cda9e0a6c25d12dc3ec09cff74654",
"body": "- Delete TODO.md, PROJECT_NOTES.md\n- Delete .devcontainer/ (unused)\n- Delete .github/scripts/coderabbit-logic.mjs (CodeRabbit removed)\n- Delete .github/workflows/deploy-worker.yml (worker/ removed)\n- Untrack reports/ and metrics/history.json (generated output)\n- Add .claude/worktrees/, .claude/tools/, reports/, metrics/history.json to .gitignore\n- Remove stale worker/node_modules/ gitignore entry\n\nCo-authored-by: rickcedwhat <46553325+rickcedwhat@users.noreply.github.com>",
"is_bot": false,
"headline": "chore: remove dead files and tighten .gitignore (#294)",
"author_name": "rickcedwhat-ai",
"author_login": "rickcedwhat-ai",
"committed_at": "2026-06-21T01:30:36Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "4ff9fa6ac414f7202401e8f2efb96a2addb92f0d",
"body": "… (#293)",
"is_bot": false,
"headline": "chore: update AGENTS.md + CLAUDE.md — remove worktree/CodeRabbit refs…",
"author_name": "rickcedwhat-ai",
"author_login": "rickcedwhat-ai",
"committed_at": "2026-06-21T01:22:38Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "49458fbc67ffbe22a44505cae627fa3cdd726d81",
"body": "* chore: remove worker/ — replaced by rickcedwhat-ai/rickcedrabbit\n\n* chore: remove .coderabbit.yaml — CodeRabbit replaced by rickcedrabbit\n\n---------\n\nCo-authored-by: rickcedwhat <46553325+rickcedwhat@users.noreply.github.com>",
"is_bot": false,
"headline": "chore: remove .coderabbit.yaml (#292)",
"author_name": "rickcedwhat-ai",
"author_login": "rickcedwhat-ai",
"committed_at": "2026-06-21T00:35:28Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "e72a6b4ca43fc54149c9e942ad71fcab382c7fe6",
"body": "* chore: add .bot-review.yaml for rickcedwhat-ai bot config\n\nCloses #288\nCloses #281\n\n* fix(bot-review): narrow ignore glob, add rowFinder/useTable to context\n\n---------\n\nCo-authored-by: rickcedwhat <46553325+rickcedwhat@users.noreply.github.com>",
"is_bot": false,
"headline": "chore: add .bot-review.yaml for rickcedwhat-ai bot (#291)",
"author_name": "rickcedwhat-ai",
"author_login": "rickcedwhat-ai",
"committed_at": "2026-06-20T23:42:18Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "ee99f104ad9989709b62dc0f574b0892c8d40f75",
"body": null,
"is_bot": false,
"headline": "chore: remove worker/ — replaced by rickcedwhat-ai/rickcedrabbit (#290)",
"author_name": "rickcedwhat-ai",
"author_login": "rickcedwhat-ai",
"committed_at": "2026-06-20T22:48:50Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "4c557c80faab75556a1a9fe52255a5b1e88ab5d1",
"body": "…lick() (#287)\n\nAdd detectCurrentPage as an optional option to Strategies.Pagination.click()\nso users can sync the library's internal page counter with the DOM on init —\nwithout dropping down to a raw strategy object. Closes #212.\n\nAlso fix mutation testing (closes #204): scope stryker's disableType\n[…]\n/*.ts.html\nfiles, which caused a parse error on every weekly run.\n\nCo-authored-by: Claude Sonnet 4.6 <noreply@anthropic.com>\nCo-authored-by: rickcedwhat <46553325+rickcedwhat@users.noreply.github.com>",
"is_bot": false,
"headline": "feat(pagination): expose detectCurrentPage in Strategies.Pagination.c…",
"author_name": "rickcedwhat-ai",
"author_login": "rickcedwhat-ai",
"committed_at": "2026-06-20T17:25:50Z",
"body_truncated": true,
"is_coding_agent": true
},
{
"oid": "4e028bde7e2d1080af5252a61e20aefb86c86fb6",
"body": "Branch protection requires PRs + signed commits — a direct push from\nthe publish job always fails. Upload metrics/history.json as a\nworkflow artifact instead; it's available in the Actions run for\nthe same retention period.\n\nCo-authored-by: Claude Sonnet 4.6 <noreply@anthropic.com>",
"is_bot": false,
"headline": "fix(ci): upload metrics as artifact instead of pushing to main (#285)",
"author_name": "rickcedwhat-ai",
"author_login": "rickcedwhat-ai",
"committed_at": "2026-06-20T16:19:28Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "6f8e6d2d6dadabfa5f0326608fc316d4f4eee75a",
"body": "Co-authored-by: Claude Sonnet 4.6 <noreply@anthropic.com>",
"is_bot": false,
"headline": "chore: release v6.14.0 (#284)",
"author_name": "rickcedwhat-ai",
"author_login": "rickcedwhat-ai",
"committed_at": "2026-06-19T21:35:05Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "b67c4f72bcb223ff04e911b398dc9f834e9d8f60",
"body": "…/trigger (#282)\n\n- webhook.ts: bucketFull was comparing tokens === 3 (always false with\n MAX_TOKENS=1), so backburner PRs could never be triggered directly.\n Replace with tokens === MAX_TOKENS.\n- webhook.ts: call updateQueueIssueDashboard at end of both branches of\n triggerOrEnqueue so issue 262\n[…]\ns.\n- queue.ts: replace remaining hardcoded 3 literals with MAX_TOKENS\n (parseQueueState fallback, bucketLine display, pickNextPR docstring).\n\nCo-authored-by: Claude Sonnet 4.6 <noreply@anthropic.com>",
"is_bot": false,
"headline": "fix(worker): bucketFull === MAX_TOKENS + dashboard updates on enqueue…",
"author_name": "rickcedwhat-ai",
"author_login": "rickcedwhat-ai",
"committed_at": "2026-06-14T20:15:12Z",
"body_truncated": true,
"is_coding_agent": true
},
{
"oid": "43f0ddf5c2fd69f47638485825ea2f8f4781266d",
"body": "…#280)\n\n* feat(loading): isRowLoading and isCellLoading timeout/wait behavior\n\nWhen rowLoadingTimeout is set, loading rows are polled every 100ms until\nthey resolve or the deadline passes. onRowLoadingTimeout controls the\nfallback: 'skip', 'read-as-is' (default), or 'throw'.\n\nWhen cellLoadingTimeout\n[…]\nrmittent failures. Reduced to 10 rows which always fit in the\nviewport.\n\nCo-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>\n\n---------\n\nCo-authored-by: Claude Sonnet 4.6 <noreply@anthropic.com>",
"is_bot": false,
"headline": "feat(loading): isRowLoading and isCellLoading timeout/wait behavior (…",
"author_name": "rickcedwhat-ai",
"author_login": "rickcedwhat-ai",
"committed_at": "2026-06-14T00:31:24Z",
"body_truncated": true,
"is_coding_agent": true
},
{
"oid": "f5abdb6474c503f1566ea9de3cdb7e2de0c2d789",
"body": "* test(worker): add Vitest unit tests for queue + coderabbit libs; add deploy CI\n\n108 tests covering parseQueueState/serializeQueueState (roundtrip, edge cases,\naging warnings), computeActualTokens, pickNextPR, enqueue/dequeue/findPRInQueues,\nformatRelativeTime, incrementReviewsThisSession, and all \n[…]\noy job so in-progress deploys are\n cancelled when a newer push arrives\n\nCo-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>\n\n---------\n\nCo-authored-by: Claude Sonnet 4.6 <noreply@anthropic.com>",
"is_bot": false,
"headline": "test(worker): Vitest unit tests + deploy CI workflow (#279)",
"author_name": "rickcedwhat-ai",
"author_login": "rickcedwhat-ai",
"committed_at": "2026-06-13T17:37:54Z",
"body_truncated": true,
"is_coding_agent": true
},
{
"oid": "1620c90afe2f8d479858a4178fc3b1e068ec8ebf",
"body": "… (#277)\n\n* feat(worker): add promote command, rate-limit HQ update, reminder command\n\n- @rickcedwhat-ai promote #N: moves PR from normal/backburner to front\n of priority queue, updates Queue Issue dashboard\n- Rate-limit path: captures scheduleCoordinator messageId, persists\n refill_qstash_id + re\n[…]\neturn\n early on non-2xx so user doesn't see 'scheduled' when it failed\n\nCo-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>\n\n---------\n\nCo-authored-by: Claude Sonnet 4.6 <noreply@anthropic.com>",
"is_bot": false,
"headline": "feat(worker): promote command, rate-limit HQ update, reminder command…",
"author_name": "rickcedwhat-ai",
"author_login": "rickcedwhat-ai",
"committed_at": "2026-06-12T00:41:27Z",
"body_truncated": true,
"is_coding_agent": true
},
{
"oid": "8e199dca4a4721e37d3b0c39a89df7fa938252dc",
"body": "* feat(worker): scaffold Cloudflare Worker for CR bot automation\n\nReplaces the fragmented GHA bot workflows with a single Cloudflare\nWorker that handles all CodeRabbit review automation logic.\n\nStructure:\n- worker/src/index.ts — Hono app with /webhook, /coordinator, /health\n- worker/src/lib/github.t\n[…]\nh correctly.\n\nRe-add @upstash/qstash solely for this verification path.\n\nCo-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>\n\n---------\n\nCo-authored-by: Claude Sonnet 4.6 <noreply@anthropic.com>",
"is_bot": false,
"headline": "feat(worker): Cloudflare Worker for CR bot automation (#276)",
"author_name": "rickcedwhat-ai",
"author_login": "rickcedwhat-ai",
"committed_at": "2026-06-11T17:48:36Z",
"body_truncated": true,
"is_coding_agent": true
},
{
"oid": "0e6efbe1d896d90f75d7f47bf575f599b0a084fc",
"body": "…orker (#274)\n\nRemove all bot-cr-*.yml workflows and the CR-related jobs from\nbot-listener.yml (promote-pr, review commands in help text). The\nCodeRabbit review automation is being rebuilt as a Cloudflare Worker\n(see issue for tracking).\n\nKept: upstream blocker system, dependabot age check, bot-receiver,\nreminder command, and the pure helper scripts (.github/scripts/) for\nreuse in the Worker.\n\nCo-authored-by: Claude Sonnet 4.6 <noreply@anthropic.com>",
"is_bot": false,
"headline": "chore(bot): remove CR GHA bot workflows — replacing with Cloudflare W…",
"author_name": "rickcedwhat-ai",
"author_login": "rickcedwhat-ai",
"committed_at": "2026-06-09T20:42:47Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "1c1724bfaee9778a04ff2e587c4f9f54360cbd9c",
"body": "GitHub's task-list UI often sends an 'edited' event without\nchanges.body.from when a checkbox is clicked (known GitHub quirk —\nit uses a different API path for task list toggles). This caused\noldBody to always be '' and wasXxxUnchecked to always be false,\nso 'No CR trigger detected' fired for every \n[…]\n\nnever wired up in this workflow.\n\nAlso removes a stale TEST GUARD (base.ref === 'coderabbit') that\nwas not removed by the #268 promotion PR.\n\nCo-authored-by: Claude Sonnet 4.6 <noreply@anthropic.com>",
"is_bot": false,
"headline": "fix(bot): handle missing changes.body.from in checkbox trigger (#272)",
"author_name": "rickcedwhat-ai",
"author_login": "rickcedwhat-ai",
"committed_at": "2026-06-09T20:09:34Z",
"body_truncated": true,
"is_coding_agent": true
},
{
"oid": "571d0e2fe62e3cd9ccd85896bb9e06696645f991",
"body": "The coderabbit-review required check blocked Dependabot auto-approve\nbecause CR ignores Dependabot PRs and our bot also skipped them, so the\nstatus was never posted. Add a dependabot-passthrough job that fires\nwhen user.login == 'dependabot[bot]' and immediately posts\ncoderabbit-review: success, unblocking auto-merge.\n\nCo-authored-by: Claude Sonnet 4.6 <noreply@anthropic.com>\nCo-authored-by: rickcedwhat <46553325+rickcedwhat@users.noreply.github.com>",
"is_bot": false,
"headline": "fix(bot): auto-pass coderabbit-review for Dependabot PRs (#269)",
"author_name": "rickcedwhat-ai",
"author_login": "rickcedwhat-ai",
"committed_at": "2026-06-09T19:42:44Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "6300ac8451058987cc22709554d9d4e8051615b0",
"body": "…with 3 updates (#217)\n\nBumps the weekly-github-actions group with 3 updates in the / directory: [actions/checkout](https://github.com/actions/checkout), [actions/github-script](https://github.com/actions/github-script) and [dorny/paths-filter](https://github.com/dorny/paths-filter).\n\nUpdates `actio\n[…]\ndate:semver-major\n dependency-group: weekly-github-actions\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 the weekly-github-actions group across 1 directory …",
"author_name": "dependabot[bot]",
"author_login": "dependabot[bot]",
"committed_at": "2026-06-09T19:24:23Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "e979e320a2188a2f0705da1eb256e70414102cd8",
"body": "…e dashboard (#268)\n\n* feat(bot): promote coordinator to main — remove TEST GUARDs, add two-table dashboard\n\nRemove all base.ref === 'coderabbit' TEST GUARDs from bot-cr-init,\nbot-cr-sync, bot-cr-trigger, bot-cr-watch, bot-cr-complete, and\nbot-cr-coordinator. The coordinator now processes all open P\n[…]\niting PR was missing from the dashboard until the next coordinator run.\n\nCo-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>\n\n---------\n\nCo-authored-by: Claude Sonnet 4.6 <noreply@anthropic.com>",
"is_bot": false,
"headline": "feat(bot): promote coordinator to main — remove TEST GUARDs, two-tabl…",
"author_name": "rickcedwhat-ai",
"author_login": "rickcedwhat-ai",
"committed_at": "2026-06-09T19:12:28Z",
"body_truncated": true,
"is_coding_agent": true
},
{
"oid": "2cd4fab2e2ea800d3aaa7fbb42c85f5bbf32ed66",
"body": "…te command (#267)\n\n* feat(bot): queue stats, re-trigger notification, rate-limit pre-check, promote\n\n- bot-queue.mjs: add reviews_this_session counter, stats line in\n serializeQueueState (N queued · N in review · N unresolved · N reviews\n this session), incrementReviewsThisSession() helper\n- bot-\n[…]\n, and the\ncoordinator refreshes accurate counts on its next run anyway.\n\nCo-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>\n\n---------\n\nCo-authored-by: Claude Sonnet 4.6 <noreply@anthropic.com>",
"is_bot": false,
"headline": "feat(bot): queue enhancements — stats, re-trigger notification, promo…",
"author_name": "rickcedwhat-ai",
"author_login": "rickcedwhat-ai",
"committed_at": "2026-06-09T17:53:54Z",
"body_truncated": true,
"is_coding_agent": true
},
{
"oid": "42769a8efc3e3ec7c079447f5e066b2b95bdf8fe",
"body": "…efill_at (#266)\n\nA single trailing space was still stripped by GitHub's API, causing\nrefill_qstash_id and refill_at to merge onto one line. Use '-' as the\nempty placeholder instead — it survives the round-trip. The parser now\nstrips '-' back to '' on read.\n\nAlso guard against RangeError from new Date(refill_at).toISOString()\nwhen refill_at contains a corrupted value from a previous bad write.\n\nCo-authored-by: Claude Sonnet 4.6 <noreply@anthropic.com>",
"is_bot": false,
"headline": "fix(bot): use '-' placeholder for empty state values; guard invalid r…",
"author_name": "rickcedwhat-ai",
"author_login": "rickcedwhat-ai",
"committed_at": "2026-06-09T17:08:27Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "d7a966e504920b9072f090a2e8e14b08e35b8bea",
"body": "…n (#265)\n\nGitHub strips trailing whitespace from issue body lines, which caused\nempty refill_qstash_id/refill_at values to get merged onto the same\nline as the next key when the body was read back via the API.\nPad empty string values with a single space so each key stays on its\nown line after the round-trip.\n\nCo-authored-by: Claude Sonnet 4.6 <noreply@anthropic.com>",
"is_bot": false,
"headline": "fix(bot): pad empty state values to prevent GitHub API line truncatio…",
"author_name": "rickcedwhat-ai",
"author_login": "rickcedwhat-ai",
"committed_at": "2026-06-09T16:23:16Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "24c2869a2416dd3432d785cb84b6cd4388b58956",
"body": "…evels (#260)\n\n* feat(bot): add coderabbit review queue coordinator with token bucket and priority levels\n\nReplaces per-PR retry loop with a central coordinator that matches\nthe real token bucket model (capacity 3, ~1/hr refill).\n\nKey changes:\n- bot-queue.mjs: pure helper module for queue state mana\n[…]\nAuthored-By: Claude Sonnet 4.6 <noreply@anthropic.com>\n\n---------\n\nCo-authored-by: Claude Sonnet 4.6 <noreply@anthropic.com>\nCo-authored-by: rickcedwhat <46553325+rickcedwhat@users.noreply.github.com>",
"is_bot": false,
"headline": "feat(bot): CR review queue coordinator — token bucket with priority l…",
"author_name": "rickcedwhat-ai",
"author_login": "rickcedwhat-ai",
"committed_at": "2026-06-09T05:22:31Z",
"body_truncated": true,
"is_coding_agent": true
},
{
"oid": "7b40f773fa8971190408cbd9354d7c3bd1812324",
"body": "The Before/After cards wrapped the code in nested flex containers\n(pre as a flex column for vertical centering). In a flex column the\ncode element is sized to the container width, so overflowing lines\nnever registered as scrollable — they just clipped under the card's\noverflow:hidden. The vertical c\n[…]\nthe cards are stacked now, so it's\nremoved. The pre is a plain block again with overflow-x:auto, matching\nthe doc code blocks' scroll behavior.\n\nCo-authored-by: Claude Opus 4.8 <noreply@anthropic.com>",
"is_bot": false,
"headline": "fix(docs): make hero code cards horizontally scrollable on mobile (#261)",
"author_name": "rickcedwhat-ai",
"author_login": "rickcedwhat-ai",
"committed_at": "2026-06-09T05:17:27Z",
"body_truncated": true,
"is_coding_agent": true
},
{
"oid": "48112942f5e463d70bf77a7b712c25f2e11a12a3",
"body": "* chore: add fallow codebase analysis, suppress public API false positives\n\n- Add .fallowrc.json: marks scripts/ as entry points, excludes playground/\n examples/docs/tests/apps (self-contained sub-apps with own package.json)\n- Install fallow agent hook (.claude/settings.json + .claude/hooks/fallow-\n[…]\nsince StrategyContext and Selector are only\nused as types in this file.\n\nCo-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>\n\n---------\n\nCo-authored-by: Claude Sonnet 4.5 <noreply@anthropic.com>",
"is_bot": false,
"headline": "chore: add fallow codebase analysis + agent commit gate (#206)",
"author_name": "rickcedwhat-ai",
"author_login": "rickcedwhat-ai",
"committed_at": "2026-06-09T04:30:21Z",
"body_truncated": true,
"is_coding_agent": true
},
{
"oid": "27ad5b55779a30fd73576e247d1e8eeae3039a29",
"body": "…y (#257)\n\nThe Before/After comparison was unreadable at unfurl thumbnail size.\nReplace with one larger getRow() snippet (27px), bigger title/tagline —\nclearer at small sizes, closer to the original card. Hero page keeps\nthe full Before/After comparison.\n\nCo-authored-by: Claude Opus 4.8 <noreply@anthropic.com>",
"is_bot": false,
"headline": "docs(og): single large snippet on social card for thumbnail legibilit…",
"author_name": "rickcedwhat-ai",
"author_login": "rickcedwhat-ai",
"committed_at": "2026-06-08T22:59:46Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "0ba7bbd4c74bb6d323eaa4f949da2669bdba8e19",
"body": "…#251)\n\n- Custom homepage hero (HomepageHero.vue): green title, problem/solution\n copy, stacked Before/After comparison cards with red/green glow\n- Site-wide brand flipped blue → green (#49de80 dark / #16a34a light),\n faint green light-mode background tint\n- Always-dark code blocks extended to the\n[…]\npnpm generate-og`\n- OG/Twitter meta tags wired into config.mts head\n\nCo-authored-by: Claude Opus 4.8 <noreply@anthropic.com>\nCo-authored-by: rickcedwhat <46553325+rickcedwhat@users.noreply.github.com>",
"is_bot": false,
"headline": "feat(docs): hero redesign, green branding, reproducible social card (…",
"author_name": "rickcedwhat-ai",
"author_login": "rickcedwhat-ai",
"committed_at": "2026-06-08T16:38:58Z",
"body_truncated": true,
"is_coding_agent": true
},
{
"oid": "8c6437132a60be00a06690b337460e61f2b8ccc9",
"body": "… unresolved (#250)\n\nAdds guidance to the unresolved HQ note: CodeRabbit's formal review\ndecision only clears on a fresh review — resolving threads alone leaves\nthe merge blocked. Prevents the 'I resolved everything, why is it still\nblocked' confusion.\n\nCo-authored-by: Claude Sonnet 4.6 <noreply@anthropic.com>",
"is_bot": false,
"headline": "feat(bot): tell user to re-review (not just resolve threads) to clear…",
"author_name": "rickcedwhat-ai",
"author_login": "rickcedwhat-ai",
"committed_at": "2026-06-08T16:33:46Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "8e00f5a95b23da7598cbacd6036ed3d484e6d561",
"body": "* feat(bot): make nitpicks surface-only, remove nitpick gate\n\nCodeRabbit classifies nitpicks as advisory/low-value and posts them in\nthe review summary (not as resolvable threads). Gating on them required\na manual-checkbox dance that felt wrong and spawned fragile per-comment\nparsing. Drop the gate \n[…]\ny nitpick policy. Superseded by\n .github/scripts/coderabbit-logic.mjs.\n\nCo-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>\n\n---------\n\nCo-authored-by: Claude Sonnet 4.6 <noreply@anthropic.com>",
"is_bot": false,
"headline": "feat(bot): make nitpicks surface-only, remove nitpick gate (#249)",
"author_name": "rickcedwhat-ai",
"author_login": "rickcedwhat-ai",
"committed_at": "2026-06-08T16:10:13Z",
"body_truncated": true,
"is_coding_agent": true
},
{
"oid": "9929f69871f74be3b60ff2a2efca57e72963212e",
"body": "QStash publishes to GitHub's repository_dispatch API, which requires\nauthentication. Both bot-cr-trigger and bot-cr-watch published the\nQStash message but never set Upstash-Forward-Authorization, so QStash\nPOSTed to /dispatches with no credentials — GitHub returned 401 and no\ndispatch event fired. b\n[…]\nOT_PAT) and Upstash-Forward-Content-Type\nheaders, matching the pattern the old bot-listener used. Expose BOT_PAT\nas an env var in both steps.\n\nCo-authored-by: Claude Sonnet 4.6 <noreply@anthropic.com>",
"is_bot": false,
"headline": "fix(bot): forward BOT_PAT auth to GitHub dispatch via QStash (#243)",
"author_name": "rickcedwhat-ai",
"author_login": "rickcedwhat-ai",
"committed_at": "2026-06-08T02:37:50Z",
"body_truncated": true,
"is_coding_agent": true
},
{
"oid": "171b0d42e3403f044bc9a3dd95dbcaa9d8738951",
"body": "CR does not post a new comment when it rate-limits a triggered review —\nit EDITS its existing summary comment in place (e.g. flips it to\n\"Review limit reached · available in 59 minutes\"). bot-cr-watch only\nlistened for `issue_comment.created`, so it never saw the edit and the\nPR stayed stuck in `wai\n[…]\nsued\n\nNo infinite-loop risk: the trigger is gated on coderabbitai[bot] as the\ncomment author, and the bot only edits the separate HQ comment.\n\nCo-authored-by: Claude Sonnet 4.6 <noreply@anthropic.com>",
"is_bot": false,
"headline": "fix(bot): detect rate-limit when CR edits its summary comment (#237)",
"author_name": "rickcedwhat-ai",
"author_login": "rickcedwhat-ai",
"committed_at": "2026-06-07T21:57:41Z",
"body_truncated": true,
"is_coding_agent": true
},
{
"oid": "7194ba68c6fcf702e86890a56ed1dd4cbe1fc588",
"body": "QSTASH_URL secret never existed — QStash calls silently failed,\nno rate-limit retries were ever scheduled. Construct the URL inline\nfrom context.repo (same pattern as the old bot) in bot-cr-watch and\nbot-cr-trigger. No new secret required.\n\nRemove bot-cr-gate.yml — pull_request_review_thread trigger\n[…]\nhreads also resolved → complete\n - Threads only: resolve threads → trigger incremental review →\n CR approves → bot-cr-complete → complete\n\nCo-authored-by: Claude Sonnet 4.6 <noreply@anthropic.com>",
"is_bot": false,
"headline": "fix(bot): inline QSTASH_URL, remove broken gate workflow (#236)",
"author_name": "rickcedwhat-ai",
"author_login": "rickcedwhat-ai",
"committed_at": "2026-06-07T21:11:51Z",
"body_truncated": true,
"is_coding_agent": true
},
{
"oid": "550a1e4e310ed07fdba141a1e0894a14e50e9001",
"body": "…g (#235)\n\nbot-cr-trigger: logs all CR comments found at trigger time, whether\neach matched isRateLimitComment, and the computed remainingSecs — lets\nus see exactly why the pre-trigger rate-limit check did/didn't fire.\n\nbot-cr-gate: adds workflow_dispatch input (pr_number) so gate logic\ncan be manually invoked for testing; also logs eventName and payload\nkeys so we can confirm whether pull_request_review_thread ever fires.\n\nCo-authored-by: Claude Sonnet 4.6 <noreply@anthropic.com>",
"is_bot": false,
"headline": "chore(bot): add trigger logging + gate workflow_dispatch for debuggin…",
"author_name": "rickcedwhat-ai",
"author_login": "rickcedwhat-ai",
"committed_at": "2026-06-07T16:41:28Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "25d2e67b169067d3e4bed90dc2ac160b260abb76",
"body": "…box rendering (#229)\n\n1. bot-cr-complete: webhook delivers reviewState as lowercase ('approved',\n not 'APPROVED') — case-insensitive comparison fixes APPROVED being\n misclassified as unresolved\n\n2. coderabbit-logic: isRateLimitComment didn't match CR's auto-triggered\n rate-limit format ('rate\n[…]\n didn't render as two interactive checkboxes — split onto separate\n lines in bot-cr-init, bot-cr-trigger, bot-cr-sync, and coderabbit-logic\n\nCo-authored-by: Claude Sonnet 4.6 <noreply@anthropic.com>",
"is_bot": false,
"headline": "fix(bot): three CR bot bugs — state case, rate-limit detection, check…",
"author_name": "rickcedwhat-ai",
"author_login": "rickcedwhat-ai",
"committed_at": "2026-06-07T06:21:19Z",
"body_truncated": true,
"is_coding_agent": true
},
{
"oid": "ab6599af05d582dbbfa73acfef33303613135954",
"body": "bot-cr-init.yml now creates the HQ comment on PR open (with the new\ncr-section format). Keeping bot-pr-hq.yml caused two HQ comments per\nPR — the old one with the obsolete 'Request review' checkbox, and the\nnew one with 'Full review'. bot-cr-trigger.yml only recognises the\nnew format, so clicks on the old checkbox silently did nothing.\n\nCo-authored-by: Claude Sonnet 4.6 <noreply@anthropic.com>",
"is_bot": false,
"headline": "fix(bot): remove bot-pr-hq.yml — superseded by bot-cr-init.yml (#223)",
"author_name": "rickcedwhat-ai",
"author_login": "rickcedwhat-ai",
"committed_at": "2026-06-07T04:35:10Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "8d760bc3046c5193b5e680eec2fc3504489565a7",
"body": "…(#215)\n\n* feat(bot): overhaul CodeRabbit automation — event-driven, no polling\n\nReplaces the polling-based CR bot with 7 focused event-driven workflows.\nFixes premature complete label caused by reacting to human approvals\ninstead of CR's formal pull_request_review event.\n\nCo-Authored-By: Claude Son\n[…]\nlatest SHA)\n- coderabbit-logic.mjs: remove dead sectionPattern variable\n\nCo-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>\n\n---------\n\nCo-authored-by: Claude Sonnet 4.6 <noreply@anthropic.com>",
"is_bot": false,
"headline": "feat(bot): CodeRabbit automation overhaul — event-driven, no polling …",
"author_name": "rickcedwhat-ai",
"author_login": "rickcedwhat-ai",
"committed_at": "2026-06-07T03:12:34Z",
"body_truncated": true,
"is_coding_agent": true
},
{
"oid": "a564429885755856ff1396930fb6084f5b52745d",
"body": "…v annotation system (#213)\n\n* docs: replace with lean outline, add dev annotation system\n\nCo-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>\n\n* fix(docs): inject annotation buttons on h1 headings too\n\n* docs(outline): homepage voice + describe/query content from feedback\n\n* docs(outline): ap\n[…]\nion switcher — option C locked in\n\n* fix(docs): correct smartFill fallback (fill not click), add inputMappers, remove inline alert\n\n---------\n\nCo-authored-by: Claude Sonnet 4.6 <noreply@anthropic.com>",
"is_bot": false,
"headline": "docs: replace docs site with lean outline — new structure, design, de…",
"author_name": "rickcedwhat-ai",
"author_login": "rickcedwhat-ai",
"committed_at": "2026-06-06T19:30:14Z",
"body_truncated": true,
"is_coding_agent": true
},
{
"oid": "7145524b8cb66117ce27cb14a73b30647297647c",
"body": "…guous matches (#211)\n\n* fix(getRow): remove .first() to let Playwright strict mode catch ambiguous matches\n\nCloses #210\n\nCo-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>\n\n* test(edge-cases): assert ambiguous partial match resolves to count, not visibility\n\ngetRow with exact: false now corr\n[…]\nther than checking visibility (which now throws on ambiguous locators).\n\nCo-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>\n\n---------\n\nCo-authored-by: Claude Sonnet 4.6 <noreply@anthropic.com>",
"is_bot": false,
"headline": "fix(getRow): remove .first() to let Playwright strict mode catch ambi…",
"author_name": "rickcedwhat-ai",
"author_login": "rickcedwhat-ai",
"committed_at": "2026-06-06T17:06:59Z",
"body_truncated": true,
"is_coding_agent": true
},
{
"oid": "2612d2a19f3679b4f6d0381e52e2dfd77fc19ea6",
"body": "…#202)\n\n* fix(bot): clear existing CR labels before setting coderabbit:queued\n\nThe isBlocked path added the queued label without first removing the\nexisting CR label (e.g. not-started), leaving PRs with two conflicting\nCR labels simultaneously.\n\nCo-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.c\n[…]\nAuthored-By: Claude Sonnet 4.6 <noreply@anthropic.com>\n\n---------\n\nCo-authored-by: Claude Sonnet 4.6 <noreply@anthropic.com>\nCo-authored-by: rickcedwhat <46553325+rickcedwhat@users.noreply.github.com>",
"is_bot": false,
"headline": "fix(bot): clear existing CR labels before setting coderabbit:queued (…",
"author_name": "rickcedwhat-ai",
"author_login": "rickcedwhat-ai",
"committed_at": "2026-05-31T05:25:13Z",
"body_truncated": true,
"is_coding_agent": true
},
{
"oid": "4db2b6d601c159fbdced37bf89297b37fe7a7015",
"body": "CR updates the same comment in-place on every re-trigger rather than\nposting a new one. The body always contains fresh timing (\"56 minutes\"),\nbut created_at stays fixed at the original post time — hours or days ago.\nAnchoring to created_at made availableAt land in the past, collapsing\nthe delay to m\n[…]\nng \"~2m\" in the HQ comment.\n\nUse updated_at ?? created_at as the anchor so the delay reflects when\nCR actually wrote the current timing text.\n\nCo-authored-by: Claude Sonnet 4.6 <noreply@anthropic.com>",
"is_bot": false,
"headline": "fix(bot): anchor rate-limit delay to updated_at, not created_at (#201)",
"author_name": "rickcedwhat-ai",
"author_login": "rickcedwhat-ai",
"committed_at": "2026-05-31T04:17:02Z",
"body_truncated": true,
"is_coding_agent": true
},
{
"oid": "e748b5475bfd23208f4aaf3afb1e06642e3e310f",
"body": "* chore(config): enable request_changes_workflow in CodeRabbit\n\nMakes CR post nitpick and actionable comments as resolvable inline\nthreads instead of collapsing them into the review body, so the\nbot can detect and surface them as unresolved.\n\nCo-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>\n[…]\nAuthored-By: Claude Sonnet 4.6 <noreply@anthropic.com>\n\n---------\n\nCo-authored-by: Claude Sonnet 4.6 <noreply@anthropic.com>\nCo-authored-by: rickcedwhat <46553325+rickcedwhat@users.noreply.github.com>",
"is_bot": false,
"headline": "chore(config): enable CodeRabbit request_changes_workflow (#198)",
"author_name": "rickcedwhat-ai",
"author_login": "rickcedwhat-ai",
"committed_at": "2026-05-31T03:57:14Z",
"body_truncated": true,
"is_coding_agent": true
},
{
"oid": "f303ea8867a75b1409bb78f087f34d1821aded48",
"body": "* test(bot): extract CR bot logic into testable module + 52 unit tests\n\nExtract pure functions from bot-coderabbit-gate.yml into\n.github/scripts/coderabbit-logic.mjs and cover them with unit tests.\nRefactor the gate to import from the logic file.\nCopy receiver fixes from fix/cr-ratelimit-delay.\n\nFun\n[…]\n4.6 <noreply@anthropic.com>\n\n* revert: undo SHA pin on actions/checkout\n\nCo-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>\n\n---------\n\nCo-authored-by: Claude Sonnet 4.6 <noreply@anthropic.com>",
"is_bot": false,
"headline": "test(bot): extract CR logic into testable module + 52 unit tests (#200)",
"author_name": "rickcedwhat-ai",
"author_login": "rickcedwhat-ai",
"committed_at": "2026-05-31T00:52:34Z",
"body_truncated": true,
"is_coding_agent": true
},
{
"oid": "75b41ace4df3ec6ae781df4be500ca1a3fbcfb81",
"body": "… (#197)\n\n- Switch from ratio-based to absolute pixel sync so both panes show\n the same section. Ratio sync felt wrong when preview has more content\n than canonical (same 50% position = different part of the page).\n- Replace rAF-based syncing flag with a 50ms timeout tracking which\n frame is the sync target, breaking the scroll feedback loop reliably.\n\nCo-authored-by: Claude Sonnet 4.6 <noreply@anthropic.com>\nCo-authored-by: rickcedwhat <46553325+rickcedwhat@users.noreply.github.com>",
"is_bot": false,
"headline": "fix(ci): fix compare scroll sync — absolute pixels, reliable debounce…",
"author_name": "rickcedwhat-ai",
"author_login": "rickcedwhat-ai",
"committed_at": "2026-05-30T19:27:02Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "7c679f5ef860923151e6910ee44e281ac103a86c",
"body": "* fix(bot): anchor CR rate-limit delay to comment creation time\n\nPreviously the delay was parsed from the comment text and applied from\n'now', meaning any lag between CR posting the comment and the bot\nprocessing it added to the wait unnecessarily. Also only minutes were\nparsed — seconds were droppe\n[…]\nAuthored-By: Claude Sonnet 4.6 <noreply@anthropic.com>\n\n---------\n\nCo-authored-by: Claude Sonnet 4.6 <noreply@anthropic.com>\nCo-authored-by: rickcedwhat <46553325+rickcedwhat@users.noreply.github.com>",
"is_bot": false,
"headline": "fix(bot): anchor CR rate-limit delay to comment creation time (#188)",
"author_name": "rickcedwhat-ai",
"author_login": "rickcedwhat-ai",
"committed_at": "2026-05-30T17:34:42Z",
"body_truncated": true,
"is_coding_agent": true
},
{
"oid": "86320215c49c3e818822f75c89accd460cf82873",
"body": "… auto-issue on failure (#187)\n\n- stryker.config.json: change packageManager npm → pnpm (fixes plugin\n resolution failure: vitest runner not found)\n- mutation-testing.yml: change schedule from daily to weekly (Monday 02:00 UTC)\n- mutation-testing.yml: add open-issue-on-failure step with deduplicati\n[…]\n broken run creates a trackable issue instead of failing silently\n\nCo-authored-by: Claude Sonnet 4.6 <noreply@anthropic.com>\nCo-authored-by: rickcedwhat <46553325+rickcedwhat@users.noreply.github.com>",
"is_bot": false,
"headline": "fix(ci): fix mutation testing — pnpm packageManager, weekly schedule,…",
"author_name": "rickcedwhat-ai",
"author_login": "rickcedwhat-ai",
"committed_at": "2026-05-30T16:05:33Z",
"body_truncated": true,
"is_coding_agent": true
},
{
"oid": "e69b3d1728acf8efb7fe444cddc9db7f1e22d1f7",
"body": "…#186)\n\nCo-authored-by: rickcedwhat <46553325+rickcedwhat@users.noreply.github.com>",
"is_bot": false,
"headline": "fix(bot): clarify that CR review is required to merge in HQ comment (…",
"author_name": "rickcedwhat-ai",
"author_login": "rickcedwhat-ai",
"committed_at": "2026-05-30T05:35:44Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "a3dc13225fdea4859ea9fe3406ce8a1daa1fff18",
"body": "* feat(ci): add docs PR preview deployment\n\n- Switch deploy-docs.yml from GitHub Actions artifact method to\n JamesIves/github-pages-deploy-action (push to gh-pages branch),\n preserving pr-preview/ subdirectory on each prod deploy\n- Add docs-preview.yml: builds VitePress with PR-specific base path\n\n[…]\n>\n\n* fix(ci): use .cjs extension so gen-compare script runs in CJS mode\n\n* fix(ci): skip preview comment when no doc pages changed\n\n---------\n\nCo-authored-by: Claude Sonnet 4.6 <noreply@anthropic.com>",
"is_bot": false,
"headline": "feat(ci): docs PR preview deployment (#185)",
"author_name": "rickcedwhat-ai",
"author_login": "rickcedwhat-ai",
"committed_at": "2026-05-30T04:55:15Z",
"body_truncated": true,
"is_coding_agent": true
},
{
"oid": "e61db969fcccc9380d85b8bc266a8f2acdaa3c7e",
"body": "The age-check workflow fires on every synchronize event. If Dependabot\npushes multiple commits, each run enqueues a separate QStash job with\nthe same delay, causing multiple @dependabot rebase comments at once\n(seen on PR #176: 3 comments posted within 2 seconds).\n\nAdd Upstash-Deduplication-Id keyed\n[…]\nes within the deduplication window collapse to a single delivery.\n\nCo-authored-by: Claude Sonnet 4.6 <noreply@anthropic.com>\nCo-authored-by: rickcedwhat <46553325+rickcedwhat@users.noreply.github.com>",
"is_bot": false,
"headline": "fix(ci): deduplicate QStash rebase dispatch per PR (#184)",
"author_name": "rickcedwhat-ai",
"author_login": "rickcedwhat-ai",
"committed_at": "2026-05-30T03:58:42Z",
"body_truncated": true,
"is_coding_agent": true
},
{
"oid": "f358ff3177ec4d0ef0858d4c03e331f90b4d69f2",
"body": "…ctory with 4 updates (#176)\n\nBumps the weekly-npm-dependencies group with 4 updates in the / directory: [@playwright/test](https://github.com/microsoft/playwright), [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node), [@commitlint/cli](https://github.com/conventio\n[…]\nte:semver-minor\n dependency-group: weekly-npm-dependencies\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-dev): bump the weekly-npm-dependencies group across 1 dire…",
"author_name": "dependabot[bot]",
"author_login": "dependabot[bot]",
"committed_at": "2026-05-27T03:45:25Z",
"body_truncated": true,
"is_coding_agent": false
}
],
"releases_count": 17,
"commits_last_year": 333,
"latest_release_at": "2026-07-21T22:48:29Z",
"latest_release_tag": "v6.19.0",
"releases_from_tags": false,
"days_since_last_push": 0,
"active_weeks_last_year": 30,
"days_since_latest_release": 8,
"mean_days_between_releases": 8.9
},
"community": {
"has_readme": true,
"has_license": true,
"has_description": true,
"has_contributing": true,
"health_percentage": 100,
"has_issue_template": false,
"has_code_of_conduct": true,
"has_pull_request_template": true
},
"ecosystem": {
"packages": [
{
"name": "@rickcedwhat/playwright-smart-table",
"exists": true,
"license": "MIT",
"keywords": [
"playwright",
"testing",
"table",
"automation",
"locators",
"e2e",
"qa",
"typescript",
"datagrid",
"smart-table",
"ag-grid",
"mui"
],
"ecosystem": "npm",
"matches_repo": true,
"registry_url": "https://www.npmjs.com/package/@rickcedwhat/playwright-smart-table",
"is_deprecated": false,
"latest_version": "6.19.0",
"repository_url": "https://github.com/rickcedwhat/playwright-smart-table",
"versions_count": 66,
"total_downloads": null,
"dependents_count": null,
"deprecation_note": null,
"maintainers_count": 1,
"monthly_downloads": 75620,
"first_published_at": "2025-12-11T01:03:50.351000Z",
"latest_published_at": "2026-07-21T22:48:23.112000Z",
"latest_version_yanked": null,
"days_since_latest_publish": 8
}
]
},
"popularity": {
"forks": 1,
"stars": 5,
"watchers": 0,
"fork_history": {
"days": [
{
"date": "2026-05-07",
"count": 1
}
],
"complete": true,
"collected": 1,
"total_forks": 1
},
"star_history": null,
"open_issues_and_prs": 18
},
"ai_readiness": {
"has_nix": false,
"example_dirs": [
"examples"
],
"has_llms_txt": false,
"has_dockerfile": false,
"has_mcp_signal": false,
"bootstrap_files": [],
"api_schema_files": [],
"has_devcontainer": false,
"typecheck_configs": [
"playground/tsconfig.json",
"tests/apps/mui-datagrid/tsconfig.json",
"tsconfig.json"
],
"toolchain_manifests": [],
"largest_source_bytes": 41765,
"source_files_sampled": 153,
"oversized_source_files": 0,
"agent_instruction_files": [
".cursorrules",
"AGENTS.md",
"CLAUDE.md"
],
"agent_instruction_max_bytes": 4897
},
"dependencies": {
"manifests": [
"package.json",
"playground/package.json"
],
"advisories": {
"error": null,
"scope": "repository_graph",
"source": "osv",
"findings": [
{
"name": "flatted",
"direct": false,
"version": "3.3.3",
"severity": "critical",
"ecosystem": "npm",
"cvss_score": 9.8,
"advisory_ids": [
"GHSA-25h7-pfq9-p65f",
"GHSA-rf6f-7fwh-wjgh"
],
"fixed_version": "3.4.2",
"advisory_count": 2,
"oldest_advisory_days": 139
},
{
"name": "rollup",
"direct": false,
"version": "4.57.1",
"severity": "critical",
"ecosystem": "npm",
"cvss_score": 9.1,
"advisory_ids": [
"GHSA-mw96-cpmx-2vgc"
],
"fixed_version": "4.59.0",
"advisory_count": 1,
"oldest_advisory_days": 154
},
{
"name": "brace-expansion",
"direct": false,
"version": "1.1.12",
"severity": "high",
"ecosystem": "npm",
"cvss_score": 7.5,
"advisory_ids": [
"GHSA-3jxr-9vmj-r5cp",
"GHSA-f886-m6hf-6m8v",
"GHSA-mh99-v99m-4gvg"
],
"fixed_version": "5.0.8",
"advisory_count": 3,
"oldest_advisory_days": 126
},
{
"name": "brace-expansion",
"direct": false,
"version": "2.0.2",
"severity": "high",
"ecosystem": "npm",
"cvss_score": 7.5,
"advisory_ids": [
"GHSA-3jxr-9vmj-r5cp",
"GHSA-f886-m6hf-6m8v",
"GHSA-mh99-v99m-4gvg"
],
"fixed_version": "5.0.8",
"advisory_count": 3,
"oldest_advisory_days": 126
},
{
"name": "brace-expansion",
"direct": false,
"version": "2.1.1",
"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": 9
},
{
"name": "brace-expansion",
"direct": false,
"version": "5.0.5",
"severity": "high",
"ecosystem": "npm",
"cvss_score": 7.5,
"advisory_ids": [
"GHSA-3jxr-9vmj-r5cp",
"GHSA-jxxr-4gwj-5jf2",
"GHSA-mh99-v99m-4gvg"
],
"fixed_version": "5.0.8",
"advisory_count": 3,
"oldest_advisory_days": 73
},
{
"name": "fast-uri",
"direct": false,
"version": "3.1.2",
"severity": "high",
"ecosystem": "npm",
"cvss_score": 7.5,
"advisory_ids": [
"GHSA-4c8g-83qw-93j6",
"GHSA-v2hh-gcrm-f6hx"
],
"fixed_version": "4.1.1",
"advisory_count": 2,
"oldest_advisory_days": 8
},
{
"name": "js-yaml",
"direct": false,
"version": "4.1.1",
"severity": "high",
"ecosystem": "npm",
"cvss_score": 7.5,
"advisory_ids": [
"GHSA-52cp-r559-cp3m",
"GHSA-h67p-54hq-rp68"
],
"fixed_version": "4.3.0",
"advisory_count": 2,
"oldest_advisory_days": 45
},
{
"name": "minimatch",
"direct": false,
"version": "3.1.2",
"severity": "high",
"ecosystem": "npm",
"cvss_score": 7.5,
"advisory_ids": [
"GHSA-23c5-xmqv-rm74",
"GHSA-3ppc-4f35-3m26",
"GHSA-7r86-cg39-jmmj"
],
"fixed_version": "10.2.3",
"advisory_count": 3,
"oldest_advisory_days": 161
},
{
"name": "minimatch",
"direct": false,
"version": "9.0.5",
"severity": "high",
"ecosystem": "npm",
"cvss_score": 7.5,
"advisory_ids": [
"GHSA-23c5-xmqv-rm74",
"GHSA-3ppc-4f35-3m26",
"GHSA-7r86-cg39-jmmj"
],
"fixed_version": "10.2.3",
"advisory_count": 3,
"oldest_advisory_days": 161
},
{
"name": "picomatch",
"direct": false,
"version": "4.0.3",
"severity": "high",
"ecosystem": "npm",
"cvss_score": 7.5,
"advisory_ids": [
"GHSA-3v7f-55p6-f55p",
"GHSA-c2c7-rcm5-vvqj"
],
"fixed_version": "4.0.4",
"advisory_count": 2,
"oldest_advisory_days": 126
},
{
"name": "postcss",
"direct": false,
"version": "8.5.13",
"severity": "high",
"ecosystem": "npm",
"cvss_score": 7.5,
"advisory_ids": [
"GHSA-r28c-9q8g-f849"
],
"fixed_version": "8.5.18",
"advisory_count": 1,
"oldest_advisory_days": 6
},
{
"name": "postcss",
"direct": false,
"version": "8.5.15",
"severity": "high",
"ecosystem": "npm",
"cvss_score": 7.5,
"advisory_ids": [
"GHSA-r28c-9q8g-f849"
],
"fixed_version": "8.5.18",
"advisory_count": 1,
"oldest_advisory_days": 6
},
{
"name": "postcss",
"direct": false,
"version": "8.5.6",
"severity": "high",
"ecosystem": "npm",
"cvss_score": 7.5,
"advisory_ids": [
"GHSA-6g55-p6wh-862q",
"GHSA-qx2v-qp2m-jg93",
"GHSA-r28c-9q8g-f849"
],
"fixed_version": "8.5.18",
"advisory_count": 3,
"oldest_advisory_days": 97
},
{
"name": "postcss",
"direct": false,
"version": "8.5.8",
"severity": "high",
"ecosystem": "npm",
"cvss_score": 7.5,
"advisory_ids": [
"GHSA-6g55-p6wh-862q",
"GHSA-qx2v-qp2m-jg93",
"GHSA-r28c-9q8g-f849"
],
"fixed_version": "8.5.18",
"advisory_count": 3,
"oldest_advisory_days": 97
},
{
"name": "react-router",
"direct": false,
"version": "7.13.0",
"severity": "high",
"ecosystem": "npm",
"cvss_score": 8.1,
"advisory_ids": [
"GHSA-2j2x-hqr9-3h42",
"GHSA-337j-9hxr-rhxg",
"GHSA-49rj-9fvp-4h2h",
"GHSA-84g9-w2xq-vcv6",
"GHSA-8646-j5j9-6r62",
"GHSA-8x6r-g9mw-2r78",
"GHSA-chx6-hx7r-mcp5",
"GHSA-f22v-gfqf-p8f3",
"GHSA-h8fp-f39c-q6mh",
"GHSA-qwww-vcr4-c8h2"
],
"fixed_version": "8.3.0",
"advisory_count": 12,
"oldest_advisory_days": 56
},
{
"name": "vite",
"direct": false,
"version": "4.5.14",
"severity": "high",
"ecosystem": "npm",
"cvss_score": 7.5,
"advisory_ids": [
"GHSA-4w7w-66w2-5vf9",
"GHSA-93m4-6634-74q7",
"GHSA-c27g-q93r-2cwf",
"GHSA-fx2h-pf6j-xcff",
"GHSA-g4jq-h2w9-997c",
"GHSA-jqfw-vq24-v9c3",
"GHSA-v6wh-96g9-6wx3"
],
"fixed_version": "8.0.16",
"advisory_count": 7,
"oldest_advisory_days": 323
},
{
"name": "vite",
"direct": false,
"version": "5.4.21",
"severity": "high",
"ecosystem": "npm",
"cvss_score": 7.5,
"advisory_ids": [
"GHSA-4w7w-66w2-5vf9",
"GHSA-fx2h-pf6j-xcff",
"GHSA-v6wh-96g9-6wx3"
],
"fixed_version": "8.0.16",
"advisory_count": 3,
"oldest_advisory_days": 115
},
{
"name": "vite",
"direct": false,
"version": "7.3.1",
"severity": "high",
"ecosystem": "npm",
"cvss_score": 7.5,
"advisory_ids": [
"GHSA-4w7w-66w2-5vf9",
"GHSA-fx2h-pf6j-xcff",
"GHSA-p9ff-h696-f583",
"GHSA-v2wj-q39q-566r",
"GHSA-v6wh-96g9-6wx3"
],
"fixed_version": "8.0.16",
"advisory_count": 5,
"oldest_advisory_days": 115
},
{
"name": "ajv",
"direct": false,
"version": "6.12.6",
"severity": "moderate",
"ecosystem": "npm",
"cvss_score": 5.3,
"advisory_ids": [
"GHSA-2g4f-4pwh-qvx6"
],
"fixed_version": "8.18.0",
"advisory_count": 1,
"oldest_advisory_days": 168
},
{
"name": "esbuild",
"direct": false,
"version": "0.18.20",
"severity": "moderate",
"ecosystem": "npm",
"cvss_score": 5.3,
"advisory_ids": [
"GHSA-67mh-4wv8-2f99"
],
"fixed_version": "0.25.0",
"advisory_count": 1,
"oldest_advisory_days": 535
},
{
"name": "esbuild",
"direct": false,
"version": "0.21.5",
"severity": "moderate",
"ecosystem": "npm",
"cvss_score": 5.3,
"advisory_ids": [
"GHSA-67mh-4wv8-2f99"
],
"fixed_version": "0.25.0",
"advisory_count": 1,
"oldest_advisory_days": 535
},
{
"name": "qs",
"direct": false,
"version": "6.15.1",
"severity": "moderate",
"ecosystem": "npm",
"cvss_score": 5.3,
"advisory_ids": [
"GHSA-q8mj-m7cp-5q26"
],
"fixed_version": "6.15.2",
"advisory_count": 1,
"oldest_advisory_days": 69
},
{
"name": "yaml",
"direct": false,
"version": "1.10.2",
"severity": "moderate",
"ecosystem": "npm",
"cvss_score": 4.3,
"advisory_ids": [
"GHSA-48c2-rrv3-qjmp"
],
"fixed_version": "2.8.3",
"advisory_count": 1,
"oldest_advisory_days": 126
},
{
"name": "@babel/core",
"direct": false,
"version": "7.29.0",
"severity": "low",
"ecosystem": "npm",
"cvss_score": 3.2,
"advisory_ids": [
"GHSA-4x5r-pxfx-6jf8"
],
"fixed_version": "8.0.0-rc.6",
"advisory_count": 1,
"oldest_advisory_days": 45
},
{
"name": "esbuild",
"direct": false,
"version": "0.27.3",
"severity": "low",
"ecosystem": "npm",
"cvss_score": 2.5,
"advisory_ids": [
"GHSA-g7r4-m6w7-qqqr"
],
"fixed_version": "0.28.1",
"advisory_count": 1,
"oldest_advisory_days": 47
},
{
"name": "esbuild",
"direct": false,
"version": "0.27.7",
"severity": "low",
"ecosystem": "npm",
"cvss_score": 2.5,
"advisory_ids": [
"GHSA-g7r4-m6w7-qqqr"
],
"fixed_version": "0.28.1",
"advisory_count": 1,
"oldest_advisory_days": 47
}
],
"collected": true,
"malicious": [],
"truncated": false,
"by_severity": {
"low": 3,
"high": 17,
"critical": 2,
"moderate": 5
},
"advisory_count": 69,
"affected_count": 27,
"assessed_count": 812,
"malicious_count": 0,
"assessed_package": null,
"unassessed_count": 0,
"direct_affected_count": 0
},
"ecosystems": [
"npm"
],
"dependencies": [
{
"name": "react",
"manifest": "playground/package.json",
"ecosystem": "npm",
"version_constraint": "^19.2.0"
},
{
"name": "react-dom",
"manifest": "playground/package.json",
"ecosystem": "npm",
"version_constraint": "^19.2.0"
},
{
"name": "react-router-dom",
"manifest": "playground/package.json",
"ecosystem": "npm",
"version_constraint": "^7.13.0"
},
{
"name": "react-virtuoso",
"manifest": "playground/package.json",
"ecosystem": "npm",
"version_constraint": "^4.18.1"
}
],
"all_dependencies": {
"error": null,
"source": "github-sbom",
"packages": [
{
"name": "react",
"direct": true,
"version": "18.3.1",
"ecosystem": "npm"
},
{
"name": "react",
"direct": true,
"version": "19.2.4",
"ecosystem": "npm"
},
{
"name": "react-dom",
"direct": true,
"version": "18.3.1",
"ecosystem": "npm"
},
{
"name": "react-dom",
"direct": true,
"version": "19.2.4",
"ecosystem": "npm"
},
{
"name": "react-router-dom",
"direct": true,
"version": "7.13.0",
"ecosystem": "npm"
},
{
"name": "react-virtuoso",
"direct": true,
"version": "4.18.1",
"ecosystem": "npm"
},
{
"name": "@algolia/abtesting",
"direct": false,
"version": "1.18.0",
"ecosystem": "npm"
},
{
"name": "@algolia/autocomplete-core",
"direct": false,
"version": "1.17.7",
"ecosystem": "npm"
},
{
"name": "@algolia/autocomplete-plugin-algolia-insights",
"direct": false,
"version": "1.17.7",
"ecosystem": "npm"
},
{
"name": "@algolia/autocomplete-preset-algolia",
"direct": false,
"version": "1.17.7",
"ecosystem": "npm"
},
{
"name": "@algolia/autocomplete-shared",
"direct": false,
"version": "1.17.7",
"ecosystem": "npm"
},
{
"name": "@algolia/client-abtesting",
"direct": false,
"version": "5.52.0",
"ecosystem": "npm"
},
{
"name": "@algolia/client-analytics",
"direct": false,
"version": "5.52.0",
"ecosystem": "npm"
},
{
"name": "@algolia/client-common",
"direct": false,
"version": "5.52.0",
"ecosystem": "npm"
},
{
"name": "@algolia/client-insights",
"direct": false,
"version": "5.52.0",
"ecosystem": "npm"
},
{
"name": "@algolia/client-personalization",
"direct": false,
"version": "5.52.0",
"ecosystem": "npm"
},
{
"name": "@algolia/client-query-suggestions",
"direct": false,
"version": "5.52.0",
"ecosystem": "npm"
},
{
"name": "@algolia/client-search",
"direct": false,
"version": "5.52.0",
"ecosystem": "npm"
},
{
"name": "@algolia/ingestion",
"direct": false,
"version": "1.52.0",
"ecosystem": "npm"
},
{
"name": "@algolia/monitoring",
"direct": false,
"version": "1.52.0",
"ecosystem": "npm"
},
{
"name": "@algolia/recommend",
"direct": false,
"version": "5.52.0",
"ecosystem": "npm"
},
{
"name": "@algolia/requester-browser-xhr",
"direct": false,
"version": "5.52.0",
"ecosystem": "npm"
},
{
"name": "@algolia/requester-fetch",
"direct": false,
"version": "5.52.0",
"ecosystem": "npm"
},
{
"name": "@algolia/requester-node-http",
"direct": false,
"version": "5.52.0",
"ecosystem": "npm"
},
{
"name": "@ampproject/remapping",
"direct": false,
"version": "2.3.0",
"ecosystem": "npm"
},
{
"name": "@babel/code-frame",
"direct": false,
"version": "7.29.0",
"ecosystem": "npm"
},
{
"name": "@babel/code-frame",
"direct": false,
"version": "7.29.7",
"ecosystem": "npm"
},
{
"name": "@babel/compat-data",
"direct": false,
"version": "7.29.0",
"ecosystem": "npm"
},
{
"name": "@babel/compat-data",
"direct": false,
"version": "7.29.3",
"ecosystem": "npm"
},
{
"name": "@babel/core",
"direct": false,
"version": "7.29.0",
"ecosystem": "npm"
},
{
"name": "@babel/generator",
"direct": false,
"version": "7.29.1",
"ecosystem": "npm"
},
{
"name": "@babel/helper-annotate-as-pure",
"direct": false,
"version": "7.27.3",
"ecosystem": "npm"
},
{
"name": "@babel/helper-compilation-targets",
"direct": false,
"version": "7.28.6",
"ecosystem": "npm"
},
{
"name": "@babel/helper-create-class-features-plugin",
"direct": false,
"version": "7.29.3",
"ecosystem": "npm"
},
{
"name": "@babel/helper-globals",
"direct": false,
"version": "7.28.0",
"ecosystem": "npm"
},
{
"name": "@babel/helper-member-expression-to-functions",
"direct": false,
"version": "7.28.5",
"ecosystem": "npm"
},
{
"name": "@babel/helper-module-imports",
"direct": false,
"version": "7.28.6",
"ecosystem": "npm"
},
{
"name": "@babel/helper-module-transforms",
"direct": false,
"version": "7.28.6",
"ecosystem": "npm"
},
{
"name": "@babel/helper-optimise-call-expression",
"direct": false,
"version": "7.27.1",
"ecosystem": "npm"
},
{
"name": "@babel/helper-plugin-utils",
"direct": false,
"version": "7.28.6",
"ecosystem": "npm"
},
{
"name": "@babel/helper-replace-supers",
"direct": false,
"version": "7.28.6",
"ecosystem": "npm"
},
{
"name": "@babel/helper-skip-transparent-expression-wrappers",
"direct": false,
"version": "7.27.1",
"ecosystem": "npm"
},
{
"name": "@babel/helper-string-parser",
"direct": false,
"version": "7.27.1",
"ecosystem": "npm"
},
{
"name": "@babel/helper-string-parser",
"direct": false,
"version": "7.29.7",
"ecosystem": "npm"
},
{
"name": "@babel/helper-validator-identifier",
"direct": false,
"version": "7.28.5",
"ecosystem": "npm"
},
{
"name": "@babel/helper-validator-identifier",
"direct": false,
"version": "7.29.7",
"ecosystem": "npm"
},
{
"name": "@babel/helper-validator-option",
"direct": false,
"version": "7.27.1",
"ecosystem": "npm"
},
{
"name": "@babel/helpers",
"direct": false,
"version": "7.28.6",
"ecosystem": "npm"
},
{
"name": "@babel/helpers",
"direct": false,
"version": "7.29.2",
"ecosystem": "npm"
},
{
"name": "@babel/parser",
"direct": false,
"version": "7.29.0",
"ecosystem": "npm"
},
{
"name": "@babel/parser",
"direct": false,
"version": "7.29.3",
"ecosystem": "npm"
},
{
"name": "@babel/parser",
"direct": false,
"version": "7.29.7",
"ecosystem": "npm"
},
{
"name": "@babel/plugin-proposal-decorators",
"direct": false,
"version": "7.29.0",
"ecosystem": "npm"
},
{
"name": "@babel/plugin-syntax-decorators",
"direct": false,
"version": "7.28.6",
"ecosystem": "npm"
},
{
"name": "@babel/plugin-syntax-jsx",
"direct": false,
"version": "7.28.6",
"ecosystem": "npm"
},
{
"name": "@babel/plugin-syntax-typescript",
"direct": false,
"version": "7.28.6",
"ecosystem": "npm"
},
{
"name": "@babel/plugin-transform-destructuring",
"direct": false,
"version": "7.28.5",
"ecosystem": "npm"
},
{
"name": "@babel/plugin-transform-explicit-resource-management",
"direct": false,
"version": "7.28.6",
"ecosystem": "npm"
},
{
"name": "@babel/plugin-transform-modules-commonjs",
"direct": false,
"version": "7.28.6",
"ecosystem": "npm"
},
{
"name": "@babel/plugin-transform-react-jsx-self",
"direct": false,
"version": "7.27.1",
"ecosystem": "npm"
},
{
"name": "@babel/plugin-transform-react-jsx-source",
"direct": false,
"version": "7.27.1",
"ecosystem": "npm"
},
{
"name": "@babel/plugin-transform-typescript",
"direct": false,
"version": "7.28.6",
"ecosystem": "npm"
},
{
"name": "@babel/preset-typescript",
"direct": false,
"version": "7.28.5",
"ecosystem": "npm"
},
{
"name": "@babel/runtime",
"direct": false,
"version": "7.28.6",
"ecosystem": "npm"
},
{
"name": "@babel/template",
"direct": false,
"version": "7.28.6",
"ecosystem": "npm"
},
{
"name": "@babel/traverse",
"direct": false,
"version": "7.29.0",
"ecosystem": "npm"
},
{
"name": "@babel/types",
"direct": false,
"version": "7.29.0",
"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": "@commitlint/cli",
"direct": false,
"version": "21.0.1",
"ecosystem": "npm"
},
{
"name": "@commitlint/config-conventional",
"direct": false,
"version": "21.0.1",
"ecosystem": "npm"
},
{
"name": "@commitlint/config-validator",
"direct": false,
"version": "21.0.1",
"ecosystem": "npm"
},
{
"name": "@commitlint/ensure",
"direct": false,
"version": "21.0.1",
"ecosystem": "npm"
},
{
"name": "@commitlint/execute-rule",
"direct": false,
"version": "21.0.1",
"ecosystem": "npm"
},
{
"name": "@commitlint/format",
"direct": false,
"version": "21.0.1",
"ecosystem": "npm"
},
{
"name": "@commitlint/is-ignored",
"direct": false,
"version": "21.0.1",
"ecosystem": "npm"
},
{
"name": "@commitlint/lint",
"direct": false,
"version": "21.0.1",
"ecosystem": "npm"
},
{
"name": "@commitlint/load",
"direct": false,
"version": "21.0.1",
"ecosystem": "npm"
},
{
"name": "@commitlint/message",
"direct": false,
"version": "21.0.1",
"ecosystem": "npm"
},
{
"name": "@commitlint/parse",
"direct": false,
"version": "21.0.1",
"ecosystem": "npm"
},
{
"name": "@commitlint/read",
"direct": false,
"version": "21.0.1",
"ecosystem": "npm"
},
{
"name": "@commitlint/resolve-extends",
"direct": false,
"version": "21.0.1",
"ecosystem": "npm"
},
{
"name": "@commitlint/rules",
"direct": false,
"version": "21.0.1",
"ecosystem": "npm"
},
{
"name": "@commitlint/to-lines",
"direct": false,
"version": "21.0.1",
"ecosystem": "npm"
},
{
"name": "@commitlint/top-level",
"direct": false,
"version": "21.0.1",
"ecosystem": "npm"
},
{
"name": "@commitlint/types",
"direct": false,
"version": "21.0.1",
"ecosystem": "npm"
},
{
"name": "@conventional-changelog/git-client",
"direct": false,
"version": "2.7.0",
"ecosystem": "npm"
},
{
"name": "@docsearch/css",
"direct": false,
"version": "3.8.2",
"ecosystem": "npm"
},
{
"name": "@docsearch/js",
"direct": false,
"version": "3.8.2",
"ecosystem": "npm"
},
{
"name": "@docsearch/react",
"direct": false,
"version": "3.8.2",
"ecosystem": "npm"
},
{
"name": "@emotion/babel-plugin",
"direct": false,
"version": "11.13.5",
"ecosystem": "npm"
},
{
"name": "@emotion/cache",
"direct": false,
"version": "11.14.0",
"ecosystem": "npm"
},
{
"name": "@emotion/hash",
"direct": false,
"version": "0.9.2",
"ecosystem": "npm"
},
{
"name": "@emotion/is-prop-valid",
"direct": false,
"version": "1.4.0",
"ecosystem": "npm"
},
{
"name": "@emotion/memoize",
"direct": false,
"version": "0.9.0",
"ecosystem": "npm"
},
{
"name": "@emotion/react",
"direct": false,
"version": "11.14.0",
"ecosystem": "npm"
},
{
"name": "@emotion/serialize",
"direct": false,
"version": "1.3.3",
"ecosystem": "npm"
},
{
"name": "@emotion/sheet",
"direct": false,
"version": "1.4.0",
"ecosystem": "npm"
},
{
"name": "@emotion/styled",
"direct": false,
"version": "11.14.1",
"ecosystem": "npm"
},
{
"name": "@emotion/unitless",
"direct": false,
"version": "0.10.0",
"ecosystem": "npm"
},
{
"name": "@emotion/use-insertion-effect-with-fallbacks",
"direct": false,
"version": "1.2.0",
"ecosystem": "npm"
},
{
"name": "@emotion/utils",
"direct": false,
"version": "1.4.2",
"ecosystem": "npm"
},
{
"name": "@emotion/weak-memoize",
"direct": false,
"version": "0.4.0",
"ecosystem": "npm"
},
{
"name": "@esbuild/aix-ppc64",
"direct": false,
"version": "0.21.5",
"ecosystem": "npm"
},
{
"name": "@esbuild/aix-ppc64",
"direct": false,
"version": "0.27.3",
"ecosystem": "npm"
},
{
"name": "@esbuild/aix-ppc64",
"direct": false,
"version": "0.27.7",
"ecosystem": "npm"
},
{
"name": "@esbuild/android-arm",
"direct": false,
"version": "0.18.20",
"ecosystem": "npm"
},
{
"name": "@esbuild/android-arm",
"direct": false,
"version": "0.21.5",
"ecosystem": "npm"
},
{
"name": "@esbuild/android-arm",
"direct": false,
"version": "0.27.3",
"ecosystem": "npm"
},
{
"name": "@esbuild/android-arm",
"direct": false,
"version": "0.27.7",
"ecosystem": "npm"
},
{
"name": "@esbuild/android-arm64",
"direct": false,
"version": "0.18.20",
"ecosystem": "npm"
},
{
"name": "@esbuild/android-arm64",
"direct": false,
"version": "0.21.5",
"ecosystem": "npm"
},
{
"name": "@esbuild/android-arm64",
"direct": false,
"version": "0.27.3",
"ecosystem": "npm"
},
{
"name": "@esbuild/android-arm64",
"direct": false,
"version": "0.27.7",
"ecosystem": "npm"
},
{
"name": "@esbuild/android-x64",
"direct": false,
"version": "0.18.20",
"ecosystem": "npm"
},
{
"name": "@esbuild/android-x64",
"direct": false,
"version": "0.21.5",
"ecosystem": "npm"
},
{
"name": "@esbuild/android-x64",
"direct": false,
"version": "0.27.3",
"ecosystem": "npm"
},
{
"name": "@esbuild/android-x64",
"direct": false,
"version": "0.27.7",
"ecosystem": "npm"
},
{
"name": "@esbuild/darwin-arm64",
"direct": false,
"version": "0.18.20",
"ecosystem": "npm"
},
{
"name": "@esbuild/darwin-arm64",
"direct": false,
"version": "0.21.5",
"ecosystem": "npm"
},
{
"name": "@esbuild/darwin-arm64",
"direct": false,
"version": "0.27.3",
"ecosystem": "npm"
},
{
"name": "@esbuild/darwin-arm64",
"direct": false,
"version": "0.27.7",
"ecosystem": "npm"
},
{
"name": "@esbuild/darwin-x64",
"direct": false,
"version": "0.18.20",
"ecosystem": "npm"
},
{
"name": "@esbuild/darwin-x64",
"direct": false,
"version": "0.21.5",
"ecosystem": "npm"
},
{
"name": "@esbuild/darwin-x64",
"direct": false,
"version": "0.27.3",
"ecosystem": "npm"
},
{
"name": "@esbuild/darwin-x64",
"direct": false,
"version": "0.27.7",
"ecosystem": "npm"
},
{
"name": "@esbuild/freebsd-arm64",
"direct": false,
"version": "0.18.20",
"ecosystem": "npm"
},
{
"name": "@esbuild/freebsd-arm64",
"direct": false,
"version": "0.21.5",
"ecosystem": "npm"
},
{
"name": "@esbuild/freebsd-arm64",
"direct": false,
"version": "0.27.3",
"ecosystem": "npm"
},
{
"name": "@esbuild/freebsd-arm64",
"direct": false,
"version": "0.27.7",
"ecosystem": "npm"
},
{
"name": "@esbuild/freebsd-x64",
"direct": false,
"version": "0.18.20",
"ecosystem": "npm"
},
{
"name": "@esbuild/freebsd-x64",
"direct": false,
"version": "0.21.5",
"ecosystem": "npm"
},
{
"name": "@esbuild/freebsd-x64",
"direct": false,
"version": "0.27.3",
"ecosystem": "npm"
},
{
"name": "@esbuild/freebsd-x64",
"direct": false,
"version": "0.27.7",
"ecosystem": "npm"
},
{
"name": "@esbuild/linux-arm",
"direct": false,
"version": "0.18.20",
"ecosystem": "npm"
},
{
"name": "@esbuild/linux-arm",
"direct": false,
"version": "0.21.5",
"ecosystem": "npm"
},
{
"name": "@esbuild/linux-arm",
"direct": false,
"version": "0.27.3",
"ecosystem": "npm"
},
{
"name": "@esbuild/linux-arm",
"direct": false,
"version": "0.27.7",
"ecosystem": "npm"
},
{
"name": "@esbuild/linux-arm64",
"direct": false,
"version": "0.18.20",
"ecosystem": "npm"
},
{
"name": "@esbuild/linux-arm64",
"direct": false,
"version": "0.21.5",
"ecosystem": "npm"
},
{
"name": "@esbuild/linux-arm64",
"direct": false,
"version": "0.27.3",
"ecosystem": "npm"
},
{
"name": "@esbuild/linux-arm64",
"direct": false,
"version": "0.27.7",
"ecosystem": "npm"
},
{
"name": "@esbuild/linux-ia32",
"direct": false,
"version": "0.18.20",
"ecosystem": "npm"
},
{
"name": "@esbuild/linux-ia32",
"direct": false,
"version": "0.21.5",
"ecosystem": "npm"
},
{
"name": "@esbuild/linux-ia32",
"direct": false,
"version": "0.27.3",
"ecosystem": "npm"
},
{
"name": "@esbuild/linux-ia32",
"direct": false,
"version": "0.27.7",
"ecosystem": "npm"
},
{
"name": "@esbuild/linux-loong64",
"direct": false,
"version": "0.18.20",
"ecosystem": "npm"
},
{
"name": "@esbuild/linux-loong64",
"direct": false,
"version": "0.21.5",
"ecosystem": "npm"
},
{
"name": "@esbuild/linux-loong64",
"direct": false,
"version": "0.27.3",
"ecosystem": "npm"
},
{
"name": "@esbuild/linux-loong64",
"direct": false,
"version": "0.27.7",
"ecosystem": "npm"
},
{
"name": "@esbuild/linux-mips64el",
"direct": false,
"version": "0.18.20",
"ecosystem": "npm"
},
{
"name": "@esbuild/linux-mips64el",
"direct": false,
"version": "0.21.5",
"ecosystem": "npm"
},
{
"name": "@esbuild/linux-mips64el",
"direct": false,
"version": "0.27.3",
"ecosystem": "npm"
},
{
"name": "@esbuild/linux-mips64el",
"direct": false,
"version": "0.27.7",
"ecosystem": "npm"
},
{
"name": "@esbuild/linux-ppc64",
"direct": false,
"version": "0.18.20",
"ecosystem": "npm"
},
{
"name": "@esbuild/linux-ppc64",
"direct": false,
"version": "0.21.5",
"ecosystem": "npm"
},
{
"name": "@esbuild/linux-ppc64",
"direct": false,
"version": "0.27.3",
"ecosystem": "npm"
},
{
"name": "@esbuild/linux-ppc64",
"direct": false,
"version": "0.27.7",
"ecosystem": "npm"
},
{
"name": "@esbuild/linux-riscv64",
"direct": false,
"version": "0.18.20",
"ecosystem": "npm"
},
{
"name": "@esbuild/linux-riscv64",
"direct": false,
"version": "0.21.5",
"ecosystem": "npm"
},
{
"name": "@esbuild/linux-riscv64",
"direct": false,
"version": "0.27.3",
"ecosystem": "npm"
},
{
"name": "@esbuild/linux-riscv64",
"direct": false,
"version": "0.27.7",
"ecosystem": "npm"
},
{
"name": "@esbuild/linux-s390x",
"direct": false,
"version": "0.18.20",
"ecosystem": "npm"
},
{
"name": "@esbuild/linux-s390x",
"direct": false,
"version": "0.21.5",
"ecosystem": "npm"
},
{
"name": "@esbuild/linux-s390x",
"direct": false,
"version": "0.27.3",
"ecosystem": "npm"
},
{
"name": "@esbuild/linux-s390x",
"direct": false,
"version": "0.27.7",
"ecosystem": "npm"
},
{
"name": "@esbuild/linux-x64",
"direct": false,
"version": "0.18.20",
"ecosystem": "npm"
},
{
"name": "@esbuild/linux-x64",
"direct": false,
"version": "0.21.5",
"ecosystem": "npm"
},
{
"name": "@esbuild/linux-x64",
"direct": false,
"version": "0.27.3",
"ecosystem": "npm"
},
{
"name": "@esbuild/linux-x64",
"direct": false,
"version": "0.27.7",
"ecosystem": "npm"
},
{
"name": "@esbuild/netbsd-arm64",
"direct": false,
"version": "0.27.3",
"ecosystem": "npm"
},
{
"name": "@esbuild/netbsd-arm64",
"direct": false,
"version": "0.27.7",
"ecosystem": "npm"
},
{
"name": "@esbuild/netbsd-x64",
"direct": false,
"version": "0.18.20",
"ecosystem": "npm"
},
{
"name": "@esbuild/netbsd-x64",
"direct": false,
"version": "0.21.5",
"ecosystem": "npm"
},
{
"name": "@esbuild/netbsd-x64",
"direct": false,
"version": "0.27.3",
"ecosystem": "npm"
},
{
"name": "@esbuild/netbsd-x64",
"direct": false,
"version": "0.27.7",
"ecosystem": "npm"
},
{
"name": "@esbuild/openbsd-arm64",
"direct": false,
"version": "0.27.3",
"ecosystem": "npm"
},
{
"name": "@esbuild/openbsd-arm64",
"direct": false,
"version": "0.27.7",
"ecosystem": "npm"
},
{
"name": "@esbuild/openbsd-x64",
"direct": false,
"version": "0.18.20",
"ecosystem": "npm"
},
{
"name": "@esbuild/openbsd-x64",
"direct": false,
"version": "0.21.5",
"ecosystem": "npm"
},
{
"name": "@esbuild/openbsd-x64",
"direct": false,
"version": "0.27.3",
"ecosystem": "npm"
},
{
"name": "@esbuild/openbsd-x64",
"direct": false,
"version": "0.27.7",
"ecosystem": "npm"
},
{
"name": "@esbuild/openharmony-arm64",
"direct": false,
"version": "0.27.3",
"ecosystem": "npm"
},
{
"name": "@esbuild/openharmony-arm64",
"direct": false,
"version": "0.27.7",
"ecosystem": "npm"
},
{
"name": "@esbuild/sunos-x64",
"direct": false,
"version": "0.18.20",
"ecosystem": "npm"
},
{
"name": "@esbuild/sunos-x64",
"direct": false,
"version": "0.21.5",
"ecosystem": "npm"
},
{
"name": "@esbuild/sunos-x64",
"direct": false,
"version": "0.27.3",
"ecosystem": "npm"
},
{
"name": "@esbuild/sunos-x64",
"direct": false,
"version": "0.27.7",
"ecosystem": "npm"
},
{
"name": "@esbuild/win32-arm64",
"direct": false,
"version": "0.18.20",
"ecosystem": "npm"
},
{
"name": "@esbuild/win32-arm64",
"direct": false,
"version": "0.21.5",
"ecosystem": "npm"
},
{
"name": "@esbuild/win32-arm64",
"direct": false,
"version": "0.27.3",
"ecosystem": "npm"
},
{
"name": "@esbuild/win32-arm64",
"direct": false,
"version": "0.27.7",
"ecosystem": "npm"
},
{
"name": "@esbuild/win32-ia32",
"direct": false,
"version": "0.18.20",
"ecosystem": "npm"
},
{
"name": "@esbuild/win32-ia32",
"direct": false,
"version": "0.21.5",
"ecosystem": "npm"
},
{
"name": "@esbuild/win32-ia32",
"direct": false,
"version": "0.27.3",
"ecosystem": "npm"
},
{
"name": "@esbuild/win32-ia32",
"direct": false,
"version": "0.27.7",
"ecosystem": "npm"
},
{
"name": "@esbuild/win32-x64",
"direct": false,
"version": "0.18.20",
"ecosystem": "npm"
},
{
"name": "@esbuild/win32-x64",
"direct": false,
"version": "0.21.5",
"ecosystem": "npm"
},
{
"name": "@esbuild/win32-x64",
"direct": false,
"version": "0.27.3",
"ecosystem": "npm"
},
{
"name": "@esbuild/win32-x64",
"direct": false,
"version": "0.27.7",
"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.21.1",
"ecosystem": "npm"
},
{
"name": "@eslint/config-helpers",
"direct": false,
"version": "0.4.2",
"ecosystem": "npm"
},
{
"name": "@eslint/core",
"direct": false,
"version": "0.17.0",
"ecosystem": "npm"
},
{
"name": "@eslint/eslintrc",
"direct": false,
"version": "3.3.3",
"ecosystem": "npm"
},
{
"name": "@eslint/js",
"direct": false,
"version": "9.39.2",
"ecosystem": "npm"
},
{
"name": "@eslint/object-schema",
"direct": false,
"version": "2.1.7",
"ecosystem": "npm"
},
{
"name": "@eslint/plugin-kit",
"direct": false,
"version": "0.4.1",
"ecosystem": "npm"
},
{
"name": "@humanfs/core",
"direct": false,
"version": "0.19.1",
"ecosystem": "npm"
},
{
"name": "@humanfs/node",
"direct": false,
"version": "0.16.7",
"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": "@iconify-json/simple-icons",
"direct": false,
"version": "1.2.80",
"ecosystem": "npm"
},
{
"name": "@iconify/types",
"direct": false,
"version": "2.0.0",
"ecosystem": "npm"
},
{
"name": "@inquirer/ansi",
"direct": false,
"version": "2.0.5",
"ecosystem": "npm"
},
{
"name": "@inquirer/checkbox",
"direct": false,
"version": "5.1.4",
"ecosystem": "npm"
},
{
"name": "@inquirer/confirm",
"direct": false,
"version": "6.0.12",
"ecosystem": "npm"
},
{
"name": "@inquirer/core",
"direct": false,
"version": "11.1.9",
"ecosystem": "npm"
},
{
"name": "@inquirer/editor",
"direct": false,
"version": "5.1.1",
"ecosystem": "npm"
},
{
"name": "@inquirer/expand",
"direct": false,
"version": "5.0.13",
"ecosystem": "npm"
},
{
"name": "@inquirer/external-editor",
"direct": false,
"version": "3.0.0",
"ecosystem": "npm"
},
{
"name": "@inquirer/figures",
"direct": false,
"version": "2.0.5",
"ecosystem": "npm"
},
{
"name": "@inquirer/input",
"direct": false,
"version": "5.0.12",
"ecosystem": "npm"
},
{
"name": "@inquirer/number",
"direct": false,
"version": "4.0.12",
"ecosystem": "npm"
},
{
"name": "@inquirer/password",
"direct": false,
"version": "5.0.12",
"ecosystem": "npm"
},
{
"name": "@inquirer/prompts",
"direct": false,
"version": "8.4.2",
"ecosystem": "npm"
},
{
"name": "@inquirer/rawlist",
"direct": false,
"version": "5.2.8",
"ecosystem": "npm"
},
{
"name": "@inquirer/search",
"direct": false,
"version": "4.1.8",
"ecosystem": "npm"
},
{
"name": "@inquirer/select",
"direct": false,
"version": "5.1.4",
"ecosystem": "npm"
},
{
"name": "@inquirer/type",
"direct": false,
"version": "4.0.5",
"ecosystem": "npm"
},
{
"name": "@isaacs/cliui",
"direct": false,
"version": "8.0.2",
"ecosystem": "npm"
},
{
"name": "@istanbuljs/schema",
"direct": false,
"version": "0.1.6",
"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": "@mui/core-downloads-tracker",
"direct": false,
"version": "5.18.0",
"ecosystem": "npm"
},
{
"name": "@mui/material",
"direct": false,
"version": "5.18.0",
"ecosystem": "npm"
},
{
"name": "@mui/private-theming",
"direct": false,
"version": "5.17.1",
"ecosystem": "npm"
},
{
"name": "@mui/styled-engine",
"direct": false,
"version": "5.18.0",
"ecosystem": "npm"
},
{
"name": "@mui/system",
"direct": false,
"version": "5.18.0",
"ecosystem": "npm"
},
{
"name": "@mui/types",
"direct": false,
"version": "7.2.24",
"ecosystem": "npm"
},
{
"name": "@mui/utils",
"direct": false,
"version": "5.17.1",
"ecosystem": "npm"
},
{
"name": "@mui/x-data-grid",
"direct": false,
"version": "6.20.4",
"ecosystem": "npm"
},
{
"name": "@pkgjs/parseargs",
"direct": false,
"version": "0.11.0",
"ecosystem": "npm"
},
{
"name": "@playwright/test",
"direct": false,
"version": "1.60.0",
"ecosystem": "npm"
},
{
"name": "@polka/url",
"direct": false,
"version": "1.0.0-next.29",
"ecosystem": "npm"
},
{
"name": "@popperjs/core",
"direct": false,
"version": "2.11.8",
"ecosystem": "npm"
},
{
"name": "@rolldown/pluginutils",
"direct": false,
"version": "1.0.0-beta.27",
"ecosystem": "npm"
},
{
"name": "@rolldown/pluginutils",
"direct": false,
"version": "1.0.0-rc.2",
"ecosystem": "npm"
},
{
"name": "@rollup/rollup-android-arm-eabi",
"direct": false,
"version": "4.57.1",
"ecosystem": "npm"
},
{
"name": "@rollup/rollup-android-arm-eabi",
"direct": false,
"version": "4.60.2",
"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.57.1",
"ecosystem": "npm"
},
{
"name": "@rollup/rollup-android-arm64",
"direct": false,
"version": "4.60.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.57.1",
"ecosystem": "npm"
},
{
"name": "@rollup/rollup-darwin-arm64",
"direct": false,
"version": "4.60.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.57.1",
"ecosystem": "npm"
},
{
"name": "@rollup/rollup-darwin-x64",
"direct": false,
"version": "4.60.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.57.1",
"ecosystem": "npm"
},
{
"name": "@rollup/rollup-freebsd-arm64",
"direct": false,
"version": "4.60.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.57.1",
"ecosystem": "npm"
},
{
"name": "@rollup/rollup-freebsd-x64",
"direct": false,
"version": "4.60.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.57.1",
"ecosystem": "npm"
},
{
"name": "@rollup/rollup-linux-arm-gnueabihf",
"direct": false,
"version": "4.60.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.57.1",
"ecosystem": "npm"
},
{
"name": "@rollup/rollup-linux-arm-musleabihf",
"direct": false,
"version": "4.60.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.57.1",
"ecosystem": "npm"
},
{
"name": "@rollup/rollup-linux-arm64-gnu",
"direct": false,
"version": "4.60.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.57.1",
"ecosystem": "npm"
},
{
"name": "@rollup/rollup-linux-arm64-musl",
"direct": false,
"version": "4.60.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.57.1",
"ecosystem": "npm"
},
{
"name": "@rollup/rollup-linux-loong64-gnu",
"direct": false,
"version": "4.60.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.57.1",
"ecosystem": "npm"
},
{
"name": "@rollup/rollup-linux-loong64-musl",
"direct": false,
"version": "4.60.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.57.1",
"ecosystem": "npm"
},
{
"name": "@rollup/rollup-linux-ppc64-gnu",
"direct": false,
"version": "4.60.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.57.1",
"ecosystem": "npm"
},
{
"name": "@rollup/rollup-linux-ppc64-musl",
"direct": false,
"version": "4.60.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.57.1",
"ecosystem": "npm"
},
{
"name": "@rollup/rollup-linux-riscv64-gnu",
"direct": false,
"version": "4.60.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.57.1",
"ecosystem": "npm"
},
{
"name": "@rollup/rollup-linux-riscv64-musl",
"direct": false,
"version": "4.60.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.57.1",
"ecosystem": "npm"
},
{
"name": "@rollup/rollup-linux-s390x-gnu",
"direct": false,
"version": "4.60.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.57.1",
"ecosystem": "npm"
},
{
"name": "@rollup/rollup-linux-x64-gnu",
"direct": false,
"version": "4.60.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.57.1",
"ecosystem": "npm"
},
{
"name": "@rollup/rollup-linux-x64-musl",
"direct": false,
"version": "4.60.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.57.1",
"ecosystem": "npm"
},
{
"name": "@rollup/rollup-openbsd-x64",
"direct": false,
"version": "4.60.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.57.1",
"ecosystem": "npm"
},
{
"name": "@rollup/rollup-openharmony-arm64",
"direct": false,
"version": "4.60.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.57.1",
"ecosystem": "npm"
},
{
"name": "@rollup/rollup-win32-arm64-msvc",
"direct": false,
"version": "4.60.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.57.1",
"ecosystem": "npm"
},
{
"name": "@rollup/rollup-win32-ia32-msvc",
"direct": false,
"version": "4.60.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.57.1",
"ecosystem": "npm"
},
{
"name": "@rollup/rollup-win32-x64-gnu",
"direct": false,
"version": "4.60.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.57.1",
"ecosystem": "npm"
},
{
"name": "@rollup/rollup-win32-x64-msvc",
"direct": false,
"version": "4.60.2",
"ecosystem": "npm"
},
{
"name": "@rollup/rollup-win32-x64-msvc",
"direct": false,
"version": "4.62.2",
"ecosystem": "npm"
},
{
"name": "@sec-ant/readable-stream",
"direct": false,
"version": "0.4.1",
"ecosystem": "npm"
},
{
"name": "@shikijs/core",
"direct": false,
"version": "2.5.0",
"ecosystem": "npm"
},
{
"name": "@shikijs/engine-javascript",
"direct": false,
"version": "2.5.0",
"ecosystem": "npm"
},
{
"name": "@shikijs/engine-oniguruma",
"direct": false,
"version": "2.5.0",
"ecosystem": "npm"
},
{
"name": "@shikijs/langs",
"direct": false,
"version": "2.5.0",
"ecosystem": "npm"
},
{
"name": "@shikijs/themes",
"direct": false,
"version": "2.5.0",
"ecosystem": "npm"
},
{
"name": "@shikijs/transformers",
"direct": false,
"version": "2.5.0",
"ecosystem": "npm"
},
{
"name": "@shikijs/types",
"direct": false,
"version": "2.5.0",
"ecosystem": "npm"
},
{
"name": "@shikijs/vscode-textmate",
"direct": false,
"version": "10.0.2",
"ecosystem": "npm"
},
{
"name": "@simple-libs/child-process-utils",
"direct": false,
"version": "1.0.2",
"ecosystem": "npm"
},
{
"name": "@simple-libs/stream-utils",
"direct": false,
"version": "1.2.0",
"ecosystem": "npm"
},
{
"name": "@sindresorhus/merge-streams",
"direct": false,
"version": "4.0.0",
"ecosystem": "npm"
},
{
"name": "@stryker-mutator/api",
"direct": false,
"version": "9.6.1",
"ecosystem": "npm"
},
{
"name": "@stryker-mutator/core",
"direct": false,
"version": "9.6.1",
"ecosystem": "npm"
},
{
"name": "@stryker-mutator/instrumenter",
"direct": false,
"version": "9.6.1",
"ecosystem": "npm"
},
{
"name": "@stryker-mutator/util",
"direct": false,
"version": "9.6.1",
"ecosystem": "npm"
},
{
"name": "@stryker-mutator/vitest-runner",
"direct": false,
"version": "9.6.1",
"ecosystem": "npm"
},
{
"name": "@types/babel__core",
"direct": false,
"version": "7.20.5",
"ecosystem": "npm"
},
{
"name": "@types/babel__generator",
"direct": false,
"version": "7.27.0",
"ecosystem": "npm"
},
{
"name": "@types/babel__template",
"direct": false,
"version": "7.4.4",
"ecosystem": "npm"
},
{
"name": "@types/babel__traverse",
"direct": false,
"version": "7.28.0",
"ecosystem": "npm"
},
{
"name": "@types/chai",
"direct": false,
"version": "5.2.3",
"ecosystem": "npm"
},
{
"name": "@types/deep-eql",
"direct": false,
"version": "4.0.2",
"ecosystem": "npm"
},
{
"name": "@types/estree",
"direct": false,
"version": "1.0.8",
"ecosystem": "npm"
},
{
"name": "@types/estree",
"direct": false,
"version": "1.0.9",
"ecosystem": "npm"
},
{
"name": "@types/hast",
"direct": false,
"version": "3.0.4",
"ecosystem": "npm"
},
{
"name": "@types/json-schema",
"direct": false,
"version": "7.0.15",
"ecosystem": "npm"
},
{
"name": "@types/linkify-it",
"direct": false,
"version": "5.0.0",
"ecosystem": "npm"
},
{
"name": "@types/markdown-it",
"direct": false,
"version": "14.1.2",
"ecosystem": "npm"
},
{
"name": "@types/mdast",
"direct": false,
"version": "4.0.4",
"ecosystem": "npm"
},
{
"name": "@types/mdurl",
"direct": false,
"version": "2.0.0",
"ecosystem": "npm"
},
{
"name": "@types/node",
"direct": false,
"version": "24.10.11",
"ecosystem": "npm"
},
{
"name": "@types/node",
"direct": false,
"version": "25.9.1",
"ecosystem": "npm"
},
{
"name": "@types/parse-json",
"direct": false,
"version": "4.0.2",
"ecosystem": "npm"
},
{
"name": "@types/prop-types",
"direct": false,
"version": "15.7.15",
"ecosystem": "npm"
},
{
"name": "@types/react",
"direct": false,
"version": "18.3.28",
"ecosystem": "npm"
},
{
"name": "@types/react",
"direct": false,
"version": "19.2.13",
"ecosystem": "npm"
},
{
"name": "@types/react-dom",
"direct": false,
"version": "18.3.7",
"ecosystem": "npm"
},
{
"name": "@types/react-dom",
"direct": false,
"version": "19.2.3",
"ecosystem": "npm"
},
{
"name": "@types/react-transition-group",
"direct": false,
"version": "4.4.12",
"ecosystem": "npm"
},
{
"name": "@types/unist",
"direct": false,
"version": "3.0.3",
"ecosystem": "npm"
},
{
"name": "@types/web-bluetooth",
"direct": false,
"version": "0.0.21",
"ecosystem": "npm"
},
{
"name": "@types/whatwg-mimetype",
"direct": false,
"version": "3.0.2",
"ecosystem": "npm"
},
{
"name": "@types/ws",
"direct": false,
"version": "8.18.1",
"ecosystem": "npm"
},
{
"name": "@typescript-eslint/eslint-plugin",
"direct": false,
"version": "8.54.0",
"ecosystem": "npm"
},
{
"name": "@typescript-eslint/parser",
"direct": false,
"version": "8.54.0",
"ecosystem": "npm"
},
{
"name": "@typescript-eslint/project-service",
"direct": false,
"version": "8.54.0",
"ecosystem": "npm"
},
{
"name": "@typescript-eslint/scope-manager",
"direct": false,
"version": "8.54.0",
"ecosystem": "npm"
},
{
"name": "@typescript-eslint/tsconfig-utils",
"direct": false,
"version": "8.54.0",
"ecosystem": "npm"
},
{
"name": "@typescript-eslint/type-utils",
"direct": false,
"version": "8.54.0",
"ecosystem": "npm"
},
{
"name": "@typescript-eslint/types",
"direct": false,
"version": "8.54.0",
"ecosystem": "npm"
},
{
"name": "@typescript-eslint/typescript-estree",
"direct": false,
"version": "8.54.0",
"ecosystem": "npm"
},
{
"name": "@typescript-eslint/utils",
"direct": false,
"version": "8.54.0",
"ecosystem": "npm"
},
{
"name": "@typescript-eslint/visitor-keys",
"direct": false,
"version": "8.54.0",
"ecosystem": "npm"
},
{
"name": "@ungap/structured-clone",
"direct": false,
"version": "1.3.0",
"ecosystem": "npm"
},
{
"name": "@vitejs/plugin-react",
"direct": false,
"version": "4.7.0",
"ecosystem": "npm"
},
{
"name": "@vitejs/plugin-react",
"direct": false,
"version": "5.1.3",
"ecosystem": "npm"
},
{
"name": "@vitejs/plugin-vue",
"direct": false,
"version": "5.2.4",
"ecosystem": "npm"
},
{
"name": "@vitest/coverage-v8",
"direct": false,
"version": "3.2.6",
"ecosystem": "npm"
},
{
"name": "@vitest/expect",
"direct": false,
"version": "3.2.6",
"ecosystem": "npm"
},
{
"name": "@vitest/mocker",
"direct": false,
"version": "3.2.6",
"ecosystem": "npm"
},
{
"name": "@vitest/pretty-format",
"direct": false,
"version": "3.2.6",
"ecosystem": "npm"
},
{
"name": "@vitest/runner",
"direct": false,
"version": "3.2.6",
"ecosystem": "npm"
},
{
"name": "@vitest/snapshot",
"direct": false,
"version": "3.2.6",
"ecosystem": "npm"
},
{
"name": "@vitest/spy",
"direct": false,
"version": "3.2.6",
"ecosystem": "npm"
},
{
"name": "@vitest/ui",
"direct": false,
"version": "3.2.6",
"ecosystem": "npm"
},
{
"name": "@vitest/utils",
"direct": false,
"version": "3.2.6",
"ecosystem": "npm"
},
{
"name": "@vue/compiler-core",
"direct": false,
"version": "3.5.33",
"ecosystem": "npm"
},
{
"name": "@vue/compiler-dom",
"direct": false,
"version": "3.5.33",
"ecosystem": "npm"
},
{
"name": "@vue/compiler-sfc",
"direct": false,
"version": "3.5.33",
"ecosystem": "npm"
},
{
"name": "@vue/compiler-ssr",
"direct": false,
"version": "3.5.33",
"ecosystem": "npm"
},
{
"name": "@vue/devtools-api",
"direct": false,
"version": "7.7.9",
"ecosystem": "npm"
},
{
"name": "@vue/devtools-kit",
"direct": false,
"version": "7.7.9",
"ecosystem": "npm"
},
{
"name": "@vue/devtools-shared",
"direct": false,
"version": "7.7.9",
"ecosystem": "npm"
},
{
"name": "@vue/reactivity",
"direct": false,
"version": "3.5.33",
"ecosystem": "npm"
},
{
"name": "@vue/runtime-core",
"direct": false,
"version": "3.5.33",
"ecosystem": "npm"
},
{
"name": "@vue/runtime-dom",
"direct": false,
"version": "3.5.33",
"ecosystem": "npm"
},
{
"name": "@vue/server-renderer",
"direct": false,
"version": "3.5.33",
"ecosystem": "npm"
},
{
"name": "@vue/shared",
"direct": false,
"version": "3.5.33",
"ecosystem": "npm"
},
{
"name": "@vueuse/core",
"direct": false,
"version": "12.8.2",
"ecosystem": "npm"
},
{
"name": "@vueuse/integrations",
"direct": false,
"version": "12.8.2",
"ecosystem": "npm"
},
{
"name": "@vueuse/metadata",
"direct": false,
"version": "12.8.2",
"ecosystem": "npm"
},
{
"name": "@vueuse/shared",
"direct": false,
"version": "12.8.2",
"ecosystem": "npm"
},
{
"name": "acorn",
"direct": false,
"version": "8.15.0",
"ecosystem": "npm"
},
{
"name": "acorn-jsx",
"direct": false,
"version": "5.3.2",
"ecosystem": "npm"
},
{
"name": "ajv",
"direct": false,
"version": "6.12.6",
"ecosystem": "npm"
},
{
"name": "ajv",
"direct": false,
"version": "8.18.0",
"ecosystem": "npm"
},
{
"name": "ajv",
"direct": false,
"version": "8.20.0",
"ecosystem": "npm"
},
{
"name": "algoliasearch",
"direct": false,
"version": "5.52.0",
"ecosystem": "npm"
},
{
"name": "angular-html-parser",
"direct": false,
"version": "10.4.0",
"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": "4.3.0",
"ecosystem": "npm"
},
{
"name": "ansi-styles",
"direct": false,
"version": "6.2.3",
"ecosystem": "npm"
},
{
"name": "argparse",
"direct": false,
"version": "2.0.1",
"ecosystem": "npm"
},
{
"name": "array-ify",
"direct": false,
"version": "1.0.0",
"ecosystem": "npm"
},
{
"name": "assertion-error",
"direct": false,
"version": "2.0.1",
"ecosystem": "npm"
},
{
"name": "ast-v8-to-istanbul",
"direct": false,
"version": "0.3.12",
"ecosystem": "npm"
},
{
"name": "babel-plugin-macros",
"direct": false,
"version": "3.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.10.25",
"ecosystem": "npm"
},
{
"name": "baseline-browser-mapping",
"direct": false,
"version": "2.10.8",
"ecosystem": "npm"
},
{
"name": "baseline-browser-mapping",
"direct": false,
"version": "2.9.19",
"ecosystem": "npm"
},
{
"name": "birpc",
"direct": false,
"version": "2.9.0",
"ecosystem": "npm"
},
{
"name": "brace-expansion",
"direct": false,
"version": "1.1.12",
"ecosystem": "npm"
},
{
"name": "brace-expansion",
"direct": false,
"version": "2.0.2",
"ecosystem": "npm"
},
{
"name": "brace-expansion",
"direct": false,
"version": "2.1.1",
"ecosystem": "npm"
},
{
"name": "brace-expansion",
"direct": false,
"version": "5.0.5",
"ecosystem": "npm"
},
{
"name": "browserslist",
"direct": false,
"version": "4.28.1",
"ecosystem": "npm"
},
{
"name": "browserslist",
"direct": false,
"version": "4.28.2",
"ecosystem": "npm"
},
{
"name": "buffer-image-size",
"direct": false,
"version": "0.6.4",
"ecosystem": "npm"
},
{
"name": "cac",
"direct": false,
"version": "6.7.14",
"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": "callsites",
"direct": false,
"version": "3.1.0",
"ecosystem": "npm"
},
{
"name": "caniuse-lite",
"direct": false,
"version": "1.0.30001769",
"ecosystem": "npm"
},
{
"name": "caniuse-lite",
"direct": false,
"version": "1.0.30001779",
"ecosystem": "npm"
},
{
"name": "caniuse-lite",
"direct": false,
"version": "1.0.30001791",
"ecosystem": "npm"
},
{
"name": "ccount",
"direct": false,
"version": "2.0.1",
"ecosystem": "npm"
},
{
"name": "chai",
"direct": false,
"version": "5.3.3",
"ecosystem": "npm"
},
{
"name": "chalk",
"direct": false,
"version": "4.1.2",
"ecosystem": "npm"
},
{
"name": "chalk",
"direct": false,
"version": "5.6.2",
"ecosystem": "npm"
},
{
"name": "character-entities-html4",
"direct": false,
"version": "2.1.0",
"ecosystem": "npm"
},
{
"name": "character-entities-legacy",
"direct": false,
"version": "3.0.0",
"ecosystem": "npm"
},
{
"name": "chardet",
"direct": false,
"version": "2.1.1",
"ecosystem": "npm"
},
{
"name": "check-error",
"direct": false,
"version": "2.1.3",
"ecosystem": "npm"
},
{
"name": "cli-width",
"direct": false,
"version": "4.1.0",
"ecosystem": "npm"
},
{
"name": "cliui",
"direct": false,
"version": "9.0.1",
"ecosystem": "npm"
},
{
"name": "clsx",
"direct": false,
"version": "2.1.1",
"ecosystem": "npm"
},
{
"name": "color-convert",
"direct": false,
"version": "2.0.1",
"ecosystem": "npm"
},
{
"name": "color-name",
"direct": false,
"version": "1.1.4",
"ecosystem": "npm"
},
{
"name": "comma-separated-tokens",
"direct": false,
"version": "2.0.3",
"ecosystem": "npm"
},
{
"name": "commander",
"direct": false,
"version": "14.0.3",
"ecosystem": "npm"
},
{
"name": "compare-func",
"direct": false,
"version": "2.0.0",
"ecosystem": "npm"
},
{
"name": "concat-map",
"direct": false,
"version": "0.0.1",
"ecosystem": "npm"
},
{
"name": "conventional-changelog-angular",
"direct": false,
"version": "8.3.1",
"ecosystem": "npm"
},
{
"name": "conventional-changelog-conventionalcommits",
"direct": false,
"version": "9.3.1",
"ecosystem": "npm"
},
{
"name": "conventional-commits-parser",
"direct": false,
"version": "6.4.0",
"ecosystem": "npm"
},
{
"name": "convert-source-map",
"direct": false,
"version": "1.9.0",
"ecosystem": "npm"
},
{
"name": "convert-source-map",
"direct": false,
"version": "2.0.0",
"ecosystem": "npm"
},
{
"name": "cookie",
"direct": false,
"version": "1.1.1",
"ecosystem": "npm"
},
{
"name": "copy-anything",
"direct": false,
"version": "4.0.5",
"ecosystem": "npm"
},
{
"name": "cosmiconfig",
"direct": false,
"version": "7.1.0",
"ecosystem": "npm"
},
{
"name": "cosmiconfig",
"direct": false,
"version": "9.0.1",
"ecosystem": "npm"
},
{
"name": "cosmiconfig-typescript-loader",
"direct": false,
"version": "6.3.0",
"ecosystem": "npm"
},
{
"name": "cross-spawn",
"direct": false,
"version": "7.0.6",
"ecosystem": "npm"
},
{
"name": "csstype",
"direct": false,
"version": "3.2.3",
"ecosystem": "npm"
},
{
"name": "debug",
"direct": false,
"version": "4.4.3",
"ecosystem": "npm"
},
{
"name": "deep-eql",
"direct": false,
"version": "5.0.2",
"ecosystem": "npm"
},
{
"name": "deep-is",
"direct": false,
"version": "0.1.4",
"ecosystem": "npm"
},
{
"name": "dequal",
"direct": false,
"version": "2.0.3",
"ecosystem": "npm"
},
{
"name": "des.js",
"direct": false,
"version": "1.1.0",
"ecosystem": "npm"
},
{
"name": "devlop",
"direct": false,
"version": "1.1.0",
"ecosystem": "npm"
},
{
"name": "diff-match-patch",
"direct": false,
"version": "1.0.5",
"ecosystem": "npm"
},
{
"name": "dom-helpers",
"direct": false,
"version": "5.2.1",
"ecosystem": "npm"
},
{
"name": "dot-prop",
"direct": false,
"version": "5.3.0",
"ecosystem": "npm"
},
{
"name": "dunder-proto",
"direct": false,
"version": "1.0.1",
"ecosystem": "npm"
},
{
"name": "eastasianwidth",
"direct": false,
"version": "0.2.0",
"ecosystem": "npm"
},
{
"name": "electron-to-chromium",
"direct": false,
"version": "1.5.286",
"ecosystem": "npm"
},
{
"name": "electron-to-chromium",
"direct": false,
"version": "1.5.313",
"ecosystem": "npm"
},
{
"name": "electron-to-chromium",
"direct": false,
"version": "1.5.349",
"ecosystem": "npm"
},
{
"name": "emoji-regex",
"direct": false,
"version": "10.6.0",
"ecosystem": "npm"
},
{
"name": "emoji-regex",
"direct": false,
"version": "8.0.0",
"ecosystem": "npm"
},
{
"name": "emoji-regex",
"direct": false,
"version": "9.2.2",
"ecosystem": "npm"
},
{
"name": "emoji-regex-xs",
"direct": false,
"version": "1.0.0",
"ecosystem": "npm"
},
{
"name": "entities",
"direct": false,
"version": "7.0.1",
"ecosystem": "npm"
},
{
"name": "env-paths",
"direct": false,
"version": "2.2.1",
"ecosystem": "npm"
},
{
"name": "error-ex",
"direct": false,
"version": "1.3.4",
"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-module-lexer",
"direct": false,
"version": "1.7.0",
"ecosystem": "npm"
},
{
"name": "es-object-atoms",
"direct": false,
"version": "1.1.1",
"ecosystem": "npm"
},
{
"name": "es-toolkit",
"direct": false,
"version": "1.47.0",
"ecosystem": "npm"
},
{
"name": "esbuild",
"direct": false,
"version": "0.18.20",
"ecosystem": "npm"
},
{
"name": "esbuild",
"direct": false,
"version": "0.21.5",
"ecosystem": "npm"
},
{
"name": "esbuild",
"direct": false,
"version": "0.27.3",
"ecosystem": "npm"
},
{
"name": "esbuild",
"direct": false,
"version": "0.27.7",
"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": "eslint",
"direct": false,
"version": "9.39.2",
"ecosystem": "npm"
},
{
"name": "eslint-plugin-react-hooks",
"direct": false,
"version": "7.0.1",
"ecosystem": "npm"
},
{
"name": "eslint-plugin-react-refresh",
"direct": false,
"version": "0.4.26",
"ecosystem": "npm"
},
{
"name": "eslint-scope",
"direct": false,
"version": "8.4.0",
"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": "espree",
"direct": false,
"version": "10.4.0",
"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": "2.0.2",
"ecosystem": "npm"
},
{
"name": "estree-walker",
"direct": false,
"version": "3.0.3",
"ecosystem": "npm"
},
{
"name": "esutils",
"direct": false,
"version": "2.0.3",
"ecosystem": "npm"
},
{
"name": "execa",
"direct": false,
"version": "9.6.1",
"ecosystem": "npm"
},
{
"name": "expect-type",
"direct": false,
"version": "1.3.0",
"ecosystem": "npm"
},
{
"name": "fast-deep-equal",
"direct": false,
"version": "3.1.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": "fast-string-truncated-width",
"direct": false,
"version": "3.0.3",
"ecosystem": "npm"
},
{
"name": "fast-string-width",
"direct": false,
"version": "3.0.2",
"ecosystem": "npm"
},
{
"name": "fast-uri",
"direct": false,
"version": "3.1.2",
"ecosystem": "npm"
},
{
"name": "fast-wrap-ansi",
"direct": false,
"version": "0.2.0",
"ecosystem": "npm"
},
{
"name": "fdir",
"direct": false,
"version": "6.5.0",
"ecosystem": "npm"
},
{
"name": "fflate",
"direct": false,
"version": "0.8.3",
"ecosystem": "npm"
},
{
"name": "figures",
"direct": false,
"version": "6.1.0",
"ecosystem": "npm"
},
{
"name": "file-entry-cache",
"direct": false,
"version": "8.0.0",
"ecosystem": "npm"
},
{
"name": "find-root",
"direct": false,
"version": "1.1.0",
"ecosystem": "npm"
},
{
"name": "find-up",
"direct": false,
"version": "5.0.0",
"ecosystem": "npm"
},
{
"name": "flat-cache",
"direct": false,
"version": "4.0.1",
"ecosystem": "npm"
},
{
"name": "flatted",
"direct": false,
"version": "3.3.3",
"ecosystem": "npm"
},
{
"name": "flatted",
"direct": false,
"version": "3.4.2",
"ecosystem": "npm"
},
{
"name": "focus-trap",
"direct": false,
"version": "7.8.0",
"ecosystem": "npm"
},
{
"name": "foreground-child",
"direct": false,
"version": "3.3.1",
"ecosystem": "npm"
},
{
"name": "fsevents",
"direct": false,
"version": "2.3.2",
"ecosystem": "npm"
},
{
"name": "fsevents",
"direct": false,
"version": "2.3.3",
"ecosystem": "npm"
},
{
"name": "function-bind",
"direct": false,
"version": "1.1.2",
"ecosystem": "npm"
},
{
"name": "gensync",
"direct": false,
"version": "1.0.0-beta.2",
"ecosystem": "npm"
},
{
"name": "get-caller-file",
"direct": false,
"version": "2.0.5",
"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-stream",
"direct": false,
"version": "9.0.1",
"ecosystem": "npm"
},
{
"name": "git-raw-commits",
"direct": false,
"version": "5.0.1",
"ecosystem": "npm"
},
{
"name": "glob",
"direct": false,
"version": "10.5.0",
"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": "14.0.0",
"ecosystem": "npm"
},
{
"name": "globals",
"direct": false,
"version": "16.5.0",
"ecosystem": "npm"
},
{
"name": "gopd",
"direct": false,
"version": "1.2.0",
"ecosystem": "npm"
},
{
"name": "happy-dom",
"direct": false,
"version": "20.10.6",
"ecosystem": "npm"
},
{
"name": "has-flag",
"direct": false,
"version": "4.0.0",
"ecosystem": "npm"
},
{
"name": "has-symbols",
"direct": false,
"version": "1.1.0",
"ecosystem": "npm"
},
{
"name": "hasown",
"direct": false,
"version": "2.0.2",
"ecosystem": "npm"
},
{
"name": "hasown",
"direct": false,
"version": "2.0.3",
"ecosystem": "npm"
},
{
"name": "hast-util-to-html",
"direct": false,
"version": "9.0.5",
"ecosystem": "npm"
},
{
"name": "hast-util-whitespace",
"direct": false,
"version": "3.0.0",
"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": "hoist-non-react-statics",
"direct": false,
"version": "3.3.2",
"ecosystem": "npm"
},
{
"name": "hookable",
"direct": false,
"version": "5.5.3",
"ecosystem": "npm"
},
{
"name": "html-escaper",
"direct": false,
"version": "2.0.2",
"ecosystem": "npm"
},
{
"name": "html-void-elements",
"direct": false,
"version": "3.0.0",
"ecosystem": "npm"
},
{
"name": "human-signals",
"direct": false,
"version": "8.0.1",
"ecosystem": "npm"
},
{
"name": "husky",
"direct": false,
"version": "9.1.7",
"ecosystem": "npm"
},
{
"name": "iconv-lite",
"direct": false,
"version": "0.7.2",
"ecosystem": "npm"
},
{
"name": "ignore",
"direct": false,
"version": "5.3.2",
"ecosystem": "npm"
},
{
"name": "ignore",
"direct": false,
"version": "7.0.5",
"ecosystem": "npm"
},
{
"name": "import-fresh",
"direct": false,
"version": "3.3.1",
"ecosystem": "npm"
},
{
"name": "imurmurhash",
"direct": false,
"version": "0.1.4",
"ecosystem": "npm"
},
{
"name": "inherits",
"direct": false,
"version": "2.0.4",
"ecosystem": "npm"
},
{
"name": "ini",
"direct": false,
"version": "6.0.0",
"ecosystem": "npm"
},
{
"name": "is-arrayish",
"direct": false,
"version": "0.2.1",
"ecosystem": "npm"
},
{
"name": "is-core-module",
"direct": false,
"version": "2.16.1",
"ecosystem": "npm"
},
{
"name": "is-extglob",
"direct": false,
"version": "2.1.1",
"ecosystem": "npm"
},
{
"name": "is-fullwidth-code-point",
"direct": false,
"version": "3.0.0",
"ecosystem": "npm"
},
{
"name": "is-glob",
"direct": false,
"version": "4.0.3",
"ecosystem": "npm"
},
{
"name": "is-obj",
"direct": false,
"version": "2.0.0",
"ecosystem": "npm"
},
{
"name": "is-plain-obj",
"direct": false,
"version": "4.1.0",
"ecosystem": "npm"
},
{
"name": "is-stream",
"direct": false,
"version": "4.0.1",
"ecosystem": "npm"
},
{
"name": "is-unicode-supported",
"direct": false,
"version": "2.1.0",
"ecosystem": "npm"
},
{
"name": "is-what",
"direct": false,
"version": "5.5.0",
"ecosystem": "npm"
},
{
"name": "isexe",
"direct": false,
"version": "2.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-lib-source-maps",
"direct": false,
"version": "5.0.6",
"ecosystem": "npm"
},
{
"name": "istanbul-reports",
"direct": false,
"version": "3.2.0",
"ecosystem": "npm"
},
{
"name": "jackspeak",
"direct": false,
"version": "3.4.3",
"ecosystem": "npm"
},
{
"name": "jiti",
"direct": false,
"version": "2.6.1",
"ecosystem": "npm"
},
{
"name": "js-md4",
"direct": false,
"version": "0.3.2",
"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-tokens",
"direct": false,
"version": "9.0.1",
"ecosystem": "npm"
},
{
"name": "js-yaml",
"direct": false,
"version": "4.1.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": "2.3.1",
"ecosystem": "npm"
},
{
"name": "json-rpc-2.0",
"direct": false,
"version": "1.7.1",
"ecosystem": "npm"
},
{
"name": "json-schema-traverse",
"direct": false,
"version": "0.4.1",
"ecosystem": "npm"
},
{
"name": "json-schema-traverse",
"direct": false,
"version": "1.0.0",
"ecosystem": "npm"
},
{
"name": "json-stable-stringify-without-jsonify",
"direct": false,
"version": "1.0.1",
"ecosystem": "npm"
},
{
"name": "json5",
"direct": false,
"version": "2.2.3",
"ecosystem": "npm"
},
{
"name": "keyv",
"direct": false,
"version": "4.5.4",
"ecosystem": "npm"
},
{
"name": "levn",
"direct": false,
"version": "0.4.1",
"ecosystem": "npm"
},
{
"name": "lines-and-columns",
"direct": false,
"version": "1.2.4",
"ecosystem": "npm"
},
{
"name": "locate-path",
"direct": false,
"version": "6.0.0",
"ecosystem": "npm"
},
{
"name": "lodash.groupby",
"direct": false,
"version": "4.6.0",
"ecosystem": "npm"
},
{
"name": "lodash.merge",
"direct": false,
"version": "4.6.2",
"ecosystem": "npm"
},
{
"name": "loose-envify",
"direct": false,
"version": "1.4.0",
"ecosystem": "npm"
},
{
"name": "loupe",
"direct": false,
"version": "3.2.1",
"ecosystem": "npm"
},
{
"name": "lru-cache",
"direct": false,
"version": "10.4.3",
"ecosystem": "npm"
},
{
"name": "lru-cache",
"direct": false,
"version": "5.1.1",
"ecosystem": "npm"
},
{
"name": "magic-string",
"direct": false,
"version": "0.30.21",
"ecosystem": "npm"
},
{
"name": "magicast",
"direct": false,
"version": "0.3.5",
"ecosystem": "npm"
},
{
"name": "make-dir",
"direct": false,
"version": "4.0.0",
"ecosystem": "npm"
},
{
"name": "mark.js",
"direct": false,
"version": "8.11.1",
"ecosystem": "npm"
},
{
"name": "math-intrinsics",
"direct": false,
"version": "1.1.0",
"ecosystem": "npm"
},
{
"name": "mdast-util-to-hast",
"direct": false,
"version": "13.2.1",
"ecosystem": "npm"
},
{
"name": "meow",
"direct": false,
"version": "13.2.0",
"ecosystem": "npm"
},
{
"name": "micromark-util-character",
"direct": false,
"version": "2.1.1",
"ecosystem": "npm"
},
{
"name": "micromark-util-encode",
"direct": false,
"version": "2.0.1",
"ecosystem": "npm"
},
{
"name": "micromark-util-sanitize-uri",
"direct": false,
"version": "2.0.1",
"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": "minimalistic-assert",
"direct": false,
"version": "1.0.1",
"ecosystem": "npm"
},
{
"name": "minimatch",
"direct": false,
"version": "10.2.5",
"ecosystem": "npm"
},
{
"name": "minimatch",
"direct": false,
"version": "3.1.2",
"ecosystem": "npm"
},
{
"name": "minimatch",
"direct": false,
"version": "9.0.5",
"ecosystem": "npm"
},
{
"name": "minimatch",
"direct": false,
"version": "9.0.9",
"ecosystem": "npm"
},
{
"name": "minipass",
"direct": false,
"version": "7.1.3",
"ecosystem": "npm"
},
{
"name": "minisearch",
"direct": false,
"version": "7.2.0",
"ecosystem": "npm"
},
{
"name": "mitt",
"direct": false,
"version": "3.0.1",
"ecosystem": "npm"
},
{
"name": "mrmime",
"direct": false,
"version": "2.0.1",
"ecosystem": "npm"
},
{
"name": "ms",
"direct": false,
"version": "2.1.3",
"ecosystem": "npm"
},
{
"name": "mutation-server-protocol",
"direct": false,
"version": "0.4.1",
"ecosystem": "npm"
},
{
"name": "mutation-testing-elements",
"direct": false,
"version": "3.7.3",
"ecosystem": "npm"
},
{
"name": "mutation-testing-metrics",
"direct": false,
"version": "3.7.3",
"ecosystem": "npm"
},
{
"name": "mutation-testing-report-schema",
"direct": false,
"version": "3.7.3",
"ecosystem": "npm"
},
{
"name": "mute-stream",
"direct": false,
"version": "3.0.0",
"ecosystem": "npm"
},
{
"name": "nanoid",
"direct": false,
"version": "3.3.11",
"ecosystem": "npm"
},
{
"name": "nanoid",
"direct": false,
"version": "3.3.12",
"ecosystem": "npm"
},
{
"name": "nanoid",
"direct": false,
"version": "3.3.14",
"ecosystem": "npm"
},
{
"name": "natural-compare",
"direct": false,
"version": "1.4.0",
"ecosystem": "npm"
},
{
"name": "node-releases",
"direct": false,
"version": "2.0.27",
"ecosystem": "npm"
},
{
"name": "node-releases",
"direct": false,
"version": "2.0.36",
"ecosystem": "npm"
},
{
"name": "node-releases",
"direct": false,
"version": "2.0.38",
"ecosystem": "npm"
},
{
"name": "npm-run-path",
"direct": false,
"version": "6.0.0",
"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": "oniguruma-to-es",
"direct": false,
"version": "3.1.1",
"ecosystem": "npm"
},
{
"name": "optionator",
"direct": false,
"version": "0.9.4",
"ecosystem": "npm"
},
{
"name": "p-limit",
"direct": false,
"version": "3.1.0",
"ecosystem": "npm"
},
{
"name": "p-locate",
"direct": false,
"version": "5.0.0",
"ecosystem": "npm"
},
{
"name": "package-json-from-dist",
"direct": false,
"version": "1.0.1",
"ecosystem": "npm"
},
{
"name": "parent-module",
"direct": false,
"version": "1.0.1",
"ecosystem": "npm"
},
{
"name": "parse-json",
"direct": false,
"version": "5.2.0",
"ecosystem": "npm"
},
{
"name": "parse-ms",
"direct": false,
"version": "4.0.0",
"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-key",
"direct": false,
"version": "4.0.0",
"ecosystem": "npm"
},
{
"name": "path-parse",
"direct": false,
"version": "1.0.7",
"ecosystem": "npm"
},
{
"name": "path-scurry",
"direct": false,
"version": "1.11.1",
"ecosystem": "npm"
},
{
"name": "path-type",
"direct": false,
"version": "4.0.0",
"ecosystem": "npm"
},
{
"name": "pathe",
"direct": false,
"version": "2.0.3",
"ecosystem": "npm"
},
{
"name": "pathval",
"direct": false,
"version": "2.0.1",
"ecosystem": "npm"
},
{
"name": "perfect-debounce",
"direct": false,
"version": "1.0.0",
"ecosystem": "npm"
},
{
"name": "picocolors",
"direct": false,
"version": "1.1.1",
"ecosystem": "npm"
},
{
"name": "picomatch",
"direct": false,
"version": "4.0.3",
"ecosystem": "npm"
},
{
"name": "picomatch",
"direct": false,
"version": "4.0.4",
"ecosystem": "npm"
},
{
"name": "playwright",
"direct": false,
"version": "1.60.0",
"ecosystem": "npm"
},
{
"name": "playwright-core",
"direct": false,
"version": "1.60.0",
"ecosystem": "npm"
},
{
"name": "postcss",
"direct": false,
"version": "8.5.13",
"ecosystem": "npm"
},
{
"name": "postcss",
"direct": false,
"version": "8.5.15",
"ecosystem": "npm"
},
{
"name": "postcss",
"direct": false,
"version": "8.5.6",
"ecosystem": "npm"
},
{
"name": "postcss",
"direct": false,
"version": "8.5.8",
"ecosystem": "npm"
},
{
"name": "preact",
"direct": false,
"version": "10.29.1",
"ecosystem": "npm"
},
{
"name": "prelude-ls",
"direct": false,
"version": "1.2.1",
"ecosystem": "npm"
},
{
"name": "pretty-ms",
"direct": false,
"version": "9.3.0",
"ecosystem": "npm"
},
{
"name": "progress",
"direct": false,
"version": "2.0.3",
"ecosystem": "npm"
},
{
"name": "prop-types",
"direct": false,
"version": "15.8.1",
"ecosystem": "npm"
},
{
"name": "property-information",
"direct": false,
"version": "7.1.0",
"ecosystem": "npm"
},
{
"name": "punycode",
"direct": false,
"version": "2.3.1",
"ecosystem": "npm"
},
{
"name": "qs",
"direct": false,
"version": "6.15.1",
"ecosystem": "npm"
},
{
"name": "react-is",
"direct": false,
"version": "16.13.1",
"ecosystem": "npm"
},
{
"name": "react-is",
"direct": false,
"version": "19.2.4",
"ecosystem": "npm"
},
{
"name": "react-refresh",
"direct": false,
"version": "0.17.0",
"ecosystem": "npm"
},
{
"name": "react-refresh",
"direct": false,
"version": "0.18.0",
"ecosystem": "npm"
},
{
"name": "react-router",
"direct": false,
"version": "7.13.0",
"ecosystem": "npm"
},
{
"name": "react-transition-group",
"direct": false,
"version": "4.4.5",
"ecosystem": "npm"
},
{
"name": "regex",
"direct": false,
"version": "6.1.0",
"ecosystem": "npm"
},
{
"name": "regex-recursion",
"direct": false,
"version": "6.0.2",
"ecosystem": "npm"
},
{
"name": "regex-utilities",
"direct": false,
"version": "2.3.0",
"ecosystem": "npm"
},
{
"name": "require-from-string",
"direct": false,
"version": "2.0.2",
"ecosystem": "npm"
},
{
"name": "reselect",
"direct": false,
"version": "4.1.8",
"ecosystem": "npm"
},
{
"name": "resolve",
"direct": false,
"version": "1.22.11",
"ecosystem": "npm"
},
{
"name": "resolve-from",
"direct": false,
"version": "4.0.0",
"ecosystem": "npm"
},
{
"name": "resolve-from",
"direct": false,
"version": "5.0.0",
"ecosystem": "npm"
},
{
"name": "rfdc",
"direct": false,
"version": "1.4.1",
"ecosystem": "npm"
},
{
"name": "rollup",
"direct": false,
"version": "3.30.0",
"ecosystem": "npm"
},
{
"name": "rollup",
"direct": false,
"version": "4.57.1",
"ecosystem": "npm"
},
{
"name": "rollup",
"direct": false,
"version": "4.60.2",
"ecosystem": "npm"
},
{
"name": "rollup",
"direct": false,
"version": "4.62.2",
"ecosystem": "npm"
},
{
"name": "rxjs",
"direct": false,
"version": "7.8.2",
"ecosystem": "npm"
},
{
"name": "safer-buffer",
"direct": false,
"version": "2.1.2",
"ecosystem": "npm"
},
{
"name": "scheduler",
"direct": false,
"version": "0.23.2",
"ecosystem": "npm"
},
{
"name": "scheduler",
"direct": false,
"version": "0.27.0",
"ecosystem": "npm"
},
{
"name": "search-insights",
"direct": false,
"version": "2.17.3",
"ecosystem": "npm"
},
{
"name": "semver",
"direct": false,
"version": "6.3.1",
"ecosystem": "npm"
},
{
"name": "semver",
"direct": false,
"version": "7.7.4",
"ecosystem": "npm"
},
{
"name": "semver",
"direct": false,
"version": "7.8.1",
"ecosystem": "npm"
},
{
"name": "semver",
"direct": false,
"version": "7.8.5",
"ecosystem": "npm"
},
{
"name": "set-cookie-parser",
"direct": false,
"version": "2.7.2",
"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": "shiki",
"direct": false,
"version": "2.5.0",
"ecosystem": "npm"
},
{
"name": "side-channel",
"direct": false,
"version": "1.1.0",
"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": "sirv",
"direct": false,
"version": "3.0.2",
"ecosystem": "npm"
},
{
"name": "source-map",
"direct": false,
"version": "0.5.7",
"ecosystem": "npm"
},
{
"name": "source-map",
"direct": false,
"version": "0.7.6",
"ecosystem": "npm"
},
{
"name": "source-map-js",
"direct": false,
"version": "1.2.1",
"ecosystem": "npm"
},
{
"name": "space-separated-tokens",
"direct": false,
"version": "2.0.2",
"ecosystem": "npm"
},
{
"name": "speakingurl",
"direct": false,
"version": "14.0.1",
"ecosystem": "npm"
},
{
"name": "stackback",
"direct": false,
"version": "0.0.2",
"ecosystem": "npm"
},
{
"name": "std-env",
"direct": false,
"version": "3.10.0",
"ecosystem": "npm"
},
{
"name": "string-width",
"direct": false,
"version": "4.2.3",
"ecosystem": "npm"
},
{
"name": "string-width",
"direct": false,
"version": "5.1.2",
"ecosystem": "npm"
},
{
"name": "string-width",
"direct": false,
"version": "7.2.0",
"ecosystem": "npm"
},
{
"name": "stringify-entities",
"direct": false,
"version": "4.0.4",
"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-final-newline",
"direct": false,
"version": "4.0.0",
"ecosystem": "npm"
},
{
"name": "strip-json-comments",
"direct": false,
"version": "3.1.1",
"ecosystem": "npm"
},
{
"name": "strip-literal",
"direct": false,
"version": "3.1.0",
"ecosystem": "npm"
},
{
"name": "stylis",
"direct": false,
"version": "4.2.0",
"ecosystem": "npm"
},
{
"name": "superjson",
"direct": false,
"version": "2.2.6",
"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": "tabbable",
"direct": false,
"version": "6.4.0",
"ecosystem": "npm"
},
{
"name": "test-exclude",
"direct": false,
"version": "7.0.2",
"ecosystem": "npm"
},
{
"name": "tinybench",
"direct": false,
"version": "2.9.0",
"ecosystem": "npm"
},
{
"name": "tinyexec",
"direct": false,
"version": "0.3.2",
"ecosystem": "npm"
},
{
"name": "tinyexec",
"direct": false,
"version": "1.2.2",
"ecosystem": "npm"
},
{
"name": "tinyglobby",
"direct": false,
"version": "0.2.15",
"ecosystem": "npm"
},
{
"name": "tinyglobby",
"direct": false,
"version": "0.2.17",
"ecosystem": "npm"
},
{
"name": "tinypool",
"direct": false,
"version": "1.1.1",
"ecosystem": "npm"
},
{
"name": "tinyrainbow",
"direct": false,
"version": "2.0.0",
"ecosystem": "npm"
},
{
"name": "tinyspy",
"direct": false,
"version": "4.0.4",
"ecosystem": "npm"
},
{
"name": "totalist",
"direct": false,
"version": "3.0.1",
"ecosystem": "npm"
},
{
"name": "tree-kill",
"direct": false,
"version": "1.2.2",
"ecosystem": "npm"
},
{
"name": "trim-lines",
"direct": false,
"version": "3.0.1",
"ecosystem": "npm"
},
{
"name": "ts-api-utils",
"direct": false,
"version": "2.4.0",
"ecosystem": "npm"
},
{
"name": "tslib",
"direct": false,
"version": "2.8.1",
"ecosystem": "npm"
},
{
"name": "tunnel",
"direct": false,
"version": "0.0.6",
"ecosystem": "npm"
},
{
"name": "type-check",
"direct": false,
"version": "0.4.0",
"ecosystem": "npm"
},
{
"name": "typed-inject",
"direct": false,
"version": "5.0.0",
"ecosystem": "npm"
},
{
"name": "typed-rest-client",
"direct": false,
"version": "2.3.1",
"ecosystem": "npm"
},
{
"name": "typescript",
"direct": false,
"version": "5.9.3",
"ecosystem": "npm"
},
{
"name": "typescript",
"direct": false,
"version": "6.0.3",
"ecosystem": "npm"
},
{
"name": "typescript-eslint",
"direct": false,
"version": "8.54.0",
"ecosystem": "npm"
},
{
"name": "underscore",
"direct": false,
"version": "1.13.8",
"ecosystem": "npm"
},
{
"name": "undici-types",
"direct": false,
"version": "7.16.0",
"ecosystem": "npm"
},
{
"name": "undici-types",
"direct": false,
"version": "7.24.6",
"ecosystem": "npm"
},
{
"name": "unicorn-magic",
"direct": false,
"version": "0.3.0",
"ecosystem": "npm"
},
{
"name": "unist-util-is",
"direct": false,
"version": "6.0.1",
"ecosystem": "npm"
},
{
"name": "unist-util-position",
"direct": false,
"version": "5.0.0",
"ecosystem": "npm"
},
{
"name": "unist-util-stringify-position",
"direct": false,
"version": "4.0.0",
"ecosystem": "npm"
},
{
"name": "unist-util-visit",
"direct": false,
"version": "5.1.0",
"ecosystem": "npm"
},
{
"name": "unist-util-visit-parents",
"direct": false,
"version": "6.0.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": "vfile",
"direct": false,
"version": "6.0.3",
"ecosystem": "npm"
},
{
"name": "vfile-message",
"direct": false,
"version": "4.0.3",
"ecosystem": "npm"
},
{
"name": "vite",
"direct": false,
"version": "4.5.14",
"ecosystem": "npm"
},
{
"name": "vite",
"direct": false,
"version": "5.4.21",
"ecosystem": "npm"
},
{
"name": "vite",
"direct": false,
"version": "7.3.1",
"ecosystem": "npm"
},
{
"name": "vite",
"direct": false,
"version": "7.3.5",
"ecosystem": "npm"
},
{
"name": "vite-node",
"direct": false,
"version": "3.2.4",
"ecosystem": "npm"
},
{
"name": "vitepress",
"direct": false,
"version": "1.6.4",
"ecosystem": "npm"
},
{
"name": "vitepress-plugin-tabs",
"direct": false,
"version": "0.9.0",
"ecosystem": "npm"
},
{
"name": "vitest",
"direct": false,
"version": "3.2.6",
"ecosystem": "npm"
},
{
"name": "vue",
"direct": false,
"version": "3.5.33",
"ecosystem": "npm"
},
{
"name": "weapon-regex",
"direct": false,
"version": "1.3.6",
"ecosystem": "npm"
},
{
"name": "whatwg-mimetype",
"direct": false,
"version": "3.0.0",
"ecosystem": "npm"
},
{
"name": "which",
"direct": false,
"version": "2.0.2",
"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": "wrap-ansi",
"direct": false,
"version": "7.0.0",
"ecosystem": "npm"
},
{
"name": "wrap-ansi",
"direct": false,
"version": "8.1.0",
"ecosystem": "npm"
},
{
"name": "wrap-ansi",
"direct": false,
"version": "9.0.2",
"ecosystem": "npm"
},
{
"name": "ws",
"direct": false,
"version": "8.21.0",
"ecosystem": "npm"
},
{
"name": "y18n",
"direct": false,
"version": "5.0.8",
"ecosystem": "npm"
},
{
"name": "yallist",
"direct": false,
"version": "3.1.1",
"ecosystem": "npm"
},
{
"name": "yaml",
"direct": false,
"version": "1.10.2",
"ecosystem": "npm"
},
{
"name": "yargs",
"direct": false,
"version": "18.0.0",
"ecosystem": "npm"
},
{
"name": "yargs-parser",
"direct": false,
"version": "22.0.0",
"ecosystem": "npm"
},
{
"name": "yocto-queue",
"direct": false,
"version": "0.1.0",
"ecosystem": "npm"
},
{
"name": "yoctocolors",
"direct": false,
"version": "2.1.2",
"ecosystem": "npm"
},
{
"name": "zod",
"direct": false,
"version": "4.3.6",
"ecosystem": "npm"
},
{
"name": "zod",
"direct": false,
"version": "4.4.2",
"ecosystem": "npm"
},
{
"name": "zod-validation-error",
"direct": false,
"version": "4.0.2",
"ecosystem": "npm"
},
{
"name": "zwitch",
"direct": false,
"version": "2.0.4",
"ecosystem": "npm"
}
],
"collected": true,
"truncated": false,
"total_count": 812,
"direct_count": 6,
"indirect_count": 806
}
},
"maintainership": {
"issues": {
"open_prs": 5,
"merged_prs": 211,
"open_issues": 13,
"closed_ratio": 0.873,
"closed_issues": 89,
"closed_unmerged_prs": 87
},
"bus_factor": 1,
"bot_contributors": 1,
"top_contributors": [
{
"type": "User",
"login": "rickcedwhat-ai",
"commits": 184,
"avatar_url": "https://avatars.githubusercontent.com/u/268225239?v=4"
},
{
"type": "User",
"login": "cedrick-cell",
"commits": 130,
"avatar_url": "https://avatars.githubusercontent.com/u/248744066?v=4"
},
{
"type": "User",
"login": "rickcedwhat",
"commits": 3,
"avatar_url": "https://avatars.githubusercontent.com/u/46553325?v=4"
}
],
"contributors_sampled": 3,
"top_contributor_share": 0.58
},
"quality_signals": {
"has_ci": true,
"has_tests": true,
"ci_workflows": [
"bot-dependabot-rebase.yml",
"bot-listener.yml",
"bot-receiver.yml",
"bot-upstream-cleared.yml",
"codeql-analysis.yml",
"dependabot-age-check.yml",
"dependabot-auto-merge.yml",
"deploy-docs.yml",
"docs-check.yml",
"docs-preview.yml",
"mutation-testing.yml",
"pr-checks.yml",
"publish.yml",
"upstream-blocker-check.yml",
"upstream-blocker-mutex.yml"
],
"has_docs_dir": true,
"linter_configs": [
"eslint.config.js"
],
"has_editorconfig": false,
"has_linter_config": true,
"has_precommit_config": false
},
"security_signals": {
"lockfiles": [
"package-lock.json",
"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": 5,
"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": "30 out of 30 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": 10,
"reason": "all changesets reviewed",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#code-review"
},
{
"name": "Contributors",
"score": 0,
"reason": "project has 0 contributing companies or organizations -- score normalized to 0",
"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 30 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": 10,
"reason": "packaging workflow detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#packaging"
},
{
"name": "Pinned-Dependencies",
"score": 0,
"reason": "dependency not pinned by hash detected -- score normalized to 0",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#pinned-dependencies"
},
{
"name": "SAST",
"score": 9,
"reason": "SAST tool detected but not run on all commits",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#sast"
},
{
"name": "Security-Policy",
"score": 10,
"reason": "security policy file 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": 0,
"reason": "15 existing vulnerabilities detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#vulnerabilities"
}
],
"commit": "4f14b866bae29a8e99243ef5596ddcc238b443ba",
"ran_at": "2026-07-30T18:51:33Z",
"aggregate_score": 6.5,
"scorecard_version": "v5.5.0"
},
"has_codeql_workflow": true,
"has_security_policy": true,
"has_dependabot_config": true
},
"contribution_flow": {
"collected": true,
"ci_last_run_at": "2026-07-30T15:56:50Z",
"oldest_open_prs": [
{
"number": 156,
"created_at": "2026-05-16T19:49:00Z",
"last_comment_at": "2026-06-02T02:29:26Z",
"last_comment_author": "coderabbitai"
},
{
"number": 157,
"created_at": "2026-05-16T19:49:10Z",
"last_comment_at": "2026-06-09T19:46:04Z",
"last_comment_author": "github-actions"
},
{
"number": 360,
"created_at": "2026-07-16T08:07:35Z",
"last_comment_at": "2026-07-16T08:08:09Z",
"last_comment_author": "github-actions"
},
{
"number": 367,
"created_at": "2026-07-18T20:15:22Z",
"last_comment_at": "2026-07-25T17:21:37Z",
"last_comment_author": "dependabot"
},
{
"number": 405,
"created_at": "2026-07-30T15:56:35Z",
"last_comment_at": "2026-07-30T15:56:46Z",
"last_comment_author": "coderabbitai"
}
],
"last_merged_pr_at": "2026-07-30T00:04:09Z",
"ci_last_conclusion": "SKIPPED",
"oldest_open_issues": [
{
"number": 91,
"created_at": "2026-04-30T15:56:47Z",
"last_comment_at": null,
"last_comment_author": null
},
{
"number": 108,
"created_at": "2026-05-03T05:50:47Z",
"last_comment_at": null,
"last_comment_author": null
},
{
"number": 118,
"created_at": "2026-05-05T02:32:21Z",
"last_comment_at": "2026-05-17T03:26:13Z",
"last_comment_author": "rickcedwhat-ai"
},
{
"number": 133,
"created_at": "2026-05-06T06:02:02Z",
"last_comment_at": null,
"last_comment_author": null
},
{
"number": 216,
"created_at": "2026-06-07T02:08:52Z",
"last_comment_at": null,
"last_comment_author": null
},
{
"number": 361,
"created_at": "2026-07-17T20:30:39Z",
"last_comment_at": null,
"last_comment_author": null
},
{
"number": 386,
"created_at": "2026-07-23T15:44:42Z",
"last_comment_at": null,
"last_comment_author": null
},
{
"number": 387,
"created_at": "2026-07-23T15:56:39Z",
"last_comment_at": null,
"last_comment_author": null
},
{
"number": 391,
"created_at": "2026-07-27T17:04:33Z",
"last_comment_at": null,
"last_comment_author": null
},
{
"number": 399,
"created_at": "2026-07-29T19:16:37Z",
"last_comment_at": null,
"last_comment_author": null
},
{
"number": 401,
"created_at": "2026-07-29T19:16:59Z",
"last_comment_at": null,
"last_comment_author": null
},
{
"number": 402,
"created_at": "2026-07-29T19:17:07Z",
"last_comment_at": null,
"last_comment_author": null
},
{
"number": 404,
"created_at": "2026-07-29T21:07:17Z",
"last_comment_at": null,
"last_comment_author": null
}
]
}
},
"config": {
"disabled_metrics": [],
"disabled_categories": [],
"disabled_components": {}
},
"source": {
"url": "https://github.com/rickcedwhat/playwright-smart-table",
"host": "github.com",
"name": "playwright-smart-table",
"owner": "rickcedwhat"
},
"metrics": {
"overall": {
"key": "overall",
"band": "good",
"name": "Overall health",
"note": null,
"notes": [],
"value": 74,
"inputs": {
"security": 72,
"vitality": 91,
"community": 56,
"governance": 60,
"engineering": 90
},
"components": []
},
"categories": [
{
"key": "vitality",
"band": "excellent",
"name": "Vitality",
"value": 91,
"weight": 0.22,
"metrics": [
{
"key": "development_activity",
"band": "excellent",
"name": "Development activity",
"note": null,
"notes": [],
"value": 85,
"inputs": {
"commits_last_year": 333,
"human_commit_share": 0.96,
"days_since_last_push": 0,
"active_weeks_last_year": 30
},
"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": "30/52 weeks with commits",
"points": 20.8,
"status": "partial",
"details": [
{
"code": "commit_cadence_weeks",
"params": {
"weeks": 30
}
}
],
"max_points": 36
},
{
"key": "commit_volume",
"name": "Commit volume",
"detail": "333 commits in the last year",
"points": 18,
"status": "met",
"details": [
{
"code": "commits_last_year",
"params": {
"count": 333
}
}
],
"max_points": 18
},
{
"key": "openssf_scorecard_maintained",
"name": "OpenSSF Scorecard: Maintained",
"detail": "30 commit(s) and 30 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": 17,
"latest_release_tag": "v6.19.0",
"releases_from_tags": false,
"days_since_latest_release": 8,
"mean_days_between_releases": 8.9
},
"components": [
{
"key": "ships_releases",
"name": "Ships releases",
"detail": "17 releases published",
"points": 27,
"status": "met",
"details": [
{
"code": "releases_published",
"params": {
"count": 17
}
}
],
"max_points": 27
},
{
"key": "release_recency",
"name": "Release recency",
"detail": "latest release 8 days ago",
"points": 36,
"status": "met",
"details": [
{
"code": "release_recency",
"params": {
"days": 8
}
}
],
"max_points": 36
},
{
"key": "release_cadence",
"name": "Release cadence",
"detail": "a release every ~8.9 days",
"points": 27,
"status": "met",
"details": [
{
"code": "release_cadence",
"params": {
"gap": 8.9
}
}
],
"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": "moderate",
"name": "Community & Adoption",
"value": 56,
"weight": 0.18,
"metrics": [
{
"key": "popularity",
"band": "critical",
"name": "Popularity & adoption",
"note": null,
"notes": [],
"value": 10,
"inputs": {
"forks": 1,
"stars": 5,
"watchers": 0,
"growth_state": "unverified",
"growth_factor_pct": 100,
"growth_unverified_reason": "no_history"
},
"components": [
{
"key": "stars",
"name": "Stars",
"detail": "5 stars",
"points": 9.8,
"status": "partial",
"details": [
{
"code": "stars",
"params": {
"count": 5
}
}
],
"max_points": 60
},
{
"key": "forks",
"name": "Forks",
"detail": "1 forks",
"points": 0,
"status": "missed",
"details": [
{
"code": "forks",
"params": {
"count": 1
}
}
],
"max_points": 25
},
{
"key": "watchers",
"name": "Watchers",
"detail": "0 watchers",
"points": 0,
"status": "missed",
"details": [
{
"code": "watchers",
"params": {
"count": 0
}
}
],
"max_points": 15
}
]
},
{
"key": "community_health",
"band": "excellent",
"name": "Community health",
"note": null,
"notes": [],
"value": 92,
"inputs": {
"has_readme": true,
"has_license": true,
"has_contributing": true,
"has_issue_template": false,
"has_code_of_conduct": true,
"has_pull_request_template": true
},
"components": [
{
"key": "readme",
"name": "README",
"detail": null,
"points": 22.5,
"status": "met",
"details": [],
"max_points": 22.5
},
{
"key": "license",
"name": "License",
"detail": "recognized license (MIT)",
"points": 22.5,
"status": "met",
"details": [
{
"code": "license_standard",
"params": {}
},
{
"code": "license_spdx",
"params": {
"spdx": "MIT"
}
}
],
"max_points": 22.5
},
{
"key": "contributing_guide",
"name": "CONTRIBUTING guide",
"detail": null,
"points": 18,
"status": "met",
"details": [],
"max_points": 18
},
{
"key": "code_of_conduct",
"name": "Code of conduct",
"detail": null,
"points": 13.5,
"status": "met",
"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": 6.3,
"status": "met",
"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": 81,
"inputs": {
"packages": [
"@rickcedwhat/playwright-smart-table"
],
"dependents": null,
"ecosystems": "npm",
"total_downloads": null,
"monthly_downloads": 75620
},
"components": [
{
"key": "monthly_downloads",
"name": "Monthly downloads",
"detail": "75,620 downloads/month across npm",
"points": 65,
"status": "partial",
"details": [
{
"code": "downloads_monthly",
"params": {
"count": 75620,
"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": 60,
"weight": 0.24,
"metrics": [
{
"key": "maintainer_resilience",
"band": "critical",
"name": "Maintainer resilience (bus factor)",
"note": null,
"notes": [],
"value": 23,
"inputs": {
"bus_factor": 1,
"contributors_sampled": 3,
"top_contributor_share": 0.58
},
"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 58% of commits",
"points": 9.5,
"status": "partial",
"details": [
{
"code": "top_contributor_share",
"params": {
"share": 58
}
}
],
"max_points": 22.5
},
{
"key": "contributor_breadth",
"name": "Contributor breadth",
"detail": "3 contributors",
"points": 4.1,
"status": "partial",
"details": [
{
"code": "contributors_sampled",
"params": {
"count": 3
}
}
],
"max_points": 13.5
},
{
"key": "openssf_scorecard_contributors",
"name": "OpenSSF Scorecard: Contributors",
"detail": "project has 0 contributing companies or organizations -- score normalized to 0",
"points": 0,
"status": "missed",
"details": [],
"max_points": 10
}
]
},
{
"key": "responsiveness",
"band": "good",
"name": "Issue & PR responsiveness",
"note": null,
"notes": [],
"value": 83,
"inputs": {
"merged_prs": 211,
"open_issues": 13,
"closed_issues": 89,
"issue_closed_ratio": 0.873,
"closed_unmerged_prs": 87
},
"components": [
{
"key": "issue_resolution",
"name": "Issue resolution",
"detail": "87% of issues closed",
"points": 40.8,
"status": "partial",
"details": [
{
"code": "issues_closed_share",
"params": {
"share": 87
}
}
],
"max_points": 46.75
},
{
"key": "pr_acceptance",
"name": "PR acceptance",
"detail": "211/298 decided PRs merged",
"points": 27.1,
"status": "partial",
"details": [
{
"code": "decided_prs_merged",
"params": {
"merged": 211,
"decided": 298
}
}
],
"max_points": 38.25
},
{
"key": "openssf_scorecard_code_review",
"name": "OpenSSF Scorecard: Code-Review",
"detail": "all changesets reviewed",
"points": 15,
"status": "met",
"details": [],
"max_points": 15
}
]
},
{
"key": "stewardship",
"band": "at_risk",
"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": 48,
"inputs": {
"followers": 3,
"owner_type": "User",
"is_verified": null,
"owner_login": "rickcedwhat",
"public_repos": 40,
"account_age_days": 2758
},
"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": "3 followers of rickcedwhat",
"points": 4.3,
"status": "partial",
"details": [
{
"code": "owner_followers",
"params": {
"count": 3,
"login": "rickcedwhat"
}
}
],
"max_points": 25
},
{
"key": "track_record",
"name": "Track record",
"detail": "40 public repos, account ~7 yr old",
"points": 23.7,
"status": "partial",
"details": [
{
"code": "public_repos",
"params": {
"count": 40
}
},
{
"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": [
"@rickcedwhat/playwright-smart-table"
],
"ecosystems": "npm",
"any_deprecated": false,
"min_days_since_publish": 8
},
"components": [
{
"key": "published_resolvable",
"name": "Published & resolvable",
"detail": "1 package(s) on npm",
"points": 25,
"status": "met",
"details": [
{
"code": "packages_published",
"params": {
"count": 1,
"ecosystems": "npm"
}
}
],
"max_points": 25
},
{
"key": "publish_recency",
"name": "Publish recency",
"detail": "latest publish 8 days ago",
"points": 35,
"status": "met",
"details": [
{
"code": "publish_recency",
"params": {
"days": 8
}
}
],
"max_points": 35
},
{
"key": "version_history",
"name": "Version history",
"detail": "66 published versions",
"points": 20,
"status": "met",
"details": [
{
"code": "published_versions",
"params": {
"count": 66
}
}
],
"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": "excellent",
"name": "Engineering Quality",
"value": 90,
"weight": 0.2,
"metrics": [
{
"key": "engineering_practices",
"band": "good",
"name": "Engineering practices",
"note": null,
"notes": [],
"value": 84,
"inputs": {
"has_ci": true,
"has_tests": true,
"has_editorconfig": false,
"has_linter_config": true,
"has_precommit_config": false
},
"components": [
{
"key": "ci_workflows",
"name": "CI workflows",
"detail": "15 workflow(s)",
"points": 24,
"status": "met",
"details": [
{
"code": "ci_workflows",
"params": {
"count": 15
}
}
],
"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": "eslint.config.js",
"points": 16,
"status": "met",
"details": [
{
"code": "file_list",
"params": {
"files": "eslint.config.js"
}
}
],
"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": 0,
"status": "missed",
"details": [],
"max_points": 6.4
},
{
"key": "openssf_scorecard_ci_tests",
"name": "OpenSSF Scorecard: CI-Tests",
"detail": "30 out of 30 merged PRs checked by a CI test -- score normalized to 10",
"points": 20,
"status": "met",
"details": [],
"max_points": 20
}
]
},
{
"key": "documentation",
"band": "excellent",
"name": "Documentation",
"note": null,
"notes": [],
"value": 100,
"inputs": {
"topics": [
"automation",
"e2e",
"playwright",
"qa",
"table",
"testing",
"typescript"
],
"has_wiki": true,
"homepage": "https://rickcedwhat.github.io/playwright-smart-table/",
"has_readme": true,
"has_docs_dir": true,
"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": 25,
"status": "met",
"details": [],
"max_points": 25
},
{
"key": "documentation_homepage_site",
"name": "Documentation / homepage site",
"detail": "https://rickcedwhat.github.io/playwright-smart-table/",
"points": 15,
"status": "met",
"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": "7 topics",
"points": 10,
"status": "met",
"details": [
{
"code": "topics_count",
"params": {
"count": 7
}
}
],
"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": "good",
"name": "Security",
"value": 72,
"weight": 0.16,
"metrics": [
{
"key": "security_posture",
"band": "moderate",
"name": "Security posture",
"note": "Excluded from scoring (no data or not applicable): Signed-Releases. Remaining weights renormalized.",
"notes": [
{
"code": "excluded_no_data",
"params": {
"components": [
"signed_releases"
]
}
},
{
"code": "weights_renormalized",
"params": {}
}
],
"value": 65,
"inputs": {
"source": "openssf_scorecard",
"checks_evaluated": 17,
"scorecard_version": "v5.5.0",
"checks_inconclusive": 1,
"scorecard_aggregate": 6.5
},
"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.8,
"status": "partial",
"details": [],
"max_points": 7.5
},
{
"key": "ci_tests",
"name": "CI-Tests",
"detail": "30 out of 30 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": "all changesets reviewed",
"points": 7.5,
"status": "met",
"details": [],
"max_points": 7.5
},
{
"key": "contributors",
"name": "Contributors",
"detail": "project has 0 contributing companies or organizations -- score normalized to 0",
"points": 0,
"status": "missed",
"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 30 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 detected",
"points": 5,
"status": "met",
"details": [],
"max_points": 5
},
{
"key": "pinned_dependencies",
"name": "Pinned-Dependencies",
"detail": "dependency not pinned by hash detected -- score normalized to 0",
"points": 0,
"status": "missed",
"details": [],
"max_points": 5
},
{
"key": "sast",
"name": "SAST",
"detail": "SAST tool detected but not run on all commits",
"points": 4.5,
"status": "partial",
"details": [],
"max_points": 5
},
{
"key": "security_policy",
"name": "Security-Policy",
"detail": "security policy file detected",
"points": 5,
"status": "met",
"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": "15 existing vulnerabilities detected",
"points": 0,
"status": "missed",
"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 812 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": 812
}
},
{
"code": "advisories_repo_graph_caveat",
"params": {}
},
{
"code": "advisories_reachability",
"params": {}
}
],
"value": 100,
"inputs": {
"source": "osv",
"advisories": 69,
"affected_packages": 27,
"assessed_packages": 812,
"unassessed_packages": 0,
"affected_by_severity": "critical 2, high 17, moderate 5, low 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": 812,
"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
}
]
}
],
"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": [
".cursorrules",
"AGENTS.md",
"CLAUDE.md"
],
"agent_instruction_max_bytes": 4897
},
"components": [
{
"key": "agent_instructions",
"name": "Agent instructions",
"detail": ".cursorrules, AGENTS.md, CLAUDE.md",
"points": 45,
"status": "met",
"details": [
{
"code": "file_list",
"params": {
"files": ".cursorrules, 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": "96 of 96 human commits state their intent (structured subject or explanatory body)",
"points": 40,
"status": "met",
"details": [
{
"code": "legible_history",
"params": {
"legible": 96,
"sampled": 96
}
}
],
"max_points": 40
}
]
},
{
"key": "ai_verify_loop",
"band": "good",
"name": "Verify loop (build / test / typecheck)",
"note": null,
"notes": [],
"value": 72,
"inputs": {
"has_nix": false,
"has_tests": true,
"lockfiles": [
"package-lock.json",
"pnpm-lock.yaml"
],
"has_dockerfile": false,
"typed_language": true,
"bootstrap_files": [],
"has_devcontainer": false,
"has_linter_config": true,
"typecheck_configs": [
"playground/tsconfig.json",
"tests/apps/mui-datagrid/tsconfig.json",
"tsconfig.json"
],
"agent_commit_share": 0.88,
"toolchain_manifests": [],
"dependency_bot_commit_share": 0.04
},
"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": "eslint.config.js",
"points": 11,
"status": "met",
"details": [
{
"code": "file_list",
"params": {
"files": "eslint.config.js"
}
}
],
"max_points": 11
},
{
"key": "static_type_checking",
"name": "Static type checking",
"detail": "playground/tsconfig.json, tests/apps/mui-datagrid/tsconfig.json, tsconfig.json",
"points": 11,
"status": "met",
"details": [
{
"code": "file_list",
"params": {
"files": "playground/tsconfig.json, tests/apps/mui-datagrid/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": "88 of the last 100 commits agent-authored or agent-credited",
"points": 10,
"status": "met",
"details": [
{
"code": "agent_authored_commits",
"params": {
"count": 88,
"sampled": 100
}
}
],
"max_points": 10
},
{
"key": "automated_maintenance",
"name": "Automated maintenance",
"detail": "4 of the last 100 commits are automated dependency updates",
"points": 8,
"status": "met",
"details": [
{
"code": "dependency_bot_commits",
"params": {
"count": 4,
"sampled": 100
}
}
],
"max_points": 8
},
{
"key": "openssf_scorecard_pinned_dependencies",
"name": "OpenSSF Scorecard: Pinned-Dependencies",
"detail": "dependency not pinned by hash detected -- score normalized to 0",
"points": 0,
"status": "missed",
"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": 41765,
"source_files_sampled": 153,
"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/153 source files over 60KB",
"points": 55,
"status": "met",
"details": [
{
"code": "oversized_source_files",
"params": {
"kb": 60,
"sampled": 153,
"oversized": 0
}
}
],
"max_points": 55
}
]
},
{
"key": "ai_interfaces",
"band": "at_risk",
"name": "Machine-readable interfaces",
"note": null,
"notes": [],
"value": 40,
"inputs": {
"example_dirs": [
"examples"
],
"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": "examples",
"points": 40,
"status": "met",
"details": [
{
"code": "file_list",
"params": {
"files": "examples"
}
}
],
"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": [
"Star history unavailable: GitHub GraphQL error: Resource not accessible by personal access token"
],
"report_type": "repository",
"generated_at": "2026-07-30T18:51:55.765581Z",
"schema_version": "0.27.0",
"badge_url": "https://raw.githubusercontent.com/inspect-software/badges/main/v1/r/rickcedwhat/playwright-smart-table.svg",
"full_name": "rickcedwhat/playwright-smart-table",
"license_state": "standard",
"license_spdx": "MIT"
}