-
-
Notifications
You must be signed in to change notification settings - Fork 1
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
chore: Update npm dependencies to latest versions #197
Conversation
WalkthroughThe recent changes involve updating several dependencies across the frontend packages, enhancing overall stability and performance. Key libraries like Changes
Possibly related issues
Thank you for using CodeRabbit. We offer it for free to the OSS community and would appreciate your support in helping us grow. If you find it useful, would you consider giving us a shout-out on your favorite social media? TipsChatThere are 3 ways to chat with CodeRabbit:
Note: Be mindful of the bot's finite context window. It's strongly recommended to break down tasks such as reading entire modules into smaller chunks. For a focused discussion, use review comments to chat about specific files and their changes, instead of using the PR comments. CodeRabbit Commands (invoked as PR comments)
Additionally, you can add CodeRabbit Configuration File (
|
Quality Gate passedIssues Measures |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Actionable comments posted: 0
Review details
Configuration used: CodeRabbit UI
Review profile: CHILL
Files selected for processing (3)
- frontend/package.json (2 hunks)
- frontend/packages/axios/package.json (1 hunks)
- frontend/packages/scripts/package.json (1 hunks)
Files skipped from review due to trivial changes (2)
- frontend/packages/axios/package.json
- frontend/packages/scripts/package.json
Additional comments not posted (13)
frontend/package.json (13)
40-40
: Verify the newupdate-pkg
script command.The command has been updated from
dRAGon update-pkg
topnpm dragon-frontend update-pkg
. Ensure thatpnpm
is properly configured and that this new command works as expected.
52-52
: Verifydayjs
update.The
dayjs
dependency has been updated from1.11.11
to1.11.12
. Ensure that this minor update does not introduce any breaking changes or issues.
55-55
: Verifynaive-ui
update.The
naive-ui
dependency has been updated from2.38.2
to2.39.0
. Ensure that this update does not introduce any breaking changes or issues.
57-57
: Verifypinia
update.The
pinia
dependency has been updated from2.1.7
to2.2.0
. Ensure that this update does not introduce any breaking changes or issues.
59-59
: Verifyvue
update.The
vue
dependency has been updated from3.4.31
to3.4.35
. Ensure that this update does not introduce any breaking changes or issues.
67-67
: Verify@iconify/json
update.The
@iconify/json
dependency has been updated from2.2.223
to2.2.232
. Ensure that this update does not introduce any breaking changes or issues.
71-71
: Verify@types/node
update.The
@types/node
dependency has been updated from20.14.10
to22.0.0
. Ensure that this update does not introduce any breaking changes or issues.
81-81
: Verifyeslint
update.The
eslint
dependency has been updated from9.6.0
to9.8.0
. Ensure that this update does not introduce any breaking changes or issues.
84-84
: Verifysass
update.The
sass
dependency has been updated from1.77.6
to1.77.8
. Ensure that this update does not introduce any breaking changes or issues.
86-86
: Verifytypescript
update.The
typescript
dependency has been updated from5.5.3
to5.5.4
. Ensure that this update does not introduce any breaking changes or issues.
89-89
: Verifyvite
update.The
vite
dependency has been updated from5.3.3
to5.3.5
. Ensure that this update does not introduce any breaking changes or issues.
92-92
: Verifyvite-plugin-vue-devtools
update.The
vite-plugin-vue-devtools
dependency has been updated from7.3.5
to7.3.7
. Ensure that this update does not introduce any breaking changes or issues.
94-94
: Verifyvue-tsc
update.The
vue-tsc
dependency has been updated from2.0.26
to2.0.29
. Ensure that this update does not introduce any breaking changes or issues.
Codecov ReportAll modified and coverable lines are covered by tests ✅ |
chore: Update npm dependencies to latest versions (#197)
* chore: Update RaagService to include SiloRepository (#197) * Renaming route home to operations-center * Operations Center updates * Adding fake endpoints on backends to allow auth * On 404 error, deliver index.html (SPA) * Begin using pre-commit to lint over files * chore: Refactor OpenAiCompatibleV1ApiControllerTest to improve code readability and remove unused imports * chore: Add ErrorHandlerController to handle errors and deliver index.html on 404 error (SPA) * Updating frontend dependencies * chore: Update operations center to fetch numbers on page activation * refactor: Rename header-banner.vue to infrastructure-overall.vue and card-data.vue to jvm-cards.vue * Improving how to retrieve env vars for Testing * Frontend : adding infrastructure overall * chore: Update npm dependencies to latest versions * chore: Add error handling for delivering index.html on 404 error (SPA) * refactor: Update icons in jvm-cards.vue for better visual representation * chore: Add SystemMonitoringServiceTest for system monitoring functionality
Summary by CodeRabbit
axios
dependencies, indicating maintenance improvements.These updates ensure a more stable and secure application without introducing significant changes to existing features.