Skip to content

Commit

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

---

### Release Notes

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

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

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

#### What's Changed

- Disable FinalizationRegistry if node code coverage is active by
[@&#8203;mcollina](https://togithub.com/mcollina) in
[pinojs/pino#1819

**Full Changelog**:
pinojs/pino@v8.15.2...v8.15.3

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

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

#### What's Changed

- enable named export in browser.js by
[@&#8203;tarunrajput](https://togithub.com/tarunrajput) in
[pinojs/pino#1803
- Fix improperly placed quote by
[@&#8203;Artrix9095](https://togithub.com/Artrix9095) in
[pinojs/pino#1810
- export the LoggerExtras interface by
[@&#8203;ethanniser](https://togithub.com/ethanniser) in
[pinojs/pino#1813

#### New Contributors

- [@&#8203;Artrix9095](https://togithub.com/Artrix9095) made their first
contribution in
[pinojs/pino#1810
- [@&#8203;ethanniser](https://togithub.com/ethanniser) made their first
contribution in
[pinojs/pino#1813

**Full Changelog**:
pinojs/pino@v8.15.1...v8.15.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:eyJjcmVhdGVkSW5WZXIiOiIzNy4wLjMiLCJ1cGRhdGVkSW5WZXIiOiIzNy4wLjMiLCJ0YXJnZXRCcmFuY2giOiJtYWluIn0=-->

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] committed Oct 2, 2023
1 parent 06ff599 commit 5e32fe1
Show file tree
Hide file tree
Showing 12 changed files with 82 additions and 76 deletions.
2 changes: 1 addition & 1 deletion analyzer/api/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
"@previewjs/serializable-values": "^9.0.1",
"@previewjs/type-analyzer": "^10.0.1",
"@previewjs/vfs": "^2.0.17",
"pino": "^8.15.1",
"pino": "^8.15.3",
"pino-pretty": "^10.2.0"
},
"devDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion analyzer/react/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
"@types/prop-types": "^15.7.8",
"@types/react": "^18.2.23",
"@types/react-dom": "^18.2.8",
"pino": "^8.15.1",
"pino": "^8.15.3",
"pino-pretty": "^10.2.0",
"react": "^18.2.0",
"rimraf": "^5.0.5",
Expand Down
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": "^5.0.1",
"@previewjs/vfs": "^2.0.17",
"express": "^4.18.2",
"pino": "^8.15.1",
"pino": "^8.15.3",
"playwright": "^1.38.1",
"typescript": "^5.2.2"
},
Expand Down
2 changes: 1 addition & 1 deletion core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
"globby": "^13.2.2",
"html-escaper": "^3.0.3",
"http-terminator": "^3.2.0",
"pino": "^8.15.1",
"pino": "^8.15.3",
"pino-pretty": "^10.2.0",
"rollup-plugin-friendly-type-imports": "^1.0.3",
"ts-node": "^10.9.1",
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/core": "workspace:*",
"@previewjs/iframe": "workspace:*",
"@previewjs/testing": "workspace:*",
"pino": "^8.15.1",
"pino": "^8.15.3",
"pino-pretty": "^10.2.0",
"preact": "^10.18.0",
"rimraf": "^5.0.5",
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 @@ -34,7 +34,7 @@
"@previewjs/testing": "workspace:*",
"@types/react": "^18.2.23",
"@types/react-dom": "^18.2.8",
"pino": "^8.15.1",
"pino": "^8.15.3",
"pino-pretty": "^10.2.0",
"react": "^18.2.0",
"unbuild": "^2.0.0",
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 @@ -40,7 +40,7 @@
"@previewjs/core": "workspace:*",
"@previewjs/iframe": "workspace:*",
"@previewjs/testing": "workspace:*",
"pino": "^8.15.1",
"pino": "^8.15.3",
"pino-pretty": "^10.2.0",
"solid-js": "^1.7.12",
"unbuild": "^2.0.0",
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 @@ -43,7 +43,7 @@
"@previewjs/testing": "workspace:*",
"@sveltejs/kit": "^1.25.0",
"@types/fs-extra": "^11.0.2",
"pino": "^8.15.1",
"pino": "^8.15.3",
"pino-pretty": "^10.2.0",
"unbuild": "^2.0.0",
"vitest": "^0.34.6"
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 @@ -45,7 +45,7 @@
"@previewjs/iframe": "workspace:*",
"@previewjs/testing": "workspace:*",
"@types/fs-extra": "^11.0.2",
"pino": "^8.15.1",
"pino": "^8.15.3",
"pino-pretty": "^10.2.0",
"rimraf": "^5.0.5",
"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 @@ -49,7 +49,7 @@
"@vue/runtime-core": "^3.3.4",
"@vue/runtime-dom": "^3.3.4",
"@vue/shared": "^3.3.4",
"pino": "^8.15.1",
"pino": "^8.15.3",
"pino-pretty": "^10.2.0",
"rimraf": "^5.0.5",
"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": "^8.0.1",
"fs-extra": "^11.1.1",
"pino": "^8.15.1",
"pino": "^8.15.3",
"pino-pretty": "^10.2.0",
"pnpm": "^8.8.0",
"proper-lockfile": "^4.1.2",
Expand Down

0 comments on commit 5e32fe1

Please sign in to comment.