Skip to content

Commit 827769f

Browse files
chore(deps): update dependency pino-pretty to ^10.3.0 (#2309)
[![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-pretty](https://togithub.com/pinojs/pino-pretty) | [`^10.2.3` -> `^10.3.0`](https://renovatebot.com/diffs/npm/pino-pretty/10.2.3/10.3.0) | [![age](https://developer.mend.io/api/mc/badges/age/npm/pino-pretty/10.3.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/pino-pretty/10.3.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/pino-pretty/10.2.3/10.3.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/pino-pretty/10.2.3/10.3.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | --- ### Release Notes <details> <summary>pinojs/pino-pretty (pino-pretty)</summary> ### [`v10.3.0`](https://togithub.com/pinojs/pino-pretty/releases/tag/v10.3.0) [Compare Source](https://togithub.com/pinojs/pino-pretty/compare/v10.2.3...v10.3.0) #### What's Changed - chore: Remove `config` from README programmatic usage options by [@&#8203;adamhamlin](https://togithub.com/adamhamlin) in [https://github.com/pinojs/pino-pretty/pull/475](https://togithub.com/pinojs/pino-pretty/pull/475) - Bump actions/setup-node from 3 to 4 by [@&#8203;dependabot](https://togithub.com/dependabot) in [https://github.com/pinojs/pino-pretty/pull/476](https://togithub.com/pinojs/pino-pretty/pull/476) - Minior Doc. Update Readme.md. Fix commas. by [@&#8203;grigals](https://togithub.com/grigals) in [https://github.com/pinojs/pino-pretty/pull/479](https://togithub.com/pinojs/pino-pretty/pull/479) - Update to latest help-me by [@&#8203;mcollina](https://togithub.com/mcollina) in [https://github.com/pinojs/pino-pretty/pull/482](https://togithub.com/pinojs/pino-pretty/pull/482) #### New Contributors - [@&#8203;adamhamlin](https://togithub.com/adamhamlin) made their first contribution in [https://github.com/pinojs/pino-pretty/pull/475](https://togithub.com/pinojs/pino-pretty/pull/475) - [@&#8203;grigals](https://togithub.com/grigals) made their first contribution in [https://github.com/pinojs/pino-pretty/pull/479](https://togithub.com/pinojs/pino-pretty/pull/479) **Full Changelog**: pinojs/pino-pretty@v10.2.3...v10.3.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:eyJjcmVhdGVkSW5WZXIiOiIzNy45My4xIiwidXBkYXRlZEluVmVyIjoiMzcuOTMuMSIsInRhcmdldEJyYW5jaCI6Im1haW4ifQ==--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 41623af commit 827769f

File tree

11 files changed

+38
-46
lines changed

11 files changed

+38
-46
lines changed

analyzer/api/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434
"@previewjs/type-analyzer": "^10.1.2",
3535
"@previewjs/vfs": "^2.1.1",
3636
"pino": "^8.16.2",
37-
"pino-pretty": "^10.2.3"
37+
"pino-pretty": "^10.3.0"
3838
},
3939
"devDependencies": {
4040
"typescript": "^5.3.3",

analyzer/react/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@
3737
"@types/react": "^18.2.45",
3838
"@types/react-dom": "^18.2.17",
3939
"pino": "^8.16.2",
40-
"pino-pretty": "^10.2.3",
40+
"pino-pretty": "^10.3.0",
4141
"react": "^18.2.0",
4242
"rimraf": "^5.0.5",
4343
"shx": "^0.3.4",

core/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@
4040
"html-escaper": "^3.0.3",
4141
"http-terminator": "^3.2.0",
4242
"pino": "^8.16.2",
43-
"pino-pretty": "^10.2.3",
43+
"pino-pretty": "^10.3.0",
4444
"rollup-plugin-friendly-type-imports": "^1.0.3",
4545
"ts-node": "^10.9.2",
4646
"tsconfig-paths": "^4.2.0",

framework-plugins/preact/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@
3939
"@previewjs/iframe": "workspace:*",
4040
"@previewjs/testing": "workspace:*",
4141
"pino": "^8.16.2",
42-
"pino-pretty": "^10.2.3",
42+
"pino-pretty": "^10.3.0",
4343
"preact": "^10.19.3",
4444
"rimraf": "^5.0.5",
4545
"unbuild": "^2.0.0",

framework-plugins/react/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@
3535
"@types/react": "^18.2.45",
3636
"@types/react-dom": "^18.2.17",
3737
"pino": "^8.16.2",
38-
"pino-pretty": "^10.2.3",
38+
"pino-pretty": "^10.3.0",
3939
"react": "^18.2.0",
4040
"unbuild": "^2.0.0",
4141
"vite": "^4.5.1"

framework-plugins/solid/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@
4141
"@previewjs/iframe": "workspace:*",
4242
"@previewjs/testing": "workspace:*",
4343
"pino": "^8.16.2",
44-
"pino-pretty": "^10.2.3",
44+
"pino-pretty": "^10.3.0",
4545
"solid-js": "^1.8.7",
4646
"unbuild": "^2.0.0",
4747
"vite": "^4.5.1",

framework-plugins/svelte/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@
4444
"@sveltejs/kit": "^1.30.3",
4545
"@types/fs-extra": "^11.0.4",
4646
"pino": "^8.16.2",
47-
"pino-pretty": "^10.2.3",
47+
"pino-pretty": "^10.3.0",
4848
"unbuild": "^2.0.0",
4949
"vitest": "^0.34.6"
5050
}

framework-plugins/vue2/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@
4646
"@previewjs/testing": "workspace:*",
4747
"@types/fs-extra": "^11.0.4",
4848
"pino": "^8.16.2",
49-
"pino-pretty": "^10.2.3",
49+
"pino-pretty": "^10.3.0",
5050
"rimraf": "^5.0.5",
5151
"shx": "^0.3.4",
5252
"unbuild": "^2.0.0",

framework-plugins/vue3/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@
5050
"@vue/runtime-dom": "^3.3.11",
5151
"@vue/shared": "^3.3.11",
5252
"pino": "^8.16.2",
53-
"pino-pretty": "^10.2.3",
53+
"pino-pretty": "^10.3.0",
5454
"rimraf": "^5.0.5",
5555
"shx": "^0.3.4",
5656
"unbuild": "^2.0.0",

loader/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@
5656
"execa": "^8.0.1",
5757
"fs-extra": "^11.2.0",
5858
"pino": "^8.16.2",
59-
"pino-pretty": "^10.2.3",
59+
"pino-pretty": "^10.3.0",
6060
"pnpm": "^8.12.1",
6161
"rimraf": "^5.0.5",
6262
"typescript": "^5.3.3"

pnpm-lock.yaml

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

0 commit comments

Comments
 (0)