ng-material-extensions icon indicating copy to clipboard operation
ng-material-extensions copied to clipboard

Upgrade to Angular 17

Open MurhafSousli opened this issue 1 year ago • 6 comments

Installing the package causes peerDependency error

Current workaround is to add the following in the package.json file:

"overrides": {
    "mat-table-filter": {
      "@angular/cdk": ">=14.2.7",
      "@angular/material": ">=14.2.7",
      "@angular/common": ">=14.2.0",
      "@angular/core": ">=14.2.0"
    }
}

MurhafSousli avatar Feb 05 '24 14:02 MurhafSousli

I also would like to know if there is a plan to upgrade this to angular 17.

GaneshKumarTrimble avatar Apr 26 '24 06:04 GaneshKumarTrimble

And now 18

spock123 avatar May 23 '24 12:05 spock123

Installing the package causes peerDependency error

Current workaround is to add the following in the package.json file:

"overrides": {
    "mat-table-filter": {
      "@angular/cdk": ">=14.2.7",
      "@angular/material": ">=14.2.7",
      "@angular/common": ">=14.2.0",
      "@angular/core": ">=14.2.0"
    }
}

Cool, I didn't know that this works as a workaround to the peer dependency error (other than ignoring all peer dependencies). TBH this is a fine solution if there is no broken behavior.

I sent the author an email once in the past a while back about keeping up to date, and I got the impression that I don't think this author is planning on keeping up to date with Angular versions.

We plan on continuing to use this package until an Angular Material breaking change causes an issue some version in the future.

Will-at-FreedomDev avatar Jun 21 '24 12:06 Will-at-FreedomDev