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: coder/code-marketplace
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v2.3.1
Choose a base ref
...
head repository: coder/code-marketplace
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: main
Choose a head ref
  • 11 commits
  • 14 files changed
  • 3 contributors

Commits on Mar 7, 2025

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

Commits on Apr 16, 2025

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

Commits on Apr 19, 2025

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

Commits on May 9, 2025

  1. Bump github.com/go-chi/chi/v5 from 5.2.0 to 5.2.1 (#99)

    Bumps [github.com/go-chi/chi/v5](https://github.com/go-chi/chi) from 5.2.0 to 5.2.1.
    - [Release notes](https://github.com/go-chi/chi/releases)
    - [Changelog](https://github.com/go-chi/chi/blob/master/CHANGELOG.md)
    - [Commits](go-chi/chi@v5.2.0...v5.2.1)
    
    ---
    updated-dependencies:
    - dependency-name: github.com/go-chi/chi/v5
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored May 9, 2025
    Configuration menu
    Copy the full SHA
    c1133eb View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ac2aa96 View commit details
    Browse the repository at this point in the history
  3. Bump the github-actions group with 2 updates

    Bumps the github-actions group with 2 updates: [golangci/golangci-lint-action](https://github.com/golangci/golangci-lint-action) and [robinraju/release-downloader](https://github.com/robinraju/release-downloader).
    
    
    Updates `golangci/golangci-lint-action` from 6.2.0 to 6.5.0
    - [Release notes](https://github.com/golangci/golangci-lint-action/releases)
    - [Commits](golangci/golangci-lint-action@v6.2.0...v6.5.0)
    
    Updates `robinraju/release-downloader` from 1.11 to 1.12
    - [Release notes](https://github.com/robinraju/release-downloader/releases)
    - [Commits](robinraju/release-downloader@v1.11...v1.12)
    
    ---
    updated-dependencies:
    - dependency-name: golangci/golangci-lint-action
      dependency-type: direct:production
      update-type: version-update:semver-minor
      dependency-group: github-actions
    - dependency-name: robinraju/release-downloader
      dependency-type: direct:production
      update-type: version-update:semver-minor
      dependency-group: github-actions
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    dependabot[bot] authored and code-asher committed May 9, 2025
    Configuration menu
    Copy the full SHA
    d4b4cea View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    0b6df5a View commit details
    Browse the repository at this point in the history
  5. Bump golang.org/x/crypto from 0.31.0 to 0.35.0

    Bumps [golang.org/x/crypto](https://github.com/golang/crypto) from 0.31.0 to 0.35.0.
    - [Commits](golang/crypto@v0.31.0...v0.35.0)
    
    ---
    updated-dependencies:
    - dependency-name: golang.org/x/crypto
      dependency-version: 0.35.0
      dependency-type: indirect
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    dependabot[bot] authored and code-asher committed May 9, 2025
    Configuration menu
    Copy the full SHA
    88e1279 View commit details
    Browse the repository at this point in the history
  6. Bump github.com/go-chi/httprate from 0.14.1 to 0.15.0

    Bumps [github.com/go-chi/httprate](https://github.com/go-chi/httprate) from 0.14.1 to 0.15.0.
    - [Release notes](https://github.com/go-chi/httprate/releases)
    - [Commits](go-chi/httprate@v0.14.1...v0.15.0)
    
    ---
    updated-dependencies:
    - dependency-name: github.com/go-chi/httprate
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    dependabot[bot] authored and code-asher committed May 9, 2025
    Configuration menu
    Copy the full SHA
    46eef58 View commit details
    Browse the repository at this point in the history
  7. Bump github.com/spf13/cobra from 1.8.1 to 1.9.1

    Bumps [github.com/spf13/cobra](https://github.com/spf13/cobra) from 1.8.1 to 1.9.1.
    - [Release notes](https://github.com/spf13/cobra/releases)
    - [Commits](spf13/cobra@v1.8.1...v1.9.1)
    
    ---
    updated-dependencies:
    - dependency-name: github.com/spf13/cobra
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    dependabot[bot] authored and code-asher committed May 9, 2025
    Configuration menu
    Copy the full SHA
    2c54060 View commit details
    Browse the repository at this point in the history
  8. Bump the x group with 2 updates

    Bumps the x group with 2 updates: [golang.org/x/mod](https://github.com/golang/mod) and [golang.org/x/sync](https://github.com/golang/sync).
    
    
    Updates `golang.org/x/mod` from 0.19.0 to 0.24.0
    - [Commits](golang/mod@v0.19.0...v0.24.0)
    
    Updates `golang.org/x/sync` from 0.10.0 to 0.12.0
    - [Commits](golang/sync@v0.10.0...v0.12.0)
    
    ---
    updated-dependencies:
    - dependency-name: golang.org/x/mod
      dependency-type: direct:production
      update-type: version-update:semver-minor
      dependency-group: x
    - dependency-name: golang.org/x/sync
      dependency-type: direct:production
      update-type: version-update:semver-minor
      dependency-group: x
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    dependabot[bot] authored and code-asher committed May 9, 2025
    Configuration menu
    Copy the full SHA
    785ded3 View commit details
    Browse the repository at this point in the history
Loading
close