Closed renovate[bot] closed 7 months ago
Latest commit: dd815181f76ff268907a20d255009edaf1863213
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
✓ no_errors
✓ expected_result
checks.............................................: 100.00% ✓ 848072 ✗ 0
data_received......................................: 3.2 GB 27 MB/s
data_sent..........................................: 185 MB 1.5 MB/s
envelop_total......................................: avg=0s min=0s med=0s max=0s p(90)=0s p(95)=0s
✓ { mode:envelop-cache-jit }.......................: avg=0s min=0s med=0s max=0s p(90)=0s p(95)=0s
✓ { mode:envelop-just-cache }......................: avg=0s min=0s med=0s max=0s p(90)=0s p(95)=0s
✓ { mode:graphql-js }..............................: avg=0s min=0s med=0s max=0s p(90)=0s p(95)=0s
event_loop_lag.....................................: avg=0s min=0s med=0s max=0s p(90)=0s p(95)=0s
✓ { mode:envelop-cache-and-no-internal-tracing }...: avg=0s min=0s med=0s max=0s p(90)=0s p(95)=0s
✓ { mode:envelop-cache-jit }.......................: avg=0s min=0s med=0s max=0s p(90)=0s p(95)=0s
✓ { mode:envelop-just-cache }......................: avg=0s min=0s med=0s max=0s p(90)=0s p(95)=0s
✓ { mode:graphql-js }..............................: avg=0s min=0s med=0s max=0s p(90)=0s p(95)=0s
http_req_blocked...................................: avg=1.94µs min=591ns med=1.63µs max=10.59ms p(90)=2.21µs p(95)=2.5µs
http_req_connecting................................: avg=18ns min=0s med=0s max=1.22ms p(90)=0s p(95)=0s
http_req_duration..................................: avg=2.54ms min=158.39µs med=2.18ms max=82.09ms p(90)=4.62ms p(95)=5.17ms
{ expected_response:true }.......................: avg=2.54ms min=158.39µs med=2.18ms max=82.09ms p(90)=4.62ms p(95)=5.17ms
✓ { mode:envelop-cache-and-no-internal-tracing }...: avg=2.69ms min=305.05µs med=2.35ms max=20.25ms p(90)=4.6ms p(95)=5.02ms
✓ { mode:envelop-cache-jit }.......................: avg=1.48ms min=158.39µs med=1.17ms max=24.5ms p(90)=2.4ms p(95)=2.59ms
✓ { mode:envelop-just-cache }......................: avg=2.7ms min=377.27µs med=2.33ms max=39.18ms p(90)=4.59ms p(95)=5.06ms
✓ { mode:graphql-js }..............................: avg=5.13ms min=638.01µs med=4.31ms max=82.09ms p(90)=8.59ms p(95)=9.35ms
http_req_failed....................................: 0.00% ✓ 0 ✗ 424036
http_req_receiving.................................: avg=34.38µs min=12.08µs med=27.27µs max=15.54ms p(90)=41.61µs p(95)=46.21µs
http_req_sending...................................: avg=11.99µs min=4.42µs med=9.76µs max=14.41ms p(90)=13.91µs p(95)=17.77µs
http_req_tls_handshaking...........................: avg=0s min=0s med=0s max=0s p(90)=0s p(95)=0s
http_req_waiting...................................: avg=2.49ms min=128.61µs med=2.14ms max=82.01ms p(90)=4.56ms p(95)=5.11ms
http_reqs..........................................: 424036 3533.226635/s
iteration_duration.................................: avg=2.82ms min=351.52µs med=2.43ms max=82.52ms p(90)=4.93ms p(95)=5.53ms
iterations.........................................: 424036 3533.226635/s
vus................................................: 2 min=2 max=13
vus_max............................................: 20 min=20 max=20
This PR contains the following updates:
7.1.1
->7.2.0
7.1.1
->7.2.0
Release Notes
typescript-eslint/typescript-eslint (@typescript-eslint/eslint-plugin)
### [`v7.2.0`](https://togithub.com/typescript-eslint/typescript-eslint/blob/HEAD/packages/eslint-plugin/CHANGELOG.md#720-2024-03-11) [Compare Source](https://togithub.com/typescript-eslint/typescript-eslint/compare/v7.1.1...v7.2.0) ##### 🚀 Features - support TS 5.4 - **eslint-plugin:** \[prefer-string-starts-ends-with] add allowSingleElementEquality option ##### 🩹 Fixes - **eslint-plugin:** expose \*-type-checked-only configs for extension - **eslint-plugin:** \[member-ordering] report alphabetical sorting for all groups instead of just the first failing group - **eslint-plugin:** \[no-var-requires, no-require-imports] support template literal - **eslint-plugin:** \[no-useless-template-literals] detect TemplateLiteral - **eslint-plugin:** \[no-unnecessary-condition] handle union array and tuple type - **eslint-plugin:** \[prefer-find] support ternary branches in prefer-find ##### ❤️ Thank You - Arka Pratim Chaudhuri - auvred - Chris Plummer - Fotis Papadogeorgopoulos - Josh Goldberg ✨ - Kirk Waiblinger - Wayne Zhang - YeonJuan 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)
### [`v7.2.0`](https://togithub.com/typescript-eslint/typescript-eslint/blob/HEAD/packages/parser/CHANGELOG.md#720-2024-03-11) [Compare Source](https://togithub.com/typescript-eslint/typescript-eslint/compare/v7.1.1...v7.2.0) ##### 🚀 Features - support TS 5.4 ##### ❤️ Thank You - Arka Pratim Chaudhuri - auvred - Chris Plummer - Fotis Papadogeorgopoulos - Josh Goldberg ✨ - Kirk Waiblinger - Wayne Zhang - YeonJuan 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 has been generated by Mend Renovate. View repository job log here.