Skip to content

Fix dependency vulnerability - #264

Merged
GoodDayForSurf merged 4 commits into
DevExpress:masterfrom
GoodDayForSurf:master_fix-deps_vulnerability_4
Aug 5, 2026
Merged

Fix dependency vulnerability#264
GoodDayForSurf merged 4 commits into
DevExpress:masterfrom
GoodDayForSurf:master_fix-deps_vulnerability_4

Conversation

@GoodDayForSurf

Copy link
Copy Markdown
Contributor

No description provided.

@GoodDayForSurf GoodDayForSurf self-assigned this Aug 4, 2026
Copilot AI review requested due to automatic review settings August 4, 2026 09:12

Copilot AI left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

This PR updates the pnpm lockfile to pull in patched dependency versions (to address a reported vulnerability) and adds pnpm workspace configuration to allow specific “too-new” releases to bypass minimumReleaseAge gating.

Changes:

  • Add minimumReleaseAgeExclude entries in pnpm-workspace.yaml for selected dependency versions.
  • Update pnpm-lock.yaml to newer versions of several transitive dependencies (e.g., undici, fast-uri, hono, ip-address, brace-expansion, Babel packages).

Reviewed changes

Copilot reviewed 1 out of 2 changed files in this pull request and generated 1 comment.

File Description
pnpm-workspace.yaml Adds minimumReleaseAgeExclude configuration for specific package versions.
pnpm-lock.yaml Updates resolved dependency versions to newer (presumably patched) releases.
Files not reviewed (1)
  • pnpm-lock.yaml: Generated file

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

Comment thread pnpm-workspace.yaml Outdated
Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>
Copilot AI review requested due to automatic review settings August 4, 2026 09:19

Copilot AI left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

Copilot reviewed 1 out of 2 changed files in this pull request and generated no new comments.

Files not reviewed (1)
  • pnpm-lock.yaml: Generated file
Suppressed comments (1)

pnpm-lock.yaml:378

  • The lockfile still contains both @babel/types@7.29.7 and @babel/types@7.29.8. If the intent of this PR is to remediate a vulnerability fixed in 7.29.8, keeping 7.29.7 in the graph may leave the vulnerable code present (it’s still referenced in snapshots). Consider deduping/overriding so only the patched version is installed if compatibility allows.

@GoodDayForSurf
GoodDayForSurf requested a review from a team August 4, 2026 10:21
vorobey
vorobey previously approved these changes Aug 5, 2026
clean minimumReleaseAgeExclude
…o master_fix-deps_vulnerability_4

# Conflicts:
#	pnpm-workspace.yaml

Copilot AI left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

Copilot reviewed 1 out of 2 changed files in this pull request and generated no new comments.

Files not reviewed (1)
  • pnpm-lock.yaml: Generated file

@GoodDayForSurf
GoodDayForSurf merged commit 7ad0258 into DevExpress:master Aug 5, 2026
2 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants