Raw JSON report machine-readable
{
"data": {
"repo": {
"topics": [
"bun",
"neovim",
"neovim-plugin",
"nodejs",
"rpc",
"rpc-client",
"typescript"
],
"is_fork": false,
"size_kb": 951,
"has_wiki": false,
"homepage": null,
"languages": {
"TypeScript": 94457
},
"pushed_at": "2026-07-18T20:27:00Z",
"created_at": "2023-09-12T21:18:29Z",
"owner_type": "User",
"updated_at": "2026-07-18T20:24:11Z",
"description": "Neovim Bun client.",
"is_archived": false,
"is_disabled": false,
"license_spdx": null,
"default_branch": "main",
"license_spdx_raw": "NOASSERTION",
"primary_language": "TypeScript",
"significant_languages": [
"TypeScript"
]
},
"owner": {
"blog": null,
"name": "Gual Casas",
"type": "User",
"login": "wallpants",
"company": null,
"location": "Wouldn't you like to know weather boy",
"followers": 6,
"avatar_url": "https://avatars.githubusercontent.com/u/47203170?v=4",
"created_at": "2019-01-31T05:08:30Z",
"is_verified": null,
"public_repos": 11,
"account_age_days": 2731
},
"license": {
"state": "custom",
"spdx_id": null,
"raw_spdx": "NOASSERTION",
"file_present": true,
"scorecard_found": true,
"profile_has_license": true
},
"activity": {
"releases": [
{
"tag": "v1.3.0",
"kind": "minor",
"published_at": "2026-07-18T20:27:05Z"
},
{
"tag": "v1.2.0",
"kind": "minor",
"published_at": "2026-07-18T18:00:22Z"
},
{
"tag": "v1.1.14",
"kind": "patch",
"published_at": "2026-05-31T10:03:07Z"
},
{
"tag": "v1.1.13",
"kind": "patch",
"published_at": "2024-10-28T16:47:36Z"
},
{
"tag": "v1.1.12",
"kind": "patch",
"published_at": "2024-05-11T16:34:37Z"
},
{
"tag": "v1.1.11",
"kind": "patch",
"published_at": "2024-02-27T03:45:48Z"
},
{
"tag": "v1.1.10",
"kind": "patch",
"published_at": "2024-02-21T18:23:13Z"
},
{
"tag": "v1.1.9",
"kind": "patch",
"published_at": "2024-02-08T00:32:15Z"
},
{
"tag": "v1.1.8",
"kind": "patch",
"published_at": "2024-01-26T02:20:48Z"
},
{
"tag": "v1.1.7",
"kind": "patch",
"published_at": "2023-11-20T17:19:30Z"
},
{
"tag": "v1.1.6",
"kind": "patch",
"published_at": "2023-11-07T17:46:34Z"
},
{
"tag": "v1.1.5",
"kind": "patch",
"published_at": "2023-11-06T23:35:18Z"
},
{
"tag": "v1.1.4",
"kind": "patch",
"published_at": "2023-11-02T04:37:59Z"
},
{
"tag": "v1.1.3",
"kind": "patch",
"published_at": "2023-10-31T01:14:02Z"
},
{
"tag": "v1.1.2",
"kind": "patch",
"published_at": "2023-10-24T19:51:11Z"
},
{
"tag": "v1.1.1",
"kind": "patch",
"published_at": "2023-10-15T01:03:49Z"
},
{
"tag": "v1.1.0",
"kind": "minor",
"published_at": "2023-10-12T03:35:19Z"
}
],
"recent_commits": [
{
"oid": "cd68da1fdb64e1cc645a1fcc8da1d9cc0a6d846f",
"body": null,
"is_bot": false,
"headline": "chore(publish): replace .npmignore with files allowlist",
"author_name": "wallpants",
"author_login": "wallpants",
"committed_at": "2026-07-18T20:24:06Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "a278e102fb930533bae2975e417ce042a00763d0",
"body": "- onDisconnect(callback) fires once when the connection closes for any\n reason (neovim exit, socket error, detach); registering after close\n still notifies asynchronously\n- socket writes respect partial writes and resume on \"drain\";\n previously any RPC message larger than the kernel socket buffer\n[…]\nnanswered (default 10s, configurable via timeouts.attach)\n- call() accepts an optional timeout, per call or via timeouts.request;\n disabled by default since neovim may legitimately block indefinitely",
"is_bot": false,
"headline": "feat(attach): add onDisconnect, socket backpressure handling & timeouts",
"author_name": "wallpants",
"author_login": "wallpants",
"committed_at": "2026-07-18T20:24:06Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "fccd43e3e57e01a8c2272aa924b15b7652c598db",
"body": null,
"is_bot": false,
"headline": "ci: update actions/checkout to v7",
"author_name": "wallpants",
"author_login": "wallpants",
"committed_at": "2026-07-18T18:07:04Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "921add5ef04050b502887cb1b4201abd86ebdc76",
"body": null,
"is_bot": false,
"headline": "fix(dependencies): update dependencies",
"author_name": "wallpants",
"author_login": "wallpants",
"committed_at": "2026-07-18T17:57:32Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "428db80b46e35d116d40d3dbfbe33dbb0e4e143c",
"body": "The `bunvim types` command now stamps the Neovim version and api level\nfrom the api-info metadata into the generated file's header comment,\nmaking it the single source of truth for which Neovim the bundled\ndefinitions were generated against. The readme points to the header\ninstead of hardcoding a version.",
"is_bot": false,
"headline": "feat: record neovim version in generated types header",
"author_name": "wallpants",
"author_login": "wallpants",
"committed_at": "2026-07-18T17:57:32Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "f195aed8dfac0cd506add218a23ef4077500c149",
"body": "Excluding deprecated functions from the generated types turned every\nneovim deprecation into a hard type error for consumers (e.g.\nnvim_notify, deprecated since api level 13). Include them with a\n\"@deprecated since api level N\" jsdoc tag instead, so existing code\nkeeps compiling while editors and typescript/no-deprecated surface the\ndeprecation.\n\nCo-Authored-By: Claude Fable 5 <noreply@anthropic.com>",
"is_bot": false,
"headline": "feat: tag deprecated api functions instead of dropping them",
"author_name": "wallpants",
"author_login": "wallpants",
"committed_at": "2026-07-18T17:57:32Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "a0aa231feb97f0cea6fb310beecfcbad584e761b",
"body": "- fix invalid syntax in the logging file example (double colon) and stop\n suggesting \"~\" paths, which node's resolve() does not expand\n- the onRequest example passed a buffer number where its declared type\n was a buffer name string; use nvim_buf_get_name(0)\n- mention the \"bunx bunvim types\" command next to the generated\n TypeScript definitions\n- fix \"listenning\" typo\n\nCo-Authored-By: Claude Fable 5 <noreply@anthropic.com>",
"is_bot": false,
"headline": "docs: fix stale readme examples and document types command",
"author_name": "wallpants",
"author_login": "wallpants",
"committed_at": "2026-07-18T17:57:32Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "246ba00d793feaf4035d8e0fb4d0616ea916393b",
"body": "Replace the placeholder sample test with a real suite (bun:test):\n\n- attach.test.ts runs against a fake neovim server on a unix socket,\n covering the handshake, out-of-order response correlation, split-frame\n reassembly, error conversion, notification handler isolation/removal,\n request handling,\n[…]\nt.ts covers the neovim-to-typescript type mapping and full\n content generation\n\nTest files and helpers are excluded from the published package.\n\nCo-Authored-By: Claude Fable 5 <noreply@anthropic.com>",
"is_bot": false,
"headline": "test: add unit tests for rpc client, logger and codegen",
"author_name": "wallpants",
"author_login": "wallpants",
"committed_at": "2026-07-18T17:57:32Z",
"body_truncated": true,
"is_coding_agent": true
},
{
"oid": "0573d9d570ee8b687f9ca70433f3efc1b6de7555",
"body": "Un-comment the types command that generates neovim-api.types.ts from\nnvim --api-info. The type mapper no longer throws on unknown neovim\ntypes: ArrayOf(X) and ArrayOf(X, n) are resolved recursively and\nanything else falls back to \"unknown\" with a warning. Add the Dict type\n(renamed from Dictionary i\n[…]\ne_set_win, nvim_open_tabpage and nvim_get_hl_ns; drops\ndeprecated nvim_subscribe, nvim_unsubscribe, nvim_win_get_option and\nnvim_win_set_option.\n\nCo-Authored-By: Claude Fable 5 <noreply@anthropic.com>",
"is_bot": false,
"headline": "feat: restore \"bunvim types\" codegen command and regenerate api types",
"author_name": "wallpants",
"author_login": "wallpants",
"committed_at": "2026-07-18T17:57:32Z",
"body_truncated": true,
"is_coding_agent": true
},
{
"oid": "bb5156cc57c467685cde0cfe6223caa48ea769c3",
"body": "- create the msgpack decode stream per connection instead of sharing a\n module-level singleton; concurrent attach() calls no longer cross-talk\n or leak stream listeners\n- reject all in-flight call() promises when the socket errors or closes;\n previously they hung forever if neovim died\n- detach()\n[…]\nge queue with a loop instead of unbounded\n recursion\n- merge the logger's two file transports that wrote interleaved entries\n to the same file\n\nCo-Authored-By: Claude Fable 5 <noreply@anthropic.com>",
"is_bot": false,
"headline": "fix: harden msgpack-rpc connection lifecycle",
"author_name": "wallpants",
"author_login": "wallpants",
"committed_at": "2026-07-18T17:57:32Z",
"body_truncated": true,
"is_coding_agent": true
},
{
"oid": "a8914148582d8f62164411da18814df9662ceb80",
"body": "Replace the eslint stack (typescript-eslint, import-x plugins) with\noxlint + oxlint-tsgolint for type-aware linting. The typescript-eslint\npeer range capped typescript at <6.1.0, which blocked the upgrade to\ntypescript 7.0.1-rc (native compiler).\n\nAlso fix tsconfig \"types\" to reference the @types/bu\n[…]\nstead of relying on the hoisted transitive bun-types package, and drop\n\"composite\" which forced tsbuildinfo emission without project references.\n\nCo-Authored-By: Claude Fable 5 <noreply@anthropic.com>",
"is_bot": false,
"headline": "build: migrate from eslint to oxlint and upgrade to typescript 7",
"author_name": "wallpants",
"author_login": "wallpants",
"committed_at": "2026-07-18T17:57:32Z",
"body_truncated": true,
"is_coding_agent": true
},
{
"oid": "02587c3007d2c366f6266ea6bffd434efa66dbcb",
"body": null,
"is_bot": false,
"headline": "fix(dependencies): update dependencies",
"author_name": "wallpants",
"author_login": "wallpants",
"committed_at": "2026-05-31T10:00:11Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "bd6b48adbb0a72a09205e4bc5b29290a6bbf32d9",
"body": "Updates the requirements on [winston](https://github.com/winstonjs/winston) to permit the latest version.\n- [Release notes](https://github.com/winstonjs/winston/releases)\n- [Changelog](https://github.com/winstonjs/winston/blob/master/CHANGELOG.md)\n- [Commits](https://github.com/winstonjs/winston/compare/v3.15.0...v3.16.0)\n\n---\nupdated-dependencies:\n- dependency-name: winston\n dependency-type: direct:production\n...\n\nSigned-off-by: dependabot[bot] <support@github.com>",
"is_bot": true,
"headline": "build(deps): update winston requirement from ^3.15.0 to ^3.16.0",
"author_name": "dependabot[bot]",
"author_login": "dependabot[bot]",
"committed_at": "2024-11-08T16:17:01Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "9fccbc8d9bc06077c517931e7dcf3aca91a48f2f",
"body": "Updates the requirements on [msgpackr](https://github.com/kriszyp/msgpackr) to permit the latest version.\n- [Release notes](https://github.com/kriszyp/msgpackr/releases)\n- [Commits](https://github.com/kriszyp/msgpackr/commits)\n\n---\nupdated-dependencies:\n- dependency-name: msgpackr\n dependency-type: direct:production\n...\n\nSigned-off-by: dependabot[bot] <support@github.com>",
"is_bot": true,
"headline": "build(deps): update msgpackr requirement from ^1.11.0 to ^1.11.2",
"author_name": "dependabot[bot]",
"author_login": "dependabot[bot]",
"committed_at": "2024-11-08T16:15:08Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "6faa383446a2d3b5d69c08a2843db418cc06cc60",
"body": "Updates the requirements on [@typescript-eslint/parser](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser) to permit the latest version.\n- [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases)\n- [Changelog](https://github.com/typescript-eslin\n[…]\nommits/v8.13.0/packages/parser)\n\n---\nupdated-dependencies:\n- dependency-name: \"@typescript-eslint/parser\"\n dependency-type: direct:development\n...\n\nSigned-off-by: dependabot[bot] <support@github.com>",
"is_bot": true,
"headline": "build(deps-dev): update @typescript-eslint/parser requirement",
"author_name": "dependabot[bot]",
"author_login": "dependabot[bot]",
"committed_at": "2024-11-08T16:12:58Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "3ec4285244366d586e4158c8c7241c53790d0b67",
"body": "Updates the requirements on [@typescript-eslint/eslint-plugin](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin) to permit the latest version.\n- [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases)\n- [Changelog](https://github.com/ty\n[…]\n/packages/eslint-plugin)\n\n---\nupdated-dependencies:\n- dependency-name: \"@typescript-eslint/eslint-plugin\"\n dependency-type: direct:development\n...\n\nSigned-off-by: dependabot[bot] <support@github.com>",
"is_bot": true,
"headline": "build(deps-dev): update @typescript-eslint/eslint-plugin requirement",
"author_name": "dependabot[bot]",
"author_login": "dependabot[bot]",
"committed_at": "2024-11-08T16:09:13Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "4c7b37a9a4a9d3b5d36ca3228c3317b337699a48",
"body": null,
"is_bot": false,
"headline": "perf(deps): update dependencies",
"author_name": "wallpants",
"author_login": "wallpants",
"committed_at": "2024-10-28T16:44:34Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "71294e1cf4d946575d4e1805f0deb149676c08ec",
"body": "Updates the requirements on [prettier](https://github.com/prettier/prettier) to permit the latest version.\n- [Release notes](https://github.com/prettier/prettier/releases)\n- [Changelog](https://github.com/prettier/prettier/blob/main/CHANGELOG.md)\n- [Commits](https://github.com/prettier/prettier/compare/3.3.0...3.3.3)\n\n---\nupdated-dependencies:\n- dependency-name: prettier\n dependency-type: direct:development\n...\n\nSigned-off-by: dependabot[bot] <support@github.com>",
"is_bot": true,
"headline": "build(deps-dev): update prettier requirement from ^3.3.0 to ^3.3.3",
"author_name": "dependabot[bot]",
"author_login": "dependabot[bot]",
"committed_at": "2024-09-06T18:04:29Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "a84724ac78fcb2d861fab21a0424806ed7a86957",
"body": "Bumps [oven-sh/setup-bun](https://github.com/oven-sh/setup-bun) from 1 to 2.\n- [Release notes](https://github.com/oven-sh/setup-bun/releases)\n- [Commits](https://github.com/oven-sh/setup-bun/compare/v1...v2)\n\n---\nupdated-dependencies:\n- dependency-name: oven-sh/setup-bun\n dependency-type: direct:production\n update-type: version-update:semver-major\n...\n\nSigned-off-by: dependabot[bot] <support@github.com>",
"is_bot": true,
"headline": "build(deps): bump oven-sh/setup-bun from 1 to 2",
"author_name": "dependabot[bot]",
"author_login": "dependabot[bot]",
"committed_at": "2024-09-06T17:59:54Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "09b71e7fc07c0f8d49ca10769816547a7343d075",
"body": "Updates the requirements on [typescript](https://github.com/Microsoft/TypeScript) to permit the latest version.\n- [Release notes](https://github.com/Microsoft/TypeScript/releases)\n- [Changelog](https://github.com/microsoft/TypeScript/blob/main/azure-pipelines.release.yml)\n- [Commits](https://github.\n[…]\nom/Microsoft/TypeScript/compare/v5.4.5...v5.5.4)\n\n---\nupdated-dependencies:\n- dependency-name: typescript\n dependency-type: direct:development\n...\n\nSigned-off-by: dependabot[bot] <support@github.com>",
"is_bot": true,
"headline": "build(deps-dev): update typescript requirement from ^5.4.5 to ^5.5.4",
"author_name": "dependabot[bot]",
"author_login": "dependabot[bot]",
"committed_at": "2024-09-06T17:54:04Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "cd1f4189f178ccaef7b551c701faebf0080d5bff",
"body": "Updates the requirements on [@typescript-eslint/parser](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser) to permit the latest version.\n- [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases)\n- [Changelog](https://github.com/typescript-eslin\n[…]\nommits/v7.18.0/packages/parser)\n\n---\nupdated-dependencies:\n- dependency-name: \"@typescript-eslint/parser\"\n dependency-type: direct:development\n...\n\nSigned-off-by: dependabot[bot] <support@github.com>",
"is_bot": true,
"headline": "build(deps-dev): update @typescript-eslint/parser requirement",
"author_name": "dependabot[bot]",
"author_login": "dependabot[bot]",
"committed_at": "2024-09-06T17:48:25Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "bddeb140260f0e01a25bb6d7b55cd67aef0a551c",
"body": "Bumps [prettier-plugin-organize-imports](https://github.com/simonhaenisch/prettier-plugin-organize-imports) from 3.2.4 to 4.0.0.\n- [Release notes](https://github.com/simonhaenisch/prettier-plugin-organize-imports/releases)\n- [Changelog](https://github.com/simonhaenisch/prettier-plugin-organize-impor\n[…]\nendencies:\n- dependency-name: prettier-plugin-organize-imports\n dependency-type: direct:development\n update-type: version-update:semver-major\n...\n\nSigned-off-by: dependabot[bot] <support@github.com>",
"is_bot": true,
"headline": "build(deps-dev): bump prettier-plugin-organize-imports",
"author_name": "dependabot[bot]",
"author_login": "dependabot[bot]",
"committed_at": "2024-09-06T17:46:00Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "a45774c7a053d1d190e31da5e597ce0e9c7b2324",
"body": "Updates the requirements on [commander](https://github.com/tj/commander.js) to permit the latest version.\n- [Release notes](https://github.com/tj/commander.js/releases)\n- [Changelog](https://github.com/tj/commander.js/blob/master/CHANGELOG.md)\n- [Commits](https://github.com/tj/commander.js/compare/v12.0.0...v12.1.0)\n\n---\nupdated-dependencies:\n- dependency-name: commander\n dependency-type: direct:production\n...\n\nSigned-off-by: dependabot[bot] <support@github.com>",
"is_bot": true,
"headline": "build(deps): update commander requirement from ^12.0.0 to ^12.1.0",
"author_name": "dependabot[bot]",
"author_login": "dependabot[bot]",
"committed_at": "2024-06-01T22:49:32Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "d87dfb4a7b9bc8b6710bcd13c3031b895084f9ff",
"body": "Updates the requirements on [@typescript-eslint/parser](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser) to permit the latest version.\n- [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases)\n- [Changelog](https://github.com/typescript-eslin\n[…]\nommits/v7.11.0/packages/parser)\n\n---\nupdated-dependencies:\n- dependency-name: \"@typescript-eslint/parser\"\n dependency-type: direct:development\n...\n\nSigned-off-by: dependabot[bot] <support@github.com>",
"is_bot": true,
"headline": "build(deps-dev): update @typescript-eslint/parser requirement",
"author_name": "dependabot[bot]",
"author_login": "dependabot[bot]",
"committed_at": "2024-06-01T22:47:41Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "d19d9bf909557c0ff350d2d80f93dcbbacfbb289",
"body": "Bumps [semantic-release](https://github.com/semantic-release/semantic-release) from 23.1.1 to 24.0.0.\n- [Release notes](https://github.com/semantic-release/semantic-release/releases)\n- [Commits](https://github.com/semantic-release/semantic-release/compare/v23.1.1...v24.0.0)\n\n---\nupdated-dependencies:\n- dependency-name: semantic-release\n dependency-type: direct:development\n update-type: version-update:semver-major\n...\n\nSigned-off-by: dependabot[bot] <support@github.com>",
"is_bot": true,
"headline": "build(deps-dev): bump semantic-release from 23.1.1 to 24.0.0",
"author_name": "dependabot[bot]",
"author_login": "dependabot[bot]",
"committed_at": "2024-06-01T22:46:13Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "780410b50bc968eadef5746039fb1c9b9917099e",
"body": "Updates the requirements on [@typescript-eslint/eslint-plugin](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin) to permit the latest version.\n- [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases)\n- [Changelog](https://github.com/ty\n[…]\n/packages/eslint-plugin)\n\n---\nupdated-dependencies:\n- dependency-name: \"@typescript-eslint/eslint-plugin\"\n dependency-type: direct:development\n...\n\nSigned-off-by: dependabot[bot] <support@github.com>",
"is_bot": true,
"headline": "build(deps-dev): update @typescript-eslint/eslint-plugin requirement",
"author_name": "dependabot[bot]",
"author_login": "dependabot[bot]",
"committed_at": "2024-06-01T22:44:17Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "0f0810a49bb6adf2ecda375152d83099cdb37957",
"body": "Updates the requirements on [prettier](https://github.com/prettier/prettier) to permit the latest version.\n- [Release notes](https://github.com/prettier/prettier/releases)\n- [Changelog](https://github.com/prettier/prettier/blob/main/CHANGELOG.md)\n- [Commits](https://github.com/prettier/prettier/compare/3.2.5...3.3.0)\n\n---\nupdated-dependencies:\n- dependency-name: prettier\n dependency-type: direct:development\n...\n\nSigned-off-by: dependabot[bot] <support@github.com>",
"is_bot": true,
"headline": "build(deps-dev): update prettier requirement from ^3.2.5 to ^3.3.0",
"author_name": "dependabot[bot]",
"author_login": "dependabot[bot]",
"committed_at": "2024-06-01T22:42:22Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "6a9c022bf8328fb8da7663b6a343689ef1bea532",
"body": null,
"is_bot": false,
"headline": "docs(readme): mention napoleon.nvim in readme",
"author_name": "wallpants",
"author_login": "wallpants",
"committed_at": "2024-05-26T23:16:38Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "8da9b532ddfd4302c359719f95af91cc3f90f490",
"body": null,
"is_bot": false,
"headline": "perf(dependencies): update dependencies",
"author_name": "wallpants",
"author_login": "wallpants",
"committed_at": "2024-05-11T16:31:42Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "2583d2e19222d731218ee2031c039cf42e12cdd3",
"body": null,
"is_bot": false,
"headline": "ci(dependabot): update dependabot config",
"author_name": "wallpants",
"author_login": "wallpants",
"committed_at": "2024-05-11T16:31:42Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "7843b21f6de844801f8a2d8a0c17807812c79f40",
"body": "Updates the requirements on [@typescript-eslint/parser](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser) to permit the latest version.\n- [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases)\n- [Changelog](https://github.com/typescript-eslin\n[…]\ncommits/v7.8.0/packages/parser)\n\n---\nupdated-dependencies:\n- dependency-name: \"@typescript-eslint/parser\"\n dependency-type: direct:development\n...\n\nSigned-off-by: dependabot[bot] <support@github.com>",
"is_bot": true,
"headline": "build(deps-dev): update @typescript-eslint/parser requirement",
"author_name": "dependabot[bot]",
"author_login": "dependabot[bot]",
"committed_at": "2024-05-01T23:15:14Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "f18a6747f3bfb328a73989beb4f4583e4f2f5577",
"body": "Updates the requirements on [typescript](https://github.com/Microsoft/TypeScript) to permit the latest version.\n- [Release notes](https://github.com/Microsoft/TypeScript/releases)\n- [Changelog](https://github.com/microsoft/TypeScript/blob/main/azure-pipelines.release.yml)\n- [Commits](https://github.\n[…]\nom/Microsoft/TypeScript/compare/v5.4.3...v5.4.5)\n\n---\nupdated-dependencies:\n- dependency-name: typescript\n dependency-type: direct:development\n...\n\nSigned-off-by: dependabot[bot] <support@github.com>",
"is_bot": true,
"headline": "build(deps-dev): update typescript requirement from ^5.4.3 to ^5.4.5",
"author_name": "dependabot[bot]",
"author_login": "dependabot[bot]",
"committed_at": "2024-05-01T23:12:48Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "2ddb9e467cbe9bfa41fdb5077b76dfb44979d8ea",
"body": "Updates the requirements on [commitlint](https://github.com/conventional-changelog/commitlint/tree/HEAD/@alias/commitlint) to permit the latest version.\n- [Release notes](https://github.com/conventional-changelog/commitlint/releases)\n- [Changelog](https://github.com/conventional-changelog/commitlint\n[…]\nog/commitlint/commits/v19.3.0/@alias/commitlint)\n\n---\nupdated-dependencies:\n- dependency-name: commitlint\n dependency-type: direct:development\n...\n\nSigned-off-by: dependabot[bot] <support@github.com>",
"is_bot": true,
"headline": "build(deps-dev): update commitlint requirement from ^19.2.1 to ^19.3.0",
"author_name": "dependabot[bot]",
"author_login": "dependabot[bot]",
"committed_at": "2024-05-01T23:10:24Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "75fbe4cc83fc81e2d70d26c82fdd37fd4967839d",
"body": "Updates the requirements on [@typescript-eslint/eslint-plugin](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin) to permit the latest version.\n- [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases)\n- [Changelog](https://github.com/ty\n[…]\n/packages/eslint-plugin)\n\n---\nupdated-dependencies:\n- dependency-name: \"@typescript-eslint/eslint-plugin\"\n dependency-type: direct:development\n...\n\nSigned-off-by: dependabot[bot] <support@github.com>",
"is_bot": true,
"headline": "build(deps-dev): update @typescript-eslint/eslint-plugin requirement",
"author_name": "dependabot[bot]",
"author_login": "dependabot[bot]",
"committed_at": "2024-05-01T23:08:15Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "6116aa5465058c74c0224c8993632f191ef127d9",
"body": "Updates the requirements on [@commitlint/config-conventional](https://github.com/conventional-changelog/commitlint/tree/HEAD/@commitlint/config-conventional) to permit the latest version.\n- [Release notes](https://github.com/conventional-changelog/commitlint/releases)\n- [Changelog](https://github.co\n[…]\nlint/config-conventional)\n\n---\nupdated-dependencies:\n- dependency-name: \"@commitlint/config-conventional\"\n dependency-type: direct:development\n...\n\nSigned-off-by: dependabot[bot] <support@github.com>",
"is_bot": true,
"headline": "build(deps-dev): update @commitlint/config-conventional requirement",
"author_name": "dependabot[bot]",
"author_login": "dependabot[bot]",
"committed_at": "2024-05-01T23:06:20Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "0a9e578b8ff18b7565d40887789874cb8ad289ef",
"body": null,
"is_bot": false,
"headline": "build(lockfile): update lockfile after dependabot updates",
"author_name": "wallpants",
"author_login": "wallpants",
"committed_at": "2024-04-02T00:59:50Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "97de1eb46dc93428cac8c7c09ab5de25332ed6dc",
"body": "Updates the requirements on [typescript](https://github.com/Microsoft/TypeScript) to permit the latest version.\n- [Release notes](https://github.com/Microsoft/TypeScript/releases)\n- [Changelog](https://github.com/microsoft/TypeScript/blob/main/azure-pipelines.release.yml)\n- [Commits](https://github.\n[…]\nom/Microsoft/TypeScript/compare/v5.4.2...v5.4.3)\n\n---\nupdated-dependencies:\n- dependency-name: typescript\n dependency-type: direct:development\n...\n\nSigned-off-by: dependabot[bot] <support@github.com>",
"is_bot": true,
"headline": "build(deps-dev): update typescript requirement from ^5.4.2 to ^5.4.3",
"author_name": "dependabot[bot]",
"author_login": "dependabot[bot]",
"committed_at": "2024-04-02T00:58:51Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "cce8a30ca1b8dd6a417b09695f8c4b76612f0cdb",
"body": "Updates the requirements on [commitlint](https://github.com/conventional-changelog/commitlint/tree/HEAD/@alias/commitlint) to permit the latest version.\n- [Release notes](https://github.com/conventional-changelog/commitlint/releases)\n- [Changelog](https://github.com/conventional-changelog/commitlint\n[…]\nog/commitlint/commits/v19.2.1/@alias/commitlint)\n\n---\nupdated-dependencies:\n- dependency-name: commitlint\n dependency-type: direct:development\n...\n\nSigned-off-by: dependabot[bot] <support@github.com>",
"is_bot": true,
"headline": "build(deps-dev): update commitlint requirement from ^19.2.0 to ^19.2.1",
"author_name": "dependabot[bot]",
"author_login": "dependabot[bot]",
"committed_at": "2024-04-02T00:56:23Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "b6adb2796c9be02fe1bdea21f9f732d8e9779b94",
"body": "Updates the requirements on [semantic-release](https://github.com/semantic-release/semantic-release) to permit the latest version.\n- [Release notes](https://github.com/semantic-release/semantic-release/releases)\n- [Commits](https://github.com/semantic-release/semantic-release/compare/v23.0.5...v23.0.6)\n\n---\nupdated-dependencies:\n- dependency-name: semantic-release\n dependency-type: direct:development\n...\n\nSigned-off-by: dependabot[bot] <support@github.com>",
"is_bot": true,
"headline": "build(deps-dev): update semantic-release requirement",
"author_name": "dependabot[bot]",
"author_login": "dependabot[bot]",
"committed_at": "2024-04-02T00:54:37Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "3a9e5b944252e40d2384bd66a11c3e720e1c03bc",
"body": "Updates the requirements on [@typescript-eslint/parser](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser) to permit the latest version.\n- [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases)\n- [Changelog](https://github.com/typescript-eslin\n[…]\ncommits/v7.5.0/packages/parser)\n\n---\nupdated-dependencies:\n- dependency-name: \"@typescript-eslint/parser\"\n dependency-type: direct:development\n...\n\nSigned-off-by: dependabot[bot] <support@github.com>",
"is_bot": true,
"headline": "build(deps-dev): update @typescript-eslint/parser requirement",
"author_name": "dependabot[bot]",
"author_login": "dependabot[bot]",
"committed_at": "2024-04-02T00:52:33Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "dc4ccd2f8c65a88f78cc3a343b9ab4b8eb75d870",
"body": "Updates the requirements on [winston](https://github.com/winstonjs/winston) to permit the latest version.\n- [Release notes](https://github.com/winstonjs/winston/releases)\n- [Changelog](https://github.com/winstonjs/winston/blob/master/CHANGELOG.md)\n- [Commits](https://github.com/winstonjs/winston/compare/v3.12.0...v3.13.0)\n\n---\nupdated-dependencies:\n- dependency-name: winston\n dependency-type: direct:production\n...\n\nSigned-off-by: dependabot[bot] <support@github.com>",
"is_bot": true,
"headline": "build(deps): update winston requirement from ^3.12.0 to ^3.13.0",
"author_name": "dependabot[bot]",
"author_login": "dependabot[bot]",
"committed_at": "2024-04-02T00:50:46Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "0a2bb85e722212327a92d7d5a1571d24941df153",
"body": "Updates the requirements on [@typescript-eslint/eslint-plugin](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin) to permit the latest version.\n- [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases)\n- [Changelog](https://github.com/ty\n[…]\n/packages/eslint-plugin)\n\n---\nupdated-dependencies:\n- dependency-name: \"@typescript-eslint/eslint-plugin\"\n dependency-type: direct:development\n...\n\nSigned-off-by: dependabot[bot] <support@github.com>",
"is_bot": true,
"headline": "build(deps-dev): update @typescript-eslint/eslint-plugin requirement",
"author_name": "dependabot[bot]",
"author_login": "dependabot[bot]",
"committed_at": "2024-03-19T01:56:22Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "184a7072b9b1990c3cf547e79b959f31760bb6ca",
"body": "…kly\"",
"is_bot": false,
"headline": "ci(dependabot): change dependabot checks to \"monthly\" instead of \"wee…",
"author_name": "wallpants",
"author_login": "wallpants",
"committed_at": "2024-03-19T01:55:02Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "fabab7db601b4ba42f7846d667f81166509ae389",
"body": "Updates the requirements on [semantic-release](https://github.com/semantic-release/semantic-release) to permit the latest version.\n- [Release notes](https://github.com/semantic-release/semantic-release/releases)\n- [Commits](https://github.com/semantic-release/semantic-release/compare/v23.0.2...v23.0.5)\n\n---\nupdated-dependencies:\n- dependency-name: semantic-release\n dependency-type: direct:development\n...\n\nSigned-off-by: dependabot[bot] <support@github.com>",
"is_bot": true,
"headline": "build(deps-dev): update semantic-release requirement",
"author_name": "dependabot[bot]",
"author_login": "dependabot[bot]",
"committed_at": "2024-03-19T01:52:53Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "bbb632f92aef2968a692475deb71f1be1fd618df",
"body": "Updates the requirements on [@typescript-eslint/parser](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser) to permit the latest version.\n- [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases)\n- [Changelog](https://github.com/typescript-eslin\n[…]\ncommits/v7.3.1/packages/parser)\n\n---\nupdated-dependencies:\n- dependency-name: \"@typescript-eslint/parser\"\n dependency-type: direct:development\n...\n\nSigned-off-by: dependabot[bot] <support@github.com>",
"is_bot": true,
"headline": "build(deps-dev): update @typescript-eslint/parser requirement",
"author_name": "dependabot[bot]",
"author_login": "dependabot[bot]",
"committed_at": "2024-03-19T01:51:10Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "803be3bcc3476440961cc0456dd58c113f0af457",
"body": null,
"is_bot": false,
"headline": "ci(eslint): update eslint config",
"author_name": "wallpants",
"author_login": "wallpants",
"committed_at": "2024-03-19T01:49:32Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "bdb410788901a25c127d90640c5a3c58abec8974",
"body": null,
"is_bot": false,
"headline": "build(deps-dev): update dependencies",
"author_name": "wallpants",
"author_login": "wallpants",
"committed_at": "2024-03-19T01:49:32Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "065a3fe663d85dd377a42ae50dd45c3bfba9acf7",
"body": "Updates the requirements on [@typescript-eslint/eslint-plugin](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin) to permit the latest version.\n- [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases)\n- [Changelog](https://github.com/ty\n[…]\n/packages/eslint-plugin)\n\n---\nupdated-dependencies:\n- dependency-name: \"@typescript-eslint/eslint-plugin\"\n dependency-type: direct:development\n...\n\nSigned-off-by: dependabot[bot] <support@github.com>",
"is_bot": true,
"headline": "build(deps-dev): update @typescript-eslint/eslint-plugin requirement",
"author_name": "dependabot[bot]",
"author_login": "dependabot[bot]",
"committed_at": "2024-03-12T07:22:28Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "c9d06974326a209c643e0e3eece17e50f404b8b3",
"body": "Updates the requirements on [typescript](https://github.com/Microsoft/TypeScript) to permit the latest version.\n- [Release notes](https://github.com/Microsoft/TypeScript/releases)\n- [Changelog](https://github.com/microsoft/TypeScript/blob/main/azure-pipelines.release.yml)\n- [Commits](https://github.\n[…]\nom/Microsoft/TypeScript/compare/v5.3.3...v5.4.2)\n\n---\nupdated-dependencies:\n- dependency-name: typescript\n dependency-type: direct:development\n...\n\nSigned-off-by: dependabot[bot] <support@github.com>",
"is_bot": true,
"headline": "build(deps-dev): update typescript requirement from ^5.3.3 to ^5.4.2",
"author_name": "dependabot[bot]",
"author_login": "dependabot[bot]",
"committed_at": "2024-03-12T07:19:54Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "8a4d98b05508dff675e1ef73a8453dbfcef30295",
"body": "Updates the requirements on [@typescript-eslint/parser](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser) to permit the latest version.\n- [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases)\n- [Changelog](https://github.com/typescript-eslin\n[…]\ncommits/v7.2.0/packages/parser)\n\n---\nupdated-dependencies:\n- dependency-name: \"@typescript-eslint/parser\"\n dependency-type: direct:development\n...\n\nSigned-off-by: dependabot[bot] <support@github.com>",
"is_bot": true,
"headline": "build(deps-dev): update @typescript-eslint/parser requirement",
"author_name": "dependabot[bot]",
"author_login": "dependabot[bot]",
"committed_at": "2024-03-12T07:16:52Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "57604ae2902274de532b33f90c6e4b7507718d2d",
"body": null,
"is_bot": false,
"headline": "chore(deps): update dependencies",
"author_name": "wallpants",
"author_login": "wallpants",
"committed_at": "2024-03-11T15:51:45Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "78cc0d1ab2c28ddfb03da0cd02c973aceb9bdfa4",
"body": "please",
"is_bot": false,
"headline": "fix: release",
"author_name": "wallpants",
"author_login": "wallpants",
"committed_at": "2024-02-27T03:42:38Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "067a21875ef2279f6ee6897481140ab84c05869d",
"body": null,
"is_bot": false,
"headline": "fix: fix release",
"author_name": "wallpants",
"author_login": "wallpants",
"committed_at": "2024-02-27T03:40:37Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "4021c5ab82a3e0012ce103c4502143b34b806761",
"body": "maybe this will fix the release randomly failing",
"is_bot": false,
"headline": "fix(release): use npm instead of bun to run semantic-release",
"author_name": "wallpants",
"author_login": "wallpants",
"committed_at": "2024-02-27T03:38:05Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "a07e89bfa7287b7b6dbcd8415102d2cf890bedb9",
"body": "Updates the requirements on [@typescript-eslint/eslint-plugin](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin) to permit the latest version.\n- [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases)\n- [Changelog](https://github.com/ty\n[…]\n/packages/eslint-plugin)\n\n---\nupdated-dependencies:\n- dependency-name: \"@typescript-eslint/eslint-plugin\"\n dependency-type: direct:development\n...\n\nSigned-off-by: dependabot[bot] <support@github.com>",
"is_bot": true,
"headline": "build(deps-dev): update @typescript-eslint/eslint-plugin requirement",
"author_name": "dependabot[bot]",
"author_login": "dependabot[bot]",
"committed_at": "2024-02-27T03:30:26Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "b6a737e38009c76c5f4764f8029dd34704d3fe9c",
"body": "Updates the requirements on [eslint](https://github.com/eslint/eslint) to permit the latest version.\n- [Release notes](https://github.com/eslint/eslint/releases)\n- [Changelog](https://github.com/eslint/eslint/blob/main/CHANGELOG.md)\n- [Commits](https://github.com/eslint/eslint/compare/v8.56.0...v8.57.0)\n\n---\nupdated-dependencies:\n- dependency-name: eslint\n dependency-type: direct:development\n...\n\nSigned-off-by: dependabot[bot] <support@github.com>",
"is_bot": true,
"headline": "build(deps-dev): update eslint requirement from ^8.56.0 to ^8.57.0",
"author_name": "dependabot[bot]",
"author_login": "dependabot[bot]",
"committed_at": "2024-02-27T03:28:24Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "333144d7db5744987b801cf6d1be76cb94bc50ef",
"body": "Updates the requirements on [@typescript-eslint/parser](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser) to permit the latest version.\n- [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases)\n- [Changelog](https://github.com/typescript-eslin\n[…]\ncommits/v7.1.0/packages/parser)\n\n---\nupdated-dependencies:\n- dependency-name: \"@typescript-eslint/parser\"\n dependency-type: direct:development\n...\n\nSigned-off-by: dependabot[bot] <support@github.com>",
"is_bot": true,
"headline": "build(deps-dev): update @typescript-eslint/parser requirement",
"author_name": "dependabot[bot]",
"author_login": "dependabot[bot]",
"committed_at": "2024-02-27T03:26:10Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "40d52b44fa376c3438a69d7f1f624610253004f5",
"body": null,
"is_bot": false,
"headline": "docs(readme): update variable name",
"author_name": "wallpants",
"author_login": "wallpants",
"committed_at": "2024-02-22T19:36:00Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "340c7d61526ea9f67c99132a90e045c79223c273",
"body": null,
"is_bot": false,
"headline": "perf(lockfile): update lockfile & trigger release",
"author_name": "wallpants",
"author_login": "wallpants",
"committed_at": "2024-02-21T18:20:15Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "f384a973b2eb66ea275cead854e722d36f404049",
"body": "Bumps [@typescript-eslint/parser](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser) from 6.21.0 to 7.0.2.\n- [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases)\n- [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/\n[…]\nd-dependencies:\n- dependency-name: \"@typescript-eslint/parser\"\n dependency-type: direct:development\n update-type: version-update:semver-major\n...\n\nSigned-off-by: dependabot[bot] <support@github.com>",
"is_bot": true,
"headline": "build(deps-dev): bump @typescript-eslint/parser from 6.21.0 to 7.0.2",
"author_name": "dependabot[bot]",
"author_login": "dependabot[bot]",
"committed_at": "2024-02-20T04:43:50Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "a4be00add0430a2620a5dd289fbaed45b4307f14",
"body": "Updates the requirements on [@commitlint/config-conventional](https://github.com/conventional-changelog/commitlint/tree/HEAD/@commitlint/config-conventional) to permit the latest version.\n- [Release notes](https://github.com/conventional-changelog/commitlint/releases)\n- [Changelog](https://github.co\n[…]\nlint/config-conventional)\n\n---\nupdated-dependencies:\n- dependency-name: \"@commitlint/config-conventional\"\n dependency-type: direct:development\n...\n\nSigned-off-by: dependabot[bot] <support@github.com>",
"is_bot": true,
"headline": "build(deps-dev): update @commitlint/config-conventional requirement",
"author_name": "dependabot[bot]",
"author_login": "dependabot[bot]",
"committed_at": "2024-02-20T04:33:16Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "ae0d28f97de70241e315fea5197560efc2d35891",
"body": "Updates the requirements on [commitlint](https://github.com/conventional-changelog/commitlint/tree/HEAD/@alias/commitlint) to permit the latest version.\n- [Release notes](https://github.com/conventional-changelog/commitlint/releases)\n- [Changelog](https://github.com/conventional-changelog/commitlint\n[…]\nog/commitlint/commits/v18.6.1/@alias/commitlint)\n\n---\nupdated-dependencies:\n- dependency-name: commitlint\n dependency-type: direct:development\n...\n\nSigned-off-by: dependabot[bot] <support@github.com>",
"is_bot": true,
"headline": "build(deps-dev): update commitlint requirement from ^18.6.0 to ^18.6.1",
"author_name": "dependabot[bot]",
"author_login": "dependabot[bot]",
"committed_at": "2024-02-20T04:30:55Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "e49669756a98f8403209d551030ff35485b68f4d",
"body": "Updates the requirements on [prettier](https://github.com/prettier/prettier) to permit the latest version.\n- [Release notes](https://github.com/prettier/prettier/releases)\n- [Changelog](https://github.com/prettier/prettier/blob/main/CHANGELOG.md)\n- [Commits](https://github.com/prettier/prettier/compare/3.2.4...3.2.5)\n\n---\nupdated-dependencies:\n- dependency-name: prettier\n dependency-type: direct:development\n...\n\nSigned-off-by: dependabot[bot] <support@github.com>",
"is_bot": true,
"headline": "build(deps-dev): update prettier requirement from ^3.2.4 to ^3.2.5",
"author_name": "dependabot[bot]",
"author_login": "dependabot[bot]",
"committed_at": "2024-02-15T05:51:03Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "45742ef5b1487af233e85ba67092559d6b725632",
"body": "Updates the requirements on [@commitlint/cz-commitlint](https://github.com/conventional-changelog/commitlint/tree/HEAD/@commitlint/cz-commitlint) to permit the latest version.\n- [Release notes](https://github.com/conventional-changelog/commitlint/releases)\n- [Changelog](https://github.com/convention\n[…]\n.6.1/@commitlint/cz-commitlint)\n\n---\nupdated-dependencies:\n- dependency-name: \"@commitlint/cz-commitlint\"\n dependency-type: direct:development\n...\n\nSigned-off-by: dependabot[bot] <support@github.com>",
"is_bot": true,
"headline": "build(deps-dev): update @commitlint/cz-commitlint requirement",
"author_name": "dependabot[bot]",
"author_login": "dependabot[bot]",
"committed_at": "2024-02-14T18:59:41Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "70a0848b3e253fd1d3fde796f11aa74670a2b3bd",
"body": "Bumps [commander](https://github.com/tj/commander.js) from 11.1.0 to 12.0.0.\n- [Release notes](https://github.com/tj/commander.js/releases)\n- [Changelog](https://github.com/tj/commander.js/blob/master/CHANGELOG.md)\n- [Commits](https://github.com/tj/commander.js/compare/v11.1.0...v12.0.0)\n\n---\nupdated-dependencies:\n- dependency-name: commander\n dependency-type: direct:production\n update-type: version-update:semver-major\n...\n\nSigned-off-by: dependabot[bot] <support@github.com>",
"is_bot": true,
"headline": "build(deps): bump commander from 11.1.0 to 12.0.0",
"author_name": "dependabot[bot]",
"author_login": "dependabot[bot]",
"committed_at": "2024-02-14T18:57:18Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "b24359c98b2464a11fb5662cb078b1ab5241176c",
"body": "Bumps [@typescript-eslint/eslint-plugin](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin) from 6.21.0 to 7.0.0.\n- [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases)\n- [Changelog](https://github.com/typescript-eslint/typescript-esl\n[…]\ndencies:\n- dependency-name: \"@typescript-eslint/eslint-plugin\"\n dependency-type: direct:development\n update-type: version-update:semver-major\n...\n\nSigned-off-by: dependabot[bot] <support@github.com>",
"is_bot": true,
"headline": "build(deps-dev): bump @typescript-eslint/eslint-plugin",
"author_name": "dependabot[bot]",
"author_login": "dependabot[bot]",
"committed_at": "2024-02-14T18:55:22Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "5ed2ae9c2dabfe1788cd9edc44cc21e3d95c8fa4",
"body": "Updates the requirements on [semantic-release](https://github.com/semantic-release/semantic-release) to permit the latest version.\n- [Release notes](https://github.com/semantic-release/semantic-release/releases)\n- [Commits](https://github.com/semantic-release/semantic-release/compare/v23.0.0...v23.0.2)\n\n---\nupdated-dependencies:\n- dependency-name: semantic-release\n dependency-type: direct:development\n...\n\nSigned-off-by: dependabot[bot] <support@github.com>",
"is_bot": true,
"headline": "build(deps-dev): update semantic-release requirement",
"author_name": "dependabot[bot]",
"author_login": "dependabot[bot]",
"committed_at": "2024-02-14T18:53:26Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "e551a9d2980e492e54f269caede194cc2b56964e",
"body": "Update dependencies & trigger release to test semantic-release fix",
"is_bot": false,
"headline": "perf(deps): update dependencies",
"author_name": "wallpants",
"author_login": "wallpants",
"committed_at": "2024-02-08T00:29:12Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "b4ea82c1b19c9a6ddc3ecf54d01161f91872b2b4",
"body": "Updates the requirements on [typescript](https://github.com/Microsoft/TypeScript) to permit the latest version.\n- [Release notes](https://github.com/Microsoft/TypeScript/releases)\n- [Commits](https://github.com/Microsoft/TypeScript/compare/v5.3.2...v5.3.3)\n\n---\nupdated-dependencies:\n- dependency-name: typescript\n dependency-type: direct:development\n...\n\nSigned-off-by: dependabot[bot] <support@github.com>",
"is_bot": true,
"headline": "build(deps-dev): update typescript requirement from ^5.3.2 to ^5.3.3",
"author_name": "dependabot[bot]",
"author_login": "dependabot[bot]",
"committed_at": "2024-02-06T17:02:09Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "27275c0f657be57346b9430143b05e91e6f09905",
"body": "Updates the requirements on [eslint](https://github.com/eslint/eslint) to permit the latest version.\n- [Release notes](https://github.com/eslint/eslint/releases)\n- [Changelog](https://github.com/eslint/eslint/blob/main/CHANGELOG.md)\n- [Commits](https://github.com/eslint/eslint/compare/v8.54.0...v8.56.0)\n\n---\nupdated-dependencies:\n- dependency-name: eslint\n dependency-type: direct:development\n...\n\nSigned-off-by: dependabot[bot] <support@github.com>",
"is_bot": true,
"headline": "build(deps-dev): update eslint requirement from ^8.54.0 to ^8.56.0",
"author_name": "dependabot[bot]",
"author_login": "dependabot[bot]",
"committed_at": "2024-02-06T17:00:18Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "d4751abc5b1beba3896fb0c2737b962c4c33994f",
"body": "Updates the requirements on [@commitlint/config-conventional](https://github.com/conventional-changelog/commitlint/tree/HEAD/@commitlint/config-conventional) to permit the latest version.\n- [Release notes](https://github.com/conventional-changelog/commitlint/releases)\n- [Changelog](https://github.co\n[…]\nlint/config-conventional)\n\n---\nupdated-dependencies:\n- dependency-name: \"@commitlint/config-conventional\"\n dependency-type: direct:development\n...\n\nSigned-off-by: dependabot[bot] <support@github.com>",
"is_bot": true,
"headline": "build(deps-dev): update @commitlint/config-conventional requirement",
"author_name": "dependabot[bot]",
"author_login": "dependabot[bot]",
"committed_at": "2024-02-06T16:57:58Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "452048ddab52fc1448d22a1fdfdd58c9f63ed346",
"body": "Bumps [semantic-release](https://github.com/semantic-release/semantic-release) from 22.0.12 to 23.0.0.\n- [Release notes](https://github.com/semantic-release/semantic-release/releases)\n- [Commits](https://github.com/semantic-release/semantic-release/compare/v22.0.12...v23.0.0)\n\n---\nupdated-dependencies:\n- dependency-name: semantic-release\n dependency-type: direct:development\n update-type: version-update:semver-major\n...\n\nSigned-off-by: dependabot[bot] <support@github.com>",
"is_bot": true,
"headline": "build(deps-dev): bump semantic-release from 22.0.12 to 23.0.0",
"author_name": "dependabot[bot]",
"author_login": "dependabot[bot]",
"committed_at": "2024-02-06T16:56:11Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "42f10d428894a4969c841ffa8d437f39712ba30f",
"body": "Updates the requirements on [@typescript-eslint/parser](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser) to permit the latest version.\n- [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases)\n- [Changelog](https://github.com/typescript-eslin\n[…]\nommits/v6.21.0/packages/parser)\n\n---\nupdated-dependencies:\n- dependency-name: \"@typescript-eslint/parser\"\n dependency-type: direct:development\n...\n\nSigned-off-by: dependabot[bot] <support@github.com>",
"is_bot": true,
"headline": "build(deps-dev): update @typescript-eslint/parser requirement",
"author_name": "dependabot[bot]",
"author_login": "dependabot[bot]",
"committed_at": "2024-02-06T16:53:58Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "489679bb4faf146cf1fa71d8e2783f1927e1e23e",
"body": null,
"is_bot": false,
"headline": "perf(dependencies): update dependencies",
"author_name": "wallpants",
"author_login": "wallpants",
"committed_at": "2024-01-26T02:17:52Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "8fc8d8cec826ec55cfb84276d91ef8e10c64a8a3",
"body": "Updates the requirements on [@typescript-eslint/eslint-plugin](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin) to permit the latest version.\n- [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases)\n- [Changelog](https://github.com/ty\n[…]\n/packages/eslint-plugin)\n\n---\nupdated-dependencies:\n- dependency-name: \"@typescript-eslint/eslint-plugin\"\n dependency-type: direct:development\n...\n\nSigned-off-by: dependabot[bot] <support@github.com>",
"is_bot": true,
"headline": "build(deps-dev): update @typescript-eslint/eslint-plugin requirement",
"author_name": "dependabot[bot]",
"author_login": "dependabot[bot]",
"committed_at": "2024-01-26T02:15:12Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "3bdd134a45c4b553a48b6fa4ea0cadc741ffbfe9",
"body": "Updates the requirements on [msgpackr](https://github.com/kriszyp/msgpackr) to permit the latest version.\n- [Release notes](https://github.com/kriszyp/msgpackr/releases)\n- [Commits](https://github.com/kriszyp/msgpackr/compare/v1.9.9...v1.10.1)\n\n---\nupdated-dependencies:\n- dependency-name: msgpackr\n dependency-type: direct:production\n...\n\nSigned-off-by: dependabot[bot] <support@github.com>",
"is_bot": true,
"headline": "build(deps): update msgpackr requirement from ^1.9.9 to ^1.10.1",
"author_name": "dependabot[bot]",
"author_login": "dependabot[bot]",
"committed_at": "2024-01-26T02:13:18Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "fcae27b12f6e50580779dc5020466c766ce59099",
"body": "Updates the requirements on [@typescript-eslint/parser](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser) to permit the latest version.\n- [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases)\n- [Changelog](https://github.com/typescript-eslin\n[…]\nommits/v6.19.1/packages/parser)\n\n---\nupdated-dependencies:\n- dependency-name: \"@typescript-eslint/parser\"\n dependency-type: direct:development\n...\n\nSigned-off-by: dependabot[bot] <support@github.com>",
"is_bot": true,
"headline": "build(deps-dev): update @typescript-eslint/parser requirement",
"author_name": "dependabot[bot]",
"author_login": "dependabot[bot]",
"committed_at": "2024-01-26T02:11:30Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "fc21f6abf58ae6a6ed549cdea0f7c688edb68027",
"body": "Updates the requirements on [commitlint](https://github.com/conventional-changelog/commitlint/tree/HEAD/@alias/commitlint) to permit the latest version.\n- [Release notes](https://github.com/conventional-changelog/commitlint/releases)\n- [Changelog](https://github.com/conventional-changelog/commitlint\n[…]\nog/commitlint/commits/v18.6.0/@alias/commitlint)\n\n---\nupdated-dependencies:\n- dependency-name: commitlint\n dependency-type: direct:development\n...\n\nSigned-off-by: dependabot[bot] <support@github.com>",
"is_bot": true,
"headline": "build(deps-dev): update commitlint requirement from ^18.4.4 to ^18.6.0",
"author_name": "dependabot[bot]",
"author_login": "dependabot[bot]",
"committed_at": "2024-01-26T02:09:16Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "21238e3d34b406dc18974dbd77b0a763311a780c",
"body": "Updates the requirements on [prettier](https://github.com/prettier/prettier) to permit the latest version.\n- [Release notes](https://github.com/prettier/prettier/releases)\n- [Changelog](https://github.com/prettier/prettier/blob/main/CHANGELOG.md)\n- [Commits](https://github.com/prettier/prettier/compare/3.1.0...3.2.4)\n\n---\nupdated-dependencies:\n- dependency-name: prettier\n dependency-type: direct:development\n...\n\nSigned-off-by: dependabot[bot] <support@github.com>",
"is_bot": true,
"headline": "build(deps-dev): update prettier requirement from ^3.1.0 to ^3.2.4",
"author_name": "dependabot[bot]",
"author_login": "dependabot[bot]",
"committed_at": "2024-01-26T02:07:45Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "582ffd8d404aaa13372603fce5048104287f46dd",
"body": null,
"is_bot": false,
"headline": "ci(dependaboy): add dependabot back in",
"author_name": "wallpants",
"author_login": "wallpants",
"committed_at": "2024-01-26T02:05:07Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "883018ae7df720bdf26bd56dd041b47b6284cd66",
"body": "reorder elements for consistency with other repos",
"is_bot": false,
"headline": "refactor(package.json): reorder elements",
"author_name": "wallpants",
"author_login": "wallpants",
"committed_at": "2024-01-26T01:38:30Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "53da9d4ab1ab9bad0d1c2de7e18508817f9dabfc",
"body": null,
"is_bot": false,
"headline": "ci(commitlint): fix commitlint setup",
"author_name": "wallpants",
"author_login": "wallpants",
"committed_at": "2024-01-26T00:35:50Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "48f1402f9b2961836ae1af8fbed70d05d06d1830",
"body": "remove dependabot add again later to see if that fixes dependabots commits",
"is_bot": false,
"headline": "ci(dependabot): remove dependabot",
"author_name": "wallpants",
"author_login": "wallpants",
"committed_at": "2023-11-21T06:18:58Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "1331dbeacd56ad0e99efa4a6aeb4e5a594163aec",
"body": "Updates the requirements on [@typescript-eslint/eslint-plugin](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin) to permit the latest version.\n- [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases)\n- [Changelog](https://github.com/ty\n[…]\n/packages/eslint-plugin)\n\n---\nupdated-dependencies:\n- dependency-name: \"@typescript-eslint/eslint-plugin\"\n dependency-type: direct:development\n...\n\nSigned-off-by: dependabot[bot] <support@github.com>",
"is_bot": true,
"headline": "Update @typescript-eslint/eslint-plugin requirement",
"author_name": "dependabot[bot]",
"author_login": "dependabot[bot]",
"committed_at": "2023-11-21T01:48:03Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "76735ffaee80a5e62642593bd6ff13327bbf5650",
"body": "Updates the requirements on [semantic-release](https://github.com/semantic-release/semantic-release) to permit the latest version.\n- [Release notes](https://github.com/semantic-release/semantic-release/releases)\n- [Commits](https://github.com/semantic-release/semantic-release/compare/v22.0.7...v22.0.8)\n\n---\nupdated-dependencies:\n- dependency-name: semantic-release\n dependency-type: direct:development\n...\n\nSigned-off-by: dependabot[bot] <support@github.com>",
"is_bot": true,
"headline": "Update semantic-release requirement from ^22.0.7 to ^22.0.8",
"author_name": "dependabot[bot]",
"author_login": "dependabot[bot]",
"committed_at": "2023-11-21T01:46:08Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "59319a5388d2154d958997060a8c7fdfdb7c3e55",
"body": "Updates the requirements on [@typescript-eslint/parser](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser) to permit the latest version.\n- [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases)\n- [Changelog](https://github.com/typescript-eslin\n[…]\nommits/v6.12.0/packages/parser)\n\n---\nupdated-dependencies:\n- dependency-name: \"@typescript-eslint/parser\"\n dependency-type: direct:development\n...\n\nSigned-off-by: dependabot[bot] <support@github.com>",
"is_bot": true,
"headline": "Update @typescript-eslint/parser requirement from ^6.11.0 to ^6.12.0",
"author_name": "dependabot[bot]",
"author_login": "dependabot[bot]",
"committed_at": "2023-11-21T01:43:53Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "e05dfbbe5fe4cbb7b3c74a656b1143025e84c28c",
"body": "Updates the requirements on [typescript](https://github.com/Microsoft/TypeScript) to permit the latest version.\n- [Release notes](https://github.com/Microsoft/TypeScript/releases)\n- [Commits](https://github.com/Microsoft/TypeScript/compare/v5.2.2...v5.3.2)\n\n---\nupdated-dependencies:\n- dependency-name: typescript\n dependency-type: direct:development\n...\n\nSigned-off-by: dependabot[bot] <support@github.com>",
"is_bot": true,
"headline": "Update typescript requirement from ^5.2.2 to ^5.3.2",
"author_name": "dependabot[bot]",
"author_login": "dependabot[bot]",
"committed_at": "2023-11-21T01:42:03Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "587c0630678b964e155c341c097cc3ae8ee52a62",
"body": "Updates the requirements on [eslint](https://github.com/eslint/eslint) to permit the latest version.\n- [Release notes](https://github.com/eslint/eslint/releases)\n- [Changelog](https://github.com/eslint/eslint/blob/main/CHANGELOG.md)\n- [Commits](https://github.com/eslint/eslint/compare/v8.53.0...v8.54.0)\n\n---\nupdated-dependencies:\n- dependency-name: eslint\n dependency-type: direct:development\n...\n\nSigned-off-by: dependabot[bot] <support@github.com>",
"is_bot": true,
"headline": "Update eslint requirement from ^8.53.0 to ^8.54.0",
"author_name": "dependabot[bot]",
"author_login": "dependabot[bot]",
"committed_at": "2023-11-21T01:40:28Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "4a2107332b4ce63ac0f70ea93dadfae2ef39648f",
"body": "This is marked as a fix to trigger a release so we can test if CI/CD has been fixed.",
"is_bot": false,
"headline": "fix(format): 2 space identation for md files",
"author_name": "wallpants",
"author_login": "wallpants",
"committed_at": "2023-11-20T17:16:35Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "7020ba874c9a928e605f26d1057977057aeb8ab6",
"body": "add cz-conventional-changelog as a devDependency to see if that fixes what dependabot names its PRs\n\nre #41",
"is_bot": false,
"headline": "chore: regenerate lockfile after dependabot updates",
"author_name": "wallpants",
"author_login": "wallpants",
"committed_at": "2023-11-14T08:57:16Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "83549924479d3c06fb608fbf14bb9105ab45f5ea",
"body": "Updates the requirements on [prettier-plugin-organize-imports](https://github.com/simonhaenisch/prettier-plugin-organize-imports) to permit the latest version.\n- [Release notes](https://github.com/simonhaenisch/prettier-plugin-organize-imports/releases)\n- [Commits](https://github.com/simonhaenisch/p\n[…]\ns/compare/v3.2.3...v3.2.4)\n\n---\nupdated-dependencies:\n- dependency-name: prettier-plugin-organize-imports\n dependency-type: direct:development\n...\n\nSigned-off-by: dependabot[bot] <support@github.com>",
"is_bot": true,
"headline": "Update prettier-plugin-organize-imports requirement",
"author_name": "dependabot[bot]",
"author_login": "dependabot[bot]",
"committed_at": "2023-11-14T00:00:17Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "53288ae0afbd70e23575d07cd7033656a8892689",
"body": "Updates the requirements on [@typescript-eslint/parser](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser) to permit the latest version.\n- [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases)\n- [Changelog](https://github.com/typescript-eslin\n[…]\nommits/v6.11.0/packages/parser)\n\n---\nupdated-dependencies:\n- dependency-name: \"@typescript-eslint/parser\"\n dependency-type: direct:development\n...\n\nSigned-off-by: dependabot[bot] <support@github.com>",
"is_bot": true,
"headline": "Update @typescript-eslint/parser requirement from ^6.10.0 to ^6.11.0",
"author_name": "dependabot[bot]",
"author_login": "dependabot[bot]",
"committed_at": "2023-11-13T23:58:27Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "107806ced988910ad75026f05a37d2259ac50cd0",
"body": "Updates the requirements on [prettier](https://github.com/prettier/prettier) to permit the latest version.\n- [Release notes](https://github.com/prettier/prettier/releases)\n- [Changelog](https://github.com/prettier/prettier/blob/main/CHANGELOG.md)\n- [Commits](https://github.com/prettier/prettier/compare/3.0.3...3.1.0)\n\n---\nupdated-dependencies:\n- dependency-name: prettier\n dependency-type: direct:development\n...\n\nSigned-off-by: dependabot[bot] <support@github.com>",
"is_bot": true,
"headline": "Update prettier requirement from ^3.0.3 to ^3.1.0",
"author_name": "dependabot[bot]",
"author_login": "dependabot[bot]",
"committed_at": "2023-11-13T23:56:39Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "eb48703f1f1d78b1eb4f8db0d6c47d1e8ed9a99f",
"body": "Updates the requirements on [@typescript-eslint/eslint-plugin](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin) to permit the latest version.\n- [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases)\n- [Changelog](https://github.com/ty\n[…]\n/packages/eslint-plugin)\n\n---\nupdated-dependencies:\n- dependency-name: \"@typescript-eslint/eslint-plugin\"\n dependency-type: direct:development\n...\n\nSigned-off-by: dependabot[bot] <support@github.com>",
"is_bot": true,
"headline": "Update @typescript-eslint/eslint-plugin requirement",
"author_name": "dependabot[bot]",
"author_login": "dependabot[bot]",
"committed_at": "2023-11-13T23:54:42Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "edf38605316658312142f60eca2ffb94b5e66015",
"body": "when handling rpcrequests, it would happen that we would process an outgoing message, and then\nnothing would trigger the processing of the remaining messages",
"is_bot": false,
"headline": "fix(rpcrequests): fix message queue processing",
"author_name": "wallpants",
"author_login": "wallpants",
"committed_at": "2023-11-07T17:43:34Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "b28192b817f4f038b16ed7f0f758c4191010e447",
"body": null,
"is_bot": false,
"headline": "fix(lockfile): update lockfile",
"author_name": "wallpants",
"author_login": "wallpants",
"committed_at": "2023-11-06T23:32:09Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "7f2c036593b231a893dc193ebdf13a2af2b320ca",
"body": "Updates the requirements on [eslint](https://github.com/eslint/eslint) to permit the latest version.\n- [Release notes](https://github.com/eslint/eslint/releases)\n- [Changelog](https://github.com/eslint/eslint/blob/main/CHANGELOG.md)\n- [Commits](https://github.com/eslint/eslint/compare/v8.47.0...v8.53.0)\n\n---\nupdated-dependencies:\n- dependency-name: eslint\n dependency-type: direct:development\n...\n\nSigned-off-by: dependabot[bot] <support@github.com>",
"is_bot": true,
"headline": "Update eslint requirement from ^8.47.0 to ^8.53.0",
"author_name": "dependabot[bot]",
"author_login": "dependabot[bot]",
"committed_at": "2023-11-06T23:18:48Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "2002f33d7c8c65a2e40b0f0ae18ec3ab65966008",
"body": "Updates the requirements on [@typescript-eslint/eslint-plugin](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin) to permit the latest version.\n- [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases)\n- [Changelog](https://github.com/ty\n[…]\n/packages/eslint-plugin)\n\n---\nupdated-dependencies:\n- dependency-name: \"@typescript-eslint/eslint-plugin\"\n dependency-type: direct:development\n...\n\nSigned-off-by: dependabot[bot] <support@github.com>",
"is_bot": true,
"headline": "Update @typescript-eslint/eslint-plugin requirement",
"author_name": "dependabot[bot]",
"author_login": "dependabot[bot]",
"committed_at": "2023-11-06T23:16:31Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "25a4426fb24f2ea57b9ba472d6adc67f8036931e",
"body": "Updates the requirements on [commander](https://github.com/tj/commander.js) to permit the latest version.\n- [Release notes](https://github.com/tj/commander.js/releases)\n- [Changelog](https://github.com/tj/commander.js/blob/master/CHANGELOG.md)\n- [Commits](https://github.com/tj/commander.js/compare/v11.0.0...v11.1.0)\n\n---\nupdated-dependencies:\n- dependency-name: commander\n dependency-type: direct:production\n...\n\nSigned-off-by: dependabot[bot] <support@github.com>",
"is_bot": true,
"headline": "Update commander requirement from ^11.0.0 to ^11.1.0",
"author_name": "dependabot[bot]",
"author_login": "dependabot[bot]",
"committed_at": "2023-11-06T23:14:40Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "5320615b8a292ceeb47fa51f2be5413e3ca6aead",
"body": "Updates the requirements on [@typescript-eslint/parser](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser) to permit the latest version.\n- [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases)\n- [Changelog](https://github.com/typescript-eslin\n[…]\nommits/v6.10.0/packages/parser)\n\n---\nupdated-dependencies:\n- dependency-name: \"@typescript-eslint/parser\"\n dependency-type: direct:development\n...\n\nSigned-off-by: dependabot[bot] <support@github.com>",
"is_bot": true,
"headline": "Update @typescript-eslint/parser requirement from ^6.9.1 to ^6.10.0",
"author_name": "dependabot[bot]",
"author_login": "dependabot[bot]",
"committed_at": "2023-11-06T23:12:53Z",
"body_truncated": true,
"is_coding_agent": false
}
],
"releases_count": 17,
"commits_last_year": 12,
"latest_release_at": "2026-07-18T20:27:05Z",
"latest_release_tag": "v1.3.0",
"releases_from_tags": false,
"days_since_last_push": 5,
"active_weeks_last_year": 2,
"days_since_latest_release": 5,
"mean_days_between_releases": 107.9
},
"community": {
"has_readme": true,
"has_license": true,
"has_description": true,
"has_contributing": false,
"health_percentage": 42,
"has_issue_template": false,
"has_code_of_conduct": false,
"has_pull_request_template": false
},
"ecosystem": {
"packages": [
{
"name": "bunvim",
"exists": true,
"license": "MIT",
"keywords": [],
"ecosystem": "npm",
"matches_repo": true,
"registry_url": "https://www.npmjs.com/package/bunvim",
"is_deprecated": false,
"latest_version": "1.3.0",
"repository_url": "https://github.com/wallpants/bunvim",
"versions_count": 18,
"total_downloads": null,
"dependents_count": null,
"deprecation_note": null,
"maintainers_count": 1,
"monthly_downloads": 2733,
"first_published_at": "2023-09-12T21:22:34.035000Z",
"latest_published_at": "2026-07-18T20:27:04.692000Z",
"latest_version_yanked": null,
"days_since_latest_publish": 5
}
]
},
"popularity": {
"forks": 1,
"stars": 33,
"watchers": 1,
"fork_history": {
"days": [
{
"date": "2024-12-31",
"count": 1
}
],
"complete": true,
"collected": 1,
"total_forks": 1
},
"star_history": null,
"open_issues_and_prs": 5
},
"ai_readiness": {
"has_nix": false,
"example_dirs": [],
"has_llms_txt": false,
"has_dockerfile": false,
"has_mcp_signal": false,
"bootstrap_files": [],
"api_schema_files": [],
"has_devcontainer": false,
"typecheck_configs": [
"tsconfig.json"
],
"toolchain_manifests": [],
"largest_source_bytes": 45309,
"source_files_sampled": 13,
"oversized_source_files": 0,
"agent_instruction_files": [],
"agent_instruction_max_bytes": null
},
"dependencies": {
"manifests": [
"package.json"
],
"advisories": {
"error": null,
"scope": "published_package",
"source": "osv",
"findings": [],
"collected": true,
"malicious": [],
"truncated": false,
"by_severity": {},
"advisory_count": 0,
"affected_count": 0,
"assessed_count": 39,
"malicious_count": 0,
"assessed_package": "npm:bunvim@1.3.0",
"unassessed_count": 0,
"direct_affected_count": 0
},
"ecosystems": [
"npm"
],
"dependencies": [
{
"name": "commander",
"manifest": "package.json",
"ecosystem": "npm",
"version_constraint": "^15.0.0"
},
{
"name": "msgpackr",
"manifest": "package.json",
"ecosystem": "npm",
"version_constraint": "^2.0.4"
},
{
"name": "winston",
"manifest": "package.json",
"ecosystem": "npm",
"version_constraint": "^3.19.0"
}
],
"all_dependencies": {
"error": null,
"source": "github-sbom",
"packages": [
{
"name": "commander",
"direct": true,
"version": "^15.0.0",
"ecosystem": "npm"
},
{
"name": "msgpackr",
"direct": true,
"version": "^2.0.4",
"ecosystem": "npm"
},
{
"name": "winston",
"direct": true,
"version": "^3.19.0",
"ecosystem": "npm"
},
{
"name": "@commitlint/config-conventional",
"direct": false,
"version": "^21.2.0",
"ecosystem": "npm"
},
{
"name": "@commitlint/cz-commitlint",
"direct": false,
"version": "^21.2.0",
"ecosystem": "npm"
},
{
"name": "@types/bun",
"direct": false,
"version": "1.3.14",
"ecosystem": "npm"
},
{
"name": "commitizen",
"direct": false,
"version": "^4.3.2",
"ecosystem": "npm"
},
{
"name": "commitlint",
"direct": false,
"version": "^21.2.1",
"ecosystem": "npm"
},
{
"name": "inquirer",
"direct": false,
"version": "^12.11.1",
"ecosystem": "npm"
},
{
"name": "oxfmt",
"direct": false,
"version": "^0.59.0",
"ecosystem": "npm"
},
{
"name": "oxlint",
"direct": false,
"version": "^1.73.0",
"ecosystem": "npm"
},
{
"name": "oxlint-tsgolint",
"direct": false,
"version": "^0.25.0",
"ecosystem": "npm"
},
{
"name": "semantic-release",
"direct": false,
"version": "^25.0.8",
"ecosystem": "npm"
},
{
"name": "typescript",
"direct": false,
"version": "7.0.2",
"ecosystem": "npm"
}
],
"collected": true,
"truncated": false,
"total_count": 14,
"direct_count": 3,
"indirect_count": 11
}
},
"maintainership": {
"issues": {
"open_prs": 2,
"merged_prs": 114,
"open_issues": 3,
"closed_ratio": 0.8,
"closed_issues": 12,
"closed_unmerged_prs": 45
},
"bus_factor": 1,
"bot_contributors": 1,
"top_contributors": [
{
"type": "User",
"login": "wallpants",
"commits": 126,
"avatar_url": "https://avatars.githubusercontent.com/u/47203170?v=4"
}
],
"contributors_sampled": 1,
"top_contributor_share": 1
},
"quality_signals": {
"has_ci": true,
"has_tests": true,
"ci_workflows": [
"release.yml"
],
"has_docs_dir": true,
"linter_configs": [],
"has_editorconfig": false,
"has_linter_config": false,
"has_precommit_config": false
},
"security_signals": {
"lockfiles": [],
"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": null,
"reason": "internal error: error during branchesHandler.setup: internal error: some github tokens can't read classic branch protection rules: https://github.com/ossf/scorecard-action/blob/main/docs/authentication/fine-grained-auth-token.md",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#branch-protection"
},
{
"name": "CI-Tests",
"score": 1,
"reason": "4 out of 21 merged PRs checked by a CI test -- score normalized to 1",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#ci-tests"
},
{
"name": "CII-Best-Practices",
"score": 0,
"reason": "no effort to earn an OpenSSF best practices badge detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#cii-best-practices"
},
{
"name": "Code-Review",
"score": 0,
"reason": "Found 0/12 approved changesets -- score normalized to 0",
"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": 9,
"reason": "license file detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#license"
},
{
"name": "Maintained",
"score": 10,
"reason": "12 commit(s) and 1 issue activity found in the last 90 days -- score normalized to 10",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#maintained"
},
{
"name": "Packaging",
"score": null,
"reason": "packaging workflow not detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#packaging"
},
{
"name": "Pinned-Dependencies",
"score": 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": 0,
"reason": "SAST tool is not run on all commits -- score normalized to 0",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#sast"
},
{
"name": "Security-Policy",
"score": 0,
"reason": "security policy file not detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#security-policy"
},
{
"name": "Signed-Releases",
"score": null,
"reason": "no releases found",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#signed-releases"
},
{
"name": "Token-Permissions",
"score": 10,
"reason": "GitHub workflow tokens follow principle of least privilege",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#token-permissions"
},
{
"name": "Vulnerabilities",
"score": 9,
"reason": "1 existing vulnerabilities detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#vulnerabilities"
}
],
"commit": "cd68da1fdb64e1cc645a1fcc8da1d9cc0a6d846f",
"ran_at": "2026-07-24T06:16:55Z",
"aggregate_score": 5.8,
"scorecard_version": "v5.5.0"
},
"has_codeql_workflow": false,
"has_security_policy": false,
"has_dependabot_config": true
},
"contribution_flow": {
"collected": true,
"ci_last_run_at": "2026-07-18T20:27:18Z",
"oldest_open_prs": [
{
"number": 157,
"created_at": "2024-12-31T18:39:36Z",
"last_comment_at": null,
"last_comment_author": null
},
{
"number": 172,
"created_at": "2026-06-03T14:05:41Z",
"last_comment_at": "2026-07-18T18:02:13Z",
"last_comment_author": "wallpants"
}
],
"last_merged_pr_at": "2026-07-18T20:24:07Z",
"ci_last_conclusion": "SUCCESS",
"oldest_open_issues": [
{
"number": 24,
"created_at": "2023-11-06T08:28:28Z",
"last_comment_at": null,
"last_comment_author": null
},
{
"number": 125,
"created_at": "2024-07-01T10:21:50Z",
"last_comment_at": null,
"last_comment_author": null
},
{
"number": 156,
"created_at": "2024-12-30T23:48:25Z",
"last_comment_at": "2024-12-31T16:04:10Z",
"last_comment_author": "dlants"
}
]
}
},
"config": {
"disabled_metrics": [],
"disabled_categories": [],
"disabled_components": {}
},
"source": {
"url": "https://github.com/wallpants/bunvim",
"host": "github.com",
"name": "bunvim",
"owner": "wallpants"
},
"metrics": {
"overall": {
"key": "overall",
"band": "moderate",
"name": "Overall health",
"note": null,
"notes": [],
"value": 57,
"inputs": {
"security": 66,
"vitality": 71,
"community": 39,
"governance": 50,
"engineering": 60
},
"components": []
},
"categories": [
{
"key": "vitality",
"band": "good",
"name": "Vitality",
"value": 71,
"weight": 0.22,
"metrics": [
{
"key": "development_activity",
"band": "moderate",
"name": "Development activity",
"note": null,
"notes": [],
"value": 57,
"inputs": {
"commits_last_year": 12,
"human_commit_share": 0.36,
"days_since_last_push": 5,
"active_weeks_last_year": 2
},
"components": [
{
"key": "push_recency",
"name": "Push recency",
"detail": "last push 5 days ago",
"points": 36,
"status": "met",
"details": [
{
"code": "push_recency",
"params": {
"days": 5
}
}
],
"max_points": 36
},
{
"key": "commit_cadence",
"name": "Commit cadence",
"detail": "2/52 weeks with commits",
"points": 1.4,
"status": "partial",
"details": [
{
"code": "commit_cadence_weeks",
"params": {
"weeks": 2
}
}
],
"max_points": 36
},
{
"key": "commit_volume",
"name": "Commit volume",
"detail": "12 commits in the last year",
"points": 10,
"status": "partial",
"details": [
{
"code": "commits_last_year",
"params": {
"count": 12
}
}
],
"max_points": 18
},
{
"key": "openssf_scorecard_maintained",
"name": "OpenSSF Scorecard: Maintained",
"detail": "12 commit(s) and 1 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": 92,
"inputs": {
"releases_count": 17,
"latest_release_tag": "v1.3.0",
"releases_from_tags": false,
"days_since_latest_release": 5,
"mean_days_between_releases": 107.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 5 days ago",
"points": 36,
"status": "met",
"details": [
{
"code": "release_recency",
"params": {
"days": 5
}
}
],
"max_points": 36
},
{
"key": "release_cadence",
"name": "Release cadence",
"detail": "a release every ~107.9 days",
"points": 19.8,
"status": "partial",
"details": [
{
"code": "release_cadence",
"params": {
"gap": 107.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": 5,
"days_since_last_human_commit_is_floor": false
},
"components": [
{
"key": "project_is_still_maintained",
"name": "Project is still maintained",
"detail": "last human commit 5 days ago",
"points": 100,
"status": "met",
"details": [
{
"code": "abandonment_maintained",
"params": {
"days": 5
}
}
],
"max_points": 100
}
]
}
],
"description": "Is the project alive — is code being written and are releases shipping?"
},
{
"key": "community",
"band": "at_risk",
"name": "Community & Adoption",
"value": 39,
"weight": 0.18,
"metrics": [
{
"key": "popularity",
"band": "critical",
"name": "Popularity & adoption",
"note": null,
"notes": [],
"value": 24,
"inputs": {
"forks": 1,
"stars": 33,
"watchers": 1,
"growth_state": "unverified",
"growth_factor_pct": 100,
"growth_unverified_reason": "no_history"
},
"components": [
{
"key": "stars",
"name": "Stars",
"detail": "33 stars",
"points": 24.4,
"status": "partial",
"details": [
{
"code": "stars",
"params": {
"count": 33
}
}
],
"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": "1 watchers",
"points": 0,
"status": "missed",
"details": [
{
"code": "watchers",
"params": {
"count": 1
}
}
],
"max_points": 15
}
]
},
{
"key": "community_health",
"band": "at_risk",
"name": "Community health",
"note": null,
"notes": [],
"value": 44,
"inputs": {
"has_readme": true,
"has_license": true,
"has_contributing": false,
"has_issue_template": false,
"has_code_of_conduct": false,
"has_pull_request_template": false
},
"components": [
{
"key": "readme",
"name": "README",
"detail": null,
"points": 22.5,
"status": "met",
"details": [],
"max_points": 22.5
},
{
"key": "license",
"name": "License",
"detail": "license file present, not a recognized license",
"points": 16.9,
"status": "partial",
"details": [
{
"code": "license_custom",
"params": {}
}
],
"max_points": 22.5
},
{
"key": "contributing_guide",
"name": "CONTRIBUTING guide",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 18
},
{
"key": "code_of_conduct",
"name": "Code of conduct",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 13.5
},
{
"key": "issue_template",
"name": "Issue template",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 7.2
},
{
"key": "pr_template",
"name": "PR template",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 6.3
}
]
},
{
"key": "ecosystem_adoption",
"band": "moderate",
"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": 57,
"inputs": {
"packages": [
"bunvim"
],
"dependents": null,
"ecosystems": "npm",
"total_downloads": null,
"monthly_downloads": 2733
},
"components": [
{
"key": "monthly_downloads",
"name": "Monthly downloads",
"detail": "2,733 downloads/month across npm",
"points": 45.8,
"status": "partial",
"details": [
{
"code": "downloads_monthly",
"params": {
"count": 2733,
"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": 50,
"weight": 0.24,
"metrics": [
{
"key": "maintainer_resilience",
"band": "critical",
"name": "Maintainer resilience (bus factor)",
"note": null,
"notes": [],
"value": 10,
"inputs": {
"bus_factor": 1,
"contributors_sampled": 1,
"top_contributor_share": 1
},
"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 100% of commits",
"points": 0,
"status": "missed",
"details": [
{
"code": "top_contributor_share",
"params": {
"share": 100
}
}
],
"max_points": 22.5
},
{
"key": "contributor_breadth",
"name": "Contributor breadth",
"detail": "1 contributors",
"points": 1.4,
"status": "partial",
"details": [
{
"code": "contributors_sampled",
"params": {
"count": 1
}
}
],
"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": "moderate",
"name": "Issue & PR responsiveness",
"note": null,
"notes": [],
"value": 65,
"inputs": {
"merged_prs": 114,
"open_issues": 3,
"closed_issues": 12,
"issue_closed_ratio": 0.8,
"closed_unmerged_prs": 45
},
"components": [
{
"key": "issue_resolution",
"name": "Issue resolution",
"detail": "80% of issues closed",
"points": 37.4,
"status": "partial",
"details": [
{
"code": "issues_closed_share",
"params": {
"share": 80
}
}
],
"max_points": 46.75
},
{
"key": "pr_acceptance",
"name": "PR acceptance",
"detail": "114/159 decided PRs merged",
"points": 27.4,
"status": "partial",
"details": [
{
"code": "decided_prs_merged",
"params": {
"merged": 114,
"decided": 159
}
}
],
"max_points": 38.25
},
{
"key": "openssf_scorecard_code_review",
"name": "OpenSSF Scorecard: Code-Review",
"detail": "Found 0/12 approved changesets -- score normalized to 0",
"points": 0,
"status": "missed",
"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": 45,
"inputs": {
"followers": 6,
"owner_type": "User",
"is_verified": null,
"owner_login": "wallpants",
"public_repos": 11,
"account_age_days": 2731
},
"components": [
{
"key": "ownership_backing",
"name": "Ownership backing",
"detail": "personal (user) account",
"points": 10,
"status": "partial",
"details": [
{
"code": "owner_personal",
"params": {}
}
],
"max_points": 30
},
{
"key": "verified_domain",
"name": "Verified domain",
"detail": "not applicable to user accounts",
"points": 0,
"status": "excluded",
"details": [
{
"code": "not_applicable_to_user_accounts",
"params": {}
}
],
"max_points": 20
},
{
"key": "owner_reach",
"name": "Owner reach",
"detail": "6 followers of wallpants",
"points": 6.1,
"status": "partial",
"details": [
{
"code": "owner_followers",
"params": {
"count": 6,
"login": "wallpants"
}
}
],
"max_points": 25
},
{
"key": "track_record",
"name": "Track record",
"detail": "11 public repos, account ~7 yr old",
"points": 19.9,
"status": "partial",
"details": [
{
"code": "public_repos",
"params": {
"count": 11
}
},
{
"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": [
"bunvim"
],
"ecosystems": "npm",
"any_deprecated": false,
"min_days_since_publish": 5
},
"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 5 days ago",
"points": 35,
"status": "met",
"details": [
{
"code": "publish_recency",
"params": {
"days": 5
}
}
],
"max_points": 35
},
{
"key": "version_history",
"name": "Version history",
"detail": "18 published versions",
"points": 20,
"status": "met",
"details": [
{
"code": "published_versions",
"params": {
"count": 18
}
}
],
"max_points": 20
},
{
"key": "not_deprecated",
"name": "Not deprecated",
"detail": "active, not deprecated or yanked",
"points": 20,
"status": "met",
"details": [
{
"code": "package_not_deprecated",
"params": {}
}
],
"max_points": 20
}
]
}
],
"description": "Will the project survive its people — bus factor, responsiveness, who backs it, and package upkeep?"
},
{
"key": "engineering",
"band": "moderate",
"name": "Engineering Quality",
"value": 60,
"weight": 0.2,
"metrics": [
{
"key": "engineering_practices",
"band": "moderate",
"name": "Engineering practices",
"note": null,
"notes": [],
"value": 50,
"inputs": {
"has_ci": true,
"has_tests": true,
"has_editorconfig": false,
"has_linter_config": false,
"has_precommit_config": false
},
"components": [
{
"key": "ci_workflows",
"name": "CI workflows",
"detail": "1 workflow(s)",
"points": 24,
"status": "met",
"details": [
{
"code": "ci_workflows",
"params": {
"count": 1
}
}
],
"max_points": 24
},
{
"key": "tests_present",
"name": "Tests present",
"detail": null,
"points": 24,
"status": "met",
"details": [],
"max_points": 24
},
{
"key": "linter_config",
"name": "Linter config",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 16
},
{
"key": "pre_commit_hooks",
"name": "Pre-commit hooks",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 9.6
},
{
"key": "editorconfig",
"name": ".editorconfig",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 6.4
},
{
"key": "openssf_scorecard_ci_tests",
"name": "OpenSSF Scorecard: CI-Tests",
"detail": "4 out of 21 merged PRs checked by a CI test -- score normalized to 1",
"points": 2,
"status": "partial",
"details": [],
"max_points": 20
}
]
},
{
"key": "documentation",
"band": "good",
"name": "Documentation",
"note": null,
"notes": [],
"value": 75,
"inputs": {
"topics": [
"bun",
"neovim",
"neovim-plugin",
"nodejs",
"rpc",
"rpc-client",
"typescript"
],
"has_wiki": false,
"homepage": null,
"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": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 15
},
{
"key": "repository_description",
"name": "Repository description",
"detail": null,
"points": 10,
"status": "met",
"details": [],
"max_points": 10
},
{
"key": "topics",
"name": "Topics",
"detail": "7 topics",
"points": 10,
"status": "met",
"details": [
{
"code": "topics_count",
"params": {
"count": 7
}
}
],
"max_points": 10
},
{
"key": "wiki",
"name": "Wiki",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 10
}
]
}
],
"description": "Are baseline engineering and documentation practices in place?"
},
{
"key": "security",
"band": "moderate",
"name": "Security",
"value": 66,
"weight": 0.16,
"metrics": [
{
"key": "security_posture",
"band": "moderate",
"name": "Security posture",
"note": "Excluded from scoring (no data or not applicable): Branch-Protection, Packaging, Signed-Releases. Remaining weights renormalized.",
"notes": [
{
"code": "excluded_no_data",
"params": {
"components": [
"branch_protection",
"packaging",
"signed_releases"
]
}
},
{
"code": "weights_renormalized",
"params": {}
}
],
"value": 58,
"inputs": {
"source": "openssf_scorecard",
"checks_evaluated": 15,
"scorecard_version": "v5.5.0",
"checks_inconclusive": 3,
"scorecard_aggregate": 5.8
},
"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": "internal error: error during branchesHandler.setup: internal error: some github tokens can't read classic branch protection rules: https://github.com/ossf/scorecard-action/blob/main/docs/authentication/fine-grained-auth-token.md",
"points": 0,
"status": "excluded",
"details": [
{
"code": "no_data",
"params": {}
}
],
"max_points": 7.5
},
{
"key": "ci_tests",
"name": "CI-Tests",
"detail": "4 out of 21 merged PRs checked by a CI test -- score normalized to 1",
"points": 0.2,
"status": "partial",
"details": [],
"max_points": 2.5
},
{
"key": "cii_best_practices",
"name": "CII-Best-Practices",
"detail": "no effort to earn an OpenSSF best practices badge detected",
"points": 0,
"status": "missed",
"details": [],
"max_points": 2.5
},
{
"key": "code_review",
"name": "Code-Review",
"detail": "Found 0/12 approved changesets -- score normalized to 0",
"points": 0,
"status": "missed",
"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.2,
"status": "partial",
"details": [],
"max_points": 2.5
},
{
"key": "maintained",
"name": "Maintained",
"detail": "12 commit(s) and 1 issue activity found in the last 90 days -- score normalized to 10",
"points": 7.5,
"status": "met",
"details": [],
"max_points": 7.5
},
{
"key": "packaging",
"name": "Packaging",
"detail": "packaging workflow not detected",
"points": 0,
"status": "excluded",
"details": [
{
"code": "no_data",
"params": {}
}
],
"max_points": 5
},
{
"key": "pinned_dependencies",
"name": "Pinned-Dependencies",
"detail": "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 is not run on all commits -- score normalized to 0",
"points": 0,
"status": "missed",
"details": [],
"max_points": 5
},
{
"key": "security_policy",
"name": "Security-Policy",
"detail": "security policy file not detected",
"points": 0,
"status": "missed",
"details": [],
"max_points": 5
},
{
"key": "signed_releases",
"name": "Signed-Releases",
"detail": "no releases found",
"points": 0,
"status": "excluded",
"details": [
{
"code": "no_data",
"params": {}
}
],
"max_points": 7.5
},
{
"key": "token_permissions",
"name": "Token-Permissions",
"detail": "GitHub workflow tokens follow principle of least privilege",
"points": 7.5,
"status": "met",
"details": [],
"max_points": 7.5
},
{
"key": "vulnerabilities",
"name": "Vulnerabilities",
"detail": "1 existing vulnerabilities detected",
"points": 6.8,
"status": "partial",
"details": [],
"max_points": 7.5
}
]
},
{
"key": "dependency_advisories",
"band": "excellent",
"name": "Dependency advisories",
"note": "Excluded from scoring (no data or not applicable): No advisories left outstanding. Remaining weights renormalized. Matched the npm:bunvim@1.3.0 runtime dependency closure — what installing the published package pulls in — 39 packages. Reachability is not analyzed.",
"notes": [
{
"code": "excluded_no_data",
"params": {
"components": [
"no_advisories_left_outstanding"
]
}
},
{
"code": "weights_renormalized",
"params": {}
},
{
"code": "advisories_scope_published",
"params": {
"package": "npm:bunvim@1.3.0",
"assessed": 39
}
},
{
"code": "advisories_reachability",
"params": {}
}
],
"value": 100,
"inputs": {
"source": "osv",
"advisories": 0,
"affected_packages": 0,
"assessed_packages": 39,
"unassessed_packages": 0,
"affected_by_severity": "none",
"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": "no indirect dependency carries a known advisory",
"points": 25,
"status": "met",
"details": [
{
"code": "no_indirect_advisories",
"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": 39,
"malicious_packages": 0,
"direct_malicious_packages": 0,
"withdrawn_malicious_packages": 0,
"installable_malicious_packages": 0
},
"components": [
{
"key": "no_dependency_reported_as_a_malicious_package",
"name": "No dependency reported as a malicious package",
"detail": "no dependency is reported as a malicious package",
"points": 100,
"status": "met",
"details": [
{
"code": "no_malicious_dependencies",
"params": {}
}
],
"max_points": 100
}
]
},
{
"key": "high_risk_jurisdiction_exposure",
"band": "excellent",
"name": "High-Risk Jurisdiction Exposure",
"note": "Only high-confidence self-published location evidence affects this multiplier. Ambiguous matches are review-only; country evidence is not proof of nationality, citizenship, legal registration, malicious intent, or sanctions status.",
"notes": [
{
"code": "jurisdiction_evidence_limits",
"params": {}
}
],
"value": 100,
"inputs": {
"meaning": "self-published location evidence; not nationality or citizenship",
"red_flag": false,
"exposures": [],
"policy_countries": [
"Russia",
"Iran",
"North Korea"
],
"review_only_matches": 0,
"assessed_self_published_locations": 2
},
"components": [
{
"key": "policy_exposure_multiplier",
"name": "Policy exposure multiplier",
"detail": "no confirmed policy-scope location match",
"points": 100,
"status": "met",
"details": [
{
"code": "jurisdiction_no_match",
"params": {}
}
],
"max_points": 100
}
]
}
],
"description": "Are visible security and supply-chain practices strong, with no malicious dependency and no unresolved high-risk jurisdiction exposure?"
},
{
"key": "ai_readiness",
"band": "moderate",
"name": "AI Readiness",
"value": 56,
"weight": 0,
"metrics": [
{
"key": "ai_agent_context",
"band": "at_risk",
"name": "Agent context & guidance",
"note": null,
"notes": [],
"value": 40,
"inputs": {
"has_llms_txt": false,
"legible_history_share": 1,
"agent_instruction_files": [],
"agent_instruction_max_bytes": null
},
"components": [
{
"key": "agent_instructions",
"name": "Agent instructions",
"detail": "no CLAUDE.md / AGENTS.md / editor rules",
"points": 0,
"status": "missed",
"details": [
{
"code": "no_agent_instructions",
"params": {}
}
],
"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": "36 of 36 human commits state their intent (structured subject or explanatory body)",
"points": 40,
"status": "met",
"details": [
{
"code": "legible_history",
"params": {
"legible": 36,
"sampled": 36
}
}
],
"max_points": 40
}
]
},
{
"key": "ai_verify_loop",
"band": "moderate",
"name": "Verify loop (build / test / typecheck)",
"note": null,
"notes": [],
"value": 51,
"inputs": {
"has_nix": false,
"has_tests": true,
"lockfiles": [],
"has_dockerfile": false,
"typed_language": true,
"bootstrap_files": [],
"has_devcontainer": false,
"has_linter_config": false,
"typecheck_configs": [
"tsconfig.json"
],
"agent_commit_share": 0.06,
"toolchain_manifests": [],
"dependency_bot_commit_share": 0.64
},
"components": [
{
"key": "one_command_bootstrap",
"name": "One-command bootstrap",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 18
},
{
"key": "automated_tests",
"name": "Automated tests",
"detail": null,
"points": 22,
"status": "met",
"details": [],
"max_points": 22
},
{
"key": "lint_format_config",
"name": "Lint / format config",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 11
},
{
"key": "static_type_checking",
"name": "Static type checking",
"detail": "tsconfig.json",
"points": 11,
"status": "met",
"details": [
{
"code": "file_list",
"params": {
"files": "tsconfig.json"
}
}
],
"max_points": 11
},
{
"key": "reproducible_environment",
"name": "Reproducible environment",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 10
},
{
"key": "demonstrated_agent_practice",
"name": "Demonstrated agent practice",
"detail": "6 of the last 100 commits agent-authored or agent-credited",
"points": 10,
"status": "met",
"details": [
{
"code": "agent_authored_commits",
"params": {
"count": 6,
"sampled": 100
}
}
],
"max_points": 10
},
{
"key": "automated_maintenance",
"name": "Automated maintenance",
"detail": "64 of the last 100 commits are automated dependency updates",
"points": 8,
"status": "met",
"details": [
{
"code": "dependency_bot_commits",
"params": {
"count": 64,
"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": 45309,
"source_files_sampled": 13,
"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/13 source files over 60KB",
"points": 55,
"status": "met",
"details": [
{
"code": "oversized_source_files",
"params": {
"kb": 60,
"sampled": 13,
"oversized": 0
}
}
],
"max_points": 55
}
]
}
],
"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-24T06:17:12.177420Z",
"schema_version": "0.27.0",
"badge_url": "https://raw.githubusercontent.com/inspect-software/badges/main/v1/w/wallpants/bunvim.svg",
"full_name": "wallpants/bunvim",
"license_state": "custom",
"license_spdx": null
}