Skip to content

renovatebot(deps): update dependency org.checkerframework:checker-qual to v3.55.1#8744

Closed
apereocas-bot wants to merge 26 commits intomasterfrom
renovate/checkerqual
Closed

renovatebot(deps): update dependency org.checkerframework:checker-qual to v3.55.1#8744
apereocas-bot wants to merge 26 commits intomasterfrom
renovate/checkerqual

Conversation

@apereocas-bot
Copy link
Copy Markdown
Contributor

This PR contains the following updates:

Package Type Update Change
org.checkerframework:checker-qual (source) dependencies minor 3.54.13.55.1

Warning

Some dependencies could not be looked up. Check the Dependency Dashboard for more information.


Configuration

📅 Schedule: (in timezone America/Los_Angeles)

  • Branch creation
    • "after 5pm,before 9am"
  • Automerge
    • At any time (no schedule defined)

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by Renovate Bot.

mmoayyed and others added 12 commits April 1, 2026 09:02
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| [node](https://nodejs.org) ([source](https://redirect.github.com/nodejs/node)) | minor | `25.8.2` → `25.9.0` |

---

> [!WARNING]
> Some dependencies could not be looked up. Check the Dependency Dashboard for more information.

---

### Release Notes

<details>
<summary>nodejs/node (node)</summary>

### [`v25.9.0`](https://redirect.github.com/nodejs/node/releases/tag/v25.9.0): 2026-04-01, Version 25.9.0 (Current), @&#8203;aduh95

[Compare Source](https://redirect.github.com/nodejs/node/compare/v25.8.2...v25.9.0)

##### Notable Changes

##### Test runner module mocking improvements

`MockModuleOptions.defaultExport` and `MockModuleOptions.namedExports` have been
consolidated into a single option `MockModuleOptions.exports` to align with user
expectations and other test runners.

A `default` property on `MockModuleOptions.exports`  represents the default
export, and own enumerable properties are treated as named exports.

An automated migration is available to update user code:
<https://github.com/nodejs/userland-migrations/tree/main/recipes/mock-module-exports>

```bash
npx codemod @&#8203;nodejs/mock-module-exports
```

Contributed by sangwook in [#&#8203;61727](https://redirect.github.com/nodejs/node/pull/61727).

##### Other notable changes

- \[[`312476cb84`](https://redirect.github.com/nodejs/node/commit/312476cb84)] - **(SEMVER-MINOR)** **async\_hooks**: add using scopes to `AsyncLocalStorage` (Stephen Belanger) [#&#8203;61674](https://redirect.github.com/nodejs/node/pull/61674)
- \[[`62d2cd473b`](https://redirect.github.com/nodejs/node/commit/62d2cd473b)] - **(SEMVER-MINOR)** **cli**: add `--max-heap-size` option (tannal) [#&#8203;58708](https://redirect.github.com/nodejs/node/pull/58708)
- \[[`d0ebf0e44b`](https://redirect.github.com/nodejs/node/commit/d0ebf0e44b)] - **(SEMVER-MINOR)** **crypto**: add `TurboSHAKE` and `KangarooTwelve` Web Cryptography algorithms (Filip Skokan) [#&#8203;62183](https://redirect.github.com/nodejs/node/pull/62183)
- \[[`f85b9d9fa8`](https://redirect.github.com/nodejs/node/commit/f85b9d9fa8)] - **(SEMVER-MINOR)** **repl**: add customizable error handling (Anna Henningsen) [#&#8203;62188](https://redirect.github.com/nodejs/node/pull/62188)
- \[[`67b854d407`](https://redirect.github.com/nodejs/node/commit/67b854d407)] - **(SEMVER-MINOR)** **repl**: remove dependency on `node:domain` (Matteo Collina) [#&#8203;61227](https://redirect.github.com/nodejs/node/pull/61227)
- \[[`966b700623`](https://redirect.github.com/nodejs/node/commit/966b700623)] - **(SEMVER-MINOR)** **sea**: support code cache for ESM entrypoint in SEA (Joyee Cheung) [#&#8203;62158](https://redirect.github.com/nodejs/node/pull/62158)
- \[[`e1f0d2a014`](https://redirect.github.com/nodejs/node/commit/e1f0d2a014)] - **(SEMVER-MINOR)** **stream**: add stream/iter Implementation (James M Snell) [#&#8203;62066](https://redirect.github.com/nodejs/node/pull/62066)

##### Commits

- \[[`312476cb84`](https://redirect.github.com/nodejs/node/commit/312476cb84)] - **(SEMVER-MINOR)** **async\_hooks**: add using scopes to AsyncLocalStorage (Stephen Belanger) [#&#8203;61674](https://redirect.github.com/nodejs/node/pull/61674)
- \[[`bfff8cb2ab`](https://redirect.github.com/nodejs/node/commit/bfff8cb2ab)] - **(SEMVER-MINOR)** **benchmark**: add benchmarks for experimental stream/iter (James M Snell) [#&#8203;62066](https://redirect.github.com/nodejs/node/pull/62066)
- \[[`c721d68502`](https://redirect.github.com/nodejs/node/commit/c721d68502)] - **benchmark**: fix destructuring in dgram/single-buffer (Ali Hassan) [#&#8203;62084](https://redirect.github.com/nodejs/node/pull/62084)
- \[[`e2f03c8e92`](https://redirect.github.com/nodejs/node/commit/e2f03c8e92)] - **buffer**: improve performance of multiple Buffer operations (Ali Hassan) [#&#8203;61871](https://redirect.github.com/nodejs/node/pull/61871)
- \[[`2fcd07f1ba`](https://redirect.github.com/nodejs/node/commit/2fcd07f1ba)] - **build**: support empty libname flags in `configure.py` (Antoine du Hamel) [#&#8203;62477](https://redirect.github.com/nodejs/node/pull/62477)
- \[[`b800c57fce`](https://redirect.github.com/nodejs/node/commit/b800c57fce)] - **build**: fix timezone-update path references (Chengzhong Wu) [#&#8203;62280](https://redirect.github.com/nodejs/node/pull/62280)
- \[[`7dc5a1e9b4`](https://redirect.github.com/nodejs/node/commit/7dc5a1e9b4)] - **build**: skip dockit on IBMi (SRAVANI GUNDEPALLI) [#&#8203;62189](https://redirect.github.com/nodejs/node/pull/62189)
- \[[`f0eea0f905`](https://redirect.github.com/nodejs/node/commit/f0eea0f905)] - **build**: fix --node-builtin-modules-path (Filip Skokan) [#&#8203;62115](https://redirect.github.com/nodejs/node/pull/62115)
- \[[`62d2cd473b`](https://redirect.github.com/nodejs/node/commit/62d2cd473b)] - **(SEMVER-MINOR)** **cli**: add --max-heap-size option (tannal) [#&#8203;58708](https://redirect.github.com/nodejs/node/pull/58708)
- \[[`ac4b485698`](https://redirect.github.com/nodejs/node/commit/ac4b485698)] - **crypto**: update root certificates to NSS 3.121 (Node.js GitHub Bot) [#&#8203;62485](https://redirect.github.com/nodejs/node/pull/62485)
- \[[`d0ebf0e44b`](https://redirect.github.com/nodejs/node/commit/d0ebf0e44b)] - **(SEMVER-MINOR)** **crypto**: add TurboSHAKE and KangarooTwelve Web Cryptography algorithms (Filip Skokan) [#&#8203;62183](https://redirect.github.com/nodejs/node/pull/62183)
- \[[`3009980d9d`](https://redirect.github.com/nodejs/node/commit/3009980d9d)] - **crypto**: add crypto::GetSSLCtx API for addon access to OpenSSL contexts (Tim Perry) [#&#8203;62254](https://redirect.github.com/nodejs/node/pull/62254)
- \[[`f5725ca81d`](https://redirect.github.com/nodejs/node/commit/f5725ca81d)] - **crypto**: reject ML-KEM/ML-DSA [PKCS#8](https://redirect.github.com/PKCS/node/issues/8) import without seed in SubtleCrypto (Filip Skokan) [#&#8203;62218](https://redirect.github.com/nodejs/node/pull/62218)
- \[[`f69ed4bc3f`](https://redirect.github.com/nodejs/node/commit/f69ed4bc3f)] - **crypto**: rename CShakeParams and KmacParams length to outputLength (Filip Skokan) [#&#8203;61875](https://redirect.github.com/nodejs/node/pull/61875)
- \[[`4d96e53570`](https://redirect.github.com/nodejs/node/commit/4d96e53570)] - **crypto**: refactor WebCrypto AEAD algorithms auth tag handling (Filip Skokan) [#&#8203;62169](https://redirect.github.com/nodejs/node/pull/62169)
- \[[`93d77719e8`](https://redirect.github.com/nodejs/node/commit/93d77719e8)] - **crypto**: read algorithm name property only once in normalizeAlgorithm (Filip Skokan) [#&#8203;62170](https://redirect.github.com/nodejs/node/pull/62170)
- \[[`3d2e23a981`](https://redirect.github.com/nodejs/node/commit/3d2e23a981)] - **deps**: update ada to 3.4.4 (Node.js GitHub Bot) [#&#8203;62414](https://redirect.github.com/nodejs/node/pull/62414)
- \[[`176d6d2205`](https://redirect.github.com/nodejs/node/commit/176d6d2205)] - **deps**: update timezone to 2026a (Node.js GitHub Bot) [#&#8203;62164](https://redirect.github.com/nodejs/node/pull/62164)
- \[[`95c7fc67ba`](https://redirect.github.com/nodejs/node/commit/95c7fc67ba)] - **deps**: update googletest to [`2461743`](https://redirect.github.com/nodejs/node/commit/2461743991f9aa53e9a3625eafcbacd81a3c74cd) (Node.js GitHub Bot) [#&#8203;62484](https://redirect.github.com/nodejs/node/pull/62484)
- \[[`e5e9f2044a`](https://redirect.github.com/nodejs/node/commit/e5e9f2044a)] - **deps**: update simdjson to 4.5.0 (Node.js GitHub Bot) [#&#8203;62382](https://redirect.github.com/nodejs/node/pull/62382)
- \[[`905b94266a`](https://redirect.github.com/nodejs/node/commit/905b94266a)] - **deps**: update ngtcp2 to 1.21.0 (Node.js GitHub Bot) [#&#8203;62051](https://redirect.github.com/nodejs/node/pull/62051)
- \[[`180c150122`](https://redirect.github.com/nodejs/node/commit/180c150122)] - **deps**: V8: cherry-pick [`cf1bce4`](https://redirect.github.com/nodejs/node/commit/cf1bce40a5ef) (Richard Lau) [#&#8203;62449](https://redirect.github.com/nodejs/node/pull/62449)
- \[[`bc265aa003`](https://redirect.github.com/nodejs/node/commit/bc265aa003)] - **deps**: upgrade npm to 11.12.1 (npm team) [#&#8203;62448](https://redirect.github.com/nodejs/node/pull/62448)
- \[[`f1b28612c4`](https://redirect.github.com/nodejs/node/commit/f1b28612c4)] - **deps**: V8: cherry-pick [`b25cd62`](https://redirect.github.com/nodejs/node/commit/b25cd62c7ba2) (Yagiz Nizipli) [#&#8203;62354](https://redirect.github.com/nodejs/node/pull/62354)
- \[[`757719d2af`](https://redirect.github.com/nodejs/node/commit/757719d2af)] - **deps**: disable rust icu compiled\_data features (Chengzhong Wu) [#&#8203;62284](https://redirect.github.com/nodejs/node/pull/62284)
- \[[`3bdc955b63`](https://redirect.github.com/nodejs/node/commit/3bdc955b63)] - **deps**: update sqlite to 3.51.3 (Node.js GitHub Bot) [#&#8203;62256](https://redirect.github.com/nodejs/node/pull/62256)
- \[[`a9703d194a`](https://redirect.github.com/nodejs/node/commit/a9703d194a)] - **deps**: update googletest to [`73a63ea`](https://redirect.github.com/nodejs/node/commit/73a63ea05dc8ca29ec1d2c1d66481dd0de1950f1) (Node.js GitHub Bot) [#&#8203;61927](https://redirect.github.com/nodejs/node/pull/61927)
- \[[`85138935cb`](https://redirect.github.com/nodejs/node/commit/85138935cb)] - **deps**: update merve to 1.2.2 (Node.js GitHub Bot) [#&#8203;62213](https://redirect.github.com/nodejs/node/pull/62213)
- \[[`231521e75e`](https://redirect.github.com/nodejs/node/commit/231521e75e)] - **diagnostics\_channel**: add diagnostics channels for web locks (Ilyas Shabi) [#&#8203;62123](https://redirect.github.com/nodejs/node/pull/62123)
- \[[`0093863664`](https://redirect.github.com/nodejs/node/commit/0093863664)] - **doc**: deprecate `module.register()` (DEP0205) (Geoffrey Booth) [#&#8203;62395](https://redirect.github.com/nodejs/node/pull/62395)
- \[[`0b96ece6be`](https://redirect.github.com/nodejs/node/commit/0b96ece6be)] - **doc**: clarify that features cannot be both experimental and deprecated (Antoine du Hamel) [#&#8203;62456](https://redirect.github.com/nodejs/node/pull/62456)
- \[[`8d3ea975f5`](https://redirect.github.com/nodejs/node/commit/8d3ea975f5)] - **doc**: fix 'transfered' typo in quic.md (lilianakatrina684-a11y) [#&#8203;62492](https://redirect.github.com/nodejs/node/pull/62492)
- \[[`08ff16e0ba`](https://redirect.github.com/nodejs/node/commit/08ff16e0ba)] - **doc**: move sqlite type conversion section to correct level (René) [#&#8203;62482](https://redirect.github.com/nodejs/node/pull/62482)
- \[[`61cc747dd8`](https://redirect.github.com/nodejs/node/commit/61cc747dd8)] - **doc**: add Rafael to last security release steward (Rafael Gonzaga) [#&#8203;62423](https://redirect.github.com/nodejs/node/pull/62423)
- \[[`64cfa5a6fa`](https://redirect.github.com/nodejs/node/commit/64cfa5a6fa)] - **doc**: use npm-published version of doc-kit (Aviv Keller) [#&#8203;62139](https://redirect.github.com/nodejs/node/pull/62139)
- \[[`1020321fb0`](https://redirect.github.com/nodejs/node/commit/1020321fb0)] - **doc**: fix overstated Date header requirement in response.sendDate (Kit Dallege) [#&#8203;62206](https://redirect.github.com/nodejs/node/pull/62206)
- \[[`9caa7855b2`](https://redirect.github.com/nodejs/node/commit/9caa7855b2)] - **doc**: fix guaranteed typo (lilianakatrina684-a11y) [#&#8203;62374](https://redirect.github.com/nodejs/node/pull/62374)
- \[[`e254f65306`](https://redirect.github.com/nodejs/node/commit/e254f65306)] - **doc**: enhance clarification about the main field (Mowafak Almahaini) [#&#8203;62302](https://redirect.github.com/nodejs/node/pull/62302)
- \[[`9e724b53f8`](https://redirect.github.com/nodejs/node/commit/9e724b53f8)] - **doc**: remove spawn with shell example from bat/cmd section (Kit Dallege) [#&#8203;62243](https://redirect.github.com/nodejs/node/pull/62243)
- \[[`7f37c17516`](https://redirect.github.com/nodejs/node/commit/7f37c17516)] - **doc**: minor typo fix (Jeff Matson) [#&#8203;62358](https://redirect.github.com/nodejs/node/pull/62358)
- \[[`eb0ca98f01`](https://redirect.github.com/nodejs/node/commit/eb0ca98f01)] - **doc**: add path to vulnerabilities.json mention (Rafael Gonzaga) [#&#8203;62355](https://redirect.github.com/nodejs/node/pull/62355)
- \[[`198b6e0932`](https://redirect.github.com/nodejs/node/commit/198b6e0932)] - **doc**: deprecate CryptoKey use in node:crypto (Filip Skokan) [#&#8203;62321](https://redirect.github.com/nodejs/node/pull/62321)
- \[[`17e5aee6c5`](https://redirect.github.com/nodejs/node/commit/17e5aee6c5)] - **doc**: fix small environment\_variables typo (chris) [#&#8203;62279](https://redirect.github.com/nodejs/node/pull/62279)
- \[[`193d629895`](https://redirect.github.com/nodejs/node/commit/193d629895)] - **doc**: test and test-only targets do not run linter (Xavier Stouder) [#&#8203;62120](https://redirect.github.com/nodejs/node/pull/62120)
- \[[`4a1f20ec4a`](https://redirect.github.com/nodejs/node/commit/4a1f20ec4a)] - **doc**: clarify fs.ReadStream and fs.WriteStream are not constructable (Kit Dallege) [#&#8203;62208](https://redirect.github.com/nodejs/node/pull/62208)
- \[[`f976c9214d`](https://redirect.github.com/nodejs/node/commit/f976c9214d)] - **doc**: clarify that any truthy value of `shell` is part of DEP0190 (Antoine du Hamel) [#&#8203;62249](https://redirect.github.com/nodejs/node/pull/62249)
- \[[`4d83972681`](https://redirect.github.com/nodejs/node/commit/4d83972681)] - **doc**: remove outdated Chrome 66 and ndb references from debugger (Kit Dallege) [#&#8203;62202](https://redirect.github.com/nodejs/node/pull/62202)
- \[[`71f2eada5b`](https://redirect.github.com/nodejs/node/commit/71f2eada5b)] - **doc**: add throwIfNoEntry version history to fs.stat (kovan) [#&#8203;62204](https://redirect.github.com/nodejs/node/pull/62204)
- \[[`670c80893b`](https://redirect.github.com/nodejs/node/commit/670c80893b)] - **doc**: add note (and caveat) for `mock.module` about customization hooks (Jacob Smith) [#&#8203;62075](https://redirect.github.com/nodejs/node/pull/62075)
- \[[`2ff5cb13f5`](https://redirect.github.com/nodejs/node/commit/2ff5cb13f5)] - **doc,test**: clarify --eval syntax for leading '-' scripts (kovan) [#&#8203;62244](https://redirect.github.com/nodejs/node/pull/62244)
- \[[`6c6c9004c4`](https://redirect.github.com/nodejs/node/commit/6c6c9004c4)] - **esm**: fix typo in worker loader hook comment (jakecastelli) [#&#8203;62475](https://redirect.github.com/nodejs/node/pull/62475)
- \[[`1cdd23c9f3`](https://redirect.github.com/nodejs/node/commit/1cdd23c9f3)] - **esm**: fix source phase identity bug in loadCache eviction (Guy Bedford) [#&#8203;62415](https://redirect.github.com/nodejs/node/pull/62415)
- \[[`4f4ff15794`](https://redirect.github.com/nodejs/node/commit/4f4ff15794)] - **esm**: fix path normalization in `finalizeResolution` (Antoine du Hamel) [#&#8203;62080](https://redirect.github.com/nodejs/node/pull/62080)
- \[[`088167d102`](https://redirect.github.com/nodejs/node/commit/088167d102)] - **events**: avoid cloning listeners array on every emit (Gürgün Dayıoğlu) [#&#8203;62261](https://redirect.github.com/nodejs/node/pull/62261)
- \[[`0250b436ee`](https://redirect.github.com/nodejs/node/commit/0250b436ee)] - **fs**: fix cpSync to handle non-ASCII characters (Stefan Stojanovic) [#&#8203;61950](https://redirect.github.com/nodejs/node/pull/61950)
- \[[`b67a8fb171`](https://redirect.github.com/nodejs/node/commit/b67a8fb171)] - **inspector**: add Target.getTargets and extract TargetManager (Kohei) [#&#8203;62487](https://redirect.github.com/nodejs/node/pull/62487)
- \[[`ffcc5a5722`](https://redirect.github.com/nodejs/node/commit/ffcc5a5722)] - **lib**: make SubtleCrypto.supports enumerable (Filip Skokan) [#&#8203;62307](https://redirect.github.com/nodejs/node/pull/62307)
- \[[`92ef2ad8fa`](https://redirect.github.com/nodejs/node/commit/92ef2ad8fa)] - **lib**: prefer primordials in SubtleCrypto (Filip Skokan) [#&#8203;62226](https://redirect.github.com/nodejs/node/pull/62226)
- \[[`40a43ac4d0`](https://redirect.github.com/nodejs/node/commit/40a43ac4d0)] - **module**: fix coverage of mocked CJS modules imported from ESM (Marco) [#&#8203;62133](https://redirect.github.com/nodejs/node/pull/62133)
- \[[`3ef0a5b90e`](https://redirect.github.com/nodejs/node/commit/3ef0a5b90e)] - **quic**: remove CryptoKey support from session keys option (Filip Skokan) [#&#8203;62335](https://redirect.github.com/nodejs/node/pull/62335)
- \[[`3c8dd8eb8e`](https://redirect.github.com/nodejs/node/commit/3c8dd8eb8e)] - **repl**: use vm DONT\_CONTEXTIFY context (Chengzhong Wu) [#&#8203;62371](https://redirect.github.com/nodejs/node/pull/62371)
- \[[`f85b9d9fa8`](https://redirect.github.com/nodejs/node/commit/f85b9d9fa8)] - **(SEMVER-MINOR)** **repl**: add customizable error handling (Anna Henningsen) [#&#8203;62188](https://redirect.github.com/nodejs/node/pull/62188)
- \[[`e4c164e045`](https://redirect.github.com/nodejs/node/commit/e4c164e045)] - **repl**: handle exceptions from async context after close (Anna Henningsen) [#&#8203;62165](https://redirect.github.com/nodejs/node/pull/62165)
- \[[`67b854d407`](https://redirect.github.com/nodejs/node/commit/67b854d407)] - **(SEMVER-MINOR)** **repl**: remove dependency on domain module (Matteo Collina) [#&#8203;61227](https://redirect.github.com/nodejs/node/pull/61227)
- \[[`966b700623`](https://redirect.github.com/nodejs/node/commit/966b700623)] - **(SEMVER-MINOR)** **sea**: support code cache for ESM entrypoint in SEA (Joyee Cheung) [#&#8203;62158](https://redirect.github.com/nodejs/node/pull/62158)
- \[[`fe82baf970`](https://redirect.github.com/nodejs/node/commit/fe82baf970)] - **src**: improve EC JWK import performance (Filip Skokan) [#&#8203;62396](https://redirect.github.com/nodejs/node/pull/62396)
- \[[`d490b171e0`](https://redirect.github.com/nodejs/node/commit/d490b171e0)] - **src**: handle null backing store in ArrayBufferViewContents::Read (Mert Can Altin) [#&#8203;62343](https://redirect.github.com/nodejs/node/pull/62343)
- \[[`0e4af848bc`](https://redirect.github.com/nodejs/node/commit/0e4af848bc)] - **src**: convert context\_frame field in AsyncWrap to internal field (Anna Henningsen) [#&#8203;62103](https://redirect.github.com/nodejs/node/pull/62103)
- \[[`02980b8c8f`](https://redirect.github.com/nodejs/node/commit/02980b8c8f)] - **src**: enable compilation/linking with OpenSSL 4.0 (Filip Skokan) [#&#8203;62410](https://redirect.github.com/nodejs/node/pull/62410)
- \[[`064f7c2fa6`](https://redirect.github.com/nodejs/node/commit/064f7c2fa6)] - **src**: use stack allocation in indexOf latin1 path (Mert Can Altin) [#&#8203;62268](https://redirect.github.com/nodejs/node/pull/62268)
- \[[`ede52bc2dc`](https://redirect.github.com/nodejs/node/commit/ede52bc2dc)] - **src,sqlite**: fix filterFunc dangling reference (Edy Silva) [#&#8203;62281](https://redirect.github.com/nodejs/node/pull/62281)
- \[[`e1f0d2a014`](https://redirect.github.com/nodejs/node/commit/e1f0d2a014)] - **(SEMVER-MINOR)** **stream**: add stream/iter Implementation (James M Snell) [#&#8203;62066](https://redirect.github.com/nodejs/node/pull/62066)
- \[[`03839fb087`](https://redirect.github.com/nodejs/node/commit/03839fb087)] - **stream**: preserve error over AbortError in pipeline (Marco) [#&#8203;62113](https://redirect.github.com/nodejs/node/pull/62113)
- \[[`0000d2f011`](https://redirect.github.com/nodejs/node/commit/0000d2f011)] - **stream**: replace bind with arrow function for onwrite callback (Ali Hassan) [#&#8203;62087](https://redirect.github.com/nodejs/node/pull/62087)
- \[[`3796a73719`](https://redirect.github.com/nodejs/node/commit/3796a73719)] - **test**: update WPT for WebCryptoAPI to [`2cb332d`](https://redirect.github.com/nodejs/node/commit/2cb332d710) (Node.js GitHub Bot) [#&#8203;62483](https://redirect.github.com/nodejs/node/pull/62483)
- \[[`ad8309415b`](https://redirect.github.com/nodejs/node/commit/ad8309415b)] - **test**: update WPT for url to [`fc3e651`](https://redirect.github.com/nodejs/node/commit/fc3e651593) (Node.js GitHub Bot) [#&#8203;62379](https://redirect.github.com/nodejs/node/pull/62379)
- \[[`bed89b037e`](https://redirect.github.com/nodejs/node/commit/bed89b037e)] - **test**: wait for reattach before initial break on restart (Yuya Inoue) [#&#8203;62471](https://redirect.github.com/nodejs/node/pull/62471)
- \[[`c9ffffcc55`](https://redirect.github.com/nodejs/node/commit/c9ffffcc55)] - **test**: disable flaky WPT Blob test on AIX (James M Snell) [#&#8203;62470](https://redirect.github.com/nodejs/node/pull/62470)
- \[[`fd41ef31f6`](https://redirect.github.com/nodejs/node/commit/fd41ef31f6)] - **(SEMVER-MINOR)** **test**: add tests for experimental stream/iter implementation (James M Snell) [#&#8203;62066](https://redirect.github.com/nodejs/node/pull/62066)
- \[[`1b9d8d3eec`](https://redirect.github.com/nodejs/node/commit/1b9d8d3eec)] - **test**: avoid flaky run wait in debugger restart test (Yuya Inoue) [#&#8203;62112](https://redirect.github.com/nodejs/node/pull/62112)
- \[[`cb08a29d51`](https://redirect.github.com/nodejs/node/commit/cb08a29d51)] - **test**: skip test-cluster-dgram-reuse on AIX 7.3 (Stewart X Addison) [#&#8203;62238](https://redirect.github.com/nodejs/node/pull/62238)
- \[[`abea0af8a9`](https://redirect.github.com/nodejs/node/commit/abea0af8a9)] - **test**: add WebCrypto Promise.prototype.then pollution regression tests (Filip Skokan) [#&#8203;62226](https://redirect.github.com/nodejs/node/pull/62226)
- \[[`47a2132269`](https://redirect.github.com/nodejs/node/commit/47a2132269)] - **test**: update WPT for WebCryptoAPI to [`6a1c545`](https://redirect.github.com/nodejs/node/commit/6a1c545d77) (Node.js GitHub Bot) [#&#8203;62187](https://redirect.github.com/nodejs/node/pull/62187)
- \[[`2c63d3006c`](https://redirect.github.com/nodejs/node/commit/2c63d3006c)] - **test\_runner**: add exports option for module mocks (sangwook) [#&#8203;61727](https://redirect.github.com/nodejs/node/pull/61727)
- \[[`44ac0e1302`](https://redirect.github.com/nodejs/node/commit/44ac0e1302)] - **test\_runner**: make it compatible with fake timers (Matteo Collina) [#&#8203;59272](https://redirect.github.com/nodejs/node/pull/59272)
- \[[`1865691275`](https://redirect.github.com/nodejs/node/commit/1865691275)] - **test\_runner**: set non-zero exit code when suite errors occur (Edy Silva) [#&#8203;62282](https://redirect.github.com/nodejs/node/pull/62282)
- \[[`0252b2bab8`](https://redirect.github.com/nodejs/node/commit/0252b2bab8)] - **tools**: bump picomatch from 4.0.3 to 4.0.4 in /tools/eslint (dependabot\[bot]) [#&#8203;62439](https://redirect.github.com/nodejs/node/pull/62439)
- \[[`3368155267`](https://redirect.github.com/nodejs/node/commit/3368155267)] - **tools**: bump yaml from 2.8.2 to 2.8.3 in /tools/doc (dependabot\[bot]) [#&#8203;62437](https://redirect.github.com/nodejs/node/pull/62437)
- \[[`5e47c359f5`](https://redirect.github.com/nodejs/node/commit/5e47c359f5)] - **tools**: adopt the `--check-for-duplicates` NCU flag (Antoine du Hamel) [#&#8203;62478](https://redirect.github.com/nodejs/node/pull/62478)
- \[[`4a604e82d0`](https://redirect.github.com/nodejs/node/commit/4a604e82d0)] - **tools**: bump picomatch in /tools/doc (dependabot\[bot]) [#&#8203;62438](https://redirect.github.com/nodejs/node/pull/62438)
- \[[`d1a98b4ddb`](https://redirect.github.com/nodejs/node/commit/d1a98b4ddb)] - **tools**: bump flatted from 3.4.1 to 3.4.2 in /tools/eslint (dependabot\[bot]) [#&#8203;62375](https://redirect.github.com/nodejs/node/pull/62375)
- \[[`c32daa1ab4`](https://redirect.github.com/nodejs/node/commit/c32daa1ab4)] - **tools**: bump eslint deps (Huáng Jùnliàng) [#&#8203;62356](https://redirect.github.com/nodejs/node/pull/62356)
- \[[`7a2fcc6d41`](https://redirect.github.com/nodejs/node/commit/7a2fcc6d41)] - **tools**: do not swallow error in `lint-nix` workflow (Antoine du Hamel) [#&#8203;62292](https://redirect.github.com/nodejs/node/pull/62292)
- \[[`c41a2871b5`](https://redirect.github.com/nodejs/node/commit/c41a2871b5)] - **tools**: add eslint-plugin-regexp (Huáng Jùnliàng) [#&#8203;62093](https://redirect.github.com/nodejs/node/pull/62093)
- \[[`56dfeb06df`](https://redirect.github.com/nodejs/node/commit/56dfeb06df)] - **tools**: fix timeout errors in `lint-nix` job (Antoine du Hamel) [#&#8203;62265](https://redirect.github.com/nodejs/node/pull/62265)
- \[[`22fc8078e8`](https://redirect.github.com/nodejs/node/commit/22fc8078e8)] - **tools**: bump flatted from 3.3.3 to 3.4.1 in /tools/eslint (dependabot\[bot]) [#&#8203;62255](https://redirect.github.com/nodejs/node/pull/62255)
- \[[`409b0663bd`](https://redirect.github.com/nodejs/node/commit/409b0663bd)] - **tools**: bump undici from 6.23.0 to 6.24.1 in /tools/doc (dependabot\[bot]) [#&#8203;62250](https://redirect.github.com/nodejs/node/pull/62250)
- \[[`67c69750f4`](https://redirect.github.com/nodejs/node/commit/67c69750f4)] - **tools**: validate all commits that are pushed to `main` (Antoine du Hamel) [#&#8203;62246](https://redirect.github.com/nodejs/node/pull/62246)
- \[[`7d9db8cd21`](https://redirect.github.com/nodejs/node/commit/7d9db8cd21)] - **tools**: keep GN files when updating Merve (Antoine du Hamel) [#&#8203;62167](https://redirect.github.com/nodejs/node/pull/62167)
- \[[`6c8fa42ba2`](https://redirect.github.com/nodejs/node/commit/6c8fa42ba2)] - **typings**: rationalise TypedArray types (René) [#&#8203;62174](https://redirect.github.com/nodejs/node/pull/62174)
- \[[`531c64d04e`](https://redirect.github.com/nodejs/node/commit/531c64d04e)] - **url**: enable simdutf for ada (Yagiz Nizipli) [#&#8203;61477](https://redirect.github.com/nodejs/node/pull/61477)
- \[[`2000caccde`](https://redirect.github.com/nodejs/node/commit/2000caccde)] - **util**: allow color aliases in styleText (sangwook) [#&#8203;62180](https://redirect.github.com/nodejs/node/pull/62180)
- \[[`0aed332ab4`](https://redirect.github.com/nodejs/node/commit/0aed332ab4)] - **wasm**: support js string constant esm import (Guy Bedford) [#&#8203;62198](https://redirect.github.com/nodejs/node/pull/62198)
- \[[`d3fd4a978b`](https://redirect.github.com/nodejs/node/commit/d3fd4a978b)] - **worker**: heap profile optimizations (Ilyas Shabi) [#&#8203;62201](https://redirect.github.com/nodejs/node/pull/62201)
- \[[`e992a34a18`](https://redirect.github.com/nodejs/node/commit/e992a34a18)] - **zlib**: fix use-after-free when reset() is called during write (Matteo Collina) [#&#8203;62325](https://redirect.github.com/nodejs/node/pull/62325)

</details>

---

### Configuration

📅 **Schedule**: Branch creation - "after 5pm,before 9am" in timezone America/Los_Angeles, Automerge - At any time (no schedule defined).

🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied.

♻ **Rebasing**: Whenever PR is behind base branch, 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 has been generated by [Renovate Bot](https://redirect.github.com/renovatebot/renovate).
<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0My4xMDIuOSIsInVwZGF0ZWRJblZlciI6IjQzLjEwMi45IiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbIkJvdCIsIlJlbm92YXRlIl19-->
This PR contains the following updates:

| Package | Type | Update | Change |
|---|---|---|---|
| [org.pac4j:pac4j-saml](https://redirect.github.com/pac4j/pac4j) | dependencies | patch | `6.4.0` → `6.4.1` |
| [org.pac4j:pac4j-oidc](https://redirect.github.com/pac4j/pac4j) | dependencies | patch | `6.4.0` → `6.4.1` |
| [org.pac4j:pac4j-oauth](https://redirect.github.com/pac4j/pac4j) | dependencies | patch | `6.4.0` → `6.4.1` |
| [org.pac4j:pac4j-jwt](https://redirect.github.com/pac4j/pac4j) | dependencies | patch | `6.4.0` → `6.4.1` |
| [org.pac4j:pac4j-jakartaee](https://redirect.github.com/pac4j/pac4j) | dependencies | patch | `6.4.0` → `6.4.1` |
| [org.pac4j:pac4j-http](https://redirect.github.com/pac4j/pac4j) | dependencies | patch | `6.4.0` → `6.4.1` |
| [org.pac4j:pac4j-core](https://redirect.github.com/pac4j/pac4j) | dependencies | patch | `6.4.0` → `6.4.1` |
| [org.pac4j:pac4j-config](https://redirect.github.com/pac4j/pac4j) | dependencies | patch | `6.4.0` → `6.4.1` |
| [org.pac4j:pac4j-cas](https://redirect.github.com/pac4j/pac4j) | dependencies | patch | `6.4.0` → `6.4.1` |

---

> [!WARNING]
> Some dependencies could not be looked up. Check the Dependency Dashboard for more information.

---

### Configuration

📅 **Schedule**: Branch creation - "after 5pm,before 9am" in timezone America/Los_Angeles, Automerge - At any time (no schedule defined).

🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied.

♻ **Rebasing**: Whenever PR is behind base branch, 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 has been generated by [Renovate Bot](https://redirect.github.com/renovatebot/renovate).
<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0My4xMDIuOSIsInVwZGF0ZWRJblZlciI6IjQzLjEwMi45IiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbIkJvdCIsIlJlbm92YXRlIl19-->
 [ci skip]
This PR contains the following updates:

| Package | Type | Update | Change |
|---|---|---|---|
| [software.amazon.awssdk:verifiedpermissions](https://aws.amazon.com/sdkforjava) | dependencies | patch | `2.42.25` → `2.42.26` |
| [software.amazon.awssdk:sts](https://aws.amazon.com/sdkforjava) | dependencies | patch | `2.42.25` → `2.42.26` |
| [software.amazon.awssdk:ssm](https://aws.amazon.com/sdkforjava) | dependencies | patch | `2.42.25` → `2.42.26` |
| [software.amazon.awssdk:sqs](https://aws.amazon.com/sdkforjava) | dependencies | patch | `2.42.25` → `2.42.26` |
| [software.amazon.awssdk:sns](https://aws.amazon.com/sdkforjava) | dependencies | patch | `2.42.25` → `2.42.26` |
| [software.amazon.awssdk:ses](https://aws.amazon.com/sdkforjava) | dependencies | patch | `2.42.25` → `2.42.26` |
| [software.amazon.awssdk:secretsmanager](https://aws.amazon.com/sdkforjava) | dependencies | patch | `2.42.25` → `2.42.26` |
| [software.amazon.awssdk:s3](https://aws.amazon.com/sdkforjava) | dependencies | patch | `2.42.25` → `2.42.26` |
| [software.amazon.awssdk:firehose](https://aws.amazon.com/sdkforjava) | dependencies | patch | `2.42.25` → `2.42.26` |
| [software.amazon.awssdk:dynamodb](https://aws.amazon.com/sdkforjava) | dependencies | patch | `2.42.25` → `2.42.26` |
| [software.amazon.awssdk:cognitoidentityprovider](https://aws.amazon.com/sdkforjava) | dependencies | patch | `2.42.25` → `2.42.26` |
| [software.amazon.awssdk:cognitoidentity](https://aws.amazon.com/sdkforjava) | dependencies | patch | `2.42.25` → `2.42.26` |
| [software.amazon.awssdk:cloudwatchlogs](https://aws.amazon.com/sdkforjava) | dependencies | patch | `2.42.25` → `2.42.26` |
| [software.amazon.awssdk:cloudwatch](https://aws.amazon.com/sdkforjava) | dependencies | patch | `2.42.25` → `2.42.26` |
| [software.amazon.awssdk:clouddirectory](https://aws.amazon.com/sdkforjava) | dependencies | patch | `2.42.25` → `2.42.26` |
| [software.amazon.awssdk:aws-core](https://aws.amazon.com/sdkforjava) | dependencies | patch | `2.42.25` → `2.42.26` |
| [software.amazon.awssdk:apache-client](https://aws.amazon.com/sdkforjava) | dependencies | patch | `2.42.25` → `2.42.26` |

---

> [!WARNING]
> Some dependencies could not be looked up. Check the Dependency Dashboard for more information.

---

### Configuration

📅 **Schedule**: Branch creation - "after 5pm,before 9am" in timezone America/Los_Angeles, Automerge - At any time (no schedule defined).

🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied.

♻ **Rebasing**: Whenever PR is behind base branch, 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 has been generated by [Renovate Bot](https://redirect.github.com/renovatebot/renovate).
<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0My4xMDIuOSIsInVwZGF0ZWRJblZlciI6IjQzLjEwMi45IiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbIkJvdCIsIlJlbm92YXRlIl19-->
 [ci skip]
This PR contains the following updates:

| Package | Type | Update | Change |
|---|---|---|---|
| [org.eclipse.jetty.http2:jetty-http2-server](https://jetty.org) ([source](https://redirect.github.com/jetty/jetty.project)) | dependencies | patch | `12.1.7` → `12.1.8` |
| [org.eclipse.jetty:jetty-alpn-java-server](https://jetty.org) ([source](https://redirect.github.com/jetty/jetty.project)) | dependencies | patch | `12.1.7` → `12.1.8` |

---

> [!WARNING]
> Some dependencies could not be looked up. Check the Dependency Dashboard for more information.

---

### Configuration

📅 **Schedule**: Branch creation - "after 5pm,before 9am" in timezone America/Los_Angeles, Automerge - At any time (no schedule defined).

🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied.

♻ **Rebasing**: Whenever PR is behind base branch, 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 has been generated by [Renovate Bot](https://redirect.github.com/renovatebot/renovate).
<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0My4xMDIuMTAiLCJ1cGRhdGVkSW5WZXIiOiI0My4xMDIuMTAiLCJ0YXJnZXRCcmFuY2giOiJtYXN0ZXIiLCJsYWJlbHMiOlsiQm90IiwiUmVub3ZhdGUiXX0=-->
…3.5.8

Bumps [org.mariadb.jdbc:mariadb-java-client](https://github.com/mariadb-corporation/mariadb-connector-j) from 3.5.7 to 3.5.8.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a href="https://github.com/mariadb-corporation/mariadb-connector-j/releases">org.mariadb.jdbc:mariadb-java-client's releases</a>.</em></p>
<blockquote>
<h2>MariaDB Connector/Java 3.5.8</h2>
<h2><a href="https://github.com/mariadb-corporation/mariadb-connector-j/tree/3.5.8">3.5.8</a> (Apr 2026)</h2>
<p><a href="https://github.com/mariadb-corporation/mariadb-connector-j/compare/3.5.7...3.5.8">Full Changelog</a></p>
<h4>Issues Resolved</h4>
<ul>
<li>CONJ-1305 - XAResource.isSameRM() incorrectly returns true when rewriteBatchedStatements differs between connections</li>
<li>CONJ-1303 - Statement.cancel() fails to kill running query during result streaming</li>
</ul>
<h4>Other</h4>
<ul>
<li>CONJ-1298 - Performance improvement: avoid decoding extended format</li>
</ul>
</blockquote>
</details>
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a href="https://github.com/mariadb-corporation/mariadb-connector-j/blob/main/CHANGELOG.md">org.mariadb.jdbc:mariadb-java-client's changelog</a>.</em></p>
<blockquote>
<h2><a href="https://github.com/mariadb-corporation/mariadb-connector-j/tree/3.5.8">3.5.8</a> (Apr 2026)</h2>
<p><a href="https://github.com/mariadb-corporation/mariadb-connector-j/compare/3.5.7...3.5.8">Full Changelog</a></p>
<h4>Issues Resolved</h4>
<ul>
<li>CONJ-1305 - XAResource.isSameRM() incorrectly returns true when rewriteBatchedStatements differs between connections</li>
<li>CONJ-1303 - Statement.cancel() fails to kill running query during result streaming</li>
</ul>
<h4>Other</h4>
<ul>
<li>CONJ-1298 - Performance improvement: avoid decoding extended format</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a href="https://github.com/mariadb-corporation/mariadb-connector-j/commit/26b34a2f060070beb73515cfd2a49fabc8728843"><code>26b34a2</code></a> Merge branch 'develop'</li>
<li><a href="https://github.com/mariadb-corporation/mariadb-connector-j/commit/06d6efee7838ab8f89ef0f7f362c6b4a95754630"><code>06d6efe</code></a> bump CI actions/checkout@v5</li>
<li><a href="https://github.com/mariadb-corporation/mariadb-connector-j/commit/a86a83c8fd1fa84d8d4349baab3b29df8f575192"><code>a86a83c</code></a> bump 3.5.8</li>
<li><a href="https://github.com/mariadb-corporation/mariadb-connector-j/commit/975f9919232b21f40d823423eac6e32d87ea8e35"><code>975f991</code></a> [misc] refactor TimestampCodec to implement Codec directly and extract shared...</li>
<li><a href="https://github.com/mariadb-corporation/mariadb-connector-j/commit/75bb509521661603e0e90dd6dd5942d1382bf499"><code>75bb509</code></a> [misc] code formatting cleanup</li>
<li><a href="https://github.com/mariadb-corporation/mariadb-connector-j/commit/4c0b6a0ddd95f42fa866ce0d08e384caa2553d43"><code>4c0b6a0</code></a> [misc] refactor TimestampCodec to extend UtilDateCodec and extract common dat...</li>
<li><a href="https://github.com/mariadb-corporation/mariadb-connector-j/commit/a5b7fb1a26277a076052dbbd1a7ee2bacd4f602f"><code>a5b7fb1</code></a> [misc] convert Reader and Writer from interfaces to final class implementatio...</li>
<li><a href="https://github.com/mariadb-corporation/mariadb-connector-j/commit/d31eb060fc66e9e37479e18a38bb1401d53ecb63"><code>d31eb06</code></a> [misc] convert ReadableByteBuf from interface to final class implementation, ...</li>
<li><a href="https://github.com/mariadb-corporation/mariadb-connector-j/commit/11d45a9e6ea4d942e75747132bb8982471d890b8"><code>11d45a9</code></a> [misc] optimize binary row decoder null bitmap checks and simplify signed Big...</li>
<li><a href="https://github.com/mariadb-corporation/mariadb-connector-j/commit/5aad14c381cbc2c4e0383ffed275306f359bd508"><code>5aad14c</code></a> [misc] optimize BigInt column decoding and improve type safety in codec inter...</li>
<li>Additional commits viewable in <a href="https://github.com/mariadb-corporation/mariadb-connector-j/compare/3.5.7...3.5.8">compare view</a></li>
</ul>
</details>
<br />


[![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=org.mariadb.jdbc:mariadb-java-client&package-manager=gradle&previous-version=3.5.7&new-version=3.5.8)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`.

[//]: # (dependabot-automerge-start)
[//]: # (dependabot-automerge-end)

---

<details>
<summary>Dependabot commands and options</summary>
<br />

You can trigger Dependabot actions by commenting on this PR:
- `@dependabot rebase` will rebase this PR
- `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it
- `@dependabot show <dependency name> ignore conditions` will show all of the ignore conditions of the specified dependency
- `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
- `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
- `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)


</details>
…l to v3.54.1

This PR contains the following updates:

| Package | Type | Update | Change |
|---|---|---|---|
| [org.checkerframework:checker-qual](https://checkerframework.org/) ([source](https://redirect.github.com/typetools/checker-framework)) | dependencies | patch | `3.54.0` → `3.54.1` |

---

> [!WARNING]
> Some dependencies could not be looked up. Check the Dependency Dashboard for more information.

---

### Configuration

📅 **Schedule**: (in timezone America/Los_Angeles)

- Branch creation
  - "after 5pm,before 9am"
- Automerge
  - At any time (no schedule defined)

🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied.

♻ **Rebasing**: Whenever PR is behind base branch, 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 has been generated by [Renovate Bot](https://redirect.github.com/renovatebot/renovate).
<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0My4xMDQuMSIsInVwZGF0ZWRJblZlciI6IjQzLjEwNC4xIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbIkJvdCIsIlJlbm92YXRlIl19-->
…1.release [ci skip]

This PR contains the following updates:

| Package | Type | Update | Change |
|---|---|---|---|
| [io.lettuce:lettuce-core](https://redirect.github.com/redis/lettuce) | dependencies | patch | `7.5.0.RELEASE` → `7.5.1.RELEASE` |

---

> [!WARNING]
> Some dependencies could not be looked up. Check the Dependency Dashboard for more information.

---

### Release Notes

<details>
<summary>redis/lettuce (io.lettuce:lettuce-core)</summary>

### [`v7.5.1.RELEASE`](https://redirect.github.com/redis/lettuce/releases/tag/7.5.1.RELEASE)

[Compare Source](https://redirect.github.com/redis/lettuce/compare/7.5.0.RELEASE...7.5.1.RELEASE)

The Lettuce team is pleased to announce the Lettuce **7.5.1** patch release!

Lettuce 7.5.1 supports Redis 2.6+ up to Redis 8.x. In terms of Java runtime, Lettuce requires at least Java 8 and
works with Java 24. The driver is tested against Redis 8.6, Redis 8.4, Redis 8.2, Redis 8.0, Redis 7.4 and Redis 7.2.

Thanks to all contributors who made Lettuce 7.5.1.RELEASE possible.

📗 Links
Reference documentation: <https://lettuce.io/core/7.5.1.RELEASE>

🐞 Bug Fixes

- ERR unknown subcommand 'MYID' with Azure Managed Redis [#&#8203;3495](https://redirect.github.com/redis/lettuce/issues/3495) ([#&#8203;3693](https://redirect.github.com/redis/lettuce/issues/3693)) by [@&#8203;a-TODO-rov](https://redirect.github.com/a-TODO-rov) in [#&#8203;3703](https://redirect.github.com/redis/lettuce/pull/3703)

**Full Changelog**: <redis/lettuce@7.5.0.RELEASE...7.5.1.RELEASE>

</details>

---

### Configuration

📅 **Schedule**: (in timezone America/Los_Angeles)

- Branch creation
  - "after 5pm,before 9am"
- Automerge
  - At any time (no schedule defined)

🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied.

♻ **Rebasing**: Whenever PR is behind base branch, 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 has been generated by [Renovate Bot](https://redirect.github.com/renovatebot/renovate).
<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0My4xMDQuMSIsInVwZGF0ZWRJblZlciI6IjQzLjEwNC4xIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbIkJvdCIsIlJlbm92YXRlIl19-->
 [ci skip]
This PR contains the following updates:

| Package | Type | Update | Change |
|---|---|---|---|
| [software.amazon.awssdk:verifiedpermissions](https://aws.amazon.com/sdkforjava) | dependencies | patch | `2.42.26` → `2.42.27` |
| [software.amazon.awssdk:sts](https://aws.amazon.com/sdkforjava) | dependencies | patch | `2.42.26` → `2.42.27` |
| [software.amazon.awssdk:ssm](https://aws.amazon.com/sdkforjava) | dependencies | patch | `2.42.26` → `2.42.27` |
| [software.amazon.awssdk:sqs](https://aws.amazon.com/sdkforjava) | dependencies | patch | `2.42.26` → `2.42.27` |
| [software.amazon.awssdk:sns](https://aws.amazon.com/sdkforjava) | dependencies | patch | `2.42.26` → `2.42.27` |
| [software.amazon.awssdk:ses](https://aws.amazon.com/sdkforjava) | dependencies | patch | `2.42.26` → `2.42.27` |
| [software.amazon.awssdk:secretsmanager](https://aws.amazon.com/sdkforjava) | dependencies | patch | `2.42.26` → `2.42.27` |
| [software.amazon.awssdk:s3](https://aws.amazon.com/sdkforjava) | dependencies | patch | `2.42.26` → `2.42.27` |
| [software.amazon.awssdk:firehose](https://aws.amazon.com/sdkforjava) | dependencies | patch | `2.42.26` → `2.42.27` |
| [software.amazon.awssdk:dynamodb](https://aws.amazon.com/sdkforjava) | dependencies | patch | `2.42.26` → `2.42.27` |
| [software.amazon.awssdk:cognitoidentityprovider](https://aws.amazon.com/sdkforjava) | dependencies | patch | `2.42.26` → `2.42.27` |
| [software.amazon.awssdk:cognitoidentity](https://aws.amazon.com/sdkforjava) | dependencies | patch | `2.42.26` → `2.42.27` |
| [software.amazon.awssdk:cloudwatchlogs](https://aws.amazon.com/sdkforjava) | dependencies | patch | `2.42.26` → `2.42.27` |
| [software.amazon.awssdk:cloudwatch](https://aws.amazon.com/sdkforjava) | dependencies | patch | `2.42.26` → `2.42.27` |
| [software.amazon.awssdk:clouddirectory](https://aws.amazon.com/sdkforjava) | dependencies | patch | `2.42.26` → `2.42.27` |
| [software.amazon.awssdk:aws-core](https://aws.amazon.com/sdkforjava) | dependencies | patch | `2.42.26` → `2.42.27` |
| [software.amazon.awssdk:apache-client](https://aws.amazon.com/sdkforjava) | dependencies | patch | `2.42.26` → `2.42.27` |

---

> [!WARNING]
> Some dependencies could not be looked up. Check the Dependency Dashboard for more information.

---

### Configuration

📅 **Schedule**: (in timezone America/Los_Angeles)

- Branch creation
  - "after 5pm,before 9am"
- Automerge
  - At any time (no schedule defined)

🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied.

♻ **Rebasing**: Whenever PR is behind base branch, 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 has been generated by [Renovate Bot](https://redirect.github.com/renovatebot/renovate).
<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0My4xMDQuMSIsInVwZGF0ZWRJblZlciI6IjQzLjEwNC4xIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbIkJvdCIsIlJlbm92YXRlIl19-->
 [ci skip]
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| registry.k8s.io/etcd | patch | `3.6.9-0` → `3.6.10-0` |

---

> [!WARNING]
> Some dependencies could not be looked up. Check the Dependency Dashboard for more information.

---

### Configuration

📅 **Schedule**: (in timezone America/Los_Angeles)

- Branch creation
  - "after 5pm,before 9am"
- Automerge
  - At any time (no schedule defined)

🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied.

♻ **Rebasing**: Whenever PR is behind base branch, 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 has been generated by [Renovate Bot](https://redirect.github.com/renovatebot/renovate).
<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0My4xMDQuMSIsInVwZGF0ZWRJblZlciI6IjQzLjEwNC4xIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbIkJvdCIsIlJlbm92YXRlIl19-->
@apereocas-bot apereocas-bot added Bot Operations carried out by automated bots, such as RenovateBot, etc Renovate CI labels Apr 4, 2026
@apereocas-bot apereocas-bot added this to the 8.0.0-RC4 milestone Apr 4, 2026
This PR contains the following updates:

| Package | Type | Update | Change |
|---|---|---|---|
| [eslint](https://eslint.org) ([source](https://redirect.github.com/eslint/eslint)) | devDependencies | minor | [`10.1.0` → `10.2.0`](https://renovatebot.com/diffs/npm/eslint/10.1.0/10.2.0) |

---

> [!WARNING]
> Some dependencies could not be looked up. Check the Dependency Dashboard for more information.

---

### Release Notes

<details>
<summary>eslint/eslint (eslint)</summary>

### [`v10.2.0`](https://redirect.github.com/eslint/eslint/releases/tag/v10.2.0)

[Compare Source](https://redirect.github.com/eslint/eslint/compare/v10.1.0...v10.2.0)

#### Features

- [`586ec2f`](https://redirect.github.com/eslint/eslint/commit/586ec2f43092779acc957866db4abe999112d1e1) feat: Add `meta.languages` support to rules ([#&#8203;20571](https://redirect.github.com/eslint/eslint/issues/20571)) (Copilot)
- [`14207de`](https://redirect.github.com/eslint/eslint/commit/14207dee3939dc87cfa8b2fcfc271fff2cfd6471) feat: add `Temporal` to `no-obj-calls` ([#&#8203;20675](https://redirect.github.com/eslint/eslint/issues/20675)) (Pixel998)
- [`bbb2c93`](https://redirect.github.com/eslint/eslint/commit/bbb2c93a2b31bd30924f32fe69a9acf41f9dfe35) feat: add Temporal to ES2026 globals ([#&#8203;20672](https://redirect.github.com/eslint/eslint/issues/20672)) (Pixel998)

#### Bug Fixes

- [`542cb3e`](https://redirect.github.com/eslint/eslint/commit/542cb3e6442a4e6ee3457c799e2a0ee23bef0c6a) fix: update first-party dependencies ([#&#8203;20714](https://redirect.github.com/eslint/eslint/issues/20714)) (Francesco Trotta)

#### Documentation

- [`a2af743`](https://redirect.github.com/eslint/eslint/commit/a2af743ea60f683d0e0de9d98267c1e7e4f5e412) docs: add `language` to configuration objects ([#&#8203;20712](https://redirect.github.com/eslint/eslint/issues/20712)) (Francesco Trotta)
- [`845f23f`](https://redirect.github.com/eslint/eslint/commit/845f23f1370892bf07d819497ac518c9e65090d6) docs: Update README (GitHub Actions Bot)
- [`5fbcf59`](https://redirect.github.com/eslint/eslint/commit/5fbcf5958b897cc4df5d652924d18428db37f7ee) docs: remove `sourceType` from ts playground link ([#&#8203;20477](https://redirect.github.com/eslint/eslint/issues/20477)) (Tanuj Kanti)
- [`8702a47`](https://redirect.github.com/eslint/eslint/commit/8702a474659be786b6b1392e5e7c0c56355ae4a4) docs: Update README (GitHub Actions Bot)
- [`ddeaded`](https://redirect.github.com/eslint/eslint/commit/ddeaded2ab36951383ff67c60fb64ec68d29a46a) docs: Update README (GitHub Actions Bot)
- [`2b44966`](https://redirect.github.com/eslint/eslint/commit/2b4496691266547784a7f7ad1989ce53381bab91) docs: add Major Releases section to Manage Releases ([#&#8203;20269](https://redirect.github.com/eslint/eslint/issues/20269)) (Milos Djermanovic)
- [`eab65c7`](https://redirect.github.com/eslint/eslint/commit/eab65c700ebb16a6e790910c720450c9908961fd) docs: update `eslint` versions in examples ([#&#8203;20664](https://redirect.github.com/eslint/eslint/issues/20664)) (루밀LuMir)
- [`3e4a299`](https://redirect.github.com/eslint/eslint/commit/3e4a29903bf31f0998e45ad9128a265bce1edc56) docs: update ESM Dependencies policies with note for own-usage packages ([#&#8203;20660](https://redirect.github.com/eslint/eslint/issues/20660)) (Milos Djermanovic)

#### Chores

- [`8120e30`](https://redirect.github.com/eslint/eslint/commit/8120e30f833474f47acc061d24d164e9f022264f) refactor: extract no unmodified loop condition ([#&#8203;20679](https://redirect.github.com/eslint/eslint/issues/20679)) (kuldeep kumar)
- [`46e8469`](https://redirect.github.com/eslint/eslint/commit/46e8469786be1b2bbb522100e1d44624d98d3745) chore: update dependency markdownlint-cli2 to ^0.22.0 ([#&#8203;20697](https://redirect.github.com/eslint/eslint/issues/20697)) (renovate\[bot])
- [`01ed3aa`](https://redirect.github.com/eslint/eslint/commit/01ed3aa68477f81a7188e1498cf4906e02015b7c) test: add unit tests for unicode utilities ([#&#8203;20622](https://redirect.github.com/eslint/eslint/issues/20622)) (Manish chaudhary)
- [`811f493`](https://redirect.github.com/eslint/eslint/commit/811f4930f82ee2b6ac8eae75cade9bed63de0781) ci: remove `--legacy-peer-deps` from types integration tests ([#&#8203;20667](https://redirect.github.com/eslint/eslint/issues/20667)) (Milos Djermanovic)
- [`6b86fcf`](https://redirect.github.com/eslint/eslint/commit/6b86fcfc5c75d6a3b8a2cf7bcdb3ef60635a9a03) chore: update dependency npm-run-all2 to v8 ([#&#8203;20663](https://redirect.github.com/eslint/eslint/issues/20663)) (renovate\[bot])
- [`632c4f8`](https://redirect.github.com/eslint/eslint/commit/632c4f83bf32b77981c7d395cacddd1bb172ee25) chore: add `prettier` update commit to `.git-blame-ignore-revs` ([#&#8203;20662](https://redirect.github.com/eslint/eslint/issues/20662)) (루밀LuMir)
- [`b0b0f21`](https://redirect.github.com/eslint/eslint/commit/b0b0f21927e03ba092400e3c70d7058f537765c8) chore: update dependency eslint-plugin-regexp to ^3.1.0 ([#&#8203;20659](https://redirect.github.com/eslint/eslint/issues/20659)) (Milos Djermanovic)
- [`228a2dd`](https://redirect.github.com/eslint/eslint/commit/228a2dd4b272c17f516ee3541f1dd69eca0a8ab0) chore: update dependency eslint-plugin-eslint-plugin to ^7.3.2 ([#&#8203;20661](https://redirect.github.com/eslint/eslint/issues/20661)) (Milos Djermanovic)
- [`3ab4d7e`](https://redirect.github.com/eslint/eslint/commit/3ab4d7e244df244102de9d0d250b2ff12456a785) test: Add tests for eslintrc-style keys ([#&#8203;20645](https://redirect.github.com/eslint/eslint/issues/20645)) (kuldeep kumar)

</details>

---

### Configuration

📅 **Schedule**: (in timezone America/Los_Angeles)

- Branch creation
  - "after 5pm,before 9am"
- Automerge
  - At any time (no schedule defined)

🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied.

♻ **Rebasing**: Whenever PR is behind base branch, 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 has been generated by [Renovate Bot](https://redirect.github.com/renovatebot/renovate).
<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0My4xMDQuMiIsInVwZGF0ZWRJblZlciI6IjQzLjEwNC4yIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbIkJvdCIsIlJlbm92YXRlIl19-->
This PR contains the following updates:

| Package | Type | Update | Change |
|---|---|---|---|
| [software.amazon.awssdk:verifiedpermissions](https://aws.amazon.com/sdkforjava) | dependencies | patch | `2.42.27` → `2.42.28` |
| [software.amazon.awssdk:sts](https://aws.amazon.com/sdkforjava) | dependencies | patch | `2.42.27` → `2.42.28` |
| [software.amazon.awssdk:ssm](https://aws.amazon.com/sdkforjava) | dependencies | patch | `2.42.27` → `2.42.28` |
| [software.amazon.awssdk:sqs](https://aws.amazon.com/sdkforjava) | dependencies | patch | `2.42.27` → `2.42.28` |
| [software.amazon.awssdk:sns](https://aws.amazon.com/sdkforjava) | dependencies | patch | `2.42.27` → `2.42.28` |
| [software.amazon.awssdk:ses](https://aws.amazon.com/sdkforjava) | dependencies | patch | `2.42.27` → `2.42.28` |
| [software.amazon.awssdk:secretsmanager](https://aws.amazon.com/sdkforjava) | dependencies | patch | `2.42.27` → `2.42.28` |
| [software.amazon.awssdk:s3](https://aws.amazon.com/sdkforjava) | dependencies | patch | `2.42.27` → `2.42.28` |
| [software.amazon.awssdk:firehose](https://aws.amazon.com/sdkforjava) | dependencies | patch | `2.42.27` → `2.42.28` |
| [software.amazon.awssdk:dynamodb](https://aws.amazon.com/sdkforjava) | dependencies | patch | `2.42.27` → `2.42.28` |
| [software.amazon.awssdk:cognitoidentityprovider](https://aws.amazon.com/sdkforjava) | dependencies | patch | `2.42.27` → `2.42.28` |
| [software.amazon.awssdk:cognitoidentity](https://aws.amazon.com/sdkforjava) | dependencies | patch | `2.42.27` → `2.42.28` |
| [software.amazon.awssdk:cloudwatchlogs](https://aws.amazon.com/sdkforjava) | dependencies | patch | `2.42.27` → `2.42.28` |
| [software.amazon.awssdk:cloudwatch](https://aws.amazon.com/sdkforjava) | dependencies | patch | `2.42.27` → `2.42.28` |
| [software.amazon.awssdk:clouddirectory](https://aws.amazon.com/sdkforjava) | dependencies | patch | `2.42.27` → `2.42.28` |
| [software.amazon.awssdk:aws-core](https://aws.amazon.com/sdkforjava) | dependencies | patch | `2.42.27` → `2.42.28` |
| [software.amazon.awssdk:apache-client](https://aws.amazon.com/sdkforjava) | dependencies | patch | `2.42.27` → `2.42.28` |

---

> [!WARNING]
> Some dependencies could not be looked up. Check the Dependency Dashboard for more information.

---

### Configuration

📅 **Schedule**: (in timezone America/Los_Angeles)

- Branch creation
  - "after 5pm,before 9am"
- Automerge
  - At any time (no schedule defined)

🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied.

♻ **Rebasing**: Whenever PR is behind base branch, 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 has been generated by [Renovate Bot](https://redirect.github.com/renovatebot/renovate).
<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0My4xMDQuMiIsInVwZGF0ZWRJblZlciI6IjQzLjEwNC4yIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbIkJvdCIsIlJlbm92YXRlIl19-->
 [ci skip]
This PR contains the following updates:

| Package | Type | Update | Change |
|---|---|---|---|
| [org.apache.tomcat.embed:tomcat-embed-websocket](https://tomcat.apache.org/) | dependencies | patch | `11.0.20` → `11.0.21` |
| [org.apache.tomcat.embed:tomcat-embed-el](https://tomcat.apache.org/) | dependencies | patch | `11.0.20` → `11.0.21` |
| [org.apache.tomcat.embed:tomcat-embed-core](https://tomcat.apache.org/) | dependencies | patch | `11.0.20` → `11.0.21` |
| [org.apache.tomcat:tomcat-catalina-ha](https://tomcat.apache.org/) | dependencies | patch | `11.0.20` → `11.0.21` |

---

> [!WARNING]
> Some dependencies could not be looked up. Check the Dependency Dashboard for more information.

---

### Configuration

📅 **Schedule**: (in timezone America/Los_Angeles)

- Branch creation
  - "after 5pm,before 9am"
- Automerge
  - At any time (no schedule defined)

🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied.

♻ **Rebasing**: Whenever PR is behind base branch, 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 has been generated by [Renovate Bot](https://redirect.github.com/renovatebot/renovate).
<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0My4xMDQuMiIsInVwZGF0ZWRJblZlciI6IjQzLjEwNC4yIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbIkJvdCIsIlJlbm92YXRlIl19-->
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| apereo/cas | patch | `7.3.5` → `7.3.6` |

---

> [!WARNING]
> Some dependencies could not be looked up. Check the Dependency Dashboard for more information.

---

### Configuration

📅 **Schedule**: (in timezone America/Los_Angeles)

- Branch creation
  - "after 5pm,before 9am"
- Automerge
  - At any time (no schedule defined)

🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied.

♻ **Rebasing**: Whenever PR is behind base branch, 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 has been generated by [Renovate Bot](https://redirect.github.com/renovatebot/renovate).
<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0My4xMDQuMyIsInVwZGF0ZWRJblZlciI6IjQzLjEwNC4zIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbIkJvdCIsIlJlbm92YXRlIl19-->
This PR contains the following updates:

| Package | Type | Update | Change |
|---|---|---|---|
| [renovatebot/github-action](https://redirect.github.com/renovatebot/github-action) | action | patch | `v46.1.7` → `v46.1.8` |

---

> [!WARNING]
> Some dependencies could not be looked up. Check the Dependency Dashboard for more information.

---

### Release Notes

<details>
<summary>renovatebot/github-action (renovatebot/github-action)</summary>

### [`v46.1.8`](https://redirect.github.com/renovatebot/github-action/releases/tag/v46.1.8)

[Compare Source](https://redirect.github.com/renovatebot/github-action/compare/v46.1.7...v46.1.8)

##### Documentation

- update references to renovatebot/github-action to v46.1.7 ([784cabc](https://redirect.github.com/renovatebot/github-action/commit/784cabc08e71c4644c95607166d9df479af679c1))

##### Miscellaneous Chores

- configure pnpm ([42adbac](https://redirect.github.com/renovatebot/github-action/commit/42adbacebc5dc4bc52dc1ad297be82261663cf3a))
- **deps:** update dependency conventional-changelog-conventionalcommits to v9.3.1 ([0dd322f](https://redirect.github.com/renovatebot/github-action/commit/0dd322f719ce87efc20d031a746000777a630832))
- **deps:** update dependency typescript-eslint to v8.57.2 ([91d6038](https://redirect.github.com/renovatebot/github-action/commit/91d6038948a3a0725f646c81828fd571140b3f11))
- **deps:** update pnpm to v10.33.0 ([10556c1](https://redirect.github.com/renovatebot/github-action/commit/10556c14cfb2dc7934f175599eae87cdd1b5b16c))
- **deps:** update pnpm/action-setup action to v5 ([#&#8203;1022](https://redirect.github.com/renovatebot/github-action/issues/1022)) ([97c4175](https://redirect.github.com/renovatebot/github-action/commit/97c4175c4ed077aadd1779306d0e130a87e5055f))
- update lodash to v4.18.1 ([8a6b3d7](https://redirect.github.com/renovatebot/github-action/commit/8a6b3d79d0def4affa1e38541f3b8a882066fb0d))
- update lodash-es to v4.18.1 ([b99db03](https://redirect.github.com/renovatebot/github-action/commit/b99db037c99445b0da44f5967d9fdfacd5b666bd))

##### Build System

- **deps:** lock file maintenance ([768a348](https://redirect.github.com/renovatebot/github-action/commit/768a348db8272c8871d6bbb7fc2c7b0339ad380b))

##### Continuous Integration

- **deps:** update ghcr.io/renovatebot/renovate docker tag to v43.100.0 ([9cf5ad2](https://redirect.github.com/renovatebot/github-action/commit/9cf5ad26d66142061dfd458def096300481aef5f))
- **deps:** update ghcr.io/renovatebot/renovate docker tag to v43.101.1 ([b404d85](https://redirect.github.com/renovatebot/github-action/commit/b404d853ec8442df7c8dc619ca3be83c62b3f055))
- **deps:** update ghcr.io/renovatebot/renovate docker tag to v43.101.2 ([7045453](https://redirect.github.com/renovatebot/github-action/commit/7045453f7f0c94551b1e4b5ae195d86c3b42cc16))
- **deps:** update ghcr.io/renovatebot/renovate docker tag to v43.101.4 ([b48791f](https://redirect.github.com/renovatebot/github-action/commit/b48791f189886a363c957b92fca90cddf3a7399a))
- **deps:** update ghcr.io/renovatebot/renovate docker tag to v43.101.7 ([e606f42](https://redirect.github.com/renovatebot/github-action/commit/e606f429ea1c44341037462d71265236988c38cf))
- **deps:** update ghcr.io/renovatebot/renovate docker tag to v43.102.0 ([4ec3adc](https://redirect.github.com/renovatebot/github-action/commit/4ec3adc1fe417cb91cc46dcbbfd68741f99556bf))
- **deps:** update ghcr.io/renovatebot/renovate docker tag to v43.102.10 ([a064167](https://redirect.github.com/renovatebot/github-action/commit/a064167f89f1cdef7160ba29d8e2d7221bb5484a))
- **deps:** update ghcr.io/renovatebot/renovate docker tag to v43.102.11 ([5bae778](https://redirect.github.com/renovatebot/github-action/commit/5bae7781fbde0f432e9db9d28be120e7117db6d6))
- **deps:** update ghcr.io/renovatebot/renovate docker tag to v43.102.2 ([9d053ec](https://redirect.github.com/renovatebot/github-action/commit/9d053ec3a19109b06c0e0428aca8d3261d5babcc))
- **deps:** update ghcr.io/renovatebot/renovate docker tag to v43.102.3 ([641d4cb](https://redirect.github.com/renovatebot/github-action/commit/641d4cb043cc30a53b31f0b1835ef98fd715f0d8))
- **deps:** update ghcr.io/renovatebot/renovate docker tag to v43.102.6 ([e59ffc6](https://redirect.github.com/renovatebot/github-action/commit/e59ffc6a1fb44dbffc090f8480f76105624d5ff7))
- **deps:** update ghcr.io/renovatebot/renovate docker tag to v43.102.8 ([234aba7](https://redirect.github.com/renovatebot/github-action/commit/234aba7af67c0ba7727c214a66d6105051d8480d))
- **deps:** update ghcr.io/renovatebot/renovate docker tag to v43.103.0 ([36d2aba](https://redirect.github.com/renovatebot/github-action/commit/36d2abac4eb00848538e78e35613de2d09e0480a))
- **deps:** update ghcr.io/renovatebot/renovate docker tag to v43.104.0 ([4cea95b](https://redirect.github.com/renovatebot/github-action/commit/4cea95ba050ba5385ea7cc02596e422292dd5254))
- **deps:** update ghcr.io/renovatebot/renovate docker tag to v43.104.1 ([5274e54](https://redirect.github.com/renovatebot/github-action/commit/5274e542658d0cd09a34fd127ecb7f0950d9d224))
- **deps:** update ghcr.io/renovatebot/renovate docker tag to v43.104.2 ([2ef116f](https://redirect.github.com/renovatebot/github-action/commit/2ef116f6f2aad70822f53cbc8dd3f74ee7b26982))
- **deps:** update ghcr.io/renovatebot/renovate docker tag to v43.104.3 ([db16b25](https://redirect.github.com/renovatebot/github-action/commit/db16b25e58b044a36fa8a74191aaf8674667e478))
- **deps:** update ghcr.io/renovatebot/renovate docker tag to v43.104.4 ([a45eeac](https://redirect.github.com/renovatebot/github-action/commit/a45eeace37522319a6e7c9b47f5878f8fe8d6489))

</details>

---

### Configuration

📅 **Schedule**: (in timezone America/Los_Angeles)

- Branch creation
  - "after 5pm,before 9am"
- Automerge
  - At any time (no schedule defined)

🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied.

♻ **Rebasing**: Whenever PR is behind base branch, 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 has been generated by [Renovate Bot](https://redirect.github.com/renovatebot/renovate).
<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0My4xMDQuNSIsInVwZGF0ZWRJblZlciI6IjQzLjEwNC41IiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbIkJvdCIsIlJlbm92YXRlIl19-->
apereocas-bot and others added 4 commits April 7, 2026 04:23
This PR contains the following updates:

| Package | Type | Update | Change |
|---|---|---|---|
| [software.amazon.awssdk:verifiedpermissions](https://aws.amazon.com/sdkforjava) | dependencies | patch | `2.42.28` → `2.42.29` |
| [software.amazon.awssdk:sts](https://aws.amazon.com/sdkforjava) | dependencies | patch | `2.42.28` → `2.42.29` |
| [software.amazon.awssdk:ssm](https://aws.amazon.com/sdkforjava) | dependencies | patch | `2.42.28` → `2.42.29` |
| [software.amazon.awssdk:sqs](https://aws.amazon.com/sdkforjava) | dependencies | patch | `2.42.28` → `2.42.29` |
| [software.amazon.awssdk:sns](https://aws.amazon.com/sdkforjava) | dependencies | patch | `2.42.28` → `2.42.29` |
| [software.amazon.awssdk:ses](https://aws.amazon.com/sdkforjava) | dependencies | patch | `2.42.28` → `2.42.29` |
| [software.amazon.awssdk:secretsmanager](https://aws.amazon.com/sdkforjava) | dependencies | patch | `2.42.28` → `2.42.29` |
| [software.amazon.awssdk:s3](https://aws.amazon.com/sdkforjava) | dependencies | patch | `2.42.28` → `2.42.29` |
| [software.amazon.awssdk:firehose](https://aws.amazon.com/sdkforjava) | dependencies | patch | `2.42.28` → `2.42.29` |
| [software.amazon.awssdk:dynamodb](https://aws.amazon.com/sdkforjava) | dependencies | patch | `2.42.28` → `2.42.29` |
| [software.amazon.awssdk:cognitoidentityprovider](https://aws.amazon.com/sdkforjava) | dependencies | patch | `2.42.28` → `2.42.29` |
| [software.amazon.awssdk:cognitoidentity](https://aws.amazon.com/sdkforjava) | dependencies | patch | `2.42.28` → `2.42.29` |
| [software.amazon.awssdk:cloudwatchlogs](https://aws.amazon.com/sdkforjava) | dependencies | patch | `2.42.28` → `2.42.29` |
| [software.amazon.awssdk:cloudwatch](https://aws.amazon.com/sdkforjava) | dependencies | patch | `2.42.28` → `2.42.29` |
| [software.amazon.awssdk:clouddirectory](https://aws.amazon.com/sdkforjava) | dependencies | patch | `2.42.28` → `2.42.29` |
| [software.amazon.awssdk:aws-core](https://aws.amazon.com/sdkforjava) | dependencies | patch | `2.42.28` → `2.42.29` |
| [software.amazon.awssdk:apache-client](https://aws.amazon.com/sdkforjava) | dependencies | patch | `2.42.28` → `2.42.29` |

---

> [!WARNING]
> Some dependencies could not be looked up. Check the Dependency Dashboard for more information.

---

### Configuration

📅 **Schedule**: (in timezone America/Los_Angeles)

- Branch creation
  - "after 5pm,before 9am"
- Automerge
  - At any time (no schedule defined)

🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied.

♻ **Rebasing**: Whenever PR is behind base branch, 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 has been generated by [Renovate Bot](https://redirect.github.com/renovatebot/renovate).
<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0My4xMDQuOCIsInVwZGF0ZWRJblZlciI6IjQzLjEwNC44IiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbIkJvdCIsIlJlbm92YXRlIl19-->
Bumps [com.azure:azure-cosmos](https://github.com/Azure/azure-sdk-for-java) from 4.79.0 to 4.79.1.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a href="https://github.com/Azure/azure-sdk-for-java/releases">com.azure:azure-cosmos's releases</a>.</em></p>
<blockquote>
<h2>com.azure+azure-cosmos_4.79.1</h2>
<h3>4.79.1 (2026-04-06)</h3>
<h4>Bugs Fixed</h4>
<ul>
<li>Fixing an NPE caused due to boxed Boolean conversion. - See <a href="https://redirect.github.com/Azure/azure-sdk-for-java/pull/48656/">PR 48656</a></li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a href="https://github.com/Azure/azure-sdk-for-java/commit/a8a49e90a67c5c6794c9f5f2baa12a1778473b7f"><code>a8a49e9</code></a> Release azure-cosmos 4.79.1 (<a href="https://redirect.github.com/Azure/azure-sdk-for-java/issues/48700">#48700</a>)</li>
<li><a href="https://github.com/Azure/azure-sdk-for-java/commit/0be98b6357d0edf37b3246e07fc4ad18f45c4560"><code>0be98b6</code></a> Temporarily Disabling Immutable Storage with Versioning Tests During Diagnost...</li>
<li><a href="https://github.com/Azure/azure-sdk-for-java/commit/beeb599f0f61ed78f6f8416a67e0f13fdf968ac8"><code>beeb599</code></a> fix: reset metrics registry per benchmark cycle (<a href="https://redirect.github.com/Azure/azure-sdk-for-java/issues/48695">#48695</a>)</li>
<li><a href="https://github.com/Azure/azure-sdk-for-java/commit/966398c33e04ffc4b4312d094b06b5527dafc884"><code>966398c</code></a> Set default service version to 2025-07-01 for keyvault secrets (<a href="https://redirect.github.com/Azure/azure-sdk-for-java/issues/48690">#48690</a>)</li>
<li><a href="https://github.com/Azure/azure-sdk-for-java/commit/0ce561cb8496d86d7c6161e67b6d12e7a40fe1d3"><code>0ce561c</code></a> [Key Vault Certificates] Remove preview service version from GA library (<a href="https://redirect.github.com/Azure/azure-sdk-for-java/issues/48678">#48678</a>)</li>
<li><a href="https://github.com/Azure/azure-sdk-for-java/commit/56dab1344a69eb23c7878801deae928d70d4683a"><code>56dab13</code></a> Sync eng/common directory with azure-sdk-tools for PR 14922 (<a href="https://redirect.github.com/Azure/azure-sdk-for-java/issues/48696">#48696</a>)</li>
<li><a href="https://github.com/Azure/azure-sdk-for-java/commit/26c01acfa9861f2c36f1b8d9c29cb62a87abfc0a"><code>26c01ac</code></a> March 2026 Patches Merge-back (<a href="https://redirect.github.com/Azure/azure-sdk-for-java/issues/48665">#48665</a>)</li>
<li><a href="https://github.com/Azure/azure-sdk-for-java/commit/dec14b84ace4ecd2e40b8c6a1d4a6170d9427fda"><code>dec14b8</code></a> Sync eng/common directory with azure-sdk-tools for PR 14890 (<a href="https://redirect.github.com/Azure/azure-sdk-for-java/issues/48686">#48686</a>)</li>
<li><a href="https://github.com/Azure/azure-sdk-for-java/commit/432a58725e722421c6b0618432c6922b5c8a38d6"><code>432a587</code></a> Clean up azure-identity README (<a href="https://redirect.github.com/Azure/azure-sdk-for-java/issues/48685">#48685</a>)</li>
<li><a href="https://github.com/Azure/azure-sdk-for-java/commit/9336a4bd0c47b2fe017b4d77bc924cc04a3718cf"><code>9336a4b</code></a> [EventHubs] Migrate to TypeSpec (<a href="https://redirect.github.com/Azure/azure-sdk-for-java/issues/48673">#48673</a>)</li>
<li>Additional commits viewable in <a href="https://github.com/Azure/azure-sdk-for-java/compare/com.azure+azure-cosmos_4.79.0...com.azure+azure-cosmos_4.79.1">compare view</a></li>
</ul>
</details>
<br />


[![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=com.azure:azure-cosmos&package-manager=gradle&previous-version=4.79.0&new-version=4.79.1)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`.

[//]: # (dependabot-automerge-start)
[//]: # (dependabot-automerge-end)

---

<details>
<summary>Dependabot commands and options</summary>
<br />

You can trigger Dependabot actions by commenting on this PR:
- `@dependabot rebase` will rebase this PR
- `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it
- `@dependabot show <dependency name> ignore conditions` will show all of the ignore conditions of the specified dependency
- `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
- `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
- `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)


</details>
@apereocas-bot
Copy link
Copy Markdown
Contributor Author

Closing pull request as it has merge conflicts. Please resolve conflicts and reopen.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Bot Operations carried out by automated bots, such as RenovateBot, etc CI Dependencies & Modules Gradle Build & Release Proposal Declined Renovate

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants