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

Update misc modules #357

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open

Update misc modules #357

wants to merge 1 commit into from

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Aug 22, 2024

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
cloud.google.com/go/firestore v1.16.0 -> v1.17.0 age adoption passing confidence
github.com/99designs/gqlgen v0.17.49 -> v0.17.62 age adoption passing confidence
github.com/vektah/gqlparser/v2 v2.5.16 -> v2.5.21 age adoption passing confidence
google.golang.org/api v0.192.0 -> v0.214.0 age adoption passing confidence

Release Notes

99designs/gqlgen (github.com/99designs/gqlgen)

v0.17.62

Compare Source

What's Changed

New Contributors

Full Changelog: 99designs/gqlgen@v0.17.61...v0.17.62

v0.17.61

Compare Source

What's Changed

New Contributors

Full Changelog: 99designs/gqlgen@v0.17.60...v0.17.61

v0.17.60

Compare Source

What's Changed

Full Changelog: 99designs/gqlgen@v0.17.59...v0.17.60

v0.17.59

Compare Source

What's Changed

Full Changelog: 99designs/gqlgen@v0.17.58...v0.17.59

v0.17.58

Compare Source

What's Changed

New Contributors

Full Changelog: 99designs/gqlgen@v0.17.57...v0.17.58

v0.17.57

Compare Source

What's Changed

New Contributors

Full Changelog: 99designs/gqlgen@v0.17.56...v0.17.57

v0.17.56

Compare Source

What's Changed

New Contributors

Full Changelog: 99designs/gqlgen@v0.17.55...v0.17.56

v0.17.55

Compare Source

What's Changed

New Contributors

Full Changelog: 99designs/gqlgen@v0.17.54...v0.17.55

v0.17.54

Compare Source

What's Changed

Full Changelog: 99designs/gqlgen@v0.17.53...v0.17.54

v0.17.53

Compare Source

What's Changed

Full Changelog: 99designs/gqlgen@v0.17.52...v0.17.53

v0.17.52

Compare Source

What's Changed

Full Changelog: 99designs/gqlgen@v0.17.51...v0.17.52

v0.17.51

Compare Source

What's Changed

Full Changelog: 99designs/gqlgen@v0.17.50...v0.17.51

v0.17.50

Compare Source

