Skip to content

Commit 6c84e06

Browse files
chore(deps): update dependency pino to ^8.16.0 (#2098)
[![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.7` -> `^8.16.0`](https://renovatebot.com/diffs/npm/pino/8.15.7/8.16.0) | [![age](https://developer.mend.io/api/mc/badges/age/npm/pino/8.16.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/pino/8.16.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/pino/8.15.7/8.16.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/pino/8.15.7/8.16.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | --- ### Release Notes <details> <summary>pinojs/pino (pino)</summary> ### [`v8.16.0`](https://togithub.com/pinojs/pino/releases/tag/v8.16.0) [Compare Source](https://togithub.com/pinojs/pino/compare/v8.15.7...v8.16.0) #### What's Changed - allow passing callback to flush by [@&#8203;rluvaton](https://togithub.com/rluvaton) in [https://github.com/pinojs/pino/pull/1827](https://togithub.com/pinojs/pino/pull/1827) **Full Changelog**: pinojs/pino@v8.15.7...v8.16.0 </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:eyJjcmVhdGVkSW5WZXIiOiIzNy44LjEiLCJ1cGRhdGVkSW5WZXIiOiIzNy44LjEiLCJ0YXJnZXRCcmFuY2giOiJtYWluIn0=--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 4a05b39 commit 6c84e06

File tree

12 files changed

+57
-44
lines changed

12 files changed

+57
-44
lines changed

analyzer/api/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333
"@previewjs/serializable-values": "^9.0.1",
3434
"@previewjs/type-analyzer": "^10.0.1",
3535
"@previewjs/vfs": "^2.0.17",
36-
"pino": "^8.15.7",
36+
"pino": "^8.16.0",
3737
"pino-pretty": "^10.2.3"
3838
},
3939
"devDependencies": {

analyzer/react/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@
3636
"@types/prop-types": "^15.7.8",
3737
"@types/react": "^18.2.27",
3838
"@types/react-dom": "^18.2.12",
39-
"pino": "^8.15.7",
39+
"pino": "^8.16.0",
4040
"pino-pretty": "^10.2.3",
4141
"react": "^18.2.0",
4242
"rimraf": "^5.0.5",

chromeless/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
"@previewjs/properties": "^5.0.1",
2828
"@previewjs/vfs": "^2.0.17",
2929
"express": "^4.18.2",
30-
"pino": "^8.15.7",
30+
"pino": "^8.16.0",
3131
"playwright": "^1.38.1",
3232
"typescript": "^5.2.2"
3333
},

core/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@
4141
"globby": "^13.2.2",
4242
"html-escaper": "^3.0.3",
4343
"http-terminator": "^3.2.0",
44-
"pino": "^8.15.7",
44+
"pino": "^8.16.0",
4545
"pino-pretty": "^10.2.3",
4646
"rollup-plugin-friendly-type-imports": "^1.0.3",
4747
"ts-node": "^10.9.1",

framework-plugins/preact/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@
3838
"@previewjs/core": "workspace:*",
3939
"@previewjs/iframe": "workspace:*",
4040
"@previewjs/testing": "workspace:*",
41-
"pino": "^8.15.7",
41+
"pino": "^8.16.0",
4242
"pino-pretty": "^10.2.3",
4343
"preact": "^10.18.1",
4444
"rimraf": "^5.0.5",

framework-plugins/react/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434
"@previewjs/testing": "workspace:*",
3535
"@types/react": "^18.2.27",
3636
"@types/react-dom": "^18.2.12",
37-
"pino": "^8.15.7",
37+
"pino": "^8.16.0",
3838
"pino-pretty": "^10.2.3",
3939
"react": "^18.2.0",
4040
"unbuild": "^2.0.0",

framework-plugins/solid/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@
4040
"@previewjs/core": "workspace:*",
4141
"@previewjs/iframe": "workspace:*",
4242
"@previewjs/testing": "workspace:*",
43-
"pino": "^8.15.7",
43+
"pino": "^8.16.0",
4444
"pino-pretty": "^10.2.3",
4545
"solid-js": "^1.7.12",
4646
"unbuild": "^2.0.0",

framework-plugins/svelte/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@
4343
"@previewjs/testing": "workspace:*",
4444
"@sveltejs/kit": "^1.25.1",
4545
"@types/fs-extra": "^11.0.2",
46-
"pino": "^8.15.7",
46+
"pino": "^8.16.0",
4747
"pino-pretty": "^10.2.3",
4848
"unbuild": "^2.0.0",
4949
"vitest": "^0.34.6"

framework-plugins/vue2/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@
4545
"@previewjs/iframe": "workspace:*",
4646
"@previewjs/testing": "workspace:*",
4747
"@types/fs-extra": "^11.0.2",
48-
"pino": "^8.15.7",
48+
"pino": "^8.16.0",
4949
"pino-pretty": "^10.2.3",
5050
"rimraf": "^5.0.5",
5151
"shx": "^0.3.4",

framework-plugins/vue3/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@
4949
"@vue/runtime-core": "^3.3.4",
5050
"@vue/runtime-dom": "^3.3.4",
5151
"@vue/shared": "^3.3.4",
52-
"pino": "^8.15.7",
52+
"pino": "^8.16.0",
5353
"pino-pretty": "^10.2.3",
5454
"rimraf": "^5.0.5",
5555
"shx": "^0.3.4",

loader/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@
4949
"exclusive-promises": "^1.0.3",
5050
"execa": "^8.0.1",
5151
"fs-extra": "^11.1.1",
52-
"pino": "^8.15.7",
52+
"pino": "^8.16.0",
5353
"pino-pretty": "^10.2.3",
5454
"pnpm": "^8.9.0",
5555
"proper-lockfile": "^4.1.2",

pnpm-lock.yaml

+46-33
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)