renovate-bot opened a new pull request, #7060:
URL: https://github.com/apache/texera/pull/7060

   This PR contains the following updates:
   
   | Package | Change | [Age](https://docs.renovatebot.com/merge-confidence/) | 
[Confidence](https://docs.renovatebot.com/merge-confidence/) |
   |---|---|---|---|
   | [ng-zorro-antd](https://ng.ant.design) 
([source](https://redirect.github.com/NG-ZORRO/ng-zorro-antd)) | [`21.3.2` → 
`22.0.0`](https://renovatebot.com/diffs/npm/ng-zorro-antd/21.3.2/22.0.0) | 
![age](https://developer.mend.io/api/mc/badges/age/npm/ng-zorro-antd/22.0.0?slim=true)
 | 
![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/ng-zorro-antd/21.3.2/22.0.0?slim=true)
 |
   
   ---
   
   > [!WARNING]
   > Some dependencies could not be looked up. Check the [Dependency 
Dashboard](../issues/6912) for more information.
   
   ---
   
   ### Release Notes
   
   <details>
   <summary>NG-ZORRO/ng-zorro-antd (ng-zorro-antd)</summary>
   
   ### 
[`v22.0.0`](https://redirect.github.com/NG-ZORRO/ng-zorro-antd/blob/HEAD/CHANGELOG.md#2200-2026-07-21)
   
   [Compare 
Source](https://redirect.github.com/NG-ZORRO/ng-zorro-antd/compare/21.3.3...22.0.0)
   
   ##### Features
   
   - All components use OnPush change detection strategy 
([#&#8203;9824](https://redirect.github.com/NG-ZORRO/ng-zorro-antd/issues/9824))
 
([b50ea34](https://redirect.github.com/NG-ZORRO/ng-zorro-antd/commit/b50ea34e298ff153f1809b96ca3d4c0a6d8b9082))
   - **\*:** add date adapter support 
([#&#8203;9858](https://redirect.github.com/NG-ZORRO/ng-zorro-antd/issues/9858))
 
([d578c8b](https://redirect.github.com/NG-ZORRO/ng-zorro-antd/commit/d578c8bd619743f7a4c77f092d5d43b8b196e6e2))
   - **upload:** support custom actions and extra 
([#&#8203;9850](https://redirect.github.com/NG-ZORRO/ng-zorro-antd/issues/9850))
 
([fd0a22c](https://redirect.github.com/NG-ZORRO/ng-zorro-antd/commit/fd0a22ce174188418fe2a420eb668158f1ceba48))
   
   ##### Bug Fixes
   
   - **form:** signal form compatibility 
([#&#8203;9831](https://redirect.github.com/NG-ZORRO/ng-zorro-antd/issues/9831))
 
([f57fd67](https://redirect.github.com/NG-ZORRO/ng-zorro-antd/commit/f57fd67fd49b3b274a8b8e54de22f230b82624da))
   
   * **select:** keep dropdown scroll position when loading more options on 
scroll 
([#&#8203;9872](https://redirect.github.com/NG-ZORRO/ng-zorro-antd/issues/9872))
 
([1cfeaf9](https://redirect.github.com/NG-ZORRO/ng-zorro-antd/commit/1cfeaf920c1c5bce5e2c35177123af25ae14afaa))
   
   ##### ⚠ BREAKING CHANGES
   
   Date-related components no longer provide a default date engine adapter. 
Applications that use date-related components must configure a date adapter 
explicitly. To keep the previous date-fns based behavior, add 
`provideNzDateFnsAdapter()` in `app.config.ts`.
   
   `date-fns` has been upgraded to v4. Applications that use `date-fns` APIs 
directly should update their imports and date-fns usage to be compatible with 
v4. 
([#&#8203;9868](https://redirect.github.com/NG-ZORRO/ng-zorro-antd/issues/9868))
 
([a865a89](https://redirect.github.com/NG-ZORRO/ng-zorro-antd/commit/a865a89832e1382dc291c1028c2ae58f47891987))
   
   Remove the following APIs which were marked as deprecated in the previous 
version:
   
   | Module                        | API                                        
                                          |
   | ----------------------------- | 
------------------------------------------------------------------------------------
 |
   | `ng-zorro-antd/button`        | `NzButtonComponent#nzSearch`               
                                          |
   | `ng-zorro-antd/cascader`      | `NzCascaderComponent#nzDisplayWith`        
                                          |
   | `ng-zorro-antd/collapse`      | `nz-collapse-panel[nzDisabled]`            
                                          |
   | `ng-zorro-antd/core/form`     | `NzFormNoStatusService`                    
                                          |
   | `ng-zorro-antd/core/services` | `NzBreakpointKey`                          
                                          |
   | `ng-zorro-antd/dropdown`      | `NzDropDownModule`                         
                                          |
   | `ng-zorro-antd/grid`          | `EmbeddedProperty`                         
                                          |
   | `ng-zorro-antd/input`         | `textarea[nzAutosize]`, `AutoSizeType`, 
`NzAutosizeDirective`                        |
   | `ng-zorro-antd/input`         | `nz-input-group`, `NzInputGroupComponent`, 
`NzInputGroupWhitSuffixOrPrefixDirective` |
   | `ng-zorro-antd/input`         | `[nz-input-group-slot]`, 
`NzInputGroupSlotComponent`                                 |
   | `ng-zorro-antd/input`         | `NzInputDirective#nzStepperless`           
                                          |
   | `ng-zorro-antd/message`       | `NzMessageData#state`                      
                                          |
   | `ng-zorro-antd/modal`         | `nzOnOk` / `nzOnCancel` input usage        
                                          |
   | `ng-zorro-antd/tooltip`       | `cdkConnectedOverlayPush`                  
                                          |
   | `ng-zorro-antd/transfer`      | `NzTransferSearchComponent`, 
`[nz-transfer-search]`                                  |
   | `ng-zorro-antd/upload`        | `nz-upload[nzTransformFile]`, 
`NzUploadTransformFileType`                            |
   | `ng-zorro-antd/upload`        | `ZipButtonOptions#transformFile`           
                                          |
   
   ### 
[`v21.3.3`](https://redirect.github.com/NG-ZORRO/ng-zorro-antd/blob/HEAD/CHANGELOG.md#2133-2026-07-18)
   
   [Compare 
Source](https://redirect.github.com/NG-ZORRO/ng-zorro-antd/compare/21.3.2...21.3.3)
   
   ##### Bug Fixes
   
   - **date-picker:** preserve range selection behavior 
([#&#8203;9873](https://redirect.github.com/NG-ZORRO/ng-zorro-antd/issues/9873))
 
([1e595e0](https://redirect.github.com/NG-ZORRO/ng-zorro-antd/commit/1e595e0c47448e752904840bbd595c7fb7144827))
   - **dropdown,menu:** add deprecated aliases for renamed exports 
([#&#8203;9860](https://redirect.github.com/NG-ZORRO/ng-zorro-antd/issues/9860))
 
([9ca8d3d](https://redirect.github.com/NG-ZORRO/ng-zorro-antd/commit/9ca8d3d3f7a7761bf5125fdc5a4fd8dc1bc942e3)),
 closes 
[#&#8203;9527](https://redirect.github.com/NG-ZORRO/ng-zorro-antd/issues/9527)
   - **i18n:** add missing translations to `ja_JP` 
([#&#8203;9857](https://redirect.github.com/NG-ZORRO/ng-zorro-antd/issues/9857))
 
([3bae672](https://redirect.github.com/NG-ZORRO/ng-zorro-antd/commit/3bae672c7a07906f844dbb1d505a8590305e0fc0))
   - **i18n:** add missing translations to `ko_KR` 
([#&#8203;9864](https://redirect.github.com/NG-ZORRO/ng-zorro-antd/issues/9864))
 
([c32e64e](https://redirect.github.com/NG-ZORRO/ng-zorro-antd/commit/c32e64e578fc1620c9babfc4aa7f24ea08394a32))
   - **select:** restore virtual scroll spacer width 
([#&#8203;9874](https://redirect.github.com/NG-ZORRO/ng-zorro-antd/issues/9874))
 
([200ac21](https://redirect.github.com/NG-ZORRO/ng-zorro-antd/commit/200ac21a53376b9a7e148f6eeb928d5ade3a76d5))
   
   </details>
   
   ---
   
   ### Configuration
   
   📅 **Schedule**: (in timezone Etc/UTC)
   
   - Branch creation
     - "before 8am on monday"
   - 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/apache/texera).
   
<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0My4yODAuMCIsInVwZGF0ZWRJblZlciI6IjQzLjI4MC4wIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6WyJkZXBlbmRlbmNpZXMiXX0=-->
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to