build: lock file maintenance (21.2.x)#33026
Conversation
See associated pull request for more information.
There was a problem hiding this comment.
Code Review
This pull request performs a routine maintenance update of the pnpm-lock.yaml file, bumping numerous dependencies to their latest versions. Feedback was provided regarding an inconsistent downgrade of the debug package for the extract-zip dependency, which introduces version duplication and should be investigated to maintain consistency across the project.
| extract-zip@2.0.1: | ||
| dependencies: | ||
| debug: 4.4.3(supports-color@10.2.2) | ||
| debug: 4.3.4 |
There was a problem hiding this comment.
The dependency debug for extract-zip@2.0.1 has been downgraded from 4.4.3(supports-color@10.2.2) to 4.3.4. This appears inconsistent with the goal of a lock file maintenance PR which typically aims to use the latest versions. Since 4.4.3 is still used elsewhere in the project (e.g., by get-uri and @babel/plugin-transform-classes), this change also introduces a duplicate version of the debug package. Consider investigating why the package manager chose this version and potentially forcing the resolution to 4.4.3 to maintain consistency and reduce duplication.
|
This PR was merged into the repository. The changes were merged into the following branches:
|
This PR contains the following updates:
🔧 This Pull Request updates lock files to use the latest dependency versions.