-
Notifications
You must be signed in to change notification settings - Fork 876
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
fix: replace nullish coalescing operator #1780
Merged
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
mcollina
approved these changes
Aug 9, 2023
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
lgtm
renovate bot
referenced
this pull request
in fwouts/previewjs
Sep 8, 2023
[![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [pino](https://getpino.io) ([source](https://togithub.com/pinojs/pino)) | [`^8.15.0` -> `^8.15.1`](https://renovatebot.com/diffs/npm/pino/8.15.0/8.15.1) | [![age](https://developer.mend.io/api/mc/badges/age/npm/pino/8.15.1?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/pino/8.15.1?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/pino/8.15.0/8.15.1?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/pino/8.15.0/8.15.1?slim=true)](https://docs.renovatebot.com/merge-confidence/) | --- ### Release Notes <details> <summary>pinojs/pino (pino)</summary> ### [`v8.15.1`](https://togithub.com/pinojs/pino/releases/tag/v8.15.1) [Compare Source](https://togithub.com/pinojs/pino/compare/v8.15.0...v8.15.1) #### What's Changed - fix: replace nullish coalescing operator by [@​hchangjae](https://togithub.com/hchangjae) in [https://github.com/pinojs/pino/pull/1780](https://togithub.com/pinojs/pino/pull/1780) - adding asString to the key by [@​tzviki](https://togithub.com/tzviki) in [https://github.com/pinojs/pino/pull/1779](https://togithub.com/pinojs/pino/pull/1779) - feat([#​1595](https://togithub.com/pinojs/pino/issues/1595)): improve stream entry type by [@​Puppo](https://togithub.com/Puppo) in [https://github.com/pinojs/pino/pull/1778](https://togithub.com/pinojs/pino/pull/1778) - build(deps): bump pino-abstract-transport from v1.0.0 to 1.1.0 by [@​dependabot](https://togithub.com/dependabot) in [https://github.com/pinojs/pino/pull/1797](https://togithub.com/pinojs/pino/pull/1797) - Skip writing a big file test in CI and CITGM by [@​mcollina](https://togithub.com/mcollina) in [https://github.com/pinojs/pino/pull/1800](https://togithub.com/pinojs/pino/pull/1800) #### New Contributors - [@​hchangjae](https://togithub.com/hchangjae) made their first contribution in [https://github.com/pinojs/pino/pull/1780](https://togithub.com/pinojs/pino/pull/1780) - [@​Puppo](https://togithub.com/Puppo) made their first contribution in [https://github.com/pinojs/pino/pull/1778](https://togithub.com/pinojs/pino/pull/1778) **Full Changelog**: pinojs/pino@v8.15.0...v8.15.1 </details> --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Enabled. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about these updates again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Mend Renovate](https://www.mend.io/free-developer-tools/renovate/). View repository job log [here](https://developer.mend.io/github/fwouts/previewjs). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNi44My4wIiwidXBkYXRlZEluVmVyIjoiMzYuODMuMCIsInRhcmdldEJyYW5jaCI6Im1haW4ifQ==--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
thedavidprice
referenced
this pull request
in redwoodjs/redwood
Sep 10, 2023
[![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [pino](https://getpino.io) ([source](https://togithub.com/pinojs/pino)) | [`8.15.0` -> `8.15.1`](https://renovatebot.com/diffs/npm/pino/8.15.0/8.15.1) | [![age](https://developer.mend.io/api/mc/badges/age/npm/pino/8.15.1?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/pino/8.15.1?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/pino/8.15.0/8.15.1?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/pino/8.15.0/8.15.1?slim=true)](https://docs.renovatebot.com/merge-confidence/) | --- ### Release Notes <details> <summary>pinojs/pino (pino)</summary> ### [`v8.15.1`](https://togithub.com/pinojs/pino/releases/tag/v8.15.1) [Compare Source](https://togithub.com/pinojs/pino/compare/v8.15.0...v8.15.1) #### What's Changed - fix: replace nullish coalescing operator by [@​hchangjae](https://togithub.com/hchangjae) in [https://github.com/pinojs/pino/pull/1780](https://togithub.com/pinojs/pino/pull/1780) - adding asString to the key by [@​tzviki](https://togithub.com/tzviki) in [https://github.com/pinojs/pino/pull/1779](https://togithub.com/pinojs/pino/pull/1779) - feat([#​1595](https://togithub.com/pinojs/pino/issues/1595)): improve stream entry type by [@​Puppo](https://togithub.com/Puppo) in [https://github.com/pinojs/pino/pull/1778](https://togithub.com/pinojs/pino/pull/1778) - build(deps): bump pino-abstract-transport from v1.0.0 to 1.1.0 by [@​dependabot](https://togithub.com/dependabot) in [https://github.com/pinojs/pino/pull/1797](https://togithub.com/pinojs/pino/pull/1797) - Skip writing a big file test in CI and CITGM by [@​mcollina](https://togithub.com/mcollina) in [https://github.com/pinojs/pino/pull/1800](https://togithub.com/pinojs/pino/pull/1800) #### New Contributors - [@​hchangjae](https://togithub.com/hchangjae) made their first contribution in [https://github.com/pinojs/pino/pull/1780](https://togithub.com/pinojs/pino/pull/1780) - [@​Puppo](https://togithub.com/Puppo) made their first contribution in [https://github.com/pinojs/pino/pull/1778](https://togithub.com/pinojs/pino/pull/1778) **Full Changelog**: pinojs/pino@v8.15.0...v8.15.1 </details> --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Enabled. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Mend Renovate](https://www.mend.io/free-developer-tools/renovate/). View repository job log [here](https://developer.mend.io/github/redwoodjs/redwood). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNi44My4wIiwidXBkYXRlZEluVmVyIjoiMzYuODMuMCIsInRhcmdldEJyYW5jaCI6Im1haW4ifQ==--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: David Price <thedavid@thedavidprice.com>
jtoar
referenced
this pull request
in redwoodjs/redwood
Sep 13, 2023
[![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [pino](https://getpino.io) ([source](https://togithub.com/pinojs/pino)) | [`8.15.0` -> `8.15.1`](https://renovatebot.com/diffs/npm/pino/8.15.0/8.15.1) | [![age](https://developer.mend.io/api/mc/badges/age/npm/pino/8.15.1?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/pino/8.15.1?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/pino/8.15.0/8.15.1?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/pino/8.15.0/8.15.1?slim=true)](https://docs.renovatebot.com/merge-confidence/) | --- ### Release Notes <details> <summary>pinojs/pino (pino)</summary> ### [`v8.15.1`](https://togithub.com/pinojs/pino/releases/tag/v8.15.1) [Compare Source](https://togithub.com/pinojs/pino/compare/v8.15.0...v8.15.1) #### What's Changed - fix: replace nullish coalescing operator by [@​hchangjae](https://togithub.com/hchangjae) in [https://github.com/pinojs/pino/pull/1780](https://togithub.com/pinojs/pino/pull/1780) - adding asString to the key by [@​tzviki](https://togithub.com/tzviki) in [https://github.com/pinojs/pino/pull/1779](https://togithub.com/pinojs/pino/pull/1779) - feat([#​1595](https://togithub.com/pinojs/pino/issues/1595)): improve stream entry type by [@​Puppo](https://togithub.com/Puppo) in [https://github.com/pinojs/pino/pull/1778](https://togithub.com/pinojs/pino/pull/1778) - build(deps): bump pino-abstract-transport from v1.0.0 to 1.1.0 by [@​dependabot](https://togithub.com/dependabot) in [https://github.com/pinojs/pino/pull/1797](https://togithub.com/pinojs/pino/pull/1797) - Skip writing a big file test in CI and CITGM by [@​mcollina](https://togithub.com/mcollina) in [https://github.com/pinojs/pino/pull/1800](https://togithub.com/pinojs/pino/pull/1800) #### New Contributors - [@​hchangjae](https://togithub.com/hchangjae) made their first contribution in [https://github.com/pinojs/pino/pull/1780](https://togithub.com/pinojs/pino/pull/1780) - [@​Puppo](https://togithub.com/Puppo) made their first contribution in [https://github.com/pinojs/pino/pull/1778](https://togithub.com/pinojs/pino/pull/1778) **Full Changelog**: pinojs/pino@v8.15.0...v8.15.1 </details> --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Enabled. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Mend Renovate](https://www.mend.io/free-developer-tools/renovate/). View repository job log [here](https://developer.mend.io/github/redwoodjs/redwood). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNi44My4wIiwidXBkYXRlZEluVmVyIjoiMzYuODMuMCIsInRhcmdldEJyYW5jaCI6Im1haW4ifQ==--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: David Price <thedavid@thedavidprice.com>
bodinsamuel
referenced
this pull request
in specfy/specfy
Sep 16, 2023
[![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [pino](https://getpino.io) ([source](https://togithub.com/pinojs/pino)) | [`8.15.0` -> `8.15.1`](https://renovatebot.com/diffs/npm/pino/8.15.0/8.15.1) | [![age](https://developer.mend.io/api/mc/badges/age/npm/pino/8.15.1?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/pino/8.15.1?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/pino/8.15.0/8.15.1?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/pino/8.15.0/8.15.1?slim=true)](https://docs.renovatebot.com/merge-confidence/) | --- ### Release Notes <details> <summary>pinojs/pino (pino)</summary> ### [`v8.15.1`](https://togithub.com/pinojs/pino/releases/tag/v8.15.1) [Compare Source](https://togithub.com/pinojs/pino/compare/v8.15.0...v8.15.1) #### What's Changed - fix: replace nullish coalescing operator by [@​hchangjae](https://togithub.com/hchangjae) in [https://github.com/pinojs/pino/pull/1780](https://togithub.com/pinojs/pino/pull/1780) - adding asString to the key by [@​tzviki](https://togithub.com/tzviki) in [https://github.com/pinojs/pino/pull/1779](https://togithub.com/pinojs/pino/pull/1779) - feat([#​1595](https://togithub.com/pinojs/pino/issues/1595)): improve stream entry type by [@​Puppo](https://togithub.com/Puppo) in [https://github.com/pinojs/pino/pull/1778](https://togithub.com/pinojs/pino/pull/1778) - build(deps): bump pino-abstract-transport from v1.0.0 to 1.1.0 by [@​dependabot](https://togithub.com/dependabot) in [https://github.com/pinojs/pino/pull/1797](https://togithub.com/pinojs/pino/pull/1797) - Skip writing a big file test in CI and CITGM by [@​mcollina](https://togithub.com/mcollina) in [https://github.com/pinojs/pino/pull/1800](https://togithub.com/pinojs/pino/pull/1800) #### New Contributors - [@​hchangjae](https://togithub.com/hchangjae) made their first contribution in [https://github.com/pinojs/pino/pull/1780](https://togithub.com/pinojs/pino/pull/1780) - [@​Puppo](https://togithub.com/Puppo) made their first contribution in [https://github.com/pinojs/pino/pull/1778](https://togithub.com/pinojs/pino/pull/1778) **Full Changelog**: pinojs/pino@v8.15.0...v8.15.1 </details> --- ### Configuration 📅 **Schedule**: Branch creation - "after 10pm every weekday" in timezone Europe/Paris, Automerge - At any time (no schedule defined). 🚦 **Automerge**: Enabled. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Mend Renovate](https://www.mend.io/free-developer-tools/renovate/). View repository job log [here](https://developer.mend.io/github/specfy/specfy). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNi44My4wIiwidXBkYXRlZEluVmVyIjoiMzYuODMuMCIsInRhcmdldEJyYW5jaCI6ImNob3JlL3Jlbm92YXRlQmFzZUJyYW5jaCJ9--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This pull request has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs. |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This fixes issue-1775