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

Bump caterpillar from 5.14.0 to 6.5.0 #70

Closed
wants to merge 1 commit into from

Conversation

dependabot[bot]
Copy link

@dependabot dependabot bot commented on behalf of github Sep 7, 2020

Bumps caterpillar from 5.14.0 to 6.5.0.

Changelog

Sourced from caterpillar's changelog.

v6.5.0 2020 September 4

v6.4.0 2020 August 18

v6.3.0 2020 August 18

v6.2.0 2020 August 18

v6.1.0 2020 August 4

v6.0.2 2020 July 22

  • Updated Transform documentation and renamed Writeable internal type to Pipeable to reflect its purpose better

v6.0.1 2020 July 22

  • Updated dependencies, fixes Node.js due to missing semver dependency under editions

v6.0.0 2020 July 24

  • Breaking Changes: Caterpillar has been rewritten for performance, ease of use, and deno compatibility (now it is compatible with Node.js, Deno, and Web Browsers)
  • The Caterpillar Transforms by Bevry, are now embedded into the caterpillar package:
    • caterpillar-filter is now import { Filter } from 'caterpillar'
    • caterpillar-human is now import { Human } from 'caterpillar'
    • caterpillar-browser is now import { Browser } from 'caterpillar'
  • *.create() aliases for new *() are now removed, please just use new *(config)
  • Each Caterpillar Transform now maintains its own configuration, which is specified via their constructor
    • As such, instead of doing new *().setConfig(opts) now jsut do new *(opts)
  • the default log level is now a configuration option, rather than an entry in the levels map
  • level configuration option has been renamed to filterLevel, which must now be specified directly on the filter transform
  • the logger transform now accepts a new lineLevel configuration option, which will limit fetching line info for only log levels equal to or below that the lineLevel value, by default it is -1 which disables fetching line info
    • This is a dramatic performance improvement for large applications, as fetching line levels for every log entry, even ones filtered out, was not performant
    • Closes [issue #16](bevry/caterpillar#16)
  • Caterpillar Transforms are no longer Node.js Streams, as using them was a major performance overhead
    • We can still pipe to Caterpillar Transforms as well as to Node.js streams and WHATWG/Deno streams
    • Closes [issue #17](bevry/caterpillar#17)
  • Add error, warn, info, debug aliases to the logger
Commits
  • 2cac1bc v6.5.0 - boundation, changelog, version bump
  • d10e9c0 fix kava import for ESM environments
  • 3684bce v6.4.0 - dep update, char support
  • d43c8bd Bump bl from 3.0.0 to 3.0.1 (#96)
  • c521277 Bump typedoc from 0.18.0 to 0.19.0 (#95)
  • d8ab446 Bump @typescript-eslint/parser from 3.9.1 to 3.10.1 (#94)
  • 62db9b4 Bump prettier from 2.0.5 to 2.1.1 (#93)
  • ea09de1 Bump @typescript-eslint/eslint-plugin from 3.9.1 to 3.10.1 (#92)
  • fa4bbbd Bump make-deno-edition from 1.0.2 to 1.0.3 (#91)
  • 956b603 Bump typescript from 3.9.7 to 4.0.2 (#90)
  • 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 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)

@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Sep 7, 2020
@dependabot @github
Copy link
Author

dependabot bot commented on behalf of github Nov 2, 2020

Superseded by #73.

@dependabot dependabot bot closed this Nov 2, 2020
@dependabot dependabot bot deleted the dependabot/npm_and_yarn/caterpillar-6.5.0 branch November 2, 2020 05:37
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
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants