Updated Packages and ESLint errors#113
Open
akash9676 wants to merge 5 commits intofix-dependabot_eslintfrom
Open
Updated Packages and ESLint errors#113akash9676 wants to merge 5 commits intofix-dependabot_eslintfrom
akash9676 wants to merge 5 commits intofix-dependabot_eslintfrom
Conversation
- Updated various dependencies in both backend and frontend package.json files for better performance and security. - Enhanced server routing in Server.js to serve the frontend index.html file conditionally based on request paths. - Added a new ESLint configuration file for frontend code quality enforcement. - Adjusted Vite configuration to set the server port to 3000. - Refactored Dashboard.vue to utilize dynamic imports for dashboard components.
- Improved the structure of several Vue components, ensuring better adherence to best practices.
- Updated various dependencies in backend and frontend package-lock.json files to their latest versions for improved performance and security. - Notable updates include axios, express, and Vue-related packages.
- Updated the base Node.js image in the Dockerfile to version 20.19-alpine for compatibility. - Changed the node engine requirement in package.json to >=20.19.0. - Updated Makefile to correct the .PHONY declaration for the build-frontend target.
dennis-zyska
approved these changes
Mar 12, 2026
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.
Updated the Packages and updated the ESLint config file and in this merge req there are only one types of eslint warnings that was solved vue/attributes-order
New User Features
NA
New Dev Features
NA
Improvements
NA
Bug Fixes
Updated Packages and resolved the eslint vue/attributes-order errors
Known Limitations
NA
Future Steps
NA