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 #6276

Merged
merged 1 commit into from
Jun 21, 2024

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Jun 18, 2024

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@apollo/client (source) 3.10.5 -> 3.10.6 age adoption passing confidence
@apollo/gateway (source) 2.8.0 -> 2.8.1 age adoption passing confidence
@apollo/subgraph (source) 2.8.0 -> 2.8.1 age adoption passing confidence
@graphql-yoga/plugin-defer-stream (source) 3.3.1 -> 3.4.0 age adoption passing confidence
@types/node (source) 20.14.4 -> 20.14.7 age adoption passing confidence
graphql 16.8.2 -> 16.9.0 age adoption passing confidence
graphql-yoga (source) 5.3.1 -> 5.4.0 age adoption passing confidence
jose 5.4.0 -> 5.4.1 age adoption passing confidence
puppeteer (source) 22.11.1 -> 22.12.0 age adoption passing confidence
webpack 5.92.0 -> 5.92.1 age adoption passing confidence

Release Notes

apollographql/apollo-client (@​apollo/client)

v3.10.6

Compare Source

Patch Changes
apollographql/federation (@​apollo/gateway)

v2.8.1

Compare Source

Patch Changes
apollographql/federation (@​apollo/subgraph)

v2.8.1

Compare Source

Patch Changes
dotansimha/graphql-yoga (@​graphql-yoga/plugin-defer-stream)

v3.4.0

Compare Source

graphql/graphql-js (graphql)

v16.9.0

Compare Source

v16.9.0 (2024-06-21)

New Feature 🚀
  • #​4119 backport[v16]: Introduce "recommended" validation rules (@​benjie)
  • #​4122 backport[v16]: Enable passing values configuration to GraphQLEnumType as a thunk (@​benjie)
  • #​4124 backport[v16]: Implement OneOf Input Objects via @oneOf directive (@​benjie)
Committers: 1
dotansimha/graphql-yoga (graphql-yoga)

v5.4.0

Compare Source

Minor Changes
  • #​3314
    d5dfe99
    Thanks @​EmrysMyrddin! - Allow for full customization of the
    GraphiQL page.

    Props from the YogaGraphiQL are now forwarded to the underlying GraphiQL components.

    The graphiql option field type of the Yoga server as also been updated to document which options
    are configurable from the server side. Only serializable options are available.

  • #​3255
    7335a82
    Thanks @​nissy-dev! - support shouldPersistHeaders option in
    GraphiQL plugin

Patch Changes
panva/jose (jose)

v5.4.1

Compare Source

Fixes
  • ensure latest release on npm is v5.x (a9b2a30)
puppeteer/puppeteer (puppeteer)

v22.12.0

Compare Source

v22.11.2

Compare Source

webpack/webpack (webpack)

v5.92.1

Compare Source


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 Jun 18, 2024
Copy link

changeset-bot bot commented Jun 18, 2024

⚠️ No Changeset found

Latest commit: 2540740

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

Copy link
Contributor

github-actions bot commented Jun 18, 2024

✅ Benchmark Results

     ✓ no_errors
     ✓ expected_result

     checks.........................: 100.00% ✓ 320       ✗ 0  
     data_received..................: 37 MB   3.7 MB/s
     data_sent......................: 137 kB  14 kB/s
     http_req_blocked...............: avg=4.43µs  min=2.09µs   med=2.85µs   max=217.04µs p(90)=4.05µs   p(95)=4.71µs  
     http_req_connecting............: avg=621ns   min=0s       med=0s       max=99.39µs  p(90)=0s       p(95)=0s      
     http_req_duration..............: avg=58.58ms min=49.1ms   med=54.96ms  max=148.33ms p(90)=71.52ms  p(95)=88.19ms 
       { expected_response:true }...: avg=58.58ms min=49.1ms   med=54.96ms  max=148.33ms p(90)=71.52ms  p(95)=88.19ms 
     http_req_failed................: 0.00%   ✓ 0         ✗ 160
     http_req_receiving.............: avg=138.4µs min=111.11µs med=132.32µs max=580.36µs p(90)=155.34µs p(95)=164.47µs
     http_req_sending...............: avg=29.02µs min=19.44µs  med=24.24µs  max=429.82µs p(90)=32.2µs   p(95)=36.64µs 
     http_req_tls_handshaking.......: avg=0s      min=0s       med=0s       max=0s       p(90)=0s       p(95)=0s      
     http_req_waiting...............: avg=58.41ms min=48.95ms  med=54.81ms  max=147.88ms p(90)=71.35ms  p(95)=87.59ms 
     http_reqs......................: 160     15.917141/s
     iteration_duration.............: avg=62.8ms  min=52.83ms  med=59.11ms  max=152.33ms p(90)=75.53ms  p(95)=92.21ms 
     iterations.....................: 160     15.917141/s
     vus............................: 1       min=1       max=1
     vus_max........................: 1       min=1       max=1

Copy link
Contributor

github-actions bot commented Jun 18, 2024

💻 Website Preview

The latest changes are available as preview in: https://f6f8b5e0.graphql-tools.pages.dev

@renovate renovate bot force-pushed the renovate/all-minor-patch branch from ef9890a to 1a5ee46 Compare June 18, 2024 10:26
@renovate renovate bot changed the title chore(deps): update dependency @types/node to v20.14.5 chore(deps): update all non-major dependencies Jun 18, 2024
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 6 times, most recently from d394891 to 46ed77b Compare June 21, 2024 11:46
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 46ed77b to 2540740 Compare June 21, 2024 19:51
@ardatan ardatan merged commit f0f22cd into master Jun 21, 2024
30 checks passed
@ardatan ardatan deleted the renovate/all-minor-patch branch June 21, 2024 20:03
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