Skip to content

deps: bump github.com/basecamp/basecamp-sdk/go from 0.12.0 to 0.13.0 in the go-dependencies group - #632

Open
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/go_modules/go-dependencies-6079e57db2
Open

deps: bump github.com/basecamp/basecamp-sdk/go from 0.12.0 to 0.13.0 in the go-dependencies group#632
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/go_modules/go-dependencies-6079e57db2

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Aug 10, 2026

Copy link
Copy Markdown
Contributor

Bumps the go-dependencies group with 1 update: github.com/basecamp/basecamp-sdk/go.

Updates github.com/basecamp/basecamp-sdk/go from 0.12.0 to 0.13.0

Release notes

Sourced from github.com/basecamp/basecamp-sdk/go's releases.

Basecamp SDK v0.13.0

Upgrading

Read MIGRATING.md before you bump the version — it lists the breaks a clean build will not catch: the silent ones that change behaviour with no error at all, and the ones that compile and then raise or fail to decode on one particular shape of response.

Installation

Go

go get github.com/basecamp/basecamp-sdk/go@v0.13.0

TypeScript

npm install @37signals/basecamp@0.13.0

Ruby

gem install basecamp-sdk -v 0.13.0

Swift

.package(url: "https://github.com/basecamp/basecamp-sdk.git", from: "0.13.0")

Kotlin

implementation("com.basecamp:basecamp-sdk:0.13.0")

Requires the GitHub Packages repository and a token — see Kotlin installation.

Python

pip install basecamp-sdk==0.13.0

What's Changed

⚠️ Breaking Changes

... (truncated)

Commits
  • 887adbc Re-derive the release counts, and correct SPEC §2 step 5
  • 9a819e4 Two maxPages guards that disagreed with their siblings (#680)
  • 9f0ebad deps(actions): bump the actions group across 1 directory with 8 updates (#610)
  • 7a32b22 Event-feed conformance families, their gates, and the §23 G-SD repair (#645)
  • a6aa8a1 Link-header parsing: all six SDKs were wrong, in two different directions (#678)
  • a5bcb3f Repin bc3 to 7fe1c63ab3 and absorb project archive/unarchive (#679)
  • b0567a7 Python was in no security tooling at all (#676)
  • 1d8ddb1 Re-derive the release counts: 58 merged, 15 breaking
  • 70d576b Rehearse every publish path on workflow_dispatch (#673)
  • c6b7f7d Python: declare the README so the PyPI page is not blank (#675)
  • Additional commits viewable 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 <dependency name> major version will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)
  • @dependabot ignore <dependency name> minor version will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)
  • @dependabot ignore <dependency name> will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)
  • @dependabot unignore <dependency name> will remove all of the ignore conditions of the specified dependency
  • @dependabot unignore <dependency name> <ignore condition> will remove the ignore condition of the specified dependency and ignore conditions

Summary by cubic

Upgrade github.com/basecamp/basecamp-sdk/go from v0.12.0 to v0.13.0 to pick up fixes and API updates. This release includes breaking changes that may affect request/response handling.

  • Migration
    • Optional fields (including some timestamps) are now pointers. Update struct fields, request builders, and nil checks.
    • 422 validation errors are now field-keyed. Update error parsing and messaging.
    • Some routes changed or were removed. Verify any affected endpoints and re-test sparse PUT updates for documents and todolists.

Written for commit ff4e0b9. Summary will update on new commits.

Review in cubic

Bumps the go-dependencies group with 1 update: [github.com/basecamp/basecamp-sdk/go](https://github.com/basecamp/basecamp-sdk).


Updates `github.com/basecamp/basecamp-sdk/go` from 0.12.0 to 0.13.0
- [Release notes](https://github.com/basecamp/basecamp-sdk/releases)
- [Commits](basecamp/basecamp-sdk@v0.12.0...v0.13.0)

---
updated-dependencies:
- dependency-name: github.com/basecamp/basecamp-sdk/go
  dependency-version: 0.13.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: go-dependencies
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file go Pull requests that update go code labels Aug 10, 2026
Copilot AI balanced review requested due to automatic review settings August 10, 2026 11:09
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file go Pull requests that update go code labels Aug 10, 2026

Copilot AI left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

Note

Copilot could not run the full agentic suite for this review because it was automatically requested on a bot-authored pull request. Request a review from Copilot under Reviewers to retry with the full agentic suite. Improved support for bot-authored pull requests is coming soon.

Updates the Basecamp Go SDK dependency to a newer release.

Changes:

  • Bumped github.com/basecamp/basecamp-sdk/go from v0.12.0 to v0.13.0 in go.mod
  • Updated corresponding go.sum entries for the new version and module hash

Reviewed changes

Copilot reviewed 1 out of 2 changed files in this pull request and generated no comments.

File Description
go.mod Updates the required Basecamp SDK version to v0.13.0.
go.sum Refreshes checksums to match the upgraded Basecamp SDK version.

💡 Add a code-review agent skill or configure MCP servers for context-aware, tailored reviews. Learn more in the docs.

@github-actions github-actions Bot added the deps label Aug 10, 2026
@github-actions
github-actions Bot enabled auto-merge (squash) August 10, 2026 11:10
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 deps go Pull requests that update go code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant