You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Yes, this behavior used to work in the previous version
The previous version in which this bug was not present was
Not sure
Description
ng update is reporting that @angular/material is outdated. We don't have @angular/material installed, only @angular/cdk.
git/geekui2 git:(main) ✗ ng update
Using package manager: yarn
Collecting installed dependencies...
Found 102 dependencies.
We analyzed your package.json, there are some packages to update:
Name Version Command to update
-------------------------------------------------------------------------------------
@angular/material 19.1.1 -> 19.1.4 ng update @angular/material
There might be additional packages which don't provide 'ng update' capabilities that are outdated.
You can update the additional packages by running the update command of your package manager.
> git/geekui2 git:(main) ✗ yarn outdated
Compare to:
yarn outdated v1.22.22
info Color legend :
Package Current Wanted Latest Package Type URL
@angular/cdk 19.1.1 19.1.4 19.1.4 dependencies https://github.com/angular/components#readme
@types/jasmine 5.1.5 5.1.6 5.1.6 devDependencies https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/jasmine
Minimal Reproduction
Presumably, install an older version of @angular/cdk.
Command
update
Is this a regression?
The previous version in which this bug was not present was
Not sure
Description
ng update
is reporting that@angular/material
is outdated. We don't have@angular/material
installed, only@angular/cdk
.Compare to:
Minimal Reproduction
Presumably, install an older version of @angular/cdk.
Exception or Error
Your Environment
Anything else relevant?
No response
The text was updated successfully, but these errors were encountered: