renovate
016e2ecdb9
chore: bump up undici version to v7 ( #8950 )
...
This PR contains the following updates:
| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
| [undici](https://undici.nodejs.org ) ([source](https://redirect.github.com/nodejs/undici )) | [`^6.12.0` -> `^7.0.0`](https://renovatebot.com/diffs/npm/undici/6.21.0/7.0.0 ) | [![age](https://developer.mend.io/api/mc/badges/age/npm/undici/7.0.0?slim=true )](https://docs.renovatebot.com/merge-confidence/ ) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/undici/7.0.0?slim=true )](https://docs.renovatebot.com/merge-confidence/ ) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/undici/6.21.0/7.0.0?slim=true )](https://docs.renovatebot.com/merge-confidence/ ) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/undici/6.21.0/7.0.0?slim=true )](https://docs.renovatebot.com/merge-confidence/ ) |
---
### Release Notes
<details>
<summary>nodejs/undici (undici)</summary>
### [`v7.0.0`](https://redirect.github.com/nodejs/undici/releases/tag/v7.0.0 )
[Compare Source](https://redirect.github.com/nodejs/undici/compare/v6.21.0...v7.0.0 )
#### What's Changed
- fetch: fix content-encoding order by [@​tsctx](https://redirect.github.com/tsctx ) in [https://github.com/nodejs/undici/pull/3343 ](https://redirect.github.com/nodejs/undici/pull/3343 )
- Add regression test for broken body by [@​mcollina](https://redirect.github.com/mcollina ) in [https://github.com/nodejs/undici/pull/3346 ](https://redirect.github.com/nodejs/undici/pull/3346 )
- build(deps): bump node from `075a5cc` to `9af472b` in /build by [@​dependabot](https://redirect.github.com/dependabot ) in [https://github.com/nodejs/undici/pull/3355 ](https://redirect.github.com/nodejs/undici/pull/3355 )
- fix: post request signal by [@​Gigioliva](https://redirect.github.com/Gigioliva ) in [https://github.com/nodejs/undici/pull/3354 ](https://redirect.github.com/nodejs/undici/pull/3354 )
- Revert "fix: post request signal ([#​3354](https://redirect.github.com/nodejs/undici/issues/3354 ))" by [@​ronag](https://redirect.github.com/ronag ) in [https://github.com/nodejs/undici/pull/3359 ](https://redirect.github.com/nodejs/undici/pull/3359 )
- websocket: don't use pooled buffer in mask pool by [@​tsctx](https://redirect.github.com/tsctx ) in [https://github.com/nodejs/undici/pull/3357 ](https://redirect.github.com/nodejs/undici/pull/3357 )
- fix: consider bytes read when dumping by [@​ronag](https://redirect.github.com/ronag ) in [https://github.com/nodejs/undici/pull/3360 ](https://redirect.github.com/nodejs/undici/pull/3360 )
- refactor: simplify signal handling by [@​ronag](https://redirect.github.com/ronag ) in [https://github.com/nodejs/undici/pull/3362 ](https://redirect.github.com/nodejs/undici/pull/3362 )
- fix: use explicit flag for when use has interacted with stream by [@​ronag](https://redirect.github.com/ronag ) in [https://github.com/nodejs/undici/pull/3361 ](https://redirect.github.com/nodejs/undici/pull/3361 )
- Refactor example documentation structure and add CacheableLookup example by [@​DarkGL](https://redirect.github.com/DarkGL ) in [https://github.com/nodejs/undici/pull/3363 ](https://redirect.github.com/nodejs/undici/pull/3363 )
- refactor: simplify request error handling by [@​ronag](https://redirect.github.com/ronag ) in [https://github.com/nodejs/undici/pull/3364 ](https://redirect.github.com/nodejs/undici/pull/3364 )
- fix: ensure onConnect is always called by [@​ronag](https://redirect.github.com/ronag ) in [https://github.com/nodejs/undici/pull/3327 ](https://redirect.github.com/nodejs/undici/pull/3327 )
- Refactor responseHeader to responseHeaders by [@​DarkGL](https://redirect.github.com/DarkGL ) in [https://github.com/nodejs/undici/pull/3375 ](https://redirect.github.com/nodejs/undici/pull/3375 )
- fix: don't override user defined MaxListeners by [@​fawazahmed0](https://redirect.github.com/fawazahmed0 ) in [https://github.com/nodejs/undici/pull/3372 ](https://redirect.github.com/nodejs/undici/pull/3372 )
- fix: forward dispatch return value by [@​ronag](https://redirect.github.com/ronag ) in [https://github.com/nodejs/undici/pull/3368 ](https://redirect.github.com/nodejs/undici/pull/3368 )
- build(deps): bump github/codeql-action from 3.25.7 to 3.25.11 by [@​dependabot](https://redirect.github.com/dependabot ) in [https://github.com/nodejs/undici/pull/3382 ](https://redirect.github.com/nodejs/undici/pull/3382 )
- build(deps): bump codecov/codecov-action from 4.4.1 to 4.5.0 by [@​dependabot](https://redirect.github.com/dependabot ) in [https://github.com/nodejs/undici/pull/3384 ](https://redirect.github.com/nodejs/undici/pull/3384 )
- build(deps): bump actions/dependency-review-action from 4.3.2 to 4.3.3 by [@​dependabot](https://redirect.github.com/dependabot ) in [https://github.com/nodejs/undici/pull/3383 ](https://redirect.github.com/nodejs/undici/pull/3383 )
- build(deps): bump step-security/harden-runner from 2.8.0 to 2.8.1 by [@​dependabot](https://redirect.github.com/dependabot ) in [https://github.com/nodejs/undici/pull/3381 ](https://redirect.github.com/nodejs/undici/pull/3381 )
- fix: throw on retry when payload is consume by downstream by [@​climba03003](https://redirect.github.com/climba03003 ) in [https://github.com/nodejs/undici/pull/3389 ](https://redirect.github.com/nodejs/undici/pull/3389 )
- Remove file by [@​KhafraDev](https://redirect.github.com/KhafraDev ) in [https://github.com/nodejs/undici/pull/3367 ](https://redirect.github.com/nodejs/undici/pull/3367 )
- build(deps): bump node from `9af472b` to `138d0b5` in /build by [@​dependabot](https://redirect.github.com/dependabot ) in [https://github.com/nodejs/undici/pull/3392 ](https://redirect.github.com/nodejs/undici/pull/3392 )
- feat!: upgrade llhttp to 9.2.0 ([#​2705](https://redirect.github.com/nodejs/undici/issues/2705 )) by [@​metcoder95](https://redirect.github.com/metcoder95 ) in [https://github.com/nodejs/undici/pull/3388 ](https://redirect.github.com/nodejs/undici/pull/3388 )
- websocket: reduce memory usage by [@​tsctx](https://redirect.github.com/tsctx ) in [https://github.com/nodejs/undici/pull/3393 ](https://redirect.github.com/nodejs/undici/pull/3393 )
- feat: implement `BodyReadable.bytes` by [@​tsctx](https://redirect.github.com/tsctx ) in [https://github.com/nodejs/undici/pull/3391 ](https://redirect.github.com/nodejs/undici/pull/3391 )
- websocket: avoid using Buffer.byteLength by [@​tsctx](https://redirect.github.com/tsctx ) in [https://github.com/nodejs/undici/pull/3394 ](https://redirect.github.com/nodejs/undici/pull/3394 )
- separate whatwg websocket logic from rfc 6455 by [@​KhafraDev](https://redirect.github.com/KhafraDev ) in [https://github.com/nodejs/undici/pull/3396 ](https://redirect.github.com/nodejs/undici/pull/3396 )
- websocket: add fast-path for string input by [@​tsctx](https://redirect.github.com/tsctx ) in [https://github.com/nodejs/undici/pull/3395 ](https://redirect.github.com/nodejs/undici/pull/3395 )
- Add generic type for opaque object by [@​jfhr](https://redirect.github.com/jfhr ) in [https://github.com/nodejs/undici/pull/3385 ](https://redirect.github.com/nodejs/undici/pull/3385 )
- build(deps): bump node from `138d0b5` to `67225d4` in /build by [@​dependabot](https://redirect.github.com/dependabot ) in [https://github.com/nodejs/undici/pull/3398 ](https://redirect.github.com/nodejs/undici/pull/3398 )
- interceptors: move throwOnError to interceptor by [@​mertcanaltin](https://redirect.github.com/mertcanaltin ) in [https://github.com/nodejs/undici/pull/3331 ](https://redirect.github.com/nodejs/undici/pull/3331 )
- chore!: drop interceptors by [@​metcoder95](https://redirect.github.com/metcoder95 ) in [https://github.com/nodejs/undici/pull/3399 ](https://redirect.github.com/nodejs/undici/pull/3399 )
- build(deps-dev): bump [@​fastify/busboy](https://redirect.github.com/fastify/busboy ) from 2.1.1 to 3.0.0 by [@​dependabot](https://redirect.github.com/dependabot ) in [https://github.com/nodejs/undici/pull/3404 ](https://redirect.github.com/nodejs/undici/pull/3404 )
- fix: don't call onConnect automatically by [@​ronag](https://redirect.github.com/ronag ) in [https://github.com/nodejs/undici/pull/3407 ](https://redirect.github.com/nodejs/undici/pull/3407 )
- In CITGM, skip tests that are flaky there by [@​mcollina](https://redirect.github.com/mcollina ) in [https://github.com/nodejs/undici/pull/3413 ](https://redirect.github.com/nodejs/undici/pull/3413 )
- Update esbuild to 0.19.10 by [@​mcollina](https://redirect.github.com/mcollina ) in [https://github.com/nodejs/undici/pull/3415 ](https://redirect.github.com/nodejs/undici/pull/3415 )
- Fix signature of RetryHandler by [@​JbIPS](https://redirect.github.com/JbIPS ) in [https://github.com/nodejs/undici/pull/3416 ](https://redirect.github.com/nodejs/undici/pull/3416 )
- docs: fix ToC in CONTRIBUTING.md by [@​richardlau](https://redirect.github.com/richardlau ) in [https://github.com/nodejs/undici/pull/3420 ](https://redirect.github.com/nodejs/undici/pull/3420 )
- Fix fetch `duplex` docs by [@​Ethan-Arrowood](https://redirect.github.com/Ethan-Arrowood ) in [https://github.com/nodejs/undici/pull/3422 ](https://redirect.github.com/nodejs/undici/pull/3422 )
- fix: restore externalized Node.js dep compatibility by [@​richardlau](https://redirect.github.com/richardlau ) in [https://github.com/nodejs/undici/pull/3421 ](https://redirect.github.com/nodejs/undici/pull/3421 )
- fix: cast falsy servername to null to avoid falsy inequality by [@​ronag](https://redirect.github.com/ronag ) in [https://github.com/nodejs/undici/pull/3426 ](https://redirect.github.com/nodejs/undici/pull/3426 )
- Add backport action by [@​mcollina](https://redirect.github.com/mcollina ) in [https://github.com/nodejs/undici/pull/3427 ](https://redirect.github.com/nodejs/undici/pull/3427 )
- build(deps): bump node from `67225d4` to `858234a` in /build by [@​dependabot](https://redirect.github.com/dependabot ) in [https://github.com/nodejs/undici/pull/3411 ](https://redirect.github.com/nodejs/undici/pull/3411 )
- build(deps): bump github/codeql-action from 3.25.11 to 3.25.15 by [@​dependabot](https://redirect.github.com/dependabot ) in [https://github.com/nodejs/undici/pull/3432 ](https://redirect.github.com/nodejs/undici/pull/3432 )
- build(deps): bump actions/dependency-review-action from 4.3.3 to 4.3.4 by [@​dependabot](https://redirect.github.com/dependabot ) in [https://github.com/nodejs/undici/pull/3431 ](https://redirect.github.com/nodejs/undici/pull/3431 )
- build(deps): bump actions/upload-artifact from 4.3.3 to 4.3.4 by [@​dependabot](https://redirect.github.com/dependabot ) in [https://github.com/nodejs/undici/pull/3430 ](https://redirect.github.com/nodejs/undici/pull/3430 )
- build(deps): bump ossf/scorecard-action from 2.3.3 to 2.4.0 by [@​dependabot](https://redirect.github.com/dependabot ) in [https://github.com/nodejs/undici/pull/3428 ](https://redirect.github.com/nodejs/undici/pull/3428 )
- build(deps): bump step-security/harden-runner from 2.8.1 to 2.9.0 by [@​dependabot](https://redirect.github.com/dependabot ) in [https://github.com/nodejs/undici/pull/3429 ](https://redirect.github.com/nodejs/undici/pull/3429 )
- build(deps): bump superagent from 9.0.2 to 10.0.0 in /benchmarks by [@​dependabot](https://redirect.github.com/dependabot ) in [https://github.com/nodejs/undici/pull/3439 ](https://redirect.github.com/nodejs/undici/pull/3439 )
- build(deps): bump node from `17e6738` to `30c5be9` in /build by [@​dependabot](https://redirect.github.com/dependabot ) in [https://github.com/nodejs/undici/pull/3443 ](https://redirect.github.com/nodejs/undici/pull/3443 )
- docs: use default link of Web Streams API by [@​trivikr](https://redirect.github.com/trivikr ) in [https://github.com/nodejs/undici/pull/3446 ](https://redirect.github.com/nodejs/undici/pull/3446 )
- fix: increased memory in finalization first appearing in v6.16.0 by [@​snyamathi](https://redirect.github.com/snyamathi ) in [https://github.com/nodejs/undici/pull/3445 ](https://redirect.github.com/nodejs/undici/pull/3445 )
- test: add test for memory leak by [@​snyamathi](https://redirect.github.com/snyamathi ) in [https://github.com/nodejs/undici/pull/3450 ](https://redirect.github.com/nodejs/undici/pull/3450 )
- build: parametrize the location of wasm-opt by [@​khardix](https://redirect.github.com/khardix ) in [https://github.com/nodejs/undici/pull/3454 ](https://redirect.github.com/nodejs/undici/pull/3454 )
- test: streamline test scripts in regard of without-intl and run more tests for without-intl case by [@​Uzlopak](https://redirect.github.com/Uzlopak ) in [https://github.com/nodejs/undici/pull/3453 ](https://redirect.github.com/nodejs/undici/pull/3453 )
- feat!: drop throwOnError by [@​metcoder95](https://redirect.github.com/metcoder95 ) in [https://github.com/nodejs/undici/pull/3451 ](https://redirect.github.com/nodejs/undici/pull/3451 )
- types: allow non strict HTTPMethod by [@​Uzlopak](https://redirect.github.com/Uzlopak ) in [https://github.com/nodejs/undici/pull/3457 ](https://redirect.github.com/nodejs/undici/pull/3457 )
- build(deps-dev): bump borp from 0.15.0 to 0.17.0 by [@​dependabot](https://redirect.github.com/dependabot ) in [https://github.com/nodejs/undici/pull/3424 ](https://redirect.github.com/nodejs/undici/pull/3424 )
- remove core isErrored and isReadable by [@​KhafraDev](https://redirect.github.com/KhafraDev ) in [https://github.com/nodejs/undici/pull/3459 ](https://redirect.github.com/nodejs/undici/pull/3459 )
- use bodyUnusable to check if body is unusable by [@​KhafraDev](https://redirect.github.com/KhafraDev ) in [https://github.com/nodejs/undici/pull/3460 ](https://redirect.github.com/nodejs/undici/pull/3460 )
- perf: non-recursive implementation of euclidian gcd in balanced pool by [@​Uzlopak](https://redirect.github.com/Uzlopak ) in [https://github.com/nodejs/undici/pull/3461 ](https://redirect.github.com/nodejs/undici/pull/3461 )
- fix: do validation first before actual business logic, like super() by [@​Uzlopak](https://redirect.github.com/Uzlopak ) in [https://github.com/nodejs/undici/pull/3463 ](https://redirect.github.com/nodejs/undici/pull/3463 )
- use FinalizationRegistry for cloned response body by [@​KhafraDev](https://redirect.github.com/KhafraDev ) in [https://github.com/nodejs/undici/pull/3458 ](https://redirect.github.com/nodejs/undici/pull/3458 )
- perf: use isIPv6 for checking if hostname is isIPv6 by [@​Uzlopak](https://redirect.github.com/Uzlopak ) in [https://github.com/nodejs/undici/pull/3466 ](https://redirect.github.com/nodejs/undici/pull/3466 )
- fix: stripURLForReferrer jsdoc in fetch logic by [@​Uzlopak](https://redirect.github.com/Uzlopak ) in [https://github.com/nodejs/undici/pull/3471 ](https://redirect.github.com/nodejs/undici/pull/3471 )
- fix: remove kInterceptors in ProxyAgent by [@​Uzlopak](https://redirect.github.com/Uzlopak ) in [https://github.com/nodejs/undici/pull/3474 ](https://redirect.github.com/nodejs/undici/pull/3474 )
- fix: fix codesmells in retry-handler by [@​Uzlopak](https://redirect.github.com/Uzlopak ) in [https://github.com/nodejs/undici/pull/3475 ](https://redirect.github.com/nodejs/undici/pull/3475 )
- add autocompletable header types by [@​KhafraDev](https://redirect.github.com/KhafraDev ) in [https://github.com/nodejs/undici/pull/3462 ](https://redirect.github.com/nodejs/undici/pull/3462 )
- fix: add missing kOriginalDispatch Symbol in mock-logic by [@​Uzlopak](https://redirect.github.com/Uzlopak ) in [https://github.com/nodejs/undici/pull/3470 ](https://redirect.github.com/nodejs/undici/pull/3470 )
- fix: fix jsdoc in cookies/parse.js by [@​Uzlopak](https://redirect.github.com/Uzlopak ) in [https://github.com/nodejs/undici/pull/3469 ](https://redirect.github.com/nodejs/undici/pull/3469 )
- fix: remove unnecessary parameters in USVString calls by [@​Uzlopak](https://redirect.github.com/Uzlopak ) in [https://github.com/nodejs/undici/pull/3467 ](https://redirect.github.com/nodejs/undici/pull/3467 )
- fix: add jsdoc in tree.js, avoiding codesmells by [@​Uzlopak](https://redirect.github.com/Uzlopak ) in [https://github.com/nodejs/undici/pull/3476 ](https://redirect.github.com/nodejs/undici/pull/3476 )
- perf: set isLowerCase param on all calls of HeadersList.append by [@​Uzlopak](https://redirect.github.com/Uzlopak ) in [https://github.com/nodejs/undici/pull/3468 ](https://redirect.github.com/nodejs/undici/pull/3468 )
- fix: instantiation of ResponseError, pass headers and data correctly by [@​Uzlopak](https://redirect.github.com/Uzlopak ) in [https://github.com/nodejs/undici/pull/3472 ](https://redirect.github.com/nodejs/undici/pull/3472 )
- ci: add WPT updater by [@​Uzlopak](https://redirect.github.com/Uzlopak ) in [https://github.com/nodejs/undici/pull/3482 ](https://redirect.github.com/nodejs/undici/pull/3482 )
- meta: move nightly comment body to issue body by [@​RedYetiDev](https://redirect.github.com/RedYetiDev ) in [https://github.com/nodejs/undici/pull/3484 ](https://redirect.github.com/nodejs/undici/pull/3484 )
- chore: improve jsdoc in cookies by [@​Uzlopak](https://redirect.github.com/Uzlopak ) in [https://github.com/nodejs/undici/pull/3478 ](https://redirect.github.com/nodejs/undici/pull/3478 )
- chore: improve jsdoc and minor changes in EventSource by [@​Uzlopak](https://redirect.github.com/Uzlopak ) in [https://github.com/nodejs/undici/pull/3480 ](https://redirect.github.com/nodejs/undici/pull/3480 )
- types: add Autocomplete utility type by [@​Uzlopak](https://redirect.github.com/Uzlopak ) in [https://github.com/nodejs/undici/pull/3479 ](https://redirect.github.com/nodejs/undici/pull/3479 )
- fix: instantiation of SecureProxyConnectionError should pass options to parent class by [@​Uzlopak](https://redirect.github.com/Uzlopak ) in [https://github.com/nodejs/undici/pull/3473 ](https://redirect.github.com/nodejs/undici/pull/3473 )
- chore: replace standard and snazzy with neostandard by [@​Uzlopak](https://redirect.github.com/Uzlopak ) in [https://github.com/nodejs/undici/pull/3485 ](https://redirect.github.com/nodejs/undici/pull/3485 )
- fix: workflow commit user by [@​tsctx](https://redirect.github.com/tsctx ) in [https://github.com/nodejs/undici/pull/3491 ](https://redirect.github.com/nodejs/undici/pull/3491 )
- build(deps): bump node from `30c5be9` to `a20e858` in /build by [@​dependabot](https://redirect.github.com/dependabot ) in [https://github.com/nodejs/undici/pull/3496 ](https://redirect.github.com/nodejs/undici/pull/3496 )
- chore: add --noEmit for typescript tests by [@​Uzlopak](https://redirect.github.com/Uzlopak ) in [https://github.com/nodejs/undici/pull/3498 ](https://redirect.github.com/nodejs/undici/pull/3498 )
- perf: only create wasm buffer if requested by [@​Uzlopak](https://redirect.github.com/Uzlopak ) in [https://github.com/nodejs/undici/pull/3499 ](https://redirect.github.com/nodejs/undici/pull/3499 )
- fix(types): MockAgent accepts ProxyAgent, EnvHttpProxyAgent and RetryAgent for agent option by [@​Uzlopak](https://redirect.github.com/Uzlopak ) in [https://github.com/nodejs/undici/pull/3497 ](https://redirect.github.com/nodejs/undici/pull/3497 )
- stricter Headers brand checks in cookies by [@​KhafraDev](https://redirect.github.com/KhafraDev ) in [https://github.com/nodejs/undici/pull/3500 ](https://redirect.github.com/nodejs/undici/pull/3500 )
- Update WPT by [@​github-actions](https://redirect.github.com/github-actions ) in [https://github.com/nodejs/undici/pull/3488 ](https://redirect.github.com/nodejs/undici/pull/3488 )
- fix: setEncoding should not throw on body [#​1125](https://redirect.github.com/nodejs/undici/issues/1125 ) by [@​Uzlopak](https://redirect.github.com/Uzlopak ) in [https://github.com/nodejs/undici/pull/3505 ](https://redirect.github.com/nodejs/undici/pull/3505 )
- websocket: set websocket readyState on fail by [@​KhafraDev](https://redirect.github.com/KhafraDev ) in [https://github.com/nodejs/undici/pull/3507 ](https://redirect.github.com/nodejs/undici/pull/3507 )
- build(deps-dev): bump jsdom from 24.1.3 to 25.0.0 by [@​dependabot](https://redirect.github.com/dependabot ) in [https://github.com/nodejs/undici/pull/3511 ](https://redirect.github.com/nodejs/undici/pull/3511 )
- build(deps): bump wait-on from 7.2.0 to 8.0.0 in /benchmarks by [@​dependabot](https://redirect.github.com/dependabot ) in [https://github.com/nodejs/undici/pull/3513 ](https://redirect.github.com/nodejs/undici/pull/3513 )
- Update WPT by [@​github-actions](https://redirect.github.com/github-actions ) in [https://github.com/nodejs/undici/pull/3515 ](https://redirect.github.com/nodejs/undici/pull/3515 )
- fix: reduce memory usage in client-h1 by [@​Uzlopak](https://redirect.github.com/Uzlopak ) in [https://github.com/nodejs/undici/pull/3510 ](https://redirect.github.com/nodejs/undici/pull/3510 )
- fix: refactor fast timers, fix UND_ERR_CONNECT_TIMEOUT on event loop blocking by [@​Uzlopak](https://redirect.github.com/Uzlopak ) in [https://github.com/nodejs/undici/pull/3495 ](https://redirect.github.com/nodejs/undici/pull/3495 )
- ci: make autobahn workflow reusable workflow, run the autobahn on nightly tests by [@​Uzlopak](https://redirect.github.com/Uzlopak ) in [https://github.com/nodejs/undici/pull/3503 ](https://redirect.github.com/nodejs/undici/pull/3503 )
- remove third party everything support in fetch by [@​KhafraDev](https://redirect.github.com/KhafraDev ) in [https://github.com/nodejs/undici/pull/3502 ](https://redirect.github.com/nodejs/undici/pull/3502 )
- remove double validation in webidl by [@​KhafraDev](https://redirect.github.com/KhafraDev ) in [https://github.com/nodejs/undici/pull/3516 ](https://redirect.github.com/nodejs/undici/pull/3516 )
- test: improve gc detection by [@​Uzlopak](https://redirect.github.com/Uzlopak ) in [https://github.com/nodejs/undici/pull/3504 ](https://redirect.github.com/nodejs/undici/pull/3504 )
- Update WPT by [@​github-actions](https://redirect.github.com/github-actions ) in [https://github.com/nodejs/undici/pull/3519 ](https://redirect.github.com/nodejs/undici/pull/3519 )
- populate defaultValues in webidl dict. converter when passing null or undefined by [@​KhafraDev](https://redirect.github.com/KhafraDev ) in [https://github.com/nodejs/undici/pull/3518 ](https://redirect.github.com/nodejs/undici/pull/3518 )
- change webidl.util.Type return to an enum value by [@​KhafraDev](https://redirect.github.com/KhafraDev ) in [https://github.com/nodejs/undici/pull/3520 ](https://redirect.github.com/nodejs/undici/pull/3520 )
- set default argument values to undefined instead of {} by [@​KhafraDev](https://redirect.github.com/KhafraDev ) in [https://github.com/nodejs/undici/pull/3521 ](https://redirect.github.com/nodejs/undici/pull/3521 )
- ci: fix nightly workflow by [@​Uzlopak](https://redirect.github.com/Uzlopak ) in [https://github.com/nodejs/undici/pull/3525 ](https://redirect.github.com/nodejs/undici/pull/3525 )
- Update WPT by [@​github-actions](https://redirect.github.com/github-actions ) in [https://github.com/nodejs/undici/pull/3527 ](https://redirect.github.com/nodejs/undici/pull/3527 )
- remove unused symbol by [@​KhafraDev](https://redirect.github.com/KhafraDev ) in [https://github.com/nodejs/undici/pull/3530 ](https://redirect.github.com/nodejs/undici/pull/3530 )
- fix formdata arg validation by [@​KhafraDev](https://redirect.github.com/KhafraDev ) in [https://github.com/nodejs/undici/pull/3529 ](https://redirect.github.com/nodejs/undici/pull/3529 )
- build(deps): bump github/codeql-action from 3.25.15 to 3.26.6 by [@​dependabot](https://redirect.github.com/dependabot ) in [https://github.com/nodejs/undici/pull/3534 ](https://redirect.github.com/nodejs/undici/pull/3534 )
- build(deps): bump hendrikmuhs/ccache-action from 1.2.13 to 1.2.14 by [@​dependabot](https://redirect.github.com/dependabot ) in [https://github.com/nodejs/undici/pull/3536 ](https://redirect.github.com/nodejs/undici/pull/3536 )
- build(deps): bump step-security/harden-runner from 2.9.0 to 2.9.1 by [@​dependabot](https://redirect.github.com/dependabot ) in [https://github.com/nodejs/undici/pull/3535 ](https://redirect.github.com/nodejs/undici/pull/3535 )
- build(deps): bump actions/upload-artifact from 4.3.4 to 4.4.0 by [@​dependabot](https://redirect.github.com/dependabot ) in [https://github.com/nodejs/undici/pull/3537 ](https://redirect.github.com/nodejs/undici/pull/3537 )
- Remove patched DOM types by [@​eXhumer](https://redirect.github.com/eXhumer ) in [https://github.com/nodejs/undici/pull/3533 ](https://redirect.github.com/nodejs/undici/pull/3533 )
- chore: minor changes in client-h1, use subarray instead of slice by [@​Uzlopak](https://redirect.github.com/Uzlopak ) in [https://github.com/nodejs/undici/pull/3538 ](https://redirect.github.com/nodejs/undici/pull/3538 )
- fix: run asserts first if possible by [@​Uzlopak](https://redirect.github.com/Uzlopak ) in [https://github.com/nodejs/undici/pull/3541 ](https://redirect.github.com/nodejs/undici/pull/3541 )
- build(deps): bump node from `a20e858` to `a17f484` in /build by [@​dependabot](https://redirect.github.com/dependabot ) in [https://github.com/nodejs/undici/pull/3542 ](https://redirect.github.com/nodejs/undici/pull/3542 )
- chore: noop per file by [@​Uzlopak](https://redirect.github.com/Uzlopak ) in [https://github.com/nodejs/undici/pull/3544 ](https://redirect.github.com/nodejs/undici/pull/3544 )
- build(deps): bump node from `a17f484` to `ef7b4bb` in /build by [@​dependabot](https://redirect.github.com/dependabot ) in [https://github.com/nodejs/undici/pull/3547 ](https://redirect.github.com/nodejs/undici/pull/3547 )
- chore: rename buildUrl to serializePathWithQuery + jsdoc by [@​Uzlopak](https://redirect.github.com/Uzlopak ) in [https://github.com/nodejs/undici/pull/3545 ](https://redirect.github.com/nodejs/undici/pull/3545 )
- fix: add jsdoc and do minor changes in utils.js by [@​Uzlopak](https://redirect.github.com/Uzlopak ) in [https://github.com/nodejs/undici/pull/3550 ](https://redirect.github.com/nodejs/undici/pull/3550 )
- Update WPT by [@​github-actions](https://redirect.github.com/github-actions ) in [https://github.com/nodejs/undici/pull/3556 ](https://redirect.github.com/nodejs/undici/pull/3556 )
- Update WPT by [@​github-actions](https://redirect.github.com/github-actions ) in [https://github.com/nodejs/undici/pull/3561 ](https://redirect.github.com/nodejs/undici/pull/3561 )
- feat: jsdoc and minor optimizations in client-h1.js by [@​Uzlopak](https://redirect.github.com/Uzlopak ) in [https://github.com/nodejs/undici/pull/3551 ](https://redirect.github.com/nodejs/undici/pull/3551 )
- fix: handle websocket closed correctly by [@​KhafraDev](https://redirect.github.com/KhafraDev ) in [https://github.com/nodejs/undici/pull/3565 ](https://redirect.github.com/nodejs/undici/pull/3565 )
- fix: extract noop everywhere by [@​Uzlopak](https://redirect.github.com/Uzlopak ) in [https://github.com/nodejs/undici/pull/3559 ](https://redirect.github.com/nodejs/undici/pull/3559 )
- chore: add jsdoc for lib/web/websocket/util.js, minor rewrite of utf8Decode by [@​Uzlopak](https://redirect.github.com/Uzlopak ) in [https://github.com/nodejs/undici/pull/3563 ](https://redirect.github.com/nodejs/undici/pull/3563 )
- jsdoc: lib/api/readable.js, fix some types by [@​Uzlopak](https://redirect.github.com/Uzlopak ) in [https://github.com/nodejs/undici/pull/3567 ](https://redirect.github.com/nodejs/undici/pull/3567 )
- fix: use fasttimers for all connection timeouts by [@​Uzlopak](https://redirect.github.com/Uzlopak ) in [https://github.com/nodejs/undici/pull/3552 ](https://redirect.github.com/nodejs/undici/pull/3552 )
- chore: use 'use strict' in cjs files by [@​Uzlopak](https://redirect.github.com/Uzlopak ) in [https://github.com/nodejs/undici/pull/3568 ](https://redirect.github.com/nodejs/undici/pull/3568 )
- chore: update typescript testing deps by [@​Uzlopak](https://redirect.github.com/Uzlopak ) in [https://github.com/nodejs/undici/pull/3571 ](https://redirect.github.com/nodejs/undici/pull/3571 )
- build(deps)!: bump concurrently from 8.2.2 to 9.0.0 in /benchmarks (node < 18 unsupported) by [@​dependabot](https://redirect.github.com/dependabot ) in [https://github.com/nodejs/undici/pull/3574 ](https://redirect.github.com/nodejs/undici/pull/3574 )
- build(deps): bump node from `ef7b4bb` to `3cb4748` in /build by [@​dependabot](https://redirect.github.com/dependabot ) in [https://github.com/nodejs/undici/pull/3573 ](https://redirect.github.com/nodejs/undici/pull/3573 )
- chore: improve jsdoc of lib/core/tree.js by [@​Uzlopak](https://redirect.github.com/Uzlopak ) in [https://github.com/nodejs/undici/pull/3572 ](https://redirect.github.com/nodejs/undici/pull/3572 )
- Update WPT by [@​github-actions](https://redirect.github.com/github-actions ) in [https://github.com/nodejs/undici/pull/3576 ](https://redirect.github.com/nodejs/undici/pull/3576 )
- jsdoc: improve typing of deepClone by [@​Uzlopak](https://redirect.github.com/Uzlopak ) in [https://github.com/nodejs/undici/pull/3575 ](https://redirect.github.com/nodejs/undici/pull/3575 )
- chore: improve jsdoc of lib/core/constants.js by [@​Uzlopak](https://redirect.github.com/Uzlopak ) in [https://github.com/nodejs/undici/pull/3570 ](https://redirect.github.com/nodejs/undici/pull/3570 )
- chore: upgrade fixed queue, lint accordingly, add jsdoc by [@​Uzlopak](https://redirect.github.com/Uzlopak ) in [https://github.com/nodejs/undici/pull/3577 ](https://redirect.github.com/nodejs/undici/pull/3577 )
- Update WPT by [@​github-actions](https://redirect.github.com/github-actions ) in [https://github.com/nodejs/undici/pull/3581 ](https://redirect.github.com/nodejs/undici/pull/3581 )
- ci: less flaky test/request-timeout.js test by [@​Uzlopak](https://redirect.github.com/Uzlopak ) in [https://github.com/nodejs/undici/pull/3580 ](https://redirect.github.com/nodejs/undici/pull/3580 )
- chore: remove pluralizer by [@​Uzlopak](https://redirect.github.com/Uzlopak ) in [https://github.com/nodejs/undici/pull/3586 ](https://redirect.github.com/nodejs/undici/pull/3586 )
- util: rename validateHandler to assertRequestHandler, minor changes in util.js by [@​Uzlopak](https://redirect.github.com/Uzlopak ) in [https://github.com/nodejs/undici/pull/3583 ](https://redirect.github.com/nodejs/undici/pull/3583 )
- mock: remove Error.captureStackTrace in MockNotMatchedError by [@​Uzlopak](https://redirect.github.com/Uzlopak ) in [https://github.com/nodejs/undici/pull/3587 ](https://redirect.github.com/nodejs/undici/pull/3587 )
- fix: DRY up lib/core/diagnostics.js by [@​Uzlopak](https://redirect.github.com/Uzlopak ) in [https://github.com/nodejs/undici/pull/3585 ](https://redirect.github.com/nodejs/undici/pull/3585 )
- fix: husky deprecation warning by [@​eXhumer](https://redirect.github.com/eXhumer ) in [https://github.com/nodejs/undici/pull/3593 ](https://redirect.github.com/nodejs/undici/pull/3593 )
- Update WPT by [@​github-actions](https://redirect.github.com/github-actions ) in [https://github.com/nodejs/undici/pull/3598 ](https://redirect.github.com/nodejs/undici/pull/3598 )
- chore: remove unused `pre-commit` dependency by [@​eXhumer](https://redirect.github.com/eXhumer ) in [https://github.com/nodejs/undici/pull/3599 ](https://redirect.github.com/nodejs/undici/pull/3599 )
- diagnostics-channel: use not deprecated subscribe fn by [@​Uzlopak](https://redirect.github.com/Uzlopak ) in [https://github.com/nodejs/undici/pull/3600 ](https://redirect.github.com/nodejs/undici/pull/3600 )
- Update WPT by [@​github-actions](https://redirect.github.com/github-actions ) in [https://github.com/nodejs/undici/pull/3607 ](https://redirect.github.com/nodejs/undici/pull/3607 )
- fetch: make fullyReadBody sync by [@​Uzlopak](https://redirect.github.com/Uzlopak ) in [https://github.com/nodejs/undici/pull/3603 ](https://redirect.github.com/nodejs/undici/pull/3603 )
- jsdoc: add jsdoc to lib/web/fetch/constants.js by [@​Uzlopak](https://redirect.github.com/Uzlopak ) in [https://github.com/nodejs/undici/pull/3597 ](https://redirect.github.com/nodejs/undici/pull/3597 )
- fetch: pullAlgorithm passes the async resume function through by [@​Uzlopak](https://redirect.github.com/Uzlopak ) in [https://github.com/nodejs/undici/pull/3604 ](https://redirect.github.com/nodejs/undici/pull/3604 )
- fix: typo in Client.md by [@​SkeLLLa](https://redirect.github.com/SkeLLLa ) in [https://github.com/nodejs/undici/pull/3612 ](https://redirect.github.com/nodejs/undici/pull/3612 )
- Update WPT by [@​github-actions](https://redirect.github.com/github-actions ) in [https://github.com/nodejs/undici/pull/3615 ](https://redirect.github.com/nodejs/undici/pull/3615 )
- Update WPT by [@​github-actions](https://redirect.github.com/github-actions ) in [https://github.com/nodejs/undici/pull/3622 ](https://redirect.github.com/nodejs/undici/pull/3622 )
- fetch: avoid async function in mainFetch to generate response by [@​Uzlopak](https://redirect.github.com/Uzlopak ) in [https://github.com/nodejs/undici/pull/3605 ](https://redirect.github.com/nodejs/undici/pull/3605 )
- Update WPT by [@​github-actions](https://redirect.github.com/github-actions ) in [https://github.com/nodejs/undici/pull/3626 ](https://redirect.github.com/nodejs/undici/pull/3626 )
- append crlf to formdata body by [@​KhafraDev](https://redirect.github.com/KhafraDev ) in [https://github.com/nodejs/undici/pull/3625 ](https://redirect.github.com/nodejs/undici/pull/3625 )
- fix: fire `close` on failed WebSocket connection by [@​eXhumer](https://redirect.github.com/eXhumer ) in [https://github.com/nodejs/undici/pull/3566 ](https://redirect.github.com/nodejs/undici/pull/3566 )
- fix: fire close on failed WebSocket connection by [@​KhafraDev](https://redirect.github.com/KhafraDev ) in [https://github.com/nodejs/undici/pull/3628 ](https://redirect.github.com/nodejs/undici/pull/3628 )
- handle body errors by [@​KhafraDev](https://redirect.github.com/KhafraDev ) in [https://github.com/nodejs/undici/pull/3632 ](https://redirect.github.com/nodejs/undici/pull/3632 )
- make cloned request inherit dispatcher by [@​KhafraDev](https://redirect.github.com/KhafraDev ) in [https://github.com/nodejs/undici/pull/3631 ](https://redirect.github.com/nodejs/undici/pull/3631 )
- Remove symbols from web specs by [@​KhafraDev](https://redirect.github.com/KhafraDev ) in [https://github.com/nodejs/undici/pull/3633 ](https://redirect.github.com/nodejs/undici/pull/3633 )
- cleanup web symbol removal by [@​KhafraDev](https://redirect.github.com/KhafraDev ) in [https://github.com/nodejs/undici/pull/3638 ](https://redirect.github.com/nodejs/undici/pull/3638 )
- build(deps): bump mitata from 0.1.14 to 1.0.4 in /benchmarks by [@​dependabot](https://redirect.github.com/dependabot ) in [https://github.com/nodejs/undici/pull/3641 ](https://redirect.github.com/nodejs/undici/pull/3641 )
- feat: implement WebSocketStream by [@​KhafraDev](https://redirect.github.com/KhafraDev ) in [https://github.com/nodejs/undici/pull/3560 ](https://redirect.github.com/nodejs/undici/pull/3560 )
- export WebSocketStream, add docs and types by [@​KhafraDev](https://redirect.github.com/KhafraDev ) in [https://github.com/nodejs/undici/pull/3645 ](https://redirect.github.com/nodejs/undici/pull/3645 )
- build(deps): bump node from `3cb4748` to `83b4d7b` in /build by [@​dependabot](https://redirect.github.com/dependabot ) in [https://github.com/nodejs/undici/pull/3621 ](https://redirect.github.com/nodejs/undici/pull/3621 )
- feat: add DNS interceptor by [@​metcoder95](https://redirect.github.com/metcoder95 ) in [https://github.com/nodejs/undici/pull/3490 ](https://redirect.github.com/nodejs/undici/pull/3490 )
- prefer fail over close the websocket connection in error cases by [@​KhafraDev](https://redirect.github.com/KhafraDev ) in [https://github.com/nodejs/undici/pull/3651 ](https://redirect.github.com/nodejs/undici/pull/3651 )
- fix: various typos by [@​NathanBaulch](https://redirect.github.com/NathanBaulch ) in [https://github.com/nodejs/undici/pull/3640 ](https://redirect.github.com/nodejs/undici/pull/3640 )
- Update WPT by [@​github-actions](https://redirect.github.com/github-actions ) in [https://github.com/nodejs/undici/pull/3634 ](https://redirect.github.com/nodejs/undici/pull/3634 )
- test: increase bitness in `test/fixtures/*.pem` by [@​LiviaMedeiros](https://redirect.github.com/LiviaMedeiros ) in [https://github.com/nodejs/undici/pull/3659 ](https://redirect.github.com/nodejs/undici/pull/3659 )
- mock: fix mocking of Uint8Array and ArrayBuffers as provided mock-responses by [@​Uzlopak](https://redirect.github.com/Uzlopak ) in [https://github.com/nodejs/undici/pull/3662 ](https://redirect.github.com/nodejs/undici/pull/3662 )
- test: less flaky timers acceptance test, rework fast timer tests to pass them faster by [@​Uzlopak](https://redirect.github.com/Uzlopak ) in [https://github.com/nodejs/undici/pull/3656 ](https://redirect.github.com/nodejs/undici/pull/3656 )
- build(deps): bump github/codeql-action from 3.26.6 to 3.26.10 by [@​dependabot](https://redirect.github.com/dependabot ) in [https://github.com/nodejs/undici/pull/3664 ](https://redirect.github.com/nodejs/undici/pull/3664 )
- build(deps): bump peter-evans/create-pull-request from 6.1.0 to 7.0.5 by [@​dependabot](https://redirect.github.com/dependabot ) in [https://github.com/nodejs/undici/pull/3665 ](https://redirect.github.com/nodejs/undici/pull/3665 )
- build(deps): bump fastify/github-action-merge-dependabot from 3.10.1 to 3.10.2 by [@​dependabot](https://redirect.github.com/dependabot ) in [https://github.com/nodejs/undici/pull/3667 ](https://redirect.github.com/nodejs/undici/pull/3667 )
- build(deps): bump codecov/codecov-action from 4.5.0 to 4.6.0 by [@​dependabot](https://redirect.github.com/dependabot ) in [https://github.com/nodejs/undici/pull/3668 ](https://redirect.github.com/nodejs/undici/pull/3668 )
- ws: move implementation agnostic onFail logic to shared function by [@​KhafraDev](https://redirect.github.com/KhafraDev ) in [https://github.com/nodejs/undici/pull/3663 ](https://redirect.github.com/nodejs/undici/pull/3663 )
- build(deps): bump step-security/harden-runner from 2.9.1 to 2.10.1 by [@​dependabot](https://redirect.github.com/dependabot ) in [https://github.com/nodejs/undici/pull/3666 ](https://redirect.github.com/nodejs/undici/pull/3666 )
- Update WPT by [@​github-actions](https://redirect.github.com/github-actions ) in [https://github.com/nodejs/undici/pull/3669 ](https://redirect.github.com/nodejs/undici/pull/3669 )
- fix: add option `ignoreTrailingSlash` to MockAgent and `.intercept()` by [@​Uzlopak](https://redirect.github.com/Uzlopak ) in [https://github.com/nodejs/undici/pull/3655 ](https://redirect.github.com/nodejs/undici/pull/3655 )
- fix: ignore leading and trailing crlfs in formdata body by [@​KhafraDev](https://redirect.github.com/KhafraDev ) in [https://github.com/nodejs/undici/pull/3677 ](https://redirect.github.com/nodejs/undici/pull/3677 )
- test: add test to ensure full type when parsing multipart/form-data' by [@​Uzlopak](https://redirect.github.com/Uzlopak ) in [https://github.com/nodejs/undici/pull/3683 ](https://redirect.github.com/nodejs/undici/pull/3683 )
- test: use globalThis.Headers and skip if is missing by [@​Uzlopak](https://redirect.github.com/Uzlopak ) in [https://github.com/nodejs/undici/pull/3684 ](https://redirect.github.com/nodejs/undici/pull/3684 )
- jsdoc: adds some jsdoc to fetch headers implementation, minor changes by [@​Uzlopak](https://redirect.github.com/Uzlopak ) in [https://github.com/nodejs/undici/pull/3687 ](https://redirect.github.com/nodejs/undici/pull/3687 )
- feat: check maxHeadersSize on client instantiation and not on Parser instantion by [@​Uzlopak](https://redirect.github.com/Uzlopak ) in [https://github.com/nodejs/undici/pull/3654 ](https://redirect.github.com/nodejs/undici/pull/3654 )
- test: remove test for issue 1670 by [@​Uzlopak](https://redirect.github.com/Uzlopak ) in [https://github.com/nodejs/undici/pull/3690 ](https://redirect.github.com/nodejs/undici/pull/3690 )
- replace instanceof in brand checks with isPrototypeOf by [@​KhafraDev](https://redirect.github.com/KhafraDev ) in [https://github.com/nodejs/undici/pull/3692 ](https://redirect.github.com/nodejs/undici/pull/3692 )
- test: make fetch test independent from internet connection by [@​Uzlopak](https://redirect.github.com/Uzlopak ) in [https://github.com/nodejs/undici/pull/3691 ](https://redirect.github.com/nodejs/undici/pull/3691 )
- build(deps-dev): bump esbuild from 0.19.12 to 0.24.0 by [@​dependabot](https://redirect.github.com/dependabot ) in [https://github.com/nodejs/undici/pull/3698 ](https://redirect.github.com/nodejs/undici/pull/3698 )
- fix: restructure determineRequestsReferrer to match better spec by [@​Uzlopak](https://redirect.github.com/Uzlopak ) in [https://github.com/nodejs/undici/pull/3699 ](https://redirect.github.com/nodejs/undici/pull/3699 )
- set ws readyState if closed before connection could be established by [@​KhafraDev](https://redirect.github.com/KhafraDev ) in [https://github.com/nodejs/undici/pull/3701 ](https://redirect.github.com/nodejs/undici/pull/3701 )
- types: fix return type of WebidlUtil.Type by [@​Uzlopak](https://redirect.github.com/Uzlopak ) in [https://github.com/nodejs/undici/pull/3685 ](https://redirect.github.com/nodejs/undici/pull/3685 )
- fetch: refactor referrer policy util functions by [@​Uzlopak](https://redirect.github.com/Uzlopak ) in [https://github.com/nodejs/undici/pull/3706 ](https://redirect.github.com/nodejs/undici/pull/3706 )
- fix: PoolBase kClose and kDestroy should await and not return the Promise by [@​Uzlopak](https://redirect.github.com/Uzlopak ) in [https://github.com/nodejs/undici/pull/3716 ](https://redirect.github.com/nodejs/undici/pull/3716 )
- fix: data-url set extractValue of collectAnHTTPQuotedString by default to false by [@​Uzlopak](https://redirect.github.com/Uzlopak ) in [https://github.com/nodejs/undici/pull/3717 ](https://redirect.github.com/nodejs/undici/pull/3717 )
- faster brand check by [@​tsctx](https://redirect.github.com/tsctx ) in [https://github.com/nodejs/undici/pull/3720 ](https://redirect.github.com/nodejs/undici/pull/3720 )
- web: mark as uncloneable when possible by [@​jazelly](https://redirect.github.com/jazelly ) in [https://github.com/nodejs/undici/pull/3709 ](https://redirect.github.com/nodejs/undici/pull/3709 )
- chore(H2): onboard H2 into Undici queueing system by [@​metcoder95](https://redirect.github.com/metcoder95 ) in [https://github.com/nodejs/undici/pull/3707 ](https://redirect.github.com/nodejs/undici/pull/3707 )
- http: extract listeners from client-h1 by [@​Uzlopak](https://redirect.github.com/Uzlopak ) in [https://github.com/nodejs/undici/pull/3725 ](https://redirect.github.com/nodejs/undici/pull/3725 )
- http2: extract listenHandlers and one bugfix by [@​Uzlopak](https://redirect.github.com/Uzlopak ) in [https://github.com/nodejs/undici/pull/3722 ](https://redirect.github.com/nodejs/undici/pull/3722 )
- feat: http caching by [@​flakey5](https://redirect.github.com/flakey5 ) in [https://github.com/nodejs/undici/pull/3562 ](https://redirect.github.com/nodejs/undici/pull/3562 )
- build(deps-dev): bump borp from 0.17.0 to 0.18.0 by [@​dependabot](https://redirect.github.com/dependabot ) in [https://github.com/nodejs/undici/pull/3734 ](https://redirect.github.com/nodejs/undici/pull/3734 )
- docs: fix broken link in readme by [@​pastelsky](https://redirect.github.com/pastelsky ) in [https://github.com/nodejs/undici/pull/3591 ](https://redirect.github.com/nodejs/undici/pull/3591 )
- chore: add jsdoc to lib/web/websocket/constants.js by [@​Uzlopak](https://redirect.github.com/Uzlopak ) in [https://github.com/nodejs/undici/pull/3564 ](https://redirect.github.com/nodejs/undici/pull/3564 )
- chore: remove redundant async in readable.js by [@​Uzlopak](https://redirect.github.com/Uzlopak ) in [https://github.com/nodejs/undici/pull/3643 ](https://redirect.github.com/nodejs/undici/pull/3643 )
- fix(types): add missing `cache` prop to RequestInit by [@​rindeal](https://redirect.github.com/rindeal ) in [https://github.com/nodejs/undici/pull/3569 ](https://redirect.github.com/nodejs/undici/pull/3569 )
- \[http-cache] follow up by [@​Uzlopak](https://redirect.github.com/Uzlopak ) in [https://github.com/nodejs/undici/pull/3733 ](https://redirect.github.com/nodejs/undici/pull/3733 )
- fix([#​3736](https://redirect.github.com/nodejs/undici/issues/3736 )): leaked error event on response body by [@​metcoder95](https://redirect.github.com/metcoder95 ) in [https://github.com/nodejs/undici/pull/3740 ](https://redirect.github.com/nodejs/undici/pull/3740 )
- fix: unsafe methods not causing cache purge by [@​flakey5](https://redirect.github.com/flakey5 ) in [https://github.com/nodejs/undici/pull/3739 ](https://redirect.github.com/nodejs/undici/pull/3739 )
- build(deps): bump node from `83b4d7b` to `f1b4315` in /build by [@​dependabot](https://redirect.github.com/dependabot ) in [https://github.com/nodejs/undici/pull/3756 ](https://redirect.github.com/nodejs/undici/pull/3756 )
- fix filename\* parsing by [@​KhafraDev](https://redirect.github.com/KhafraDev ) in [https://github.com/nodejs/undici/pull/3768 ](https://redirect.github.com/nodejs/undici/pull/3768 )
- fix http2 test by [@​KhafraDev](https://redirect.github.com/KhafraDev ) in [https://github.com/nodejs/undici/pull/3769 ](https://redirect.github.com/nodejs/undici/pull/3769 )
- add unsafe-url referrerPolicy test by [@​KhafraDev](https://redirect.github.com/KhafraDev ) in [https://github.com/nodejs/undici/pull/3772 ](https://redirect.github.com/nodejs/undici/pull/3772 )
- chore(docs): add request() example for conditionally reading the body by [@​styfle](https://redirect.github.com/styfle ) in [https://github.com/nodejs/undici/pull/3743 ](https://redirect.github.com/nodejs/undici/pull/3743 )
- fix: dns interceptor ip ttl by [@​luddd3](https://redirect.github.com/luddd3 ) in [https://github.com/nodejs/undici/pull/3770 ](https://redirect.github.com/nodejs/undici/pull/3770 )
- add node v23 workflow by [@​tsctx](https://redirect.github.com/tsctx ) in [https://github.com/nodejs/undici/pull/3780 ](https://redirect.github.com/nodejs/undici/pull/3780 )
- fix: dns interceptor affinity by [@​luddd3](https://redirect.github.com/luddd3 ) in [https://github.com/nodejs/undici/pull/3778 ](https://redirect.github.com/nodejs/undici/pull/3778 )
- fix aborting Streams by [@​epistemancering](https://redirect.github.com/epistemancering ) in [https://github.com/nodejs/undici/pull/3754 ](https://redirect.github.com/nodejs/undici/pull/3754 )
- add tests from cookie package by [@​KhafraDev](https://redirect.github.com/KhafraDev ) in [https://github.com/nodejs/undici/pull/3789 ](https://redirect.github.com/nodejs/undici/pull/3789 )
- disable failing test by [@​ronag](https://redirect.github.com/ronag ) in [https://github.com/nodejs/undici/pull/3782 ](https://redirect.github.com/nodejs/undici/pull/3782 )
- fix: http2 queueing by [@​metcoder95](https://redirect.github.com/metcoder95 ) in [https://github.com/nodejs/undici/pull/3761 ](https://redirect.github.com/nodejs/undici/pull/3761 )
- test(interceptors): fix dns testing on windows by [@​metcoder95](https://redirect.github.com/metcoder95 ) in [https://github.com/nodejs/undici/pull/3793 ](https://redirect.github.com/nodejs/undici/pull/3793 )
- feat: use resolved ports in dns interceptor by [@​luddd3](https://redirect.github.com/luddd3 ) in [https://github.com/nodejs/undici/pull/3786 ](https://redirect.github.com/nodejs/undici/pull/3786 )
- fix: cache by [@​ronag](https://redirect.github.com/ronag ) in [https://github.com/nodejs/undici/pull/3804 ](https://redirect.github.com/nodejs/undici/pull/3804 )
- fix: assume blocking unless HEAD by [@​ronag](https://redirect.github.com/ronag ) in [https://github.com/nodejs/undici/pull/3771 ](https://redirect.github.com/nodejs/undici/pull/3771 )
- chore: use common WASM builder by [@​mhdawson](https://redirect.github.com/mhdawson ) in [https://github.com/nodejs/undici/pull/3791 ](https://redirect.github.com/nodejs/undici/pull/3791 )
- refactor: silence neostandard import rules error by [@​jerome-benoit](https://redirect.github.com/jerome-benoit ) in [https://github.com/nodejs/undici/pull/3776 ](https://redirect.github.com/nodejs/undici/pull/3776 )
- build(deps): bump actions/dependency-review-action from 4.3.4 to 4.4.0 by [@​dependabot](https://redirect.github.com/dependabot ) in [https://github.com/nodejs/undici/pull/3797 ](https://redirect.github.com/nodejs/undici/pull/3797 )
- build(deps): bump github/codeql-action from 3.26.10 to 3.27.0 by [@​dependabot](https://redirect.github.com/dependabot ) in [https://github.com/nodejs/undici/pull/3796 ](https://redirect.github.com/nodejs/undici/pull/3796 )
- build(deps): bump fastify/github-action-merge-dependabot from 3.10.2 to 3.11.0 by [@​dependabot](https://redirect.github.com/dependabot ) in [https://github.com/nodejs/undici/pull/3795 ](https://redirect.github.com/nodejs/undici/pull/3795 )
- docs: add example using proxy with fetch by [@​dancastillo](https://redirect.github.com/dancastillo ) in [https://github.com/nodejs/undici/pull/3800 ](https://redirect.github.com/nodejs/undici/pull/3800 )
- fix: handle Headers in RedirectHandler by [@​iiAku](https://redirect.github.com/iiAku ) in [https://github.com/nodejs/undici/pull/3777 ](https://redirect.github.com/nodejs/undici/pull/3777 )
- Skip debuglog tests by [@​mcollina](https://redirect.github.com/mcollina ) in [https://github.com/nodejs/undici/pull/3810 ](https://redirect.github.com/nodejs/undici/pull/3810 )
- build(deps): bump actions/upload-artifact from 4.4.0 to 4.4.3 by [@​dependabot](https://redirect.github.com/dependabot ) in [https://github.com/nodejs/undici/pull/3794 ](https://redirect.github.com/nodejs/undici/pull/3794 )
- h2: do not emit data after goaway by [@​mcollina](https://redirect.github.com/mcollina ) in [https://github.com/nodejs/undici/pull/3811 ](https://redirect.github.com/nodejs/undici/pull/3811 )
- fix redirect interceptor with FormData body by [@​KhafraDev](https://redirect.github.com/KhafraDev ) in [https://github.com/nodejs/undici/pull/3815 ](https://redirect.github.com/nodejs/undici/pull/3815 )
- docs: fix broken links in undici webpage by [@​dancastillo](https://redirect.github.com/dancastillo ) in [https://github.com/nodejs/undici/pull/3807 ](https://redirect.github.com/nodejs/undici/pull/3807 )
- fix: handle undici Headers and Maps in redirect-handler by [@​iiAku](https://redirect.github.com/iiAku ) in [https://github.com/nodejs/undici/pull/3819 ](https://redirect.github.com/nodejs/undici/pull/3819 )
- fix: handle undefined deref() of WeakRef(socket) by [@​hochoy](https://redirect.github.com/hochoy ) in [https://github.com/nodejs/undici/pull/3751 ](https://redirect.github.com/nodejs/undici/pull/3751 )
- build(deps-dev): bump [@​sinonjs/fake-timers](https://redirect.github.com/sinonjs/fake-timers ) from 11.3.1 to 12.0.0 by [@​dependabot](https://redirect.github.com/dependabot ) in [https://github.com/nodejs/undici/pull/3823 ](https://redirect.github.com/nodejs/undici/pull/3823 )
- fix: range end is zero-indexed by [@​DTrombett](https://redirect.github.com/DTrombett ) in [https://github.com/nodejs/undici/pull/3826 ](https://redirect.github.com/nodejs/undici/pull/3826 )
- lib: more cache fixes by [@​flakey5](https://redirect.github.com/flakey5 ) in [https://github.com/nodejs/undici/pull/3816 ](https://redirect.github.com/nodejs/undici/pull/3816 )
- fix: cache fixes by [@​ronag](https://redirect.github.com/ronag ) in [https://github.com/nodejs/undici/pull/3830 ](https://redirect.github.com/nodejs/undici/pull/3830 )
- Headers webidl errors by [@​KhafraDev](https://redirect.github.com/KhafraDev ) in [https://github.com/nodejs/undici/pull/3833 ](https://redirect.github.com/nodejs/undici/pull/3833 )
- Fix goaway by [@​mcollina](https://redirect.github.com/mcollina ) in [https://github.com/nodejs/undici/pull/3835 ](https://redirect.github.com/nodejs/undici/pull/3835 )
- refactor: maxEntriesCount by [@​ronag](https://redirect.github.com/ronag ) in [https://github.com/nodejs/undici/pull/3832 ](https://redirect.github.com/nodejs/undici/pull/3832 )
- Update WPT by [@​github-actions](https://redirect.github.com/github-actions ) in [https://github.com/nodejs/undici/pull/3693 ](https://redirect.github.com/nodejs/undici/pull/3693 )
- docs: fix broken links by using absolute path by [@​dancastillo](https://redirect.github.com/dancastillo ) in [https://github.com/nodejs/undici/pull/3820 ](https://redirect.github.com/nodejs/undici/pull/3820 )
- fix: memory store by [@​ronag](https://redirect.github.com/ronag ) in [https://github.com/nodejs/undici/pull/3834 ](https://redirect.github.com/nodejs/undici/pull/3834 )
- Update Dispatch.md to Dispatcher.md by [@​bcomnes](https://redirect.github.com/bcomnes ) in [https://github.com/nodejs/undici/pull/3839 ](https://redirect.github.com/nodejs/undici/pull/3839 )
- lib: add `nowAbsolute` to fast timers by [@​flakey5](https://redirect.github.com/flakey5 ) in [https://github.com/nodejs/undici/pull/3749 ](https://redirect.github.com/nodejs/undici/pull/3749 )
- feat: cache etag support by [@​flakey5](https://redirect.github.com/flakey5 ) in [https://github.com/nodejs/undici/pull/3758 ](https://redirect.github.com/nodejs/undici/pull/3758 )
- feat: support request cache control directives by [@​flakey5](https://redirect.github.com/flakey5 ) in [https://github.com/nodejs/undici/pull/3658 ](https://redirect.github.com/nodejs/undici/pull/3658 )
- Bench updates prior to release by [@​mcollina](https://redirect.github.com/mcollina ) in [https://github.com/nodejs/undici/pull/3845 ](https://redirect.github.com/nodejs/undici/pull/3845 )
- fix([#​3817](https://redirect.github.com/nodejs/undici/issues/3817 )): send servername for SNI on TLS by [@​metcoder95](https://redirect.github.com/metcoder95 ) in [https://github.com/nodejs/undici/pull/3821 ](https://redirect.github.com/nodejs/undici/pull/3821 )
- Revert nowAbsolute, add regression test by [@​mcollina](https://redirect.github.com/mcollina ) in [https://github.com/nodejs/undici/pull/3850 ](https://redirect.github.com/nodejs/undici/pull/3850 )
- fix: missing error handler by [@​ronag](https://redirect.github.com/ronag ) in [https://github.com/nodejs/undici/pull/3859 ](https://redirect.github.com/nodejs/undici/pull/3859 )
- fix: 301 and 302 change method to GET by [@​DTrombett](https://redirect.github.com/DTrombett ) in [https://github.com/nodejs/undici/pull/3862 ](https://redirect.github.com/nodejs/undici/pull/3862 )
- feat: sqlite cache store by [@​flakey5](https://redirect.github.com/flakey5 ) in [https://github.com/nodejs/undici/pull/3657 ](https://redirect.github.com/nodejs/undici/pull/3657 )
- fix: sending formdata bodies with http2 by [@​KhafraDev](https://redirect.github.com/KhafraDev ) in [https://github.com/nodejs/undici/pull/3863 ](https://redirect.github.com/nodejs/undici/pull/3863 )
- Update return type of RetryCallback by [@​mqayyuum](https://redirect.github.com/mqayyuum ) in [https://github.com/nodejs/undici/pull/3851 ](https://redirect.github.com/nodejs/undici/pull/3851 )
- fix: cleanup sqlite store by [@​ronag](https://redirect.github.com/ronag ) in [https://github.com/nodejs/undici/pull/3868 ](https://redirect.github.com/nodejs/undici/pull/3868 )
- refactor: sqlite versioning by [@​ronag](https://redirect.github.com/ronag ) in [https://github.com/nodejs/undici/pull/3870 ](https://redirect.github.com/nodejs/undici/pull/3870 )
- fix: pass down context in onConnect by [@​DTrombett](https://redirect.github.com/DTrombett ) in [https://github.com/nodejs/undici/pull/3858 ](https://redirect.github.com/nodejs/undici/pull/3858 )
- fix: cache fixes by [@​ronag](https://redirect.github.com/ronag ) in [https://github.com/nodejs/undici/pull/3871 ](https://redirect.github.com/nodejs/undici/pull/3871 )
- fix: we can redirect disturbed request body if it's not going to be used by [@​ronag](https://redirect.github.com/ronag ) in [https://github.com/nodejs/undici/pull/3873 ](https://redirect.github.com/nodejs/undici/pull/3873 )
- perf: only prune if adding new entry by [@​ronag](https://redirect.github.com/ronag ) in [https://github.com/nodejs/undici/pull/3872 ](https://redirect.github.com/nodejs/undici/pull/3872 )
- fix: Fixed the issue that there is no running request when http2 goaway by [@​ShenHongFei](https://redirect.github.com/ShenHongFei ) in [https://github.com/nodejs/undici/pull/3875 ](https://redirect.github.com/nodejs/undici/pull/3875 )
- feat: new hooks by [@​ronag](https://redirect.github.com/ronag ) in [https://github.com/nodejs/undici/pull/3878 ](https://redirect.github.com/nodejs/undici/pull/3878 )
- Multiple fixes for SQLiteStore, enable it in CI by [@​mcollina](https://redirect.github.com/mcollina ) in [https://github.com/nodejs/undici/pull/3881 ](https://redirect.github.com/nodejs/undici/pull/3881 )
- Update WPT by [@​github-actions](https://redirect.github.com/github-actions ) in [https://github.com/nodejs/undici/pull/3838 ](https://redirect.github.com/nodejs/undici/pull/3838 )
- cache: fix stale-while-revalidate and stale-if-error by [@​flakey5](https://redirect.github.com/flakey5 ) in [https://github.com/nodejs/undici/pull/3865 ](https://redirect.github.com/nodejs/undici/pull/3865 )
- refactor: port redirect handler to new hooks by [@​ronag](https://redirect.github.com/ronag ) in [https://github.com/nodejs/undici/pull/3879 ](https://redirect.github.com/nodejs/undici/pull/3879 )
- Drop node v18 by [@​mcollina](https://redirect.github.com/mcollina ) in [https://github.com/nodejs/undici/pull/3880 ](https://redirect.github.com/nodejs/undici/
</details>
---
### 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.
---
- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box
---
This PR was generated by [Mend Renovate](https://mend.io/renovate/ ). View the [repository job log](https://developer.mend.io/github/toeverything/AFFiNE ).
<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOS4xOS4wIiwidXBkYXRlZEluVmVyIjoiMzkuMTkuMCIsInRhcmdldEJyYW5jaCI6ImNhbmFyeSIsImxhYmVscyI6WyJkZXBlbmRlbmNpZXMiXX0=-->
2024-11-28 03:10:03 +00:00
renovate
8ab4ea7ed0
chore: bump up @blocksuite/affine version to v0.18.1 ( #8948 )
...
This PR contains the following updates:
| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
| [@blocksuite/affine](https://redirect.github.com/toeverything/blocksuite ) ([source](https://redirect.github.com/toeverything/blocksuite/tree/HEAD/packages/affine/all ), [changelog](https://redirect.github.com/toeverything/blocksuite/blob/master/packages/blocks/CHANGELOG.md )) | [`0.18.0` -> `0.18.1`](https://renovatebot.com/diffs/npm/@blocksuite%2faffine/0.18.0/0.18.1 ) | [![age](https://developer.mend.io/api/mc/badges/age/npm/@blocksuite%2faffine/0.18.1?slim=true )](https://docs.renovatebot.com/merge-confidence/ ) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/@blocksuite%2faffine/0.18.1?slim=true )](https://docs.renovatebot.com/merge-confidence/ ) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/@blocksuite%2faffine/0.18.0/0.18.1?slim=true )](https://docs.renovatebot.com/merge-confidence/ ) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/@blocksuite%2faffine/0.18.0/0.18.1?slim=true )](https://docs.renovatebot.com/merge-confidence/ ) |
---
### Release Notes
<details>
<summary>toeverything/blocksuite (@​blocksuite/affine)</summary>
### [`v0.18.1`](https://redirect.github.com/toeverything/blocksuite/blob/HEAD/packages/affine/all/CHANGELOG.md#0181 )
[Compare Source](https://redirect.github.com/toeverything/blocksuite/compare/v0.18.0...v0.18.1 )
##### Patch Changes
- [`e2d574c`](https://redirect.github.com/toeverything/blocksuite/commit/e2d574c ): ## Feat
- feat: new doc dnd ([#​8808](https://redirect.github.com/toeverything/blocksuite/issues/8808 ))
</details>
---
### 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 these updates again.
---
- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box
---
This PR was generated by [Mend Renovate](https://mend.io/renovate/ ). View the [repository job log](https://developer.mend.io/github/toeverything/AFFiNE ).
<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOS4xOS4wIiwidXBkYXRlZEluVmVyIjoiMzkuMTkuMCIsInRhcmdldEJyYW5jaCI6ImNhbmFyeSIsImxhYmVscyI6WyJkZXBlbmRlbmNpZXMiXX0=-->
2024-11-27 13:07:19 +00:00
renovate
693ec6adc4
chore: bump up all non-major dependencies ( #8781 )
...
This PR contains the following updates:
| Package | Change | Age | Adoption | Passing | Confidence | Type | Update |
|---|---|---|---|---|---|---|---|
| [@aws-sdk/client-s3](https://redirect.github.com/aws/aws-sdk-js-v3/tree/main/clients/client-s3 ) ([source](https://redirect.github.com/aws/aws-sdk-js-v3/tree/HEAD/clients/client-s3 )) | [`3.688.0` -> `3.701.0`](https://renovatebot.com/diffs/npm/@aws-sdk%2fclient-s3/3.688.0/3.701.0 ) | [![age](https://developer.mend.io/api/mc/badges/age/npm/@aws-sdk%2fclient-s3/3.701.0?slim=true )](https://docs.renovatebot.com/merge-confidence/ ) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/@aws-sdk%2fclient-s3/3.701.0?slim=true )](https://docs.renovatebot.com/merge-confidence/ ) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/@aws-sdk%2fclient-s3/3.688.0/3.701.0?slim=true )](https://docs.renovatebot.com/merge-confidence/ ) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/@aws-sdk%2fclient-s3/3.688.0/3.701.0?slim=true )](https://docs.renovatebot.com/merge-confidence/ ) | devDependencies | minor |
| [@aws-sdk/client-s3](https://redirect.github.com/aws/aws-sdk-js-v3/tree/main/clients/client-s3 ) ([source](https://redirect.github.com/aws/aws-sdk-js-v3/tree/HEAD/clients/client-s3 )) | [`3.688.0` -> `3.701.0`](https://renovatebot.com/diffs/npm/@aws-sdk%2fclient-s3/3.688.0/3.701.0 ) | [![age](https://developer.mend.io/api/mc/badges/age/npm/@aws-sdk%2fclient-s3/3.701.0?slim=true )](https://docs.renovatebot.com/merge-confidence/ ) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/@aws-sdk%2fclient-s3/3.701.0?slim=true )](https://docs.renovatebot.com/merge-confidence/ ) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/@aws-sdk%2fclient-s3/3.688.0/3.701.0?slim=true )](https://docs.renovatebot.com/merge-confidence/ ) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/@aws-sdk%2fclient-s3/3.688.0/3.701.0?slim=true )](https://docs.renovatebot.com/merge-confidence/ ) | dependencies | minor |
| [@capacitor/android](https://capacitorjs.com ) ([source](https://redirect.github.com/ionic-team/capacitor )) | [`6.1.2` -> `6.2.0`](https://renovatebot.com/diffs/npm/@capacitor%2fandroid/6.1.2/6.2.0 ) | [![age](https://developer.mend.io/api/mc/badges/age/npm/@capacitor%2fandroid/6.2.0?slim=true )](https://docs.renovatebot.com/merge-confidence/ ) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/@capacitor%2fandroid/6.2.0?slim=true )](https://docs.renovatebot.com/merge-confidence/ ) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/@capacitor%2fandroid/6.1.2/6.2.0?slim=true )](https://docs.renovatebot.com/merge-confidence/ ) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/@capacitor%2fandroid/6.1.2/6.2.0?slim=true )](https://docs.renovatebot.com/merge-confidence/ ) | dependencies | minor |
| [@capacitor/app](https://redirect.github.com/ionic-team/capacitor-plugins ) | [`6.0.1` -> `6.0.2`](https://renovatebot.com/diffs/npm/@capacitor%2fapp/6.0.1/6.0.2 ) | [![age](https://developer.mend.io/api/mc/badges/age/npm/@capacitor%2fapp/6.0.2?slim=true )](https://docs.renovatebot.com/merge-confidence/ ) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/@capacitor%2fapp/6.0.2?slim=true )](https://docs.renovatebot.com/merge-confidence/ ) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/@capacitor%2fapp/6.0.1/6.0.2?slim=true )](https://docs.renovatebot.com/merge-confidence/ ) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/@capacitor%2fapp/6.0.1/6.0.2?slim=true )](https://docs.renovatebot.com/merge-confidence/ ) | dependencies | patch |
| [@capacitor/browser](https://redirect.github.com/ionic-team/capacitor-plugins ) | [`6.0.3` -> `6.0.4`](https://renovatebot.com/diffs/npm/@capacitor%2fbrowser/6.0.3/6.0.4 ) | [![age](https://developer.mend.io/api/mc/badges/age/npm/@capacitor%2fbrowser/6.0.4?slim=true )](https://docs.renovatebot.com/merge-confidence/ ) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/@capacitor%2fbrowser/6.0.4?slim=true )](https://docs.renovatebot.com/merge-confidence/ ) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/@capacitor%2fbrowser/6.0.3/6.0.4?slim=true )](https://docs.renovatebot.com/merge-confidence/ ) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/@capacitor%2fbrowser/6.0.3/6.0.4?slim=true )](https://docs.renovatebot.com/merge-confidence/ ) | dependencies | patch |
| [@capacitor/cli](https://capacitorjs.com ) ([source](https://redirect.github.com/ionic-team/capacitor )) | [`6.1.2` -> `6.2.0`](https://renovatebot.com/diffs/npm/@capacitor%2fcli/6.1.2/6.2.0 ) | [![age](https://developer.mend.io/api/mc/badges/age/npm/@capacitor%2fcli/6.2.0?slim=true )](https://docs.renovatebot.com/merge-confidence/ ) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/@capacitor%2fcli/6.2.0?slim=true )](https://docs.renovatebot.com/merge-confidence/ ) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/@capacitor%2fcli/6.1.2/6.2.0?slim=true )](https://docs.renovatebot.com/merge-confidence/ ) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/@capacitor%2fcli/6.1.2/6.2.0?slim=true )](https://docs.renovatebot.com/merge-confidence/ ) | devDependencies | minor |
| [@capacitor/core](https://capacitorjs.com ) ([source](https://redirect.github.com/ionic-team/capacitor )) | [`6.1.2` -> `6.2.0`](https://renovatebot.com/diffs/npm/@capacitor%2fcore/6.1.2/6.2.0 ) | [![age](https://developer.mend.io/api/mc/badges/age/npm/@capacitor%2fcore/6.2.0?slim=true )](https://docs.renovatebot.com/merge-confidence/ ) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/@capacitor%2fcore/6.2.0?slim=true )](https://docs.renovatebot.com/merge-confidence/ ) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/@capacitor%2fcore/6.1.2/6.2.0?slim=true )](https://docs.renovatebot.com/merge-confidence/ ) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/@capacitor%2fcore/6.1.2/6.2.0?slim=true )](https://docs.renovatebot.com/merge-confidence/ ) | dependencies | minor |
| [@capacitor/ios](https://capacitorjs.com ) ([source](https://redirect.github.com/ionic-team/capacitor )) | [`6.1.2` -> `6.2.0`](https://renovatebot.com/diffs/npm/@capacitor%2fios/6.1.2/6.2.0 ) | [![age](https://developer.mend.io/api/mc/badges/age/npm/@capacitor%2fios/6.2.0?slim=true )](https://docs.renovatebot.com/merge-confidence/ ) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/@capacitor%2fios/6.2.0?slim=true )](https://docs.renovatebot.com/merge-confidence/ ) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/@capacitor%2fios/6.1.2/6.2.0?slim=true )](https://docs.renovatebot.com/merge-confidence/ ) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/@capacitor%2fios/6.1.2/6.2.0?slim=true )](https://docs.renovatebot.com/merge-confidence/ ) | dependencies | minor |
| [@capacitor/keyboard](https://redirect.github.com/ionic-team/capacitor-plugins ) | [`6.0.2` -> `6.0.3`](https://renovatebot.com/diffs/npm/@capacitor%2fkeyboard/6.0.2/6.0.3 ) | [![age](https://developer.mend.io/api/mc/badges/age/npm/@capacitor%2fkeyboard/6.0.3?slim=true )](https://docs.renovatebot.com/merge-confidence/ ) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/@capacitor%2fkeyboard/6.0.3?slim=true )](https://docs.renovatebot.com/merge-confidence/ ) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/@capacitor%2fkeyboard/6.0.2/6.0.3?slim=true )](https://docs.renovatebot.com/merge-confidence/ ) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/@capacitor%2fkeyboard/6.0.2/6.0.3?slim=true )](https://docs.renovatebot.com/merge-confidence/ ) | dependencies | patch |
| [@clack/core](https://redirect.github.com/natemoo-re/clack/tree/main/packages/core#readme ) ([source](https://redirect.github.com/natemoo-re/clack/tree/HEAD/packages/core )) | [`0.3.4` -> `0.3.5`](https://renovatebot.com/diffs/npm/@clack%2fcore/0.3.4/0.3.5 ) | [![age](https://developer.mend.io/api/mc/badges/age/npm/@clack%2fcore/0.3.5?slim=true )](https://docs.renovatebot.com/merge-confidence/ ) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/@clack%2fcore/0.3.5?slim=true )](https://docs.renovatebot.com/merge-confidence/ ) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/@clack%2fcore/0.3.4/0.3.5?slim=true )](https://docs.renovatebot.com/merge-confidence/ ) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/@clack%2fcore/0.3.4/0.3.5?slim=true )](https://docs.renovatebot.com/merge-confidence/ ) | devDependencies | patch |
| [@clack/prompts](https://redirect.github.com/natemoo-re/clack/tree/main/packages/prompts#readme ) ([source](https://redirect.github.com/natemoo-re/clack/tree/HEAD/packages/prompts )) | [`^0.7.0` -> `^0.8.0`](https://renovatebot.com/diffs/npm/@clack%2fprompts/0.7.0/0.8.2 ) | [![age](https://developer.mend.io/api/mc/badges/age/npm/@clack%2fprompts/0.8.2?slim=true )](https://docs.renovatebot.com/merge-confidence/ ) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/@clack%2fprompts/0.8.2?slim=true )](https://docs.renovatebot.com/merge-confidence/ ) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/@clack%2fprompts/0.7.0/0.8.2?slim=true )](https://docs.renovatebot.com/merge-confidence/ ) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/@clack%2fprompts/0.7.0/0.8.2?slim=true )](https://docs.renovatebot.com/merge-confidence/ ) | devDependencies | minor |
| [@commitlint/cli](https://commitlint.js.org/ ) ([source](https://redirect.github.com/conventional-changelog/commitlint/tree/HEAD/@commitlint/cli )) | [`19.5.0` -> `19.6.0`](https://renovatebot.com/diffs/npm/@commitlint%2fcli/19.5.0/19.6.0 ) | [![age](https://developer.mend.io/api/mc/badges/age/npm/@commitlint%2fcli/19.6.0?slim=true )](https://docs.renovatebot.com/merge-confidence/ ) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/@commitlint%2fcli/19.6.0?slim=true )](https://docs.renovatebot.com/merge-confidence/ ) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/@commitlint%2fcli/19.5.0/19.6.0?slim=true )](https://docs.renovatebot.com/merge-confidence/ ) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/@commitlint%2fcli/19.5.0/19.6.0?slim=true )](https://docs.renovatebot.com/merge-confidence/ ) | devDependencies | minor |
| [@commitlint/config-conventional](https://commitlint.js.org/ ) ([source](https://redirect.github.com/conventional-changelog/commitlint/tree/HEAD/@commitlint/config-conventional )) | [`19.5.0` -> `19.6.0`](https://renovatebot.com/diffs/npm/@commitlint%2fconfig-conventional/19.5.0/19.6.0 ) | [![age](https://developer.mend.io/api/mc/badges/age/npm/@commitlint%2fconfig-conventional/19.6.0?slim=true )](https://docs.renovatebot.com/merge-confidence/ ) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/@commitlint%2fconfig-conventional/19.6.0?slim=true )](https://docs.renovatebot.com/merge-confidence/ ) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/@commitlint%2fconfig-conventional/19.5.0/19.6.0?slim=true )](https://docs.renovatebot.com/merge-confidence/ ) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/@commitlint%2fconfig-conventional/19.5.0/19.6.0?slim=true )](https://docs.renovatebot.com/merge-confidence/ ) | devDependencies | minor |
| [@dnd-kit/core](https://redirect.github.com/clauderic/dnd-kit ) ([source](https://redirect.github.com/clauderic/dnd-kit/tree/HEAD/packages/core )) | [`6.1.0` -> `6.2.0`](https://renovatebot.com/diffs/npm/@dnd-kit%2fcore/6.1.0/6.2.0 ) | [![age](https://developer.mend.io/api/mc/badges/age/npm/@dnd-kit%2fcore/6.2.0?slim=true )](https://docs.renovatebot.com/merge-confidence/ ) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/@dnd-kit%2fcore/6.2.0?slim=true )](https://docs.renovatebot.com/merge-confidence/ ) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/@dnd-kit%2fcore/6.1.0/6.2.0?slim=true )](https://docs.renovatebot.com/merge-confidence/ ) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/@dnd-kit%2fcore/6.1.0/6.2.0?slim=true )](https://docs.renovatebot.com/merge-confidence/ ) | dependencies | minor |
| [@electron-forge/cli](https://redirect.github.com/electron/forge ) | [`7.5.0` -> `7.6.0`](https://renovatebot.com/diffs/npm/@electron-forge%2fcli/7.5.0/7.6.0 ) | [![age](https://developer.mend.io/api/mc/badges/age/npm/@electron-forge%2fcli/7.6.0?slim=true )](https://docs.renovatebot.com/merge-confidence/ ) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/@electron-forge%2fcli/7.6.0?slim=true )](https://docs.renovatebot.com/merge-confidence/ ) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/@electron-forge%2fcli/7.5.0/7.6.0?slim=true )](https://docs.renovatebot.com/merge-confidence/ ) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/@electron-forge%2fcli/7.5.0/7.6.0?slim=true )](https://docs.renovatebot.com/merge-confidence/ ) | devDependencies | minor |
| [@electron-forge/core](https://redirect.github.com/electron/forge ) | [`7.5.0` -> `7.6.0`](https://renovatebot.com/diffs/npm/@electron-forge%2fcore/7.5.0/7.6.0 ) | [![age](https://developer.mend.io/api/mc/badges/age/npm/@electron-forge%2fcore/7.6.0?slim=true )](https://docs.renovatebot.com/merge-confidence/ ) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/@electron-forge%2fcore/7.6.0?slim=true )](https://docs.renovatebot.com/merge-confidence/ ) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/@electron-forge%2fcore/7.5.0/7.6.0?slim=true )](https://docs.renovatebot.com/merge-confidence/ ) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/@electron-forge%2fcore/7.5.0/7.6.0?slim=true )](https://docs.renovatebot.com/merge-confidence/ ) | devDependencies | minor |
| [@electron-forge/core-utils](https://redirect.github.com/electron/forge ) | [`7.5.0` -> `7.6.0`](https://renovatebot.com/diffs/npm/@electron-forge%2fcore-utils/7.5.0/7.6.0 ) | [![age](https://developer.mend.io/api/mc/badges/age/npm/@electron-forge%2fcore-utils/7.6.0?slim=true )](https://docs.renovatebot.com/merge-confidence/ ) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/@electron-forge%2fcore-utils/7.6.0?slim=true )](https://docs.renovatebot.com/merge-confidence/ ) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/@electron-forge%2fcore-utils/7.5.0/7.6.0?slim=true )](https://docs.renovatebot.com/merge-confidence/ ) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/@electron-forge%2fcore-utils/7.5.0/7.6.0?slim=true )](https://docs.renovatebot.com/merge-confidence/ ) | devDependencies | minor |
| [@electron-forge/maker-base](https://redirect.github.com/electron/forge ) | [`7.5.0` -> `7.6.0`](https://renovatebot.com/diffs/npm/@electron-forge%2fmaker-base/7.5.0/7.6.0 ) | [![age](https://developer.mend.io/api/mc/badges/age/npm/@electron-forge%2fmaker-base/7.6.0?slim=true )](https://docs.renovatebot.com/merge-confidence/ ) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/@electron-forge%2fmaker-base/7.6.0?slim=true )](https://docs.renovatebot.com/merge-confidence/ ) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/@electron-forge%2fmaker-base/7.5.0/7.6.0?slim=true )](https://docs.renovatebot.com/merge-confidence/ ) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/@electron-forge%2fmaker-base/7.5.0/7.6.0?slim=true )](https://docs.renovatebot.com/merge-confidence/ ) | resolutions | minor |
| [@electron-forge/maker-deb](https://redirect.github.com/electron/forge ) | [`7.5.0` -> `7.6.0`](https://renovatebot.com/diffs/npm/@electron-forge%2fmaker-deb/7.5.0/7.6.0 ) | [![age](https://developer.mend.io/api/mc/badges/age/npm/@electron-forge%2fmaker-deb/7.6.0?slim=true )](https://docs.renovatebot.com/merge-confidence/ ) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/@electron-forge%2fmaker-deb/7.6.0?slim=true )](https://docs.renovatebot.com/merge-confidence/ ) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/@electron-forge%2fmaker-deb/7.5.0/7.6.0?slim=true )](https://docs.renovatebot.com/merge-confidence/ ) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/@electron-forge%2fmaker-deb/7.5.0/7.6.0?slim=true )](https://docs.renovatebot.com/merge-confidence/ ) | devDependencies | minor |
| [@electron-forge/maker-dmg](https://redirect.github.com/electron/forge ) | [`7.5.0` -> `7.6.0`](https://renovatebot.com/diffs/npm/@electron-forge%2fmaker-dmg/7.5.0/7.6.0 ) | [![age](https://developer.mend.io/api/mc/badges/age/npm/@electron-forge%2fmaker-dmg/7.6.0?slim=true )](https://docs.renovatebot.com/merge-confidence/ ) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/@electron-forge%2fmaker-dmg/7.6.0?slim=true )](https://docs.renovatebot.com/merge-confidence/ ) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/@electron-forge%2fmaker-dmg/7.5.0/7.6.0?slim=true )](https://docs.renovatebot.com/merge-confidence/ ) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/@electron-forge%2fmaker-dmg/7.5.0/7.6.0?slim=true )](https://docs.renovatebot.com/merge-confidence/ ) | devDependencies | minor |
| [@electron-forge/maker-flatpak](https://redirect.github.com/electron/forge ) | [`7.5.0` -> `7.6.0`](https://renovatebot.com/diffs/npm/@electron-forge%2fmaker-flatpak/7.5.0/7.6.0 ) | [![age](https://developer.mend.io/api/mc/badges/age/npm/@electron-forge%2fmaker-flatpak/7.6.0?slim=true )](https://docs.renovatebot.com/merge-confidence/ ) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/@electron-forge%2fmaker-flatpak/7.6.0?slim=true )](https://docs.renovatebot.com/merge-confidence/ ) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/@electron-forge%2fmaker-flatpak/7.5.0/7.6.0?slim=true )](https://docs.renovatebot.com/merge-confidence/ ) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/@electron-forge%2fmaker-flatpak/7.5.0/7.6.0?slim=true )](https://docs.renovatebot.com/merge-confidence/ ) | devDependencies | minor |
| [@electron-forge/maker-squirrel](https://redirect.github.com/electron/forge ) | [`7.5.0` -> `7.6.0`](https://renovatebot.com/diffs/npm/@electron-forge%2fmaker-squirrel/7.5.0/7.6.0 ) | [![age](https://developer.mend.io/api/mc/badges/age/npm/@electron-forge%2fmaker-squirrel/7.6.0?slim=true )](https://docs.renovatebot.com/merge-confidence/ ) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/@electron-forge%2fmaker-squirrel/7.6.0?slim=true )](https://docs.renovatebot.com/merge-confidence/ ) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/@electron-forge%2fmaker-squirrel/7.5.0/7.6.0?slim=true )](https://docs.renovatebot.com/merge-confidence/ ) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/@electron-forge%2fmaker-squirrel/7.5.0/7.6.0?slim=true )](https://docs.renovatebot.com/merge-confidence/ ) | devDependencies | minor |
| [@electron-forge/maker-zip](https://redirect.github.com/electron/forge ) | [`7.5.0` -> `7.6.0`](https://renovatebot.com/diffs/npm/@electron-forge%2fmaker-zip/7.5.0/7.6.0 ) | [![age](https://developer.mend.io/api/mc/badges/age/npm/@electron-forge%2fmaker-zip/7.6.0?slim=true )](https://docs.renovatebot.com/merge-confidence/ ) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/@electron-forge%2fmaker-zip/7.6.0?slim=true )](https://docs.renovatebot.com/merge-confidence/ ) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/@electron-forge%2fmaker-zip/7.5.0/7.6.0?slim=true )](https://docs.renovatebot.com/merge-confidence/ ) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/@electron-forge%2fmaker-zip/7.5.0/7.6.0?slim=true )](https://docs.renovatebot.com/merge-confidence/ ) | devDependencies | minor |
| [@electron-forge/plugin-auto-unpack-natives](https://redirect.github.com/electron/forge ) | [`7.5.0` -> `7.6.0`](https://renovatebot.com/diffs/npm/@electron-forge%2fplugin-auto-unpack-natives/7.5.0/7.6.0 ) | [![age](https://developer.mend.io/api/mc/badges/age/npm/@electron-forge%2fplugin-auto-unpack-natives/7.6.0?slim=true )](https://docs.renovatebot.com/merge-confidence/ ) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/@electron-forge%2fplugin-auto-unpack-natives/7.6.0?slim=true )](https://docs.renovatebot.com/merge-confidence/ ) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/@electron-forge%2fplugin-auto-unpack-natives/7.5.0/7.6.0?slim=true )](https://docs.renovatebot.com/merge-confidence/ ) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/@electron-forge%2fplugin-auto-unpack-natives/7.5.0/7.6.0?slim=true )](https://docs.renovatebot.com/merge-confidence/ ) | devDependencies | minor |
| [@electron-forge/shared-types](https://redirect.github.com/electron/forge ) | [`7.5.0` -> `7.6.0`](https://renovatebot.com/diffs/npm/@electron-forge%2fshared-types/7.5.0/7.6.0 ) | [![age](https://developer.mend.io/api/mc/badges/age/npm/@electron-forge%2fshared-types/7.6.0?slim=true )](https://docs.renovatebot.com/merge-confidence/ ) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/@electron-forge%2fshared-types/7.6.0?slim=true )](https://docs.renovatebot.com/merge-confidence/ ) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/@electron-forge%2fshared-types/7.5.0/7.6.0?slim=true )](https://docs.renovatebot.com/merge-confidence/ ) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/@electron-forge%2fshared-types/7.5.0/7.6.0?slim=true )](https://docs.renovatebot.com/merge-confidence/ ) | devDependencies | minor |
| [@emotion/cache](https://redirect.github.com/emotion-js/emotion/tree/main#readme ) ([source](https://redirect.github.com/emotion-js/emotion )) | [`11.13.1` -> `11.13.5`](https://renovatebot.com/diffs/npm/@emotion%2fcache/11.13.1/11.13.5 ) | [![age](https://developer.mend.io/api/mc/badges/age/npm/@emotion%2fcache/11.13.5?slim=true )](https://docs.renovatebot.com/merge-confidence/ ) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/@emotion%2fcache/11.13.5?slim=true )](https://docs.renovatebot.com/merge-confidence/ ) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/@emotion%2fcache/11.13.1/11.13.5?slim=true )](https://docs.renovatebot.com/merge-confidence/ ) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/@emotion%2fcache/11.13.1/11.13.5?slim=true )](https://docs.renovatebot.com/merge-confidence/ ) | dependencies | patch |
| [@emotion/react](https://redirect.github.com/emotion-js/emotion/tree/main#readme ) ([source](https://redirect.github.com/emotion-js/emotion )) | [`11.13.3` -> `11.13.5`](https://renovatebot.com/diffs/npm/@emotion%2freact/11.13.3/11.13.5 ) | [![age](https://developer.mend.io/api/mc/badges/age/npm/@emotion%2freact/11.13.5?slim=true )](https://docs.renovatebot.com/merge-confidence/ ) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/@emotion%2freact/11.13.5?slim=true )](https://docs.renovatebot.com/merge-confidence/ ) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/@emotion%2freact/11.13.3/11.13.5?slim=true )](https://docs.renovatebot.com/merge-confidence/ ) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/@emotion%2freact/11.13.3/11.13.5?slim=true )](https://docs.renovatebot.com/merge-confidence/ ) | dependencies | patch |
| [@emotion/react](https://redirect.github.com/emotion-js/emotion/tree/main#readme ) ([source](https://redirect.github.com/emotion-js/emotion )) | [`11.13.3` -> `11.13.5`](https://renovatebot.com/diffs/npm/@emotion%2freact/11.13.3/11.13.5 ) | [![age](https://developer.mend.io/api/mc/badges/age/npm/@emotion%2freact/11.13.5?slim=true )](https://docs.renovatebot.com/merge-confidence/ ) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/@emotion%2freact/11.13.5?slim=true )](https://docs.renovatebot.com/merge-confidence/ ) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/@emotion%2freact/11.13.3/11.13.5?slim=true )](https://docs.renovatebot.com/merge-confidence/ ) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/@emotion%2freact/11.13.3/11.13.5?slim=true )](https://docs.renovatebot.com/merge-confidence/ ) | devDependencies | patch |
| [@emotion/styled](https://redirect.github.com/emotion-js/emotion/tree/main#readme ) ([source](https://redirect.github.com/emotion-js/emotion )) | [`11.13.0` -> `11.13.5`](https://renovatebot.com/diffs/npm/@emotion%2fstyled/11.13.0/11.13.5 ) | [![age](https://developer.mend.io/api/mc/badges/age/npm/@emotion%2fstyled/11.13.5?slim=true )](https://docs.renovatebot.com/merge-confidence/ ) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/@emotion%2fstyled/11.13.5?slim=true )](https://docs.renovatebot.com/merge-confidence/ ) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/@emotion%2fstyled/11.13.0/11.13.5?slim=true )](https://docs.renovatebot.com/merge-confidence/ ) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/@emotion%2fstyled/11.13.0/11.13.5?slim=true )](https://docs.renovatebot.com/merge-confidence/ ) | dependencies | patch |
| [@graphql-codegen/typescript](https://redirect.github.com/dotansimha/graphql-code-generator ) ([source](https://redirect.github.com/dotansimha/graphql-code-generator/tree/HEAD/packages/plugins/typescript/typescript )) | [`4.1.1` -> `4.1.2`](https://renovatebot.com/diffs/npm/@graphql-codegen%2ftypescript/4.1.1/4.1.2 ) | [![age](https://developer.mend.io/api/mc/badges/age/npm/@graphql-codegen%2ftypescript/4.1.2?slim=true )](https://docs.renovatebot.com/merge-confidence/ ) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/@graphql-codegen%2ftypescript/4.1.2?slim=true )](https://docs.renovatebot.com/merge-confidence/ ) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/@graphql-codegen%2ftypescript/4.1.1/4.1.2?slim=true )](https://docs.renovatebot.com/merge-confidence/ ) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/@graphql-codegen%2ftypescript/4.1.1/4.1.2?slim=true )](https://docs.renovatebot.com/merge-confidence/ ) | devDependencies | patch |
| [@graphql-codegen/typescript-operations](https://redirect.github.com/dotansimha/graphql-code-generator ) ([source](https://redirect.github.com/dotansimha/graphql-code-generator/tree/HEAD/packages/plugins/typescript/operations )) | [`4.3.1` -> `4.4.0`](https://renovatebot.com/diffs/npm/@graphql-codegen%2ftypescript-operations/4.3.1/4.4.0 ) | [![age](https://developer.mend.io/api/mc/badges/age/npm/@graphql-codegen%2ftypescript-operations/4.4.0?slim=true )](https://docs.renovatebot.com/merge-confidence/ ) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/@graphql-codegen%2ftypescript-operations/4.4.0?slim=true )](https://docs.renovatebot.com/merge-confidence/ ) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/@graphql-codegen%2ftypescript-operations/4.3.1/4.4.0?slim=true )](https://docs.renovatebot.com/merge-confidence/ ) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/@graphql-codegen%2ftypescript-operations/4.3.1/4.4.0?slim=true )](https://docs.renovatebot.com/merge-confidence/ ) | devDependencies | minor |
| [@marsidev/react-turnstile](https://redirect.github.com/marsidev/react-turnstile ) | [`1.0.2` -> `1.1.0`](https://renovatebot.com/diffs/npm/@marsidev%2freact-turnstile/1.0.2/1.1.0 ) | [![age](https://developer.mend.io/api/mc/badges/age/npm/@marsidev%2freact-turnstile/1.1.0?slim=true )](https://docs.renovatebot.com/merge-confidence/ ) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/@marsidev%2freact-turnstile/1.1.0?slim=true )](https://docs.renovatebot.com/merge-confidence/ ) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/@marsidev%2freact-turnstile/1.0.2/1.1.0?slim=true )](https://docs.renovatebot.com/merge-confidence/ ) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/@marsidev%2freact-turnstile/1.0.2/1.1.0?slim=true )](https://docs.renovatebot.com/merge-confidence/ ) | dependencies | minor |
| [@opentelemetry/core](https://redirect.github.com/open-telemetry/opentelemetry-js/tree/main/packages/opentelemetry-core ) ([source](https://redirect.github.com/open-telemetry/opentelemetry-js )) | [`1.27.0` -> `1.28.0`](https://renovatebot.com/diffs/npm/@opentelemetry%2fcore/1.27.0/1.28.0 ) | [![age](https://developer.mend.io/api/mc/badges/age/npm/@opentelemetry%2fcore/1.28.0?slim=true )](https://docs.renovatebot.com/merge-confidence/ ) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/@opentelemetry%2fcore/1.28.0?slim=true )](https://docs.renovatebot.com/merge-confidence/ ) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/@opentelemetry%2fcore/1.27.0/1.28.0?slim=true )](https://docs.renovatebot.com/merge-confidence/ ) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/@opentelemetry%2fcore/1.27.0/1.28.0?slim=true )](https://docs.renovatebot.com/merge-confidence/ ) | dependencies | minor |
| [@opentelemetry/exporter-prometheus](https://redirect.github.com/open-telemetry/opentelemetry-js/tree/main/experimental/packages/opentelemetry-exporter-prometheus ) ([source](https://redirect.github.com/open-telemetry/opentelemetry-js )) | [`^0.54.0` -> `^0.55.0`](https://renovatebot.com/diffs/npm/@opentelemetry%2fexporter-prometheus/0.54.2/0.55.0 ) | [![age](https://developer.mend.io/api/mc/badges/age/npm/@opentelemetry%2fexporter-prometheus/0.55.0?slim=true )](https://docs.renovatebot.com/merge-confidence/ ) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/@opentelemetry%2fexporter-prometheus/0.55.0?slim=true )](https://docs.renovatebot.com/merge-confidence/ ) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/@opentelemetry%2fexporter-prometheus/0.54.2/0.55.0?slim=true )](https://docs.renovatebot.com/merge-confidence/ ) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/@opentelemetry%2fexporter-prometheus/0.54.2/0.55.0?slim=true )](https://docs.renovatebot.com/merge-confidence/ ) | dependencies | minor |
| [@opentelemetry/exporter-zipkin](https://redirect.github.com/open-telemetry/opentelemetry-js/tree/main/packages/opentelemetry-exporter-zipkin ) ([source](https://redirect.github.com/open-telemetry/opentelemetry-js )) | [`1.27.0` -> `1.28.0`](https://renovatebot.com/diffs/npm/@opentelemetry%2fexporter-zipkin/1.27.0/1.28.0 ) | [![age](https://developer.mend.io/api/mc/badges/age/npm/@opentelemetry%2fexporter-zipkin/1.28.0?slim=true )](https://docs.renovatebot.com/merge-confidence/ ) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/@opentelemetry%2fexporter-zipkin/1.28.0?slim=true )](https://docs.renovatebot.com/merge-confidence/ ) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/@opentelemetry%2fexporter-zipkin/1.27.0/1.28.0?slim=true )](https://docs.renovatebot.com/merge-confidence/ ) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/@opentelemetry%2fexporter-zipkin/1.27.0/1.28.0?slim=true )](https://docs.renovatebot.com/merge-confidence/ ) | dependencies | minor |
| [@opentelemetry/instrumentation](https://redirect.github.com/open-telemetry/opentelemetry-js/tree/main/experimental/packages/opentelemetry-instrumentation ) ([source](https://redirect.github.com/open-telemetry/opentelemetry-js )) | [`^0.54.0` -> `^0.55.0`](https://renovatebot.com/diffs/npm/@opentelemetry%2finstrumentation/0.54.2/0.55.0 ) | [![age](https://developer.mend.io/api/mc/badges/age/npm/@opentelemetry%2finstrumentation/0.55.0?slim=true )](https://docs.renovatebot.com/merge-confidence/ ) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/@opentelemetry%2finstrumentation/0.55.0?slim=true )](https://docs.renovatebot.com/merge-confidence/ ) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/@opentelemetry%2finstrumentation/0.54.2/0.55.0?slim=true )](https://docs.renovatebot.com/merge-confidence/ ) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/@opentelemetry%2finstrumentation/0.54.2/0.55.0?slim=true )](https://docs.renovatebot.com/merge-confidence/ ) | dependencies | minor |
| [@opentelemetry/instrumentation-graphql](https://redirect.github.com/open-telemetry/opentelemetry-js-contrib/tree/main/plugins/node/opentelemetry-instrumentation-graphql#readme ) ([source](https://redirect.github.com/open-telemetry/opentelemetry-js-contrib )) | [`^0.44.0` -> `^0.45.0`](https://renovatebot.com/diffs/npm/@opentelemetry%2finstrumentation-graphql/0.44.0/0.45.0 ) | [![age](https://developer.mend.io/api/mc/badges/age/npm/@opentelemetry%2finstrumentation-graphql/0.45.0?slim=true )](https://docs.renovatebot.com/merge-confidence/ ) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/@opentelemetry%2finstrumentation-graphql/0.45.0?slim=true )](https://docs.renovatebot.com/merge-confidence/ ) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/@opentelemetry%2finstrumentation-graphql/0.44.0/0.45.0?slim=true )](https://docs.renovatebot.com/merge-confidence/ ) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/@opentelemetry%2finstrumentation-graphql/0.44.0/0.45.0?slim=true )](https://docs.renovatebot.com/merge-confidence/ ) | dependencies | minor |
| [@opentelemetry/instrumentation-http](https://redirect.github.com/open-telemetry/opentelemetry-js/tree/main/experimental/packages/opentelemetry-instrumentation-http ) ([source](https://redirect.github.com/open-telemetry/opentelemetry-js )) | [`^0.54.0` -> `^0.55.0`](https://renovatebot.com/diffs/npm/@opentelemetry%2finstrumentation-http/0.54.2/0.55.0 ) | [![age](https://developer.mend.io/api/mc/badges/age/npm/@opentelemetry%2finstrumentation-http/0.55.0?slim=true )](https://docs.renovatebot.com/merge-confidence/ ) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/@opentelemetry%2finstrumentation-http/0.55.0?slim=true )](https://docs.renovatebot.com/merge-confidence/ ) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/@opentelemetry%2finstrumentation-http/0.54.2/0.55.0?slim=true )](https://docs.renovatebot.com/merge-confidence/ ) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/@opentelemetry%2finstrumentation-http/0.54.2/0.55.0?slim=true )](https://docs.renovatebot.com/merge-confidence/ ) | dependencies | minor |
| [@opentelemetry/instrumentation-ioredis](https://redirect.github.com/open-telemetry/opentelemetry-js-contrib/tree/main/plugins/node/opentelemetry-instrumentation-ioredis#readme ) ([source](https://redirect.github.com/open-telemetry/opentelemetry-js-contrib )) | [`^0.44.0` -> `^0.45.0`](https://renovatebot.com/diffs/npm/@opentelemetry%2finstrumentation-ioredis/0.44.0/0.45.0 ) | [![age](https://developer.mend.io/api/mc/badges/age/npm/@opentelemetry%2finstrumentation-ioredis/0.45.0?slim=true )](https://docs.renovatebot.com/merge-confidence/ ) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/@opentelemetry%2finstrumentation-ioredis/0.45.0?slim=true )](https://docs.renovatebot.com/merge-confidence/ ) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/@opentelemetry%2finstrumentation-ioredis/0.44.0/0.45.0?slim=true )](https://docs.renovatebot.com/merge-confidence/ ) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/@opentelemetry%2finstrumentation-ioredis/0.44.0/0.45.0?slim=true )](https://docs.renovatebot.com/merge-confidence/ ) | dependencies | minor |
| [@opentelemetry/instrumentation-nestjs-core](https://redirect.github.com/open-telemetry/opentelemetry-js-contrib/tree/main/plugins/node/opentelemetry-instrumentation-nestjs-core#readme ) ([source](https://redirect.github.com/open-telemetry/opentelemetry-js-contrib )) | [`^0.41.0` -> `^0.42.0`](https://renovatebot.com/diffs/npm/@opentelemetry%2finstrumentation-nestjs-core/0.41.0/0.42.0 ) | [![age](https://developer.mend.io/api/mc/badges/age/npm/@opentelemetry%2finstrumentation-nestjs-core/0.42.0?slim=true )](https://docs.renovatebot.com/merge-confidence/ ) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/@opentelemetry%2finstrumentation-nestjs-core/0.42.0?slim=true )](https://docs.renovatebot.com/merge-confidence/ ) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/@opentelemetry%2finstrumentation-nestjs-core/0.41.0/0.42.0?slim=true )](https://docs.renovatebot.com/merge-confidence/ ) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/@opentelemetry%2finstrumentation-nestjs-core/0.41.0/0.42.0?slim=true )](https://docs.renovatebot.com/merge-confidence/ ) | dependencies | minor |
| [@opentelemetry/instrumentation-socket.io](https://redirect.github.com/open-telemetry/opentelemetry-js-contrib/tree/main/plugins/node/instrumentation-socket.io#readme ) ([source](https://redirect.github.com/open-telemetry/opentelemetry-js-contrib )) | [`^0.43.0` -> `^0.44.0`](https://renovatebot.com/diffs/npm/@opentelemetry%2finstrumentation-socket.io/0.43.0/0.44.0 ) | [![age](https://developer.mend.io/api/mc/badges/age/npm/@opentelemetry%2finstrumentation-socket.io/0.44.0?slim=true )](https://docs.renovatebot.com/merge-confidence/ ) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/@opentelemetry%2finstrumentation-socket.io/0.44.0?slim=true )](https://docs.renovatebot.com/merge-confidence/ ) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/@opentelemetry%2finstrumentation-socket.io/0.43.0/0.44.0?slim=true )](https://docs.renovatebot.com/merge-confidence/ ) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/@opentelemetry%2finstrumentation-socket.io/0.43.0/0.44.0?slim=true )](https://docs.renovatebot.com/merge-confidence/ ) | dependencies | minor |
| [@opentelemetry/resources](https://redirect.github.com/open-telemetry/opentelemetry-js/tree/main/packages/opentelemetry-resources ) ([source](https://redirect.github.com/open-telemetry/opentelemetry-js )) | [`1.27.0` -> `1.28.0`](https://renovatebot.com/diffs/npm/@opentelemetry%2fresources/1.27.0/1.28.0 ) | [![age](https://developer.mend.io/api/mc/badges/age/npm/@opentelemetry%2fresources/1.28.0?slim=true )](https://docs.renovatebot.com/merge-confidence/ ) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/@opentelemetry%2fresources/1.28.0?slim=true )](https://docs.renovatebot.com/merge-confidence/ ) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/@opentelemetry%2fresources/1.27.0/1.28.0?slim=true )](https://docs.renovatebot.com/merge-confidence/ ) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/@opentelemetry%2fresources/1.27.0/1.28.0?slim=true )](https://docs.renovatebot.com/merge-confidence/ ) | dependencies | minor |
| [@opentelemetry/sdk-metrics](https://redirect.github.com/open-telemetry/opentelemetry-js/tree/main/packages/sdk-metrics ) ([source](https://redirect.github.com/open-telemetry/opentelemetry-js )) | [`1.27.0` -> `1.28.0`](https://renovatebot.com/diffs/npm/@opentelemetry%2fsdk-metrics/1.27.0/1.28.0 ) | [![age](https://developer.mend.io/api/mc/badges/age/npm/@opentelemetry%2fsdk-metrics/1.28.0?slim=true )](https://docs.renovatebot.com/merge-confidence/ ) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/@opentelemetry%2fsdk-metrics/1.28.0?slim=true )](https://docs.renovatebot.com/merge-confidence/ ) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/@opentelemetry%2fsdk-metrics/1.27.0/1.28.0?slim=true )](https://docs.renovatebot.com/merge-confidence/ ) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/@opentelemetry%2fsdk-metrics/1.27.0/1.28.0?slim=true )](https://docs.renovatebot.com/merge-confidence/ ) | dependencies | minor |
| [@opentelemetry/sdk-node](https://redirect.github.com/open-telemetry/opentelemetry-js/tree/main/experimental/packages/opentelemetry-sdk-node ) ([source](https://redirect.github.com/open-telemetry/opentelemetry-js )) | [`^0.54.0` -> `^0.55.0`](https://renovatebot.com/diffs/npm/@opentelemetry%2fsdk-node/0.54.2/0.55.0 ) | [![age](https://developer.mend.io/api/mc/badges/age/npm/@opentelemetry%2fsdk-node/0.55.0?slim=true )](https://docs.renovatebot.com/merge-confidence/ ) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/@opentelemetry%2fsdk-node/0.55.0?slim=true )](https://docs.renovatebot.com/merge-confidence/ ) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/@opentelemetry%2fsdk-node/0.54.2/0.55.0?slim=true )](https://docs.renovatebot.com/merge-confidence/ ) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/@opentelemetry%2fsdk-node/0.54.2/0.55.0?slim=true )](https://docs.renovatebot.com/merge-confidence/ ) | dependencies | minor |
| [@opentelemetry/sdk-trace-node](https://redirect.github.com/open-telemetry/opentelemetry-js/tree/main/packages/opentelemetry-sdk-trace-node ) ([source](https://redirect.github.com/open-telemetry/opentelemetry-js )) | [`1.27.0` -> `1.28.0`](https://renovatebot.com/diffs/npm/@opentelemetry%2fsdk-trace-node/1.27.0/1.28.0 ) | [![age](https://developer.mend.io/api/mc/badges/age/npm/@opentelemetry%2fsdk-trace-node/1.28.0?slim=true )](https://docs.renovatebot.com/merge-confidence/ ) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/@opentelemetry%2fsdk-trace-node/1.28.0?slim=true )](https://docs.renovatebot.com/merge-confidence/ ) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/@opentelemetry%2fsdk-trace-node/1.27.0/1.28.0?slim=true )](https://docs.renovatebot.com/merge-confidence/ ) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/@opentelemetry%2fsdk-trace-node/1.27.0/1.28.0?slim=true )](https://docs.renovatebot.com/merge-confidence/ ) | dependencies | minor |
| [@opentelemetry/semantic-conventions](https://redirect.github.com/open-telemetry/opentelemetry-js/tree/main/semantic-conventions ) ([source](https://redirect.github.com/open-telemetry/opentelemetry-js )) | [`1.27.0` -> `1.28.0`](https://renovatebot.com/diffs/npm/@opentelemetry%2fsemantic-conventions/1.27.0/1.28.0 ) | [![age](https://developer.mend.io/api/mc/badges/age/npm/@opentelemetry%2fsemantic-conventions/1.28.0?slim=true )](https://docs.renovatebot.com/merge-confidence/ ) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/@opentelemetry%2fsemantic-conventions/1.28.0?slim=true )](https://docs.renovatebot.com/merge-confidence/ ) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/@opentelemetry%2fsemantic-conventions/1.27.0/1.28.0?slim=true )](https://docs.renovatebot.com/merge-confidence/ ) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/@opentelemetry%2fsemantic-conventions/1.27.0/1.28.0?slim=true )](https://docs.renovatebot.com/merge-confidence/ ) | dependencies | minor |
| [@playwright/test](https://playwright.dev ) ([source](https://redirect.github.com/microsoft/playwright )) | [`=1.48.2` -> `=1.49.0`](https://renovatebot.com/diffs/npm/@playwright%2ftest/1.48.2/1.49.0 ) | [![age](https://developer.mend.io/api/mc/badges/age/npm/@playwright%2ftest/1.49.0?slim=true )](https://docs.renovatebot.com/merge-confidence/ ) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/@playwright%2ftest/1.49.0?slim=true )](https://docs.renovatebot.com/merge-confidence/ ) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/@playwright%2ftest/1.48.2/1.49.0?slim=true )](https://docs.renovatebot.com/merge-confidence/ ) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/@playwright%2ftest/1.48.2/1.49.0?slim=true )](https://docs.renovatebot.com/merge-confidence/ ) | devDependencies | minor |
| [@radix-ui/react-scroll-area](https://radix-ui.com/primitives ) ([source](https://redirect.github.com/radix-ui/primitives )) | [`1.2.0` -> `1.2.1`](https://renovatebot.com/diffs/npm/@radix-ui%2freact-scroll-area/1.2.0/1.2.1 ) | [![age](https://developer.mend.io/api/mc/badges/age/npm/@radix-ui%2freact-scroll-area/1.2.1?slim=true )](https://docs.renovatebot.com/merge-confidence/ ) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/@radix-ui%2freact-scroll-area/1.2.1?slim=true )](https://docs.renovatebot.com/merge-confidence/ ) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/@radix-ui%2freact-scroll-area/1.2.0/1.2.1?slim=true )](https://docs.renovatebot.com/merge-confidence/ ) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/@radix-ui%2freact-scroll-area/1.2.0/1.2.1?slim=true )](https://docs.renovatebot.com/merge-confidence/ ) | dependencies | patch |
| [@radix-ui/react-tooltip](https://radix-ui.com/primitives ) ([source](https://redirect.github.com/radix-ui/primitives )) | [`1.1.3` -> `1.1.4`](https://renovatebot.com/diffs/npm/@radix-ui%2freact-tooltip/1.1.3/1.1.4 ) | [![age](https://developer.mend.io/api/mc/badges/age/npm/@radix-ui%2freact-tooltip/1.1.4?slim=true )](https://docs.renovatebot.com/merge-confidence/ ) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/@radix-ui%2freact-tooltip/1.1.4?slim=true )](https://docs.renovatebot.com/merge-confidence/ ) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/@radix-ui%2freact-tooltip/1.1.3/1.1.4?slim=true )](https://docs.renovatebot.com/merge-confidence/ ) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/@radix-ui%2freact-tooltip/1.1.3/1.1.4?slim=true )](https://docs.renovatebot.com/merge-confidence/ ) | dependencies | patch |
| [@sentry/react](https://redirect.github.com/getsentry/sentry-javascript/tree/master/packages/react ) ([source](https://redirect.github.com/getsentry/sentry-javascript )) | [`8.37.1` -> `8.40.0`](https://renovatebot.com/diffs/npm/@sentry%2freact/8.37.1/8.40.0 ) | [![age](https://developer.mend.io/api/mc/badges/age/npm/@sentry%2freact/8.40.0?slim=true )](https://docs.renovatebot.com/merge-confidence/ ) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/@sentry%2freact/8.40.0?slim=true )](https://docs.renovatebot.com/merge-confidence/ ) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/@sentry%2freact/8.37.1/8.40.0?slim=true )](https://docs.renovatebot.com/merge-confidence/ ) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/@sentry%2freact/8.37.1/8.40.0?slim=true )](https://docs.renovatebot.com/merge-confidence/ ) | dependencies | minor |
| [@sentry/react](https://redirect.github.com/getsentry/sentry-javascript/tree/master/packages/react ) ([source](https://redirect.github.com/getsentry/sentry-javascript )) | [`8.37.1` -> `8.40.0`](https://renovatebot.com/diffs/npm/@sentry%2freact/8.37.1/8.40.0 ) | [![age](https://developer.mend.io/api/mc/badges/age/npm/@sentry%2freact/8.40.0?slim=true )](https://docs.renovatebot.com/merge-confidence/ ) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/@sentry%2freact/8.40.0?slim=true )](https://docs.renovatebot.com/merge-confidence/ ) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/@sentry%2freact/8.37.1/8.40.0?slim=true )](https://docs.renovatebot.com/merge-confidence/ ) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/@sentry%2freact/8.37.1/8.40.0?slim=true )](https://docs.renovatebot.com/merge-confidence/ ) | devDependencies | minor |
| [@storybook/addon-essentials](https://redirect.github.com/storybookjs/storybook/tree/next/code/addons/essentials ) ([source](https://redirect.github.com/storybookjs/storybook/tree/HEAD/code/addons/essentials )) | [`8.4.2` -> `8.4.5`](https://renovatebot.com/diffs/npm/@storybook%2faddon-essentials/8.4.2/8.4.5 ) | [![age](https://developer.mend.io/api/mc/badges/age/npm/@storybook%2faddon-essentials/8.4.5?slim=true )](https://docs.renovatebot.com/merge-confidence/ ) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/@storybook%2faddon-essentials/8.4.5?slim=true )](https://docs.renovatebot.com/merge-confidence/ ) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/@storybook%2faddon-essentials/8.4.2/8.4.5?slim=true )](https://docs.renovatebot.com/merge-confidence/ ) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/@storybook%2faddon-essentials/8.4.2/8.4.5?slim=true )](https://docs.renovatebot.com/merge-confidence/ ) | devDependencies | patch |
| [@storybook/addon-interactions](https://redirect.github.com/storybookjs/storybook/tree/next/code/addons/interactions ) ([source](https://redirect.github.com/storybookjs/storybook/tree/HEAD/code/addons/interactions )) | [`8.4.2` -> `8.4.5`](https://renovatebot.com/diffs/npm/@storybook%2faddon-interactions/8.4.2/8.4.5 ) | [![age](https://developer.mend.io/api/mc/badges/age/npm/@storybook%2faddon-interactions/8.4.5?slim=true )](https://docs.renovatebot.com/merge-confidence/ ) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/@storybook%2faddon-interactions/8.4.5?slim=true )](https://docs.renovatebot.com/merge-confidence/ ) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/@storybook%2faddon-interactions/8.4.2/8.4.5?slim=true )](https://docs.renovatebot.com/merge-confidence/ ) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/@storybook%2faddon-interactions/8.4.2/8.4.5?slim=true )](https://docs.renovatebot.com/merge-confidence/ ) | devDependencies | patch |
| [@storybook/addon-links](https://redirect.github.com/storybookjs/storybook/tree/next/code/addons/links ) ([source](https://redirect.github.com/storybookjs/storybook/tree/HEAD/code/addons/links )) | [`8.4.2` -> `8.4.5`](https://renovatebot.com/diffs/npm/@storybook%2faddon-links/8.4.2/8.4.5 ) | [![age](https://developer.mend.io/api/mc/badges/age/npm/@storybook%2faddon-links/8.4.5?slim=true )](https://docs.renovatebot.com/merge-confidence/ ) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/@storybook%2faddon-links/8.4.5?slim=true )](https://docs.renovatebot.com/merge-confidence/ ) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/@storybook%2faddon-links/8.4.2/8.4.5?slim=true )](https://docs.renovatebot.com/merge-confidence/ ) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/@storybook%2faddon-links/8.4.2/8.4.5?slim=true )](https://docs.renovatebot.com/merge-confidence/ ) | devDependencies | patch |
| [@storybook/addon-mdx-gfm](https://redirect.github.com/storybookjs/storybook/tree/next/code/addons/gfm ) ([source](https://redirect.github.com/storybookjs/storybook/tree/HEAD/code/addons/gfm )) | [`8.4.2` -> `8.4.5`](https://renovatebot.com/diffs/npm/@storybook%2faddon-mdx-gfm/8.4.2/8.4.5 ) | [![age](https://developer.mend.io/api/mc/badges/age/npm/@storybook%2faddon-mdx-gfm/8.4.5?slim=true )](https://docs.renovatebot.com/merge-confidence/ ) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/@storybook%2faddon-mdx-gfm/8.4.5?slim=true )](https://docs.renovatebot.com/merge-confidence/ ) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/@storybook%2faddon-mdx-gfm/8.4.2/8.4.5?slim=true )](https://docs.renovatebot.com/merge-confidence/ ) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/@storybook%2faddon-mdx-gfm/8.4.2/8.4.5?slim=true )](https://docs.renovatebot.com/merge-confidence/ ) | devDependencies | patch |
| [@storybook/react](https://redirect.github.com/storybookjs/storybook/tree/next/code/renderers/react ) ([source](https://redirect.github.com/storybookjs/storybook/tree/HEAD/code/renderers/react )) | [`8.4.2` -> `8.4.5`](https://renovatebot.com/diffs/npm/@storybook%2freact/8.4.2/8.4.5 ) | [![age](https://developer.mend.io/api/mc/badges/age/npm/@storybook%2freact/8.4.5?slim=true )](https://docs.renovatebot.com/merge-confidence/ ) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/@storybook%2freact/8.4.5?slim=true )](https://docs.renovatebot.com/merge-confidence/ ) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/@storybook%2freact/8.4.2/8.4.5?slim=true )](https://docs.renovatebot.com/merge-confidence/ ) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/@storybook%2freact/8.4.2/8.4.5?slim=true )](https://docs.renovatebot.com/merge-confidence/ ) | devDependencies | patch |
| [@storybook/react-vite](https://redirect.github.com/storybookjs/storybook/tree/next/code/frameworks/react-vite ) ([source](https://redirect.github.com/storybookjs/storybook/tree/HEAD/code/frameworks/react-vite )) | [`8.4.2` -> `8.4.5`](https://renovatebot.com/diffs/npm/@storybook%2freact-vite/8.4.2/8.4.5 ) | [![age](https://developer.mend.io/api/mc/badges/age/npm/@storybook%2freact-vite/8.4.5?slim=true )](https://docs.renovatebot.com/merge-confidence/ ) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/@storybook%2freact-vite/8.4.5?slim=true )](https://docs.renovatebot.com/merge-confidence/ ) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/@storybook%2freact-vite/8.4.2/8.4.5?slim=true )](https://docs.renovatebot.com/merge-confidence/ ) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/@storybook%2freact-vite/8.4.2/8.4.5?slim=true )](https://docs.renovatebot.com/merge-confidence/ ) | devDependencies | patch |
| [@swc/core](https://swc.rs ) ([source](https://redirect.github.com/swc-project/swc )) | [`1.9.2` -> `1.9.3`](https://renovatebot.com/diffs/npm/@swc%2fcore/1.9.2/1.9.3 ) | [![age](https://developer.mend.io/api/mc/badges/age/npm/@swc%2fcore/1.9.3?slim=true )](https://docs.renovatebot.com/merge-confidence/ ) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/@swc%2fcore/1.9.3?slim=true )](https://docs.renovatebot.com/merge-confidence/ ) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/@swc%2fcore/1.9.2/1.9.3?slim=true )](https://docs.renovatebot.com/merge-confidence/ ) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/@swc%2fcore/1.9.2/1.9.3?slim=true )](https://docs.renovatebot.com/merge-confidence/ ) | devDependencies | patch |
| [@types/cookie-parser](https://redirect.github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/cookie-parser ) ([source](https://redirect.github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/cookie-parser )) | [`1.4.7` -> `1.4.8`](https://renovatebot.com/diffs/npm/@types%2fcookie-parser/1.4.7/1.4.8 ) | [![age](https://developer.mend.io/api/mc/badges/age/npm/@types%2fcookie-parser/1.4.8?slim=true )](https://docs.renovatebot.com/merge-confidence/ ) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/@types%2fcookie-parser/1.4.8?slim=true )](https://docs.renovatebot.com/merge-confidence/ ) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/@types%2fcookie-parser/1.4.7/1.4.8?slim=true )](https://docs.renovatebot.com/merge-confidence/ ) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/@types%2fcookie-parser/1.4.7/1.4.8?slim=true )](https://docs.renovatebot.com/merge-confidence/ ) | devDependencies | patch |
| [@types/node](https://redirect.github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/node ) ([source](https://redirect.github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node )) | [`20.17.6` -> `20.17.8`](https://renovatebot.com/diffs/npm/@types%2fnode/20.17.6/20.17.8 ) | [![age](https://developer.mend.io/api/mc/badges/age/npm/@types%2fnode/20.17.8?slim=true )](https://docs.renovatebot.com/merge-confidence/ ) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/@types%2fnode/20.17.8?slim=true )](https://docs.renovatebot.com/merge-confidence/ ) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/@types%2fnode/20.17.6/20.17.8?slim=true )](https://docs.renovatebot.com/merge-confidence/ ) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/@types%2fnode/20.17.6/20.17.8?slim=true )](https://docs.renovatebot.com/merge-confidence/ ) | devDependencies | patch |
| [@types/nodemailer](https://redirect.github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/nodemailer ) ([source](https://redirect.github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/nodemailer )) | [`6.4.16` -> `6.4.17`](https://renovatebot.com/diffs/npm/@types%2fnodemailer/6.4.16/6.4.17 ) | [![age](https://developer.mend.io/api/mc/badges/age/npm/@types%2fnodemailer/6.4.17?slim=true )](https://docs.renovatebot.com/merge-confidence/ ) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/@types%2fnodemailer/6.4.17?slim=true )](https://docs.renovatebot.com/merge-confidence/ ) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/@types%2fnodemailer/6.4.16/6.4.17?slim=true )](https://docs.renovatebot.com/merge-confidence/ ) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/@types%2fnodemailer/6.4.16/6.4.17?slim=true )](https://docs.renovatebot.com/merge-confidence/ ) | devDependencies | patch |
| [@vanilla-extract/css](https://redirect.github.com/vanilla-extract-css/vanilla-extract ) ([source](https://redirect.github.com/vanilla-extract-css/vanilla-extract/tree/HEAD/packages/css )) | [`1.16.0` -> `1.16.1`](https://renovatebot.com/diffs/npm/@vanilla-extract%2fcss/1.16.0/1.16.1 ) | [![age](https://developer.mend.io/api/mc/badges/age/npm/@vanilla-extract%2fcss/1.16.1?slim=true )](https://docs.renovatebot.com/merge-confidence/ ) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/@vanilla-extract%2fcss/1.16.1?slim=true )](https://docs.renovatebot.com/merge-confidence/ ) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/@vanilla-extract%2fcss/1.16.0/1.16.1?slim=true )](https://docs.renovatebot.com/merge-confidence/ ) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/@vanilla-extract%2fcss/1.16.0/1.16.1?slim=true )](https://docs.renovatebot.com/merge-confidence/ ) | devDependencies | patch |
| [@vanilla-extract/vite-plugin](https://redirect.github.com/vanilla-extract-css/vanilla-extract ) ([source](https://redirect.github.com/vanilla-extract-css/vanilla-extract/tree/HEAD/packages/vite-plugin )) | [`4.0.17` -> `4.0.18`](https://renovatebot.com/diffs/npm/@vanilla-extract%2fvite-plugin/4.0.17/4.0.18 ) | [![age](https://developer.mend.io/api/mc/badges/age/npm/@vanilla-extract%2fvite-plugin/4.0.18?slim=true )](https://docs.renovatebot.com/merge-confidence/ ) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/@vanilla-extract%2fvite-plugin/4.0.18?slim=true )](https://docs.renovatebot.com/merge-confidence/ ) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/@vanilla-extract%2fvite-plugin/4.0.17/4.0.18?slim=true )](https://docs.renovatebot.com/merge-confidence/ ) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/@vanilla-extract%2fvite-plugin/4.0.17/4.0.18?slim=true )](https://docs.renovatebot.com/merge-confidence/ ) | devDependencies | patch |
| [@vanilla-extract/webpack-plugin](https://redirect.github.com/vanilla-extract-css/vanilla-extract ) ([source](https://redirect.github.com/vanilla-extract-css/vanilla-extract/tree/HEAD/packages/webpack-plugin )) | [`2.3.14` -> `2.3.15`](https://renovatebot.com/diffs/npm/@vanilla-extract%2fwebpack-plugin/2.3.14/2.3.15 ) | [![age](https://developer.mend.io/api/mc/badges/age/npm/@vanilla-extract%2fwebpack-plugin/2.3.15?slim=true )](https://docs.renovatebot.com/merge-confidence/ ) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/@vanilla-extract%2fwebpack-plugin/2.3.15?slim=true )](https://docs.renovatebot.com/merge-confidence/ ) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/@vanilla-extract%2fwebpack-plugin/2.3.1
2024-11-27 09:26:51 +00:00
pengx17
83c587f8ad
feat(core): at menu journal entries ( #8877 ) ( #8935 )
...
fix AF-1790
fix AF-1774
added `DateSelectorDialog` for selecting a date through blocksuite;
added `AtMenuConfigService` for constructing the at menu config
fix AF-1776
fix PD-1942
resubmitted to replace #8877
2024-11-27 03:08:11 +00:00
renovate
70633d0d16
chore: bump up @blocksuite/affine version to v0.18.0 ( #8899 )
...
This PR contains the following updates:
| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
| [@blocksuite/affine](https://redirect.github.com/toeverything/blocksuite ) ([source](https://redirect.github.com/toeverything/blocksuite/tree/HEAD/packages/affine/all ), [changelog](https://redirect.github.com/toeverything/blocksuite/blob/master/packages/blocks/CHANGELOG.md )) | [`0.17.33` -> `0.18.0`](https://renovatebot.com/diffs/npm/@blocksuite%2faffine/0.17.33/0.18.0 ) | [![age](https://developer.mend.io/api/mc/badges/age/npm/@blocksuite%2faffine/0.18.0?slim=true )](https://docs.renovatebot.com/merge-confidence/ ) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/@blocksuite%2faffine/0.18.0?slim=true )](https://docs.renovatebot.com/merge-confidence/ ) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/@blocksuite%2faffine/0.17.33/0.18.0?slim=true )](https://docs.renovatebot.com/merge-confidence/ ) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/@blocksuite%2faffine/0.17.33/0.18.0?slim=true )](https://docs.renovatebot.com/merge-confidence/ ) |
---
### Release Notes
<details>
<summary>toeverything/blocksuite (@​blocksuite/affine)</summary>
### [`v0.18.0`](https://redirect.github.com/toeverything/blocksuite/blob/HEAD/packages/affine/all/CHANGELOG.md#0180 )
[Compare Source](https://redirect.github.com/toeverything/blocksuite/compare/v0.17.33...v0.18.0 )
##### Minor Changes
- [`9daa1f3`](https://redirect.github.com/toeverything/blocksuite/commit/9daa1f3 ): ## Feat
- feat(blocks): markdown adapter reference serialization and deserialization ([#​8782](https://redirect.github.com/toeverything/blocksuite/issues/8782 ))
- feat(blocks): add lazy loading to image and iframe ([#​8773](https://redirect.github.com/toeverything/blocksuite/issues/8773 ))
</details>
---
### 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 these updates again.
---
- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box
---
This PR was generated by [Mend Renovate](https://mend.io/renovate/ ). View the [repository job log](https://developer.mend.io/github/toeverything/AFFiNE ).
<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOS4xOS4wIiwidXBkYXRlZEluVmVyIjoiMzkuMTkuMCIsInRhcmdldEJyYW5jaCI6ImNhbmFyeSIsImxhYmVscyI6WyJkZXBlbmRlbmNpZXMiXX0=-->
2024-11-25 08:58:22 +00:00
doodlewind
08ff619d47
chore(cli): enable accessing dev server by host name ( #8912 )
...
This PR is particularly useful for debugging mobile app (and any other personal devices for testing) via [Tailscale](https://tailscale.com/ ), since it allows accessing a stable hostname on phone, instead of typing in an unstable IP address.
Before:
![image](https://github.com/user-attachments/assets/6ca9edd5-11b1-449b-bf8d-0423cb8a53fe )
After:
![image](https://github.com/user-attachments/assets/9df7710f-f662-4a3c-83c4-cf5f28d7c64f )
2024-11-25 06:58:14 +00:00
forehalo
4125038ff8
feat(nbstore): init ( #7639 )
...
TODO
- [x] basic
- [x] storages
- [x] producer/consumer
- [x] operation pattern
- [x] events
- [x] worker
- [x] readme
- [x] peer dependencies
2024-11-22 03:13:04 +00:00
renovate[bot]
cc0462e7fe
chore: bump up @blocksuite/affine version to v0.17.33 ( #8873 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-11-20 07:26:43 +00:00
Brooooooklyn
44e00f67c4
ci: fix release notes generation ( #8815 )
2024-11-14 07:13:02 +00:00
forehalo
21c7d1810d
chore: bump base version to 0.18.0
2024-11-14 11:41:51 +08:00
renovate[bot]
9469b135c5
chore: bump up @blocksuite/affine version to v0.17.32 ( #8805 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-11-13 12:01:28 +00:00
Brooooooklyn
c0f6a60a66
fix: migrate to standard import attributes ( #8803 )
2024-11-13 08:52:05 +00:00
Fangdun Tsai
f4abe39689
feat(core): pdf preview ( #8569 )
...
Co-authored-by: forehalo <forehalo@gmail.com>
2024-11-12 19:12:31 +08:00
renovate[bot]
73283df3e1
chore: bump up @blocksuite/affine version to v0.17.30 ( #8792 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: L-Sun <zover.v@gmail.com>
2024-11-12 19:09:30 +08:00
renovate
571e25a7a1
chore: bump up marked version to v15 ( #8756 )
...
This PR contains the following updates:
| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
| [marked](https://marked.js.org ) ([source](https://redirect.github.com/markedjs/marked )) | [`^14.0.0` -> `^15.0.0`](https://renovatebot.com/diffs/npm/marked/14.1.3/15.0.0 ) | [![age](https://developer.mend.io/api/mc/badges/age/npm/marked/15.0.0?slim=true )](https://docs.renovatebot.com/merge-confidence/ ) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/marked/15.0.0?slim=true )](https://docs.renovatebot.com/merge-confidence/ ) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/marked/14.1.3/15.0.0?slim=true )](https://docs.renovatebot.com/merge-confidence/ ) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/marked/14.1.3/15.0.0?slim=true )](https://docs.renovatebot.com/merge-confidence/ ) |
---
### Release Notes
<details>
<summary>markedjs/marked (marked)</summary>
### [`v15.0.0`](https://redirect.github.com/markedjs/marked/releases/tag/v15.0.0 )
[Compare Source](https://redirect.github.com/markedjs/marked/compare/v14.1.4...v15.0.0 )
##### Bug Fixes
- escape html in renderer ([#​3495](https://redirect.github.com/markedjs/marked/issues/3495 )) ([58d66e5](58d66e59d1
))
- Move all regexps to rules ([#​3519](https://redirect.github.com/markedjs/marked/issues/3519 )) ([1f88deb](1f88deb58a
))
##### BREAKING CHANGES
- escape html in renderers instead of tokenizers for all tokens.
### [`v14.1.4`](https://redirect.github.com/markedjs/marked/releases/tag/v14.1.4 )
[Compare Source](https://redirect.github.com/markedjs/marked/compare/v14.1.3...v14.1.4 )
##### Bug Fixes
- fix del with escaped tilde ([#​3517](https://redirect.github.com/markedjs/marked/issues/3517 )) ([0afe87d](0afe87d7fb
))
- fix html comment after list ([#​3518](https://redirect.github.com/markedjs/marked/issues/3518 )) ([a612576](a612576ff6
))
</details>
---
### 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.
---
- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box
---
This PR was generated by [Mend Renovate](https://mend.io/renovate/ ). View the [repository job log](https://developer.mend.io/github/toeverything/AFFiNE ).
<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOS43LjEiLCJ1cGRhdGVkSW5WZXIiOiIzOS43LjEiLCJ0YXJnZXRCcmFuY2giOiJjYW5hcnkiLCJsYWJlbHMiOlsiZGVwZW5kZW5jaWVzIl19-->
2024-11-09 03:56:11 +00:00
renovate
099b5d5aa0
chore: bump up @blocksuite/affine version to v0.17.28 ( #8647 )
...
This PR contains the following updates:
| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
| [@blocksuite/affine](https://redirect.github.com/toeverything/blocksuite ) ([source](https://redirect.github.com/toeverything/blocksuite/tree/HEAD/packages/affine/all ), [changelog](https://redirect.github.com/toeverything/blocksuite/blob/master/packages/blocks/CHANGELOG.md )) | [`0.17.26` -> `0.17.28`](https://renovatebot.com/diffs/npm/@blocksuite%2faffine/0.17.26/0.17.28 ) | [![age](https://developer.mend.io/api/mc/badges/age/npm/@blocksuite%2faffine/0.17.28?slim=true )](https://docs.renovatebot.com/merge-confidence/ ) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/@blocksuite%2faffine/0.17.28?slim=true )](https://docs.renovatebot.com/merge-confidence/ ) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/@blocksuite%2faffine/0.17.26/0.17.28?slim=true )](https://docs.renovatebot.com/merge-confidence/ ) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/@blocksuite%2faffine/0.17.26/0.17.28?slim=true )](https://docs.renovatebot.com/merge-confidence/ ) |
---
### Release Notes
<details>
<summary>toeverything/blocksuite (@​blocksuite/affine)</summary>
### [`v0.17.28`](https://redirect.github.com/toeverything/blocksuite/blob/HEAD/packages/affine/all/CHANGELOG.md#01728 )
[Compare Source](https://redirect.github.com/toeverything/blocksuite/compare/v0.17.27...v0.17.28 )
##### Patch Changes
- [`5ef420d`](https://redirect.github.com/toeverything/blocksuite/commit/5ef420d ): ## Feat
- feat(blocks): mobile at menu ([#​8681](https://redirect.github.com/toeverything/blocksuite/issues/8681 ))
- feat: unify the reference data structure of inline, card and embed ([#​8689](https://redirect.github.com/toeverything/blocksuite/issues/8689 ))
- feat(database): add placeholder for filter ([#​8701](https://redirect.github.com/toeverything/blocksuite/issues/8701 ))
- feat(database): support for sorting event tracking ([#​8691](https://redirect.github.com/toeverything/blocksuite/issues/8691 ))
### [`v0.17.27`](https://redirect.github.com/toeverything/blocksuite/blob/HEAD/packages/affine/all/CHANGELOG.md#01727 )
[Compare Source](https://redirect.github.com/toeverything/blocksuite/compare/v0.17.26...v0.17.27 )
##### Patch Changes
- [`f70b950`](https://redirect.github.com/toeverything/blocksuite/commit/f70b950 ): fix: color of canvas element under embed dark theme whiteboard is wrong ([#​8677](https://redirect.github.com/toeverything/blocksuite/issues/8677 ))
</details>
---
### 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 these updates again.
---
- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box
---
This PR was generated by [Mend Renovate](https://mend.io/renovate/ ). View the [repository job log](https://developer.mend.io/github/toeverything/AFFiNE ).
<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOC4xMzUuMiIsInVwZGF0ZWRJblZlciI6IjM5LjcuMSIsInRhcmdldEJyYW5jaCI6ImNhbmFyeSIsImxhYmVscyI6WyJkZXBlbmRlbmNpZXMiXX0=-->
2024-11-08 08:55:15 +00:00
donteatfriedrice
c0d802a169
fix: bump blocksuite script changelog generate failed ( #8708 )
2024-11-05 10:44:27 +00:00
donteatfriedrice
ca6e8c380b
feat: bump blocksuite ( #8705 )
...
## Feat
- feat: add pdf viewer to playground (#8650 )
- feat: add view toggle menu to toolbar of attachment block (#8660 )
- feat: attachment embedded view supports configurable (#8658 )
## Fix
- fix: tidy up after multiple images uploaded (#8671 )
- fix: unable to add caption for linked document of embedded view (#8670 )
- fix(blocks): code block should update highlight when theme changed (#8669 )
- fix(edgeless): allow right click of tool controller (#8652 )
- fix(database): short name of tag type (#8665 )
- fix: the content of formula should contain spaces (#8647 )
- fix: import notion database with title (#8661 )
- fix(page): bookmark block selected style (#8656 )
- fix(edgeless): switching shape style and color, the preview does not change in time (#8655 )
- fix(blocks): size of icons are not consistent in keyboard toolbar (#8653 )
- fix: use host instead of offsetParent (#8651 )
## Refactor
- refactor(database): filter ui (#8611 )
## Ci
- ci: renovate pr title lint (#8666 )
2024-11-05 08:54:00 +00:00
forehalo
a776c1f82b
fix(core): unregister global error handler once app running ( #8659 )
...
close AF-1585
2024-11-01 08:11:35 +00:00
darkskygit
7a201984e9
feat(server): add real-world prompt test for copilot apis ( #8629 )
...
fix AF-1432, PD-1176
2024-11-01 07:05:12 +00:00
JimmFly
10b1f233d9
feat(core): add edgelessTheme property and edgelessDefault theme setting ( #8614 )
...
close AF-1430 AF-1471
https://github.com/user-attachments/assets/d997ac6c-ce94-4fa4-ab34-29b36c7796ea
2024-11-01 03:58:02 +00:00
renovate[bot]
5d92c900d1
chore: bump up @blocksuite/affine version to v0.17.23 ( #8596 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-10-31 14:16:10 +08:00
Brooooooklyn
58c7e3913d
feat(android): android internal testing ( #8577 )
2024-10-30 12:18:00 +00:00
pengx17
81029db6ce
feat: allow peek view to be closed by the caller && bump bs ( #8542 )
...
depends on https://github.com/toeverything/blocksuite/pull/8558
fix BS-1570
2024-10-28 09:16:35 +00:00
Cats Juice
06dda70319
feat(mobile): ios oauth & magic-link login ( #8581 )
...
Co-authored-by: EYHN <cneyhn@gmail.com>
2024-10-28 14:12:33 +08:00
Brooooooklyn
d5de5f9c9f
ci: fix blocksuite changelog generation ( #8583 )
2024-10-24 10:19:19 +00:00
forehalo
ff95f12d66
fix(core): handle global script error ( #8576 )
2024-10-22 07:49:48 +00:00
EYHN
6a9a7d8b39
fix(core): fix mobile edition flag ( #8571 )
2024-10-22 04:29:07 +00:00
Brooooooklyn
97ccf7f3e4
fix(ios): set testflight version number correctly ( #8565 )
2024-10-22 02:31:03 +00:00
forehalo
1ed9775c45
fix(core): global error handler should be registered outside webpack runtime ( #8556 )
2024-10-21 05:58:05 +00:00
EYHN
db374f7feb
feat(core): build config for ios android ( #8555 )
2024-10-21 05:39:04 +00:00
Brooooooklyn
714a87c2c0
feat(mobile): iOS app testflight ( #8501 )
2024-10-18 09:30:38 +00:00
liuyi
9b31183bd1
feat(core): add global error handler ( #8509 )
2024-10-18 14:34:13 +08:00
donteatfriedrice
11aa6f63b2
refactor: move chat block to affine ( #8368 )
...
[BS-898](https://linear.app/affine-design/issue/BS-898/move-ai-chat-block-to-affine )
Should be merged after https://github.com/toeverything/blocksuite/pull/8420 merged and bumped.
2024-10-16 12:40:30 +00:00
野声
f393f89a3f
fix(server): blank screen on mobile ( #8460 )
...
Co-authored-by: forehalo <forehalo@gmail.com>
2024-10-16 13:12:40 +08:00
renovate
e7ebe0f2c0
chore: bump up oxlint version to v0.9.10 ( #8354 )
...
This PR contains the following updates:
| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
| [oxlint](https://oxc.rs ) ([source](https://redirect.github.com/oxc-project/oxc/tree/HEAD/npm/oxlint )) | [`0.9.6` -> `0.9.10`](https://renovatebot.com/diffs/npm/oxlint/0.9.6/0.9.10 ) | [![age](https://developer.mend.io/api/mc/badges/age/npm/oxlint/0.9.10?slim=true )](https://docs.renovatebot.com/merge-confidence/ ) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/oxlint/0.9.10?slim=true )](https://docs.renovatebot.com/merge-confidence/ ) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/oxlint/0.9.6/0.9.10?slim=true )](https://docs.renovatebot.com/merge-confidence/ ) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/oxlint/0.9.6/0.9.10?slim=true )](https://docs.renovatebot.com/merge-confidence/ ) |
---
### Release Notes
<details>
<summary>oxc-project/oxc (oxlint)</summary>
### [`v0.9.10`](https://redirect.github.com/oxc-project/oxc/releases/tag/oxlint_v0.9.10 ): oxlint v0.9.10
[Compare Source](https://redirect.github.com/oxc-project/oxc/compare/oxlint_v0.9.9...oxlint_v0.9.10 )
#### \[0.9.10] - 2024-10-08
- [`95ca01c`](https://redirect.github.com/oxc-project/oxc/commit/95ca01c ) cfg: \[**BREAKING**] Make BasicBlock::unreachable private ([#​6321](https://redirect.github.com/oxc-project/oxc/issues/6321 )) (DonIsaac)
- [`5a73a66`](https://redirect.github.com/oxc-project/oxc/commit/5a73a66 ) regular_expression: \[**BREAKING**] Simplify public APIs ([#​6262](https://redirect.github.com/oxc-project/oxc/issues/6262 )) (leaysgur)
##### Features
- [`f272137`](https://redirect.github.com/oxc-project/oxc/commit/f272137 ) editors/vscode: Clear diagnostics on file deletion ([#​6326](https://redirect.github.com/oxc-project/oxc/issues/6326 )) (dalaoshu)
- [`1a5f293`](https://redirect.github.com/oxc-project/oxc/commit/1a5f293 ) editors/vscode: Update VSCode extention to use project's language server ([#​6132](https://redirect.github.com/oxc-project/oxc/issues/6132 )) (dalaoshu)
- [`376cc09`](https://redirect.github.com/oxc-project/oxc/commit/376cc09 ) linter: Implement `no-throw-literal` ([#​6144](https://redirect.github.com/oxc-project/oxc/issues/6144 )) (dalaoshu)
- [`5957214`](https://redirect.github.com/oxc-project/oxc/commit/5957214 ) linter: Allow fixing in files with source offsets ([#​6197](https://redirect.github.com/oxc-project/oxc/issues/6197 )) (camchenry)
- [`a089e19`](https://redirect.github.com/oxc-project/oxc/commit/a089e19 ) linter: Eslint/no-else-return ([#​4305](https://redirect.github.com/oxc-project/oxc/issues/4305 )) (yoho)
- [`183739f`](https://redirect.github.com/oxc-project/oxc/commit/183739f ) linter: Implement prefer-await-to-callbacks ([#​6153](https://redirect.github.com/oxc-project/oxc/issues/6153 )) (dalaoshu)
- [`ae539af`](https://redirect.github.com/oxc-project/oxc/commit/ae539af ) linter: Implement no-return-assign ([#​6108](https://redirect.github.com/oxc-project/oxc/issues/6108 )) (Radu Baston)
##### Bug Fixes
- [`00df6e5`](https://redirect.github.com/oxc-project/oxc/commit/00df6e5 ) linter: Friendly diagnostic messages for `no-else-return` ([#​6349](https://redirect.github.com/oxc-project/oxc/issues/6349 )) (DonIsaac)
- [`71ad5d3`](https://redirect.github.com/oxc-project/oxc/commit/71ad5d3 ) linter: `no-else-return` fixer fails when `else` has no trailing whitespace ([#​6348](https://redirect.github.com/oxc-project/oxc/issues/6348 )) (DonIsaac)
- [`9e9808b`](https://redirect.github.com/oxc-project/oxc/commit/9e9808b ) linter: Fix regression when parsing ts in vue files ([#​6336](https://redirect.github.com/oxc-project/oxc/issues/6336 )) (Boshen)
- [`93c6db6`](https://redirect.github.com/oxc-project/oxc/commit/93c6db6 ) linter: Improve docs and diagnostics message for no-else-return ([#​6327](https://redirect.github.com/oxc-project/oxc/issues/6327 )) (DonIsaac)
- [`e0a3378`](https://redirect.github.com/oxc-project/oxc/commit/e0a3378 ) linter: Correct false positive in `unicorn/prefer-string-replace-all` ([#​6263](https://redirect.github.com/oxc-project/oxc/issues/6263 )) (H11)
- [`ea28ee9`](https://redirect.github.com/oxc-project/oxc/commit/ea28ee9 ) linter: Improve the fixer of `prefer-namespace-keyword` ([#​6230](https://redirect.github.com/oxc-project/oxc/issues/6230 )) (dalaoshu)
- [`f6a3450`](https://redirect.github.com/oxc-project/oxc/commit/f6a3450 ) linter: Get correct source offsets for astro files ([#​6196](https://redirect.github.com/oxc-project/oxc/issues/6196 )) (camchenry)
- [`be0030c`](https://redirect.github.com/oxc-project/oxc/commit/be0030c ) linter: Allow whitespace control characters in `no-control-regex` ([#​6140](https://redirect.github.com/oxc-project/oxc/issues/6140 )) (camchenry)
- [`e7e8ead`](https://redirect.github.com/oxc-project/oxc/commit/e7e8ead ) linter: False positive in `no-return-assign` ([#​6128](https://redirect.github.com/oxc-project/oxc/issues/6128 )) (DonIsaac)
##### Performance
- [`ac0a82a`](https://redirect.github.com/oxc-project/oxc/commit/ac0a82a ) linter: Reuse allocator when there are multiple source texts ([#​6337](https://redirect.github.com/oxc-project/oxc/issues/6337 )) (Boshen)
- [`50a0029`](https://redirect.github.com/oxc-project/oxc/commit/50a0029 ) linter: Do not concat vec in `no-useless-length-check` ([#​6276](https://redirect.github.com/oxc-project/oxc/issues/6276 )) (camchenry)
##### Documentation
- [`7ca70dd`](https://redirect.github.com/oxc-project/oxc/commit/7ca70dd ) linter: Add docs for `ContextHost` and `LintContext` ([#​6272](https://redirect.github.com/oxc-project/oxc/issues/6272 )) (camchenry)
- [`a949ecb`](https://redirect.github.com/oxc-project/oxc/commit/a949ecb ) linter: Improve docs for `eslint/getter-return` ([#​6229](https://redirect.github.com/oxc-project/oxc/issues/6229 )) (DonIsaac)
- [`14ba263`](https://redirect.github.com/oxc-project/oxc/commit/14ba263 ) linter: Improve docs for `eslint-plugin-import` rules ([#​6131](https://redirect.github.com/oxc-project/oxc/issues/6131 )) (dalaoshu)
##### Refactor
- [`40932f7`](https://redirect.github.com/oxc-project/oxc/commit/40932f7 ) cfg: Use IndexVec for storing basic blocks ([#​6323](https://redirect.github.com/oxc-project/oxc/issues/6323 )) (DonIsaac)
- [`642725c`](https://redirect.github.com/oxc-project/oxc/commit/642725c ) linter: Rename vars from `ast_node_id` to `node_id` ([#​6305](https://redirect.github.com/oxc-project/oxc/issues/6305 )) (overlookmotel)
- [`8413175`](https://redirect.github.com/oxc-project/oxc/commit/8413175 ) linter: Move shared function from utils to rule ([#​6127](https://redirect.github.com/oxc-project/oxc/issues/6127 )) (dalaoshu)
- [`ba9c372`](https://redirect.github.com/oxc-project/oxc/commit/ba9c372 ) linter: Make jest/vitest rule mapping more clear ([#​6273](https://redirect.github.com/oxc-project/oxc/issues/6273 )) (camchenry)
- [`82b8f21`](https://redirect.github.com/oxc-project/oxc/commit/82b8f21 ) linter: Add schemars and serde traits to AllowWarnDeny and RuleCategories ([#​6119](https://redirect.github.com/oxc-project/oxc/issues/6119 )) (DonIsaac)
- [`ea908f7`](https://redirect.github.com/oxc-project/oxc/commit/ea908f7 ) linter: Consolidate file loading logic ([#​6130](https://redirect.github.com/oxc-project/oxc/issues/6130 )) (DonIsaac)
- [`db751f0`](https://redirect.github.com/oxc-project/oxc/commit/db751f0 ) linter: Use regexp AST visitor in `no-control-regex` ([#​6129](https://redirect.github.com/oxc-project/oxc/issues/6129 )) (camchenry)
- [`3aa7e42`](https://redirect.github.com/oxc-project/oxc/commit/3aa7e42 ) linter: Use RegExp AST visitor for `no-hex-escape` ([#​6117](https://redirect.github.com/oxc-project/oxc/issues/6117 )) (camchenry)
- [`9d5b44a`](https://redirect.github.com/oxc-project/oxc/commit/9d5b44a ) linter: Use regex visitor in `no-regex-spaces` ([#​6063](https://redirect.github.com/oxc-project/oxc/issues/6063 )) (camchenry)
- [`0d44cf7`](https://redirect.github.com/oxc-project/oxc/commit/0d44cf7 ) linter: Use regex visitor in `no-useless-escape` ([#​6062](https://redirect.github.com/oxc-project/oxc/issues/6062 )) (camchenry)
- [`eeb8873`](https://redirect.github.com/oxc-project/oxc/commit/eeb8873 ) linter: Use regex visitor in `no-empty-character-class` ([#​6058](https://redirect.github.com/oxc-project/oxc/issues/6058 )) (camchenry)
##### Testing
- [`d883562`](https://redirect.github.com/oxc-project/oxc/commit/d883562 ) linter: Invalid `eslint/no-unused-vars` options ([#​6228](https://redirect.github.com/oxc-project/oxc/issues/6228 )) (DonIsaac)
### [`v0.9.9`](https://redirect.github.com/oxc-project/oxc/blob/HEAD/npm/oxlint/CHANGELOG.md#099---2024-09-27 )
[Compare Source](https://redirect.github.com/oxc-project/oxc/compare/oxlint_v0.9.8...oxlint_v0.9.9 )
##### Bug Fixes
- [`01b9c4b`](https://redirect.github.com/oxc-project/oxc/commit/01b9c4b ) npm/oxlint: Make bin/oxc_language_server an executable ([#​6066](https://redirect.github.com/oxc-project/oxc/issues/6066 )) (Boshen)
### [`v0.9.8`](https://redirect.github.com/oxc-project/oxc/releases/tag/oxlint_v0.9.8 ): oxlint v0.9.8
[Compare Source](https://redirect.github.com/oxc-project/oxc/compare/oxlint_v0.9.7...oxlint_v0.9.8 )
#### \[0.9.8] - 2024-09-24
##### Bug Fixes
- [`e3c8a12`](https://redirect.github.com/oxc-project/oxc/commit/e3c8a12 ) linter: Fix panic in sort-keys ([#​6017](https://redirect.github.com/oxc-project/oxc/issues/6017 )) (Boshen)
- [`4771492`](https://redirect.github.com/oxc-project/oxc/commit/4771492 ) linter: Fix `import/no_cycle` with `ignoreTypes` ([#​5995](https://redirect.github.com/oxc-project/oxc/issues/5995 )) (Boshen)
##### Performance
- [`5ae3f36`](https://redirect.github.com/oxc-project/oxc/commit/5ae3f36 ) linter: `no-fallthrough`: Use string matching instead of Regex for default comment pattern ([#​6008](https://redirect.github.com/oxc-project/oxc/issues/6008 )) (camchenry)
- [`65d8f9e`](https://redirect.github.com/oxc-project/oxc/commit/65d8f9e ) linter, ast-tools, coverage: Use `FxHashSet` instead of `std::collections::HashSet` ([#​6001](https://redirect.github.com/oxc-project/oxc/issues/6001 )) (Cam McHenry)
- [`2b17003`](https://redirect.github.com/oxc-project/oxc/commit/2b17003 ) linter, prettier, diagnostics: Use `FxHashMap` instead of `std::collections::HashMap` ([#​5993](https://redirect.github.com/oxc-project/oxc/issues/5993 )) (camchenry)
### [`v0.9.7`](https://redirect.github.com/oxc-project/oxc/blob/HEAD/npm/oxlint/CHANGELOG.md#097---2024-09-23 )
[Compare Source](https://redirect.github.com/oxc-project/oxc/compare/oxlint_v0.9.6...oxlint_v0.9.7 )
##### Refactor
- [`ba7b01f`](https://redirect.github.com/oxc-project/oxc/commit/ba7b01f ) linter: Add `LinterBuilder` ([#​5714](https://redirect.github.com/oxc-project/oxc/issues/5714 )) (DonIsaac)
</details>
---
### 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.
---
- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box
---
This PR was generated by [Mend Renovate](https://mend.io/renovate/ ). View the [repository job log](https://developer.mend.io/github/toeverything/AFFiNE ).
<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOC44MC4wIiwidXBkYXRlZEluVmVyIjoiMzguOTcuMCIsInRhcmdldEJyYW5jaCI6ImNhbmFyeSIsImxhYmVscyI6WyJkZXBlbmRlbmNpZXMiXX0=-->
2024-10-11 10:13:38 +00:00
pengx17
99182167e7
chore(core): i18n dev issue ( #8474 )
2024-10-11 03:54:49 +00:00
forehalo
9043e6607e
refactor(i18n): lazy load languages ( #8456 )
...
closes AF-1397
2024-10-10 09:03:06 +00:00
renovate[bot]
6e9db761a4
chore: bump up @blocksuite/affine version to v0.17.18 ( #8468 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-10-10 12:14:03 +08:00
renovate[bot]
4e30f75c64
chore: bump up @blocksuite/affine version to v0.17.17 ( #8403 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-09-26 20:36:31 +08:00
L-Sun
0416e51c83
chore: remove blocksuite local debug option ( #8386 )
...
This PR removes the blocksuite local debug option when running `yarn dev`.
After this, to enable local debugging, simply run
```sh
yarn link <path-to-blocksuite> -A
yarn dev
```
You can disable local debugging by running
```sh
yarn unlink <path-to-blocksuite> -A
```
2024-09-25 08:50:09 +00:00
renovate[bot]
2c25efa1ba
chore: bump up @blocksuite/affine version to v0.17.16 ( #8372 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-09-25 07:53:57 +00:00
pengx17
d0050a268a
build: fine tune swc config ( #8384 )
...
1. only run react related swc transforms for tsx files
2. exclude ts from ReactRefreshWebpackPlugin
2024-09-25 04:39:24 +00:00
Yifeng Wang
a77061e848
feat: add block visibility config ( #8371 )
2024-09-24 17:36:06 +08:00
Saul-Mirone
35e232c61c
feat: migrate to blocksuite/affine ( #8332 )
...
Use `@blocksuite/affine` package for all blocksuite features in affine.
```ts
@blocksuite/store -> @blocksuite/affine/store
@blocksuite/global -> @blocksuite/affine/global
@blocksuite/block-std -> @blocksuite/affine/block-std
@blocksuite/blocks -> @blocksuite/affine/blocks
@blocksuite/presets -> @blocksuite/affine/presets
```
2024-09-20 10:55:47 +00:00
forehalo
e0f1fe4110
chore: bump base version to 0.17.0
2024-09-20 15:48:21 +08:00
renovate[bot]
cfd09b6634
chore: bump up blocksuite to v0.17.14 ( #8326 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Mirone <Saul-Mirone@outlook.com>
2024-09-20 07:44:19 +00:00
L-Sun
fc9e5fbb65
chore: bump blocksuite ( #8311 )
2024-09-19 10:07:20 +00:00
fundon
f397815ad1
chore: bump blocksuite ( #8230 )
...
## 0.17.11
### Patch Changes
- [3c61be5](3c61be5ded
): - Refactor drag handle widget
- Split embed blocks to `@blocksuite/affine-block-embed`
- Fix latex selected state in edgeless mode
- Fix unclear naming
- Fix prototype pollution
- Fix portal interaction in affine modal
- Fix paste linked block on edgeless
- Add scroll anchoring widget
- Add highlight selection
2024-09-18 12:11:14 +00:00
EYHN
fab23d226d
refactor(core): clear build config ( #8268 )
...
remove build config
allowLocalWorkspace -> FeatureFlag
enablePreloading -> removed
enableNewSettingUnstableApi -> removed
enableExperimentalFeature -> removed
enableThemeEditor -> FeatureFlag
remove some unused code
2024-09-18 06:33:25 +00:00