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 from a22700d to e98d3f3 Compare August 9, 2021 02:36
@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 from 5eb0e72 to 907288b Compare September 27, 2021 06:37
@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 4 times, most recently from 1a3a613 to dea7a29 Compare July 29, 2024 06:23
@renovate renovate bot force-pushed the renovate/roarr-7.x branch from dea7a29 to ea669ff Compare August 12, 2024 04:52
@renovate renovate bot force-pushed the renovate/roarr-7.x branch 2 times, most recently from 8fe9a94 to 9bba62c Compare August 19, 2024 07:01
@renovate renovate bot force-pushed the renovate/roarr-7.x branch 3 times, most recently from a83efc2 to 33e17fb Compare September 16, 2024 04:08
@renovate renovate bot force-pushed the renovate/roarr-7.x branch from 33e17fb to 770565f Compare September 23, 2024 04:10
@renovate renovate bot force-pushed the renovate/roarr-7.x branch 2 times, most recently from 5fb505a to 2beec48 Compare October 7, 2024 07:46
@renovate renovate bot force-pushed the renovate/roarr-7.x branch 2 times, most recently from d8b30da to 7dc60e7 Compare October 21, 2024 03:41
@renovate renovate bot force-pushed the renovate/roarr-7.x branch from 7dc60e7 to decc08c Compare November 4, 2024 03:36
@renovate renovate bot force-pushed the renovate/roarr-7.x branch from decc08c to e421d9b Compare November 11, 2024 04:28
@renovate renovate bot force-pushed the renovate/roarr-7.x branch from e421d9b to 331e8ad Compare November 25, 2024 03:30
@renovate renovate bot force-pushed the renovate/roarr-7.x branch 2 times, most recently from 44e3fa9 to dbb804b Compare December 9, 2024 03:08
@renovate renovate bot force-pushed the renovate/roarr-7.x branch from dbb804b to 2788ab6 Compare December 30, 2024 03:54
@renovate renovate bot force-pushed the renovate/roarr-7.x branch 2 times, most recently from c981fde to 00a6c7e Compare January 20, 2025 04:24
@renovate renovate bot force-pushed the renovate/roarr-7.x branch from 00a6c7e to c90ea6a Compare February 10, 2025 04:52
@renovate renovate bot force-pushed the renovate/roarr-7.x branch 3 times, most recently from b1e9016 to 2417b1f Compare February 24, 2025 05:37
@renovate renovate bot force-pushed the renovate/roarr-7.x branch from 2417b1f to 8afc1d2 Compare February 24, 2025 13:09
@renovate renovate bot force-pushed the renovate/roarr-7.x branch from 8afc1d2 to c90dff1 Compare March 3, 2025 07:11
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.

0 participants