Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump the golang-minor group in /backend with 7 updates #941

Merged
merged 2 commits into from
Dec 21, 2023

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Dec 21, 2023

Bumps the golang-minor group in /backend with 7 updates:

Package From To
connectrpc.com/connect 1.12.0 1.13.0
github.com/DATA-DOG/go-sqlmock 1.5.0 1.5.1
github.com/auth0/go-auth0 1.3.1 1.4.0
github.com/golang-migrate/migrate/v4 4.16.2 4.17.0
github.com/jackc/pgx/v5 5.5.0 5.5.1
github.com/spf13/viper 1.17.0 1.18.2
google.golang.org/grpc 1.59.0 1.60.1

Updates connectrpc.com/connect from 1.12.0 to 1.13.0

Release notes

Sourced from connectrpc.com/connect's releases.

v1.13.0

What's Changed

Enhancements

Bugfixes

  • Type URLs in error details can have any host and even include URI scheme by @​jhump in #636
  • Improve GET requests: clients should not include content headers, servers should disallow a body by @​jhump in #644
  • Fix mis-categorization of "deadline exceeded" errors by @​jhump in #643

Other changes

Full Changelog: connectrpc/connect-go@v1.12.0...v1.13.0

Commits
  • f4373c8 Prepare for v1.13.0 (#647)
  • c9408f4 Fix "deadline exceeded" issues discovered in conformance tests (#643)
  • cb84690 Refactor http calls to support message payloads (#646)
  • 90ed22b Improve GET request handling: clients should not include content headers, ser...
  • 996f8b9 Run conformance tests in CI (#642)
  • 739280b Add support for dynamic message types (#640)
  • 4562545 Fix add-to-project automation when using forks (#638)
  • 2542e8a Type URLs can have any host and even include URI scheme (#636)
  • ab889c2 Move .github/add-to-project.yaml to .github/workflows/add-to-project.yaml (#635)
  • 1ca3587 Automate adding issues and PRs to project board (#634)
  • Additional commits viewable in compare view

Updates github.com/DATA-DOG/go-sqlmock from 1.5.0 to 1.5.1

Release notes

Sourced from github.com/DATA-DOG/go-sqlmock's releases.

v1.5.1

Release was tested & verified using aws-sqk

What's Changed

New Contributors

Full Changelog: DATA-DOG/go-sqlmock@v1.5.0...v1.5.1

Commits
  • b2d135c Merge pull request #326 from co60ca/master
  • e427030 Modify: existing panic in AddRow to give a hint to the issue
  • b2f0b45 Merge pull request #318 from IvoGoman/fix/nilonstringpointer
  • 4a9308e Update rows_test.go
  • fd971de CSVColParser: correctly set nil values in Rows
  • 3476f31 Merge pull request #315 from IvoGoman/fix/invalidcsvstring
  • a1ad26d fixes csv parse errors being silently ignored
  • 44e746a Merge pull request #295 from IvoGoman/fix-args-passed-not-exp
  • 7c9a431 Adds fix to before go 1.8
  • 37b1bab Fixes expectations no arg exp but act args passed
  • Additional commits viewable in compare view

Updates github.com/auth0/go-auth0 from 1.3.1 to 1.4.0

Release notes

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

v1.4.0

Added

Removed

Changelog

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

v1.4.0 (2023-12-14)

Full Changelog

Added

  • [SDK-4478] Support organization id when resetting a password #333 (ewanharris)
  • Implement MFA authentication APIs #331 (ewanharris)
  • Export an Authentication Error to allow type assertions #330 (ewanharris)
  • [SDK-4738] Add support for performing Pushed Authorization Requests #327 (ewanharris)

Removed

Commits
  • a3d8aa9 Release v1.4.0 (#334)
  • ae59305 [SDK-4478] Support organization id when resetting a password (#333)
  • 7c9d980 Add automated release workflow setup (#332)
  • fc6fe15 Implement MFA authentication APIs (#331)
  • 8c3c25e Export an Authentication Error to allow type assertions (#330)
  • 1f73dd6 Bump github.com/google/uuid from 1.4.0 to 1.5.0 (#329)
  • 5698f33 [SDK-4715] Update documentation to state List related functions should be pag...
  • 9fef632 [SDK-4738] Add support for performing Pushed Authorization Requests (#327)
  • 6faf79f Bump actions/setup-go from 4 to 5 (#326)
  • 1be8fa9 [DXEX-3404] chore: remove actions log sessions API (#325)
  • Additional commits viewable in compare view

Updates github.com/golang-migrate/migrate/v4 from 4.16.2 to 4.17.0

Release notes

Sourced from github.com/golang-migrate/migrate/v4's releases.

v4.17.0

Changelog

  • cf03803 Add rqlite 8.0.0 to tested database versions
  • 12968a7 Add syntax highlighting to Postgres example
  • 50112e7 Add to clickhouse README.md database creation
  • 5ded96d Bump golang.org/x/crypto from 0.14.0 to 0.17.0
  • c3ebd52 Bump google.golang.org/grpc from 1.55.0 to 1.56.3
  • 5026488 Clean up require directive grouping
  • 3b02b18 Correct a spelling mistake
  • cd17c5a Drop support for Go 1.19 and add support for Go 1.21
  • 839421e Leverage quoteIdentifier from pgx
  • bad30b5 Mention migradaptor
  • fb22436 Merge remote-tracking branch 'origin/master' into upgrade-spanner
  • bfedabb Merge remote-tracking branch 'upstream/master'
  • 92dec35 Move supported go version to standard place
  • 4078ef8 New release prep
  • 9fe7383 Quote in drop as well
  • 691f687 Reformat ScyllaDB/Cassandra docs
  • 90a3ac4 Remove cluster adaptation for tables to pass tests
  • 64755d0 Update README.md
  • f2c4b52 Update aws-sdk-go from v1.44.301 to v1.49.6
  • 876a13d Update aws-sdk-go to adress vulerabilitiy
  • b567287 Update from alpine 3.18 to 3.19
  • f2e0b33 Update lib/pq to fix cert permissions issues
  • 208ac53 Update spanner to fix security issue See also: golang-migrate/migrate#952
  • 72957b6 Updated version of spanner to support sequences and generate uuid
  • 7d03609 add 8.11 and 8.12 versions and remove debug logging
  • 7a72550 add tests for scylladb. add scylladb to docs
  • 90273fe clickhouse: Quote db name in ensureVersionTable
  • 5163ac7 feature: add rqlite support
  • ee8a8e5 fix: typo
  • f8afa5a small changes to retry failed by timeout CI
  • 669437c update rqlite 8 container version to 8.0.6
Commits
  • cd17c5a Drop support for Go 1.19 and add support for Go 1.21
  • f2c4b52 Update aws-sdk-go from v1.44.301 to v1.49.6
  • c7c5011 Merge pull request #956 from Kenai/master
  • 9c551d4 Merge pull request #875 from no-name16/clickhouse_create_database_migrations
  • ab24e76 Merge branch 'master' into clickhouse_create_database_migrations
  • e8edcdc Merge branch 'master' into master
  • 691f687 Reformat ScyllaDB/Cassandra docs
  • eb64ffa Merge pull request #947 from mkorolyov/scylladb_support
  • a94396c Merge pull request #857 from luca-nardelli/master
  • 0ba6fc3 Merge pull request #1002 from jsabbatini-upguard/upgrade-spanner
  • Additional commits viewable in compare view

Updates github.com/jackc/pgx/v5 from 5.5.0 to 5.5.1

Changelog

Sourced from github.com/jackc/pgx/v5's changelog.

5.5.1 (December 9, 2023)

  • Add CopyFromFunc helper function. (robford)
  • Add PgConn.Deallocate method that uses PostgreSQL protocol Close message.
  • pgx uses new PgConn.Deallocate method. This allows deallocating statements to work in a failed transaction. This fixes a case where the prepared statement map could become invalid.
  • Fix: Prefer driver.Valuer over json.Marshaler for json fields. (Jacopo)
  • Fix: simple protocol SQL sanitizer previously panicked if an invalid $0 placeholder was used. This now returns an error instead. (maksymnevajdev)
  • Add pgtype.Numeric.ScanScientific (Eshton Robateau)
Commits
  • ba05097 Release v5.5.1
  • 384fe77 Batch.Queue: document always uses the conn's DefaultQueryExecMode
  • 20bf953 pull out changes into new public function
  • 12582a0 bitsize largest option is 64
  • 905f252 uncomment tests
  • 9927e14 remove dead line
  • 95b2f85 support scientific notation big floats
  • 913e4c8 Update changelog
  • 31321c2 Add race detector to bug report template
  • 319c317 fix panic in prepared sql
  • Additional commits viewable in compare view

Updates github.com/spf13/viper from 1.17.0 to 1.18.2

Release notes

Sourced from github.com/spf13/viper's releases.

v1.18.2

tl;dr Skip 1.18.0 and 1.18.1 and upgrade to this version instead.

This release fixes a regression that appears in rare circumstances when using Unmarshal or UnmarshalExact to decode values onto pointers with multiple indirection (eg. pointer to a pointer, etc). The change was introduced in 1.18.0 as a means to resolve a long-standing bug when decoding environment variables to structs.

The feature is now disabled by default and can be enabled using the viper_bind_struct build tag. It's also considered experimental at this point, so breaking changes may be introduced in the future.

What's Changed

Bug Fixes 🐛

Full Changelog: spf13/viper@v1.18.1...v1.18.2

v1.18.1

What's Changed

Bug Fixes 🐛

Full Changelog: spf13/viper@v1.18.0...v1.18.1

v1.18.0

Major changes

Highlighting some of the changes for better visibility.

Please share your feedback in the Discussion forum. Thanks! ❤️

AutomaticEnv works with Unmarshal

Previously, environment variables that weren't bound manually or had no defaults could not be mapped by Unmarshal. (The problem is explained in details in this issue: #761)

#1429 introduced a solution that solves that issue.

What's Changed

Enhancements 🚀

Bug Fixes 🐛

Dependency Updates ⬆️

... (truncated)

Commits
  • ab3a50c fix!: hide struct binding behind a feature flag
  • 9154b90 build(deps): bump actions/setup-go from 4.1.0 to 5.0.0
  • 08e4a00 build(deps): bump github/codeql-action from 2.22.8 to 2.22.9
  • fb6eb1e fix: merge missing struct keys inside UnmarshalExact
  • f5fcb4a chore: update crypt
  • f736363 fix isPathShadowedInFlatMap type cast bug (#1585)
  • 36a3868 Review changes
  • f0c4ccd fix: gocritic lint issues
  • 3a23b80 ci: enable test shuffle; fix tests
  • 73dfb94 feat: make Unmarshal work with AutomaticEnv
  • Additional commits viewable in compare view

Updates google.golang.org/grpc from 1.59.0 to 1.60.1

Release notes

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

Release v1.60.1

Bug Fixes

  • server: fix two bugs that could lead to panics at shutdown when using NumStreamWorkers (experimental feature).

Release 1.60.0

Security

  • credentials/tls: if not set, set TLS MinVersion to 1.2 and CipherSuites according to supported suites not forbidden by RFC7540.
    • This is a behavior change to bring us into better alignment with RFC 7540.

API Changes

  • resolver: remove deprecated and experimental ClientConn.NewServiceConfig (#6784)
  • client: remove deprecated grpc.WithServiceConfig DialOption (#6800)

Bug Fixes

  • client: fix race that could cause a deadlock while entering idle mode and receiving a name resolver update (#6804)
  • client: always enable TCP keepalives with OS defaults (#6834)
  • credentials/alts: fix a bug preventing ALTS from connecting to the metadata server if the default scheme is overridden (#6686)

Behavior Changes

  • server: Do not return from Stop() or GracefulStop() until all resources are released (#6489)

Documentation

  • codes: clarify that only codes defined by this package are valid and that users should not cast other values to codes.Code (#6701)
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 <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 golang-minor group in /backend with 7 updates:

| Package | From | To |
| --- | --- | --- |
| [connectrpc.com/connect](https://github.com/connectrpc/connect-go) | `1.12.0` | `1.13.0` |
| [github.com/DATA-DOG/go-sqlmock](https://github.com/DATA-DOG/go-sqlmock) | `1.5.0` | `1.5.1` |
| [github.com/auth0/go-auth0](https://github.com/auth0/go-auth0) | `1.3.1` | `1.4.0` |
| [github.com/golang-migrate/migrate/v4](https://github.com/golang-migrate/migrate) | `4.16.2` | `4.17.0` |
| [github.com/jackc/pgx/v5](https://github.com/jackc/pgx) | `5.5.0` | `5.5.1` |
| [github.com/spf13/viper](https://github.com/spf13/viper) | `1.17.0` | `1.18.2` |
| [google.golang.org/grpc](https://github.com/grpc/grpc-go) | `1.59.0` | `1.60.1` |


Updates `connectrpc.com/connect` from 1.12.0 to 1.13.0
- [Release notes](https://github.com/connectrpc/connect-go/releases)
- [Commits](connectrpc/connect-go@v1.12.0...v1.13.0)

Updates `github.com/DATA-DOG/go-sqlmock` from 1.5.0 to 1.5.1
- [Release notes](https://github.com/DATA-DOG/go-sqlmock/releases)
- [Commits](DATA-DOG/go-sqlmock@v1.5.0...v1.5.1)

Updates `github.com/auth0/go-auth0` from 1.3.1 to 1.4.0
- [Release notes](https://github.com/auth0/go-auth0/releases)
- [Changelog](https://github.com/auth0/go-auth0/blob/main/CHANGELOG.md)
- [Commits](auth0/go-auth0@v1.3.1...v1.4.0)

Updates `github.com/golang-migrate/migrate/v4` from 4.16.2 to 4.17.0
- [Release notes](https://github.com/golang-migrate/migrate/releases)
- [Changelog](https://github.com/golang-migrate/migrate/blob/master/.goreleaser.yml)
- [Commits](golang-migrate/migrate@v4.16.2...v4.17.0)

Updates `github.com/jackc/pgx/v5` from 5.5.0 to 5.5.1
- [Changelog](https://github.com/jackc/pgx/blob/master/CHANGELOG.md)
- [Commits](jackc/pgx@v5.5.0...v5.5.1)

Updates `github.com/spf13/viper` from 1.17.0 to 1.18.2
- [Release notes](https://github.com/spf13/viper/releases)
- [Commits](spf13/viper@v1.17.0...v1.18.2)

Updates `google.golang.org/grpc` from 1.59.0 to 1.60.1
- [Release notes](https://github.com/grpc/grpc-go/releases)
- [Commits](grpc/grpc-go@v1.59.0...v1.60.1)

---
updated-dependencies:
- dependency-name: connectrpc.com/connect
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: golang-minor
- dependency-name: github.com/DATA-DOG/go-sqlmock
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: golang-minor
- dependency-name: github.com/auth0/go-auth0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: golang-minor
- dependency-name: github.com/golang-migrate/migrate/v4
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: golang-minor
- dependency-name: github.com/jackc/pgx/v5
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: golang-minor
- dependency-name: github.com/spf13/viper
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: golang-minor
- dependency-name: google.golang.org/grpc
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: golang-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file go Pull requests that update Go code labels Dec 21, 2023
Copy link

vercel bot commented Dec 21, 2023

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
neosync-docs ✅ Ready (Inspect) Visit Preview 💬 Add feedback Dec 21, 2023 6:35pm
neosync-marketing ❌ Failed (Inspect) Dec 21, 2023 6:35pm

Copy link

codecov bot commented Dec 21, 2023

Codecov Report

All modified and coverable lines are covered by tests ✅

Comparison is base (19f6738) 60.80% compared to head (d99491d) 60.70%.
Report is 3 commits behind head on main.

Additional details and impacted files
@@            Coverage Diff             @@
##             main     #941      +/-   ##
==========================================
- Coverage   60.80%   60.70%   -0.10%     
==========================================
  Files          82       82              
  Lines        7967     7980      +13     
==========================================
  Hits         4844     4844              
- Misses       2551     2563      +12     
- Partials      572      573       +1     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@nickzelei nickzelei merged commit 3625a7e into main Dec 21, 2023
13 of 15 checks passed
@nickzelei nickzelei deleted the dependabot/go_modules/backend/golang-minor-d551507174 branch December 21, 2023 18:38
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
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant