Skip to content

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Jan 18, 2023

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@apollo/client (source) 3.7.2 -> 3.7.7 age adoption passing confidence
@babel/core (source) 7.20.5 -> 7.20.12 age adoption passing confidence
@babel/plugin-proposal-decorators (source) 7.20.5 -> 7.20.13 age adoption passing confidence
@graphql-mesh/apollo-link 10.0.1 -> 10.0.2 age adoption passing confidence
@graphql-mesh/cli 0.82.6 -> 0.82.14 age adoption passing confidence
@graphql-mesh/graphql 0.33.5 -> 0.34.0 age adoption passing confidence
@graphql-mesh/transform-prefix 0.12.4 -> 0.12.8 age adoption passing confidence
@graphql-mesh/transform-rename 0.14.4 -> 0.14.8 age adoption passing confidence
@graphql-mesh/transform-type-merging 0.5.3 -> 0.5.7 age adoption passing confidence
@graphql-mesh/types ^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 age adoption passing confidence
@graphql-mesh/urql-exchange 10.0.0 -> 10.0.1 age adoption passing confidence
@graphql-tools/delegate 9.0.20 -> 9.0.26 age adoption passing confidence
@graphql-tools/utils 9.1.3 -> 9.2.1 age adoption passing confidence
@graphql-tools/wrap 9.2.22 -> 9.3.5 age adoption passing confidence
@types/babel__core (source) 7.1.20 -> 7.20.0 age adoption passing confidence
@types/jest (source) 29.2.4 -> 29.4.0 age adoption passing confidence
@types/node (source) 18.11.17 -> 18.13.0 age adoption passing confidence
@types/react (source) 18.0.26 -> 18.0.28 age adoption passing confidence
@types/react-dom (source) 18.0.9 -> 18.0.10 age adoption passing confidence
@vitejs/plugin-react (source) 3.0.0 -> 3.1.0 age adoption passing confidence
babel-jest 29.3.1 -> 29.4.2 age adoption passing confidence
eslint (source) 8.30.0 -> 8.34.0 age adoption passing confidence
husky (source) 8.0.2 -> 8.0.3 age adoption passing confidence
jest (source) 29.3.1 -> 29.4.2 age adoption passing confidence
prettier (source) 2.8.1 -> 2.8.4 age adoption passing confidence
rimraf 4.1.1 -> 4.1.2 age adoption passing confidence
ts-jest (source) 29.0.3 -> 29.0.5 age adoption passing confidence
vite (source) 4.0.2 -> 4.1.1 age adoption passing confidence

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 to MockedProvider or MockLink 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 an errorPolicy set to ignore, which makes it difficult to know that a match did not occur.

  • #​10499 9e54f5dfa Thanks @​phryneas! - Allow the execution function returned by useLazyQuery to change the query.

  • #​10362 14a56b105 Thanks @​mccraveiro! - Fix error when server returns an error and we are also querying for a local field

v3.7.6

Compare Source

Patch Changes
  • #​10470 47435e879 Thanks @​alessbell! - Bumps TypeScript to 4.9.4 (previously 4.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 pass null|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

v3.7.4

Compare Source

Patch Changes

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 mutations

    If the @defer directive is present in the document passed to mutate, 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
  • babel-helper-create-class-features-plugin, babel-plugin-proposal-class-properties
💅 Polish

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
  • babel-plugin-transform-typescript, babel-traverse
  • babel-plugin-transform-block-scoping
  • babel-plugin-proposal-async-generator-functions, babel-preset-env
  • babel-generator, babel-plugin-proposal-optional-chaining
  • babel-plugin-transform-react-jsx, babel-types
  • 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
💅 Polish
🏠 Internal
  • babel-helper-define-map, babel-plugin-transform-property-mutators
  • 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
🏃‍♀️ Performance
Urigo/graphql-mesh (@​graphql-mesh/apollo-link)

v10.0.2

Compare Source

Patch Changes
Urigo/graphql-mesh (@​graphql-mesh/cli)

v0.82.14

Compare Source

Patch Changes

v0.82.13

Compare Source

Patch Changes

v0.82.12

Compare Source

Patch Changes

v0.82.11

Compare Source

Patch Changes

v0.82.10

Compare Source

Patch Changes

v0.82.9

Compare Source

Patch Changes

v0.82.8

Compare Source

Patch Changes

v0.82.7

Compare Source

Patch Changes
Urigo/graphql-mesh (@​graphql-mesh/graphql)

v0.34.0

Compare Source

Minor Changes
Patch Changes

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.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by Mend Renovate. View repository job log here.

@changeset-bot
Copy link

changeset-bot bot commented Jan 18, 2023

🦋 Changeset detected

Latest commit: 090e267

The changes in this PR will be included in the next version bump.

This PR includes changesets to release 7 packages
Name Type
@graphprotocol/client-add-source-name Patch
@graphprotocol/client-apollo Patch
@graphprotocol/client-auto-pagination Patch
@graphprotocol/client-auto-type-merging Patch
@graphprotocol/client-block-tracking Patch
@graphprotocol/client-cli Patch
@graphprotocol/client-urql Patch

Not sure what this means? Click here to learn what changesets are.

Click here if you're a maintainer who wants to add another changeset to this PR

@github-actions
Copy link
Contributor

github-actions bot commented Jan 18, 2023

🚀 Snapshot Release (alpha)

The latest changes of this PR are available as alpha on npm (based on the declared changesets):

Package Version Info
@graphprotocol/client-add-source-name 1.0.15-alpha-20230213103826-1e03ffa npm ↗︎ unpkg ↗︎
@graphprotocol/client-auto-pagination 1.1.13-alpha-20230213103826-1e03ffa npm ↗︎ unpkg ↗︎
@graphprotocol/client-cli 2.2.17-alpha-20230213103826-1e03ffa npm ↗︎ unpkg ↗︎

@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 3a4fb19 to 1e03ffa Compare February 13, 2023 10:37
@renovate
Copy link
Contributor Author

renovate bot commented Feb 13, 2023

Edited/Blocked Notification

Renovate will not automatically rebase this PR, because it does not recognize the last commit author and assumes somebody else may have edited the PR.
You can manually request rebase by checking the rebase/retry box above.

Warning: custom changes will be lost.

@ardatan ardatan merged commit d5c9cbd into main Feb 13, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant