Conversation
* Base interface for getting datasource structure for databases * Add keys and constraints to structure for Postgres datasources * Use connection from datasource context for computing structure * Refactor context retrying into a separate method * Add base datastructures for templates in entity explorer * Fix spring circular dependency * Add test for postgres datasource structure * Generate column names and sample values for INSERT query * Add LIMIT clause to generated SELECT query * Fix tests for generated SELECT query * Minor refactoring
* Add a connection type variable for Plugin implementations This type variable is intended to represent the type of the connection object, if any, that the plugin will use. This will help make the implementations more robust by leveraging Java's type checking instead of rudimentary type casts over the connection objects. * Fix missing typevar usage
* cypress-selector added in component system * unused import removed
* callout component with story implemented * text className import fixed * callout color and background color fixed * storywrapper import fixed * fill property fixed * background prop added
Nikhil-Nandagopal
approved these changes
Sep 15, 2020
sharat87
approved these changes
Sep 15, 2020
subrata71
added a commit
that referenced
this pull request
Jun 4, 2026
## Description Upgrades `nodemailer` from **6.9.9 → 8.0.10** and `@types/nodemailer` from **^6.4.17 → ^8.0.0** in the RTS package to resolve all 8 open Dependabot security alerts. ### What changed - `app/client/packages/rts/package.json`: bumped `nodemailer` to `8.0.10`, `@types/nodemailer` to `^8.0.0` - `app/client/yarn.lock`: regenerated ### Why 8.x (not 7.x) The highest-severity alerts (#574, #575) require patches only available in `>= 8.0.5`. To fix **all** alerts with a single version bump, 8.x is required. ### Impact assessment - **Blast radius**: RTS only — `nodemailer` is declared solely in `app/client/packages/rts/package.json` - **Usage**: Single file (`app/client/packages/rts/src/ctl/mailer.ts`) using only `createTransport` + `sendMail` with basic SMTP options — core APIs unchanged across major versions - **Risk**: Minimal — the upgrade is a drop-in replacement for the usage patterns in this codebase ### Dependabot alerts resolved | Alert | Severity | Min patch | Fixed by | |-------|----------|-----------|----------| | [#432](https://github.com/appsmithorg/appsmith/security/dependabot/432) | medium | >= 7.0.7 | 8.0.10 | | [#433](https://github.com/appsmithorg/appsmith/security/dependabot/433) | medium | >= 7.0.7 | 8.0.10 | | [#451](https://github.com/appsmithorg/appsmith/security/dependabot/451) | high | >= 7.0.11 | 8.0.10 | | [#452](https://github.com/appsmithorg/appsmith/security/dependabot/452) | high | >= 7.0.11 | 8.0.10 | | [#544](https://github.com/appsmithorg/appsmith/security/dependabot/544) | low | >= 8.0.4 | 8.0.10 | | [#545](https://github.com/appsmithorg/appsmith/security/dependabot/545) | low | >= 8.0.4 | 8.0.10 | | [#574](https://github.com/appsmithorg/appsmith/security/dependabot/574) | medium | >= 8.0.5 | 8.0.10 | | [#575](https://github.com/appsmithorg/appsmith/security/dependabot/575) | medium | >= 8.0.5 | 8.0.10 | Fixes https://linear.app/appsmith/issue/APP-15271 Slack thread: https://theappsmith.slack.com/archives/C09NG5BJ18S/p1780304878402439 ## Automation /ok-to-test tags="@tag.All" ## Communication Should the DevRel and Marketing teams be informed? - [x] No <!-- This is an auto-generated comment: release notes by coderabbit.ai --> ## Summary by CodeRabbit ## Chores * Updated core project dependencies to their latest versions for enhanced compatibility and improved stability. <!-- end of auto-generated comment: release notes by coderabbit.ai --> <!-- This is an auto-generated comment: Cypress test results --> > [!TIP] > 🟢 🟢 🟢 All cypress tests have passed! 🎉 🎉 🎉 > Workflow run: <https://github.com/appsmithorg/appsmith/actions/runs/26889525244> > Commit: 09278de > <a href="https://internal.appsmith.com/app/cypress-dashboard/rundetails-65890b3c81d7400d08fa9ee5?branch=master&workflowId=26889525244&attempt=1" target="_blank">Cypress dashboard</a>. > Tags: `@tag.All` > Spec: > <hr>Wed, 03 Jun 2026 15:03:06 UTC <!-- end of auto-generated comment: Cypress test results -->
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.