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

Merged
merged 1 commit into from
Jul 20, 2022

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Jul 15, 2022

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@babel/core (source) 7.18.6 -> 7.18.9 age adoption passing confidence
@babel/parser (source) 7.18.8 -> 7.18.9 age adoption passing confidence
@babel/preset-env (source) 7.18.6 -> 7.18.9 age adoption passing confidence
@babel/traverse (source) 7.18.8 -> 7.18.9 age adoption passing confidence
@babel/types (source) 7.18.8 -> 7.18.9 age adoption passing confidence
@graphql-yoga/node 2.13.2 -> 2.13.4 age adoption passing confidence
@​theguild/components 1.11.8 -> 1.12.0 age adoption passing confidence
@types/jest 28.1.5 -> 28.1.6 age adoption passing confidence
@types/node 16.11.44 -> 16.11.45 age adoption passing confidence
@typescript-eslint/eslint-plugin 5.30.6 -> 5.30.7 age adoption passing confidence
@typescript-eslint/parser 5.30.6 -> 5.30.7 age adoption passing confidence
concurrently 7.2.2 -> 7.3.0 age adoption passing confidence
eslint (source) 8.19.0 -> 8.20.0 age adoption passing confidence
graphql-sse 1.2.4 -> 1.2.5 age adoption passing confidence
next-i18next 11.1.1 -> 11.2.2 age adoption passing confidence
svelte2tsx 0.5.11 -> 0.5.12 age adoption passing confidence
ts-jest (source) 28.0.6 -> 28.0.7 age adoption passing confidence

Release Notes

babel/babel (@​babel/core)

v7.18.9

Compare Source

🐛 Bug Fix
  • babel-plugin-transform-modules-systemjs, babel-types
  • babel-generator
💅 Polish
🏠 Internal
  • babel-core, babel-helper-remap-async-to-generator, babel-helpers, babel-parser, babel-plugin-transform-block-scoping, babel-preset-env
  • babel-helper-create-class-features-plugin, babel-helper-member-expression-to-functions, babel-helper-remap-async-to-generator, babel-helper-replace-supers, babel-helper-wrap-function, babel-helpers, babel-plugin-bugfix-v8-spread-parameters-in-optional-chaining, babel-plugin-proposal-decorators, babel-plugin-proposal-object-rest-spread, babel-plugin-proposal-optional-chaining, babel-plugin-transform-block-scoping, babel-plugin-transform-classes, babel-traverse, babel-types
🏃‍♀️ Performance
babel/babel (@​babel/parser)

v7.18.9

Compare Source

v7.18.9 (2022-07-18)

🐛 Bug Fix
  • babel-plugin-transform-modules-systemjs, babel-types
  • babel-generator
💅 Polish
🏠 Internal
  • babel-core, babel-helper-remap-async-to-generator, babel-helpers, babel-parser, babel-plugin-transform-block-scoping, babel-preset-env
  • babel-helper-create-class-features-plugin, babel-helper-member-expression-to-functions, babel-helper-remap-async-to-generator, babel-helper-replace-supers, babel-helper-wrap-function, babel-helpers, babel-plugin-bugfix-v8-spread-parameters-in-optional-chaining, babel-plugin-proposal-decorators, babel-plugin-proposal-object-rest-spread, babel-plugin-proposal-optional-chaining, babel-plugin-transform-block-scoping, babel-plugin-transform-classes, babel-traverse, babel-types
🏃‍♀️ Performance
Committers: 5
dotansimha/graphql-yoga

v2.13.4

Compare Source

Patch Changes

v2.13.3

Compare Source

Patch Changes
  • 639607d: Previously the async iterable returned by GraphQL executor isn't cleaned up properly on Node environments because ReadableStream implementation of Node doesn't call defined "cancel" method in the right time. Now it has been patched in cross-undici-fetch and we ensure "Response.body" is destroyed after Node.js's ServerResponse is ended by any means
typescript-eslint/typescript-eslint (@​typescript-eslint/eslint-plugin)

v5.30.7

Compare Source

