globalizejs / globalize

A JavaScript library for internationalization and localization that leverages the official Unicode CLDR JSON data
https://globalizejs.com
MIT License
4.8k stars 603 forks source link

Build: Update to QUnit 2 #908

Closed Krinkle closed 3 years ago

Krinkle commented 3 years ago

See https://qunitjs.com/upgrade-guide-2.x/. Basically just two trivial renames that landed in QUnit 1.x with compat aliases that were removed in 2.0.

The branch contains two other changes:

  1. To fix the commitplease build failure.
  2. To pull in an unmerged fix at https://github.com/rxaviers/zoned-date-time/pull/3 the updated version of zoned-date-time to address the ReferenceError about module being undefined.
rxaviers commented 3 years ago

Thank you

rxaviers commented 3 years ago

Awesome thank you