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 dependency @sveltejs/adapter-auto to v3 #3212

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Mar 25, 2024

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@sveltejs/adapter-auto (source) 2.1.0 -> 3.2.1 age adoption passing confidence

Release Notes

sveltejs/kit (@​sveltejs/adapter-auto)

v3.2.1

Compare Source

Patch Changes

v3.2.0

Compare Source

Minor Changes
  • feat: add support for Google Cloud Run (#​12015)

v3.1.1

Compare Source

Patch Changes
  • fix: better error message when using read (#​11689)

v3.1.0

Compare Source

Minor Changes
  • feat: bump Azure adapter version (#​11496)

v3.0.1

Compare Source

Patch Changes

v3.0.0

Compare Source

Major Changes

v2.1.1

Compare Source

Patch Changes

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • 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 Mar 25, 2024
Copy link

changeset-bot bot commented Mar 25, 2024

⚠️ No Changeset found

Latest commit: 735ba02

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 Mar 25, 2024

Apollo Federation Subgraph Compatibility Results

Federation 1 Support Federation 2 Support
_service🟢
@key (single)🟢
@key (multi)🟢
@key (composite)🟢
repeatable @key🟢
@requires🟢
@provides🟢
federated tracing🟢
@link🟢
@shareable🟢
@tag🟢
@override🟢
@inaccessible🟢
@composeDirective🟢
@interfaceObject🟢

Learn more:

Copy link
Contributor

github-actions bot commented Mar 25, 2024

✅ Benchmark Results

     ✓ no_errors{mode:graphql}
     ✓ expected_result{mode:graphql}
     ✓ no_errors{mode:graphql-jit}
     ✓ expected_result{mode:graphql-jit}
     ✓ no_errors{mode:graphql-response-cache}
     ✓ expected_result{mode:graphql-response-cache}
     ✓ no_errors{mode:graphql-no-parse-validate-cache}
     ✓ expected_result{mode:graphql-no-parse-validate-cache}

     checks.......................................: 100.00% ✓ 302296      ✗ 0     
     data_received................................: 1.2 GB  10 MB/s
     data_sent....................................: 61 MB   509 kB/s
     http_req_blocked.............................: avg=2.02µs   min=1.01µs   med=1.47µs   max=3.13ms   p(90)=2.25µs   p(95)=2.59µs  
     http_req_connecting..........................: avg=6ns      min=0s       med=0s       max=496.93µs p(90)=0s       p(95)=0s      
     http_req_duration............................: avg=525.86µs min=214.33µs med=352.61µs max=26.53ms  p(90)=697.49µs p(95)=1.12ms  
       { expected_response:true }.................: avg=525.86µs min=214.33µs med=352.61µs max=26.53ms  p(90)=697.49µs p(95)=1.12ms  
     ✓ { mode:graphql-jit }.......................: avg=403.1µs  min=214.33µs med=281.33µs max=17.35ms  p(90)=459.71µs p(95)=744.88µs
     ✓ { mode:graphql-no-parse-validate-cache }...: avg=733.65µs min=407.63µs med=494.65µs max=15.47ms  p(90)=1.05ms   p(95)=1.74ms  
     ✓ { mode:graphql-response-cache }............: avg=518.18µs min=274.01µs med=346.46µs max=13.99ms  p(90)=617.82µs p(95)=1.06ms  
     ✓ { mode:graphql }...........................: avg=518.07µs min=285.64µs med=357.53µs max=26.53ms  p(90)=654.57µs p(95)=1.03ms  
     http_req_failed..............................: 0.00%   ✓ 0           ✗ 151148
     http_req_receiving...........................: avg=42.59µs  min=17.1µs   med=34.64µs  max=11.29ms  p(90)=43.63µs  p(95)=59.84µs 
     http_req_sending.............................: avg=11.47µs  min=6.06µs   med=8.44µs   max=9.62ms   p(90)=12.94µs  p(95)=16.62µs 
     http_req_tls_handshaking.....................: avg=0s       min=0s       med=0s       max=0s       p(90)=0s       p(95)=0s      
     http_req_waiting.............................: avg=471.79µs min=182.14µs med=306.31µs max=26.33ms  p(90)=621.88µs p(95)=1.02ms  
     http_reqs....................................: 151148  1259.528392/s
     iteration_duration...........................: avg=787.2µs  min=393.65µs med=578.96µs max=27.63ms  p(90)=1.06ms   p(95)=1.64ms  
     iterations...................................: 151148  1259.528392/s
     vus..........................................: 1       min=1         max=1   
     vus_max......................................: 2       min=2         max=2   

Copy link
Contributor

github-actions bot commented Mar 25, 2024

💻 Website Preview

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

@renovate renovate bot force-pushed the renovate/sveltejs-adapter-auto-3.x branch from 93bc225 to c315166 Compare March 27, 2024 15:46
@renovate renovate bot force-pushed the renovate/sveltejs-adapter-auto-3.x branch from c315166 to 29abf26 Compare May 22, 2024 00:35
Copy link
Contributor

github-actions bot commented May 22, 2024

🚀 Snapshot Release (rc)

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

Package Version Info
@graphql-yoga/apollo-link 3.4.0-rc-20240527155948-46c76990 npm ↗︎ unpkg ↗︎
@graphql-yoga/urql-exchange 3.4.0-rc-20240527155948-46c76990 npm ↗︎ unpkg ↗︎
@graphql-yoga/graphiql 4.3.0-rc-20240527155948-46c76990 npm ↗︎ unpkg ↗︎
graphql-yoga 5.4.0-rc-20240527155948-46c76990 npm ↗︎ unpkg ↗︎
@graphql-yoga/nestjs 3.4.0-rc-20240527155948-46c76990 npm ↗︎ unpkg ↗︎
@graphql-yoga/nestjs-federation 3.4.0-rc-20240527155948-46c76990 npm ↗︎ unpkg ↗︎
@graphql-yoga/plugin-apollo-inline-trace 3.4.0-rc-20240527155948-46c76990 npm ↗︎ unpkg ↗︎
@graphql-yoga/plugin-apq 3.4.0-rc-20240527155948-46c76990 npm ↗︎ unpkg ↗︎
@graphql-yoga/plugin-csrf-prevention 3.4.0-rc-20240527155948-46c76990 npm ↗︎ unpkg ↗︎
@graphql-yoga/plugin-defer-stream 3.4.0-rc-20240527155948-46c76990 npm ↗︎ unpkg ↗︎
@graphql-yoga/plugin-disable-introspection 2.4.0-rc-20240527155948-46c76990 npm ↗︎ unpkg ↗︎
@graphql-yoga/plugin-graphql-sse 3.4.0-rc-20240527155948-46c76990 npm ↗︎ unpkg ↗︎
@graphql-yoga/plugin-jwt 2.4.0-rc-20240527155948-46c76990 npm ↗︎ unpkg ↗︎
@graphql-yoga/plugin-persisted-operations 3.4.0-rc-20240527155948-46c76990 npm ↗︎ unpkg ↗︎
@graphql-yoga/plugin-prometheus 5.1.0-rc-20240527155948-46c76990 npm ↗︎ unpkg ↗︎
@graphql-yoga/plugin-response-cache 3.6.0-rc-20240527155948-46c76990 npm ↗︎ unpkg ↗︎
@graphql-yoga/plugin-sofa 3.4.0-rc-20240527155948-46c76990 npm ↗︎ unpkg ↗︎
@graphql-yoga/render-graphiql 5.4.0-rc-20240527155948-46c76990 npm ↗︎ unpkg ↗︎

@renovate renovate bot force-pushed the renovate/sveltejs-adapter-auto-3.x branch from 29abf26 to 46c7699 Compare May 27, 2024 15:41
@renovate renovate bot force-pushed the renovate/sveltejs-adapter-auto-3.x branch from 46c7699 to 735ba02 Compare May 28, 2024 17:35
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

0 participants