Skip to content

chore(deps): bump moment-timezone from 0.5.48 to 0.6.2#5765

Open
dependabot[bot] wants to merge 2 commits into
masterfrom
dependabot/npm_and_yarn/moment-timezone-0.6.2
Open

chore(deps): bump moment-timezone from 0.5.48 to 0.6.2#5765
dependabot[bot] wants to merge 2 commits into
masterfrom
dependabot/npm_and_yarn/moment-timezone-0.6.2

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot Bot commented on behalf of github May 5, 2026

Bumps moment-timezone from 0.5.48 to 0.6.2.

Release notes

Sourced from moment-timezone's releases.

Release 0.6.2

  • Updated data to IANA TZDB 2026b. #1145

Release 0.6.1

  • Updated data to IANA TZDB 2026a. #1140

NOTE: This release does not include recently-announced DST changes for British Columbia, Canada. Those changes will likely be in 2026b.

Release 0.6.0

  • Fixed and updated TypeScript definitions. #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.

Changelog

Sourced from moment-timezone's changelog.

0.6.2 2026-04-26

  • Updated data to IANA TZDB 2026b. #1145

0.6.1 2026-03-18

  • Updated data to IANA TZDB 2026a. #1140

0.6.0 2025-05-25

  • Fixed and updated TypeScript definitions. #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.

Commits
  • 466c890 Bump version and build moment-timezone 0.6.2
  • e311deb Merge pull request #1145 from moment/data/2026b
  • 3270009 data: Add 2026b
  • f498d96 build(deps): bump picomatch from 2.3.1 to 2.3.2 (#1143)
  • 13e724c Build moment-timezone 0.6.1
  • 22070ff Bump version to 0.6.1
  • b4ebddb Merge pull request #1140 from moment/automated/data-update
  • cb47a65 data: Add 2026a
  • 026466a build(deps): bump lodash from 4.17.21 to 4.17.23 (#1137)
  • 6dc5413 Update Antarctica guess tests for 2026
  • Additional commits viewable in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [moment-timezone](https://github.com/moment/moment-timezone) from 0.5.48 to 0.6.2.
- [Release notes](https://github.com/moment/moment-timezone/releases)
- [Changelog](https://github.com/moment/moment-timezone/blob/develop/changelog.md)
- [Commits](moment/moment-timezone@0.5.48...0.6.2)

---
updated-dependencies:
- dependency-name: moment-timezone
  dependency-version: 0.6.2
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code labels May 5, 2026
@github-actions
Copy link
Copy Markdown

github-actions Bot commented May 5, 2026

How to test

git clone -b dependabot/npm_and_yarn/moment-timezone-0.6.2 https://github.com/hexojs/hexo.git
cd hexo
npm install
npm test

@github-actions
Copy link
Copy Markdown

github-actions Bot commented May 5, 2026

Dependency Review

✅ No vulnerabilities or license issues or OpenSSF Scorecard issues found.

OpenSSF Scorecard

PackageVersionScoreDetails
npm/moment-timezone 0.6.2 🟢 4.6
Details
CheckScoreReason
Token-Permissions⚠️ 0detected GitHub workflow tokens with excessive permissions
Packaging⚠️ -1packaging workflow not detected
Code-Review⚠️ 0Found 0/16 approved changesets -- score normalized to 0
Maintained🟢 1010 commit(s) and 3 issue activity found in the last 90 days -- score normalized to 10
Dangerous-Workflow🟢 10no dangerous workflow patterns detected
CII-Best-Practices⚠️ 0no effort to earn an OpenSSF best practices badge detected
Binary-Artifacts🟢 10no binaries found in the repo
Security-Policy⚠️ 0security policy file not detected
License🟢 10license file detected
Signed-Releases⚠️ -1no releases found
Branch-Protection⚠️ -1internal error: error during branchesHandler.setup: internal error: some github tokens can't read classic branch protection rules: https://github.com/ossf/scorecard-action/blob/main/docs/authentication/fine-grained-auth-token.md
Pinned-Dependencies🟢 5dependency not pinned by hash detected -- score normalized to 5
SAST⚠️ 0SAST tool is not run on all commits -- score normalized to 0
Fuzzing⚠️ 0project is not fuzzed

Scanned Files

  • package-lock.json

@coveralls
Copy link
Copy Markdown

Coverage Report for CI Build 25355185851

Warning

No base build found for commit c7c78f9 on master.
Coverage changes can't be calculated without a base build.
If a base build is processing, this comment will update automatically when it completes.

Coverage: 99.502%

Details

  • Patch coverage: No coverable lines changed in this PR.

Uncovered Changes

No uncovered changes found.

Coverage Regressions

Requires a base build to compare against. How to fix this →


Coverage Stats

Coverage Status
Relevant Lines: 10037
Covered Lines: 9987
Line Coverage: 99.5%
Relevant Branches: 2538
Covered Branches: 2440
Branch Coverage: 96.14%
Branches in Coverage %: No
Coverage Strength: 59.27 hits per line

💛 - Coveralls

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants