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: mcollina/borp
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v0.15.0
Choose a base ref
...
head repository: mcollina/borp
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v0.17.0
Choose a head ref
  • 15 commits
  • 15 files changed
  • 4 contributors

Commits on Jun 12, 2024

  1. Bump c8 from 10.0.0 to 10.1.1 (#47)

    Bumps [c8](https://github.com/bcoe/c8) from 10.0.0 to 10.1.1.
    - [Release notes](https://github.com/bcoe/c8/releases)
    - [Changelog](https://github.com/bcoe/c8/blob/main/CHANGELOG.md)
    - [Commits](bcoe/c8@v10.0.0...v10.1.1)
    
    ---
    updated-dependencies:
    - dependency-name: c8
      dependency-type: direct:production
      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 12, 2024
    Configuration menu
    Copy the full SHA
    61b461b View commit details
    Browse the repository at this point in the history

Commits on Jun 13, 2024

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

Commits on Jul 10, 2024

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

Commits on Jul 15, 2024

  1. feat: replace JSON.parse with typescript builtin config parser (#63)

    * feat: replace JSON.parse with typescript parseJsonConfigFileContent
    
    * feat: load typescript dynamically
    vivedo authored Jul 15, 2024
    Configuration menu
    Copy the full SHA
    494cf85 View commit details
    Browse the repository at this point in the history
  2. Bump @types/node from 20.14.2 to 20.14.10 (#59)

    Bumps [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) from 20.14.2 to 20.14.10.
    - [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-patch
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Jul 15, 2024
    Configuration menu
    Copy the full SHA
    03131b5 View commit details
    Browse the repository at this point in the history
  3. Bump typescript from 5.4.5 to 5.5.3 (#58)

    Bumps [typescript](https://github.com/Microsoft/TypeScript) from 5.4.5 to 5.5.3.
    - [Release notes](https://github.com/Microsoft/TypeScript/releases)
    - [Changelog](https://github.com/microsoft/TypeScript/blob/main/azure-pipelines.release.yml)
    - [Commits](microsoft/TypeScript@v5.4.5...v5.5.3)
    
    ---
    updated-dependencies:
    - dependency-name: typescript
      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 Jul 15, 2024
    Configuration menu
    Copy the full SHA
    dd6271a View commit details
    Browse the repository at this point in the history
  4. Bump execa from 8.0.1 to 9.3.0 (#55)

    * Bump execa from 8.0.1 to 9.3.0
    
    Bumps [execa](https://github.com/sindresorhus/execa) from 8.0.1 to 9.3.0.
    - [Release notes](https://github.com/sindresorhus/execa/releases)
    - [Commits](sindresorhus/execa@v8.0.1...v9.3.0)
    
    ---
    updated-dependencies:
    - dependency-name: execa
      dependency-type: direct:production
      update-type: version-update:semver-major
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    
    * fixup
    
    Signed-off-by: Matteo Collina <hello@matteocollina.com>
    
    ---------
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Signed-off-by: Matteo Collina <hello@matteocollina.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    Co-authored-by: Matteo Collina <hello@matteocollina.com>
    dependabot[bot] and mcollina authored Jul 15, 2024
    Configuration menu
    Copy the full SHA
    a44ba87 View commit details
    Browse the repository at this point in the history
  5. Add Node v22 to CI (#64)

    * Add Node v22 to CI
    
    Signed-off-by: Matteo Collina <hello@matteocollina.com>
    
    * fixup
    
    Signed-off-by: Matteo Collina <hello@matteocollina.com>
    
    * fixup
    
    Signed-off-by: Matteo Collina <hello@matteocollina.com>
    
    ---------
    
    Signed-off-by: Matteo Collina <hello@matteocollina.com>
    mcollina authored Jul 15, 2024
    Configuration menu
    Copy the full SHA
    1bc7869 View commit details
    Browse the repository at this point in the history

Commits on Jul 16, 2024

  1. Bumped v0.16.0

    Signed-off-by: Matteo Collina <hello@matteocollina.com>
    mcollina committed Jul 16, 2024
    Configuration menu
    Copy the full SHA
    b24022e View commit details
    Browse the repository at this point in the history

Commits on Jul 17, 2024

  1. Bump @types/node from 20.14.10 to 20.14.11 (#65)

    Bumps [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) from 20.14.10 to 20.14.11.
    - [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-patch
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Jul 17, 2024
    Configuration menu
    Copy the full SHA
    7908c74 View commit details
    Browse the repository at this point in the history

Commits on Jul 23, 2024

  1. Bump typescript from 5.5.3 to 5.5.4 (#66)

    Bumps [typescript](https://github.com/Microsoft/TypeScript) from 5.5.3 to 5.5.4.
    - [Release notes](https://github.com/Microsoft/TypeScript/releases)
    - [Changelog](https://github.com/microsoft/TypeScript/blob/main/azure-pipelines.release.yml)
    - [Commits](microsoft/TypeScript@v5.5.3...v5.5.4)
    
    ---
    updated-dependencies:
    - dependency-name: typescript
      dependency-type: direct:development
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Jul 23, 2024
    Configuration menu
    Copy the full SHA
    b348999 View commit details
    Browse the repository at this point in the history

Commits on Jul 25, 2024

  1. Configuration menu
    Copy the full SHA
    0aed6b3 View commit details
    Browse the repository at this point in the history
  2. Bump @types/node from 20.14.11 to 20.14.12 (#67)

    Bumps [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) from 20.14.11 to 20.14.12.
    - [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-patch
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Jul 25, 2024
    Configuration menu
    Copy the full SHA
    3433a43 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    43bef5f View commit details
    Browse the repository at this point in the history
  4. Bumped v0.17.0

    Signed-off-by: Matteo Collina <hello@matteocollina.com>
    mcollina committed Jul 25, 2024
    Configuration menu
    Copy the full SHA
    98b54f1 View commit details
    Browse the repository at this point in the history
Loading