Skip to content

build(deps): bump the go-dependencies group across 1 directory with 4 updates - #2540

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

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

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Sep 21, 2026

Copy link
Copy Markdown
Contributor

https://entire.io/gh/entireio/cli/trails/1385

Bumps the go-dependencies group with 4 updates in the / directory: github.com/posthog/posthog-go, golang.org/x/crypto, golang.org/x/net and golang.org/x/term.

Updates github.com/posthog/posthog-go from 1.25.1 to 1.25.2

Release notes

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

1.25.2

Unreleased

Changelog

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

1.25.2

Patch Changes

  • 3bc1d1a: Fix local evaluation falling back to the API for gt, gte, lt and lte when the operand is stored as a string. The PostHog API stores a numeric comparison operand as a string, and its filters validation requires one, so most flags using these operators hold a string. interfaceToFloat had a case for every numeric type and none for string, so the operand was not orderable. The error it returned was not an InconclusiveMatchError, so the caller did not try other conditions either and fell back to the API for a flag it could have matched locally. A string operand is now parsed with strconv.ParseFloat, matching what the Python, Node, Ruby and PHP SDKs already do. A value that is not a finite number, including "NaN" and "Inf", stays not orderable.
Commits
  • 07b16ce chore: release v1.25.2 [version bump] [skip ci]
  • 3bc1d1a fix(flags): accept a numeric operand stored as a string (#319)
  • 24cd918 chore(deps): bump pnpm/setup from 2.0.2 to 2.1.0 in the github-actions group ...
  • 34299a7 ci: remove unused release workflow permissions (#315)
  • 53f5471 chore(deps): bump the github-actions group with 2 updates (#309)
  • 92ec69b chore(deps): bump the go-dependencies group in /otel with 5 updates (#307)
  • See full diff in compare view

Updates golang.org/x/crypto from 0.56.0 to 0.57.0

Commits

Updates golang.org/x/net from 0.58.0 to 0.59.0

Commits
  • 540d04c go.mod: update golang.org/x dependencies
  • 20eef7f quic: clear fast-path receive buffer on stream reset
  • c23af1b internal/http3: fix compilation error due to missed symbol name update
  • eda109f internal/http3: send appropriate error codes in STOP_SENDING frames
  • 12e0501 internal/http3: server header size limits
  • d89285e quic: add Stream.StopSending, and rework stream/application errors
  • d34deae quic: ensure Endpoint.Close waits for connection loops to exit
  • 55577aa http2: use IDNA Lookup profile, not raw Punycode translation
  • b22627e internal/http3: handle a nil TLSConfig in newQUICConfig
  • 6e98b0d internal/http3: report endpoint creation errors from initEndpoint
  • Additional commits viewable in compare view

Updates golang.org/x/term from 0.45.0 to 0.46.0

Commits
  • 6226200 go.mod: update golang.org/x dependencies
  • 7c2fb74 term: process bytes returned with a read error
  • 3963fce all: upgrade go directive to at least 1.26.0 [generated]
  • See full diff in compare view

@dependabot dependabot Bot added dependencies Pull requests that update a dependency file go Pull requests that update go code labels Sep 21, 2026
@dependabot
dependabot Bot requested a review from a team as a code owner September 21, 2026 09:51
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file go Pull requests that update go code labels Sep 21, 2026
@dependabot
dependabot Bot force-pushed the dependabot/go_modules/go-dependencies-cdb890870b branch 2 times, most recently from 82e289a to cef7e4b Compare September 22, 2026 18:24
… updates

Bumps the go-dependencies group with 4 updates in the / directory: [github.com/posthog/posthog-go](https://github.com/posthog/posthog-go), [golang.org/x/crypto](https://github.com/golang/crypto), [golang.org/x/net](https://github.com/golang/net) and [golang.org/x/term](https://github.com/golang/term).


Updates `github.com/posthog/posthog-go` from 1.25.1 to 1.25.2
- [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.25.1...v1.25.2)

Updates `golang.org/x/crypto` from 0.56.0 to 0.57.0
- [Commits](golang/crypto@v0.56.0...v0.57.0)

Updates `golang.org/x/net` from 0.58.0 to 0.59.0
- [Commits](golang/net@v0.58.0...v0.59.0)

Updates `golang.org/x/term` from 0.45.0 to 0.46.0
- [Commits](golang/term@v0.45.0...v0.46.0)

---
updated-dependencies:
- dependency-name: github.com/posthog/posthog-go
  dependency-version: 1.25.2
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: go-dependencies
- dependency-name: golang.org/x/crypto
  dependency-version: 0.57.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: go-dependencies
- dependency-name: golang.org/x/net
  dependency-version: 0.59.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: go-dependencies
- dependency-name: golang.org/x/term
  dependency-version: 0.46.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 force-pushed the dependabot/go_modules/go-dependencies-cdb890870b branch from cef7e4b to 4027ff0 Compare September 23, 2026 18:24
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 go Pull requests that update go code

Development

Successfully merging this pull request may close these issues.

0 participants