Skip to content

Commit

Permalink
chore(deps): update dependency pino to ^8.14.2 (#1867)
Browse files Browse the repository at this point in the history
[![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.14.1` ->
`^8.14.2`](https://renovatebot.com/diffs/npm/pino/8.14.1/8.14.2) |
[![age](https://developer.mend.io/api/mc/badges/age/npm/pino/8.14.2?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/pino/8.14.2?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/pino/8.14.1/8.14.2?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/pino/8.14.1/8.14.2?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|

---

### Release Notes

<details>
<summary>pinojs/pino (pino)</summary>

### [`v8.14.2`](https://togithub.com/pinojs/pino/releases/tag/v8.14.2)

[Compare
Source](https://togithub.com/pinojs/pino/compare/v8.14.1...v8.14.2)

#### What's Changed

- build(deps-dev): bump
[@&#8203;types/node](https://togithub.com/types/node) from 18.16.14 to
20.2.3 by [@&#8203;dependabot](https://togithub.com/dependabot) in
[pinojs/pino#1718
- build(deps-dev): bump rimraf from 4.4.1 to 5.0.1 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[pinojs/pino#1719
- build(deps-dev): bump pino-pretty from 9.4.0 to 10.0.0 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[pinojs/pino#1670
- docs: add pino-slack-webhook to list of v7+ compatible transports by
[@&#8203;youngkiu](https://togithub.com/youngkiu) in
[pinojs/pino#1730
- Add missing closing curly brace in transports documentation by
[@&#8203;JasoonS](https://togithub.com/JasoonS) in
[pinojs/pino#1737
- Issue [#&#8203;1735](https://togithub.com/pinojs/pino/issues/1735) -
Programmatic Integration as a transport fails by
[@&#8203;altearius](https://togithub.com/altearius) in
[pinojs/pino#1739
- build(deps-dev): bump typescript from 4.9.5 to 5.1.3 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[pinojs/pino#1728
- build(deps-dev): bump bole from 4.0.1 to 5.0.5 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[pinojs/pino#1734
- build(deps-dev): bump eslint-plugin-n from 15.7.0 to 16.0.1 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[pinojs/pino#1740
- fix: browser respect child logger log level by
[@&#8203;NicoVogel](https://togithub.com/NicoVogel) in
[pinojs/pino#1725
- Fix dependency version by
[@&#8203;jsumners](https://togithub.com/jsumners) in
[pinojs/pino#1747
- fix: use `messageKey` when giving message precedence over error by
[@&#8203;joelmukuthu](https://togithub.com/joelmukuthu) in
[pinojs/pino#1746

#### New Contributors

- [@&#8203;youngkiu](https://togithub.com/youngkiu) made their first
contribution in
[pinojs/pino#1730
- [@&#8203;JasoonS](https://togithub.com/JasoonS) made their first
contribution in
[pinojs/pino#1737
- [@&#8203;altearius](https://togithub.com/altearius) made their first
contribution in
[pinojs/pino#1739
- [@&#8203;NicoVogel](https://togithub.com/NicoVogel) made their first
contribution in
[pinojs/pino#1725
- [@&#8203;joelmukuthu](https://togithub.com/joelmukuthu) made their
first contribution in
[pinojs/pino#1746

**Full Changelog**:
pinojs/pino@v8.14.1...v8.14.2

</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:eyJjcmVhdGVkSW5WZXIiOiIzNi4yNC4yIiwidXBkYXRlZEluVmVyIjoiMzYuMjQuMiIsInRhcmdldEJyYW5jaCI6Im1haW4ifQ==-->

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] committed Jul 27, 2023
1 parent ec806fd commit d48af9a
Show file tree
Hide file tree
Showing 10 changed files with 30 additions and 30 deletions.
2 changes: 1 addition & 1 deletion chromeless/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
"@previewjs/properties": "^3.0.2",
"@previewjs/vfs": "^2.0.15",
"express": "^4.18.2",
"pino": "^8.14.1",
"pino": "^8.14.2",
"pino-pretty": "^10.2.0",
"playwright": "^1.36.2",
"typescript": "^5.1.6"
Expand Down
2 changes: 1 addition & 1 deletion core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
"globby": "^13.2.2",
"html-escaper": "^3.0.3",
"http-terminator": "^3.2.0",
"pino": "^8.14.1",
"pino": "^8.14.2",
"rollup-plugin-friendly-type-imports": "^1.0.3",
"ts-node": "^10.9.1",
"tsconfig-paths": "^4.2.0",
Expand Down
2 changes: 1 addition & 1 deletion framework-plugins/preact/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
"@previewjs/iframe": "workspace:*",
"@previewjs/properties": "workspace:*",
"@previewjs/testing": "workspace:*",
"pino": "^8.14.1",
"pino": "^8.14.2",
"pino-pretty": "^10.2.0",
"preact": "^10.16.0",
"rimraf": "^5.0.1",
Expand Down
2 changes: 1 addition & 1 deletion framework-plugins/react/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@
"@types/prop-types": "^15.7.5",
"@types/react": "^18.2.17",
"@types/react-dom": "^18.2.7",
"pino": "^8.14.1",
"pino": "^8.14.2",
"pino-pretty": "^10.2.0",
"react": "^18.2.0",
"rimraf": "^5.0.1",
Expand Down
2 changes: 1 addition & 1 deletion framework-plugins/solid/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
"@previewjs/core": "workspace:*",
"@previewjs/iframe": "workspace:*",
"@previewjs/testing": "workspace:*",
"pino": "^8.14.1",
"pino": "^8.14.2",
"pino-pretty": "^10.2.0",
"solid-js": "^1.7.8",
"unbuild": "^1.2.1",
Expand Down
2 changes: 1 addition & 1 deletion framework-plugins/svelte/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
"@previewjs/testing": "workspace:*",
"@sveltejs/kit": "^1.22.3",
"@types/fs-extra": "^11.0.1",
"pino": "^8.14.1",
"pino": "^8.14.2",
"pino-pretty": "^10.2.0",
"unbuild": "^1.2.1",
"vitest": "^0.33.0"
Expand Down
2 changes: 1 addition & 1 deletion framework-plugins/vue2/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@
"@previewjs/iframe": "workspace:*",
"@previewjs/testing": "workspace:*",
"@types/fs-extra": "^11.0.1",
"pino": "^8.14.1",
"pino": "^8.14.2",
"pino-pretty": "^10.2.0",
"rimraf": "^5.0.1",
"shx": "^0.3.4",
Expand Down
2 changes: 1 addition & 1 deletion framework-plugins/vue3/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@
"@vue/runtime-core": "^3.3.4",
"@vue/runtime-dom": "^3.3.4",
"@vue/shared": "^3.3.4",
"pino": "^8.14.1",
"pino": "^8.14.2",
"pino-pretty": "^10.2.0",
"rimraf": "^5.0.1",
"shx": "^0.3.4",
Expand Down
2 changes: 1 addition & 1 deletion loader/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@
"exclusive-promises": "^1.0.3",
"execa": "^7.2.0",
"fs-extra": "^11.1.1",
"pino": "^8.14.1",
"pino": "^8.14.2",
"pino-pretty": "^10.2.0",
"pnpm": "^8.6.10",
"proper-lockfile": "^4.1.2",
Expand Down
42 changes: 21 additions & 21 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit d48af9a

Please sign in to comment.