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

Merged
merged 2 commits into from
Feb 19, 2025
Merged

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Feb 19, 2025

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
aws-cdk (source) 2.1000.1 -> 2.1000.2 age adoption passing confidence
tsx (source) 4.19.2 -> 4.19.3 age adoption passing confidence

Release Notes

privatenumber/tsx (tsx)

v4.19.3

Compare Source


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.

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

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

changeset-bot bot commented Feb 19, 2025

⚠️ No Changeset found

Latest commit: 3b3259f

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 Feb 19, 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 Feb 19, 2025

💻 Website Preview

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

Copy link
Contributor

github-actions bot commented Feb 19, 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% ✓ 521168      ✗ 0     
     data_received................................: 2.1 GB  14 MB/s
     data_sent....................................: 105 MB  698 kB/s
     http_req_blocked.............................: avg=1.56µs   min=1.01µs   med=1.37µs   max=273.91µs p(90)=2.01µs   p(95)=2.2µs   
     http_req_connecting..........................: avg=2ns      min=0s       med=0s       max=134.94µs p(90)=0s       p(95)=0s      
     http_req_duration............................: avg=356.21µs min=213.61µs med=325.91µs max=19.35ms  p(90)=465.31µs p(95)=486.66µs
       { expected_response:true }.................: avg=356.21µs min=213.61µs med=325.91µs max=19.35ms  p(90)=465.31µs p(95)=486.66µs
     ✓ { mode:graphql-jit }.......................: avg=281.63µs min=213.61µs med=265.64µs max=19.35ms  p(90)=294.66µs p(95)=305.87µs
     ✓ { mode:graphql-no-parse-validate-cache }...: avg=491.24µs min=403.12µs med=467.76µs max=5.9ms    p(90)=507.7µs  p(95)=569.69µs
     ✓ { mode:graphql-response-cache }............: avg=344.26µs min=263.7µs  med=327.39µs max=6.37ms   p(90)=356.59µs p(95)=367.16µs
     ✓ { mode:graphql }...........................: avg=361.48µs min=277.43µs med=335.29µs max=14.14ms  p(90)=379.56µs p(95)=426.12µs
     ✓ { mode:uws }...............................: avg=341.11µs min=266.43µs med=323.65µs max=6.31ms   p(90)=356.21µs p(95)=376µs   
     http_req_failed..............................: 0.00%   ✓ 0           ✗ 260584
     http_req_receiving...........................: avg=32.9µs   min=17.09µs  med=32.55µs  max=2.84ms   p(90)=39.12µs  p(95)=41.56µs 
     http_req_sending.............................: avg=8.65µs   min=5.94µs   med=7.59µs   max=319.05µs p(90)=10.98µs  p(95)=12.17µs 
     http_req_tls_handshaking.....................: avg=0s       min=0s       med=0s       max=0s       p(90)=0s       p(95)=0s      
     http_req_waiting.............................: avg=314.65µs min=182µs    med=285.34µs max=19.23ms  p(90)=423.41µs p(95)=442.95µs
     http_reqs....................................: 260584  1737.205178/s
     iteration_duration...........................: avg=570.69µs min=382.15µs med=536.5µs  max=19.86ms  p(90)=684µs    p(95)=709.91µs
     iterations...................................: 260584  1737.205178/s
     vus..........................................: 1       min=1         max=1   
     vus_max......................................: 2       min=2         max=2   

@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 38e6e16 to 982556a Compare February 19, 2025 02:02
@ardatan ardatan force-pushed the renovate/all-minor-patch branch from cd7ed47 to 3b3259f Compare February 19, 2025 02:33
@ardatan ardatan merged commit 85de13b into main Feb 19, 2025
26 checks passed
@ardatan ardatan deleted the renovate/all-minor-patch branch February 19, 2025 02:39
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