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: typescript commonjs resolution #1543

Merged
merged 1 commit into from
Aug 5, 2022

Conversation

n1ru4l
Copy link
Collaborator

@n1ru4l n1ru4l commented Aug 5, 2022

No description provided.

@changeset-bot
Copy link

changeset-bot bot commented Aug 5, 2022

🦋 Changeset detected

Latest commit: 7f2a394

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

This PR includes changesets to release 35 packages
Name Type
@graphql-yoga/common Patch
@graphql-yoga/redis-event-target Patch
@graphql-yoga/typed-event-target Patch
graphql-yoga Patch
@graphql-yoga/node Patch
@graphql-yoga/render-graphiql Patch
@graphql-yoga/subscription Patch
cloudflare-advanced Patch
cloudflare Patch
service-worker Patch
sveltekit Patch
example-redis-pub-sub Patch
graphql-config-example Patch
apollo-federation-gateway-with-yoga Patch
apollo-subgraph-with-yoga Patch
graphql-lambda Patch
defer-stream-example Patch
error-masking-example Patch
express-example Patch
fastify-modules-example Patch
fastify-example Patch
file-upload-nextjs-pothos Patch
file-upload-nexus Patch
file-upload Patch
example-generic-auth Patch
graphql-ws Patch
hackernews Patch
hello-world Patch
koa-example Patch
example-live-query Patch
nextjs-auth Patch
nextjs Patch
node-esm Patch
subscriptions-example Patch
hello-world-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

@github-actions
Copy link
Contributor

github-actions bot commented Aug 5, 2022

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

@graphql-yoga/common@2.12.5-canary-0a78c8b.0
@graphql-yoga/redis-event-target@0.1.3-canary-0a78c8b.0
@graphql-yoga/typed-event-target@0.1.1-canary-0a78c8b.0
graphql-yoga@2.13.6-canary-0a78c8b.0
@graphql-yoga/node@2.13.6-canary-0a78c8b.0
@graphql-yoga/render-graphiql@2.13.5-canary-0a78c8b.0
@graphql-yoga/subscription@2.2.3-canary-0a78c8b.0

@github-actions
Copy link
Contributor

github-actions bot commented Aug 5, 2022

✅ Benchmark Results

     ✓ no_errors
     ✓ expected_result

     checks.........................: 100.00% ✓ 192858      ✗ 0    
     data_received..................: 26 MB   855 kB/s
     data_sent......................: 11 MB   370 kB/s
     http_req_blocked...............: avg=1.21µs   min=800ns   med=1.1µs   max=286.6µs p(90)=1.5µs   p(95)=1.8µs  
     http_req_connecting............: avg=1ns      min=0s      med=0s      max=123.1µs p(90)=0s      p(95)=0s     
   ✓ http_req_duration..............: avg=233.44µs min=155.6µs med=211.2µs max=19.28ms p(90)=265.5µs p(95)=296.8µs
       { expected_response:true }...: avg=233.44µs min=155.6µs med=211.2µs max=19.28ms p(90)=265.5µs p(95)=296.8µs
     http_req_failed................: 0.00%   ✓ 0           ✗ 96429
     http_req_receiving.............: avg=18.89µs  min=11.1µs  med=18µs    max=7.65ms  p(90)=23.4µs  p(95)=26.1µs 
     http_req_sending...............: avg=8.12µs   min=4µs     med=5.4µs   max=8.06ms  p(90)=10.9µs  p(95)=11.7µs 
     http_req_tls_handshaking.......: avg=0s       min=0s      med=0s      max=0s      p(90)=0s      p(95)=0s     
     http_req_waiting...............: avg=206.42µs min=136.1µs med=186.5µs max=19.18ms p(90)=233µs   p(95)=263µs  
     http_reqs......................: 96429   3214.141553/s
     iteration_duration.............: avg=304.65µs min=212.9µs med=277.8µs max=19.77ms p(90)=348.4µs p(95)=386.4µs
     iterations.....................: 96429   3214.141553/s
     vus............................: 1       min=1         max=1  
     vus_max........................: 1       min=1         max=1  

