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

v3 #1470

Closed
wants to merge 107 commits into from
Closed

v3 #1470

wants to merge 107 commits into from

Conversation

n1ru4l
Copy link
Collaborator

@n1ru4l n1ru4l commented Jul 26, 2022

Tracking of the GraphQL Yoga V3 progress.


@changeset-bot
Copy link

changeset-bot bot commented Jul 26, 2022

🦋 Changeset detected

Latest commit: 42726d8

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

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 Jul 26, 2022

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

@github-actions
Copy link
Contributor

github-actions bot commented Jul 26, 2022

✅ Benchmark Results

     ✓ no_errors
     ✓ expected_result

     checks.........................: 100.00% ✓ 134692      ✗ 0    
     data_received..................: 20 MB   669 kB/s
     data_sent......................: 7.7 MB  258 kB/s
     http_req_blocked...............: avg=1.46µs   min=1µs     med=1.3µs    max=458.21µs p(90)=1.8µs    p(95)=2.2µs   
     http_req_connecting............: avg=2ns      min=0s      med=0s       max=194.5µs  p(90)=0s       p(95)=0s      
   ✓ http_req_duration..............: avg=350.56µs min=229.3µs med=306.7µs  max=21.59ms  p(90)=393.01µs p(95)=448.21µs
       { expected_response:true }...: avg=350.56µs min=229.3µs med=306.7µs  max=21.59ms  p(90)=393.01µs p(95)=448.21µs
     http_req_failed................: 0.00%   ✓ 0           ✗ 67346
     http_req_receiving.............: avg=24.38µs  min=13.2µs  med=21.5µs   max=9.54ms   p(90)=29.8µs   p(95)=33.5µs  
     http_req_sending...............: avg=10.89µs  min=4.89µs  med=10µs     max=3.2ms    p(90)=13.5µs   p(95)=14.7µs  
     http_req_tls_handshaking.......: avg=0s       min=0s      med=0s       max=0s       p(90)=0s       p(95)=0s      
     http_req_waiting...............: avg=315.29µs min=206.6µs med=274.3µs  max=21.42ms  p(90)=354.21µs p(95)=405.98µs
     http_reqs......................: 67346   2244.728581/s
     iteration_duration.............: avg=439.74µs min=295µs   med=390.31µs max=22.24ms  p(90)=494.11µs p(95)=558.08µs
     iterations.....................: 67346   2244.728581/s
     vus............................: 0       min=0         max=1  
     vus_max........................: 1       min=1         max=1  

b4s36t4 and others added 6 commits July 27, 2022 14:24
* chore: remove node 12 checks in ci/cd, changed target to es2020

* Add changeset

Co-authored-by: Arda TANRIKULU <ardatanrikulu@gmail.com>
* chore(deps): update actions/checkout action to v3 (#1431)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>

* chore(deps): update dependency ioredis to v5.2.2 (#1450)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>

* Replace cross-undici-fetch with @whatwg-node/fetch

* chore(deps): update dependency vite to v3

* Fix GraphiQL build

* Go

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Arda TANRIKULU <ardatanrikulu@gmail.com>
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
* single package for yoga

* docs: v3 wip documentation

* fix: use correct layout component
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
* chore(deps): update dependency vite to v3 (master) (#1444)

* chore(deps): update actions/checkout action to v3 (#1431)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>

* chore(deps): update dependency ioredis to v5.2.2 (#1450)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>

* Replace cross-undici-fetch with @whatwg-node/fetch

* chore(deps): update dependency vite to v3

* Fix GraphiQL build

* Go

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Arda TANRIKULU <ardatanrikulu@gmail.com>

* Persisted Queries Plugin

* Move docs to new home

* Use v3 API

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
* feat: make it a clear APQ plugin

* feat: persisted operations plugin

* fix: typo in name

* feat: allow arbitrary options opt-in

* use distinct message PersistedQueryOnly

* Few changes

* Fix

* Workaround for v16

Co-authored-by: Arda TANRIKULU <ardatanrikulu@gmail.com>
ardatan and others added 29 commits September 6, 2022 15:21
* chore(deps): update dependency typescript to v4.8.2

* TS compat

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Arda TANRIKULU <ardatanrikulu@gmail.com>
* test: add failing test

* fix implementation

* Rebase

* use response.json

* Satisfy TS

* chore(dependencies): updated changesets for modified dependencies

Co-authored-by: Arda TANRIKULU <ardatanrikulu@gmail.com>
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
* chore(deps): update jest monorepo to v29

* Update snapshots

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Arda TANRIKULU <ardatanrikulu@gmail.com>
* chore(deps): update dependency @urql/core to v3

* Fix urql

* chore(dependencies): updated changesets for modified dependencies

* Go

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Arda TANRIKULU <ardatanrikulu@gmail.com>
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
* Bun compat

* ..

* Prettier

* YES

* Go

* chore(dependencies): updated changesets for modified dependencies

* Try this

* ..

* chore(dependencies): updated changesets for modified dependencies

Co-authored-by: Arda TANRIKULU <ardatanrikulu@gmail.com>
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
* chore(deps): update all non-major dependencies

* chore(dependencies): updated changesets for modified dependencies

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
…73 (#1723)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
* chore(deps): update all non-major dependencies

* chore(dependencies): updated changesets for modified dependencies

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
* fix(deps): update all non-major dependencies

* chore(dependencies): updated changesets for modified dependencies

* chore(dependencies): updated changesets for modified dependencies

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
* fix(deps): update all non-major dependencies

* chore(dependencies): updated changesets for modified dependencies

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
@ardatan ardatan closed this Sep 19, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

6 participants