Skip to content

chore(deps): bump the all group with 3 updates#155

Merged
github-actions[bot] merged 1 commit intomainfrom
dependabot/go_modules/all-8d077d817d
Mar 2, 2026
Merged

chore(deps): bump the all group with 3 updates#155
github-actions[bot] merged 1 commit intomainfrom
dependabot/go_modules/all-8d077d817d

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Mar 2, 2026

Bumps the all group with 3 updates: github.com/ardanlabs/kronk, github.com/aws/smithy-go and github.com/kaptinlin/jsonschema.

Updates github.com/ardanlabs/kronk from 1.20.3 to 1.20.8

Release notes

Sourced from github.com/ardanlabs/kronk's releases.

Release 1.20.8

What's Changed:

This release improves GitHub API integration with better rate limit handling and support for GitHub personal access tokens.

Changes

New Features

  • GitHub Personal Access Token Support: Added support for the GITHUB_TOKEN environment variable to authenticate with the GitHub API. This provides significantly higher rate limits (5,000 requests/hour vs 60 requests/hour) when downloading catalogs, templates, and grammars from GitHub.

  • Smart Rate Limit Tracking: The new github package (sdk/tools/github/github.go) tracks rate limit headers from GitHub API responses and gracefully degrades to using local cache when rate limits are reached.

Bug Fixes & Improvements

  • Graceful degradation on rate limit: When GitHub rate limits are exceeded, the system now logs rate limit details and falls back to using the local catalog cache instead of failing completely
  • Enhanced logging: When rate limit errors occur, the system now logs detailed rate limit information (limit, remaining, used, reset time, resource type) for debugging purposes

Documentation Updates

  • Updated .manual/chapter-02-installation.md with GITHUB_TOKEN environment variable
  • Updated .manual/chapter-07-model-server.md with catalog sync environment variable documentation
  • Updated .manual/chapter-16-troubleshooting.md with rate limiting information
  • Added GITHUB_TOKEN to CLI help text for catalog commands (list, pull, show, update)

Files Modified (19 files)

  • .github/workflows/linux.yml (build workflow cleanup)
  • .manual/chapter-02-installation.md (documentation)
  • .manual/chapter-07-model-server.md (documentation)
  • .manual/chapter-16-troubleshooting.md (documentation)
  • cmd/kronk/catalog/list/cmd.go
  • cmd/kronk/catalog/pull/cmd.go
  • cmd/kronk/catalog/show/cmd.go
  • cmd/kronk/catalog/update/cmd.go
  • cmd/kronk/server/start/cmd.go
  • cmd/server/api/frontends/bui/src/components/DocsManual.tsx
  • cmd/server/api/services/kronk/static/assets/index.js
  • sdk/tools/AGENTS.md (documentation)
  • sdk/tools/catalog/catalog.go
  • sdk/tools/catalog/download.go
  • sdk/tools/catalog/grammars.go
  • sdk/tools/catalog/grammars_download.go
  • sdk/tools/catalog/templates.go
  • sdk/tools/catalog/templates_download.go
  • sdk/tools/github/github.go (new file)

Known Issues

  • None

Upgrade Notes

  • No breaking changes
  • Consider setting GITHUB_TOKEN environment variable to improve GitHub API rate limit limits when using catalog download features

... (truncated)

Commits

Updates github.com/aws/smithy-go from 1.24.1 to 1.24.2

Release notes

Sourced from github.com/aws/smithy-go's releases.

Release (2026-02-27)

General Highlights

  • Dependency Update: Bump minimum go version to 1.24.
Commits

Updates github.com/kaptinlin/jsonschema from 0.7.3 to 0.7.5

Commits
  • 6c18933 chore(deps): upgrade go-i18n to v0.2.12 and jsonpointer to v0.4.17
  • 101d771 perf: optimize uniqueItems validation with hash-based algorithm
  • 0efcb46 chore(skills): update agent skills submodule
  • 851adba chore(skills): update agent skills submodule
  • See full diff in compare view

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

Bumps the all group with 3 updates: [github.com/ardanlabs/kronk](https://github.com/ardanlabs/kronk), [github.com/aws/smithy-go](https://github.com/aws/smithy-go) and [github.com/kaptinlin/jsonschema](https://github.com/kaptinlin/jsonschema).


Updates `github.com/ardanlabs/kronk` from 1.20.3 to 1.20.8
- [Release notes](https://github.com/ardanlabs/kronk/releases)
- [Commits](ardanlabs/kronk@v1.20.3...v1.20.8)

Updates `github.com/aws/smithy-go` from 1.24.1 to 1.24.2
- [Release notes](https://github.com/aws/smithy-go/releases)
- [Changelog](https://github.com/aws/smithy-go/blob/main/CHANGELOG.md)
- [Commits](aws/smithy-go@v1.24.1...v1.24.2)

Updates `github.com/kaptinlin/jsonschema` from 0.7.3 to 0.7.5
- [Commits](kaptinlin/jsonschema@v0.7.3...v0.7.5)

---
updated-dependencies:
- dependency-name: github.com/ardanlabs/kronk
  dependency-version: 1.20.8
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: all
- dependency-name: github.com/aws/smithy-go
  dependency-version: 1.24.2
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: all
- dependency-name: github.com/kaptinlin/jsonschema
  dependency-version: 0.7.5
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: all
...

Signed-off-by: dependabot[bot] <support@github.com>
@github-actions github-actions bot merged commit 0a0ed20 into main Mar 2, 2026
17 checks passed
@github-actions github-actions bot deleted the dependabot/go_modules/all-8d077d817d branch March 2, 2026 11:08
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants