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

fix(deps): update all non-major dependencies #5043

Merged
merged 2 commits into from
Feb 11, 2023
Merged

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Feb 10, 2023

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@apollo/gateway 2.3.1 -> 2.3.2 age adoption passing confidence
eslint (source) 8.33.0 -> 8.34.0 age adoption passing confidence
wonka 6.1.2 -> 6.2.1 age adoption passing confidence

Release Notes

apollographql/federation

v2.3.2

Compare Source

Patch Changes
eslint/eslint

v8.34.0

Compare Source

Features

  • 9b2fcf7 feat: array-callback-return supports Array.prototype.toSorted (#​16845) (SUZUKI Sosuke)

Bug Fixes

  • 923f61d fix: false positive with assignment in no-extra-parens (#​16872) (Francesco Trotta)

Documentation

Chores

0no-co/wonka

v6.2.1

Compare Source

Patch Changes
  • ⚠️ Fix accidental addition of postinstall script rather than prepare script, by @​kitten (See #​138)

v6.2.0

Compare Source

Minor Changes
  • Implement toAsyncIterable, converting a Wonka source to a JS Async Iterable, by @​kitten (See #​133)
  • Implement d.ts bundling. Only a single wonka.d.ts typings file will now be available to TypeScript, by @​kitten (See #​135)
  • Add extensive TSDoc documentation for all wonka internals and exports. This will replace the documentation and give consumers more guidance on each of the library's extensive utilities, by @​kitten (See #​136)
Patch Changes
  • ⚠️ Fix promise timing by adding missing Promise.resolve() tick to toPromise sink function, by @​kitten (See #​131)
  • ⚠️ Fix implementation of Observable spec as such that Observable.subscribe(onNext, onError, onComplete) becomes valid, by @​kitten (See #​132)

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.

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

changeset-bot bot commented Feb 10, 2023

⚠️ No Changeset found

Latest commit: a5bb94d

Merging this PR will not cause a version bump for any packages. If these changes should not result in a new version, you're good to go. If these changes should result in a version bump, you need to add a changeset.

This PR includes no changesets

When changesets are added to this PR, you'll see the packages that this PR includes changesets for and the associated semver types

Click here to learn what changesets are, and how to add one.

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

@ardatan ardatan merged commit a6f8ba8 into master Feb 11, 2023
@ardatan ardatan deleted the renovate/all-minor-patch branch February 11, 2023 10:07
@github-actions
Copy link
Contributor

🚀 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/executor-http 0.1.7-alpha-20230211100809-395cbe93 npm ↗︎ unpkg ↗︎
@graphql-tools/apollo-engine-loader 7.3.26-alpha-20230211100809-395cbe93 npm ↗︎ unpkg ↗︎
@graphql-tools/github-loader 7.3.27-alpha-20230211100809-395cbe93 npm ↗︎ unpkg ↗︎
@graphql-tools/prisma-loader 7.2.63-alpha-20230211100809-395cbe93 npm ↗︎ unpkg ↗︎
@graphql-tools/url-loader 7.17.12-alpha-20230211100809-395cbe93 npm ↗︎ unpkg ↗︎

@github-actions
Copy link
Contributor

✅ 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=8.03µs   min=2.5µs   med=3.3µs   max=548µs    p(90)=4.03µs   p(95)=4.3µs   
     http_req_connecting............: avg=4.11µs   min=0s      med=0s      max=485.3µs  p(90)=0s       p(95)=0s      
     http_req_duration..............: avg=79.64ms  min=67.86ms med=74.6ms  max=201.63ms p(90)=86.07ms  p(95)=118.79ms
       { expected_response:true }...: avg=79.64ms  min=67.86ms med=74.6ms  max=201.63ms p(90)=86.07ms  p(95)=118.79ms
     http_req_failed................: 0.00%   ✓ 0         ✗ 118
     http_req_receiving.............: avg=161.78µs min=102.2µs med=133.8µs max=727.9µs  p(90)=253.51µs p(95)=264.98µs
     http_req_sending...............: avg=164.32µs min=16.8µs  med=23.6µs  max=2.77ms   p(90)=84.04µs  p(95)=1.1ms   
     http_req_tls_handshaking.......: avg=0s       min=0s      med=0s      max=0s       p(90)=0s       p(95)=0s      
     http_req_waiting...............: avg=79.32ms  min=67.71ms med=74.33ms max=200.82ms p(90)=85.02ms  p(95)=118.63ms
     http_reqs......................: 118     11.762484/s
     iteration_duration.............: avg=84.99ms  min=73.9ms  med=79.5ms  max=235.95ms p(90)=91.95ms  p(95)=123.33ms
     iterations.....................: 118     11.762484/s
     vus............................: 1       min=1       max=1
     vus_max........................: 1       min=1       max=1

@github-actions
Copy link
Contributor

🚀 Website Preview

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

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.

1 participant