bito-code-review[bot] commented on PR #42653:
URL: https://github.com/apache/superset/pull/42653#issuecomment-5180860630

   <!-- Bito Reply -->
   The suggestion to remove the group containing `@deck.gl/*` and `@luma.gl/*` 
is appropriate if these dependencies are no longer required or if they are 
being managed elsewhere. Based on the provided diff, these were recently added 
to `.github/dependabot.yml` to ensure they are upgraded together due to shared 
peer constraints. If you decide to remove them, ensure that the dependency 
management strategy for these packages is still covered by other configurations.
   
   **.github/dependabot.yml**
   ```
   # deck.gl and luma.gl share strict peer constraints across the root and
         # plugin workspaces, and root overrides pin their transitive versions.
         # Upgrade both families together in a manually validated change.
         - dependency-name: "@deck.gl/*"
         - dependency-name: "@luma.gl/*"
   ```


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to