Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: bug-ops/deps-lsp
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v0.6.0
Choose a base ref
...
head repository: bug-ops/deps-lsp
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v0.6.1
Choose a head ref
  • 4 commits
  • 6 files changed
  • 2 contributors

Commits on Feb 3, 2026

  1. Configuration menu
    Copy the full SHA
    dfaf769 View commit details
    Browse the repository at this point in the history
  2. docs(readme): update with Bundler ecosystem and formatting improvements

    - Add Ruby/Bundler to supported ecosystems table
    - Update feature list with lowercase formatting
    - Add Gemfile.lock to lock file support
    - Add contributing section reference
    - Clarify platform support and build commands
    - Fix note blocks formatting (remove extra blank lines)
    bug-ops committed Feb 3, 2026
    Configuration menu
    Copy the full SHA
    deb6379 View commit details
    Browse the repository at this point in the history
  3. chore(deps): bump bytes from 1.11.0 to 1.11.1 (#55)

    Bumps [bytes](https://github.com/tokio-rs/bytes) from 1.11.0 to 1.11.1.
    - [Release notes](https://github.com/tokio-rs/bytes/releases)
    - [Changelog](https://github.com/tokio-rs/bytes/blob/master/CHANGELOG.md)
    - [Commits](tokio-rs/bytes@v1.11.0...v1.11.1)
    
    ---
    updated-dependencies:
    - dependency-name: bytes
      dependency-version: 1.11.1
      dependency-type: direct:production
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Feb 3, 2026
    Configuration menu
    Copy the full SHA
    1c84ba5 View commit details
    Browse the repository at this point in the history

Commits on Feb 16, 2026

  1. fix(core): resolve highest version when multiple versions exist in lo…

    …ck file (#56)
    
    * fix(core): resolve highest version when multiple versions exist in lock file
    
    ResolvedPackages now stores all versions per package name and returns
    the highest semver version through public API. Fixes incorrect outdated
    status when both direct and transitive dependency versions coexist in
    the lock file.
    
    * style: apply rustfmt to lockfile module
    
    * release: prepare v0.6.1
    bug-ops authored Feb 16, 2026
    Configuration menu
    Copy the full SHA
    0248f0d View commit details
    Browse the repository at this point in the history
Loading