Closed renovate[bot] closed 6 days ago
Latest commit: 28b34f946fa1bf0557c3066bab143ec60424910e
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.
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
Federation 1 Support | Federation 2 Support | ||||||||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
|
|
Learn more:
✓ 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% ✓ 524060 ✗ 0
data_received................................: 2.1 GB 14 MB/s
data_sent....................................: 105 MB 702 kB/s
http_req_blocked.............................: avg=1.46µs min=992ns med=1.3µs max=297.05µs p(90)=1.93µs p(95)=2.12µs
http_req_connecting..........................: avg=2ns min=0s med=0s max=126.78µs p(90)=0s p(95)=0s
http_req_duration............................: avg=358.6µs min=220.23µs med=323.05µs max=15.73ms p(90)=456.26µs p(95)=478.57µs
{ expected_response:true }.................: avg=358.6µs min=220.23µs med=323.05µs max=15.73ms p(90)=456.26µs p(95)=478.57µs
✓ { mode:graphql-jit }.......................: avg=291.39µs min=220.23µs med=268.13µs max=15.73ms p(90)=304.33µs p(95)=321.57µs
✓ { mode:graphql-no-parse-validate-cache }...: avg=483.62µs min=400.5µs med=457.78µs max=9.63ms p(90)=501.57µs p(95)=530.1µs
✓ { mode:graphql-response-cache }............: avg=341.75µs min=265.31µs med=321.42µs max=7.84ms p(90)=359.84µs p(95)=376.5µs
✓ { mode:graphql }...........................: avg=365.26µs min=277.11µs med=331.12µs max=13.79ms p(90)=385.5µs p(95)=435.93µs
✓ { mode:uws }...............................: avg=344.11µs min=269.36µs med=322.83µs max=9.88ms p(90)=360.52µs p(95)=378.71µs
http_req_failed..............................: 0.00% ✓ 0 ✗ 262030
http_req_receiving...........................: avg=33.3µs min=16.42µs med=32.86µs max=6.26ms p(90)=39.65µs p(95)=44.38µs
http_req_sending.............................: avg=8.13µs min=5.8µs med=7.16µs max=341.71µs p(90)=10.66µs p(95)=11.45µs
http_req_tls_handshaking.....................: avg=0s min=0s med=0s max=0s p(90)=0s p(95)=0s
http_req_waiting.............................: avg=317.16µs min=185.62µs med=282.51µs max=15.61ms p(90)=414.39µs p(95)=433.88µs
http_reqs....................................: 262030 1746.85022/s
iteration_duration...........................: avg=567.63µs min=385.31µs med=529.5µs max=16.36ms p(90)=669.44µs p(95)=698.73µs
iterations...................................: 262030 1746.85022/s
vus..........................................: 1 min=1 max=1
vus_max......................................: 2 min=2 max=2
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.
This PR contains the following updates:
8.13.0
->8.14.0
8.13.0
->8.14.0
Release Notes
typescript-eslint/typescript-eslint (@typescript-eslint/eslint-plugin)
### [`v8.14.0`](https://redirect.github.com/typescript-eslint/typescript-eslint/blob/HEAD/packages/eslint-plugin/CHANGELOG.md#8140-2024-11-11) [Compare Source](https://redirect.github.com/typescript-eslint/typescript-eslint/compare/v8.13.0...v8.14.0) ##### 🚀 Features - **eslint-plugin:** \[await-thenable] report unnecessary `await using` statements ([#10209](https://redirect.github.com/typescript-eslint/typescript-eslint/pull/10209)) - **eslint-plugin:** \[no-confusing-void-expression] add an option to ignore void<->void ([#10067](https://redirect.github.com/typescript-eslint/typescript-eslint/pull/10067)) ##### 🩹 Fixes - **scope-manager:** fix asserted increments not being marked as write references ([#10271](https://redirect.github.com/typescript-eslint/typescript-eslint/pull/10271)) - **eslint-plugin:** \[no-misused-promises] improve report loc for methods ([#10216](https://redirect.github.com/typescript-eslint/typescript-eslint/pull/10216)) - **eslint-plugin:** \[no-unnecessary-condition] improve error message for literal comparisons ([#10194](https://redirect.github.com/typescript-eslint/typescript-eslint/pull/10194)) ##### ❤️ Thank You - Gyumong [@Gyumong](https://redirect.github.com/Gyumong) - Jan Ochwat [@janek515](https://redirect.github.com/janek515) - Kirk Waiblinger [@kirkwaiblinger](https://redirect.github.com/kirkwaiblinger) - Ronen Amiel You can read about our [versioning strategy](https://main--typescript-eslint.netlify.app/users/versioning) and [releases](https://main--typescript-eslint.netlify.app/users/releases) on our website.typescript-eslint/typescript-eslint (@typescript-eslint/parser)
### [`v8.14.0`](https://redirect.github.com/typescript-eslint/typescript-eslint/blob/HEAD/packages/parser/CHANGELOG.md#8140-2024-11-11) [Compare Source](https://redirect.github.com/typescript-eslint/typescript-eslint/compare/v8.13.0...v8.14.0) This was a version bump only for parser to align it with other projects, there were no code changes. You can read about our [versioning strategy](https://main--typescript-eslint.netlify.app/users/versioning) and [releases](https://main--typescript-eslint.netlify.app/users/releases) on our website.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.
This PR was generated by Mend Renovate. View the repository job log.