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

Merged
merged 2 commits into from Jan 23, 2023
Merged

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Jan 23, 2023

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@pulumi/aws (source) 5.27.0 -> 5.28.0 age adoption passing confidence
@whatwg-node/server 0.5.7 -> 0.5.8 age adoption passing confidence
puppeteer (source) 19.5.2 -> 19.6.0 age adoption passing confidence
wrangler 2.8.0 -> 2.8.1 age adoption passing confidence

Release Notes

pulumi/pulumi-aws

v5.28.0

Compare Source

Changelog

ardatan/whatwg-node

v0.5.8

Compare Source

Patch Changes
  • a8e7184 Thanks @​ardatan! - Handle falsy and non-object additional parameters while building the server context correctly
puppeteer/puppeteer

v19.6.0: puppeteer: v19.6.0

Compare Source

Miscellaneous Chores
  • puppeteer: Synchronize puppeteer versions
Dependencies
  • The following workspace dependencies were updated
    • dependencies
      • puppeteer-core bumped from 19.5.2 to 19.6.0
cloudflare/wrangler2

v2.8.1

Compare Source

Patch Changes
  • #​2501 a0e5a491 Thanks @​geelen! - fix: make it possible to query d1 databases from durable objects

    This PR makes it possible to access D1 from Durable Objects.

    To be able to query D1 from your Durable Object, you'll need to install the latest version of wrangler, and redeploy your Worker.

    For a D1 binding like:

    [[d1_databases]]
    binding = "DB" # i.e. available in your Worker on env.DB
    database_name = "my-database-name"
    database_id = "UUID-GOES-HERE"
    preview_database_id = "UUID-GOES-HERE"

    You'll be able to access your D1 database via env.DB in your Durable Object.

  • #​2280 ef110923 Thanks @​penalosa! - Support queue and trace events in module middleware. This means that queue and trace events should work properly with the --test-scheduled flag
  • #​2554 fbeaf609 Thanks @​CarmenPopoviciu! - feat: Add support for wasm module imports in wrangler pages dev

    Currently it is not possible to import wasm modules in either Pages
    Functions or Pages Advanced Mode projects.

    This commit caries out work to address the aforementioned issue by
    enabling wasm module imports in wrangler pages dev. As a result,
    Pages users can now import their wasm modules withing their Functions
    or _worker.js files, and wrangler pages dev will correctly bundle
    everything and serve these "external" modules.

    import hello from "./hello.wasm"
    
    export async function onRequest() {
    	const module = await WebAssembly.instantiate(hello);
    	return new Response(module.exports.hello);
    }
    
  • #​2563 5ba39569 Thanks @​CarmenPopoviciu! - fix: Copy module imports related files to outdir

    When we bundle a Worker esbuild takes care of writing the
    results to the output directory. However, if the Worker contains
    any external imports, such as text/wasm/binary module imports,
    that cannot be inlined into the same bundle file, bundleWorker
    will not copy these files to the output directory. This doesn't
    affect wrangler publish per se, because of how the Worker
    upload FormData is created. It does however create some
    inconsistencies when running wrangler publish --outdir or
    wrangler publish --outdir --dry-run, in that, outdir will
    not contain those external import files.

    This commit addresses this issue by making sure the aforementioned
    files do get copied over to outdir together with esbuild's
    resulting bundle files.


Configuration

📅 Schedule: Branch creation - "after 8pm,before 8:00am" in timezone Europe/Warsaw, Automerge - At any time (no schedule defined).

🚦 Automerge: Enabled.

Rebasing: Whenever PR is behind base branch, 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 Jan 23, 2023
@changeset-bot
Copy link

changeset-bot bot commented Jan 23, 2023

🦋 Changeset detected

Latest commit: f4f4aae

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

This PR includes changesets to release 10 packages
Name Type
graphql-yoga Patch
@graphql-yoga/common Patch
@graphql-yoga/node Patch
apollo-federation-gateway-with-yoga Patch
apollo-subgraph-with-yoga Patch
graphql-lambda Patch
cloudflare-advanced Patch
cloudflare Patch
hackernews 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 Jan 23, 2023

🚀 Snapshot Release (alpha)

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

