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-pretty
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v8.0.0
Choose a base ref
...
head repository: pinojs/pino-pretty
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v8.1.0
Choose a head ref
  • 16 commits
  • 13 files changed
  • 8 contributors

Commits on Jun 3, 2022

  1. Configuration menu
    Copy the full SHA
    63ece31 View commit details
    Browse the repository at this point in the history

Commits on Jun 4, 2022

  1. chore: fix typo (#341)

    Sync271 authored Jun 4, 2022
    Configuration menu
    Copy the full SHA
    754a830 View commit details
    Browse the repository at this point in the history

Commits on Jun 6, 2022

  1. Bump on-exit-leak-free from 0.2.0 to 1.0.0 (#342)

    Bumps [on-exit-leak-free](https://github.com/mcollina/on-exit-or-gc) from 0.2.0 to 1.0.0.
    - [Release notes](https://github.com/mcollina/on-exit-or-gc/releases)
    - [Commits](https://github.com/mcollina/on-exit-or-gc/commits/v1.0.0)
    
    ---
    updated-dependencies:
    - dependency-name: on-exit-leak-free
      dependency-type: direct:production
      update-type: version-update:semver-major
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Jun 6, 2022
    Configuration menu
    Copy the full SHA
    ec27edc View commit details
    Browse the repository at this point in the history
  2. Bump sonic-boom from 2.8.0 to 3.0.0 (#343)

    Bumps [sonic-boom](https://github.com/pinojs/sonic-boom) from 2.8.0 to 3.0.0.
    - [Release notes](https://github.com/pinojs/sonic-boom/releases)
    - [Commits](pinojs/sonic-boom@v2.8.0...v3.0.0)
    
    ---
    updated-dependencies:
    - dependency-name: sonic-boom
      dependency-type: direct:production
      update-type: version-update:semver-major
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Jun 6, 2022
    Configuration menu
    Copy the full SHA
    3dbcd21 View commit details
    Browse the repository at this point in the history

Commits on Jun 10, 2022

  1. Update dependencies (#346)

    * Update dependencies
    
    * Fix Node 18
    jsumners authored Jun 10, 2022
    Configuration menu
    Copy the full SHA
    3ecbfb1 View commit details
    Browse the repository at this point in the history

Commits on Jun 11, 2022

  1. Configuration menu
    Copy the full SHA
    206ba05 View commit details
    Browse the repository at this point in the history

Commits on Jun 13, 2022

  1. Bump tsd from 0.20.0 to 0.21.0 (#349)

    Bumps [tsd](https://github.com/SamVerschueren/tsd) from 0.20.0 to 0.21.0.
    - [Release notes](https://github.com/SamVerschueren/tsd/releases)
    - [Commits](tsdjs/tsd@v0.20.0...v0.21.0)
    
    ---
    updated-dependencies:
    - dependency-name: tsd
      dependency-type: direct:development
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Jun 13, 2022
    Configuration menu
    Copy the full SHA
    97eb3f4 View commit details
    Browse the repository at this point in the history

Commits on Jun 19, 2022

  1. Configuration menu
    Copy the full SHA
    0e85542 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9175afb View commit details
    Browse the repository at this point in the history
  3. ci: update workflows

    Fdawgs committed Jun 19, 2022
    Configuration menu
    Copy the full SHA
    0a6e595 View commit details
    Browse the repository at this point in the history
  4. ci: add name to test job

    Fdawgs committed Jun 19, 2022
    Configuration menu
    Copy the full SHA
    9f0755f View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    3b7095d View commit details
    Browse the repository at this point in the history

Commits on Jun 20, 2022

  1. Bump @types/node from 17.0.45 to 18.0.0 (#352)

    Bumps [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) from 17.0.45 to 18.0.0.
    - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
    - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node)
    
    ---
    updated-dependencies:
    - dependency-name: "@types/node"
      dependency-type: direct:development
      update-type: version-update:semver-major
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Jun 20, 2022
    Configuration menu
    Copy the full SHA
    023831b View commit details
    Browse the repository at this point in the history
  2. Bump readable-stream from 3.6.0 to 4.0.0 (#353)

    Bumps [readable-stream](https://github.com/nodejs/readable-stream) from 3.6.0 to 4.0.0.
    - [Release notes](https://github.com/nodejs/readable-stream/releases)
    - [Commits](nodejs/readable-stream@v3.6.0...v4.0.0)
    
    ---
    updated-dependencies:
    - dependency-name: readable-stream
      dependency-type: direct:production
      update-type: version-update:semver-major
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Jun 20, 2022
    Configuration menu
    Copy the full SHA
    fa83ee1 View commit details
    Browse the repository at this point in the history

Commits on Jun 22, 2022

  1. Bumped pino-abstract-transport v1.0.0 (#354)

    * Bumped pino-abstract-transport v1.0.0
    
    Signed-off-by: Matteo Collina <hello@matteocollina.com>
    
    * debug
    
    Signed-off-by: Matteo Collina <hello@matteocollina.com>
    
    * more debug
    
    Signed-off-by: Matteo Collina <hello@matteocollina.com>
    
    * more fix
    
    * more update
    
    Signed-off-by: Matteo Collina <hello@matteocollina.com>
    
    * fixup
    
    * fixup
    mcollina authored Jun 22, 2022
    Configuration menu
    Copy the full SHA
    ca8a85b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    2928d13 View commit details
    Browse the repository at this point in the history
Loading