k1LoW / tbls

tbls is a CI-Friendly tool for document a database, written in Go.
MIT License
3.32k stars 163 forks source link

chore(deps): bump the dependencies group with 10 updates #588

Closed dependabot[bot] closed 1 month ago

dependabot[bot] commented 1 month ago

Bumps the dependencies group with 10 updates:

Package From To
cloud.google.com/go/spanner 1.60.0 1.63.0
github.com/aws/aws-sdk-go 1.51.32 1.53.14
github.com/expr-lang/expr 1.16.5 1.16.9
github.com/goccy/go-graphviz 0.1.2 0.1.3
github.com/microsoft/go-mssqldb 1.7.1 1.7.2
github.com/snowflakedb/gosnowflake 1.9.0 1.10.1
github.com/xo/dburl 0.23.0 0.23.1
golang.org/x/image 0.15.0 0.16.0
golang.org/x/oauth2 0.19.0 0.20.0
google.golang.org/api 0.175.0 0.180.0

Updates cloud.google.com/go/spanner from 1.60.0 to 1.63.0

Release notes

Sourced from cloud.google.com/go/spanner's releases.

spanner: v1.63.0

1.63.0 (2024-05-24)

Features

spanner: v1.62.0

1.62.0 (2024-05-15)

Features

  • spanner/admin/database: Add support for multi region encryption config (3e25053)
  • spanner/executor: Add QueryCancellationAction message in executor protos (292e812)
  • spanner: Add RESOURCE_EXHAUSTED to the list of retryable error codes (1d757c6)
  • spanner: Add support for Proto Columns (#9315) (3ffbbbe)

Bug Fixes

Commits


Updates github.com/aws/aws-sdk-go from 1.51.32 to 1.53.14

Release notes

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

Release v1.53.14 (2024-05-31)

Service Client Updates

  • service/codebuild: Updates service documentation
    • AWS CodeBuild now supports Self-hosted GitHub Actions runners for Github Enterprise
  • service/codeguru-security: Updates service API and documentation
  • service/elasticache: Updates service API and documentation
    • Update to attributes of TestFailover and minor revisions.
  • service/launch-wizard: Updates service API and documentation

Release v1.53.13 (2024-05-30)

Service Client Updates

  • service/acm: Updates service API
    • add v2 smoke tests and smithy smokeTests trait for SDK testing.
  • service/bedrock-agent: Updates service API and documentation
  • service/bedrock-runtime: Updates service API and documentation
  • service/cloudtrail: Updates service API and documentation
    • CloudTrail Lake returns PartitionKeys in the GetEventDataStore API response. Events are grouped into partitions based on these keys for better query performance. For example, the calendarday key groups events by day, while combining the calendarday key with the hour key groups them by day and hour.
  • service/connect: Updates service API and documentation
  • service/emr-serverless: Updates service API, documentation, and paginators
  • service/rds: Updates service API, documentation, waiters, paginators, and examples
    • Updates Amazon RDS documentation for Aurora Postgres DBname.
  • service/sagemaker: Updates service API and documentation
    • Adds Model Card information as a new component to Model Package. Autopilot launches algorithm selection for TimeSeries modality to generate AutoML candidates per algorithm.

Release v1.53.12 (2024-05-29)

Service Client Updates

  • service/athena: Updates service API and documentation
    • Throwing validation errors on CreateNotebook with Name containing /,:,\
  • service/codebuild: Updates service API and documentation
    • AWS CodeBuild now supports manually creating GitHub webhooks
  • service/connect: Updates service API and documentation
  • service/glue: Updates service API and documentation
    • Add optional field JobMode to CreateJob and UpdateJob APIs.
  • service/securityhub: Updates service API

Release v1.53.11 (2024-05-28)

Service Client Updates

  • service/dynamodb: Updates service API, documentation, waiters, paginators, and examples
    • Doc-only update for DynamoDB. Specified the IAM actions needed to authorize a user to create a table with a resource-based policy.
  • service/ec2: Updates service API and documentation
    • Providing support to accept BgpAsnExtended attribute
  • service/kafka: Updates service API and documentation

... (truncated)

Commits


Updates github.com/expr-lang/expr from 1.16.5 to 1.16.9

Release notes

Sourced from github.com/expr-lang/expr's releases.

v1.16.9

Expr is a Go-centric expression language designed to deliver dynamic configurations with unparalleled accuracy, safety, and speed.

In this release:

v1.16.8

Expr is a Go-centric expression language designed to deliver dynamic configurations with unparalleled accuracy, safety, and speed.

program, err := expr.Compile(`now() - created_at < duration("24h")`)

In this release:

  • Added checks for nil before string casts in VM (#654)
  • Added int overflow checks. 45c1ae7
  • Improved lexer (#653)
  • Improved error messages for index out of bounds errors. 6cf0edb
  • Fixed: invoke the Deref function as needed for the function arguments. (#651)
  • Fixed build on 386 arch. cae6003

Expr Editor

The Expr Editor is an embeddable code editor written in JavaScript with full support of Expr language.

Expr Pro

Expr Pro is a set of extensions for Expr for advanced use cases. It includes expressions explanation, performance profiling, and more.

v1.16.7

Expr is a Go-centric expression language designed to deliver dynamic configurations with unparalleled accuracy, safety, and speed.

program, err := expr.Compile(`now() - created_at < duration("24h")`)

In this release:

  • Improved now() and date() type validation

... (truncated)

Commits
  • 55ff9aa Fix coverage reporting
  • eca9bd7 Fix function calls with int64 params (#663)
  • b45ee4f Add Melrōse to "Who uses Expr?" section
  • 596f54f Invoke the Deref function as needed for the function arguments. (#651)
  • c6c7227 Return tree on parse errors
  • 65c7bc9 Add checker.ParseCheck func
  • cae6003 Fix build for 386 and add build.yml workflow
  • eb70f94 Add checks for nil before string casts in VM (#654)
  • 1659c23 Refactor lexer (#653)
  • 6cf0edb Add better error messages for index out of bounds errors
  • Additional commits viewable in compare view


Updates github.com/goccy/go-graphviz from 0.1.2 to 0.1.3

Release notes

Sourced from github.com/goccy/go-graphviz's releases.

0.1.3

What's Changed

New Contributors

Full Changelog: https://github.com/goccy/go-graphviz/compare/v0.1.2...v0.1.3

Commits
  • c66e25e cherry-pick: API BREAK: use unsigned types for 1-bit fields of 'obj_state_s' ...
  • 606fdf5 initial (#83)
  • 9f8e121 Added higher-level API for querying a node's degree in a graph (#75)
  • See full diff in compare view


Updates github.com/microsoft/go-mssqldb from 1.7.1 to 1.7.2

Release notes

Sourced from github.com/microsoft/go-mssqldb's releases.

v1.7.2

Fixes regressions in handing of sql.Nullxxx types introduced by the Always Encrypted changes.

What's Changed

New Contributors

Full Changelog: https://github.com/microsoft/go-mssqldb/compare/v1.7.1...v1.7.2

Commits


Updates github.com/snowflakedb/gosnowflake from 1.9.0 to 1.10.1

Release notes

Sourced from github.com/snowflakedb/gosnowflake's releases.

Release

Release

Commits
  • 15db231 PATCH: Bumped up GoLang connector PATCH version from 1.10.0 to 1.10.1 (#1147)
  • a08fc08 SNOW-1432112 verify / sanitize account name before creating JWT (#1146)
  • 6ee8545 SNOW-1335581 Decrease number of retires for OCSP (#1129)
  • 192b00b [bug fix] objectType should work w/ or wo/ ENABLE_STRUCTURED_TYPES_IN_CLIENT_...
  • a0145ec Add github input goTestParams param (#1136)
  • d61c1b0 SNOW-1437452 Support semistructured types bindings (#1135)
  • 7f760af Add parameter to disable SAML URL check (#1128)
  • c355711 SNOW-1260011: mask password in the logs (#1116)
  • 5570db2 Upgrade AWS SDK packages (#1126)
  • 06ec38e MINOR: Bumped up GoLang connector MINOR version from 1.9.0 to 1.10.0 (#1123)
  • Additional commits viewable in compare view


Updates github.com/xo/dburl from 0.23.0 to 0.23.1

Commits


Updates golang.org/x/image from 0.15.0 to 0.16.0

Commits


Updates golang.org/x/oauth2 from 0.19.0 to 0.20.0

Commits
  • 84cb9f7 oauth2: fix typo in comment
  • 4b7f0bd go.mod: update cloud.google.com/go/compute/metadata dependency
  • e11eea8 microsoft: added DeviceAuthURL to AzureADEndpoint
  • See full diff in compare view


Updates google.golang.org/api from 0.175.0 to 0.180.0

Release notes

Sourced from google.golang.org/api's releases.

v0.180.0

0.180.0 (2024-05-10)

Features

v0.179.0

0.179.0 (2024-05-09)

Features

Bug Fixes

v0.178.0

0.178.0 (2024-05-07)

Features

Documentation

v0.177.0

0.177.0 (2024-04-30)

Features

... (truncated)

Changelog

Sourced from google.golang.org/api's changelog.

0.180.0 (2024-05-10)

Features

0.179.0 (2024-05-09)

Features

Bug Fixes

0.178.0 (2024-05-07)

Features

Documentation

0.177.0 (2024-04-30)

Features

... (truncated)

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 merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot show ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore 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 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 ` 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 ` will remove all of the ignore conditions of the specified dependency - `@dependabot unignore ` will remove the ignore condition of the specified dependency and ignore conditions