Skip to content

chore(deps): upgrade catalog dependencies to latest versions#2521

Open
Sourav-kashyap wants to merge 1 commit intomasterfrom
GH-2510
Open

chore(deps): upgrade catalog dependencies to latest versions#2521
Sourav-kashyap wants to merge 1 commit intomasterfrom
GH-2510

Conversation

@Sourav-kashyap
Copy link
Copy Markdown
Contributor

@Sourav-kashyap Sourav-kashyap commented Apr 29, 2026

Title

Upgrade project dependencies to latest versions

Description

This issue tracks upgrading all project dependencies to their latest stable versions.

Changes

  • Updated all dependencies and devDependencies to latest versions
  • Resolved version conflicts and peer dependency issues

Build Passed:

Screenshot 2026-04-29 at 4 11 18 PM

Test Passed:

Screenshot 2026-04-29 at 4 11 20 PM

Comment thread packages/cli/tsconfig.json Outdated
"resolveJsonModule": true,
"experimentalDecorators": true
"experimentalDecorators": true,
"types": ["mocha", "node"]
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.

why is this added

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

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

resolved

Comment on lines +83 to +87
frameguard: {
action:
(process.env.X_FRAME_OPTIONS as 'deny' | 'sameorigin' | undefined) ??
'deny',
},
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.

this is not type safe
check the type and then assign

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

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

resolved

upgrade catalog dependencies to latest versions

GH-2510
@sonarqubecloud
Copy link
Copy Markdown

sonarqubecloud Bot commented May 1, 2026

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.

Upgrade project dependencies to latest versions

2 participants