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 tsx to v4 #3105

Open
wants to merge 2 commits into
base: main
Choose a base branch
from
Open

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Nov 9, 2023

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
tsx ^3.12.7 -> ^4.0.0 age adoption passing confidence

Release Notes

privatenumber/tsx (tsx)

v4.0.0

Compare Source

Bug Fixes
  • emit transformation warnings via stderr (97f9485)
Features
Performance Improvements
BREAKING CHANGES
  • Rename env vars prefix from ESBK_ to TSX_
  • only Node.js LTS versions v18 and up are now supported

This release is also available on:

v3.14.0

Compare Source

Bug Fixes
Features
  • support Node v20.6.0 module.register() & --import flag (#​337) (23e4694)

This release is also available on:

v3.13.0

Compare Source

Features

This release is also available on:

v3.12.10

Compare Source

Bug Fixes

This release is also available on:

v3.12.9

Compare Source

Bug Fixes

v3.12.8

Compare Source

Bug Fixes

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 Nov 9, 2023
Copy link

changeset-bot bot commented Nov 9, 2023

⚠️ No Changeset found

Latest commit: 86f0063

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 Nov 9, 2023

✅ 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% ✓ 243668      ✗ 0     
     data_received................................: 990 MB  8.2 MB/s
     data_sent....................................: 49 MB   410 kB/s
     http_req_blocked.............................: avg=2.28µs   min=1.3µs    med=1.9µs    max=762.94µs p(90)=2.9µs    p(95)=3.4µs   
     http_req_connecting..........................: avg=4ns      min=0s       med=0s       max=137.2µs  p(90)=0s       p(95)=0s      
     http_req_duration............................: avg=650.55µs min=300.71µs med=511.23µs max=25.39ms  p(90)=901.65µs p(95)=1.01ms  
       { expected_response:true }.................: avg=650.55µs min=300.71µs med=511.23µs max=25.39ms  p(90)=901.65µs p(95)=1.01ms  
     ✓ { mode:graphql-jit }.......................: avg=494.91µs min=300.71µs med=406.62µs max=25.39ms  p(90)=539.83µs p(95)=692.52µs
     ✓ { mode:graphql-no-parse-validate-cache }...: avg=1ms      min=791.34µs med=883.85µs max=25.22ms  p(90)=1.03ms   p(95)=1.42ms  
     ✓ { mode:graphql-response-cache }............: avg=599.55µs min=381.82µs med=503.13µs max=16.37ms  p(90)=624.03µs p(95)=801.04µs
     ✓ { mode:graphql }...........................: avg=627.63µs min=424.62µs med=528.03µs max=23.59ms  p(90)=681.74µs p(95)=880.25µs
     http_req_failed..............................: 0.00%   ✓ 0           ✗ 121834
     http_req_receiving...........................: avg=42.25µs  min=20.7µs   med=35.4µs   max=9.89ms   p(90)=50.9µs   p(95)=56.8µs  
     http_req_sending.............................: avg=17.82µs  min=7.7µs    med=11µs     max=6.62ms   p(90)=18µs     p(95)=21.5µs  
     http_req_tls_handshaking.....................: avg=0s       min=0s       med=0s       max=0s       p(90)=0s       p(95)=0s      
     http_req_waiting.............................: avg=590.47µs min=263.71µs med=460.32µs max=25.24ms  p(90)=849.75µs p(95)=940.95µs
     http_reqs....................................: 121834  1015.251171/s
     iteration_duration...........................: avg=976.8µs  min=555.93µs med=827.15µs max=26.16ms  p(90)=1.22ms   p(95)=1.41ms  
     iterations...................................: 121834  1015.251171/s
     vus..........................................: 1       min=1         max=1   
     vus_max......................................: 2       min=2         max=2   

Copy link
Contributor

github-actions bot commented Nov 9, 2023

Apollo Federation Subgraph Compatibility Results

Federation 1 SupportFederation 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 Nov 9, 2023

🚀 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/plugin-apq 3.0.1-rc-20231109110433-86f00631 npm ↗︎ unpkg ↗︎

Copy link
Contributor

github-actions bot commented Nov 9, 2023

💻 Website Preview

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

Copy link
Contributor Author

renovate bot commented Nov 9, 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.

0 participants