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鈥檒l occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump the other group with 8 updates #2187

Closed
wants to merge 2 commits into from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Sep 19, 2023

Bumps the other group with 8 updates:

Package From To
github.com/aws/aws-sdk-go 1.44.209 1.45.12
github.com/google/uuid 1.3.0 1.3.1
github.com/samber/lo 1.37.0 1.38.1
github.com/spf13/viper 1.15.0 1.16.0
github.com/vektah/gqlparser/v2 2.5.9 2.5.10
go.uber.org/zap 1.24.0 1.26.0
golang.org/x/sync 0.2.0 0.3.0
golang.org/x/net 0.14.0 0.15.0

Updates github.com/aws/aws-sdk-go from 1.44.209 to 1.45.12

Release notes

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

Release v1.45.12 (2023-09-18)

Service Client Updates

  • service/discovery: Updates service API
    • Add sensitive protection for customer information
  • service/macie2: Updates service documentation
  • service/workmail: Updates service API, documentation, and paginators
    • This release includes four new APIs UpdateUser, UpdateGroup, ListGroupsForEntity and DescribeEntity, along with RemoteUsers and some enhancements to existing APIs.

Release v1.45.11 (2023-09-15)

Service Client Updates

  • service/appstream: Updates service API, documentation, and waiters
    • This release introduces app block builder, allowing customers to provision a resource to package applications into an app block
  • service/connect: Updates service API
  • service/datasync: Updates service documentation
  • service/sagemaker: Updates service API and documentation
    • This release introduces Skip Model Validation for Model Packages

Release v1.45.10 (2023-09-14)

Service Client Updates

  • service/appstream: Updates service API, documentation, and waiters
    • This release introduces multi-session fleets, allowing customers to provision more than one user session on a single fleet instance.
  • service/cloudformation: Updates service documentation
    • Documentation updates for AWS CloudFormation
  • service/entityresolution: Updates service API and documentation
  • service/lookoutequipment: Updates service API, documentation, paginators, and examples

Release v1.45.9 (2023-09-13)

Service Client Updates

  • service/cloud9: Updates service documentation
    • Update to include information on Ubuntu 18 deprecation.
  • service/drs: Updates service API, documentation, and paginators
  • service/firehose: Updates service API and documentation
    • DocumentIdOptions has been added for the Amazon OpenSearch destination.
  • service/guardduty: Updates service API and documentation
    • Add managementType field to ListCoverage API response.
  • service/internetmonitor: Adds new service
  • service/ivs-realtime: Updates service documentation
  • service/simspaceweaver: Updates service documentation
  • service/xray: Updates service API and documentation
    • Add StartTime field in GetTraceSummaries API response for each TraceSummary.

Release v1.45.8 (2023-09-12)

... (truncated)

Commits

Updates github.com/google/uuid from 1.3.0 to 1.3.1

Release notes

Sourced from github.com/google/uuid's releases.

v1.3.1

1.3.1 (2023-08-18)

