components icon indicating copy to clipboard operation
components copied to clipboard

bug(CDK): parse5 dependency not updated, still points to "^5.0.0"

Open rk-1337 opened this issue 3 years ago • 0 comments

Is this a regression?

  • [ ] Yes, this behavior used to work in the previous version

The previous version in which this bug was not present was

No response

Description

Hi Angular Team,

The package.json file present inside src/cdk still uses the old version of the parse5 library. I see a closed pull request #21189 by [dependabot] which had only bumped the version in the outside package.json file Wanted to highlight the issue and hence have created this.

I have tried installing the latest version of @angular/cdk and it uses the old version of parse5 image

Thanks.

Reproduction

Steps to reproduce:

  1. npm init
  2. npm i @angular/cdk
  3. npm ls parse5

Expected Behavior

To use the latest version of parse5 library

Actual Behavior

Still uses the old version of parse5 library (5.1.1)

Environment

  • Angular:
  • CDK/Material: v15.0.0
  • Browser(s):
  • Operating System (e.g. Windows, macOS, Ubuntu):

rk-1337 avatar Nov 24 '22 12:11 rk-1337