Revert "Bump glob from 11.0.1 to 11.1.0 in /src/Libraries/Microsoft.Extensions.AI.Evaluation.Reporting/TypeScript"#7134
Conversation
This reverts commit e8762d0.
|
I'm bumping these as part of #7108, you can ignore them for now |
There was a problem hiding this comment.
Pull request overview
This PR reverts a previous dependency update (PR #7052) that upgraded the glob package from version 11.0.1 to 11.1.0 in the AI Evaluation Reporting TypeScript project. The revert is necessary because the build failed after the original change was merged with an outdated CI run.
Key Changes
- Revert
globdevDependency from ^11.1.0 back to ^11.0.1 in package.json - Restore complete dependency tree in package-lock.json, including removal of new transitive dependencies introduced in glob 11.1.0 and restoration of older versions
Reviewed changes
Copilot reviewed 1 out of 2 changed files in this pull request and generated no comments.
| File | Description |
|---|---|
| package.json | Reverts glob version from ^11.1.0 to ^11.0.1 in devDependencies |
| package-lock.json | Fully reverts glob and all transitive dependency updates (minimatch, jackspeak, ansi-regex, strip-ansi, ansi-styles, etc.), removes @isaacs/brace-expansion and @isaacs/balanced-match, restores nested brace-expansion 2.0.2 |
The revert appears complete and correct. All dependency versions are being properly restored to their previous state, including the removal of new dependencies (@isaacs/balanced-match and @isaacs/brace-expansion) that were introduced with glob 11.1.0, and the restoration of the nested brace-expansion module that glob 11.0.1 uses. The registry URLs also correctly revert from Azure DevOps feeds back to npmjs.org where applicable.
Files not reviewed (1)
- src/Libraries/Microsoft.Extensions.AI.Evaluation.Reporting/TypeScript/package-lock.json: Language not supported
|
no longer needed. |
Pull request was closed
Reverts #7052.
The build fails after this change, CI run was out of date at the point of merging it.
Microsoft Reviewers: Open in CodeFlow