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

chore(deps): update all non-major dependencies #5025

Merged
merged 5 commits into from
Feb 6, 2023

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Feb 2, 2023

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@apollo/client (source) 3.7.6 -> 3.7.7 age adoption passing confidence
@babel/parser (source) 7.20.13 -> 7.20.15 age adoption passing confidence
@types/express (source) 4.17.16 -> 4.17.17 age adoption passing confidence
@types/node (source) 18.11.18 -> 18.11.19 age adoption passing confidence
@vue/compiler-sfc (source) 3.2.45 -> 3.2.47 age adoption passing confidence
@whatwg-node/fetch 0.6.5 -> 0.6.8 age adoption passing confidence
dataloader 2.1.0 -> 2.2.1 age adoption passing confidence
svelte2tsx (source) 0.6.0 -> 0.6.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

babel/babel

v7.20.15

Compare Source

v7.20.15 (2023-02-02)

👓 Spec Compliance
  • babel-parser
  • babel-generator, babel-parser, babel-plugin-proposal-export-namespace-from
🐛 Bug Fix
Committers: 2
vuejs/core

v3.2.47

Compare Source

Bug Fixes
  • build: enforce __esModule interop for cjs builds (4b70366)

v3.2.46

Compare Source

Bug Fixes
ardatan/whatwg-node

v0.6.8

Compare Source

Patch Changes

v0.6.7

Compare Source

Patch Changes

v0.6.6

Compare Source

Patch Changes
graphql/dataloader

v2.2.1

Compare Source

Patch Changes

v2.2.0

Compare Source

Minor Changes
Patch Changes
  • #​318 588a8b6 Thanks @​boopathi! - Fix the propagation of sync throws in the batch function to the loader function instead of crashing the process wtih an uncaught exception.
  • #​321 3cd3a43 Thanks @​thekevinbrown! - Resolves an issue where the maxBatchSize parameter wouldn't be fully used on each batch sent to the backend loader.
sveltejs/language-tools

v0.6.1

Compare Source

  • (fix) adjust sourcemap paths when emitting d.ts.map files (#​1851)

Configuration

📅 Schedule: Branch creation - "after 8pm,before 8:00am" in timezone Europe/Warsaw, Automerge - At any time (no schedule defined).

🚦 Automerge: Enabled.

Rebasing: Whenever PR is behind base branch, 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.

@renovate renovate bot added the dependencies Pull requests that update a dependency file label Feb 2, 2023
@changeset-bot
Copy link

changeset-bot bot commented Feb 2, 2023

🦋 Changeset detected

Latest commit: bd307db

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

This PR includes changesets to release 13 packages
Name Type
@graphql-tools/apollo-engine-loader Patch
@graphql-tools/batch-delegate Patch
@graphql-tools/batch-execute Patch
@graphql-tools/delegate Patch
@graphql-tools/executor-http Patch
@graphql-tools/github-loader Patch
@graphql-tools/url-loader Patch
@graphql-tools/stitch Patch
@graphql-tools/links Patch
@graphql-tools/stitching-directives Patch
@graphql-tools/wrap Patch
@graphql-tools/prisma-loader Patch
federation-benchmark 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

@renovate
Copy link
Contributor Author

renovate bot commented Feb 6, 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.

@github-actions
Copy link
Contributor

github-actions bot commented Feb 6, 2023

✅ Benchmark Results

     ✓ no_errors
     ✓ expected_result

     checks.........................: 100.00% ✓ 236       ✗ 0  
     data_received..................: 28 MB   2.7 MB/s
     data_sent......................: 101 kB  10 kB/s
     http_req_blocked...............: avg=5.91µs   min=2.6µs    med=3.6µs    max=182.69µs p(90)=4.2µs    p(95)=4.5µs   
     http_req_connecting............: avg=981ns    min=0s       med=0s       max=115.79µs p(90)=0s       p(95)=0s      
     http_req_duration..............: avg=79.78ms  min=68.69ms  med=75.24ms  max=214.53ms p(90)=84.97ms  p(95)=122.9ms 
       { expected_response:true }...: avg=79.78ms  min=68.69ms  med=75.24ms  max=214.53ms p(90)=84.97ms  p(95)=122.9ms 
     http_req_failed................: 0.00%   ✓ 0         ✗ 118
     http_req_receiving.............: avg=158.28µs min=116.59µs med=132.29µs max=375.89µs p(90)=243.92µs p(95)=261.19µs
     http_req_sending...............: avg=101.01µs min=16.99µs  med=24.75µs  max=1.67ms   p(90)=36.58µs  p(95)=815.74µs
     http_req_tls_handshaking.......: avg=0s       min=0s       med=0s       max=0s       p(90)=0s       p(95)=0s      
     http_req_waiting...............: avg=79.52ms  min=68.53ms  med=75.08ms  max=214.04ms p(90)=84.7ms   p(95)=122.75ms
     http_reqs......................: 118     11.773963/s
     iteration_duration.............: avg=84.87ms  min=73.2ms   med=80.25ms  max=219.66ms p(90)=89.89ms  p(95)=128.21ms
     iterations.....................: 118     11.773963/s
     vus............................: 1       min=1       max=1
     vus_max........................: 1       min=1       max=1

@github-actions
Copy link
Contributor

github-actions bot commented Feb 6, 2023

🚀 Snapshot Release (alpha)

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

Package Version Info
@graphql-tools/batch-delegate 8.4.19-alpha-20230206142230-5c11a89a npm ↗︎ unpkg ↗︎
@graphql-tools/batch-execute 8.5.17-alpha-20230206142230-5c11a89a npm ↗︎ unpkg ↗︎
@graphql-tools/delegate 9.0.26-alpha-20230206142230-5c11a89a npm ↗︎ unpkg ↗︎
@graphql-tools/executor 0.0.14-alpha-20230206142230-5c11a89a npm ↗︎ unpkg ↗︎
@graphql-tools/executor-apollo-link 0.0.8-alpha-20230206142230-5c11a89a npm ↗︎ unpkg ↗︎
@graphql-tools/executor-graphql-ws 0.0.10-alpha-20230206142230-5c11a89a npm ↗︎ unpkg ↗︎
@graphql-tools/executor-http 0.1.5-alpha-20230206142230-5c11a89a npm ↗︎ unpkg ↗︎
@graphql-tools/executor-legacy-ws 0.0.8-alpha-20230206142230-5c11a89a npm ↗︎ unpkg ↗︎
@graphql-tools/executor-urql-exchange 0.0.8-alpha-20230206142230-5c11a89a npm ↗︎ unpkg ↗︎
@graphql-tools/graphql-tag-pluck 7.4.5-alpha-20230206142230-5c11a89a npm ↗︎ unpkg ↗︎
graphql-tools 8.3.18-alpha-20230206142230-5c11a89a npm ↗︎ unpkg ↗︎
@graphql-tools/import 6.7.17-alpha-20230206142230-5c11a89a npm ↗︎ unpkg ↗︎
@graphql-tools/links 8.3.30-alpha-20230206142230-5c11a89a npm ↗︎ unpkg ↗︎
@graphql-tools/load 7.8.12-alpha-20230206142230-5c11a89a npm ↗︎ unpkg ↗︎
@graphql-tools/apollo-engine-loader 7.3.24-alpha-20230206142230-5c11a89a npm ↗︎ unpkg ↗︎
@graphql-tools/code-file-loader 7.3.19-alpha-20230206142230-5c11a89a npm ↗︎ unpkg ↗︎
@graphql-tools/git-loader 7.2.18-alpha-20230206142230-5c11a89a npm ↗︎ unpkg ↗︎
@graphql-tools/github-loader 7.3.25-alpha-20230206142230-5c11a89a npm ↗︎ unpkg ↗︎
@graphql-tools/graphql-file-loader 7.5.16-alpha-20230206142230-5c11a89a npm ↗︎ unpkg ↗︎
@graphql-tools/json-file-loader 7.4.17-alpha-20230206142230-5c11a89a npm ↗︎ unpkg ↗︎
@graphql-tools/module-loader 7.2.17-alpha-20230206142230-5c11a89a npm ↗︎ unpkg ↗︎
@graphql-tools/prisma-loader 7.2.61-alpha-20230206142230-5c11a89a npm ↗︎ unpkg ↗︎
@graphql-tools/url-loader 7.17.10-alpha-20230206142230-5c11a89a npm ↗︎ unpkg ↗︎
@graphql-tools/merge 8.3.18-alpha-20230206142230-5c11a89a npm ↗︎ unpkg ↗︎
@graphql-tools/mock 8.7.18-alpha-20230206142230-5c11a89a npm ↗︎ unpkg ↗︎
@graphql-tools/node-require 6.4.20-alpha-20230206142230-5c11a89a npm ↗︎ unpkg ↗︎
@graphql-tools/relay-operation-optimizer 6.5.17-alpha-20230206142230-5c11a89a npm ↗︎ unpkg ↗︎
@graphql-tools/resolvers-composition 6.5.17-alpha-20230206142230-5c11a89a npm ↗︎ unpkg ↗︎
@graphql-tools/schema 9.0.16-alpha-20230206142230-5c11a89a npm ↗︎ unpkg ↗︎
@graphql-tools/stitch 8.7.40-alpha-20230206142230-5c11a89a npm ↗︎ unpkg ↗︎
@graphql-tools/stitching-directives 2.3.29-alpha-20230206142230-5c11a89a npm ↗︎ unpkg ↗︎
@graphql-tools/utils 9.2.1-alpha-20230206142230-5c11a89a npm ↗︎ unpkg ↗︎
@graphql-tools/wrap 9.3.5-alpha-20230206142230-5c11a89a npm ↗︎ unpkg ↗︎

@github-actions
Copy link
Contributor

github-actions bot commented Feb 6, 2023

🚀 Website Preview

The latest changes to the website are available as preview in: https://f260461a.graphql-tools.pages.dev

@ardatan ardatan merged commit b09ea28 into master Feb 6, 2023
@ardatan ardatan deleted the renovate/all-minor-patch branch February 6, 2023 14:25
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.

None yet

1 participant