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 tinydate from 1.2.0 to 1.3.0 #1341

Merged
merged 1 commit into from Aug 18, 2020

Conversation

snyk-bot
Copy link
Contributor

Snyk has created this PR to upgrade tinydate from 1.2.0 to 1.3.0.

merge advice

ℹ️ 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 2 months ago, on 2020-06-29.
Release notes
Package name: tinydate
  • 1.3.0 - 2020-06-29

    Features

    Chores

  • 1.2.0 - 2019-07-29

    Features

    • Allow custom patterns (#7, #8): 65a64e5

      You may optionally add new patterns or override existing patterns through tinydate's second parameter. You will still receive a render function – now with your customized functionality!

      Important: Each item of your custom dictionary must be a function~!

      const today = new Date('2019-07-04, 5:30:00 PM');
      

      // Example custom dictionary:
      // - Adds {MMMM}
      // - Overrides {DD}
      const stamp = tinydate('Today is: {MMMM} {DD}, {YYYY}', {
      MMMM: d => d.toLocaleString('default', { month: 'long' }),
      DD: d => d.getDate()
      });

      stamp(today);
      //=> 'Today is: July 4, 2019'

    Chores

    • Update and lock devDepdencies versions: fa606ab
    • Update module size (+9 bytes): ac24991
from tinydate GitHub release notes
Commit messages
Package name: tinydate

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

@vercel
Copy link

vercel bot commented Aug 18, 2020

This pull request is being automatically deployed with Vercel (learn more).
To see the status of your deployment, click below or on the icon next to each commit.

🔍 Inspect: https://vercel.com/docsify-core/docsify-preview/6s5au4j5h
✅ Preview: https://docsify-previe-git-snyk-upgrade-8d2011c18dad9e16c055ff20-832693.docsify-core.vercel.app

@codesandbox-ci
Copy link

This pull request is automatically built and testable in CodeSandbox.

To see build info of the built libraries, click here or the icon next to each commit SHA.

Latest deployment of this branch, based on commit cab2ae6:

Sandbox Source
docsify-template Configuration

Copy link
Member

@Koooooo-7 Koooooo-7 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Re-run it , pass.

@Koooooo-7 Koooooo-7 merged commit 59d090f into develop Aug 18, 2020
@sy-records sy-records deleted the snyk-upgrade-8d2011c18dad9e16c055ff2051c779ba branch August 18, 2020 14:46
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.

None yet

2 participants