Skip to content

deps: packages updated#95

Merged
msaeedsaeedi merged 1 commit into
mainfrom
deps/update
Jul 2, 2025
Merged

deps: packages updated#95
msaeedsaeedi merged 1 commit into
mainfrom
deps/update

Conversation

@msaeedsaeedi

Copy link
Copy Markdown
Owner

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:

  • Backend (apps/backend/package.json): Updated @prisma/client to ^6.11.0, eslint and related plugins, typescript-eslint, and other dev dependencies to their latest versions for better compatibility and features. [1] [2]
  • Frontend (apps/frontend/package.json): Upgraded Angular dependencies to ^20.0.x versions, along with updates to PrimeNG, TailwindCSS, and other related dependencies. Dev dependencies such as angular-eslint and typescript-eslint were also updated.
  • Shared Package (packages/shared/package.json): Updated @types/validator to ^13.15.2 for alignment with the latest validator version.
  • Root (package.json): Updated @angular/cli, @changesets/cli, prettier, and turbo to their latest versions, and bumped the pnpm package manager to 10.12.4.

Angular Configuration Enhancements:

  • Frontend (apps/frontend/angular.json): Replaced deprecated Angular DevKit builders with new @angular/build equivalents for application, dev-server, extract-i18n, and karma. Added schematics configurations for Angular component types to improve development workflows. [1] [2] [3] [4]
  • Server Rendering (apps/frontend/src/app/app.config.server.ts): Updated provideServerRendering to use @angular/ssr instead of @angular/platform-server for improved compatibility with Angular 20.

@msaeedsaeedi msaeedsaeedi self-assigned this Jul 2, 2025
@msaeedsaeedi msaeedsaeedi added the dependencies Pull requests that update a dependency file label Jul 2, 2025
@msaeedsaeedi
msaeedsaeedi merged commit 048558c into main Jul 2, 2025
1 check passed
@msaeedsaeedi
msaeedsaeedi deleted the deps/update branch July 2, 2025 19:30
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant