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 svelte to v5.17.2 #3630

Merged
merged 1 commit into from
Jan 9, 2025

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Jan 9, 2025

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
svelte (source) 5.17.1 -> 5.17.2 age adoption passing confidence

Release Notes

sveltejs/svelte (svelte)

v5.17.2

Compare Source

Patch Changes
  • fix: account for parent scale when animating elements (#​14957)

  • fix: apply overflow: hidden style when transitioning elements, where necessary (#​14930)

  • fix: properly add owners to function bindings (#​14962)


Configuration

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

🚦 Automerge: Enabled.

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 was generated by Mend Renovate. View the repository job log.

@renovate renovate bot added the dependencies Pull requests that update a dependency file label Jan 9, 2025
Copy link

changeset-bot bot commented Jan 9, 2025

⚠️ No Changeset found

Latest commit: c2b9349

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 Jan 9, 2025

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 Jan 9, 2025

💻 Website Preview

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

Copy link
Contributor

github-actions bot commented Jan 9, 2025

✅ 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}
     ✓ no_errors{mode:uws}
     ✓ expected_result{mode:uws}

     checks.......................................: 100.00% ✓ 507328      ✗ 0     
     data_received................................: 2.1 GB  14 MB/s
     data_sent....................................: 102 MB  680 kB/s
     http_req_blocked.............................: avg=1.52µs   min=962ns    med=1.33µs   max=292.69µs p(90)=2.02µs   p(95)=2.21µs  
     http_req_connecting..........................: avg=2ns      min=0s       med=0s       max=135.81µs p(90)=0s       p(95)=0s      
     http_req_duration............................: avg=370.63µs min=220.05µs med=335.74µs max=15.78ms  p(90)=480.25µs p(95)=504.81µs
       { expected_response:true }.................: avg=370.63µs min=220.05µs med=335.74µs max=15.78ms  p(90)=480.25µs p(95)=504.81µs
     ✓ { mode:graphql-jit }.......................: avg=294.9µs  min=220.05µs med=276.84µs max=15.78ms  p(90)=310.22µs p(95)=329.16µs
     ✓ { mode:graphql-no-parse-validate-cache }...: avg=509.15µs min=414.45µs med=480.67µs max=7.43ms   p(90)=526.38µs p(95)=577.5µs 
     ✓ { mode:graphql-response-cache }............: avg=351.2µs  min=269.22µs med=332.94µs max=7.45ms   p(90)=364.78µs p(95)=377.73µs
     ✓ { mode:graphql }...........................: avg=381.05µs min=281.61µs med=347.33µs max=15.26ms  p(90)=418.46µs p(95)=479.07µs
     ✓ { mode:uws }...............................: avg=356.32µs min=271.86µs med=335.5µs  max=6.2ms    p(90)=374.64µs p(95)=400.89µs
     http_req_failed..............................: 0.00%   ✓ 0           ✗ 253664
     http_req_receiving...........................: avg=33.85µs  min=16.36µs  med=33.32µs  max=3.14ms   p(90)=40.2µs   p(95)=43.39µs 
     http_req_sending.............................: avg=8.79µs   min=5.83µs   med=7.71µs   max=356.03µs p(90)=11.24µs  p(95)=12.45µs 
     http_req_tls_handshaking.....................: avg=0s       min=0s       med=0s       max=0s       p(90)=0s       p(95)=0s      
     http_req_waiting.............................: avg=327.97µs min=187.94µs med=294.15µs max=15.61ms  p(90)=436.84µs p(95)=459.75µs
     http_reqs....................................: 253664  1691.073743/s
     iteration_duration...........................: avg=586.29µs min=396.74µs med=547.18µs max=16.33ms  p(90)=699.83µs p(95)=729.59µs
     iterations...................................: 253664  1691.073743/s
     vus..........................................: 1       min=1         max=1   
     vus_max......................................: 2       min=2         max=2   

@ardatan ardatan merged commit 844fef8 into main Jan 9, 2025
24 checks passed
@ardatan ardatan deleted the renovate/all-minor-patch branch January 9, 2025 17:26
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.

1 participant