Skip to content

Conversation

@renovate
Copy link
Contributor

@renovate renovate bot commented Nov 15, 2025

This PR contains the following updates:

Package Change Age Confidence
globby ^15.0.0 -> ^16.0.0 age confidence

Release Notes

sindresorhus/globby (globby)

v16.0.0

Compare Source

Breaking
  • Respect parent .gitignore files when gitignore option is enabled b9a9a84
    • When {gitignore: true}, Globby now searches for .gitignore files up to the Git repo root (if detected). This matches Git's actual behavior where parent .gitignore patterns apply to subdirectories. Previously, only .gitignore files within the glob search path were considered. This change could break existing code that relied on the previous, more limited behavior.
Improvements
  • Support negation-only patterns 1273541
  • Respect custom fs implementation from options c2eb272
  • Add some more options to isGitIgnored functions e794ff9
  • Improve error message for invalid cwd option 7535e6d
Fixes
  • Fix {gitignore: true} performance issue fcb07c3
  • Fix bundler compatibility e6c72c9
  • Fix parent directory patterns with gitignore option 11dd2df
  • Fix ignore patterns with parent directory references a58d117
  • Fix types for stats option c10f600


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

@renovate renovate bot added the dependencies Pull requests that update a dependency file label Nov 15, 2025
@codesandbox
Copy link

codesandbox bot commented Nov 15, 2025

Review or Edit in CodeSandbox

Open the branch in Web EditorVS CodeInsiders

Open Preview

@github-actions
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:

@github-actions
Copy link
Contributor

💻 Website Preview

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

@github-actions
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% ✓ 526358      ✗ 0     
     data_received................................: 2.1 GB  14 MB/s
     data_sent....................................: 106 MB  705 kB/s
     http_req_blocked.............................: avg=1.42µs   min=758ns    med=1.27µs   max=282.15µs p(90)=1.85µs   p(95)=2.14µs  
     http_req_connecting..........................: avg=2ns      min=0s       med=0s       max=131.45µs p(90)=0s       p(95)=0s      
     http_req_duration............................: avg=357.16µs min=185.41µs med=324.92µs max=17.04ms  p(90)=481.22µs p(95)=510.92µs
       { expected_response:true }.................: avg=357.16µs min=185.41µs med=324.92µs max=17.04ms  p(90)=481.22µs p(95)=510.92µs
     ✓ { mode:graphql-jit }.......................: avg=265.13µs min=185.41µs med=244.96µs max=17.04ms  p(90)=283.67µs p(95)=301.22µs
     ✓ { mode:graphql-no-parse-validate-cache }...: avg=512.42µs min=405.45µs med=484.32µs max=7.34ms   p(90)=536µs    p(95)=559.51µs
     ✓ { mode:graphql-response-cache }............: avg=336.82µs min=244.21µs med=316.28µs max=10.01ms  p(90)=356.53µs p(95)=372.13µs
     ✓ { mode:graphql }...........................: avg=366.89µs min=269.22µs med=336.43µs max=13.82ms  p(90)=393.19µs p(95)=457.72µs
     ✓ { mode:uws }...............................: avg=357.09µs min=266.05µs med=334.19µs max=7.13ms   p(90)=375.65µs p(95)=394.83µs
     http_req_failed..............................: 0.00%   ✓ 0           ✗ 263179
     http_req_receiving...........................: avg=31.3µs   min=12.86µs  med=30.04µs  max=2.86ms   p(90)=40.8µs   p(95)=44.89µs 
     http_req_sending.............................: avg=7.86µs   min=4.54µs   med=7.01µs   max=6.62ms   p(90)=10.85µs  p(95)=12.67µs 
     http_req_tls_handshaking.....................: avg=0s       min=0s       med=0s       max=0s       p(90)=0s       p(95)=0s      
     http_req_waiting.............................: avg=318µs    min=160.04µs med=287.49µs max=16.91ms  p(90)=440.6µs  p(95)=466.35µs
     http_reqs....................................: 263179  1754.509004/s
     iteration_duration...........................: avg=565.22µs min=345.84µs med=527.68µs max=17.56ms  p(90)=692.48µs p(95)=731.61µs
     iterations...................................: 263179  1754.509004/s
     vus..........................................: 1       min=1         max=1   
     vus_max......................................: 2       min=2         max=2   

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