Skip to content

Bump pino from 9.14.0 to 10.3.1 - #4

Closed
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/npm_and_yarn/pino-10.3.1
Closed

Bump pino from 9.14.0 to 10.3.1#4
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/npm_and_yarn/pino-10.3.1

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Sep 10, 2026

Copy link
Copy Markdown

Bumps pino from 9.14.0 to 10.3.1.

Release notes

Sourced from pino's releases.

v10.3.1

What's Changed

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

v10.3.0

What's Changed

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

v10.2.1

What's Changed

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

v10.2.0

What's Changed

New Contributors

Full Changelog: pinojs/pino@v10.1.1...v10.2.0

v10.1.1

What's Changed

... (truncated)

Commits
  • 6b34498 Bumped v10.3.1
  • f1203e6 fix(transport): sanitize invalid NODE_OPTIONS preloads for workers (#2391)
  • 6a8e598 docs: clarify transport level filtering behavior (#2390)
  • 49a4807 Merge branch 'main' of github.com:pinojs/pino
  • 960bbbb build(deps-dev): bump eslint-plugin-n from 17.23.1 to 17.23.2 (#2386)
  • e2a5b4a build(deps): bump actions/checkout from 6.0.1 to 6.0.2 (#2385)
  • 04859e2 chore: update gitignore for ai assistant files
  • d6adf03 Bumped v10.3.0
  • 06d55b1 feat: set worker thread name for transport identification (#2380)
  • a728702 fix: fix multistream().clone() return type (#2377)
  • Additional commits viewable in compare view

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 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)

Bumps [pino](https://github.com/pinojs/pino) from 9.14.0 to 10.3.1.
- [Release notes](https://github.com/pinojs/pino/releases)
- [Commits](pinojs/pino@v9.14.0...v10.3.1)

---
updated-dependencies:
- dependency-name: pino
  dependency-version: 10.3.1
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code labels Sep 10, 2026
greggTime added a commit that referenced this pull request Sep 11, 2026
… 7, +7) (#11)

* chore(deps): apply all 10 Dependabot bumps as one combined upgrade

Supersedes Dependabot PRs #1-#10 by applying every bump together against
the real code, regenerating the lockfile, and verifying the combined tree.

Dependencies:
- @slack/bolt        4.7.3  -> 5.1.0   (#9)
- @slack/web-api     7.19.0 -> 8.1.1   (#6)
- typescript         5.9.3  -> 7.0.2   (#5)
- pino               9.14.0 -> 10.3.1  (#4)
- @types/node        22.20.1 -> 26.5.0 (#7)
- dotenv             16.6.1 -> 17.4.2  (#3)
- @grpc/proto-loader 0.7.15 -> 0.8.1   (#10)
- tsx                4.23.12 -> 4.23.13 (#8)

CI (GitHub Actions):
- actions/checkout   v4 -> v7 (#2)
- actions/setup-node v4 -> v7 (#1)

The only source/config change required across all ten bumps is one line:
tsconfig.json moduleResolution "Node" -> "bundler". TypeScript 7 (the native
compiler) removed the legacy node10/Node resolver; "bundler" keeps
module: CommonJS and emits identical CommonJS output with zero source edits.

Verified on the combined tree: fresh install (0 vulnerabilities), typecheck,
build (CommonJS emit + dist/ loads under Node), unit suite 202/202 across
three runs, a gRPC mock round-trip (grpc-js 1.14 / proto-loader 0.8), offline
App Home render, seed:audit reset/append, and support-bundle happy + refusal
paths. Not covered: a live Socket Mode connection (needs real Slack tokens).

Co-Authored-By: Claude <svc-devxp-claude@slack-corp.com>

* ci: drop EOL Node 20, test on Node 22 and 24

The `npm test` script runs `node --test` with a `**` glob, which is only
supported by the Node test runner on Node 21+. The CI matrix still included
Node 20.x, where the glob is passed through literally and never matches
(`Could not find 'test/**/*.test.ts'`), so `npm test` failed. This is a
pre-existing incompatibility (present since the initial import and failing on
every Dependabot PR), independent of the dependency bumps; install and
typecheck already pass on Node 20.

Node 20 reached end-of-life in April 2026, so drop it rather than work around
the glob:
- CI matrix: [20.x, 22.x] -> [22.x, 24.x]
- engines.node: >=20 -> >=22
- maintainers guide: reference Node 22 and 24

Co-Authored-By: Claude <svc-devxp-claude@slack-corp.com>

---------

Co-authored-by: Claude <svc-devxp-claude@slack-corp.com>
@dependabot @github

dependabot Bot commented on behalf of github Sep 11, 2026

Copy link
Copy Markdown
Author

Looks like pino is up-to-date now, so this is no longer needed.

@dependabot dependabot Bot closed this Sep 11, 2026
@dependabot
dependabot Bot deleted the dependabot/npm_and_yarn/pino-10.3.1 branch September 11, 2026 01:17
greggTime added a commit that referenced this pull request Sep 11, 2026
… 7, +7) (#11)

* chore(deps): apply all 10 Dependabot bumps as one combined upgrade

Supersedes Dependabot PRs #1-#10 by applying every bump together against
the real code, regenerating the lockfile, and verifying the combined tree.

Dependencies:
- @slack/bolt        4.7.3  -> 5.1.0   (#9)
- @slack/web-api     7.19.0 -> 8.1.1   (#6)
- typescript         5.9.3  -> 7.0.2   (#5)
- pino               9.14.0 -> 10.3.1  (#4)
- @types/node        22.20.1 -> 26.5.0 (#7)
- dotenv             16.6.1 -> 17.4.2  (#3)
- @grpc/proto-loader 0.7.15 -> 0.8.1   (#10)
- tsx                4.23.12 -> 4.23.13 (#8)

CI (GitHub Actions):
- actions/checkout   v4 -> v7 (#2)
- actions/setup-node v4 -> v7 (#1)

The only source/config change required across all ten bumps is one line:
tsconfig.json moduleResolution "Node" -> "bundler". TypeScript 7 (the native
compiler) removed the legacy node10/Node resolver; "bundler" keeps
module: CommonJS and emits identical CommonJS output with zero source edits.

Verified on the combined tree: fresh install (0 vulnerabilities), typecheck,
build (CommonJS emit + dist/ loads under Node), unit suite 202/202 across
three runs, a gRPC mock round-trip (grpc-js 1.14 / proto-loader 0.8), offline
App Home render, seed:audit reset/append, and support-bundle happy + refusal
paths. Not covered: a live Socket Mode connection (needs real Slack tokens).

Co-Authored-By: Claude <svc-devxp-claude@slack-corp.com>

* ci: drop EOL Node 20, test on Node 22 and 24

The `npm test` script runs `node --test` with a `**` glob, which is only
supported by the Node test runner on Node 21+. The CI matrix still included
Node 20.x, where the glob is passed through literally and never matches
(`Could not find 'test/**/*.test.ts'`), so `npm test` failed. This is a
pre-existing incompatibility (present since the initial import and failing on
every Dependabot PR), independent of the dependency bumps; install and
typecheck already pass on Node 20.

Node 20 reached end-of-life in April 2026, so drop it rather than work around
the glob:
- CI matrix: [20.x, 22.x] -> [22.x, 24.x]
- engines.node: >=20 -> >=22
- maintainers guide: reference Node 22 and 24

Co-Authored-By: Claude <svc-devxp-claude@slack-corp.com>

---------

Co-authored-by: Claude <svc-devxp-claude@slack-corp.com>
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.

0 participants