Skip to content

Conversation

@Artuomka
Copy link
Collaborator

No description provided.

Copilot AI review requested due to automatic review settings December 17, 2025 13:15
@Artuomka Artuomka enabled auto-merge December 17, 2025 13:16
Copy link

Copilot AI left a comment

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 upgrades npm dependencies across multiple packages in the monorepo to their latest versions. The changes include several minor and patch version updates, two major version upgrades (MongoDB and Tedious), and test refactoring to handle non-deterministic array ordering.

Key Changes:

  • Upgraded numerous dependencies across shared-code, backend, rocketadmin-agent, and autoadmin-ws-server packages to latest versions
  • Major version upgrades: mongodb (^6.20.0 → ^7.0.0) and tedious (^18.6.1 → ^19.1.3)
  • Refactored test assertions to use .some() instead of direct array indexing for more robust tests

Reviewed changes

Copilot reviewed 5 out of 7 changed files in this pull request and generated no comments.

Show a summary per file
File Description
shared-code/package.json Updated AWS SDK, database drivers (mongodb major upgrade, tedious major upgrade), and dev tooling dependencies
rocketadmin-agent/package.json Updated CLI dependencies (inquirer, rimraf, wait-on, winston) and dev tooling
backend/package.json Updated NestJS ecosystem, database drivers, dev tooling, added pg and @types/pg as new dependencies
autoadmin-ws-server/package.json Updated axios, express, jsonwebtoken, and lru-cache dependencies
autoadmin-ws-server/yarn.lock Updated lockfile to reflect package.json changes with updated checksums and dependency graphs
backend/test/.../readonly-permissions-e2e.test.ts Refactored test assertions from direct array indexing to .some() method for order-independent validation

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

@Artuomka Artuomka merged commit 9affeb8 into main Dec 17, 2025
19 checks passed
@Artuomka Artuomka deleted the backend_unused_code branch December 17, 2025 13:38
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.

2 participants