moment/moment (moment)
### [`v2.30.1`](https://redirect.github.com/moment/moment/blob/HEAD/CHANGELOG.md#2301)
[Compare Source](https://redirect.github.com/moment/moment/compare/2.30.0...2.30.1)
- Release Dec 27, 2023
- Revert [https://github.com/moment/moment/pull/5827](https://redirect.github.com/moment/moment/pull/5827), because it's breaking
a lot of TS code.
### [`v2.30.0`](https://redirect.github.com/moment/moment/blob/HEAD/CHANGELOG.md#2300-Full-changelog)
[Compare Source](https://redirect.github.com/moment/moment/compare/2.29.4...2.30.0)
- Release Dec 26, 2023
### [`v2.29.4`](https://redirect.github.com/moment/moment/blob/HEAD/CHANGELOG.md#2294)
[Compare Source](https://redirect.github.com/moment/moment/compare/2.29.3...2.29.4)
- Release Jul 6, 2022
- [#6015](https://redirect.github.com/moment/moment/pull/6015) \[bugfix] Fix ReDoS in preprocessRFC2822 regex
### [`v2.29.3`](https://redirect.github.com/moment/moment/blob/HEAD/CHANGELOG.md#2293-Full-changelog)
[Compare Source](https://redirect.github.com/moment/moment/compare/2.29.2...2.29.3)
- Release Apr 17, 2022
- [#5995](https://redirect.github.com/moment/moment/pull/5995) \[bugfix] Remove const usage
- [#5990](https://redirect.github.com/moment/moment/pull/5990) misc: fix advisory link
### [`v2.29.2`](https://redirect.github.com/moment/moment/blob/HEAD/CHANGELOG.md#2292-See-full-changelog)
[Compare Source](https://redirect.github.com/moment/moment/compare/2.29.1...2.29.2)
- Release Apr 3 2022
Address https://github.com/moment/moment/security/advisories/GHSA-8hfj-j24r-96c4
### [`v2.29.1`](https://redirect.github.com/moment/moment/blob/HEAD/CHANGELOG.md#2291-See-full-changelog)
[Compare Source](https://redirect.github.com/moment/moment/compare/2.29.0...2.29.1)
- Release Oct 6, 2020
Updated deprecation message, bugfix in hi locale
### [`v2.29.0`](https://redirect.github.com/moment/moment/blob/HEAD/CHANGELOG.md#2290-See-full-changelog)
[Compare Source](https://redirect.github.com/moment/moment/compare/2.28.0...2.29.0)
- Release Sept 22, 2020
New locales (es-mx, bn-bd).
Minor bugfixes and locale improvements.
More tests.
Moment is in maintenance mode. Read more at this link:
https://momentjs.com/docs/#/-project-status/
### [`v2.28.0`](https://redirect.github.com/moment/moment/blob/HEAD/CHANGELOG.md#2280-See-full-changelog)
[Compare Source](https://redirect.github.com/moment/moment/compare/2.27.0...2.28.0)
- Release Sept 13, 2020
Fix bug where .format() modifies original instance, and locale updates
### [`v2.27.0`](https://redirect.github.com/moment/moment/blob/HEAD/CHANGELOG.md#2270-See-full-changelog)
[Compare Source](https://redirect.github.com/moment/moment/compare/2.26.0...2.27.0)
- Release June 18, 2020
Added Turkmen locale, other locale improvements, slight TypeScript fixes
### [`v2.26.0`](https://redirect.github.com/moment/moment/blob/HEAD/CHANGELOG.md#2260-See-full-changelog)
[Compare Source](https://redirect.github.com/moment/moment/compare/2.25.3...2.26.0)
- Release May 19, 2020
TypeScript fixes and many locale improvements
moment/moment-timezone (moment-timezone)
### [`v0.5.46`](https://redirect.github.com/moment/moment-timezone/blob/HEAD/changelog.md#0546-2024-10-06)
[Compare Source](https://redirect.github.com/moment/moment-timezone/compare/0.5.45...0.5.46)
- Updated data to IANA TZDB `2024b`. This only affects historical timestamps; no future timestamps have changed.
### [`v0.5.45`](https://redirect.github.com/moment/moment-timezone/blob/HEAD/changelog.md#0545-2024-02-04)
[Compare Source](https://redirect.github.com/moment/moment-timezone/compare/0.5.44...0.5.45)
- Updated data to IANA TZDB `2024a`.
### [`v0.5.44`](https://redirect.github.com/moment/moment-timezone/blob/HEAD/changelog.md#0544-2023-12-29)
[Compare Source](https://redirect.github.com/moment/moment-timezone/compare/0.5.43...0.5.44)
- Updated data to IANA TZDB `2023d`.
- Fixed `.valueOf()` to return `NaN` for invalid zoned objects (matching default `moment`) [#1082](https://redirect.github.com/moment/moment-timezone/pull/1082).
- Performance improvements:
- Use binary search when looking up zone information [#720](https://redirect.github.com/moment/moment-timezone/pull/720).
- Avoid redundant checks in `tz.guess()`.
- Avoid redundant `getZone()` calls in `.tz()`.
### [`v0.5.43`](https://redirect.github.com/moment/moment-timezone/blob/HEAD/changelog.md#0543-2023-03-31)
[Compare Source](https://redirect.github.com/moment/moment-timezone/compare/0.5.42...0.5.43)
- Updated data to IANA TZDB `2023c`
### [`v0.5.42`](https://redirect.github.com/moment/moment-timezone/blob/HEAD/changelog.md#0542-2023-03-24)
[Compare Source](https://redirect.github.com/moment/moment-timezone/compare/0.5.41...0.5.42)
- Updated data to IANA TZDB `2023b`
### [`v0.5.41`](https://redirect.github.com/moment/moment-timezone/blob/HEAD/changelog.md#0541-2023-02-25)
[Compare Source](https://redirect.github.com/moment/moment-timezone/compare/0.5.40...0.5.41)
- Updated `moment` npm dependency to `2.29.4` to remove automated warnings about insecure dependencies.
Moment Timezone still works with core Moment `2.9.0` and higher.
- Updated all dev dependencies including UglifyJS, which produces the minified builds.
- Added deprecation warning to the pre-built `moment-timezone-with-data-2012-2022` bundles [#1035](https://redirect.github.com/moment/moment-timezone/issues/1035).
Use the rolling `moment-timezone-with-data-10-year-range` files instead.
### [`v0.5.40`](https://redirect.github.com/moment/moment-timezone/blob/HEAD/changelog.md#0540-2022-12-11)
[Compare Source](https://redirect.github.com/moment/moment-timezone/compare/0.5.39...0.5.40)
- Updated data to IANA TZDB `2022g`
### [`v0.5.39`](https://redirect.github.com/moment/moment-timezone/blob/HEAD/changelog.md#0539-2022-11-13)
[Compare Source](https://redirect.github.com/moment/moment-timezone/compare/0.5.38...0.5.39)
- Updated data to IANA TZDB `2022f`
### [`v0.5.38`](https://redirect.github.com/moment/moment-timezone/blob/HEAD/changelog.md#0538-2022-10-15)
[Compare Source](https://redirect.github.com/moment/moment-timezone/compare/0.5.37...0.5.38)
- Updated data to IANA TZDB `2022e`
- Added `moment.tz.dataVersion` property to TypeScript definitions [#930](https://redirect.github.com/moment/moment-timezone/issues/930)
- Removed temporary `.tar.gz` files from npm releases [#1000](https://redirect.github.com/moment/moment-timezone/pull/1000)
### [`v0.5.37`](https://redirect.github.com/moment/moment-timezone/blob/HEAD/changelog.md#0537-2022-08-25)
[Compare Source](https://redirect.github.com/moment/moment-timezone/compare/0.5.36...0.5.37)
- Re-publish npm package, because of extra folder present in 0.5.36, check
[https://github.com/moment/moment-timezone/issues/999](https://redirect.github.com/moment/moment-timezone/issues/999)/999
### [`v0.5.36`](https://redirect.github.com/moment/moment-timezone/blob/HEAD/changelog.md#0536-2022-08-25)
[Compare Source](https://redirect.github.com/moment/moment-timezone/compare/0.5.35...0.5.36)
- IANA TZDB 2022c
- improvements/fixes to data pipeline
### [`v0.5.35`](https://redirect.github.com/moment/moment-timezone/blob/HEAD/changelog.md#0535-2022-08-23)
[Compare Source](https://redirect.github.com/moment/moment-timezone/compare/0.5.34...0.5.35)
- Fix command injection in data pipeline https://github.com/moment/moment-timezone/security/advisories/GHSA-56x4-j7p9-fcf9
- Fix cleartext transmission of sensitive information https://github.com/moment/moment-timezone/security/advisories/GHSA-v78c-4p63-2j6c
Thanks to the OpenSSF Alpha-Omega project for reporting these!
### [`v0.5.34`](https://redirect.github.com/moment/moment-timezone/blob/HEAD/changelog.md#0534-2021-11-10)
[Compare Source](https://redirect.github.com/moment/moment-timezone/compare/0.5.33...0.5.34)
- Updated data to IANA TZDB `2021e`
### [`v0.5.33`](https://redirect.github.com/moment/moment-timezone/blob/HEAD/changelog.md#0533-2021-02-06)
[Compare Source](https://redirect.github.com/moment/moment-timezone/compare/0.5.32...0.5.33)
- Updated data to IANA TZDB `2021a`
### [`v0.5.32`](https://redirect.github.com/moment/moment-timezone/blob/HEAD/changelog.md#0532-2020-11-14)
[Compare Source](https://redirect.github.com/moment/moment-timezone/compare/0.5.31...0.5.32)
- Updated data to IANA TZDB `2020d`
gilmoreorless/moment-timezone-data-webpack-plugin (moment-timezone-data-webpack-plugin)
### [`v1.5.1`](https://redirect.github.com/gilmoreorless/moment-timezone-data-webpack-plugin/blob/HEAD/CHANGELOG.md#151--2022-08-19)
[Compare Source](https://redirect.github.com/gilmoreorless/moment-timezone-data-webpack-plugin/compare/v1.5.0...v1.5.1)
##### Fixed
- Changed caching mechanism to fix failures in NodeJS 18 (PR [#50](https://redirect.github.com/gilmoreorless/moment-timezone-data-webpack-plugin/issues/50) - thanks to [@mattlewis92](https://redirect.github.com/mattlewis92)).
##### Changed
- :warning: No longer tested against NodeJS 8 or 10. No code changes have been made, so it should still work
on these EOL versions, but it's not guaranteed.
### [`v1.5.0`](https://redirect.github.com/gilmoreorless/moment-timezone-data-webpack-plugin/blob/HEAD/CHANGELOG.md#150--2021-03-13)
[Compare Source](https://redirect.github.com/gilmoreorless/moment-timezone-data-webpack-plugin/compare/v1.4.0...v1.5.0)
##### Added
- Added TypeScript declaration file ([#37](https://redirect.github.com/gilmoreorless/moment-timezone-data-webpack-plugin/issues/37)).
### [`v1.4.0`](https://redirect.github.com/gilmoreorless/moment-timezone-data-webpack-plugin/blob/HEAD/CHANGELOG.md#140--2021-01-31)
[Compare Source](https://redirect.github.com/gilmoreorless/moment-timezone-data-webpack-plugin/compare/v1.3.0...v1.4.0)
##### Added
- New `momentTimezoneContext` option for handling webpack dependencies outside `node_modules` (PR [#35](https://redirect.github.com/gilmoreorless/moment-timezone-data-webpack-plugin/issues/35) — thanks to [@diniciacci](https://redirect.github.com/diniciacci)).
Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.
[ ] If you want to rebase/retry this PR, check this box
This PR contains the following updates:
^2.25.3
->^2.30.1
^0.5.31
->^0.5.46
^1.3.0
->^1.5.1
Release Notes
moment/moment (moment)
### [`v2.30.1`](https://redirect.github.com/moment/moment/blob/HEAD/CHANGELOG.md#2301) [Compare Source](https://redirect.github.com/moment/moment/compare/2.30.0...2.30.1) - Release Dec 27, 2023 - Revert [https://github.com/moment/moment/pull/5827](https://redirect.github.com/moment/moment/pull/5827), because it's breaking a lot of TS code. ### [`v2.30.0`](https://redirect.github.com/moment/moment/blob/HEAD/CHANGELOG.md#2300-Full-changelog) [Compare Source](https://redirect.github.com/moment/moment/compare/2.29.4...2.30.0) - Release Dec 26, 2023 ### [`v2.29.4`](https://redirect.github.com/moment/moment/blob/HEAD/CHANGELOG.md#2294) [Compare Source](https://redirect.github.com/moment/moment/compare/2.29.3...2.29.4) - Release Jul 6, 2022 - [#6015](https://redirect.github.com/moment/moment/pull/6015) \[bugfix] Fix ReDoS in preprocessRFC2822 regex ### [`v2.29.3`](https://redirect.github.com/moment/moment/blob/HEAD/CHANGELOG.md#2293-Full-changelog) [Compare Source](https://redirect.github.com/moment/moment/compare/2.29.2...2.29.3) - Release Apr 17, 2022 - [#5995](https://redirect.github.com/moment/moment/pull/5995) \[bugfix] Remove const usage - [#5990](https://redirect.github.com/moment/moment/pull/5990) misc: fix advisory link ### [`v2.29.2`](https://redirect.github.com/moment/moment/blob/HEAD/CHANGELOG.md#2292-See-full-changelog) [Compare Source](https://redirect.github.com/moment/moment/compare/2.29.1...2.29.2) - Release Apr 3 2022 Address https://github.com/moment/moment/security/advisories/GHSA-8hfj-j24r-96c4 ### [`v2.29.1`](https://redirect.github.com/moment/moment/blob/HEAD/CHANGELOG.md#2291-See-full-changelog) [Compare Source](https://redirect.github.com/moment/moment/compare/2.29.0...2.29.1) - Release Oct 6, 2020 Updated deprecation message, bugfix in hi locale ### [`v2.29.0`](https://redirect.github.com/moment/moment/blob/HEAD/CHANGELOG.md#2290-See-full-changelog) [Compare Source](https://redirect.github.com/moment/moment/compare/2.28.0...2.29.0) - Release Sept 22, 2020 New locales (es-mx, bn-bd). Minor bugfixes and locale improvements. More tests. Moment is in maintenance mode. Read more at this link: https://momentjs.com/docs/#/-project-status/ ### [`v2.28.0`](https://redirect.github.com/moment/moment/blob/HEAD/CHANGELOG.md#2280-See-full-changelog) [Compare Source](https://redirect.github.com/moment/moment/compare/2.27.0...2.28.0) - Release Sept 13, 2020 Fix bug where .format() modifies original instance, and locale updates ### [`v2.27.0`](https://redirect.github.com/moment/moment/blob/HEAD/CHANGELOG.md#2270-See-full-changelog) [Compare Source](https://redirect.github.com/moment/moment/compare/2.26.0...2.27.0) - Release June 18, 2020 Added Turkmen locale, other locale improvements, slight TypeScript fixes ### [`v2.26.0`](https://redirect.github.com/moment/moment/blob/HEAD/CHANGELOG.md#2260-See-full-changelog) [Compare Source](https://redirect.github.com/moment/moment/compare/2.25.3...2.26.0) - Release May 19, 2020 TypeScript fixes and many locale improvementsmoment/moment-timezone (moment-timezone)
### [`v0.5.46`](https://redirect.github.com/moment/moment-timezone/blob/HEAD/changelog.md#0546-2024-10-06) [Compare Source](https://redirect.github.com/moment/moment-timezone/compare/0.5.45...0.5.46) - Updated data to IANA TZDB `2024b`. This only affects historical timestamps; no future timestamps have changed. ### [`v0.5.45`](https://redirect.github.com/moment/moment-timezone/blob/HEAD/changelog.md#0545-2024-02-04) [Compare Source](https://redirect.github.com/moment/moment-timezone/compare/0.5.44...0.5.45) - Updated data to IANA TZDB `2024a`. ### [`v0.5.44`](https://redirect.github.com/moment/moment-timezone/blob/HEAD/changelog.md#0544-2023-12-29) [Compare Source](https://redirect.github.com/moment/moment-timezone/compare/0.5.43...0.5.44) - Updated data to IANA TZDB `2023d`. - Fixed `.valueOf()` to return `NaN` for invalid zoned objects (matching default `moment`) [#1082](https://redirect.github.com/moment/moment-timezone/pull/1082). - Performance improvements: - Use binary search when looking up zone information [#720](https://redirect.github.com/moment/moment-timezone/pull/720). - Avoid redundant checks in `tz.guess()`. - Avoid redundant `getZone()` calls in `.tz()`. ### [`v0.5.43`](https://redirect.github.com/moment/moment-timezone/blob/HEAD/changelog.md#0543-2023-03-31) [Compare Source](https://redirect.github.com/moment/moment-timezone/compare/0.5.42...0.5.43) - Updated data to IANA TZDB `2023c` ### [`v0.5.42`](https://redirect.github.com/moment/moment-timezone/blob/HEAD/changelog.md#0542-2023-03-24) [Compare Source](https://redirect.github.com/moment/moment-timezone/compare/0.5.41...0.5.42) - Updated data to IANA TZDB `2023b` ### [`v0.5.41`](https://redirect.github.com/moment/moment-timezone/blob/HEAD/changelog.md#0541-2023-02-25) [Compare Source](https://redirect.github.com/moment/moment-timezone/compare/0.5.40...0.5.41) - Updated `moment` npm dependency to `2.29.4` to remove automated warnings about insecure dependencies. Moment Timezone still works with core Moment `2.9.0` and higher. - Updated all dev dependencies including UglifyJS, which produces the minified builds. - Added deprecation warning to the pre-built `moment-timezone-with-data-2012-2022` bundles [#1035](https://redirect.github.com/moment/moment-timezone/issues/1035). Use the rolling `moment-timezone-with-data-10-year-range` files instead. ### [`v0.5.40`](https://redirect.github.com/moment/moment-timezone/blob/HEAD/changelog.md#0540-2022-12-11) [Compare Source](https://redirect.github.com/moment/moment-timezone/compare/0.5.39...0.5.40) - Updated data to IANA TZDB `2022g` ### [`v0.5.39`](https://redirect.github.com/moment/moment-timezone/blob/HEAD/changelog.md#0539-2022-11-13) [Compare Source](https://redirect.github.com/moment/moment-timezone/compare/0.5.38...0.5.39) - Updated data to IANA TZDB `2022f` ### [`v0.5.38`](https://redirect.github.com/moment/moment-timezone/blob/HEAD/changelog.md#0538-2022-10-15) [Compare Source](https://redirect.github.com/moment/moment-timezone/compare/0.5.37...0.5.38) - Updated data to IANA TZDB `2022e` - Added `moment.tz.dataVersion` property to TypeScript definitions [#930](https://redirect.github.com/moment/moment-timezone/issues/930) - Removed temporary `.tar.gz` files from npm releases [#1000](https://redirect.github.com/moment/moment-timezone/pull/1000) ### [`v0.5.37`](https://redirect.github.com/moment/moment-timezone/blob/HEAD/changelog.md#0537-2022-08-25) [Compare Source](https://redirect.github.com/moment/moment-timezone/compare/0.5.36...0.5.37) - Re-publish npm package, because of extra folder present in 0.5.36, check [https://github.com/moment/moment-timezone/issues/999](https://redirect.github.com/moment/moment-timezone/issues/999)/999 ### [`v0.5.36`](https://redirect.github.com/moment/moment-timezone/blob/HEAD/changelog.md#0536-2022-08-25) [Compare Source](https://redirect.github.com/moment/moment-timezone/compare/0.5.35...0.5.36) - IANA TZDB 2022c - improvements/fixes to data pipeline ### [`v0.5.35`](https://redirect.github.com/moment/moment-timezone/blob/HEAD/changelog.md#0535-2022-08-23) [Compare Source](https://redirect.github.com/moment/moment-timezone/compare/0.5.34...0.5.35) - Fix command injection in data pipeline https://github.com/moment/moment-timezone/security/advisories/GHSA-56x4-j7p9-fcf9 - Fix cleartext transmission of sensitive information https://github.com/moment/moment-timezone/security/advisories/GHSA-v78c-4p63-2j6c Thanks to the OpenSSF Alpha-Omega project for reporting these! ### [`v0.5.34`](https://redirect.github.com/moment/moment-timezone/blob/HEAD/changelog.md#0534-2021-11-10) [Compare Source](https://redirect.github.com/moment/moment-timezone/compare/0.5.33...0.5.34) - Updated data to IANA TZDB `2021e` ### [`v0.5.33`](https://redirect.github.com/moment/moment-timezone/blob/HEAD/changelog.md#0533-2021-02-06) [Compare Source](https://redirect.github.com/moment/moment-timezone/compare/0.5.32...0.5.33) - Updated data to IANA TZDB `2021a` ### [`v0.5.32`](https://redirect.github.com/moment/moment-timezone/blob/HEAD/changelog.md#0532-2020-11-14) [Compare Source](https://redirect.github.com/moment/moment-timezone/compare/0.5.31...0.5.32) - Updated data to IANA TZDB `2020d`gilmoreorless/moment-timezone-data-webpack-plugin (moment-timezone-data-webpack-plugin)
### [`v1.5.1`](https://redirect.github.com/gilmoreorless/moment-timezone-data-webpack-plugin/blob/HEAD/CHANGELOG.md#151--2022-08-19) [Compare Source](https://redirect.github.com/gilmoreorless/moment-timezone-data-webpack-plugin/compare/v1.5.0...v1.5.1) ##### Fixed - Changed caching mechanism to fix failures in NodeJS 18 (PR [#50](https://redirect.github.com/gilmoreorless/moment-timezone-data-webpack-plugin/issues/50) - thanks to [@mattlewis92](https://redirect.github.com/mattlewis92)). ##### Changed - :warning: No longer tested against NodeJS 8 or 10. No code changes have been made, so it should still work on these EOL versions, but it's not guaranteed. ### [`v1.5.0`](https://redirect.github.com/gilmoreorless/moment-timezone-data-webpack-plugin/blob/HEAD/CHANGELOG.md#150--2021-03-13) [Compare Source](https://redirect.github.com/gilmoreorless/moment-timezone-data-webpack-plugin/compare/v1.4.0...v1.5.0) ##### Added - Added TypeScript declaration file ([#37](https://redirect.github.com/gilmoreorless/moment-timezone-data-webpack-plugin/issues/37)). ### [`v1.4.0`](https://redirect.github.com/gilmoreorless/moment-timezone-data-webpack-plugin/blob/HEAD/CHANGELOG.md#140--2021-01-31) [Compare Source](https://redirect.github.com/gilmoreorless/moment-timezone-data-webpack-plugin/compare/v1.3.0...v1.4.0) ##### Added - New `momentTimezoneContext` option for handling webpack dependencies outside `node_modules` (PR [#35](https://redirect.github.com/gilmoreorless/moment-timezone-data-webpack-plugin/issues/35) — thanks to [@diniciacci](https://redirect.github.com/diniciacci)).Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.
This PR was generated by Mend Renovate. View the repository job log.