Skip to content

chore(deps): bump the all group across 1 directory with 5 updates#3132

Open
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/go_modules/all-69c529a5f5
Open

chore(deps): bump the all group across 1 directory with 5 updates#3132
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/go_modules/all-69c529a5f5

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Jun 16, 2026

Copy link
Copy Markdown
Contributor

Bumps the all group with 5 updates in the / directory:

Package From To
charm.land/catwalk 0.44.14 0.44.25
github.com/ncruces/go-sqlite3 0.34.4 0.35.1
github.com/posthog/posthog-go 1.14.0 1.15.0
github.com/qjebbs/go-jsons 1.0.0-alpha.5 1.0.0-alpha.6
github.com/sahilm/fuzzy 0.1.2 0.1.3

Updates charm.land/catwalk from 0.44.14 to 0.44.25

Release notes

Sourced from charm.land/catwalk's releases.

v0.44.25

Changelog


First, download the checksums.txt file and the checksums.txt.sigstore.json file files, for example, with wget:

wget 'https://github.com/charmbracelet/catwalk/releases/download/v0.44.25/checksums.txt'
wget 'https://github.com/charmbracelet/catwalk/releases/download/v0.44.25/checksums.txt.sigstore.json'

Then, verify it using cosign:

cosign verify-blob \
  --certificate-identity 'https://github.com/charmbracelet/meta/.github/workflows/goreleaser.yml@refs/heads/main' \
  --certificate-oidc-issuer 'https://token.actions.githubusercontent.com' \
  --bundle 'checksums.txt.sigstore.json' \
  ./checksums.txt

If the output is Verified OK, you can safely use it to verify the checksums of other artifacts you downloaded from the release using sha256sum:

sha256sum --ignore-missing -c checksums.txt

Done! You artifacts are now verified!

Thoughts? Questions? We love hearing from you. Feel free to reach out on X, Discord, Slack, The Fediverse, Bluesky.

v0.44.24

Changelog

Other stuff

  • 7e87ac308f11228893062c9f9d9c75285e382feb: chore(z.ai): add GLM-5.2 (1M) to zai and zhipu-coding (#350) (@​marc-merino)

First, download the checksums.txt file and the checksums.txt.sigstore.json file files, for example, with wget:

... (truncated)

Commits

Updates github.com/ncruces/go-sqlite3 from 0.34.4 to 0.35.1

Release notes

Sourced from github.com/ncruces/go-sqlite3's releases.

v0.35.1

What's Changed

Fixed issue #401.

Full Changelog: ncruces/go-sqlite3@v0.35.0...v0.35.1

Artifact attestations

v0.35.0

What's Changed

In an effort to keep the code size small (and compile times relatively fast) while continuing to add more SQLite features, the FTS5 and R*Tree/Geopoly extensions are now compiled separately. This is a breaking change. Now, to use:

In addition, support for the pre-update hook was added.

Also, Go 1.27 uses encoding/json/v2 for improved performance.

Full Changelog: ncruces/go-sqlite3@v0.34.4...v0.35.0

Artifact attestations

Commits

Updates github.com/posthog/posthog-go from 1.14.0 to 1.15.0

Release notes

Sourced from github.com/posthog/posthog-go's releases.

1.15.0

Unreleased

Changelog

Sourced from github.com/posthog/posthog-go's changelog.

1.15.0

Minor Changes

  • 64ad172: Support the early_exit flag filter in local evaluation. When a flag's filters.early_exit is true and a condition group's property filters match (or there are none) but the rollout percentage excludes the user, evaluation now stops and returns false immediately instead of falling through to later groups. Mirrors the server-side (Rust) evaluation engine. A property-filter mismatch still falls through as before, and behaviour is unchanged when early_exit is unset or false.

Minor Changes

  • Support the early_exit option on feature flag filters during local evaluation. When a flag has filters.early_exit set to true and a condition group matches its property filters (or has none) but the rollout percentage excludes the user, local evaluation now returns a definitive disabled result immediately instead of falling through to later condition groups, mirroring the server-side evaluation engine. Property-filter mismatches continue to fall through as before, and behaviour is unchanged when early_exit is absent or false.
Commits
  • 1a54557 chore: release v1.15.0 [version bump] [skip ci]
  • 64ad172 feat(feature-flags): support early_exit in local evaluation (#217)
  • See full diff in compare view

Updates github.com/qjebbs/go-jsons from 1.0.0-alpha.5 to 1.0.0-alpha.6

Commits

Updates github.com/sahilm/fuzzy from 0.1.2 to 0.1.3

Release notes

Sourced from github.com/sahilm/fuzzy's releases.

v0.1.3

What's Changed

New Contributors

Full Changelog: sahilm/fuzzy@v0.1.2...v0.1.3

Commits

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 5 updates in the / directory:

| Package | From | To |
| --- | --- | --- |
| [charm.land/catwalk](https://github.com/charmbracelet/catwalk) | `0.44.14` | `0.44.25` |
| [github.com/ncruces/go-sqlite3](https://github.com/ncruces/go-sqlite3) | `0.34.4` | `0.35.1` |
| [github.com/posthog/posthog-go](https://github.com/posthog/posthog-go) | `1.14.0` | `1.15.0` |
| [github.com/qjebbs/go-jsons](https://github.com/qjebbs/go-jsons) | `1.0.0-alpha.5` | `1.0.0-alpha.6` |
| [github.com/sahilm/fuzzy](https://github.com/sahilm/fuzzy) | `0.1.2` | `0.1.3` |



Updates `charm.land/catwalk` from 0.44.14 to 0.44.25
- [Release notes](https://github.com/charmbracelet/catwalk/releases)
- [Commits](charmbracelet/catwalk@v0.44.14...v0.44.25)

Updates `github.com/ncruces/go-sqlite3` from 0.34.4 to 0.35.1
- [Release notes](https://github.com/ncruces/go-sqlite3/releases)
- [Commits](ncruces/go-sqlite3@v0.34.4...v0.35.1)

Updates `github.com/posthog/posthog-go` from 1.14.0 to 1.15.0
- [Release notes](https://github.com/posthog/posthog-go/releases)
- [Changelog](https://github.com/PostHog/posthog-go/blob/main/CHANGELOG.md)
- [Commits](PostHog/posthog-go@v1.14.0...v1.15.0)

Updates `github.com/qjebbs/go-jsons` from 1.0.0-alpha.5 to 1.0.0-alpha.6
- [Commits](qjebbs/go-jsons@v1.0.0-alpha.5...v1.0.0-alpha.6)

Updates `github.com/sahilm/fuzzy` from 0.1.2 to 0.1.3
- [Release notes](https://github.com/sahilm/fuzzy/releases)
- [Commits](sahilm/fuzzy@v0.1.2...v0.1.3)

---
updated-dependencies:
- dependency-name: charm.land/catwalk
  dependency-version: 0.44.25
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: all
- dependency-name: github.com/ncruces/go-sqlite3
  dependency-version: 0.35.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: all
- dependency-name: github.com/posthog/posthog-go
  dependency-version: 1.15.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: all
- dependency-name: github.com/qjebbs/go-jsons
  dependency-version: 1.0.0-alpha.6
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: all
- dependency-name: github.com/sahilm/fuzzy
  dependency-version: 0.1.3
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: all
...

Signed-off-by: dependabot[bot] <support@github.com>
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