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

Commits on Jul 3, 2025

  1. chore: bump the x group across 1 directory with 7 updates

    Bumps the x group with 4 updates in the / directory: [golang.org/x/crypto](https://github.com/golang/crypto), [golang.org/x/net](https://github.com/golang/net), [golang.org/x/oauth2](https://github.com/golang/oauth2) and [golang.org/x/tools](https://github.com/golang/tools).
    
    
    Updates `golang.org/x/crypto` from 0.38.0 to 0.39.0
    - [Commits](golang/crypto@v0.38.0...v0.39.0)
    
    Updates `golang.org/x/mod` from 0.24.0 to 0.25.0
    - [Commits](golang/mod@v0.24.0...v0.25.0)
    
    Updates `golang.org/x/net` from 0.40.0 to 0.41.0
    - [Commits](golang/net@v0.40.0...v0.41.0)
    
    Updates `golang.org/x/oauth2` from 0.29.0 to 0.30.0
    - [Commits](golang/oauth2@v0.29.0...v0.30.0)
    
    Updates `golang.org/x/sync` from 0.14.0 to 0.15.0
    - [Commits](golang/sync@v0.14.0...v0.15.0)
    
    Updates `golang.org/x/text` from 0.25.0 to 0.26.0
    - [Release notes](https://github.com/golang/text/releases)
    - [Commits](golang/text@v0.25.0...v0.26.0)
    
    Updates `golang.org/x/tools` from 0.33.0 to 0.34.0
    - [Release notes](https://github.com/golang/tools/releases)
    - [Commits](golang/tools@v0.33.0...v0.34.0)
    
    ---
    updated-dependencies:
    - dependency-name: golang.org/x/crypto
      dependency-version: 0.39.0
      dependency-type: direct:production
      update-type: version-update:semver-minor
      dependency-group: x
    - dependency-name: golang.org/x/mod
      dependency-version: 0.25.0
      dependency-type: direct:production
      update-type: version-update:semver-minor
      dependency-group: x
    - dependency-name: golang.org/x/net
      dependency-version: 0.41.0
      dependency-type: direct:production
      update-type: version-update:semver-minor
      dependency-group: x
    - dependency-name: golang.org/x/oauth2
      dependency-version: 0.30.0
      dependency-type: direct:production
      update-type: version-update:semver-minor
      dependency-group: x
    - dependency-name: golang.org/x/sync
      dependency-version: 0.15.0
      dependency-type: direct:production
      update-type: version-update:semver-minor
      dependency-group: x
    - dependency-name: golang.org/x/text
      dependency-version: 0.26.0
      dependency-type: direct:production
      update-type: version-update:semver-minor
      dependency-group: x
    - dependency-name: golang.org/x/tools
      dependency-version: 0.34.0
      dependency-type: direct:production
      update-type: version-update:semver-minor
      dependency-group: x
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    dependabot[bot] authored Jul 3, 2025
    Configuration menu
    Copy the full SHA
    0ad4ab9 View commit details
    Browse the repository at this point in the history
  2. chore: regenerate files after dependency updates

    This commit regenerates generated files after the golang.org/x dependency
    updates in the PR. The changes include updated API documentation, database
    models, and Terraform test data that reflect the new dependency versions.
    
    Co-authored-by: matifali <10648092+matifali@users.noreply.github.com>
    blink-so[bot] and matifali committed Jul 3, 2025
    Configuration menu
    Copy the full SHA
    f45cf19 View commit details
    Browse the repository at this point in the history
Loading