Update all non-major dependencies #33
Open
+1,655
−1,429
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.10.49.1->0.56.0^0.49.0->^0.56.01.13.5->1.16.51.2.26->1.2.321.5.2->1.5.10^0.18.0->^0.21.08.2.5->8.2.622.14.0->22.19.10.10.5->0.10.130.10.3->0.10.171.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.17.11.68.0->1.75.022.14.0-slim->22.21.1-slim4.19.3->4.21.05.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.1Compare Source
Patch Changes
09e596e6a0c753071ca822e84f525d73ada395cf,ac1ed2946c48e0fef4b413b192d8c5fbdb2370ae]: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.5Compare Source
Patch Changes
e1c58611c3c996b4fff98a54e49f00549ff2115d,3e2d1fd315db54a089fedf131cfaa27792bdd049]: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.4Compare Source
Patch Changes
20c75d1d60a48fc289d88c8d29652f1afc7553e4]: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.56.0Minor Changes
f266368Thanks @n1ru4l! - Upgrade graphql-inspector/core to v7 and update the
models to be able to handle the new change objects. GraphQL Inspector now supports directive
changes and improves the accuracy of the severity level for several change types. This will
improve schema checks to make them more accurate and more complete. See graphql-inspector's
changelog for details.
Patch Changes
#7346
f266368Thanks @n1ru4l! - Fixes an issue where schema changes containing
escaped single-quoted strings were not handled correctly.
Updated dependencies
[
f266368,f266368,f266368]:v0.55.1Patch Changes
[
a6f707b,a6f707b]:v0.55.0Minor Changes
114cd80Thanks @jdolle! - Upgrade graphql-inspector/core to v7 and update the
models to be able to handle the new change objects. GraphQL Inspector now supports directive
changes and improves the accuracy of the severity level for several change types. This will
improve schema checks to make them more accurate and more complete. See graphql-inspector's
changelog for details.
Patch Changes
#7321
316859eThanks @adambenhassen! - handle escaped single-quoted strings
in schema changes
Updated dependencies
[
5229612]:v0.54.0Compare Source
Minor Changes
#7306
29de664Thanks @kamilkisiela! - Updated federation-composition to
v0.21.0
placement of auth directives (
@authenticated,@requiresScopes,@policy) by rejectingattempts to place them on interfaces, interface fields, or interface objects with the new
AUTH_REQUIREMENTS_APPLIED_ON_INTERFACEvalidation rule.@requiresspecify at least the auth requirements of the fields they select. If a field doesn'tcarry forward required auth directives, composition fails with a
MISSING_TRANSITIVE_AUTH_REQUIREMENTSerror.@authenticated,@requiresScopes, and@policydirectives from the object types thatimplement them.
@costdirective restrictions: The@costdirective can no longer be placed on interfacetypes, their fields, or field arguments. Invalid placements now result in composition errors
instead of being silently accepted.
@listSizevalidation: The directive now validates thatsizedFieldspoint toactual list fields rather than integer counters. Additionally,
slicingArgumentsvalidation hasbeen added to ensure only arguments that exist in all subgraphs are retained.
EXTERNAL_MISSING_ON_BASErule: Resolved false positives when handling@interfaceObjectcorner-cases, particularly for@externalfields on object types provided byinterface objects.
v0.53.5Compare Source
Patch Changes
[
64c8368]:v0.53.4Compare Source
Patch Changes
[
2cc443c]:v0.53.3Compare Source
Patch Changes
#7264
582bc0eThanks @n1ru4l! - Ensure http debug logs are printed properly.
Updated dependencies
[
582bc0e]:v0.53.2Compare Source
Patch Changes
[
43920cd,43920cd]:v0.53.1Compare Source
Patch Changes
[
d8f6e25]:v0.53.0Compare Source
Minor Changes
01963a0Thanks @n1ru4l! - Improve output of the
hive whoamicommand. It nowalso handles the new access token format.
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.
Configuration
📅 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.