Bug Fixes

  • Use .EqualFold() to parse urn prefixed UUIDs (#118) (574e687)
Changelog

Sourced from github.com/google/uuid's changelog.

1.3.1 (2023-08-18)

Bug Fixes

  • Use .EqualFold() to parse urn prefixed UUIDs (#118) (574e687)

Changelog

Commits

Updates github.com/samber/lo from 1.37.0 to 1.38.1

Release notes

Sourced from github.com/samber/lo's releases.

v1.38.1

Improvement:

  • Async and AsyncX: now returns <-chan T instead of chan T

v1.38.0

Adding:

  • lo.ValueOr
  • lo.DebounceBy
  • lo.EmptyableToPtr

Improvement:

  • Substring: add support for non-english chars

Fix:

  • Async: Fix goroutine leak
Changelog

Sourced from github.com/samber/lo's changelog.

1.38.1 (2023-03-20)

Improvement:

  • Async and AsyncX: now returns <-chan T instead of chan T

1.38.0 (2023-03-20)

Adding:

  • lo.ValueOr
  • lo.DebounceBy
  • lo.EmptyableToPtr

Improvement:

  • Substring: add support for non-english chars

Fix:

  • Async: Fix goroutine leak
Commits

Updates github.com/spf13/viper from 1.15.0 to 1.16.0

Release notes

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

v1.16.0

What's Changed

Enhancements 馃殌

Bug Fixes 馃悰

Dependency Updates 猬嗭笍

Other Changes

New Contributors

Full Changelog: spf13/viper@v1.15.0...v1.16.0

Commits
  • 21a7fd8 Allow ConfigParseError to unwrap (#1433)
  • 53cdb52 chore: improve log messages
  • 24ece16 drop std' logger in favor of jww one
  • 98b1b9f add:viper: allow to disable internal log messages
  • 2ee1631 extend viper's pflag binding to stringToInt pflag
  • 8652057 docs: Coder uses Viper
  • b850f34 build(deps): bump github.com/pelletier/go-toml/v2 from 2.0.7 to 2.0.8
  • 23b123a doc: add bearer/bearer as projects using Viper
  • a0fed9f Update main image to better handle dark background
  • 143e3bc build(deps): bump github.com/stretchr/testify from 1.8.2 to 1.8.3
  • Additional commits viewable in compare view

Updates github.com/vektah/gqlparser/v2 from 2.5.9 to 2.5.10

Release notes

Sourced from github.com/vektah/gqlparser/v2's releases.

v2.5.10

What's Changed

New Contributors

Full Changelog: vektah/gqlparser@v2.5.9...v2.5.10

Commits

Updates go.uber.org/zap from 1.24.0 to 1.26.0

Release notes

Sourced from go.uber.org/zap's releases.

v1.26.0

Enhancements:

  • #1297[]: Add Dict as a Field.
  • #1319[]: Add WithLazy method to Logger which lazily evaluates the structured context.
  • #1350[]: String encoding is much (~50%) faster now.

Thanks to @鈥媓hk7734, @鈥媕quirke, @鈥媍dvr1993 for their contributions to this release.

#1297: uber-go/zap#1297 #1319: uber-go/zap#1319 #1350: uber-go/zap#1350

v1.25.0

This release contains several improvements including performance, API additions, and two new experimental packages whose APIs are unstable and may change in the future.

Enhancements:

  • #1246[]: Add zap/exp/zapslog package for integration with slog.
  • #1273[]: Add Name to Logger which returns the Logger's name if one is set.
  • #1281[]: Add zap/exp/expfield package which contains helper methods Str and Strs for constructing String-like zap.Fields.
  • #1310[]: Reduce stack size on Any.

Thanks to @鈥媖night42, @鈥媎zakaammar, @鈥媌cspragu, and @鈥媟exywork for their contributions to this release.

#1246: uber-go/zap#1246 #1273: uber-go/zap#1273 #1281: uber-go/zap#1281 #1310: uber-go/zap#1310

Changelog

Sourced from go.uber.org/zap's changelog.

1.26.0 (14 Sep 2023)

Enhancements:

  • #1297[]: Add Dict as a Field.
  • #1319[]: Add WithLazy method to Logger which lazily evaluates the structured context.
  • #1350[]: String encoding is much (~50%) faster now.

Thanks to @鈥媓hk7734, @鈥媕quirke, and @鈥媍dvr1993 for their contributions to this release.

#1297: uber-go/zap#1297 #1319: uber-go/zap#1319 #1350: uber-go/zap#1350

1.25.0 (1 Aug 2023)

This release contains several improvements including performance, API additions, and two new experimental packages whose APIs are unstable and may change in the future.

Enhancements:

  • #1246[]: Add zap/exp/zapslog package for integration with slog.
  • #1273[]: Add Name to Logger which returns the Logger's name if one is set.
  • #1281[]: Add zap/exp/expfield package which contains helper methods Str and Strs for constructing String-like zap.Fields.
  • #1310[]: Reduce stack size on Any.

Thanks to @鈥媖night42, @鈥媎zakaammar, @鈥媌cspragu, and @鈥媟exywork for their contributions to this release.

#1246: uber-go/zap#1246 #1273: uber-go/zap#1273 #1281: uber-go/zap#1281 #1310: uber-go/zap#1310

Commits

Updates golang.org/x/sync from 0.2.0 to 0.3.0

Commits
  • 93782cc errgroup: use WithCancelCause to cancel context
  • 4966af6 singleflight: example for using Group
  • a6666c1 go.mod: upgrade to go 1.17
  • See full diff in compare view

Updates golang.org/x/net from 0.14.0 to 0.15.0

Commits
  • 2a0da8b go.mod: update golang.org/x dependencies
  • 97384c1 quic: remove streams from the conn when done
  • 03d5e62 http2: remove unused ClientConn.tconnClosed
  • b82f062 quic: include ignored frames in test log output
  • 7374d34 quic: don't block when closing read-only streams
  • b4d09be dns/dnsmessage: compress all names while appending to a buffer
  • 8b010a5 quic: fix race condition in runAsync test helper
  • fe2abcb quic: validate stream limits in transport params
  • d1b0a97 quic: avoid sending 1-RTT frames in initial/handshake packets
  • 4332436 quic: send more transport parameters
  • Additional commits viewable in compare view

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 other group with 8 updates:

| Package | From | To |
| --- | --- | --- |
| [github.com/aws/aws-sdk-go](https://github.com/aws/aws-sdk-go) | `1.44.209` | `1.45.12` |
| [github.com/google/uuid](https://github.com/google/uuid) | `1.3.0` | `1.3.1` |
| [github.com/samber/lo](https://github.com/samber/lo) | `1.37.0` | `1.38.1` |
| [github.com/spf13/viper](https://github.com/spf13/viper) | `1.15.0` | `1.16.0` |
| [github.com/vektah/gqlparser/v2](https://github.com/vektah/gqlparser) | `2.5.9` | `2.5.10` |
| [go.uber.org/zap](https://github.com/uber-go/zap) | `1.24.0` | `1.26.0` |
| [golang.org/x/sync](https://github.com/golang/sync) | `0.2.0` | `0.3.0` |
| [golang.org/x/net](https://github.com/golang/net) | `0.14.0` | `0.15.0` |


Updates `github.com/aws/aws-sdk-go` from 1.44.209 to 1.45.12
- [Release notes](https://github.com/aws/aws-sdk-go/releases)
- [Commits](aws/aws-sdk-go@v1.44.209...v1.45.12)

Updates `github.com/google/uuid` from 1.3.0 to 1.3.1
- [Release notes](https://github.com/google/uuid/releases)
- [Changelog](https://github.com/google/uuid/blob/master/CHANGELOG.md)
- [Commits](google/uuid@v1.3.0...v1.3.1)

Updates `github.com/samber/lo` from 1.37.0 to 1.38.1
- [Release notes](https://github.com/samber/lo/releases)
- [Changelog](https://github.com/samber/lo/blob/master/CHANGELOG.md)
- [Commits](samber/lo@v1.37.0...v1.38.1)

Updates `github.com/spf13/viper` from 1.15.0 to 1.16.0
- [Release notes](https://github.com/spf13/viper/releases)
- [Commits](spf13/viper@v1.15.0...v1.16.0)

Updates `github.com/vektah/gqlparser/v2` from 2.5.9 to 2.5.10
- [Release notes](https://github.com/vektah/gqlparser/releases)
- [Commits](vektah/gqlparser@v2.5.9...v2.5.10)

Updates `go.uber.org/zap` from 1.24.0 to 1.26.0
- [Release notes](https://github.com/uber-go/zap/releases)
- [Changelog](https://github.com/uber-go/zap/blob/master/CHANGELOG.md)
- [Commits](uber-go/zap@v1.24.0...v1.26.0)

Updates `golang.org/x/sync` from 0.2.0 to 0.3.0
- [Commits](golang/sync@v0.2.0...v0.3.0)

Updates `golang.org/x/net` from 0.14.0 to 0.15.0
- [Commits](golang/net@v0.14.0...v0.15.0)

---
updated-dependencies:
- dependency-name: github.com/aws/aws-sdk-go
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: other
- dependency-name: github.com/google/uuid
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: other
- dependency-name: github.com/samber/lo
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: other
- dependency-name: github.com/spf13/viper
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: other
- dependency-name: github.com/vektah/gqlparser/v2
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: other
- dependency-name: go.uber.org/zap
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: other
- dependency-name: golang.org/x/sync
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: other
- dependency-name: golang.org/x/net
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: other
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot requested a review from a team as a code owner September 19, 2023 12:18
@dependabot dependabot bot requested review from DylanSpOddball and removed request for a team September 19, 2023 12:18
@dependabot dependabot bot added dependencies Pull requests that update a dependency file go Pull requests that update Go code labels Sep 19, 2023
@dependabot dependabot bot requested a review from mynar7 September 19, 2023 12:18
@dependabot dependabot bot temporarily deployed to test September 19, 2023 12:18 Inactive
@ClayBenson94 ClayBenson94 requested review from ClayBenson94 and removed request for DylanSpOddball and mynar7 September 19, 2023 12:24
@ClayBenson94
Copy link
Collaborator

This can't be completed until #2188 is merged, as some of the package upgrades in this PR require Go 1.19

@ClayBenson94 ClayBenson94 temporarily deployed to test September 20, 2023 16:24 — with GitHub Actions Inactive
@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Sep 20, 2023

Looks like these dependencies are updatable in another way, so this is no longer needed.

@dependabot dependabot bot closed this Sep 20, 2023
@dependabot dependabot bot deleted the dependabot/go_modules/other-83c00b0779 branch September 20, 2023 16:25
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