deps: packages updated#95
Merged
Merged
Conversation
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.
This pull request primarily focuses on updating dependencies across multiple projects and improving configuration files for both backend and frontend applications. The updates aim to ensure compatibility with newer versions, enhance performance, and streamline development workflows. Additionally, there are adjustments to Angular-specific configurations and workspace settings.
Dependency Updates:
apps/backend/package.json): Updated@prisma/clientto^6.11.0,eslintand related plugins,typescript-eslint, and other dev dependencies to their latest versions for better compatibility and features. [1] [2]apps/frontend/package.json): Upgraded Angular dependencies to^20.0.xversions, along with updates to PrimeNG, TailwindCSS, and other related dependencies. Dev dependencies such asangular-eslintandtypescript-eslintwere also updated.packages/shared/package.json): Updated@types/validatorto^13.15.2for alignment with the latest validator version.package.json): Updated@angular/cli,@changesets/cli,prettier, andturboto their latest versions, and bumped thepnpmpackage manager to10.12.4.Angular Configuration Enhancements:
apps/frontend/angular.json): Replaced deprecated Angular DevKit builders with new@angular/buildequivalents forapplication,dev-server,extract-i18n, andkarma. Added schematics configurations for Angular component types to improve development workflows. [1] [2] [3] [4]apps/frontend/src/app/app.config.server.ts): UpdatedprovideServerRenderingto use@angular/ssrinstead of@angular/platform-serverfor improved compatibility with Angular 20.