Commit 41ec7c4
Upgrade: [dependabot] - bump pino from 9.11.0 to 10.3.1 (#699)
Bumps [pino](https://github.com/pinojs/pino) from 9.11.0 to 10.3.1.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/pinojs/pino/releases">pino's
releases</a>.</em></p>
<blockquote>
<h2>v10.3.1</h2>
<h2>What's Changed</h2>
<ul>
<li>build(deps): bump actions/checkout from 6.0.1 to 6.0.2 by <a
href="https://github.com/dependabot"><code>@dependabot</code></a>[bot]
in <a
href="https://redirect.github.com/pinojs/pino/pull/2385">pinojs/pino#2385</a></li>
<li>build(deps-dev): bump eslint-plugin-n from 17.23.1 to 17.23.2 by <a
href="https://github.com/dependabot"><code>@dependabot</code></a>[bot]
in <a
href="https://redirect.github.com/pinojs/pino/pull/2386">pinojs/pino#2386</a></li>
<li>docs: clarify transport level filtering behavior by <a
href="https://github.com/mcollina"><code>@mcollina</code></a> in <a
href="https://redirect.github.com/pinojs/pino/pull/2390">pinojs/pino#2390</a></li>
<li>fix(transport): sanitize invalid NODE_OPTIONS preloads for workers
by <a href="https://github.com/mcollina"><code>@mcollina</code></a> in
<a
href="https://redirect.github.com/pinojs/pino/pull/2391">pinojs/pino#2391</a></li>
</ul>
<p><strong>Full Changelog</strong>: <a
href="https://github.com/pinojs/pino/compare/v10.3.0...v10.3.1">https://github.com/pinojs/pino/compare/v10.3.0...v10.3.1</a></p>
<h2>v10.3.0</h2>
<h2>What's Changed</h2>
<ul>
<li>feat: improve the return type of <code>multistream().clone()</code>
by <a href="https://github.com/mrazauskas"><code>@mrazauskas</code></a>
in <a
href="https://redirect.github.com/pinojs/pino/pull/2377">pinojs/pino#2377</a></li>
<li>feat: set worker thread name for transport identification by <a
href="https://github.com/mcollina"><code>@mcollina</code></a> in <a
href="https://redirect.github.com/pinojs/pino/pull/2380">pinojs/pino#2380</a></li>
</ul>
<p><strong>Full Changelog</strong>: <a
href="https://github.com/pinojs/pino/compare/v10.2.1...v10.3.0">https://github.com/pinojs/pino/compare/v10.2.1...v10.3.0</a></p>
<h2>v10.2.1</h2>
<h2>What's Changed</h2>
<ul>
<li>fix: prevent ERR_WORKER_INVALID_EXEC_ARGV with monitoring tools by
<a href="https://github.com/mcollina"><code>@mcollina</code></a> in <a
href="https://redirect.github.com/pinojs/pino/pull/2379">pinojs/pino#2379</a></li>
</ul>
<p><strong>Full Changelog</strong>: <a
href="https://github.com/pinojs/pino/compare/v10.2.0...v10.2.1">https://github.com/pinojs/pino/compare/v10.2.0...v10.2.1</a></p>
<h2>v10.2.0</h2>
<h2>What's Changed</h2>
<ul>
<li>chore: lint TypeScript files by <a
href="https://github.com/mrazauskas"><code>@mrazauskas</code></a> in <a
href="https://redirect.github.com/pinojs/pino/pull/2363">pinojs/pino#2363</a></li>
<li>fix: prevent memory leak when using transport with --import preload
by <a href="https://github.com/mcollina"><code>@mcollina</code></a> in
<a
href="https://redirect.github.com/pinojs/pino/pull/2374">pinojs/pino#2374</a></li>
</ul>
<h2>New Contributors</h2>
<ul>
<li><a
href="https://github.com/mrazauskas"><code>@mrazauskas</code></a> made
their first contribution in <a
href="https://redirect.github.com/pinojs/pino/pull/2363">pinojs/pino#2363</a></li>
</ul>
<p><strong>Full Changelog</strong>: <a
href="https://github.com/pinojs/pino/compare/v10.1.1...v10.2.0">https://github.com/pinojs/pino/compare/v10.1.1...v10.2.0</a></p>
<h2>v10.1.1</h2>
<h2>What's Changed</h2>
<ul>
<li>fix(types): Correct conditional type handling for generic log
function arguments by <a
href="https://github.com/samchungy"><code>@samchungy</code></a> in <a
href="https://redirect.github.com/pinojs/pino/pull/2329">pinojs/pino#2329</a></li>
<li>perf: use JSON.stringify in fast path for node v25+ by <a
href="https://github.com/ronag"><code>@ronag</code></a> in <a
href="https://redirect.github.com/pinojs/pino/pull/2330">pinojs/pino#2330</a></li>
<li>build(deps): bump actions/setup-node from 4 to 6 by <a
href="https://github.com/dependabot"><code>@dependabot</code></a>[bot]
in <a
href="https://redirect.github.com/pinojs/pino/pull/2336">pinojs/pino#2336</a></li>
<li>build(deps-dev): bump borp from 0.20.2 to 0.21.0 by <a
href="https://github.com/dependabot"><code>@dependabot</code></a>[bot]
in <a
href="https://redirect.github.com/pinojs/pino/pull/2337">pinojs/pino#2337</a></li>
<li>build(deps): bump pino-abstract-transport from 2.0.0 to 3.0.0 by <a
href="https://github.com/dependabot"><code>@dependabot</code></a>[bot]
in <a
href="https://redirect.github.com/pinojs/pino/pull/2338">pinojs/pino#2338</a></li>
<li>docs: update CONTRIBUTING.md to reference 'main' instead of 'master'
by <a
href="https://github.com/NoobFullStack"><code>@NoobFullStack</code></a>
in <a
href="https://redirect.github.com/pinojs/pino/pull/2334">pinojs/pino#2334</a></li>
<li>feat(browser): add reportCaller to surface user callsite by <a
href="https://github.com/dev-KingMaster"><code>@dev-KingMaster</code></a>
in <a
href="https://redirect.github.com/pinojs/pino/pull/2340">pinojs/pino#2340</a></li>
<li>docs: update transports.md by <a
href="https://github.com/marklai1998"><code>@marklai1998</code></a> in
<a
href="https://redirect.github.com/pinojs/pino/pull/2224">pinojs/pino#2224</a></li>
<li>docs: add Node.js 22+ native TypeScript type stripping support by <a
href="https://github.com/mcollina"><code>@mcollina</code></a> in <a
href="https://redirect.github.com/pinojs/pino/pull/2347">pinojs/pino#2347</a></li>
<li>feat(types): use ThreadStream type from thread-stream by <a
href="https://github.com/CHC383"><code>@CHC383</code></a> in <a
href="https://redirect.github.com/pinojs/pino/pull/2320">pinojs/pino#2320</a></li>
<li>build(deps): bump actions/checkout from 5.0.0 to 6.0.0 by <a
href="https://github.com/dependabot"><code>@dependabot</code></a>[bot]
in <a
href="https://redirect.github.com/pinojs/pino/pull/2354">pinojs/pino#2354</a></li>
<li>build(deps): update thread-stream to v4 by <a
href="https://github.com/mcollina"><code>@mcollina</code></a> in <a
href="https://redirect.github.com/pinojs/pino/pull/2356">pinojs/pino#2356</a></li>
<li>fix: harden transport loading against prototype pollution by <a
href="https://github.com/omdxp"><code>@omdxp</code></a> in <a
href="https://redirect.github.com/pinojs/pino/pull/2358">pinojs/pino#2358</a></li>
</ul>
<!-- raw HTML omitted -->
</blockquote>
<p>... (truncated)</p>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/pinojs/pino/commit/6b344980eae3ebed904fc87caf4bba0ab9dbe946"><code>6b34498</code></a>
Bumped v10.3.1</li>
<li><a
href="https://github.com/pinojs/pino/commit/f1203e6c2ba2e9c69124c7e88cdb19d8d6fcfdf9"><code>f1203e6</code></a>
fix(transport): sanitize invalid NODE_OPTIONS preloads for workers (<a
href="https://redirect.github.com/pinojs/pino/issues/2391">#2391</a>)</li>
<li><a
href="https://github.com/pinojs/pino/commit/6a8e5984cfe5f6db4514be0565602c74b6975ec3"><code>6a8e598</code></a>
docs: clarify transport level filtering behavior (<a
href="https://redirect.github.com/pinojs/pino/issues/2390">#2390</a>)</li>
<li><a
href="https://github.com/pinojs/pino/commit/49a480790385dcba9b2c5cfa1eb6a901593a5039"><code>49a4807</code></a>
Merge branch 'main' of github.com:pinojs/pino</li>
<li><a
href="https://github.com/pinojs/pino/commit/960bbbb71a1b8d79d3455a633ebb10a60a9943bc"><code>960bbbb</code></a>
build(deps-dev): bump eslint-plugin-n from 17.23.1 to 17.23.2 (<a
href="https://redirect.github.com/pinojs/pino/issues/2386">#2386</a>)</li>
<li><a
href="https://github.com/pinojs/pino/commit/e2a5b4aeca5160b5123f417cb65caf61d9b57ec6"><code>e2a5b4a</code></a>
build(deps): bump actions/checkout from 6.0.1 to 6.0.2 (<a
href="https://redirect.github.com/pinojs/pino/issues/2385">#2385</a>)</li>
<li><a
href="https://github.com/pinojs/pino/commit/04859e2d2f1dcaa94a0ad88a05163a661fc1c7be"><code>04859e2</code></a>
chore: update gitignore for ai assistant files</li>
<li><a
href="https://github.com/pinojs/pino/commit/d6adf03b50ab48a1507c6ef39be6852bac5b021b"><code>d6adf03</code></a>
Bumped v10.3.0</li>
<li><a
href="https://github.com/pinojs/pino/commit/06d55b1b748a068b70253f961e8cafe9e2faaf92"><code>06d55b1</code></a>
feat: set worker thread name for transport identification (<a
href="https://redirect.github.com/pinojs/pino/issues/2380">#2380</a>)</li>
<li><a
href="https://github.com/pinojs/pino/commit/a728702d4887d5a733f88b1372d56e464184cde6"><code>a728702</code></a>
fix: fix <code>multistream().clone()</code> return type (<a
href="https://redirect.github.com/pinojs/pino/issues/2377">#2377</a>)</li>
<li>Additional commits viewable in <a
href="https://github.com/pinojs/pino/compare/v9.11.0...v10.3.1">compare
view</a></li>
</ul>
</details>
<br />
[](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)
You can trigger a rebase of this PR by commenting `@dependabot rebase`.
[//]: # (dependabot-automerge-start)
[//]: # (dependabot-automerge-end)
---
<details>
<summary>Dependabot commands and options</summary>
<br />
You can trigger Dependabot actions by commenting on this PR:
- `@dependabot rebase` will rebase this PR
- `@dependabot recreate` will recreate this PR, overwriting any edits
that have been made to it
- `@dependabot show <dependency name> ignore conditions` will show all
of the ignore conditions of the specified dependency
- `@dependabot ignore this major version` will close this PR and stop
Dependabot creating any more for this major version (unless you reopen
the PR or upgrade to it yourself)
- `@dependabot ignore this minor version` will close this PR and stop
Dependabot creating any more for this minor version (unless you reopen
the PR or upgrade to it yourself)
- `@dependabot ignore this dependency` will close this PR and stop
Dependabot creating any more for this dependency (unless you reopen the
PR or upgrade to it yourself)
</details>
> **Note**
> Automatic rebases have been disabled on this pull request as it has
been open for over 30 days.
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Jack Spagnoli <jack.spagnoli1@nhs.net>1 parent 29fe757 commit 41ec7c4
2 files changed
Lines changed: 27 additions & 22 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
6 | 6 | | |
7 | 7 | | |
8 | 8 | | |
9 | | - | |
| 9 | + | |
10 | 10 | | |
11 | 11 | | |
12 | 12 | | |
| |||
0 commit comments