Skip to content

Commit e3daa63

Browse files
fix(deps): update dependency moment-timezone to ^0.6.0 (#230)
This PR contains the following updates: | Package | Change | Age | Confidence | |---|---|---|---| | [moment-timezone](http://momentjs.com/timezone/) ([source](https://redirect.github.com/moment/moment-timezone)) | [`^0.5.40` -> `^0.6.0`](https://renovatebot.com/diffs/npm/moment-timezone/0.5.48/0.6.0) | [![age](https://developer.mend.io/api/mc/badges/age/npm/moment-timezone/0.6.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/moment-timezone/0.5.48/0.6.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | --- ### Release Notes <details> <summary>moment/moment-timezone (moment-timezone)</summary> ### [`v0.6.0`](https://redirect.github.com/moment/moment-timezone/blob/HEAD/changelog.md#060-2025-05-25) [Compare Source](https://redirect.github.com/moment/moment-timezone/compare/0.5.48...0.6.0) - Fixed and updated TypeScript definitions. [#&#8203;1132](https://redirect.github.com/moment/moment-timezone/pull/1132) - Updated types to more accurately match the code implementation. - Added definitions for pre-built files (e.g. `moment-timezone-with-data.js`). This release is a **potential breaking change** for TypeScript projects only. The types are now more accurate, but consumers might hit errors if they were relying on the more relaxed types. No implementation code has changed in this release. </details> --- ### Configuration 📅 **Schedule**: Branch creation - "on the 1-7 day on Sunday" (UTC), 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. 🔕 **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 was generated by [Mend Renovate](https://mend.io/renovate/). View the [repository job log](https://developer.mend.io/github/emartech/suite-js-sdk). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0MC4zMy42IiwidXBkYXRlZEluVmVyIjoiNDEuNzEuMSIsInRhcmdldEJyYW5jaCI6Im1hc3RlciIsImxhYmVscyI6WyJkZXBlbmRlbmNpZXMiXX0=--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 1e3c68b commit e3daa63

File tree

2 files changed

+8
-8
lines changed

2 files changed

+8
-8
lines changed

package-lock.json

Lines changed: 7 additions & 7 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
@@ -42,7 +42,7 @@
4242
"flat": "^5.0.2",
4343
"lodash": "^4.17.21",
4444
"logentries-logformat": "^0.2.0",
45-
"moment-timezone": "^0.5.40",
45+
"moment-timezone": "^0.6.0",
4646
"node-cache": "^5.1.2",
4747
"sprintf-js": "^1.1.3"
4848
},

0 commit comments

Comments
 (0)