sadpandajoe opened a new pull request, #42653:
URL: https://github.com/apache/superset/pull/42653

   ### SUMMARY
   
   Exclude the coupled `@deck.gl/*` and `@luma.gl/*` package families from 
automated
   npm updates. These dependencies span the frontend root and plugin workspaces 
and
   are also pinned by root overrides, so they require a single manually 
validated
   upgrade.
   
   The master Dependabot run produced 13 `npm EOVERRIDE` errors while trying to
   update direct dependencies whose versions are duplicated by literal 
overrides.
   Using self-referencing overrides removes that immediate error but exposes
   incompatible peer ranges across the workspaces, so it is not a safe automated
   upgrade path. The ignore rules prevent these two failure families without
   suppressing unrelated npm updates.
   
   Observed failure: https://github.com/apache/superset/actions/runs/30611456387
   
   ### BEFORE/AFTER SCREENSHOTS OR ANIMATED GIF
   
   Not applicable; Dependabot configuration only.
   
   ### TESTING INSTRUCTIONS
   
   - `pre-commit run --files .github/dependabot.yml`
   - `pre-commit run --all-files` was run. YAML and zizmor passed; unrelated 
master MyPy failures plus local frontend/docs dependency gaps prevented the 
repository-wide command from completing cleanly.
   - Reproduced the original conflict with `npm install @deck.gl/[email protected] 
--package-lock-only --dry-run=true --ignore-scripts` from `superset-frontend`.
   - Confirm the next scheduled Dependabot run completes without 
deck.gl/luma.gl updater errors and still proposes unrelated dependency updates.
   
   ### ADDITIONAL INFORMATION
   
   - [ ] Has associated issue:
   - [ ] Required feature flags:
   - [ ] Changes UI
   - [ ] Includes DB Migration (follow approval process in 
[SIP-59](https://github.com/apache/superset/issues/13351))
     - [ ] Migration is atomic, supports rollback & is backwards-compatible
     - [ ] Confirm DB migration upgrade and downgrade tested
     - [ ] Runtime estimates and downtime expectations provided
   - [ ] Introduces new feature or API
   - [ ] Removes existing feature or API
   


-- 
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