Skip to content

chore(deps): update dependency @siemens/ngx-datatable to v26#645

Open
renovate[bot] wants to merge 1 commit intomainfrom
renovate/siemens-ngx-datatable-26.x
Open

chore(deps): update dependency @siemens/ngx-datatable to v26#645
renovate[bot] wants to merge 1 commit intomainfrom
renovate/siemens-ngx-datatable-26.x

Conversation

@renovate
Copy link
Copy Markdown

@renovate renovate bot commented Mar 17, 2026

This PR contains the following updates:

Package Change Age Confidence
@siemens/ngx-datatable ^25.0.0^26.0.0 age confidence

Release Notes

siemens/ngx-datatable (@​siemens/ngx-datatable)

v26.0.0

Compare Source

Features
  • replace scss @import with @use (14073de)
  • update to Angular 21 (70c50a3)
Bug Fixes
  • always maintain proportional column sizes (d69957c), closes #​617
  • detect tree changes after treeAction emit (6645fb0)
  • do not announce non‑draggable headers as clickable (55f6021), closes #​583
  • gracefully ignore non-sortable rows when sorting (b6dfdcf), closes #​578 #​611
  • only use trackByProp on row level with strict type (9bdf3f2)
  • sync header and body horizontal scroll via direct DOM scrollLeft (54a4132)
BREAKING CHANGES
  • DatatableComponent.trackByProp input now enforce strict type check as key of row.

    Before:

    // Even though name is not a valid prop on rows it is allowed to be used with trackByProp.

    <ngx-datatable
     trackByProp="'name'"
     [rows]="[{id: 1}, {id: 2}]"
    >
    

    After:
    Typescript would give compilation error as name is not known property in rows.

  • Renamed SCSS variables:

    • $disable-row-text-color to $datatable-disable-row-text-color
    • $datatble-ghost-cell-animation-duration to $datatable-ghost-cell-animation-duration

    This only affects the material and bootstrap theme.

  • Angular 21+ is required.
    Follow the Angular update guide to update your app: https://angular.dev/update-guide?v=19.0-20.0;;


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.


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

This PR was generated by Mend Renovate. View the repository job log.

@renovate renovate bot requested a review from a team as a code owner March 17, 2026 13:12
@renovate renovate bot added the dep-bump label Mar 17, 2026
@renovate
Copy link
Copy Markdown
Author

renovate bot commented Mar 17, 2026

⚠️ Artifact update problem

Renovate failed to update an artifact related to this branch. You probably do not want to merge this PR as-is.

♻ Renovate will retry this branch, including artifacts, only when one of the following happens:

  • any of the package files in this branch needs updating, or
  • the branch becomes conflicted, or
  • you click the rebase/retry checkbox if found above, or
  • you rename this PR's title to start with "rebase!" to trigger it manually

The artifact failure details are included below:

File name: projects/stackblitz/package-lock.json
npm warn Unknown env config "store". This will stop working in the next major version of npm. See `npm help npmrc` for supported config options.
npm error code ERESOLVE
npm error ERESOLVE unable to resolve dependency tree
npm error
npm error While resolving: ngx-datatable@undefined
npm error Found: @angular/common@20.3.18
npm error node_modules/@angular/common
npm error   @angular/common@"^20.0.0" from the root project
npm error
npm error Could not resolve dependency:
npm error peer @angular/common@">=21.0.0" from @siemens/ngx-datatable@26.0.0
npm error node_modules/@siemens/ngx-datatable
npm error   @siemens/ngx-datatable@"^26.0.0" from the root project
npm error
npm error Fix the upstream dependency conflict, or retry
npm error this command with --force or --legacy-peer-deps
npm error to accept an incorrect (and potentially broken) dependency resolution.
npm error
npm error
npm error For a full report see:
npm error /runner/cache/others/npm/_logs/2026-04-01T19_54_25_681Z-eresolve-report.txt
npm error A complete log of this run can be found in: /runner/cache/others/npm/_logs/2026-04-01T19_54_25_681Z-debug-0.log

@renovate renovate bot force-pushed the renovate/siemens-ngx-datatable-26.x branch from 8128ef8 to 207d8b9 Compare March 18, 2026 08:28
@renovate renovate bot force-pushed the renovate/siemens-ngx-datatable-26.x branch from 207d8b9 to ab69ee6 Compare March 27, 2026 12:14
@renovate renovate bot force-pushed the renovate/siemens-ngx-datatable-26.x branch from ab69ee6 to d81ca99 Compare April 1, 2026 19:54
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants