Bump pino from 9.14.0 to 10.3.1 - #4
Closed
dependabot[bot] wants to merge 1 commit into
Closed
Conversation
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>
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>
Author
|
Looks like pino is up-to-date now, so this is no longer needed. |
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>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Bumps pino from 9.14.0 to 10.3.1.
Release notes
Sourced from pino's releases.
... (truncated)
Commits
6b34498Bumped v10.3.1f1203e6fix(transport): sanitize invalid NODE_OPTIONS preloads for workers (#2391)6a8e598docs: clarify transport level filtering behavior (#2390)49a4807Merge branch 'main' of github.com:pinojs/pino960bbbbbuild(deps-dev): bump eslint-plugin-n from 17.23.1 to 17.23.2 (#2386)e2a5b4abuild(deps): bump actions/checkout from 6.0.1 to 6.0.2 (#2385)04859e2chore: update gitignore for ai assistant filesd6adf03Bumped v10.3.006d55b1feat: set worker thread name for transport identification (#2380)a728702fix: fixmultistream().clone()return type (#2377)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 rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore this major versionwill 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 versionwill 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 dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)