Conversation
…e password reset files
…ions into Kit module
…lt roles and permissions seeder
…s controllers and update users controller
…ame for unnecessary use
…ame for unnecessary use
Added GlobalExceptionFilter and LoggerService for centralized error handling. Replaced all generic Error throws with proper NestJS HTTP exceptions.
- Add Git Flow branching strategy (develop/master) - Document npm version command before push - Add prepublishOnly hook recommendation - Update workflow with proper branch management - Clear warnings about PR targeting Co-authored-by: Reda Channa <r.channa@ciscod.com>
…tation - Translate all Italian text in copilot-instructions.md to English - Add CHANGELOG.md with complete version history and roadmap - Add SECURITY.md with vulnerability reporting and best practices - Add TROUBLESHOOTING.md with 60+ common issues and solutions - Enhance CONTRIBUTING.md with module-specific development guide - Remove old SECURITY file (replaced with SECURITY.md) Documentation is now 100% English and production-ready.
- Upgraded NestJS from 10.x to 11.1.12 - Upgraded Mongoose from 7.x to 9.1.5 - Upgraded nodemailer from 6.x to 7.0.13 (fixes DoS vulnerabilities) - Upgraded TypeScript from 5.6.x to 5.7.3 - Upgraded axios from 1.7.7 to 1.13.4 - Upgraded semantic-release to 25.0.3 - Upgraded other dependencies to latest versions - Fixed all production security vulnerabilities - Build verified successful with all upgrades
There was a problem hiding this comment.
Pull request overview
This PR updates the package version from 1.5.2 to 1.5.3 and upgrades multiple dependencies and devDependencies to their latest versions.
Changes:
- Version bump from 1.5.2 to 1.5.3
- Updated runtime dependencies including axios, cookie-parser, dotenv, jwks-rsa, and nodemailer
- Updated peerDependencies to support broader version ranges for @nestjs/mongoose and mongoose
- Updated devDependencies including NestJS packages, TypeScript type definitions, and tooling packages
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.