fastify / one-line-logger

Helps you format fastify's log into a nice one line message
MIT License
32 stars 7 forks source link

Build(deps): Bump dateformat from 4.6.3 to 5.0.3 #2

Closed dependabot[bot] closed 1 year ago

dependabot[bot] commented 2 years ago

Bumps dateformat from 4.6.3 to 5.0.3.

Release notes

Sourced from dateformat's releases.

5.0.3

  • Fix deprecation warning Automatic extension resolution of the "main" field is deprecated for ES modules.

Thanks to @​nestedscope for their contributions ❤️

5.0.2

  • Update docs for dateformat imports

Thanks to @​BendingBender for their contributions ❤️

5.0.1

  • Bundle Size Reductions
  • Fixed Z format issue in Australia (details)
  • Introduced breaking changes to imports, now imports are as format import dateFormat from "dateformat";

Thanks to @​jimmywarting and @​mikegreiling for their contributions ❤️

Commits


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 merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@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)
TommyDew42 commented 2 years ago

This is because the latest dateformat doesn't support require(). felixge/node-dateformat#176

climba03003 commented 1 year ago

@dependabot recreate

dependabot[bot] commented 1 year ago

Sorry, only users with push access can use that command.

Uzlopak commented 1 year ago

We should remove dateformat completely as it is only useful for the benchmark.

dependabot[bot] commented 1 year ago

Looks like dateformat is no longer a dependency, so this is no longer needed.