Bug Fixes
  • eslint-plugin: [no-inferrable] fix optional param to valid code (#​5342) (98f6d5e)
  • eslint-plugin: [no-unused-vars] highlight last write reference (#​5267) (c3f199a)
typescript-eslint/typescript-eslint (@​typescript-eslint/parser)

v5.30.7

Compare Source

Bug Fixes
open-cli-tools/concurrently

v7.3.0

Compare Source

What's Changed

eslint/eslint

v8.20.0

Compare Source

Features
Bug Fixes
  • 30be0ed fix: no-warning-comments rule escapes special RegEx characters in terms (#​16090) (Lachlan Hunt)
  • bfe5e88 fix: ignore spacing before ] and } in comma-spacing (#​16113) (Milos Djermanovic)
Documentation
Chores
  • bbf8df4 chore: Mark autogenerated release blog post as draft (#​16130) (Nicholas C. Zakas)
  • eee4306 chore: update internal lint dependencies (#​16088) (Bryan Mishkin)
  • 9615a42 chore: update formatter examples template to avoid markdown lint error (#​16085) (Milos Djermanovic)
  • 62541ed chore: fix markdown linting error (#​16083) (唯然)
enisdenjo/graphql-sse

v1.2.5

Compare Source

Bug Fixes
  • client: Leverage active streams for reliable network error retries (607b468)
i18next/next-i18next

v11.2.2

Compare Source

  • fix: pass namespaces to the client also for custom backends (#​1913)

v11.2.1

Compare Source

v11.2.0

Compare Source

  • feat: support nested namespace structure (#​1911)
sveltejs/language-tools

v0.5.12

Compare Source

  • (feat) use SvelteComponentTyped if available for some typings (#​1548)

New transformation:

  • (fix) adjust special element typings (#​1547)
kulshekhar/ts-jest

v28.0.7

Compare Source

Bug Fixes

Configuration

📅 Schedule: Branch creation - "after 10pm,before 6:00am" in timezone Europe/Warsaw, 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, click this checkbox.

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 Jul 15, 2022
@changeset-bot
Copy link

changeset-bot bot commented Jul 15, 2022

⚠️ No Changeset found

Latest commit: 44fef11

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

@vercel
Copy link

vercel bot commented Jul 15, 2022

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Updated
graphql-tools ❌ Failed (Inspect) Jul 20, 2022 at 4:28PM (UTC)

@theguild-bot
Copy link
Collaborator

theguild-bot commented Jul 15, 2022

The latest changes of this PR are not available as alpha, since there are no linked changesets for this PR.

@github-actions
Copy link
Contributor

github-actions bot commented Jul 15, 2022

✅ Benchmark Results

     ✓ no_errors
     ✓ expected_result

     checks.........................: 100.00% ✓ 250       ✗ 0  
     data_received..................: 29 MB   2.9 MB/s
     data_sent......................: 107 kB  11 kB/s
     http_req_blocked...............: avg=5.72µs   min=2.7µs    med=3.6µs    max=189.39µs p(90)=4.3µs    p(95)=4.4µs   
     http_req_connecting............: avg=1.02µs   min=0s       med=0s       max=128.59µs p(90)=0s       p(95)=0s      
   ✓ http_req_duration..............: avg=75.36ms  min=64.55ms  med=70.85ms  max=159.42ms p(90)=81.79ms  p(95)=116.75ms
       { expected_response:true }...: avg=75.36ms  min=64.55ms  med=70.85ms  max=159.42ms p(90)=81.79ms  p(95)=116.75ms
     http_req_failed................: 0.00%   ✓ 0         ✗ 125
     http_req_receiving.............: avg=150.26µs min=121.09µs med=139.59µs max=779.19µs p(90)=156.31µs p(95)=159.93µs
     http_req_sending...............: avg=145.42µs min=18.2µs   med=27µs     max=3.23ms   p(90)=61.84µ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=75.06ms  min=64.39ms  med=70.67ms  max=158.57ms p(90)=81.56ms  p(95)=116.52ms
     http_reqs......................: 125     12.452114/s
     iteration_duration.............: avg=80.28ms  min=69.14ms  med=75.96ms  max=164.42ms p(90)=87.11ms  p(95)=121.34ms
     iterations.....................: 125     12.452114/s
     vus............................: 1       min=1       max=1
     vus_max........................: 1       min=1       max=1

@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 364bb39 to 054bb93 Compare July 16, 2022 01:18
@renovate renovate bot changed the title chore(deps): update dependency @types/jest to v28.1.6 chore(deps): update all non-major dependencies Jul 16, 2022
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 054bb93 to d77e4c6 Compare July 16, 2022 16:44
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from d77e4c6 to 64dd289 Compare July 16, 2022 22:30
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 64dd289 to d0344e1 Compare July 17, 2022 01:28
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from d0344e1 to f00db76 Compare July 17, 2022 10:59
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from f00db76 to 4b177e6 Compare July 17, 2022 16:16
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 4b177e6 to 7551baa Compare July 18, 2022 10:48
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 7551baa to d1d6aee Compare July 18, 2022 18:43
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from d1d6aee to 2195669 Compare July 19, 2022 00:33
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 2195669 to 27a1800 Compare July 19, 2022 10:17
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 27a1800 to 401c1c9 Compare July 19, 2022 22:30
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 401c1c9 to 18fcced Compare July 20, 2022 10:29
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 0806e24 to 44fef11 Compare July 20, 2022 16:24
@ardatan ardatan merged commit 3978ed4 into master Jul 20, 2022
@ardatan ardatan deleted the renovate/all-minor-patch branch July 20, 2022 16:27
@github-actions
Copy link
Contributor

diff --git a/website/algolia-lockfile.json b/website/algolia-lockfile.json
index 5aa8ecc5..9114019d 100644
--- a/website/algolia-lockfile.json
+++ b/website/algolia-lockfile.json
@@ -376,8 +376,8 @@
             "children": [
               {
                 "children": [],
-                "title": "GraphQL over HTTP executor with `@whatwg-node/fetch`",
-                "anchor": "graphql-over-http-executor-with-whatwg-nodefetch"
+                "title": "GraphQL over HTTP executor with `cross-undici-fetch`",
+                "anchor": "graphql-over-http-executor-with-cross-undici-fetch"
               },
               {
                 "children": [],

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

2 participants