Skip to content

Commit b222a01

Browse files
Upgrade: [dependabot] - bump pino from 9.7.0 to 9.8.0 (#511)
Bumps [pino](https://github.com/pinojs/pino) from 9.7.0 to 9.8.0. <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>v9.8.0</h2> <h2>What's Changed</h2> <ul> <li>build(deps-dev): bump pino-pretty from 11.3.0 to 13.0.0 by <a href="https://github.com/dependabot"><code>@​dependabot</code></a>[bot] in <a href="https://redirect.github.com/pinojs/pino/pull/2083">pinojs/pino#2083</a></li> <li>chore(license): update licensing year by <a href="https://github.com/Tony133"><code>@​Tony133</code></a> in <a href="https://redirect.github.com/pinojs/pino/pull/2226">pinojs/pino#2226</a></li> <li>Enhance logger function typing by <a href="https://github.com/samchungy"><code>@​samchungy</code></a> in <a href="https://redirect.github.com/pinojs/pino/pull/2230">pinojs/pino#2230</a></li> <li>Fix typo in bench-long-string script name in package.json by <a href="https://github.com/prkomb"><code>@​prkomb</code></a> in <a href="https://redirect.github.com/pinojs/pino/pull/2235">pinojs/pino#2235</a></li> <li>fix: remove trailing comma in tsconfig.json by <a href="https://github.com/prkomb"><code>@​prkomb</code></a> in <a href="https://redirect.github.com/pinojs/pino/pull/2236">pinojs/pino#2236</a></li> <li>build(deps-dev): bump <code>@​types/node</code> from 22.15.34 to 24.0.8 by <a href="https://github.com/dependabot"><code>@​dependabot</code></a>[bot] in <a href="https://redirect.github.com/pinojs/pino/pull/2238">pinojs/pino#2238</a></li> <li>build(deps-dev): bump jest from 29.7.0 to 30.0.3 by <a href="https://github.com/dependabot"><code>@​dependabot</code></a>[bot] in <a href="https://redirect.github.com/pinojs/pino/pull/2240">pinojs/pino#2240</a></li> <li>Fix missing asObjectBindingsOnly type from browser config by <a href="https://github.com/MarsCapone"><code>@​MarsCapone</code></a> in <a href="https://redirect.github.com/pinojs/pino/pull/2243">pinojs/pino#2243</a></li> <li>chore: remove benchmark as devDependency by <a href="https://github.com/Uzlopak"><code>@​Uzlopak</code></a> in <a href="https://redirect.github.com/pinojs/pino/pull/2247">pinojs/pino#2247</a></li> <li>feat: introduce <code>logger.msgPrefix</code> getter by <a href="https://github.com/indutny-signal"><code>@​indutny-signal</code></a> in <a href="https://redirect.github.com/pinojs/pino/pull/2232">pinojs/pino#2232</a></li> <li>docs: link hono integration to homepage by <a href="https://github.com/0-BSCode"><code>@​0-BSCode</code></a> in <a href="https://redirect.github.com/pinojs/pino/pull/2252">pinojs/pino#2252</a></li> <li>Fix TS export condition by <a href="https://github.com/mcollina"><code>@​mcollina</code></a> in <a href="https://redirect.github.com/pinojs/pino/pull/2223">pinojs/pino#2223</a></li> <li>build(deps-dev): bump typescript from 5.8.3 to 5.9.2 by <a href="https://github.com/dependabot"><code>@​dependabot</code></a>[bot] in <a href="https://redirect.github.com/pinojs/pino/pull/2250">pinojs/pino#2250</a></li> </ul> <h2>New Contributors</h2> <ul> <li><a href="https://github.com/Tony133"><code>@​Tony133</code></a> made their first contribution in <a href="https://redirect.github.com/pinojs/pino/pull/2226">pinojs/pino#2226</a></li> <li><a href="https://github.com/samchungy"><code>@​samchungy</code></a> made their first contribution in <a href="https://redirect.github.com/pinojs/pino/pull/2230">pinojs/pino#2230</a></li> <li><a href="https://github.com/prkomb"><code>@​prkomb</code></a> made their first contribution in <a href="https://redirect.github.com/pinojs/pino/pull/2235">pinojs/pino#2235</a></li> <li><a href="https://github.com/MarsCapone"><code>@​MarsCapone</code></a> made their first contribution in <a href="https://redirect.github.com/pinojs/pino/pull/2243">pinojs/pino#2243</a></li> <li><a href="https://github.com/Uzlopak"><code>@​Uzlopak</code></a> made their first contribution in <a href="https://redirect.github.com/pinojs/pino/pull/2247">pinojs/pino#2247</a></li> <li><a href="https://github.com/indutny-signal"><code>@​indutny-signal</code></a> made their first contribution in <a href="https://redirect.github.com/pinojs/pino/pull/2232">pinojs/pino#2232</a></li> <li><a href="https://github.com/0-BSCode"><code>@​0-BSCode</code></a> made their first contribution in <a href="https://redirect.github.com/pinojs/pino/pull/2252">pinojs/pino#2252</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/pinojs/pino/compare/v9.7.0...v9.8.0">https://github.com/pinojs/pino/compare/v9.7.0...v9.8.0</a></p> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/pinojs/pino/commit/fa6589b1506f54f0bb84024e3490085bf4c40411"><code>fa6589b</code></a> Bumped v9.8.0</li> <li><a href="https://github.com/pinojs/pino/commit/6e99ae6c88fd4fe94a86ff28cc632618fa02f2b4"><code>6e99ae6</code></a> build(deps-dev): bump typescript from 5.8.3 to 5.9.2 (<a href="https://redirect.github.com/pinojs/pino/issues/2250">#2250</a>)</li> <li><a href="https://github.com/pinojs/pino/commit/4544130f2164916f0bbac813ce05319aa9cb794c"><code>4544130</code></a> Fix TS export condition (<a href="https://redirect.github.com/pinojs/pino/issues/2223">#2223</a>)</li> <li><a href="https://github.com/pinojs/pino/commit/3261227d5fe3be420bee4def98930bf8e33e7893"><code>3261227</code></a> docs: link hono integration to homepage (<a href="https://redirect.github.com/pinojs/pino/issues/2252">#2252</a>)</li> <li><a href="https://github.com/pinojs/pino/commit/4605454f7745e331ec8c91be22fa53897dce0e57"><code>4605454</code></a> feat: introduce <code>logger.msgPrefix</code> getter (<a href="https://redirect.github.com/pinojs/pino/issues/2232">#2232</a>)</li> <li><a href="https://github.com/pinojs/pino/commit/b26220fcc95132fc0806db2b98d6a968eacc9125"><code>b26220f</code></a> chore: remove benchmark as devDependency (<a href="https://redirect.github.com/pinojs/pino/issues/2247">#2247</a>)</li> <li><a href="https://github.com/pinojs/pino/commit/836176bf03a96c20fe918305ee265bfc03a52244"><code>836176b</code></a> Fix missing asObjectBindingsOnly type from browser config (<a href="https://redirect.github.com/pinojs/pino/issues/2243">#2243</a>)</li> <li><a href="https://github.com/pinojs/pino/commit/9dd5a597d92d8584e3c65290073590ee39c7b718"><code>9dd5a59</code></a> build(deps-dev): bump jest from 29.7.0 to 30.0.3 (<a href="https://redirect.github.com/pinojs/pino/issues/2240">#2240</a>)</li> <li><a href="https://github.com/pinojs/pino/commit/bd19ecff3f63c94f4650650753c184cec65efe46"><code>bd19ecf</code></a> build(deps-dev): bump <code>@​types/node</code> from 22.15.34 to 24.0.8 (<a href="https://redirect.github.com/pinojs/pino/issues/2238">#2238</a>)</li> <li><a href="https://github.com/pinojs/pino/commit/d2cebda9ea8d2cfd0ce5d60990e9e79f79991a42"><code>d2cebda</code></a> fix: remove trailing comma in tsconfig.json (<a href="https://redirect.github.com/pinojs/pino/issues/2236">#2236</a>)</li> <li>Additional commits viewable in <a href="https://github.com/pinojs/pino/compare/v9.7.0...v9.8.0">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=pino&package-manager=npm_and_yarn&previous-version=9.7.0&new-version=9.8.0)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually 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 merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@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> Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent a53acaa commit b222a01

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

package-lock.json

Lines changed: 4 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
"artillery": "^2.0.23",
77
"axios": "^1.11.0",
88
"jsonwebtoken": "^9.0.2",
9-
"pino": "^9.7.0"
9+
"pino": "^9.8.0"
1010
},
1111
"devDependencies": {
1212
"@types/aws-lambda": "^8.10.152",

0 commit comments

Comments
 (0)