@n1ru4l n1ru4l requested a review from ardatan August 5, 2022 10:49
@n1ru4l n1ru4l merged commit eecf24c into master Aug 5, 2022
@n1ru4l n1ru4l deleted the fix-typescript-commonjs-resolution branch August 5, 2022 11:05
saihaj added a commit that referenced this pull request Aug 30, 2022
* docs: added file upload example to save file in disk (#1477)

* updated: file upload example to save file in disk using fs

* added: fs module import

* added: path module import

* docs: fix typos (#1492)

* fix(deps): update all non-major dependencies (master) (#1480)

* fix(deps): update all non-major dependencies

* Fix tests

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

* fix(deps): update envelop (#1495)

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

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

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

* Update file-uploads.mdx (#1501)

* docs: fix typos (#1498)

* Bump @whatwg-node/fetch to get the latest fixes (#1493)

* chore(release): update monorepo packages versions (#1502)

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

* chore(deps): update all non-major dependencies (master) (#1517)

* chore(deps): update all non-major dependencies

* chore: bump "@envelop/live-query"

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

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

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

* chore(deps): update dependency puppeteer to v16 (#1531)

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

* fix: typescript commonjs resolution (#1543)

* chore(release): update monorepo packages versions (#1546)

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

* fix(deps): update envelop (#1549)

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

* Update yarn.lock

* fix(deps): update dependency framer-motion to v7 (#1540)

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

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

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

* chore(deps): update dependency puppeteer to v16.1.0 (#1555)

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

* docs: fix bad redis import (#1554)

There is an error with import. 
```
'Redis' cannot be used as a value because it was exported using 'export type'.ts(1362)
```
Take a look here https://github.com/luin/ioredis

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

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

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

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

* chore(deps): update all non-major dependencies to v2.37.0 (#1571)

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

* Update subscriptions.mdx (#1572)

* fix(deps): update dependency @graphql-tools/schema to v9 (#1570)

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

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

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

* Update algolia-lockfile.json

* fix(deps): update dependency pino-pretty to v9 (#1574)

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

* chore(deps): update dependency esbuild to v0.15.1 (#1577)

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

* fix(deps): update dependency shiki to ^0.11.0 (#1580)

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

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

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

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

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

* chore(deps): update dependency eslint to v8.22.0 (#1593)

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

* chore(deps): update dependency esbuild to v0.15.3 (#1594)

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

* chore(deps): update dependency html-minifier-terser to v7.0.0 (#1596)

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

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

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

* fix(deps): update dependency @pothos/core to v3.15.0 (#1599)

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

* fix: apply the useHTTPValidationError plugin last (#1600)

* test: add failing test

* fix: put the useHTTPValidationError plugin last

* chore: add changeset

* fix: upgrade envelop (#1603)

* fix: upgrade envelop

* chore: add test

* use shared pipelines and latest repo setup (#1605)

* chore(release): update monorepo packages versions (#1602)

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

* fix(deps): update all non-major dependencies (master) (#1611)

* 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>

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

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

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

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

* Unopinionated vscode settings (#1617)

* unopinionated

* some recommendations

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

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

* ci: use shared actions (#1626)

* chore(release): update monorepo packages versions (#1613)

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

* example: add graphql-armor (#1620)

* feat(example): add graphql-armor

* chore(example/graphql-armor): update example query + description

* chore(example/graphql-armor): add installation snippet

* chore(example/graphql-armor): bump armor version

* chore(deps): bump graphql armor

* chore(deps): bump graphql armor

* chore(deps): update dependency netlify-cli to v11 (#1628)

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

* fix: graphiql (#1634)

* fix: graphiql

* fix: test

* remove html test

* chore(release): update monorepo packages versions (#1635)

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

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

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

* chore(deps): update dependency @sveltejs/adapter-auto to v1.0.0-next.65 (#1640)

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

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

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

* fix(common): accept POST requests as JSON by default again (#1636)

* chore(release): update monorepo packages versions (#1651)

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

* fix(deps): update dependency next-i18next to v12 (#1643)

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

* GraphQL Yoga - New website (#1537)

* bootstrap

fix menu

* features

* integrations

* migration

* advanced

* basic

* fix title

* fix

* rebase conflicts

* temp

* update components

* yeah

* chore(dependencies): updated changesets for modified dependencies

* npx yarn deduplicate

Co-authored-by: Dimitri POSTOLOV <dmytropostolov@gmail.com>
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>

* Update algolia-lockfile.json

* chore(deps): update all non-major dependencies (master) (#1649)

* 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>

* upgrade and fix Deno example (#1667)

* upgrade and fix Deno example

* Update

* fix(common): accept the server context if Yoga instance is used as a Request handler

Co-authored-by: Arda TANRIKULU <ardatanrikulu@gmail.com>

* chore(release): update monorepo packages versions (#1652)

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

* Respect Envelop's OnPluginInit's addPlugin method (#1671)

* chore(release): update monorepo packages versions (#1673)

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

* chore(deps): update all non-major dependencies (master) (#1658)

* 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>

* chore: use correct version for graphql-ws (#1680)

* make build pass

* some fixes

* fix: integration test

* one test to go

* fix build issues

* include schema and check error extensions too

* ci: remove node 12

Co-authored-by: Salman Dabbakuti <dabbakutisalman@gmail.com>
Co-authored-by: Laurin Quast <laurinquast@googlemail.com>
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Arda TANRIKULU <ardatanrikulu@gmail.com>
Co-authored-by: matsuda-argano <106219284+matsuda-argano@users.noreply.github.com>
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Co-authored-by: Adam Tkaczyk <adam@tkaczyk.dev>
Co-authored-by: Dotan Simha <dotansimha@gmail.com>
Co-authored-by: Denis Badurina <badurinadenis@gmail.com>
Co-authored-by: c3b5aw <spyk.developpeur@gmail.com>
Co-authored-by: Tuval Simha <tuval.simha@Gmail.com>
Co-authored-by: Dimitri POSTOLOV <dmytropostolov@gmail.com>
Co-authored-by: Paul <paul.cowan@cutting.scot>
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.

None yet

1 participant