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

   ### SUMMARY
   Re-applies #40264 (reverting #42314), same two-file shape as the original 
dependabot bump plus the locale-map delta.
   
   The revert blamed the 6.x bump for time-axis charts crashing with `Cannot 
read properties of null`, but the actual cause was locale registration 
clobbering echarts' builtin locales — fixed on master by #42317: the plain 
`langXX.js` i18n bundles export nothing, so the loaders must import the 
`langXX-obj.js` builds. With that fix merged, the bump is safe to restore.
   
   Beyond the dependency bump itself, this restores the Greek (`EL`) and 
Latvian (`LV`) locale loaders that echarts gained in 6.x (pointing at their 
`-obj` builds, both verified present in the 6.1.0 package), and drops the code 
comment that scoped the locale map to what 5.6.0 shipped.
   
   ### BEFORE/AFTER SCREENSHOTS OR ANIMATED GIF
   N/A (dependency bump; time-axis rendering covered by the tests added in 
#42317)
   
   ### TESTING INSTRUCTIONS
   `npm ci && npm run test -- plugins/plugin-chart-echarts` and load any 
time-axis chart (e.g. a line chart) — axes render, no console errors.
   
   ### 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
   
   🤖 Generated with [Claude Code](https://claude.com/claude-code)


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