Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: pinojs/pino
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v9.9.0
Choose a base ref
...
head repository: pinojs/pino
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v9.9.1
Choose a head ref
  • 8 commits
  • 9 files changed
  • 2 contributors

Commits on Sep 2, 2025

  1. build(deps): bump actions/checkout from 4 to 5 (#2268)

    Bumps [actions/checkout](https://github.com/actions/checkout) from 4 to 5.
    - [Release notes](https://github.com/actions/checkout/releases)
    - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)
    - [Commits](actions/checkout@v4...v5)
    
    ---
    updated-dependencies:
    - dependency-name: actions/checkout
      dependency-version: '5'
      dependency-type: direct:production
      update-type: version-update:semver-major
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Sep 2, 2025
    Configuration menu
    Copy the full SHA
    0c82b53 View commit details
    Browse the repository at this point in the history
  2. build(deps-dev): bump tsd from 0.32.0 to 0.33.0 (#2269)

    Bumps [tsd](https://github.com/tsdjs/tsd) from 0.32.0 to 0.33.0.
    - [Release notes](https://github.com/tsdjs/tsd/releases)
    - [Commits](tsdjs/tsd@v0.32.0...v0.33.0)
    
    ---
    updated-dependencies:
    - dependency-name: tsd
      dependency-version: 0.33.0
      dependency-type: direct:development
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Sep 2, 2025
    Configuration menu
    Copy the full SHA
    6e7f4c8 View commit details
    Browse the repository at this point in the history

Commits on Sep 3, 2025

  1. fix: TypeScript regression with boolean values in %s placeholders (#2262

    )
    
    * fix: TypeScript regression with boolean values in %s placeholders
    
    Fixes #2259 - TypeScript regression introduced in v9.9.0 where boolean
    values could not be used with %s placeholders in logging methods.
    
    The %s placeholder now correctly accepts all primitive types (string,
    number, boolean, bigint, null, undefined, symbol) as it should, matching
    the runtime behavior where these values are converted to strings.
    
    - Updated PlaceholderTypeMapping to allow all primitives for %s
    - Added comprehensive test coverage for all primitive types with %s
    - Removed incorrect type error expectations for boolean and number with %s
    
    * fix docs
    
    Signed-off-by: Matteo Collina <[email protected]>
    
    ---------
    
    Signed-off-by: Matteo Collina <[email protected]>
    mcollina authored Sep 3, 2025
    Configuration menu
    Copy the full SHA
    57f14c1 View commit details
    Browse the repository at this point in the history
  2. automate releases

    Signed-off-by: Matteo Collina <[email protected]>
    mcollina committed Sep 3, 2025
    Configuration menu
    Copy the full SHA
    7e074b3 View commit details
    Browse the repository at this point in the history
  3. fixup

    Signed-off-by: Matteo Collina <[email protected]>
    mcollina committed Sep 3, 2025
    Configuration menu
    Copy the full SHA
    d791b8f View commit details
    Browse the repository at this point in the history
  4. Fix publish-release.yml

    Signed-off-by: Matteo Collina <[email protected]>
    mcollina committed Sep 3, 2025
    Configuration menu
    Copy the full SHA
    e7fffc9 View commit details
    Browse the repository at this point in the history
  5. Fix publish-release.yml

    Signed-off-by: Matteo Collina <[email protected]>
    mcollina committed Sep 3, 2025
    Configuration menu
    Copy the full SHA
    f98ef1d View commit details
    Browse the repository at this point in the history
  6. Bumped v9.9.1

    mcollina committed Sep 3, 2025
    Configuration menu
    Copy the full SHA
    260f07e View commit details
    Browse the repository at this point in the history
Loading