Package Version Info
@graphql-yoga/apollo-link 1.3.0-alpha-20230123213134-c556ac57 npm ↗︎ unpkg ↗︎
@graphql-yoga/urql-exchange 1.3.0-alpha-20230123213134-c556ac57 npm ↗︎ unpkg ↗︎
@graphql-yoga/common 3.4.0-alpha-20230123213134-c556ac57 npm ↗︎ unpkg ↗︎
@graphql-yoga/graphiql 3.0.4-alpha-20230123213134-c556ac57 npm ↗︎ unpkg ↗︎
graphql-yoga 3.4.0-alpha-20230123213134-c556ac57 npm ↗︎ unpkg ↗︎
@graphql-yoga/node 3.4.0-alpha-20230123213134-c556ac57 npm ↗︎ unpkg ↗︎
@graphql-yoga/plugin-apollo-inline-trace 1.4.0-alpha-20230123213134-c556ac57 npm ↗︎ unpkg ↗︎
@graphql-yoga/plugin-apq 1.4.0-alpha-20230123213134-c556ac57 npm ↗︎ unpkg ↗︎
@graphql-yoga/plugin-csrf-prevention 1.0.0-alpha-20230123213134-c556ac57 npm ↗︎ unpkg ↗︎
@graphql-yoga/plugin-defer-stream 1.4.0-alpha-20230123213134-c556ac57 npm ↗︎ unpkg ↗︎
@graphql-yoga/plugin-disable-introspection 0.3.0-alpha-20230123213134-c556ac57 npm ↗︎ unpkg ↗︎
@graphql-yoga/plugin-graphql-sse 1.0.0-alpha-20230123213134-c556ac57 npm ↗︎ unpkg ↗︎
@graphql-yoga/plugin-persisted-operations 1.4.0-alpha-20230123213134-c556ac57 npm ↗︎ unpkg ↗︎
@graphql-yoga/plugin-prometheus 1.4.0-alpha-20230123213134-c556ac57 npm ↗︎ unpkg ↗︎
@graphql-yoga/plugin-response-cache 1.4.0-alpha-20230123213134-c556ac57 npm ↗︎ unpkg ↗︎
@graphql-yoga/plugin-sofa 1.4.0-alpha-20230123213134-c556ac57 npm ↗︎ unpkg ↗︎
@graphql-yoga/render-graphiql 3.4.0-alpha-20230123213134-c556ac57 npm ↗︎ unpkg ↗︎
@graphql-yoga/subscription 3.1.0-alpha-20230123213134-c556ac57 npm ↗︎ unpkg ↗︎

@github-actions
Copy link
Contributor

github-actions bot commented Jan 23, 2023

✅ Benchmark Results

     ✓ no_errors
     ✓ expected_result

     checks.........................: 100.00% ✓ 165264      ✗ 0    
     data_received..................: 23 MB   774 kB/s
     data_sent......................: 9.5 MB  317 kB/s
     http_req_blocked...............: avg=1.21µs   min=799ns    med=1µs      max=3.73ms  p(90)=1.4µs    p(95)=1.7µs   
     http_req_connecting............: avg=18ns     min=0s       med=0s       max=1.49ms  p(90)=0s       p(95)=0s      
   ✓ http_req_duration..............: avg=293.96µs min=223.29µs med=273.61µs max=20.51ms p(90)=306.19µs p(95)=349.89µs
       { expected_response:true }...: avg=293.96µs min=223.29µs med=273.61µs max=20.51ms p(90)=306.19µs p(95)=349.89µs
     http_req_failed................: 0.00%   ✓ 0           ✗ 82632
     http_req_receiving.............: avg=17.14µs  min=10.5µs   med=15.5µs   max=6.2ms   p(90)=19.59µs  p(95)=22.5µs  
     http_req_sending...............: avg=5.62µs   min=3.89µs   med=4.59µs   max=4.04ms  p(90)=6µs      p(95)=7.6µs   
     http_req_tls_handshaking.......: avg=0s       min=0s       med=0s       max=0s      p(90)=0s       p(95)=0s      
     http_req_waiting...............: avg=271.19µs min=203.79µs med=253.2µs  max=20.39ms p(90)=279.89µs p(95)=319.39µs
     http_reqs......................: 82632   2754.294612/s
     iteration_duration.............: avg=358.13µs min=272.99µs med=333.29µs max=22.37ms p(90)=377.69µs p(95)=429.69µs
     iterations.....................: 82632   2754.294612/s
     vus............................: 0       min=0         max=1  
     vus_max........................: 1       min=1         max=1  

@github-actions
Copy link
Contributor

github-actions bot commented Jan 23, 2023

🚀 Website Preview

The latest changes to the website are available as preview in: https://f111a7ed.graphql-yoga.pages.dev

@renovate
Copy link
Contributor Author

renovate bot commented Jan 23, 2023

Edited/Blocked Notification

Renovate will not automatically rebase this PR, because it does not recognize the last commit author and assumes somebody else may have edited the PR.
You can manually request rebase by checking the rebase/retry box above.

Warning: custom changes will be lost.

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