Closed loicknuchel closed 3 months ago
The recent updates focus on maintaining and enhancing the application's stability by incrementally updating various dependencies. Key libraries, including @types/node
, ts-jest
, and several connectors, received version increments aimed at improving performance and compatibility without altering existing functionality. These changes support a smoother development experience and pave the way for future enhancements.
Files | Summary of Changes |
---|---|
cli/html-report/package.json , cli/package.json , desktop/package.json , libs/connector-bigquery/package.json , libs/connector-couchbase/package.json , libs/connector-mariadb/package.json , libs/connector-mongodb/package.json , libs/connector-mysql/package.json , libs/connector-oracle/package.json , libs/connector-postgres/package.json , libs/connector-snowflake/package.json , libs/connector-sqlserver/package.json , libs/serde-aml/package.json , libs/serde-dbml/package.json , libs/serde-prisma/package.json , libs/serde-sql/package.json |
Updated versions of dependencies, primarily @types/node , ts-jest , and various connectors; minor functional updates for data transformation in legacyQuery.ts . |
cli/html-report/src/components/layout/AppBar/AppBar.tsx , cli/html-report/src/components/report/ReportStats/ReportStats.tsx , cli/html-report/src/components/report/ViolationsList/ViolationsList.tsx , cli/html-report/src/components/ui/command.tsx |
Removed unused props interfaces from components to simplify usage and enhance clarity. |
desktop/src/main/index.ts , desktop/src/preload.ts , desktop/webpack.plugins.ts |
Updated ESLint disable comments for clarity and compliance with coding standards. |
gateway/.npmignore , gateway/eslint.config.mjs |
Changed ESLint configuration file format from CommonJS to ECMAScript module. |
libs/models/src/legacy/legacyQuery.ts |
Introduced a new function jsValueToLegacy to enhance data transformation in queries. |
sequenceDiagram
participant Developer
participant CI/CD
participant Application
Developer->>CI/CD: Push updates to dependencies
CI/CD->>Application: Install updated packages
Application-->>CI/CD: Verify success
CI/CD-->>Developer: Notify completion
🐰 In the realm of code where changes glide,
Each version a hop, each fix a ride.
Dependencies sprout, like carrots in rows,
Enhancing our journeys, as progress glows.
With each little update, we cheer and we play,
For a garden of features grows brighter each day! 🥕✨
Thank you for using CodeRabbit. We offer it for free to the OSS community and would appreciate your support in helping us grow. If you find it useful, would you consider giving us a shout-out on your favorite social media?
Summary by CodeRabbit
Improvements
Bug Fixes
New Features