Pin package versions, refresh lockfile, and enforce latest supported glob#1736
Merged
Pin package versions, refresh lockfile, and enforce latest supported glob#1736
Conversation
Contributor
Dependency ReviewThe following issues were found:
Snapshot WarningsEnsure that dependencies are being submitted on PR branches and consider enabling retry-on-snapshot-warnings. See the documentation for more information and troubleshooting advice. OpenSSF ScorecardScorecard details
Scanned Files
|
Copilot stopped work on behalf of
pethers due to an error
March 27, 2026 10:14
Contributor
πΈ Automated UI Screenshotsπ Screenshots Captured (8)
π¦ Download Screenshotsπ₯ Download all screenshots from workflow artifacts
π€ Generated by Playwright automation |
Agent-Logs-Url: https://github.com/Hack23/blacktrigram/sessions/0d4c4c20-ace9-4849-a9bf-3666a578bff2 Co-authored-by: pethers <1726836+pethers@users.noreply.github.com>
Agent-Logs-Url: https://github.com/Hack23/blacktrigram/sessions/0d4c4c20-ace9-4849-a9bf-3666a578bff2 Co-authored-by: pethers <1726836+pethers@users.noreply.github.com>
Copilot
AI
changed the title
[WIP] Fix all versions in package.json and update dependencies
Pin package versions, refresh lockfile, and enforce latest supported glob
Mar 27, 2026
Contributor
πΈ Automated UI Screenshotsπ Screenshots Captured (8)
π¦ Download Screenshotsπ₯ Download all screenshots from workflow artifacts
π€ Generated by Playwright automation |
Contributor
πΈ Automated UI Screenshotsπ Screenshots Captured (8)
π¦ Download Screenshotsπ₯ Download all screenshots from workflow artifacts
π€ Generated by Playwright automation |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This PR updates dependency versioning to fixed values in
package.jsonand aligns lockfile resolution accordingly. It also applies latest compatible upgrades vianpm-check-updatesand enforces a modernglobversion across transitive dependencies.Dependency version policy update
devDependenciesfrom ranged specs (^/~) to exact versions.dependenciesunchanged ({}) and preservedpeerDependenciescompatibility ranges.Latest compatible upgrades applied
npx npm-check-updateswith peer-aware constraints and updated supported packages (e.g.,vitest,vite,knip,openai,cypress,@aws-sdk/client-bedrock-runtime).typescript@6vstypescript-eslint).Lockfile and transitive resolution improvements
package-lock.jsonto match the pinned manifest and current dependency graph.overrides.glob: "13.0.1"to eliminate older transitiveglob@10.xand standardize on latest supportedglob.{ "overrides": { "eslint-plugin-react-hooks": { "eslint": "$eslint" }, "glob": "13.0.1" } }β¨οΈ Start Copilot coding agent tasks without leaving your editor β available in VS Code, Visual Studio, JetBrains IDEs and Eclipse.