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 production-dependencies group across 1 directory with 7 updates #213

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Sep 2, 2024

Bumps the production-dependencies group with 7 updates in the / directory:

Package From To
@fastify/cookie 9.3.1 9.4.0
@fastify/env 4.3.0 4.4.0
@graphql-tools/schema 10.0.4 10.0.6
fastify 4.28.0 4.28.1
graphql 16.8.2 16.9.0
@grpc/grpc-js 1.10.9 1.11.1
hyperid 3.2.0 3.3.0

Updates @fastify/cookie from 9.3.1 to 9.4.0

Release notes

Sourced from @​fastify/cookie's releases.

v9.4.0

What's Changed

New Contributors

Full Changelog: fastify/fastify-cookie@v9.3.1...v9.4.0

Commits

Updates @fastify/env from 4.3.0 to 4.4.0

Release notes

Sourced from @​fastify/env's releases.

v4.4.0

What's Changed

New Contributors

Full Changelog: fastify/fastify-env@v4.3.0...v4.4.0

Commits
  • 35f71f4 Bumped v4.4.0
  • 61367f4 feat: add generic function to retrieve the already typed object (#183)
  • 040f3e9 build(deps): bump env-schema from 5.2.1 to 6.0.0 (#184)
  • bd2252a build(deps-dev): bump tsd from 0.30.7 to 0.31.0 (#181)
  • 8de494c chore(.gitignore): add .tap/ dir (#179)
  • d9e0bd6 build(deps-dev): bump tsd from 0.29.0 to 0.30.0 (#178)
  • See full diff in compare view

Updates @graphql-tools/schema from 10.0.4 to 10.0.6

Changelog

Sourced from @​graphql-tools/schema's changelog.

10.0.6

Patch Changes

10.0.5

Patch Changes

  • b8bf584 Thanks @​ardatan! - Introduce `getDirectiveExtensions` and refactor directive handling in the extensions

  • Updated dependencies [b8bf584]:

    • @​graphql-tools/utils@​10.4.0
    • @​graphql-tools/merge@​9.0.5
Commits
  • 8b4f869 chore(release): update monorepo packages versions (#6448)
  • 0286437 enhance: directive extraction
  • e6ea454 chore(release): update monorepo packages versions (#6427)
  • b8bf584 feat: refactor directives in extensions impl
  • See full diff in compare view

Updates fastify from 4.28.0 to 4.28.1

Release notes

Sourced from fastify's releases.

v4.28.1

What's Changed

Full Changelog: fastify/fastify@v4.28.0...v4.28.1

Commits

Updates graphql from 16.8.2 to 16.9.0

Release notes

Sourced from graphql's releases.

v16.9.0 (2024-06-21)

New Feature 🚀

  • #4119 backport[v16]: Introduce "recommended" validation rules (@​benjie)
  • #4122 backport[v16]: Enable passing values configuration to GraphQLEnumType as a thunk (@​benjie)
  • #4124 backport[v16]: Implement OneOf Input Objects via @oneOf directive (@​benjie)

Committers: 1

Commits
  • 556a01e 16.9.0
  • 6a1614c backport[v16]: Enable passing values configuration to GraphQLEnumType as a th...
  • 29144f7 backport[v16]: Implement OneOf Input Objects via @oneOf directive (#4124)
  • c35130e Revert error extension symbol (#4123)
  • 29c1bff feat: allow defining symbol error extensions (#3730)
  • c985c27 backport[v16]: Introduce "recommended" validation rules (#4119)
  • See full diff in compare view

Updates @grpc/grpc-js from 1.10.9 to 1.11.1

Release notes

Sourced from @​grpc/grpc-js's releases.

@​grpc/grpc-js 1.11.1

  • Revert a change that used APIs that were not available in early minor versions of Node 14 (#2799 contributed by @​xqin)

@​grpc/grpc-js-xds 1.11.0

  • Add xDS Servers (#2783)
    • Note: this is primarily a foundation for future features. It doesn't actually do much right now.
  • Add support for dualstack socket support in xDS clients (#2665)

@​grpc/grpc-js 1.11.0

Changelog

  • Add Server connection injection API as described in gRFC L114 (#2675)
  • Implement support for an alternate DNS resolver that supports custom authorities (#2776 contributed by @​gkampitakis)
  • Add a channel option to configure retry attempt limits (#2795)
  • Add a getHost method to server call objects (#2783, #2793)
  • Fix typos and omissions in service config validation errors (#2782 contributed by @​matthewbinshtok)

Experimental API changes

Added:

  • splitHostPort
  • HostPort
  • createServerCredentialsWithInterceptors

@​grpc/grpc-js 1.10.11

  • Fix a bug that caused clients to reconnect unnecessarily while no requests are pending. (#2784)
  • Fix a bug that caused clients to fail to re-establish existing connections while waiting for DNS results (#2784)
  • Fix a bug that caused servers to sometimes not close idle connections depending on timing (#2790)
  • Fix a bug that caused calls to be pending indefinitely while unable to start after a channel is closed (#2791)

@​grpc/grpc-js 1.10.10

  • Various improvements to handling of keepalive timers (#2760 by @​davidfiala)
  • Fix a bug causing unary response client requests to hang when unexpectedly receiving multiple messages (#2772)
  • Fix a bug causing some requests to fail when making requests through a local proxy (#2746 contributed by @​mjameswh, backported in #2777)
  • Fix handling of URL-encoded user credentials in proxy configuration (#2761 contributed by @​brendan-myers, backported in #2777)
  • Fix missing client-side handling of the grpc.max_send_message_length channel option (#2779)
Commits
  • 43032b1 Merge pull request #2800 from murgatroid99/grpc-js_1.11.1
  • 2ecd53d grpc-js: Bump to 1.11.1
  • 4da4fdc Merge pull request #2799 from xqin/master
  • 996a637 support node v14 again
  • 87ea7ce Merge pull request #2797 from murgatroid99/grpc-js_1.11.0_real
  • 2ee8911 grpc-js: Bump packages to 1.11.0, and update documentation
  • 7e4c8f0 Merge pull request #2796 from murgatroid99/grpc-js_1.11.0
  • bf8e071 grpc-js: Bump packages to 1.11.0, and update documentation
  • e13d5e7 Merge pull request #2793 from murgatroid99/grpc-js_server_call_get_host
  • d60f516 Merge pull request #2795 from murgatroid99/grpc-js_retry_limit_option
  • Additional commits viewable in compare view

Updates hyperid from 3.2.0 to 3.3.0

Release notes

Sourced from hyperid's releases.

v3.3.0

What's Changed

New Contributors

Full Changelog: mcollina/hyperid@v3.2.0...v3.3.0

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 production-dependencies group with 7 updates in the / directory:

| Package | From | To |
| --- | --- | --- |
| [@fastify/cookie](https://github.com/fastify/fastify-cookie) | `9.3.1` | `9.4.0` |
| [@fastify/env](https://github.com/fastify/fastify-env) | `4.3.0` | `4.4.0` |
| [@graphql-tools/schema](https://github.com/ardatan/graphql-tools/tree/HEAD/packages/schema) | `10.0.4` | `10.0.6` |
| [fastify](https://github.com/fastify/fastify) | `4.28.0` | `4.28.1` |
| [graphql](https://github.com/graphql/graphql-js) | `16.8.2` | `16.9.0` |
| [@grpc/grpc-js](https://github.com/grpc/grpc-node) | `1.10.9` | `1.11.1` |
| [hyperid](https://github.com/mcollina/hyperid) | `3.2.0` | `3.3.0` |



Updates `@fastify/cookie` from 9.3.1 to 9.4.0
- [Release notes](https://github.com/fastify/fastify-cookie/releases)
- [Commits](fastify/fastify-cookie@v9.3.1...v9.4.0)

Updates `@fastify/env` from 4.3.0 to 4.4.0
- [Release notes](https://github.com/fastify/fastify-env/releases)
- [Commits](fastify/fastify-env@v4.3.0...v4.4.0)

Updates `@graphql-tools/schema` from 10.0.4 to 10.0.6
- [Release notes](https://github.com/ardatan/graphql-tools/releases)
- [Changelog](https://github.com/ardatan/graphql-tools/blob/master/packages/schema/CHANGELOG.md)
- [Commits](https://github.com/ardatan/graphql-tools/commits/@graphql-tools/schema@10.0.6/packages/schema)

Updates `fastify` from 4.28.0 to 4.28.1
- [Release notes](https://github.com/fastify/fastify/releases)
- [Commits](fastify/fastify@v4.28.0...v4.28.1)

Updates `graphql` from 16.8.2 to 16.9.0
- [Release notes](https://github.com/graphql/graphql-js/releases)
- [Commits](graphql/graphql-js@v16.8.2...v16.9.0)

Updates `@grpc/grpc-js` from 1.10.9 to 1.11.1
- [Release notes](https://github.com/grpc/grpc-node/releases)
- [Commits](https://github.com/grpc/grpc-node/compare/@grpc/grpc-js@1.10.9...@grpc/grpc-js@1.11.1)

Updates `hyperid` from 3.2.0 to 3.3.0
- [Release notes](https://github.com/mcollina/hyperid/releases)
- [Commits](mcollina/hyperid@v3.2.0...v3.3.0)

---
updated-dependencies:
- dependency-name: "@fastify/cookie"
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: production-dependencies
- dependency-name: "@fastify/env"
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: production-dependencies
- dependency-name: "@graphql-tools/schema"
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: production-dependencies
- dependency-name: fastify
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: production-dependencies
- dependency-name: graphql
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: production-dependencies
- dependency-name: "@grpc/grpc-js"
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: production-dependencies
- dependency-name: hyperid
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: production-dependencies
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Sep 2, 2024
Copy link
Contributor Author

dependabot bot commented on behalf of github Sep 9, 2024

Superseded by #215.

@dependabot dependabot bot closed this Sep 9, 2024
@dependabot dependabot bot deleted the dependabot/npm_and_yarn/production-dependencies-2ebd48692b branch September 9, 2024 17:45
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
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants