Update all non-major dependencies #33
Open
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
4.11.3->4.12.22.10.0->2.12.00.49.1->0.52.1^0.49.0->^0.52.01.13.5->1.16.51.2.26->1.2.321.5.2->1.5.10^0.18.0->^0.20.08.2.5->8.2.622.14.0->22.19.00.10.5->0.10.120.10.3->0.10.151.13.5->1.16.510.4.17->10.4.1916.10.0->16.12.016.10.0->16.12.016.10.0->16.12.05.13.2->5.16.21.68.0->1.74.022.14.0-slim->22.21.1-slim4.19.3->4.20.65.8.3->5.9.3Release Notes
apollographql/apollo-server (@apollo/server)
v4.12.2Compare Source
(No change; there is a change to the
@apollo/server-integration-testsuiteused to test integrations, and the two packages always have matching versions.)v4.12.1Compare Source
Patch Changes
41f98d4Thanks @glasser! - Update README.md to recommend Express v5 integration now that Express v5 is released.v4.12.0Compare Source
Minor Changes
89e3f84Thanks @clenfest! - Adds a new graphql-js validation rule to reject operations that recursively request selections above a specified maximum, which is disabled by default. Use configuration optionmaxRecursiveSelections=trueto enable with a maximum of 10,000,000, ormaxRecursiveSelections=<number>for a custom maximum. Enabling this validation can help avoid performance issues with configured validation rules or plugins.Patch Changes
2550d9fThanks @slagiewka! - Add return after sending 400 response in doubly escaped JSON parser middlewareapollographql/federation (@apollo/subgraph)
v2.12.0Compare Source
Minor Changes
Patch Changes
When a
GraphQLScalarTyperesolver is provided tobuildSubgraphSchema(), omitted configuration options in theGraphQLScalarTypeno longer cause the corresponding properties in the GraphQL document/AST to be cleared. To explicitly clear these properties, usenullfor the configuration option instead. (#3287)Updated dependencies [
3e2b0a8569a9fe46726182887ed0b4bfc0b52468,bb4614d338ae03bac51a5fc2439590f172c4e54d,99f2da21de88f9ad9a32ee7ed64b2d4a92887b40,468f27842608f4e390cfc88bc7e6b4b0945f95ff,3fd5157b309f1d3439b2d87c67b0601fb246d04c,b734ea04d118db09cf6077fdd968c8f04a96327a,4bda3a498eba36e187dfd9ae673eca12d3f3502c,e7e67579908d5cd2fa6fe558228dffe4808cd98d,faea2d1174d80593264f2227cfde9a2ba1a59b96,97b9d2edfcfeed99124f9e115f992cbef3804682,f6af504f1ba8283fd00af0d6e3c9c1a665d62736,a595235d3cf8f67611efd8395332b64d067b5f1f]:v2.11.4Compare Source
Patch Changes
d221ac04c3ee00a3c7a671d9d56e2cfa36943b49,7730c03e128be6754b9e40c086d5cb5c4685ac66,4bda3a498eba36e187dfd9ae673eca12d3f3502c,6adbf7e86927de969aedab665b6a3a8dbf3a6095,2a20dc38dfc40e0b618d5cc826f18a19ddb91aff]:v2.11.3Compare Source
Patch Changes
When a
GraphQLScalarTyperesolver is provided tobuildSubgraphSchema(), omitted configuration options in theGraphQLScalarTypeno longer cause the corresponding properties in the GraphQL document/AST to be cleared. To explicitly clear these properties, usenullfor the configuration option instead. (#3285) (#3285)Updated dependencies [
8c7a2cd655ad3060e9f5c3b106cfbdb59251701c]:v2.11.2Compare Source
Patch Changes
Revert change to @composeDirective definition to specify nullable argument value. (#3283)
We cannot fix the definition as that would break customers using older versions of
subgraph-js. Our validations are already verifying that the values are specified.Updated dependencies [
28c08bef6e691aefc6ed07c0e7057f9cd803b317]:v2.11.1Compare Source
Patch Changes
7799ad1717becf15fb0e82f89619f2ec8a24b4d4,b26794c5724ef23d1f0fd45a40aee3d301557489]:v2.11.0Compare Source
Minor Changes
Patch Changes
1462c91879d41884c0a7e60551d8dd0d67c832d3,9614b26e5a17cbf1f6aaf08f6fcb1c95eb12592d]:v2.10.3Compare Source
Patch Changes
2b88aec38d5bacb6ec815d885fdac47ef415124a,18a9cfaf533602bb37fdf22962539ce0eae948c8,9c0aaa0874c98ae8ce0cc38cad7f6f25d2c29635,f94e7b35c43ed64c67ff25c7aeb86ec0dd73370a]:v2.10.2Compare Source
Patch Changes
v2.10.1Compare Source
Patch Changes
97d81b79c3da10175bdf92c2209039efe352de79]:graphql-hive/platform (@graphql-hive/cli)
v0.52.1Compare Source
Patch Changes
543de17Thanks @adambenhassen! -
schema:check --forceSafenowproperly approves breaking schema changes in Hive (requires write permission registry token)
v0.52.0Compare Source
Minor Changes
caebbe0Thanks @jdolle! - add schemaVersionByCommit; update docs and cli; fix
webhook commit reference
v0.51.0Compare Source
Minor Changes
2cbdcedThanks @XiNiHa! - add
hive app:retirecommand for retiring an appdeployment
v0.50.5Compare Source
Patch Changes
8c49615Thanks @jdolle! - Add progress log to app:create
v0.50.4Compare Source
Patch Changes
49187c9Thanks @jdolle! - fix fallback when hive.json is used but does not
provide the requested value
v0.50.3Compare Source
Patch Changes
[
8d56b98]:v0.50.2Compare Source
Patch Changes
#6845
114e7bcThanks @n1ru4l! - Update
@theguild/federation-compositionto0.19.0Increases federation composition compatibility.
@requireswith union field selection setIMPLEMENTED_BY_INACCESSIBLEerror for inaccessible object fields wherethe object type is inaccessible.
@providesfragment selection sets on union type fields.object type and interface definitions across subgraphs.
@inaccessibledoes not fail the composition if allusages are not marked with
@inaccessible.v0.50.1Compare Source
Patch Changes
[
bbd5643]:v0.50.0Compare Source
Minor Changes
#6658
e6a970fThanks @n1ru4l! - Internal adjustments for using non-deprecated API
fields.
#6626
2056307Thanks @jdolle! - Show dangerous changes as a separate list in
schema:check
#6662
2b220a5Thanks @n1ru4l! - Support federation composition validation for
IMPLEMENTED_BY_INACCESSIBLE.#6675
ed66171Thanks @kamilkisiela! - Updates the
@theguild/federation-compositiontov0.18.1that includes the following changes:@override(label: "<value>"))@composeDirectiveon a built-in scalar (like@oneOf)600ms)
@shareablePatch Changes
#6768
5ee3a2eThanks @jdolle! - Correct error exit codes
Updated dependencies
[
5130fc1]:graphql-hive/gateway (@graphql-hive/gateway)
v1.16.5Compare Source
Patch Changes
#1428
5660dabThanks @enisdenjo! - Resolve to latest @envelop/core that includes instrumentation changesUpdated dependencies [
5660dab]:v1.16.4Compare Source
Patch Changes
#1408
5aefad2Thanks @enisdenjo! - dependencies updates:@graphql-mesh/cache-cfw-kv@^0.105.8↗︎ (from^0.105.7, independencies)@graphql-mesh/cache-localforage@^0.105.9↗︎ (from^0.105.8, independencies)@graphql-mesh/cache-redis@^0.104.8↗︎ (from^0.104.7, independencies)@graphql-mesh/cache-upstash-redis@^0.1.8↗︎ (from^0.1.7, independencies)@graphql-mesh/types@^0.104.8↗︎ (from^0.104.7, independencies)@graphql-mesh/utils@^0.104.8↗︎ (from^0.104.7, independencies)#1424
fe9b42fThanks @enisdenjo! - dependencies updates:@graphql-mesh/utils@^0.104.11↗︎ (from^0.104.8, independencies)Updated dependencies [
5aefad2,37113d1,fe9b42f,5aefad2,fe9b42f,5aefad2,fe9b42f,5aefad2,fe9b42f,5aefad2,fe9b42f,5aefad2,fe9b42f,5aefad2,fe9b42f,5aefad2,37113d1,fe9b42f,5aefad2,fe9b42f,e5eb881,e5eb881]:v1.16.3Compare Source
Patch Changes
#1383
a832e7bThanks @dependabot! - dependencies updates:@graphql-mesh/cache-cfw-kv@^0.105.7↗︎ (from^0.105.5, independencies)@graphql-mesh/cache-localforage@^0.105.8↗︎ (from^0.105.6, independencies)@graphql-mesh/cache-redis@^0.104.7↗︎ (from^0.104.5, independencies)@graphql-mesh/cache-upstash-redis@^0.1.7↗︎ (from^0.1.5, independencies)@graphql-mesh/plugin-http-cache@^0.105.8↗︎ (from^0.105.6, independencies)@graphql-mesh/plugin-jit@^0.2.7↗︎ (from^0.2.5, independencies)@graphql-mesh/plugin-mock@^0.105.8↗︎ (from^0.105.6, independencies)@graphql-mesh/plugin-rate-limit@^0.104.7↗︎ (from^0.104.5, independencies)@graphql-mesh/plugin-snapshot@^0.104.7↗︎ (from^0.104.5, independencies)@graphql-mesh/types@^0.104.7↗︎ (from^0.104.5, independencies)@graphql-mesh/utils@^0.104.7↗︎ (from^0.104.5, independencies)Updated dependencies [
a832e7b,bed67a6,a832e7b,a832e7b,a832e7b,a832e7b,a832e7b,a832e7b,a832e7b,a832e7b,34294ea]:v1.16.2Compare Source
Patch Changes
#1358
8e37851Thanks @dependabot! - dependencies updates:@graphql-tools/code-file-loader@^8.1.22↗︎ (from^8.1.21, independencies)@graphql-tools/graphql-file-loader@^8.0.22↗︎ (from^8.0.21, independencies)@graphql-tools/load@^8.1.2↗︎ (from^8.1.1, independencies)@graphql-tools/utils@^10.9.1↗︎ (from^10.9.0, independencies)dotenv@^17.2.1↗︎ (from^17.2.0, independencies)#1368
a6aeed2Thanks @ardatan! - SupportPromiseas a result ofoutgoing;So you can use credentials providers from
@aws-sdk/credential-providerspackage.See more.
Updated dependencies [
8e37851,38e5173,bfe2ac7,8e37851,8e37851,8e37851,8e37851,8e37851,8e37851,8e37851,6cedc05,a6aeed2]:v1.16.1Compare Source
Patch Changes
352e89d]:v1.16.0Compare Source
Minor Changes
2fa0c8fThanks @EmrysMyrddin! - Added newwithStateplugin utility for easy data sharing between hooks.v1.15.4Compare Source
Patch Changes
v1.15.3Compare Source
Patch Changes
v1.15.2Compare Source
Patch Changes
#1245
29f537fThanks @enisdenjo! - dependencies updates:@graphql-mesh/utils@^0.104.5↗︎ (from^0.104.2, independencies)#1258
3d24bebThanks @dependabot! - dependencies updates:@graphql-mesh/cache-cfw-kv@^0.105.5↗︎ (from^0.105.0, independencies)@graphql-mesh/cache-localforage@^0.105.6↗︎ (from^0.105.3, independencies)@graphql-mesh/cache-redis@^0.104.5↗︎ (from^0.104.0, independencies)@graphql-mesh/cache-upstash-redis@^0.1.5↗︎ (from^0.1.0, independencies)@graphql-mesh/plugin-http-cache@^0.105.6↗︎ (from^0.105.2, independencies)@graphql-mesh/plugin-jit@^0.2.5↗︎ (from^0.2.0, independencies)@graphql-mesh/plugin-mock@^0.105.6↗︎ (from^0.105.0, independencies)@graphql-mesh/plugin-rate-limit@^0.104.5↗︎ (from^0.104.0, independencies)@graphql-mesh/plugin-snapshot@^0.104.5↗︎ (from^0.104.0, independencies)@graphql-mesh/types@^0.104.5↗︎ (from^0.104.0, independencies)#1245
29f537fThanks @enisdenjo! - Propagate headers even from cacheUpdated dependencies [
931d576,29f537f,3d24beb,931d576,3dc8ab2,ed323fa, [29f537f](https://redirect.github.com/graphql-hive/gatewaConfiguration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Enabled.
♻ 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.
This PR was generated by Mend Renovate. View the repository job log.