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: dependabot/cli
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v1.62.2
Choose a base ref
...
head repository: dependabot/cli
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v1.63.0
Choose a head ref
  • 4 commits
  • 13 files changed
  • 4 contributors

Commits on May 6, 2025

  1. Configuration menu
    Copy the full SHA
    105bccb View commit details
    Browse the repository at this point in the history

Commits on May 7, 2025

  1. Configuration menu
    Copy the full SHA
    30f3e61 View commit details
    Browse the repository at this point in the history
  2. Add record_ecosystem_meta API support (#407)

    * Add `record_ecosystem_meta` API support
    
    * Use omit empty for nullable fields
    
    * Fix linting
    
    ---------
    
    Co-authored-by: Rhys Koedijk <rhys@koedijk.co.nz>
    rhyskoedijk and Rhys Koedijk authored May 7, 2025
    Configuration menu
    Copy the full SHA
    65e5e09 View commit details
    Browse the repository at this point in the history
  3. Bump the all group with 5 updates (#440)

    Bumps the all group with 5 updates:
    
    | Package | From | To |
    | --- | --- | --- |
    | [go.opentelemetry.io/proto/otlp](https://github.com/open-telemetry/opentelemetry-proto-go) | `1.5.0` | `1.6.0` |
    | [golang.org/x/sync](https://github.com/golang/sync) | `0.12.0` | `0.14.0` |
    | [golang.org/x/sys](https://github.com/golang/sys) | `0.31.0` | `0.32.0` |
    | [golang.org/x/tools](https://github.com/golang/tools) | `0.31.0` | `0.33.0` |
    | google.golang.org/protobuf | `1.36.5` | `1.36.6` |
    
    
    Updates `go.opentelemetry.io/proto/otlp` from 1.5.0 to 1.6.0
    - [Release notes](https://github.com/open-telemetry/opentelemetry-proto-go/releases)
    - [Commits](open-telemetry/opentelemetry-proto-go@v1.5.0...v1.6.0)
    
    Updates `golang.org/x/sync` from 0.12.0 to 0.14.0
    - [Commits](golang/sync@v0.12.0...v0.14.0)
    
    Updates `golang.org/x/sys` from 0.31.0 to 0.32.0
    - [Commits](golang/sys@v0.31.0...v0.32.0)
    
    Updates `golang.org/x/tools` from 0.31.0 to 0.33.0
    - [Release notes](https://github.com/golang/tools/releases)
    - [Commits](golang/tools@v0.31.0...v0.33.0)
    
    Updates `google.golang.org/protobuf` from 1.36.5 to 1.36.6
    
    ---
    updated-dependencies:
    - dependency-name: go.opentelemetry.io/proto/otlp
      dependency-version: 1.6.0
      dependency-type: indirect
      update-type: version-update:semver-minor
      dependency-group: all
    - dependency-name: golang.org/x/sync
      dependency-version: 0.14.0
      dependency-type: indirect
      update-type: version-update:semver-minor
      dependency-group: all
    - dependency-name: golang.org/x/sys
      dependency-version: 0.32.0
      dependency-type: indirect
      update-type: version-update:semver-minor
      dependency-group: all
    - dependency-name: golang.org/x/tools
      dependency-version: 0.33.0
      dependency-type: indirect
      update-type: version-update:semver-minor
      dependency-group: all
    - dependency-name: google.golang.org/protobuf
      dependency-version: 1.36.6
      dependency-type: indirect
      update-type: version-update:semver-patch
      dependency-group: all
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored May 7, 2025
    Configuration menu
    Copy the full SHA
    8897bef View commit details
    Browse the repository at this point in the history
Loading