fix(deps): update all non-major dependencies #359
Merged
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:
3.7.2
->3.7.7
7.20.5
->7.20.12
7.20.5
->7.20.13
10.0.1
->10.0.2
0.82.6
->0.82.14
0.33.5
->0.34.0
0.12.4
->0.12.8
0.14.4
->0.14.8
0.5.3
->0.5.7
^0.78.0 || ^0.79.0 || ^0.80.0 || ^0.81.0 || ^0.82.0 || ^0.83.0 || ^0.84.0 || ^0.85.0 || ^0.89.0
->^0.78.0 || ^0.79.0 || ^0.80.0 || ^0.81.0 || ^0.82.0 || ^0.83.0 || ^0.84.0 || ^0.85.0 || ^0.89.0 || ^0.90.0
10.0.0
->10.0.1
9.0.20
->9.0.26
9.1.3
->9.2.1
9.2.22
->9.3.5
7.1.20
->7.20.0
29.2.4
->29.4.0
18.11.17
->18.13.0
18.0.26
->18.0.28
18.0.9
->18.0.10
3.0.0
->3.1.0
29.3.1
->29.4.2
8.30.0
->8.34.0
8.0.2
->8.0.3
29.3.1
->29.4.2
2.8.1
->2.8.4
4.1.1
->4.1.2
29.0.3
->29.0.5
4.0.2
->4.1.1
Release Notes
apollographql/apollo-client
v3.7.7
Compare Source
Patch Changes
#10502
315faf9ca
Thanks @jerelmiller! - Log a warning to the console when a mock passed toMockedProvider
orMockLink
cannot be matched to a query during a test. This makes it easier to debug user errors in the mock setup, such as typos, especially if the query under test is using anerrorPolicy
set toignore
, which makes it difficult to know that a match did not occur.#10499
9e54f5dfa
Thanks @phryneas! - Allow the execution function returned byuseLazyQuery
to change the query.#10362
14a56b105
Thanks @mccraveiro! - Fix error when server returns an error and we are also querying for a local fieldv3.7.6
Compare Source
Patch Changes
#10470
47435e879
Thanks @alessbell! - Bumps TypeScript to4.9.4
(previously4.7.4
) and updates types to account for changes in TypeScript 4.8 by propagating contstraints on generic types. Technically this makes some types stricter as attempting to passnull|undefined
into certain functions is now disallowed by TypeScript, but these were never expected runtime values in the first place.#10408
55ffafc58
Thanks @zlrlo! - fix: modify BatchHttpLink to have a separate timer for each different batch key#9573
4a4f48dda
Thanks @vladar! - Improve performance of local resolvers by only executing selection sets that contain an@client
directive. Previously, local resolvers were executed even when the field did not contain@client
. While the result was properly discarded, the unncessary work could negatively affect query performance, sometimes signficantly.v3.7.5
Compare Source
Patch Changes
#10458
b5ccef229
Thanks @lennyburdette! - PassesgetServerSnapshot
touseSyncExternalStore
so that it doesn't trigger aMissing getServerSnapshot
error when usinguseFragment_experimental
on the server.#10471
895ddcb54
Thanks @alessbell! - More robust type definition forheaders
property passed tocreateHttpLink
#10321
bbaa3ef2d
Thanks @alessbell! - Refetch should not return partial data witherrorPolicy: none
andnotifyOnNetworkStatusChange: true
.#10402
0b07aa955
Thanks @Hugodby! - Improve context types#10469
328c58f90
Thanks @jerelmiller! - Add generic type defaults when usinguseFragment
to allow passingTData
directly to the function without needing to specifyTVars
.v3.7.4
Compare Source
Patch Changes
#10427
28d909cff
Thanks @jerelmiller! - Ensure in-flight promises executed byuseLazyQuery
are rejected whenuseLazyQuery
unmounts.#10383
5c5ca9b01
Thanks @jerelmiller! - Ensure theonError
callback is called when theerrorPolicy
is set to "all" and partial data is returned.#10425
86e35a6d2
Thanks @jerelmiller! - Prefer theonError
andonCompleted
callback functions passed to the execute function returned fromuseMutation
instead of calling both callback handlers.v3.7.3
Compare Source
Patch Changes
#10334
7d923939d
Thanks @jerelmiller! - Better handle deferred queries that have cached or partial cached data for them#10368
46b58e976
Thanks @alessbell! - Fix: unblocks support for defer in mutationsIf the
@defer
directive is present in the document passed tomutate
, the Promise will resolve with the final merged data after the last multipart chunk has arrived in the response.babel/babel
v7.20.12
Compare Source
🐛 Bug Fix
babel-traverse
TaggedTemplateLiteral
evaluation (@nmn)babel-helper-create-class-features-plugin
,babel-plugin-proposal-class-properties
delete this
in static class properties initialization (@SuperSodaSea)💅 Polish
babel-traverse
v7.20.7
Compare Source
👓 Spec Compliance
babel-helper-member-expression-to-functions
,babel-helper-replace-supers
,babel-plugin-proposal-class-properties
,babel-plugin-transform-classes
babel-helpers
,babel-plugin-proposal-class-properties
,babel-plugin-transform-classes
,babel-plugin-transform-object-super
🐛 Bug Fix
babel-parser
,babel-plugin-transform-typescript
babel-traverse
.parentPath
after rename inSwitchCase
(@nicolo-ribaudo)babel-plugin-transform-typescript
,babel-traverse
babel-plugin-transform-block-scoping
babel-plugin-proposal-async-generator-functions
,babel-preset-env
for await
with shadowed variables (@liuxingbaoyu)babel-generator
,babel-plugin-proposal-optional-chaining
(a ?? b) as T
(@liuxingbaoyu)babel-plugin-transform-react-jsx
,babel-types
JSXText
(@liuxingbaoyu)babel-core
,babel-helpers
,babel-plugin-transform-computed-properties
,babel-runtime-corejs2
,babel-runtime-corejs3
,babel-runtime
babel-helper-member-expression-to-functions
,babel-helper-replace-supers
,babel-plugin-proposal-class-properties
,babel-plugin-transform-classes
babel-generator
TSEnumMember
(@liuxingbaoyu)💅 Polish
babel-plugin-transform-block-scoping
,babel-traverse
🏠 Internal
babel-helper-define-map
,babel-plugin-transform-property-mutators
@babel/helper-define-map
(@nicolo-ribaudo)babel-core
,babel-plugin-proposal-class-properties
,babel-plugin-transform-block-scoping
,babel-plugin-transform-classes
,babel-plugin-transform-destructuring
,babel-plugin-transform-parameters
,babel-plugin-transform-regenerator
,babel-plugin-transform-runtime
,babel-preset-env
,babel-traverse
transform-block-scoping
plugin (@nicolo-ribaudo)🏃♀️ Performance
babel-helper-compilation-targets
getTargets
(@liuxingbaoyu)Urigo/graphql-mesh (@graphql-mesh/apollo-link)
v10.0.2
Compare Source
Patch Changes
#5028
994813331
Thanks @renovate! - dependencies updates:
@graphql-tools/utils@9.1.4
↗︎(from
9.1.3
, independencies
)#4930
c015b02a1
Thanks @gilgardosh! - Prettier fixes
Updated dependencies
[
ad938f485
,994813331
,c015b02a1
,4f0b102dd
]:Urigo/graphql-mesh (@graphql-mesh/cli)
v0.82.14
Compare Source
Patch Changes
#5092
a5fbc9562
Thanks @renovate! - dependencies updates:
@graphql-codegen/typescript@2.8.8
↗︎(from
2.8.7
, independencies
)@graphql-codegen/typescript-operations@2.5.13
↗︎(from
2.5.12
, independencies
)@graphql-codegen/typescript-resolvers@2.7.13
↗︎(from
2.7.12
, independencies
)#5094
a249250a7
Thanks @renovate! - dependencies updates:
typescript@4.9.5
↗︎(from
4.9.4
, independencies
)Updated dependencies
[
93692213a
,2005d2b28
,2005d2b28
,2005d2b28
,74124248e
,bcf29dfd0
]:v0.82.13
Compare Source
Patch Changes
[
ed5843d8a
,ed5843d8a
,ed5843d8a
,ed5843d8a
]:v0.82.12
Compare Source
Patch Changes
#5067
9d5c92245
Thanks @renovate! - dependencies updates:
rimraf@4.1.2
↗︎ (from4.1.1
, independencies
)#5061
cd389e465
Thanks @ardatan! - Clarify the error message in case of an invalid
configuration
Updated dependencies
[
a4ccf07fc
]:v0.82.11
Compare Source
Patch Changes
cb7e2c568
Thanks @renovate! - dependencies updates:
mkdirp@2.1.3
↗︎ (from2.1.1
, independencies
)rimraf@4.1.1
↗︎ (from4.1.0
, independencies
)v0.82.10
Compare Source
Patch Changes
#4984
5c8622ead
Thanks @renovate! - dependencies updates:
json5@​2.2.3
↗︎ (from2.2.2
, independencies
)#4986
0710f10c7
Thanks @renovate! - dependencies updates:
tsconfig-paths@4.1.2
↗︎ (from4.1.1
,in
dependencies
)#4991
bb5abc15d
Thanks @renovate! - dependencies updates:
ajv@8.12.0
↗︎ (from8.11.2
,in
dependencies
)#4996
e91e1640c
Thanks @renovate! - dependencies updates:
@graphql-codegen/typescript@2.8.7
↗︎(from
2.8.6
, independencies
)@graphql-codegen/typescript-operations@2.5.12
↗︎(from
2.5.11
, independencies
)@graphql-codegen/typescript-resolvers@2.7.12
↗︎(from
2.7.11
, independencies
)#4997
ffe384441
Thanks @renovate! - dependencies updates:
@graphql-codegen/typed-document-node@2.3.12
↗︎(from
2.3.11
, independencies
)#5005
07365e684
Thanks @renovate! - dependencies updates:
ws@8.12.0
↗︎ (from8.11.0
,in
dependencies
)#5028
994813331
Thanks @renovate! - dependencies updates:
@graphql-tools/utils@9.1.4
↗︎(from
9.1.3
, independencies
)#5031
46d1c8623
Thanks @renovate! - dependencies updates:
rimraf@4.0.7
↗︎ (from3.0.2
, independencies
)#5042
2f0c312df
Thanks @renovate! - dependencies updates:
mkdirp@2.0.0
↗︎ (from1.0.4
, independencies
)#5044
bc28f678e
Thanks @renovate! - dependencies updates:
mkdirp@2.1.1
↗︎ (from2.0.0
, independencies
)rimraf@4.1.0
↗︎ (from4.0.7
, independencies
)#4930
c015b02a1
Thanks @gilgardosh! - Prettier fixes
#4971
8429bf234
Thanks @gilgardosh! - Enhance ESM/CJS distinction on artifacts
generation
Updated dependencies
[
ad938f485
,994813331
,994813331
,ad938f485
,bb5abc15d
,d573d203f
,d17b6d09d
,ad938f485
,994813331
,994813331
,994813331
,994813331
,c015b02a1
,4f0b102dd
,d573d203f
]:v0.82.9
Compare Source
Patch Changes
[
e701041f3
]:v0.82.8
Compare Source
Patch Changes
#4965
06db3cd64
Thanks @renovate! - dependencies updates:
@graphql-codegen/typed-document-node@2.3.11
↗︎(from
2.3.10
, independencies
)#4976
f5f5dbb33
Thanks @renovate! - dependencies updates:
@graphql-codegen/typescript@2.8.6
↗︎(from
2.8.5
, independencies
)@graphql-codegen/typescript-operations@2.5.11
↗︎(from
2.5.10
, independencies
)@graphql-codegen/typescript-resolvers@2.7.11
↗︎(from
2.7.10
, independencies
)Updated dependencies
[
06db3cd64
]:v0.82.7
Compare Source
Patch Changes
#4975
c6aef2bc8
Thanks @ardatan! - Better process cleanup strategy to prevent
unexpected errors from WS instance
Updated dependencies
[
292c4fa45
,99f4c84e6
,99f4c84e6
,99f4c84e6
,292c4fa45
]:Urigo/graphql-mesh (@graphql-mesh/graphql)
v0.34.0
Compare Source
Minor Changes
38eb804b9
Thanks @ardatan! - Print sent GraphQL operation in debug mode
Patch Changes
2005d2b28
Thanks @renovate! - dependencies updates:
@graphql-tools/delegate@9.0.24
↗︎(from
9.0.23
, independencies
)@graphql-tools/url-loader@7.17.5
↗︎(from
7.17.4
, independencies
)@graphql-tools/wrap@9.3.3
↗︎(from
9.3.2
, independencies
)[
2005d2b28
,2005d2b28
,bcf29dfd0
]:v0.33.10
Compare Source
Patch Changes
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 has been generated by Mend Renovate. View repository job log here.