Skip to content
This repository has been archived by the owner on Aug 16, 2022. It is now read-only.

chore: update dependencies #117

Merged
merged 3 commits into from
Mar 7, 2022
Merged

chore: update dependencies #117

merged 3 commits into from
Mar 7, 2022

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Feb 21, 2022

WhiteSource Renovate

This PR contains the following updates:

Package Type Update Change
cloud.google.com/go/storage require minor v1.20.0 -> v1.21.0
github.com/99designs/gqlgen require minor v0.16.0 -> v0.17.1
github.com/labstack/echo/v4 require minor v4.6.3 -> v4.7.0
github.com/ravilushqa/otelgqlgen require minor v0.4.1 -> v0.5.1
github.com/vektah/gqlparser/v2 require minor v2.3.1 -> v2.4.1
go.mongodb.org/mongo-driver require patch v1.8.3 -> v1.8.4
go.opentelemetry.io/otel require patch v1.4.0 -> v1.4.1
go.opentelemetry.io/otel/sdk require patch v1.4.0 -> v1.4.1
google.golang.org/api require minor v0.68.0 -> v0.70.0

Release Notes

99designs/gqlgen

v0.17.1

Compare Source

9f520a28 Update golangci-lint and fix resource leak (#​2024)
  • Fix golangci-lint in CI

  • Fix resource leak

v0.17.0

Compare Source

082bbff6 Revert "Update quickstart (#​1850](https://togithub.com/99designs/gqlgen/issues/1850))" ([#​2014)

This reverts commit 0ab6361.

45e192ea Clean up docs to clarify how to use a particular version (#​2015) (closes #​1851)

This reverts commit 57a148f.

  • Update getting-started.md

  • Update getting-started.md

5236fb09 fix introspection for description to be nullable (#​2008)
  • fixed introspection for description to be nullable

  • regenerated for integration

  • regenerated

  • fixed introspection package

  • regenerated

82fefdb5 support to generate model for intermediate interface (#​1982)
  • support to generate model for intermediate interface

  • go generate ./... in example

  • fixed filepath generation

3ec83635 Bump ajv from 6.10.2 to 6.12.6 in /integration (#​2007)

Bumps ajv from 6.10.2 to 6.12.6.


updated-dependencies:

  • dependency-name: ajv
    dependency-type: indirect
    ...
9546de2c Web Socket initialization message timeout (#​2006)
  • Added an optional timeout to the web socket initialization message read operation.

  • Added a fail message to a web socket init read timeout test.

f6ea6230 fixed introspection for schema description and specifiedByhttps://github.com/99designs/gqlgen (#​1986)
  • fixed introspection for schema description and specifiedByURL

  • updated to the master latest

  • fixed Description resolver

  • updated integration go file

  • fixed codegen tests for the latest gqlparser

  • updated go mod in example

  • go generate

  • skip specifiedBy

  • regenerate

  • fixed schema-expected.graphql for the latest

  • fixed integration test to use latest tools

  • fixed integration workflow

  • use v2.4.0

  • fixed sum

ffa857ef Websocket i/o timeout fix (#​1973)
  • Renamed "pingMesageType" to "pingMessageType" and refactored websocket_graphqlws.go to look more like websocket_graphql_transport_ws.go for the sake of consistency.

  • Made the keep-alive messages graphql-ws only, and the ping-pong messages graphql-transport-ws only (and added tests for it).

  • gofmt

d7da5b0d Merge pull request #​1958 from 99designs/cleanup-main

Cleanup main

42f32432 Merge pull request #​1957 from 99designs/move-init-ci

Upate init CI step

213a085b rename "example" dir to "_examples" (#​1734)
  • rename "example" dir to "_examples"

  • fix lint

  • Adjust permissions

9262b358 fix: typo in dataloader code sample (#​1954)
  • fix: typo in dataloader code sample

  • rename k to key for sample to compile

06bbca37 docs: migrate dataloaders sample to graph-gophers/dataloader (#​1871)
  • docs: add dataloader sample

  • finish example

  • add example

  • simplify method

  • replace old example

  • styling

  • Update docs/content/reference/dataloaders.md

  • Update docs/content/reference/dataloaders.md

  • Update docs/content/reference/dataloaders.md

  • Update docs/content/reference/dataloaders.md

f9fcfa16 Comment out autobind in the sample config file (#​1872)

The reason is that many people using it for the first time copy exactly that configuration example and then open the issues to say it doesn't work.

76a533b8 Bump gopkg.in/yaml.v2 from 2.2.4 to 2.2.8 (#​1858)
  • Bump gopkg.in/yaml.v2 from 2.2.4 to 2.2.8

Bumps gopkg.in/yaml.v2 from 2.2.4 to 2.2.8.


updated-dependencies:

  • dependency-name: gopkg.in/yaml.v2
    dependency-type: direct:production
    ...
  • Update go sum for example
eed4301c Bump node-fetch from 2.6.1 to 2.6.7 in /integration (#​1859)

Bumps node-fetch from 2.6.1 to 2.6.7.


updated-dependencies:

  • dependency-name: node-fetch
    dependency-type: direct:development
    ...
57a148f6 Remove outdated version reference so example is always for latest (#​1851)
  • Also update version reference to next

  • Update getting-started.md

a8eba26d Fix #​1777](https://togithub.com/99designs/gqlgen/issues/1777) by updating version constant and adding release checklist ([#​1848)
  • Revise to use script 🤦
labstack/echo

v4.7.0

Compare Source

Enhancements

  • Add JWT, KeyAuth, CSRF multivalue extractors #​2060
  • Add LogErrorFunc to recover middleware #​2072
  • Add support for HEAD method query params binding #​2027
  • Improve filesystem support with echo.FileFS, echo.StaticFS, group.FileFS, group.StaticFS #​2064

Fixes

General

  • Add cache-control and connection headers #​2103
  • Add Retry-After header constant #​2078
  • Upgrade go directive in go.mod to 1.17 #​2049
  • Add Pagoda #​2077 and Souin #​2069 to 3rd-party middlewares in README
ravilushqa/otelgqlgen

v0.5.1

Compare Source

What's Changed

Full Changelog: ravilushqa/otelgqlgen@v0.5.0...v0.5.1

v0.5.0

Compare Source

What's Changed

Full Changelog: ravilushqa/otelgqlgen@v0.4.1...v0.5.0

vektah/gqlparser

v2.4.1

Compare Source

What's Changed

Full Changelog: vektah/gqlparser@v2.4.0...v2.4.1

v2.4.0

Compare Source

What's Changed

New Contributors

Full Changelog: vektah/gqlparser@v2.3.1...v2.4.0

mongodb/mongo-go-driver

v1.8.4

Compare Source

The MongoDB Go driver team is pleased to release version 1.8.4 of the official Go driver.

This release resolves a bug that prevented an empty readPreferenceTags value in a connection string from acting as a "fail-safe" read preference tag that matches any eligible member (see documentation here).

Documentation can be found on pkg.go.dev and the MongoDB documentation site. BSON library documentation is also available on pkg.go.dev. Questions and inquiries can be asked on the MongoDB Developer Community. Bugs can be reported in the Go Driver Jira where a list of current issues can be found.

Release Notes

For a full list of tickets included in this release, please see the links below:

open-telemetry/opentelemetry-go

v1.4.1

Compare Source

Fixed
  • Fix race condition in reading the dropped spans number for the BatchSpanProcessor. (#​2615)
googleapis/google-api-go-client

v0.70.0

Compare Source

Features

v0.69.0

Compare Source

Features
Bug Fixes

Configuration

📅 Schedule: "before 3am on Monday" (UTC).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.


  • If you want to rebase/retry this PR, click this checkbox.

This PR has been generated by WhiteSource Renovate. View repository job log here.

@renovate renovate bot force-pushed the renovate/github-actions branch from 6a970c2 to 3daf623 Compare February 22, 2022 08:52
@renovate renovate bot requested a review from rot1024 as a code owner February 22, 2022 08:52
@codecov
Copy link

codecov bot commented Feb 22, 2022

Codecov Report

Merging #117 (75bfd61) into main (496099c) will not change coverage.
The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff           @@
##             main     #117   +/-   ##
=======================================
  Coverage   36.54%   36.54%           
=======================================
  Files         301      301           
  Lines       27239    27239           
=======================================
  Hits         9955     9955           
  Misses      16359    16359           
  Partials      925      925           

@renovate renovate bot force-pushed the renovate/github-actions branch 4 times, most recently from b20e9c0 to c96582e Compare February 28, 2022 18:02
@renovate renovate bot force-pushed the renovate/github-actions branch from c96582e to b67db3e Compare March 2, 2022 03:14
@renovate
Copy link
Contributor Author

renovate bot commented Mar 2, 2022

⚠ Artifact update problem

Renovate failed to update an artifact related to this branch. You probably do not want to merge this PR as-is.

♻ Renovate will retry this branch, including artifacts, only when one of the following happens:

  • any of the package files in this branch needs updating, or
  • the branch becomes conflicted, or
  • you click the rebase/retry checkbox if found above, or
  • you rename this PR's title to start with "rebase!" to trigger it manually

The artifact failure details are included below:

File name: go.sum
Command failed: docker run --rm --name=renovate_go --label=renovate_child -v "/mnt/renovate/gh/reearth/reearth-backend":"/mnt/renovate/gh/reearth/reearth-backend" -v "/tmp/renovate-cache":"/tmp/renovate-cache" -e GOPATH -e GOPROXY -e GOFLAGS -e CGO_ENABLED -e GIT_CONFIG_KEY_0 -e GIT_CONFIG_VALUE_0 -e GIT_CONFIG_KEY_1 -e GIT_CONFIG_VALUE_1 -e GIT_CONFIG_KEY_2 -e GIT_CONFIG_VALUE_2 -e GIT_CONFIG_COUNT -e GIT_CONFIG_KEY_3 -e GIT_CONFIG_VALUE_3 -e GIT_CONFIG_KEY_4 -e GIT_CONFIG_VALUE_4 -e GIT_CONFIG_KEY_5 -e GIT_CONFIG_VALUE_5 -w "/mnt/renovate/gh/reearth/reearth-backend" docker.io/renovate/go:1.17.7 bash -l -c "go get -d -t ./... && go mod tidy && go mod tidy"
go: downloading github.com/99designs/gqlgen v0.17.1
go: downloading github.com/idubinskiy/schematyper v0.0.0-20190118213059-f71b40dac30d
go: downloading github.com/vektah/dataloaden v0.3.0
go: downloading github.com/vektah/gqlparser/v2 v2.4.1
go: downloading golang.org/x/text v0.3.7
go: downloading github.com/stretchr/testify v1.7.0
go: downloading cloud.google.com/go/profiler v0.2.0
go: downloading cloud.google.com/go v0.100.2
go: downloading github.com/GoogleCloudPlatform/opentelemetry-operations-go/exporter/trace v1.3.0
go: downloading github.com/auth0/go-jwt-middleware v1.0.1
go: downloading github.com/form3tech-oss/jwt-go v3.2.5+incompatible
go: downloading github.com/joho/godotenv v1.4.0
go: downloading github.com/kelseyhightower/envconfig v1.4.0
go: downloading github.com/labstack/echo/v4 v4.7.0
go: downloading github.com/labstack/gommon v0.3.1
go: downloading github.com/ravilushqa/otelgqlgen v0.5.1
go: downloading github.com/sirupsen/logrus v1.8.1
go: downloading github.com/spf13/afero v1.8.1
go: downloading github.com/uber/jaeger-client-go v2.30.0+incompatible
go: downloading github.com/uber/jaeger-lib v2.4.1+incompatible
go: downloading go.mongodb.org/mongo-driver v1.8.4
go: downloading go.opentelemetry.io/contrib/instrumentation/github.com/labstack/echo/otelecho v0.29.0
go: downloading go.opentelemetry.io/contrib v1.4.0
go: downloading go.opentelemetry.io/contrib/instrumentation/go.mongodb.org/mongo-driver/mongo/otelmongo v0.29.0
go: downloading go.opentelemetry.io/otel v1.4.1
go: downloading go.opentelemetry.io/otel/sdk v1.4.1
go: downloading github.com/kennygrant/sanitize v1.2.4
go: downloading cloud.google.com/go/storage v1.21.0
go: downloading google.golang.org/api v0.70.0
go: downloading github.com/jarcoal/httpmock v1.1.0
go: downloading gopkg.in/h2non/gock.v1 v1.1.2
go: downloading github.com/google/uuid v1.3.0
go: downloading github.com/square/mongo-lock v0.0.0-20201208161834-4db518ed7fb2
go: downloading github.com/blang/semver v3.5.1+incompatible
go: downloading github.com/oklog/ulid v1.3.1
go: downloading github.com/paulmach/go.geojson v1.4.0
go: downloading github.com/twpayne/go-kml v1.5.2
go: downloading gopkg.in/go-playground/colors.v1 v1.2.0
go: downloading github.com/jonas-p/go-shp v0.1.1
go: downloading github.com/goccy/go-yaml v1.9.5
go: downloading github.com/mitchellh/mapstructure v1.4.3
go: downloading github.com/pkg/errors v0.9.1
go: downloading github.com/iancoleman/strcase v0.2.0
go: downloading golang.org/x/tools v0.1.9
go: downloading github.com/gedex/inflector v0.0.0-20170307190818-16278e9db813
go: downloading gopkg.in/alecthomas/kingpin.v2 v2.2.6
go: downloading github.com/davecgh/go-spew v1.1.1
go: downloading github.com/pmezard/go-difflib v1.0.0
go: downloading gopkg.in/yaml.v3 v3.0.0-20210107192922-496545a6307b
go: downloading cloud.google.com/go/compute v1.3.0
go: downloading github.com/golang/protobuf v1.5.2
go: downloading github.com/google/pprof v0.0.0-20220113144219-d25a53d42d00
go: downloading github.com/googleapis/gax-go/v2 v2.1.1
go: downloading google.golang.org/genproto v0.0.0-20220218161850-94dd64e39d7c
go: downloading google.golang.org/grpc v1.44.0
go: downloading github.com/hashicorp/golang-lru v0.5.4
go: downloading cloud.google.com/go/trace v1.0.0
go: downloading go.opentelemetry.io/otel/trace v1.4.1
go: downloading golang.org/x/oauth2 v0.0.0-20211104180415-d3ed0bb246c8
go: downloading golang.org/x/crypto v0.0.0-20211108221036-ceb1ce70b4fa
go: downloading golang.org/x/net v0.0.0-20220127200216-cd36cc0744dd
go: downloading github.com/golang-jwt/jwt v3.2.2+incompatible
go: downloading github.com/valyala/fasttemplate v1.2.1
go: downloading golang.org/x/time v0.0.0-20210220033141-f8bda1e9f3ba
go: downloading github.com/mattn/go-colorable v0.1.11
go: downloading github.com/mattn/go-isatty v0.0.14
go: downloading golang.org/x/sys v0.0.0-20220209214540-3681064d5158
go: downloading github.com/opentracing/opentracing-go v1.2.0
go: downloading go.uber.org/atomic v1.7.0
go: downloading github.com/youmark/pkcs8 v0.0.0-20181117223130-1be2e3e5546d
go: downloading github.com/go-logr/logr v1.2.2
go: downloading cloud.google.com/go/iam v0.1.1
go: downloading golang.org/x/xerrors v0.0.0-20200804184101-5ec99f83aff1
go: downloading google.golang.org/protobuf v1.27.1
go: downloading github.com/h2non/parth v0.0.0-20190131123155-b4df798d6542
go: downloading github.com/alecthomas/template v0.0.0-20190718012654-fb15b899a751
go: downloading github.com/alecthomas/units v0.0.0-20210927113745-59d0afb8317a
go: downloading github.com/agnivade/levenshtein v1.1.1
go: downloading go.opencensus.io v0.23.0
go: downloading google.golang.org/appengine v1.6.7
go: downloading github.com/gorilla/websocket v1.4.2
go: downloading github.com/valyala/bytebufferpool v1.0.0
go: downloading github.com/go-stack/stack v1.8.0
go: downloading github.com/golang/snappy v0.0.3
go: downloading github.com/klauspost/compress v1.13.6
go: downloading github.com/xdg-go/scram v1.0.2
go: downloading github.com/xdg-go/stringprep v1.0.2
go: downloading golang.org/x/sync v0.0.0-20210220032951-036812b2e83c
go: downloading github.com/go-logr/stdr v1.2.2
go: downloading github.com/fatih/color v1.12.0
go: downloading golang.org/x/mod v0.5.1
go: downloading github.com/google/go-cmp v0.5.7
go: downloading github.com/xdg-go/pbkdf2 v1.0.0
go: downloading github.com/golang/groupcache v0.0.0-20210331224755-41bb18bfe9da
go get: upgraded cloud.google.com/go/compute v1.2.0 => v1.3.0
go get: upgraded go.opentelemetry.io/contrib v1.3.0 => v1.4.0
go get: upgraded go.opentelemetry.io/otel/trace v1.4.0 => v1.4.1
go get: upgraded golang.org/x/sys v0.0.0-20220207234003-57398862261d => v0.0.0-20220209214540-3681064d5158
go get: upgraded google.golang.org/genproto v0.0.0-20220207185906-7721543eae58 => v0.0.0-20220218161850-94dd64e39d7c
go: downloading github.com/andreyvit/diff v0.0.0-20170406064948-c7f18ee00883
go: downloading github.com/golang/mock v1.6.0
go: downloading github.com/googleinterns/cloud-operations-api-mock v0.0.0-20200709193332-a1e58c29bdd3
go: downloading go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp v0.26.0
go: downloading github.com/gorilla/mux v1.7.4
go: downloading github.com/smartystreets/goconvey v1.6.4
go: downloading github.com/urfave/negroni v1.0.0
go: downloading go.opentelemetry.io/contrib/propagators/b3 v1.4.0
go: downloading github.com/nbio/st v0.0.0-20140626010706-e9e8d9816f32
go: downloading github.com/go-test/deep v1.0.1
go: downloading github.com/tidwall/pretty v1.0.1
go: downloading github.com/go-playground/validator/v10 v10.4.1
go: downloading gopkg.in/yaml.v2 v2.4.0
go: downloading github.com/sergi/go-diff v1.1.0
go: downloading gopkg.in/check.v1 v1.0.0-20200227125254-8fa46927fb4f
go: downloading github.com/felixge/httpsnoop v1.0.2
go: downloading go.opentelemetry.io/otel/metric v0.24.0
go: downloading github.com/jtolds/gls v4.20.0+incompatible
go: downloading github.com/smartystreets/assertions v1.1.1
go: downloading github.com/HdrHistogram/hdrhistogram-go v1.0.1
go: downloading github.com/go-playground/universal-translator v0.17.0
go: downloading github.com/leodido/go-urn v1.2.0
go: downloading github.com/arbovm/levenshtein v0.0.0-20160628152529-48b4e1c0c4d0
go: downloading github.com/dgryski/trifles v0.0.0-20200705224438-cafc02a1ee2b
go: downloading github.com/niemeyer/pretty v0.0.0-20200227124842-a10e7caefd8e
go: downloading go.opentelemetry.io/otel/internal/metric v0.24.0
go: downloading github.com/gopherjs/gopherjs v0.0.0-20200217142428-fce0ec30dd00
go: downloading github.com/stretchr/objx v0.2.0
go: downloading github.com/google/martian/v3 v3.2.1
go: downloading github.com/google/martian v2.1.0+incompatible
go: downloading github.com/go-playground/locales v0.13.0
go: downloading github.com/kr/text v0.2.0
go: finding module for package github.com/99designs/gqlgen/cmd
github.com/reearth/reearth-backend imports
	github.com/99designs/gqlgen/cmd: module github.com/99designs/gqlgen@latest found (v0.17.1), but does not contain package github.com/99designs/gqlgen/cmd

@renovate renovate bot force-pushed the renovate/github-actions branch 2 times, most recently from 6de3c29 to 0b28f4f Compare March 3, 2022 00:24
@renovate renovate bot force-pushed the renovate/github-actions branch from 0b28f4f to e10d771 Compare March 3, 2022 21:09
@yk-eukarya yk-eukarya changed the title ci: update github actions dependencies ci: update dependencies Mar 4, 2022
@yk-eukarya yk-eukarya closed this Mar 4, 2022
@yk-eukarya yk-eukarya deleted the renovate/github-actions branch March 4, 2022 07:25
@yk-eukarya yk-eukarya restored the renovate/github-actions branch March 4, 2022 07:28
@yk-eukarya yk-eukarya reopened this Mar 4, 2022
@yk-eukarya yk-eukarya self-assigned this Mar 4, 2022
@rot1024 rot1024 changed the title ci: update dependencies chore: update dependencies Mar 7, 2022
@rot1024 rot1024 merged commit d1a38e2 into main Mar 7, 2022
@rot1024 rot1024 deleted the renovate/github-actions branch March 7, 2022 07:22
@yk-eukarya yk-eukarya changed the title chore: update dependencies chore: update dependencies Apr 6, 2022
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants