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: fastify/avvio
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v8.1.3
Choose a base ref
...
head repository: fastify/avvio
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v8.2.0
Choose a head ref
  • 11 commits
  • 29 files changed
  • 5 contributors

Commits on Mar 8, 2022

  1. Bump tap from 15.2.3 to 16.0.0 (#178)

    Bumps [tap](https://github.com/tapjs/node-tap) from 15.2.3 to 16.0.0.
    - [Release notes](https://github.com/tapjs/node-tap/releases)
    - [Commits](tapjs/tapjs@v15.2.3...v16.0.0)
    
    ---
    updated-dependencies:
    - dependency-name: tap
      dependency-type: direct:development
      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 Mar 8, 2022
    Configuration menu
    Copy the full SHA
    8d42de2 View commit details
    Browse the repository at this point in the history

Commits on Mar 10, 2022

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

Commits on Mar 14, 2022

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

Commits on Mar 21, 2022

  1. chore: change Timetree to class statement (#182)

    * chore: class changes
    
    * chore: class changes for TimeTree
    
    * chore: make name more readble
    
    * chore: make argument more readable
    xtx1130 authored Mar 21, 2022
    Configuration menu
    Copy the full SHA
    1ef0e56 View commit details
    Browse the repository at this point in the history

Commits on Mar 22, 2022

  1. test: add test description & change test require style & change case …

    …for esm test (#181)
    
    * test: add test description &  change test require style & change case for esm test
    
    * Update test/esm.test.js
    
    Co-authored-by: Manuel Spigolon <[email protected]>
    
    * test: change case for esm test
    
    Co-authored-by: Manuel Spigolon <[email protected]>
    xtx1130 and Eomm authored Mar 22, 2022
    Configuration menu
    Copy the full SHA
    74334bb View commit details
    Browse the repository at this point in the history

Commits on May 19, 2022

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

Commits on May 30, 2022

  1. Bump standard from 16.0.4 to 17.0.0 (#185)

    Bumps [standard](https://github.com/standard/standard) from 16.0.4 to 17.0.0.
    - [Release notes](https://github.com/standard/standard/releases)
    - [Changelog](https://github.com/standard/standard/blob/master/CHANGELOG.md)
    - [Commits](standard/standard@v16.0.4...v17.0.0)
    
    ---
    updated-dependencies:
    - dependency-name: standard
      dependency-type: direct:development
      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 May 30, 2022
    Configuration menu
    Copy the full SHA
    5fa05f5 View commit details
    Browse the repository at this point in the history

Commits on Jun 10, 2022

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

Commits on Jun 20, 2022

  1. build(deps-dev): bump @types/node from 17.0.45 to 18.0.0 (#188)

    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] <[email protected]>
    
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Jun 20, 2022
    Configuration menu
    Copy the full SHA
    392d84d View commit details
    Browse the repository at this point in the history

Commits on Jul 11, 2022

  1. Make sure we always start in a microtick (#189)

    Signed-off-by: Matteo Collina <[email protected]>
    Fixes: fastify/fastify#4125
    mcollina authored Jul 11, 2022
    Configuration menu
    Copy the full SHA
    865a454 View commit details
    Browse the repository at this point in the history
  2. Bumped v8.2.0

    Signed-off-by: Matteo Collina <[email protected]>
    mcollina committed Jul 11, 2022
    Configuration menu
    Copy the full SHA
    3aa1741 View commit details
    Browse the repository at this point in the history
Loading