Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(deps-dev): bump pino from 9.2.0 to 9.3.1 #298

Merged
merged 3 commits into from
Jul 24, 2024

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jul 22, 2024

Bumps pino from 9.2.0 to 9.3.1.

Release notes

Sourced from pino's releases.

v9.3.1

Full Changelog: pinojs/pino@v9.3.0...v9.3.1

v9.3.0

What's Changed

New Contributors

Full Changelog: pinojs/pino@v9.2.1...v9.3.0

v9.2.1

What's Changed

Full Changelog: pinojs/pino@v9.2.0...v9.2.1

Commits

Dependabot compatibility score

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 commands and options

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)

@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code labels Jul 22, 2024
@dependabot dependabot bot requested a review from a team July 22, 2024 01:51
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/pino-9.3.1 branch from 86652b2 to 3c4c99e Compare July 23, 2024 21:42
Bumps [pino](https://github.com/pinojs/pino) from 9.2.0 to 9.3.1.
- [Release notes](https://github.com/pinojs/pino/releases)
- [Commits](pinojs/pino@v9.2.0...v9.3.1)

---
updated-dependencies:
- dependency-name: pino
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/pino-9.3.1 branch from 3c4c99e to 016c158 Compare July 23, 2024 21:43
@trentm
Copy link
Member

trentm commented Jul 23, 2024

pino@9 is a transitive dep of fastify@4. fastify@4 does test with Node.js v14... but isn't explicit about what Node.js versions it supports. Latest pino@9 only tests with Node.js v18 and up. So eventual breakage in Node 14 and 16 were/are perhaps inevitable.

pino@9.3.0 starts using node:-prefixed loads, so breaks with Node.js v14.17.0 and less.

Options:

  1. bump min-Node to 14.18.0
  2. raise the min-Node with which we test instr-fastify

Option 2 is the quicker easier path currently. This is a devDep, so this is fine.

@trentm
Copy link
Member

trentm commented Jul 23, 2024

Hrm, we already do skip that test with node v14.18, so wassup?

#104 (comment)

@trentm
Copy link
Member

trentm commented Jul 23, 2024

Oh, instr-pino tests.

@trentm trentm merged commit 004dcbe into main Jul 24, 2024
12 checks passed
@trentm trentm deleted the dependabot/npm_and_yarn/pino-9.3.1 branch July 24, 2024 03:57
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant