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: sigstore/sigstore-js
base: 591db8d9680e29e96813df1d49ce44529385b433
Choose a base ref
...
head repository: sigstore/sigstore-js
compare: f0b49a04e5a62250e0f60fb128004a73110fe311
Choose a head ref
  • 18 commits
  • 61 files changed
  • 5 contributors

Commits on Aug 11, 2023

  1. fix-up dependency in mock package (#679)

    Signed-off-by: Brian DeHamer <bdehamer@github.com>
    bdehamer committed Aug 11, 2023
    Configuration menu
    Copy the full SHA
    c8de4e9 View commit details
    Browse the repository at this point in the history

Commits on Aug 14, 2023

  1. Bump actions/setup-node from 3.7.0 to 3.8.0 (#689)

    Bumps [actions/setup-node](https://github.com/actions/setup-node) from 3.7.0 to 3.8.0.
    - [Release notes](https://github.com/actions/setup-node/releases)
    - [Commits](actions/setup-node@e33196f...bea5baf)
    
    ---
    updated-dependencies:
    - dependency-name: actions/setup-node
      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] committed Aug 14, 2023
    Configuration menu
    Copy the full SHA
    7802a6b View commit details
    Browse the repository at this point in the history
  2. Bump the oclif group with 1 update (#688)

    * Bump the oclif group with 1 update
    
    Bumps the oclif group with 1 update: [@oclif/plugin-help](https://github.com/oclif/plugin-help).
    
    - [Release notes](https://github.com/oclif/plugin-help/releases)
    - [Changelog](https://github.com/oclif/plugin-help/blob/main/CHANGELOG.md)
    - [Commits](oclif/plugin-help@5.2.16...5.2.17)
    
    ---
    updated-dependencies:
    - dependency-name: "@oclif/plugin-help"
      dependency-type: direct:production
      update-type: version-update:semver-patch
      dependency-group: oclif
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    
    * Add changeset for dependabot updates
    
    Signed-off-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
    
    ---------
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Signed-off-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
    Co-authored-by: Brian DeHamer <bdehamer@github.com>
    3 people committed Aug 14, 2023
    Configuration menu
    Copy the full SHA
    153eded View commit details
    Browse the repository at this point in the history
  3. Bump the dev-dependencies group with 2 updates (#687)

    * Bump the dev-dependencies group with 2 updates
    
    Bumps the dev-dependencies group with 2 updates: [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) and [eslint](https://github.com/eslint/eslint).
    
    
    Updates `@types/node` from 20.4.9 to 20.5.0
    - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
    - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node)
    
    Updates `eslint` from 8.46.0 to 8.47.0
    - [Release notes](https://github.com/eslint/eslint/releases)
    - [Changelog](https://github.com/eslint/eslint/blob/main/CHANGELOG.md)
    - [Commits](eslint/eslint@v8.46.0...v8.47.0)
    
    ---
    updated-dependencies:
    - dependency-name: "@types/node"
      dependency-type: direct:development
      update-type: version-update:semver-minor
      dependency-group: dev-dependencies
    - dependency-name: eslint
      dependency-type: direct:development
      update-type: version-update:semver-minor
      dependency-group: dev-dependencies
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    
    * Add changeset for dependabot updates
    
    Signed-off-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
    
    ---------
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Signed-off-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
    Co-authored-by: Brian DeHamer <bdehamer@github.com>
    3 people committed Aug 14, 2023
    Configuration menu
    Copy the full SHA
    f12ee66 View commit details
    Browse the repository at this point in the history

Commits on Aug 15, 2023

  1. remove legacy CLI from client package (#682)

    Signed-off-by: Brian DeHamer <bdehamer@github.com>
    bdehamer committed Aug 15, 2023
    Configuration menu
    Copy the full SHA
    e36bbfa View commit details
    Browse the repository at this point in the history
  2. remove tuf helpers from client package (#683)

    Signed-off-by: Brian DeHamer <bdehamer@github.com>
    bdehamer committed Aug 15, 2023
    Configuration menu
    Copy the full SHA
    4455f7f View commit details
    Browse the repository at this point in the history
  3. remove oauth provider from client package (#685)

    * remove oauth provider from client package
    
    Signed-off-by: Brian DeHamer <bdehamer@github.com>
    
    * Update .changeset/mighty-hornets-tan.md
    
    Co-authored-by: Philip Harrison <philip@mailharrison.com>
    Signed-off-by: Brian DeHamer <bdehamer@github.com>
    
    ---------
    
    Signed-off-by: Brian DeHamer <bdehamer@github.com>
    Co-authored-by: Philip Harrison <philip@mailharrison.com>
    bdehamer and feelepxyz committed Aug 15, 2023
    Configuration menu
    Copy the full SHA
    d5060c0 View commit details
    Browse the repository at this point in the history
  4. remove sigstore-utils from public interface of client package (#684)

    * remove sigstore-utils from public interface
    
    Signed-off-by: Brian DeHamer <bdehamer@github.com>
    
    * remove custom signer option from client package (#686)
    
    Signed-off-by: Brian DeHamer <bdehamer@github.com>
    
    * fix merge conflict
    
    Signed-off-by: Brian DeHamer <bdehamer@github.com>
    
    ---------
    
    Signed-off-by: Brian DeHamer <bdehamer@github.com>
    bdehamer committed Aug 15, 2023
    Configuration menu
    Copy the full SHA
    3bd0fbb View commit details
    Browse the repository at this point in the history
  5. Bump the dev-dependencies group with 2 updates (#690)

    * Bump the dev-dependencies group with 2 updates
    
    Bumps the dev-dependencies group with 2 updates: [@typescript-eslint/eslint-plugin](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin) and [@typescript-eslint/parser](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser).
    
    
    Updates `@typescript-eslint/eslint-plugin` from 6.3.0 to 6.4.0
    - [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases)
    - [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/eslint-plugin/CHANGELOG.md)
    - [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v6.4.0/packages/eslint-plugin)
    
    Updates `@typescript-eslint/parser` from 6.3.0 to 6.4.0
    - [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases)
    - [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/parser/CHANGELOG.md)
    - [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v6.4.0/packages/parser)
    
    ---
    updated-dependencies:
    - dependency-name: "@typescript-eslint/eslint-plugin"
      dependency-type: direct:development
      update-type: version-update:semver-minor
      dependency-group: dev-dependencies
    - dependency-name: "@typescript-eslint/parser"
      dependency-type: direct:development
      update-type: version-update:semver-minor
      dependency-group: dev-dependencies
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    
    * Add changeset for dependabot updates
    
    Signed-off-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
    
    ---------
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Signed-off-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
    Co-authored-by: Brian DeHamer <bdehamer@github.com>
    3 people committed Aug 15, 2023
    Configuration menu
    Copy the full SHA
    8a83280 View commit details
    Browse the repository at this point in the history

Commits on Aug 16, 2023

  1. bump make-fetch-happen to v13 (#681)

    * bump make-fetch-happen to v12
    
    Signed-off-by: Brian DeHamer <bdehamer@github.com>
    
    * bump base node version to 16.14.0
    
    Signed-off-by: Brian DeHamer <bdehamer@github.com>
    
    * bump make-fetch-happen to v13
    
    Signed-off-by: Brian DeHamer <bdehamer@github.com>
    
    ---------
    
    Signed-off-by: Brian DeHamer <bdehamer@github.com>
    bdehamer committed Aug 16, 2023
    Configuration menu
    Copy the full SHA
    d0053a3 View commit details
    Browse the repository at this point in the history
  2. Bump the dev-dependencies group with 1 update (#691)

    * Bump the dev-dependencies group with 1 update
    
    Bumps the dev-dependencies group with 1 update: [prettier](https://github.com/prettier/prettier).
    
    - [Release notes](https://github.com/prettier/prettier/releases)
    - [Changelog](https://github.com/prettier/prettier/blob/main/CHANGELOG.md)
    - [Commits](prettier/prettier@3.0.1...3.0.2)
    
    ---
    updated-dependencies:
    - dependency-name: prettier
      dependency-type: direct:development
      update-type: version-update:semver-patch
      dependency-group: dev-dependencies
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    
    * Add changeset for dependabot updates
    
    Signed-off-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
    
    ---------
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Signed-off-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
    Co-authored-by: Brian DeHamer <bdehamer@github.com>
    3 people committed Aug 16, 2023
    Configuration menu
    Copy the full SHA
    faca7de View commit details
    Browse the repository at this point in the history

Commits on Aug 17, 2023

  1. flatten public interface of client package (#694)

    Signed-off-by: Brian DeHamer <bdehamer@github.com>
    bdehamer committed Aug 17, 2023
    Configuration menu
    Copy the full SHA
    829e123 View commit details
    Browse the repository at this point in the history
  2. Bump @sigstore/protobuf-specs from 0.2.0 to 0.2.1 (#695)

    * Bump @sigstore/protobuf-specs from 0.2.0 to 0.2.1
    
    Bumps [@sigstore/protobuf-specs](https://github.com/sigstore/protobuf-specs) from 0.2.0 to 0.2.1.
    - [Release notes](https://github.com/sigstore/protobuf-specs/releases)
    - [Changelog](https://github.com/sigstore/protobuf-specs/blob/main/CHANGELOG.md)
    - [Commits](sigstore/protobuf-specs@v0.2.0...v0.2.1)
    
    ---
    updated-dependencies:
    - dependency-name: "@sigstore/protobuf-specs"
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    
    * Add changeset for dependabot updates
    
    Signed-off-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
    
    ---------
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Signed-off-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
    Co-authored-by: Brian DeHamer <bdehamer@github.com>
    3 people committed Aug 17, 2023
    Configuration menu
    Copy the full SHA
    06ea684 View commit details
    Browse the repository at this point in the history
  3. Bump nock from 13.3.2 to 13.3.3 (#696)

    * Bump nock from 13.3.2 to 13.3.3
    
    Bumps [nock](https://github.com/nock/nock) from 13.3.2 to 13.3.3.
    - [Release notes](https://github.com/nock/nock/releases)
    - [Changelog](https://github.com/nock/nock/blob/main/CHANGELOG.md)
    - [Commits](nock/nock@v13.3.2...v13.3.3)
    
    ---
    updated-dependencies:
    - dependency-name: nock
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    
    * Add changeset for dependabot updates
    
    Signed-off-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
    
    ---------
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Signed-off-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
    Co-authored-by: Brian DeHamer <bdehamer@github.com>
    3 people committed Aug 17, 2023
    Configuration menu
    Copy the full SHA
    1e0fb61 View commit details
    Browse the repository at this point in the history
  4. Bump actions/setup-node from 3.8.0 to 3.8.1 (#697)

    Bumps [actions/setup-node](https://github.com/actions/setup-node) from 3.8.0 to 3.8.1.
    - [Release notes](https://github.com/actions/setup-node/releases)
    - [Commits](actions/setup-node@bea5baf...5e21ff4)
    
    ---
    updated-dependencies:
    - dependency-name: actions/setup-node
      dependency-type: direct:production
      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>
    Co-authored-by: Brian DeHamer <bdehamer@github.com>
    dependabot[bot] and bdehamer committed Aug 17, 2023
    Configuration menu
    Copy the full SHA
    0ce790f View commit details
    Browse the repository at this point in the history

Commits on Aug 18, 2023

  1. update tuf-js to v2.0.0 (#698)

    Signed-off-by: Brian DeHamer <bdehamer@github.com>
    bdehamer committed Aug 18, 2023
    Configuration menu
    Copy the full SHA
    3bc1817 View commit details
    Browse the repository at this point in the history
  2. Bump @tufjs/repo-mock from 1.4.0 to 2.0.0 (#702)

    * Bump @tufjs/repo-mock from 1.4.0 to 2.0.0
    
    Bumps [@tufjs/repo-mock](https://github.com/theupdateframework/tuf-js) from 1.4.0 to 2.0.0.
    - [Release notes](https://github.com/theupdateframework/tuf-js/releases)
    - [Commits](https://github.com/theupdateframework/tuf-js/compare/@tufjs/repo-mock@1.4.0...@tufjs/repo-mock@2.0.0)
    
    ---
    updated-dependencies:
    - dependency-name: "@tufjs/repo-mock"
      dependency-type: direct:production
      update-type: version-update:semver-major
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    
    * Add changeset for dependabot updates
    
    Signed-off-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
    
    ---------
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Signed-off-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
    Co-authored-by: Brian DeHamer <bdehamer@github.com>
    3 people committed Aug 18, 2023
    Configuration menu
    Copy the full SHA
    4e49006 View commit details
    Browse the repository at this point in the history
  3. Version Packages (#680)

    Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
    github-actions[bot] and github-actions[bot] committed Aug 18, 2023
    Configuration menu
    Copy the full SHA
    f0b49a0 View commit details
    Browse the repository at this point in the history