Activity log for bug #1884787

Date Who What changed Old value New value Message
2020-06-23 14:23:52 Galen Charlton bug added bug
2020-06-23 14:28:31 Galen Charlton description Starting with 0.5.29, moment-timezone now includes [0] an index.d.ts that adds Typescript type definitions. Unfortunately, this breaks how moment-timezone has been used to date. Here's an example of the ng build errors: ERROR in app/core/format.service.ts:164:62 - error TS2709: Cannot use namespace 'Moment' as a type. 164 momentizeIsoString(isoString: string, timezone: string): Moment { ~~~~~~ app/core/format.service.ts:171:76 - error TS2709: Cannot use namespace 'Moment' as a type. 171 momentizeDateString(date: string, timezone: string, strict?, locale?): Moment { ~~~~~~ app/core/format.service.ts:178:80 - error TS2709: Cannot use namespace 'Moment' as a type. 178 momentizeDateTimeString(date: string, timezone: string, strict?, locale?): Moment { ~~~~~~ app/core/format.service.ts:185:89 - error TS2709: Cannot use namespace 'Moment' as a type. Pinning moment-timezone to its current value of 0.5.27 rather than ^0.5.27 avoids the error, although we should figure out how to properly import and use a Typescript-compatible moment-timezone. Evergreen master Starting with 0.5.29, moment-timezone now includes [0] an index.d.ts that adds Typescript type definitions. Unfortunately, this breaks how moment-timezone has been used to date. Here's an example of the ng build errors:   ERROR in app/core/format.service.ts:164:62 - error TS2709: Cannot use namespace 'Moment' as a type.   164 momentizeIsoString(isoString: string, timezone: string): Moment {                                                                    ~~~~~~   app/core/format.service.ts:171:76 - error TS2709: Cannot use namespace 'Moment' as a type.   171 momentizeDateString(date: string, timezone: string, strict?, locale?): Moment {                                                                                  ~~~~~~   app/core/format.service.ts:178:80 - error TS2709: Cannot use namespace 'Moment' as a type.   178 momentizeDateTimeString(date: string, timezone: string, strict?, locale?): Moment {                                                                                      ~~~~~~   app/core/format.service.ts:185:89 - error TS2709: Cannot use namespace 'Moment' as a type. Pinning moment-timezone to its current value of 0.5.27 rather than ^0.5.27 avoids the error, although we should figure out how to properly import and use a Typescript-compatible moment-timezone. [0] https://github.com/moment/moment-timezone/blob/develop/changelog.md Evergreen master
2020-06-23 18:48:58 Galen Charlton tags angular pullrequest
2020-06-23 18:49:05 Galen Charlton evergreen: milestone 3.5.0
2020-06-23 18:49:31 Galen Charlton nominated for series evergreen/3.3
2020-06-23 18:49:31 Galen Charlton bug task added evergreen/3.3
2020-06-23 18:49:31 Galen Charlton nominated for series evergreen/3.4
2020-06-23 18:49:31 Galen Charlton bug task added evergreen/3.4
2020-06-23 18:49:41 Galen Charlton evergreen/3.3: milestone 3.3.8
2020-06-23 18:49:44 Galen Charlton evergreen/3.4: milestone 3.4.4
2020-06-23 18:49:47 Galen Charlton evergreen/3.3: importance Undecided High
2020-06-23 18:49:50 Galen Charlton evergreen/3.4: importance Undecided High
2020-06-23 19:33:31 Jane Sandberg evergreen: assignee Jane Sandberg (sandbej)
2020-06-24 14:00:56 Jane Sandberg evergreen: assignee Jane Sandberg (sandbej)
2020-06-24 14:01:01 Jane Sandberg evergreen: status New Confirmed
2020-06-24 14:01:05 Jane Sandberg evergreen/3.3: status New Confirmed
2020-06-24 14:01:08 Jane Sandberg evergreen/3.4: status New Confirmed
2020-06-24 14:07:24 Jane Sandberg tags angular pullrequest angular pullrequest signedoff
2020-06-24 16:06:29 Bill Erickson evergreen: assignee Bill Erickson (berick)
2020-06-24 16:30:12 Bill Erickson evergreen: assignee Bill Erickson (berick)
2020-06-25 13:45:24 Galen Charlton evergreen: assignee Galen Charlton (gmc)
2020-06-25 14:31:00 Galen Charlton bug task deleted evergreen/3.3
2020-06-25 14:32:38 Galen Charlton evergreen: assignee Galen Charlton (gmc)
2020-06-25 14:32:41 Galen Charlton evergreen: status Confirmed Fix Committed
2020-06-25 14:32:43 Galen Charlton evergreen/3.4: status Confirmed Fix Committed
2020-07-10 19:58:51 Evergreen Bug Maintenance evergreen: status Fix Committed Fix Released
2020-08-12 16:44:00 Evergreen Bug Maintenance evergreen/3.4: status Fix Committed Fix Released