* fix: automated security fixes for frontend dependencies
* chore: update jspdf and related dependencies; fix autoTable reference in generate-file.js
* chore: upgrade jspdf-autotable to version 5.0.7 and adjust related code references
* fix: update SMTP plugin to support new nodemailer version and improve type definitions
- Updated nodemailer dependency from version 6.9.1 to 8.0.2.
- Enhanced type definitions for attachments in QueryOptions.
- Specified Transporter type for nodemailer connections.
- Improved attachment handling by defining a more specific type for filesData function.
* chore: update nodemailer and its types, adjust AppHistoryModule providers and controllers based on import context
* Implement feature X to enhance user experience and fix bug Y in module Z
* chore: update nodemailer to version 8.0.3 and remove @types/nodemailer from dependencies
* chore: update version to 3.20.125-lts across all components
---------
Co-authored-by: adishM98 <adishM98@users.noreply.github.com>
Co-authored-by: johnsoncherian <johnsonc.dev@gmail.com>
* merge develop
* Add eslint dependencies, configs and scripts to plugins project
* run lint with Github action
* ignore tests and dist folders
* fun eslint with --fix and manual fixes, renamed __tests_ to __tests__
* add plugins packages folder to lint-staged config
* fix lint issue
* Smtp server datasource
- Done connection & test connection
* Worked on basic mail delivery
- Changed the icon
- Defined operations json
- Implemented text and html email sending
* Username / ID changed to encrypted
* Added attachments
* Changed placeholder of attachment
* Changed datasource name
* Changed query options
- Added multiple to_email option
- Added from name field
* Renamed the datasource
* cleaning post rename plugin problems
* Fixed minor code issues
* Added smtp documentation