Skip to content

Commit

Permalink
chore(deps): update dependency pino-pretty to ^11.2.1 (#2719)
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-pretty](https://github.com/pinojs/pino-pretty) | [`^11.1.0` ->
`^11.2.1`](https://renovatebot.com/diffs/npm/pino-pretty/11.1.0/11.2.1)
|
[![age](https://developer.mend.io/api/mc/badges/age/npm/pino-pretty/11.2.1?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/pino-pretty/11.2.1?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/pino-pretty/11.1.0/11.2.1?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/pino-pretty/11.1.0/11.2.1?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|

---

### Release Notes

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

###
[`v11.2.1`](https://github.com/pinojs/pino-pretty/releases/tag/v11.2.1):
v11

[Compare
Source](https://github.com/pinojs/pino-pretty/compare/v11.2.0...v11.2.1)

#### What's Changed

- Fix: add missing useOnlyCustomProps options to type definitions by
[@&#8203;pcdevil](https://github.com/pcdevil) in
[pinojs/pino-pretty#514

#### New Contributors

- [@&#8203;pcdevil](https://github.com/pcdevil) made their first
contribution in
[pinojs/pino-pretty#514

**Full Changelog**:
pinojs/pino-pretty@v11.2.0...v11.2.1

###
[`v11.2.0`](https://github.com/pinojs/pino-pretty/releases/tag/v11.2.0)

[Compare
Source](https://github.com/pinojs/pino-pretty/compare/v11.1.0...v11.2.0)

#### What's Changed

- fix: add injection of lacking arguments of customPrettifiers by
[@&#8203;pasha-vuiko](https://github.com/pasha-vuiko) in
[pinojs/pino-pretty#501

#### New Contributors

- [@&#8203;pasha-vuiko](https://github.com/pasha-vuiko) made their
first contribution in
[pinojs/pino-pretty#501

**Full Changelog**:
pinojs/pino-pretty@v11.1.0...v11.2.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:eyJjcmVhdGVkSW5WZXIiOiIzNy4zOTMuMCIsInVwZGF0ZWRJblZlciI6IjM3LjM5My4wIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6W119-->

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] committed Jun 16, 2024
1 parent 28ab0db commit 41bafac
Show file tree
Hide file tree
Showing 11 changed files with 55 additions and 58 deletions.
2 changes: 1 addition & 1 deletion analyzer/api/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
"@previewjs/type-analyzer": "^10.1.3",
"@previewjs/vfs": "^2.1.2",
"pino": "^8.21.0",
"pino-pretty": "^11.1.0"
"pino-pretty": "^11.2.1"
},
"devDependencies": {
"typescript": "^5.4.5",
Expand Down
2 changes: 1 addition & 1 deletion analyzer/react/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
"@types/react": "^18.3.3",
"@types/react-dom": "^18.3.0",
"pino": "^8.21.0",
"pino-pretty": "^11.1.0",
"pino-pretty": "^11.2.1",
"react": "^18.3.1",
"rimraf": "^5.0.7",
"shx": "^0.3.4",
Expand Down
2 changes: 1 addition & 1 deletion core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
"html-escaper": "^3.0.3",
"http-terminator": "^3.2.0",
"pino": "^8.21.0",
"pino-pretty": "^11.1.0",
"pino-pretty": "^11.2.1",
"rollup-plugin-friendly-type-imports": "^1.0.3",
"ts-node": "^10.9.2",
"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 @@ -39,7 +39,7 @@
"@previewjs/iframe": "workspace:*",
"@previewjs/testing": "workspace:*",
"pino": "^8.21.0",
"pino-pretty": "^11.1.0",
"pino-pretty": "^11.2.1",
"preact": "^10.22.0",
"rimraf": "^5.0.7",
"unbuild": "^2.0.0",
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 @@ -35,7 +35,7 @@
"@types/react": "^18.3.3",
"@types/react-dom": "^18.3.0",
"pino": "^8.21.0",
"pino-pretty": "^11.1.0",
"pino-pretty": "^11.2.1",
"react": "^18.3.1",
"unbuild": "^2.0.0",
"vite": "^5.2.11"
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 @@ -41,7 +41,7 @@
"@previewjs/iframe": "workspace:*",
"@previewjs/testing": "workspace:*",
"pino": "^8.21.0",
"pino-pretty": "^11.1.0",
"pino-pretty": "^11.2.1",
"solid-js": "^1.8.17",
"unbuild": "^2.0.0",
"vite": "^5.2.11",
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 @@ -44,7 +44,7 @@
"@sveltejs/kit": "^2.5.16",
"@types/fs-extra": "^11.0.4",
"pino": "^8.21.0",
"pino-pretty": "^11.1.0",
"pino-pretty": "^11.2.1",
"unbuild": "^2.0.0",
"vitest": "^1.6.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 @@ -46,7 +46,7 @@
"@previewjs/testing": "workspace:*",
"@types/fs-extra": "^11.0.4",
"pino": "^8.21.0",
"pino-pretty": "^11.1.0",
"pino-pretty": "^11.2.1",
"rimraf": "^5.0.7",
"shx": "^0.3.4",
"unbuild": "^2.0.0",
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 @@ -50,7 +50,7 @@
"@vue/runtime-dom": "^3.4.29",
"@vue/shared": "^3.4.29",
"pino": "^8.21.0",
"pino-pretty": "^11.1.0",
"pino-pretty": "^11.2.1",
"rimraf": "^5.0.7",
"shx": "^0.3.4",
"unbuild": "^2.0.0",
Expand Down
2 changes: 1 addition & 1 deletion loader/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@
"execa": "^8.0.1",
"fs-extra": "^11.2.0",
"pino": "^8.21.0",
"pino-pretty": "^11.1.0",
"pino-pretty": "^11.2.1",
"pnpm": "^8.15.8",
"rimraf": "^5.0.7",
"typescript": "^5.4.5"
Expand Down
93 changes: 45 additions & 48 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 41bafac

Please sign in to comment.