Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Snyk] Upgrade strftime from 0.9.2 to 0.10.0 #44

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

snyk-bot
Copy link

Snyk has created this PR to upgrade strftime from 0.9.2 to 0.10.0.

ℹ️ Keep your dependencies up-to-date. This makes it easier to fix existing vulnerabilities and to more quickly identify and fix newly disclosed vulnerabilities when they affect your project.
  • The recommended version is 1 version ahead of your current version.
  • The recommended version was released 3 years ago, on 2016-12-28.
Release notes
Package name: strftime
  • 0.10.0 - 2016-12-28
    • Remove the old API deprecated in v0.9.
    • Bundle some locales that you can use with strftime.localizeByIdentifier('nl_NL'). Full list available in the readme.
      Thanks to Andrew Pirondini of iFixit
    • Add instructions to install with Yarn.
      Thanks to Ayman Nedjmeddine
    • Unrecognized format specifiers preserve the % sign, e.g. strftime('%K') => "%K".
      Thanks to Kevin Jin
    • Make strftime work with dates that have been extended by DateJS.
      Thanks to Stian Grytøyr
    • Add instructions to install with Yarn.
      Thanks to Ayman Nedjmeddine
    • Fix UTC formatting of dates that cross a DST boundary.
      Thanks to ray007
    • Allow localizing ordinals.
      Thanks to Simon Liétar
  • 0.9.2 - 2015-05-30
    • fix a caching bug, which was a regression in 0.9.0 (issue #63)
    • update license attribute in package.json as required by npm
      Thanks to Peter deHaan
    • construct GMT times used in tests in a more robust way
    • fix a bug calculating week numbers (issue #56)
      Thanks to Alexandr Nikitin
    • warn about possible misuse of %:: or %::: modifiers
from strftime GitHub release notes
Commit messages
Package name: strftime
  • 793ecfb v0.10.0
  • 0fd891c update minified code
  • 5e674f0 alphabetize contributors and update the list in package.json
  • 3ed3100 remove deprecated API, closes #55
  • c4967d5 fix tests broken by changes to the default locale format
  • fd648f7 document bundled locales and how to use them
  • efcd086 update contributors
  • 2375b97 add en_CA and zh_CN locales
  • 335ef2e warn when trying to use a non-existent locale
  • 1e41e85 fix a bug with ordinal localization fallback
  • e571efe fix indentation and capitalize Locales constant
  • 71737c8 Merge pull request #70 from iFixit/master
  • a54410d allow localizing ordinals
  • f6c88d0 fix dates crossing DST boundaries for UTC, closes #71
  • 02586fa update minified code
  • 4c747ff update contributors and copyrights
  • b4e57a8 Merge pull request #68 from Kevin-Jin/patch-1
  • 2294caa add a comment about mis-detecting DateJS dates as locales
  • 65aa4d5 Merge pull request #69 from stiang/master
  • f8e5b11 Merge pull request #72 from IOAyman/patch-1
  • 82a8bfa Added yarn install cmd
  • fc16548 Merge pull request Animations #3 from iFixit/fix-typo-in-portuguese-locale
  • 0d0f90f Fix typo in Portuguese locale
  • b1629fa add badges to readme

Compare


Note: You are seeing this because you or someone else with access to this repository has authorized Snyk to open upgrade PRs.

For more information:

🧐 View latest project report

🛠 Adjust upgrade PR settings

🔕 Ignore this dependency or unsubscribe from future upgrade PRs

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant