chore(deps): bump the all group across 1 directory with 6 updates - #865
Open
dependabot[bot] wants to merge 1 commit into
Open
chore(deps): bump the all group across 1 directory with 6 updates#865dependabot[bot] wants to merge 1 commit into
dependabot[bot] wants to merge 1 commit into
Conversation
Bumps the all group with 6 updates in the / directory: | Package | From | To | | --- | --- | --- | | [github.com/AfterShip/clickhouse-sql-parser](https://github.com/AfterShip/clickhouse-sql-parser) | `0.4.9` | `0.5.4` | | [github.com/ClickHouse/ch-go](https://github.com/ClickHouse/ch-go) | `0.73.0` | `0.74.0` | | [github.com/mattn/go-isatty](https://github.com/mattn/go-isatty) | `0.0.23` | `0.0.24` | | [github.com/prometheus/client_golang](https://github.com/prometheus/client_golang) | `1.24.0` | `1.24.1` | | [google.golang.org/grpc](https://github.com/grpc/grpc-go) | `1.82.1` | `1.83.0` | | [github.com/mattn/go-runewidth](https://github.com/mattn/go-runewidth) | `0.0.24` | `0.0.27` | Updates `github.com/AfterShip/clickhouse-sql-parser` from 0.4.9 to 0.5.4 - [Release notes](https://github.com/AfterShip/clickhouse-sql-parser/releases) - [Commits](AfterShip/clickhouse-sql-parser@v0.4.9...v0.5.4) Updates `github.com/ClickHouse/ch-go` from 0.73.0 to 0.74.0 - [Release notes](https://github.com/ClickHouse/ch-go/releases) - [Commits](ClickHouse/ch-go@v0.73.0...v0.74.0) Updates `github.com/mattn/go-isatty` from 0.0.23 to 0.0.24 - [Commits](mattn/go-isatty@v0.0.23...v0.0.24) Updates `github.com/prometheus/client_golang` from 1.24.0 to 1.24.1 - [Release notes](https://github.com/prometheus/client_golang/releases) - [Changelog](https://github.com/prometheus/client_golang/blob/v1.24.1/CHANGELOG.md) - [Commits](prometheus/client_golang@v1.24.0...v1.24.1) Updates `google.golang.org/grpc` from 1.82.1 to 1.83.0 - [Release notes](https://github.com/grpc/grpc-go/releases) - [Commits](grpc/grpc-go@v1.82.1...v1.83.0) Updates `github.com/mattn/go-runewidth` from 0.0.24 to 0.0.27 - [Commits](mattn/go-runewidth@v0.0.24...v0.0.27) --- updated-dependencies: - dependency-name: github.com/AfterShip/clickhouse-sql-parser dependency-version: 0.5.4 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: all - dependency-name: github.com/ClickHouse/ch-go dependency-version: 0.74.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: all - dependency-name: github.com/mattn/go-isatty dependency-version: 0.0.24 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: all - dependency-name: github.com/prometheus/client_golang dependency-version: 1.24.1 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: all - dependency-name: google.golang.org/grpc dependency-version: 1.83.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: all - dependency-name: github.com/mattn/go-runewidth dependency-version: 0.0.27 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: all ... Signed-off-by: dependabot[bot] <support@github.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Bumps the all group with 6 updates in the / directory:
0.4.90.5.40.73.00.74.00.0.230.0.241.24.01.24.11.82.11.83.00.0.240.0.27Updates
github.com/AfterShip/clickhouse-sql-parserfrom 0.4.9 to 0.5.4Release notes
Sourced from github.com/AfterShip/clickhouse-sql-parser's releases.
... (truncated)
Commits
b0c85b0Update version from 0.4.17 to 0.5.499c57faFix parsing of an unquoted interval as a column name (#296)0d9ef25Fix parsing of operator expressions in table function arguments (#298)513d8e5Merge join locality parsing into parseJoinModifiers (#295)1ca7066Fix parsing of the GLOBAL/LOCAL join locality and GLOBAL NOT IN (#293)5b2249eSupport SQL-standard keyword arguments for trim, substring, overlay and overl...39cf491Add support to understand the GCD codec (#288)dd867a1Fix signed number after ')' or ']' being lexed as a literal (#286) (#287)1eed16aFix hanging clickhouse-local syntax-check example in AGENTS.mddee8104Improve the agent instruction and link CLAUDE.mdUpdates
github.com/ClickHouse/ch-gofrom 0.73.0 to 0.74.0Release notes
Sourced from github.com/ClickHouse/ch-go's releases.
Commits
373f503Merge pull request #1180 from ClickHouse/dependabot/github_actions/actions/se...27aad8aMerge pull request #1177 from ClickHouse/dependabot/go_modules/golang.org/x/c...94d1145chore(deps): bump golang.org/x/crypto from 0.52.0 to 0.54.06096382Merge branch 'main' into dependabot/github_actions/actions/setup-go-71d6296bMerge pull request #1168 from ClickHouse/dependabot/github_actions/codecov/co...84e0c41Merge pull request #1172 from ClickHouse/dependabot/github_actions/actions/ca...f0ce1e9Merge pull request #1176 from ClickHouse/dependabot/go_modules/golang.org/x/s...906087fMerge pull request #1179 from ClickHouse/dependabot/go_modules/internal/cmd/c...57c7db0Merge pull request #1181 from ClickHouse/dependabot/go_modules/github.com/kla...2c2f8b6chore(deps): bump github.com/klauspost/compress from 1.18.6 to 1.19.1Updates
github.com/mattn/go-isattyfrom 0.0.23 to 0.0.24Commits
c44dc0bUse TIOCGWINSZ instead of TCGETS to detect terminals (#97)Updates
github.com/prometheus/client_golangfrom 1.24.0 to 1.24.1Release notes
Sourced from github.com/prometheus/client_golang's releases.
Changelog
Sourced from github.com/prometheus/client_golang's changelog.
Commits
d6087eerelease: cut v1.24.1 (#2076)Updates
google.golang.org/grpcfrom 1.82.1 to 1.83.0Release notes
Sourced from google.golang.org/grpc's releases.
Commits
4c226daChange version to 1.83.0 (#9228)c198988Cherrypick 9223 into v1.83.x (#9279)8ce3ebfCherrypick PR 9255 into v1.83.x (#9263)e393849Cherry-pick recent changes from master (#9240)2a112a8authz: add onPolicyUpdate callback to authz file watcher (#9142)1a80fcavet: adds a check to disallow usage of regex.Compile in xDS code (#9216)26ffdb3[tls] Add safety check in custom cert verification that peer cert chain is no...5013974internal/grpcsync: add ScheduleAndWait to CallbackSerializer (#9162)bd58bc0internal/transport: increase test timeout locally in TestAccountCheckWindowSi...484f150httpfilter/extproc: add check to ensure that response trailer mode must be SE...Updates
github.com/mattn/go-runewidthfrom 0.0.24 to 0.0.27Commits
f2d8bfeMerge pull request #103 from mattn/restore-zerowidthjoiner2cd35a6Restore ZeroWidthJoiner as a deprecated no-opb2badb7Avoid ambiguous-width prefix in TruncatePrefix testa1307e2Add TruncatePrefix tests for multi-rune grapheme clusters9beccfdMerge pull request #79 from umlx5h/add_truncate_prefix0b200ccMerge pull request #97 from mattn/perf/precomputed-width-lutfc57c61Merge pull request #93 from apocelipes/feat-optimize-fill2e05c0bMerge pull request #102 from mattn/fix/spacing-marks-and-cluster-width3e28133Fix width of spacing marks and multi-rune grapheme clustersb571037Merge pull request #98 from bugwhisperer418/masterDependabot 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 rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore <dependency name> major versionwill 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 versionwill 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