Skip to content

chore(deps): bump @optave/codegraph-win32-x64-msvc from 2.5.0 to 2.5.1#183

Merged
carlos-alm merged 1 commit into
mainfrom
dependabot/npm_and_yarn/optave/codegraph-win32-x64-msvc-2.5.1
Mar 1, 2026
Merged

chore(deps): bump @optave/codegraph-win32-x64-msvc from 2.5.0 to 2.5.1#183
carlos-alm merged 1 commit into
mainfrom
dependabot/npm_and_yarn/optave/codegraph-win32-x64-msvc-2.5.1

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot Bot commented on behalf of github Feb 28, 2026

Bumps @optave/codegraph-win32-x64-msvc from 2.5.0 to 2.5.1.

Release notes

Sourced from @​optave/codegraph-win32-x64-msvc's releases.

v2.5.1

Critical fix: recover missing branch-compare command and broken programmatic API. The branch-compare command and its implementation file were never committed in v2.5.0, causing codegraph branch-compare to crash and import('@optave/codegraph') to fail entirely due to a top-level re-export of the missing module. This patch recovers the full implementation (568 lines), adds an export guard test to prevent regressions, and introduces --dry-run for registry prune.

Bug Fixes

  • cli: recover branch-compare implementation — command was registered in cli.js and index.js but src/branch-compare.js was never committed, crashing both the CLI command and the entire programmatic API (2ee10d4, 3d1224d)
  • registry: add --dry-run flag to registry prune — preview what would be removed without deleting entries (2ee10d4)
  • bench: remove unnecessary shell: true from execFileSync — minor security hardening (14d03ce)
  • docs: correct dogfood benchmark data from stale v2.4.0 native binary — native complexity was reported as 2.2x slower than WASM when it's actually 47x faster (3d1224d)
  • skill: add native binary version check to dogfood benchmark phase to prevent stale binary misreports (3d1224d)

Testing

  • add index-exports unit test — validates all re-exports in index.js resolve without ERR_MODULE_NOT_FOUND (2ee10d4)
  • add branch-compare integration tests (7 tests, 192 lines) (3d1224d)
  • add registry prune --dry-run unit tests (2ee10d4)

Documentation

  • update build performance benchmarks for 2.5.0 (eb52074)
  • add dogfood report for v2.5.0 (3d1224d)
  • reframe Principle 5 from library-first to CLI-first identity (3d1224d)

Dev build 2.5.1-dev.3d1224d

Dev build from commit 3d1224d5ec3d3fad8326a382cc5645dc4c5f0300 on main.

Dev build 2.5.1-dev.1ddd568

Dev build from commit 1ddd568b1c7f6c692e066a1e0521470ccf997d57 on main.

Changelog

Sourced from @​optave/codegraph-win32-x64-msvc's changelog.

2.5.1 (2026-02-28)

Critical fix: recover missing branch-compare command and broken programmatic API. The branch-compare command and its implementation file were never committed in v2.5.0, causing codegraph branch-compare to crash and import('@optave/codegraph') to fail entirely due to a top-level re-export of the missing module. This patch recovers the full implementation (568 lines), adds an export guard test to prevent regressions, and introduces --dry-run for registry prune.

Bug Fixes

  • cli: recover branch-compare implementation — command was registered in cli.js and index.js but src/branch-compare.js was never committed, crashing both the CLI command and the entire programmatic API (2ee10d4, 3d1224d)
  • registry: add --dry-run flag to registry prune — preview what would be removed without deleting entries (2ee10d4)
  • bench: remove unnecessary shell: true from execFileSync — minor security hardening (14d03ce)
  • docs: correct dogfood benchmark data from stale v2.4.0 native binary — native complexity was reported as 2.2x slower than WASM when it's actually 47x faster (3d1224d)
  • skill: add native binary version check to dogfood benchmark phase to prevent stale binary misreports (3d1224d)

Testing

  • add index-exports unit test — validates all re-exports in index.js resolve without ERR_MODULE_NOT_FOUND (2ee10d4)
  • add branch-compare integration tests (7 tests, 192 lines) (3d1224d)
  • add registry prune --dry-run unit tests (2ee10d4)

Documentation

  • update build performance benchmarks for 2.5.0 (eb52074)
  • add dogfood report for v2.5.0 (3d1224d)
  • reframe Principle 5 from library-first to CLI-first identity (3d1224d)
Commits
  • 1ddd568 docs: add CHANGELOG entry for 2.5.1 patch release (#175)
  • 3d1224d fix: recover branch-compare, dogfood fixes, foundation reframe (#170)
  • 2ee10d4 fix: recover branch-compare, index.js export guard, registry prune --dry-run ...
  • 14d03ce fix(bench): remove unnecessary shell: true from execFileSync (#168)
  • eb52074 docs: update build performance benchmarks (2.5.0) (#164)
  • See full diff in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [@optave/codegraph-win32-x64-msvc](https://github.com/optave/codegraph) from 2.5.0 to 2.5.1.
- [Release notes](https://github.com/optave/codegraph/releases)
- [Changelog](https://github.com/optave/codegraph/blob/main/CHANGELOG.md)
- [Commits](v2.5.0...v2.5.1)

---
updated-dependencies:
- dependency-name: "@optave/codegraph-win32-x64-msvc"
  dependency-version: 2.5.1
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code labels Feb 28, 2026
@greptile-apps
Copy link
Copy Markdown
Contributor

greptile-apps Bot commented Feb 28, 2026

No reviewable files after applying ignore patterns.

@carlos-alm carlos-alm merged commit 9033cdc into main Mar 1, 2026
15 checks passed
@carlos-alm carlos-alm deleted the dependabot/npm_and_yarn/optave/codegraph-win32-x64-msvc-2.5.1 branch March 1, 2026 22:18
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant