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.6.0 #73

Closed
wants to merge 1 commit into from

Conversation

dependabot[bot]
Copy link

@dependabot dependabot bot commented on behalf of github Nov 2, 2020

Bumps caterpillar from 5.14.0 to 6.6.0.

Changelog

Sourced from caterpillar's changelog.

v6.6.0 2020 October 29

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

... (truncated)

Commits
  • 47981f4 v6.6.0 - boundation, changelog, version bump
  • 3cfef4a Bump eslint from 7.11.0 to 7.12.0 (#132)
  • d057480 Bump @typescript-eslint/eslint-plugin from 4.4.1 to 4.5.0 (#134)
  • 0cb2aea Bump @typescript-eslint/parser from 4.4.1 to 4.5.0 (#133)
  • a3a6591 Bump eslint-config-prettier from 6.13.0 to 6.14.0 (#131)
  • 2a2b284 Bump eslint-config-prettier from 6.12.0 to 6.13.0 (#129)
  • d36bfab Bump @typescript-eslint/parser from 4.3.0 to 4.4.1 (#128)
  • bd775bf Bump @typescript-eslint/eslint-plugin from 4.4.0 to 4.4.1 (#127)
  • a5c8eb2 readme: fix #123
  • e05320c Bump eslint from 7.10.0 to 7.11.0 (#120)
  • 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 Nov 2, 2020
@dependabot @github
Copy link
Author

dependabot bot commented on behalf of github Aug 2, 2021

Superseded by #83.

@dependabot dependabot bot closed this Aug 2, 2021
@dependabot dependabot bot deleted the dependabot/npm_and_yarn/caterpillar-6.6.0 branch August 2, 2021 13:06
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