Skip to content

Commit 5ec24d9

Browse files
fix(deps): update dependency moment-timezone to v0.5.45 (#381)
[![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [moment-timezone](http://momentjs.com/timezone/) ([source](https://togithub.com/moment/moment-timezone)) | [`0.5.43` -> `0.5.45`](https://renovatebot.com/diffs/npm/moment-timezone/0.5.43/0.5.45) | [![age](https://developer.mend.io/api/mc/badges/age/npm/moment-timezone/0.5.45?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/moment-timezone/0.5.45?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/moment-timezone/0.5.43/0.5.45?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/moment-timezone/0.5.43/0.5.45?slim=true)](https://docs.renovatebot.com/merge-confidence/) | --- ### Release Notes <details> <summary>moment/moment-timezone (moment-timezone)</summary> ### [`v0.5.45`](https://togithub.com/moment/moment-timezone/blob/HEAD/changelog.md#0545-2024-02-04) [Compare Source](https://togithub.com/moment/moment-timezone/compare/0.5.44...0.5.45) - Updated data to IANA TZDB `2024a`. ### [`v0.5.44`](https://togithub.com/moment/moment-timezone/blob/HEAD/changelog.md#0544-2023-12-29) [Compare Source](https://togithub.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`) [#&#8203;1082](https://togithub.com/moment/moment-timezone/pull/1082). - Performance improvements: - Use binary search when looking up zone information [#&#8203;720](https://togithub.com/moment/moment-timezone/pull/720). - Avoid redundant checks in `tz.guess()`. - Avoid redundant `getZone()` calls in `.tz()`. </details> --- ### Configuration 📅 **Schedule**: Branch creation - "before 4am on Monday" in timezone America/New_York, Automerge - At any time (no schedule defined). 🚦 **Automerge**: Enabled. ♻ **Rebasing**: Whenever PR is behind base branch, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Mend Renovate](https://www.mend.io/free-developer-tools/renovate/). View repository job log [here](https://developer.mend.io/github/openedx/edx-ui-toolkit). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy4xNzAuMCIsInVwZGF0ZWRJblZlciI6IjM3LjE3MC4wIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIn0=--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent fef720d commit 5ec24d9

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

package-lock.json

Lines changed: 4 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
"jquery": "~3.7.0",
2525
"mini-css-extract-plugin": "^2.7.2",
2626
"moment": "2.29.4",
27-
"moment-timezone": "0.5.43",
27+
"moment-timezone": "0.5.45",
2828
"requirejs": "2.1.22",
2929
"requirejs-text": "2.0.16",
3030
"sass": "^1.58.3",

0 commit comments

Comments
 (0)