refactor and upgrade npm dependencies#1476
Merged
Merged
Conversation
…e.json and yarn.lock
…cies in package.json and yarn.lock
Contributor
There was a problem hiding this comment.
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.
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.
No description provided.