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 nextjs monorepo to v15.1.5 #3675

Merged
merged 1 commit into from
Jan 17, 2025
Merged

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Jan 17, 2025

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
eslint-config-next (source) 15.1.4 -> 15.1.5 age adoption passing confidence
next (source) 15.1.4 -> 15.1.5 age adoption passing confidence

Release Notes

vercel/next.js (eslint-config-next)

v15.1.5

Compare Source

vercel/next.js (next)

v15.1.5

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.

🔕 Ignore: Close this PR and you won't be reminded about these updates 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 17, 2025
Copy link

changeset-bot bot commented Jan 17, 2025

⚠️ No Changeset found

Latest commit: f134a0a

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

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

💻 Website Preview

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

Copy link
Contributor

✅ 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% ✓ 517760      ✗ 0     
     data_received................................: 2.1 GB  14 MB/s
     data_sent....................................: 104 MB  694 kB/s
     http_req_blocked.............................: avg=1.57µs   min=1.04µs   med=1.36µs   max=314.95µs p(90)=2.07µs   p(95)=2.27µs  
     http_req_connecting..........................: avg=2ns      min=0s       med=0s       max=159.39µs p(90)=0s       p(95)=0s      
     http_req_duration............................: avg=359.19µs min=218.64µs med=324.77µs max=18.71ms  p(90)=468.37µs p(95)=490.56µs
       { expected_response:true }.................: avg=359.19µs min=218.64µs med=324.77µs max=18.71ms  p(90)=468.37µs p(95)=490.56µs
     ✓ { mode:graphql-jit }.......................: avg=290.41µs min=218.64µs med=272.2µs  max=18.71ms  p(90)=305.92µs p(95)=324.49µs
     ✓ { mode:graphql-no-parse-validate-cache }...: avg=493.6µs  min=412.22µs med=469.13µs max=9.07ms   p(90)=509.57µs p(95)=549.72µs
     ✓ { mode:graphql-response-cache }............: avg=341.21µs min=258.7µs  med=323.85µs max=6.8ms    p(90)=354.79µs p(95)=366.57µs
     ✓ { mode:graphql }...........................: avg=365.13µs min=272.04µs med=334.31µs max=13.87ms  p(90)=401.84µs p(95)=459.96µs
     ✓ { mode:uws }...............................: avg=341.77µs min=266.73µs med=322.62µs max=6.19ms   p(90)=359.21µs p(95)=380.31µs
     http_req_failed..............................: 0.00%   ✓ 0           ✗ 258880
     http_req_receiving...........................: avg=33.33µs  min=16.57µs  med=32.69µs  max=2.95ms   p(90)=39.71µs  p(95)=42.85µs 
     http_req_sending.............................: avg=8.81µs   min=5.92µs   med=7.76µs   max=487.98µs p(90)=11.28µs  p(95)=12.49µs 
     http_req_tls_handshaking.....................: avg=0s       min=0s       med=0s       max=0s       p(90)=0s       p(95)=0s      
     http_req_waiting.............................: avg=317.04µs min=185.3µs  med=283.65µs max=18.57ms  p(90)=425.56µs p(95)=446.07µs
     http_reqs....................................: 258880  1725.852275/s
     iteration_duration...........................: avg=574.39µs min=387.7µs  med=535.82µs max=19.25ms  p(90)=686.23µs p(95)=713.32µs
     iterations...................................: 258880  1725.852275/s
     vus..........................................: 1       min=1         max=1   
     vus_max......................................: 2       min=2         max=2   

@ardatan ardatan merged commit 1539e0c into main Jan 17, 2025
25 checks passed
@ardatan ardatan deleted the renovate/nextjs-monorepo branch January 17, 2025 14:54
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