Skip to content

build(deps): bump @swimlane/ngx-datatable from 22.0.0 to 25.0.0 in /flex-fields/angular - #31

Open
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/npm_and_yarn/flex-fields/angular/swimlane/ngx-datatable-24.0.1
Open

build(deps): bump @swimlane/ngx-datatable from 22.0.0 to 25.0.0 in /flex-fields/angular#31
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/npm_and_yarn/flex-fields/angular/swimlane/ngx-datatable-24.0.1

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Jul 31, 2026

Copy link
Copy Markdown

Bumps @swimlane/ngx-datatable from 22.0.0 to 25.0.0.

Changelog

Sourced from @​swimlane/ngx-datatable's changelog.

25.0.0 (2025-12-02)

Features

  • convert selected to signal model with two-way binding (85ed2ae)
  • convert sorts to signal model with two-way binding (e2f4928)
  • update to Angular 20 (327e91b)

Bug Fixes

  • always apply role="row" on summary row (59f9b09)
  • column compareFn should not use sort direction (208ac4a)
  • use actual buttons in pager (8ad98e9)
  • use existing row and cell class styles on ghost rows (a2cfbdd)

BREAKING CHANGES

  • The table no longer calls TableColumn.compareFn with the sort direction. The table already applies the proper direction. This change only removes the parameter, the sorting itself remains unchanged.

    Any usages of the direction in custom compareFn must be removed. Implementations which use this property can always return the value for direction='desc', to achieve the same result as before.

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

  • The pager component now uses buttons instead of anchors. We did this change to properly reflect the nature of those buttons, which have never been anchors in terms of behavior.

    This change affects custom themes. Please adjust them accordingly:

    // Before
    .datatable-pager li a {
      // styling
    }
    // After
    .datatable-pager .page-button {
    // Override default button styles
    border: 0;
    background none;
    // previous styling
    }

  • The selected input no longer mutates the original array

... (truncated)

Commits
  • f0a318e chore(release): 25.0.0
  • 981e263 build: enforce npm 11
  • 5f89ba8 refactor: remove fixed height from header-cell
  • d761313 chore(deps): update dependency angular-eslint to v21
  • 4fa079f build: use node krypton in CI
  • 7d9a8d1 chore(deps): update dependency typescript-eslint to v8.48.1
  • 37cd5ee chore(deps): explicitly install @​angular-eslint/builder
  • aaa1b1c chore(deps): update angular dependencies to v20.3.15
  • f000c00 chore(deps): update siemens lint dependencies to v3
  • f9a3f3d build(renovate): group all Siemens lint dependencies
  • Additional commits viewable in compare view

@dependabot dependabot Bot added dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code labels Jul 31, 2026
@github-actions github-actions Bot added area: angular Changes under either module's angular/ Angular workspace module: flex-fields Changes under flex-fields/ (Dignite.Abp.FlexFields) labels Jul 31, 2026
@dependabot dependabot Bot changed the title chore(deps): bump @swimlane/ngx-datatable from 22.0.0 to 24.0.1 in /flex-fields/angular build(deps): bump @swimlane/ngx-datatable from 22.0.0 to 24.0.1 in /flex-fields/angular Jul 31, 2026
@dependabot
dependabot Bot force-pushed the dependabot/npm_and_yarn/flex-fields/angular/swimlane/ngx-datatable-24.0.1 branch from 448ed64 to 9e1de5b Compare July 31, 2026 07:18
Bumps [@swimlane/ngx-datatable](https://github.com/swimlane/ngx-datatable) from 22.0.0 to 25.0.0.
- [Release notes](https://github.com/swimlane/ngx-datatable/releases)
- [Changelog](https://github.com/swimlane/ngx-datatable/blob/25.0.0/CHANGELOG.md)
- [Commits](swimlane/ngx-datatable@22.0.0...25.0.0)

---
updated-dependencies:
- dependency-name: "@swimlane/ngx-datatable"
  dependency-version: 24.0.1
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot changed the title build(deps): bump @swimlane/ngx-datatable from 22.0.0 to 24.0.1 in /flex-fields/angular build(deps): bump @swimlane/ngx-datatable from 22.0.0 to 25.0.0 in /flex-fields/angular Aug 2, 2026
@dependabot
dependabot Bot force-pushed the dependabot/npm_and_yarn/flex-fields/angular/swimlane/ngx-datatable-24.0.1 branch from 9e1de5b to 152a3b5 Compare August 2, 2026 07:08
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

area: angular Changes under either module's angular/ Angular workspace dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code module: flex-fields Changes under flex-fields/ (Dignite.Abp.FlexFields)

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants