oaeproject / Hilary

Open Academic Environment (OAE) Back-End
http://www.oaeproject.org
Educational Community License v2.0
107 stars 96 forks source link

Update strftime 0.10.0 → 0.10.3 (minor) #2603

Open depfu[bot] opened 3 months ago

depfu[bot] commented 3 months ago

Here is everything you need to know about this update. Please take a good look at what changed and the test results before merging this pull request.

What changed?

✳️ strftime (0.10.0 → 0.10.3) · Repo · Changelog

Release Notes

0.10.3

What's Changed

Full Changelog: v0.10.2...v0.10.3

0.10.2

  • Fix test case for %c in current versions of node.js

  • Fix %-y so it omits the leading zero

Thanks to Aryan Arora for both fixes!

0.10.1

What's Changed

  • fix it_IT shortMonths locale by @douglasep in #83

  • Fix readme (X: equivalent to %r in en_US) by @kawanet in #77

  • Try to get a short time zone name for %Z, falling back to the long one. This attempts to work around a change to Date.toString in v8 (node v10+, Chrome 66+). Unfortunately sometimes Date.toLocaleString returns a time zone like GMT+2 and we fall back to the long name in that case.

New Contributors

Full Changelog: v0.10.0...v0.10.1

Does any of this look wrong? Please let us know.

Commits

See the full diff on Github. The new version differs by 27 commits:


Depfu Status

Depfu will automatically keep this PR conflict-free, as long as you don't add any commits to this branch yourself. You can also trigger a rebase manually by commenting with @depfu rebase.

All Depfu comment commands
@​depfu rebase
Rebases against your default branch and redoes this update
@​depfu recreate
Recreates this PR, overwriting any edits that you've made to it
@​depfu merge
Merges this PR once your tests are passing and conflicts are resolved
@​depfu cancel merge
Cancels automatic merging of this PR
@​depfu close
Closes this PR and deletes the branch
@​depfu reopen
Restores the branch and reopens this PR (if it's closed)
@​depfu pause
Ignores all future updates for this dependency and closes this PR
@​depfu pause [minor|major]
Ignores all future minor/major updates for this dependency and closes this PR
@​depfu resume
Future versions of this dependency will create PRs again (leaves this PR as is)

This change is Reviewable