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

chore(deps): update dependency roarr to v7 #170

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

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Jun 28, 2021

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
roarr 4.2.5 -> 7.21.1 age adoption passing confidence

Release Notes

gajus/roarr (roarr)

v7.21.1

Compare Source

v7.21.0

Compare Source

v7.20.0

Compare Source

v7.19.0

Compare Source

v7.18.4

Compare Source

v7.18.3

Compare Source

v7.18.2

Compare Source

v7.18.1

Compare Source

v7.18.0

Compare Source

v7.17.0

Compare Source

v7.16.0

Compare Source

v7.15.3

Compare Source

v7.15.2

Compare Source

v7.15.1

Compare Source

v7.15.0

Compare Source

v7.14.7

Compare Source

v7.14.6

Compare Source

v7.14.5

Compare Source

v7.14.4

Compare Source

v7.14.3

Compare Source

v7.14.2

Compare Source

v7.14.1

Compare Source

v7.14.0

Compare Source

Features

v7.13.0

Compare Source

Features

v7.12.3

Compare Source

Bug Fixes
  • export MessageContext type (4247828)

v7.12.2

Compare Source

Bug Fixes

v7.12.0

Compare Source

Bug Fixes
  • correct json object type (a509215)
Features
  • add typescript guard for invalid printf usage (091d757)

v7.11.1

Compare Source

Bug Fixes
  • throw error if user attempts to improperly invoke log() (a7376a9)

v7.11.0

Compare Source

Features
  • add ROARR.serializeMessage (60a99cf)

v7.10.1

Compare Source

Bug Fixes
  • provide fallback async local context (a5bd722)

v7.10.0

Compare Source

Features

If you ever need to test what is getting logged, Roarr (v7.10) now has a neat trick:

const messages = [];

log.adopt(() => {
  yourApplication();
}, (message) => {
  messages.push(message);
});

messages now includes anything that is/will going to be logged by yourApplication (including any of the descending async contexts).

You could even do something like this:

log.adopt(() => {
  httpServer.listen(8080);
}, (message) => {
  messages.push(message);
})

Now messages would get appended to every time that HTTP server handles a request which produces Roarr logs.

Example of where this is useful:

gajus/fastify-webpack-hot@a71a8d8#diff-0fedfd7c9fb1766a8baa39c2f5350d5697dc81cf10fc2065d457242c437104a2R146-R168

v7.9.0

Compare Source

Features
  • handle invalid roarr invocation (fda6d7a)

v7.8.2

Compare Source

Bug Fixes
  • avoid unnecessary stringify / parse (2df6c4c)

v7.8.1

Compare Source

Bug Fixes
  • replace json-stringify-safe with fast-safe-stringify (ff8a1f7)

v7.8.0

Compare Source

Features
  • describe the unexpected type if message is not a string (e76d0ae)

v7.7.0

Compare Source

Features
  • allow to override context type (a43937d)

v7.6.1

Compare Source

Bug Fixes
  • loosen JsonObject definition to include undefined (e541931)

v7.6.0

Compare Source

Features

v7.5.0

Compare Source

Features
  • restrict allowed context values to serializable object (ece71aa)

v7.4.2

Compare Source

Bug Fixes

v7.4.1

Compare Source

Bug Fixes
  • restore accidentally deleted tests (04f014a)

v7.4.0

Compare Source

Features
  • simplify LogWriter interface (935c12a)

v7.3.0

Compare Source

Features

v7.2.0

Compare Source

Features

v7.1.0

Compare Source

Features
  • export RoarrGlobalState type (6e9c290)

v7.0.7

Compare Source

Bug Fixes
  • add Node version supported by semantic-release (27296b8)
  • update dependencies (74eec83)

v7.0.6

Compare Source

Bug Fixes
  • avoid loading node.js specific dependencies (fixes #​50) (e4c7c79)

v7.0.5

Compare Source

Bug Fixes
  • match browser export with Node.js export (448eb46)

v7.0.4

Compare Source

Bug Fixes

v7.0.3

Compare Source

Bug Fixes

v7.0.2

Compare Source

Bug Fixes
  • update path to typescript typings (331289d)
  • update path to typescript typings (4c4d9bc)

v7.0.1

Compare Source

Bug Fixes

v7.0.0

Compare Source

Features
  • remove default export in favour of Roarr named export (444b1b1)
BREAKING CHANGES
  • removes default export

v6.0.0

Compare Source

Features
BREAKING CHANGES
  • Log format change. “sequence” is now a string (ltree).

v5.0.0

Compare Source

Bug Fixes
Features
  • replace domain with async_hooks (2b99047)
BREAKING CHANGES
  • Technically, this does not break the API. However, it may cause unexpected behavior.
    As such, this is released under a new major version.

Configuration

📅 Schedule: Branch creation - "before 4am on monday" (UTC), Automerge - At any time (no schedule defined).

🚦 Automerge: Enabled.

Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@renovate renovate bot force-pushed the renovate/roarr-7.x branch 2 times, most recently from 0cb79d8 to b644eff Compare July 5, 2021 01:27
@renovate renovate bot force-pushed the renovate/roarr-7.x branch 3 times, most recently from e4c5921 to edf1569 Compare July 15, 2021 00:26
@renovate renovate bot force-pushed the renovate/roarr-7.x branch 2 times, most recently from 977b4a2 to 1162180 Compare July 26, 2021 02:01
@renovate renovate bot force-pushed the renovate/roarr-7.x branch 2 times, most recently from 193dfa8 to a22700d Compare August 2, 2021 01:54
@renovate renovate bot force-pushed the renovate/roarr-7.x branch 3 times, most recently from 8659236 to c0c7187 Compare August 30, 2021 03:36
@renovate renovate bot force-pushed the renovate/roarr-7.x branch 4 times, most recently from cc22062 to 5eb0e72 Compare September 20, 2021 01:36
@renovate renovate bot force-pushed the renovate/roarr-7.x branch 3 times, most recently from 20ddc5b to 9f6bce4 Compare October 18, 2021 02:12
@renovate renovate bot force-pushed the renovate/roarr-7.x branch 3 times, most recently from fbebf32 to 389229d Compare November 1, 2021 04:16
@renovate renovate bot force-pushed the renovate/roarr-7.x branch 6 times, most recently from d1b453b to 6a5016c Compare November 12, 2021 23:53
@renovate renovate bot force-pushed the renovate/roarr-7.x branch 3 times, most recently from ed96830 to 688d00f Compare April 11, 2024 12:56
@renovate renovate bot force-pushed the renovate/roarr-7.x branch 6 times, most recently from 69a054e to dcbd040 Compare May 2, 2024 13:28
@renovate renovate bot force-pushed the renovate/roarr-7.x branch 2 times, most recently from e255489 to 5fc1fff Compare May 27, 2024 07:09
@renovate renovate bot force-pushed the renovate/roarr-7.x branch 2 times, most recently from c2d415b to cd771e7 Compare June 10, 2024 10:34
@renovate renovate bot force-pushed the renovate/roarr-7.x branch 2 times, most recently from fa1446b to bad29de Compare June 17, 2024 11:00
@renovate renovate bot force-pushed the renovate/roarr-7.x branch 3 times, most recently from db1c1fa to 06afa6d Compare July 1, 2024 04:16
@renovate renovate bot force-pushed the renovate/roarr-7.x branch 2 times, most recently from eab962d to 72a92c6 Compare July 15, 2024 07:37
@renovate renovate bot force-pushed the renovate/roarr-7.x branch 4 times, most recently from 1a3a613 to dea7a29 Compare July 29, 2024 06:23
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

0 participants