1855758d chore(deps): bump dset in /integration in the npm_and_yarn group (#​3268)

Bumps the npm_and_yarn group in /integration with 1 update: dset.

Updates dset from 3.1.3 to 3.1.4


updated-dependencies:

  • dependency-name: dset
    dependency-type: indirect
    dependency-group: npm_and_yarn
    ...
fda0539e Bump some more module versions (#​3262)
  • Bump some more module versions

  • Update aurora

  • Avoid upgrade to go 1.23

  • downgrade goquery to support pre-Go 1.23 for now

  • Downgrade moq to support pre-Go 1.23 as well


cf42b253 chore(deps): bump golang.org/x/text from 0.17.0 to 0.18.0 (#​3259)

Bumps golang.org/x/text from 0.17.0 to 0.18.0.


updated-dependencies:

  • dependency-name: golang.org/x/text
    dependency-type: direct:production
    update-type: version-update:semver-minor
    ...
b728c12f chore(deps): bump golang.org/x/text from 0.17.0 to 0.18.0 in /_examples (#​3256)

Bumps golang.org/x/text from 0.17.0 to 0.18.0.


updated-dependencies:

  • dependency-name: golang.org/x/text
    dependency-type: direct:production
    update-type: version-update:semver-minor
    ...
cba40a38 chore(deps-dev): bump vite from 5.4.2 to 5.4.3 in /integration (#​3257)

Bumps vite from 5.4.2 to 5.4.3.


updated-dependencies:

  • dependency-name: vite
    dependency-type: direct:development
    update-type: version-update:semver-patch
    ...
f7bee06f chore(deps-dev): bump [@​apollo](https://redirect.github.com/apollo)/client in /integration (#​3258)

updated-dependencies:
dependency-type: direct:development
update-type: version-update:semver-patch
...

81ac627d chore(deps): bump robherley/go-test-action from 0.4.1 to 0.5.0 (#​3255)

Bumps robherley/go-test-action from 0.4.1 to 0.5.0.


updated-dependencies:

  • dependency-name: robherley/go-test-action
    dependency-type: direct:production
    update-type: version-update:semver-minor
    ...
86ac6b36 internal/code: `Unalias` element of pointer (#​3250) (closes #​3247)

This reverts commit 4c4be0a.

  • code: Unalias element of pointer

  • chore: added comment

ab1781b1 codegen: Go 1.23 alias support (#​3246)
  • code: added Unalias for Go 1.22

  • codegen: Go 1.23 alias support

814f7c71 chore(deps): bump actions/upload-artifact from 4.3.6 to 4.4.0 (#​3235)

Bumps actions/upload-artifact from 4.3.6 to 4.4.0.


updated-dependencies:

  • dependency-name: actions/upload-artifact
    dependency-type: direct:production
    update-type: version-update:semver-minor
    ...
1cbbc120 chore(deps): bump github.com/rs/cors from 1.11.0 to 1.11.1 in /_examples (#​3236)

Bumps github.com/rs/cors from 1.11.0 to 1.11.1.


updated-dependencies:

  • dependency-name: github.com/rs/cors
    dependency-type: direct:production
    update-type: version-update:semver-patch
    ...
2da2ac36 chore(deps-dev): bump [@​apollo](https://redirect.github.com/apollo)/client in /integration (#​3237)

updated-dependencies:
dependency-type: direct:development
update-type: version-update:semver-patch
...

0b9bd5ee refactor: don't extract [@​goField](https://redirect.github.com/goField) twice (#​3234)

We already extract the values in config.Init(). Remove the duplicate logic in the modelgen plugin.

We leave the reference to GoFieldHook even though it's a noop since it's public. This makes this a non-breaking change. We will remove this during the next breaking release.

18378f90 feat: allow argument directives to be called even if the argument is null (#​3233) (closes #​3188)

The existing implementation assumes that if an input argument is null, you don't want to call the directive. This is a very constraining assumption — directives may want to not just mutate an argument but to actually outright set it.

This is a breaking change as argument directives now need to handle null input values. Added a new config switch:

call_argument_directives_with_nulls: bool

to control this new behavior.

  • Run go generate ./...
256794aa chore(deps-dev): bump vite from 5.4.0 to 5.4.2 in /integration (#​3229)

Bumps vite from 5.4.0 to 5.4.2.


updated-dependencies:

  • dependency-name: vite
    dependency-type: direct:development
    update-type: version-update:semver-patch
    ...
6acc182c Go 1.23 support (#​3226)
  • Added support for go 1.23

  • Added handling for *types.Alias

  • Updated golang ci lint to 1.60.2

  • Fixed lint issues and ignore SA1019 on generated test files

  • Update coverage.yml

  • Update fmt-and-generate.yml

  • Update integration.yml

  • Update lint.yml

  • Update test.yml


f6a82204 chore(deps): bump golang.org/x/tools from 0.23.0 to 0.24.0 (#​3219)
  • chore(deps): bump golang.org/x/tools from 0.23.0 to 0.24.0

Bumps golang.org/x/tools from 0.23.0 to 0.24.0.


updated-dependencies:

  • dependency-name: golang.org/x/tools
    dependency-type: direct:production
    update-type: version-update:semver-minor
    ...
  • _examples fixup

1849e124 chore(deps): bump golang.org/x/text from 0.16.0 to 0.17.0 (#​3218)

Bumps golang.org/x/text from 0.16.0 to 0.17.0.


updated-dependencies:

  • dependency-name: golang.org/x/text
    dependency-type: direct:production
    update-type: version-update:semver-minor
    ...
2f7772c9 [proposal] Add [@​concurrent](https://redirect.github.com/concurrent) directive for types (#​3203)
  • Issue 3202

  • Issue 3202

  • Issue 3202

  • Make optional concurrent for fields of objects

  • Make optional concurrent for fields of objects

3556475a Fix marshaling interfaces and union types (#​3211)
  • Fixed marshaling interfaces and union

  • Fixed marshaling interfaces and union

23abdc56 chore(deps): bump github.com/urfave/cli/v2 from 2.27.3 to 2.27.4 (#​3217)

Bumps github.com/urfave/cli/v2 from 2.27.3 to 2.27.4.


updated-dependencies:

  • dependency-name: github.com/urfave/cli/v2
    dependency-type: direct:production
    update-type: version-update:semver-patch
    ...
  • bbc354c Add local toolchain for matrix
3fe8329d chore(deps-dev): bump [@​apollo](https://redirect.github.com/apollo)/client in /integration (#​3215)

updated-dependencies:
dependency-type: direct:development
update-type: version-update:semver-patch
...

edca7992 chore(deps-dev): bump vite from 5.3.5 to 5.4.0 in /integration (#​3216)

Bumps vite from 5.3.5 to 5.4.0.


updated-dependencies:

  • dependency-name: vite
    dependency-type: direct:development
    update-type: version-update:semver-minor
    ...
f0b7ee3f chore(deps): bump actions/upload-artifact from 4.3.5 to 4.3.6 (#​3220)

Bumps actions/upload-artifact from 4.3.5 to 4.3.6.


updated-dependencies:

  • dependency-name: actions/upload-artifact
    dependency-type: direct:production
    update-type: version-update:semver-patch
    ...
719b7af3 chore(deps): bump golang.org/x/text from 0.16.0 to 0.17.0 in /_examples (#​3221)

Bumps golang.org/x/text from 0.16.0 to 0.17.0.


updated-dependencies:

  • dependency-name: golang.org/x/text
    dependency-type: direct:production
    update-type: version-update:semver-minor
    ...
d14fd791 chore(deps): bump actions/upload-artifact from 4.3.4 to 4.3.5 (#​3208)

Bumps actions/upload-artifact from 4.3.4 to 4.3.5.


updated-dependencies:

  • dependency-name: actions/upload-artifact
    dependency-type: direct:production
    update-type: version-update:semver-patch
    ...
564e2dc5 chore(deps): bump golangci/golangci-lint-action from 6.0.1 to 6.1.0 (#​3207)

Bumps golangci/golangci-lint-action from 6.0.1 to 6.1.0.


updated-dependencies:

  • dependency-name: golangci/golangci-lint-action
    dependency-type: direct:production
    update-type: version-update:semver-minor
    ...

</d


Configuration

📅 Schedule: Branch creation - "after 6am on thursday" (UTC), Automerge - At any time (no schedule defined).

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

Rebasing: Whenever PR is behind base branch, 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, check this box

This PR was generated by Mend Renovate. View the repository job log.

@renovate renovate bot requested a review from a team as a code owner August 22, 2024 06:17
@renovate renovate bot added dependencies Pull requests that update a dependency file renovate PR created by RenovateBot labels Aug 22, 2024
Copy link
Contributor Author

renovate bot commented Aug 22, 2024

ℹ Artifact update notice

File name: go.mod

In order to perform the update(s) described in the table above, Renovate ran the go get command, which resulted in the following additional change(s):

  • 25 additional dependencies were updated
  • The go directive was updated for compatibility reasons

Details:

Package Change
go 1.19 -> 1.23.4
cloud.google.com/go v0.115.0 -> v0.115.1
cloud.google.com/go/auth v0.8.1 -> v0.13.0
cloud.google.com/go/auth/oauth2adapt v0.2.3 -> v0.2.6
cloud.google.com/go/compute/metadata v0.5.0 -> v0.6.0
cloud.google.com/go/iam v1.1.12 -> v1.2.0
cloud.google.com/go/longrunning v0.5.11 -> v0.6.0
cloud.google.com/go/storage v1.41.0 -> v1.43.0
github.com/agnivade/levenshtein v1.1.1 -> v1.2.0
github.com/googleapis/enterprise-certificate-proxy v0.3.2 -> v0.3.4
github.com/googleapis/gax-go/v2 v2.13.0 -> v2.14.0
go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc v0.49.0 -> v0.54.0
go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp v0.49.0 -> v0.54.0
go.opentelemetry.io/otel v1.24.0 -> v1.29.0
go.opentelemetry.io/otel/metric v1.24.0 -> v1.29.0
go.opentelemetry.io/otel/trace v1.24.0 -> v1.29.0
golang.org/x/mod v0.18.0 -> v0.20.0
golang.org/x/net v0.27.0 -> v0.33.0
golang.org/x/oauth2 v0.22.0 -> v0.24.0
golang.org/x/time v0.6.0 -> v0.8.0
golang.org/x/tools v0.22.0 -> v0.24.0
google.golang.org/genproto v0.0.0-20240730163845-b1a4ccb954bf -> v0.0.0-20240903143218-8af14fe29dc1
google.golang.org/genproto/googleapis/api v0.0.0-20240725223205-93522f1f2a9f -> v0.0.0-20241104194629-dd2ea8efbc28
google.golang.org/genproto/googleapis/rpc v0.0.0-20240730163845-b1a4ccb954bf -> v0.0.0-20241209162323-e6fa225c2576
google.golang.org/grpc v1.64.1 -> v1.67.1
google.golang.org/protobuf v1.34.2 -> v1.36.1

@renovate renovate bot force-pushed the renovate/misc-modules branch from ae978ee to 70079ee Compare August 22, 2024 17:16
@renovate renovate bot changed the title Update module google.golang.org/api to v0.193.0 Update module google.golang.org/api to v0.194.0 Aug 22, 2024
@renovate renovate bot force-pushed the renovate/misc-modules branch from 70079ee to 89e48f2 Compare August 23, 2024 18:12
@renovate renovate bot changed the title Update module google.golang.org/api to v0.194.0 Update misc modules Aug 23, 2024
@renovate renovate bot force-pushed the renovate/misc-modules branch 2 times, most recently from a7484cc to b97c350 Compare August 28, 2024 19:07
@renovate renovate bot force-pushed the renovate/misc-modules branch 3 times, most recently from 0d90b42 to 593a007 Compare September 5, 2024 20:19
@renovate renovate bot force-pushed the renovate/misc-modules branch 6 times, most recently from 0855522 to aefabab Compare September 17, 2024 16:17
@renovate renovate bot force-pushed the renovate/misc-modules branch 3 times, most recently from 13cd4df to f4e0e7f Compare September 24, 2024 09:42
@renovate renovate bot requested a review from a team as a code owner September 24, 2024 09:42
@renovate renovate bot force-pushed the renovate/misc-modules branch 2 times, most recently from 8b1a57f to 7bb2d4c Compare September 26, 2024 22:46
@renovate renovate bot force-pushed the renovate/misc-modules branch 4 times, most recently from dd5dea0 to 5de1476 Compare October 9, 2024 22:22
@renovate renovate bot force-pushed the renovate/misc-modules branch from 5de1476 to 373f0f5 Compare October 14, 2024 19:29
@renovate renovate bot force-pushed the renovate/misc-modules branch 5 times, most recently from b23bc7e to 7fcccce Compare November 26, 2024 16:51
@renovate renovate bot force-pushed the renovate/misc-modules branch 6 times, most recently from b2d462c to 8822ea6 Compare December 10, 2024 21:58
@renovate renovate bot force-pushed the renovate/misc-modules branch 12 times, most recently from e997de5 to c24b54c Compare December 20, 2024 03:24
@renovate renovate bot force-pushed the renovate/misc-modules branch 4 times, most recently from c0a989f to ef47aa5 Compare January 1, 2025 07:16
@renovate renovate bot force-pushed the renovate/misc-modules branch from ef47aa5 to d05550b Compare January 3, 2025 03:11
@renovate renovate bot force-pushed the renovate/misc-modules branch from d05550b to cf2cdb2 Compare January 3, 2025 06:37
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 renovate PR created by RenovateBot
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants