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: hashicorp/js-releases
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v1.6.0
Choose a base ref
...
head repository: hashicorp/js-releases
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v1.6.1
Choose a head ref
  • 12 commits
  • 7 files changed
  • 4 contributors

Commits on Jul 8, 2022

  1. Migrate test from mocha to jest (#58)

    * remove mocha, install jest
    
    * migrate test config
    
    * migrate test file to jest
    
    * add tests for getRelease
    dbanck authored Jul 8, 2022
    Configuration menu
    Copy the full SHA
    de94375 View commit details
    Browse the repository at this point in the history
  2. Bump prettier from 2.6.2 to 2.7.1 (#54)

    Bumps [prettier](https://github.com/prettier/prettier) from 2.6.2 to 2.7.1.
    - [Release notes](https://github.com/prettier/prettier/releases)
    - [Changelog](https://github.com/prettier/prettier/blob/main/CHANGELOG.md)
    - [Commits](prettier/prettier@2.6.2...2.7.1)
    
    ---
    updated-dependencies:
    - dependency-name: prettier
      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 8, 2022
    Configuration menu
    Copy the full SHA
    cf5d423 View commit details
    Browse the repository at this point in the history
  3. Bump @types/semver from 7.3.9 to 7.3.10 (#55)

    Bumps [@types/semver](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/semver) from 7.3.9 to 7.3.10.
    - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
    - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/semver)
    
    ---
    updated-dependencies:
    - dependency-name: "@types/semver"
      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>
    dependabot[bot] authored Jul 8, 2022
    Configuration menu
    Copy the full SHA
    401b40d View commit details
    Browse the repository at this point in the history
  4. Bump typescript from 4.6.3 to 4.7.4 (#57)

    Bumps [typescript](https://github.com/Microsoft/TypeScript) from 4.6.3 to 4.7.4.
    - [Release notes](https://github.com/Microsoft/TypeScript/releases)
    - [Commits](microsoft/TypeScript@v4.6.3...v4.7.4)
    
    ---
    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 8, 2022
    Configuration menu
    Copy the full SHA
    3b6e919 View commit details
    Browse the repository at this point in the history

Commits on Jul 13, 2022

  1. Bump @types/jest from 28.1.4 to 28.1.5 (#59)

    Bumps [@types/jest](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/jest) from 28.1.4 to 28.1.5.
    - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
    - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/jest)
    
    ---
    updated-dependencies:
    - dependency-name: "@types/jest"
      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 13, 2022
    Configuration menu
    Copy the full SHA
    7ef53f2 View commit details
    Browse the repository at this point in the history

Commits on Jul 15, 2022

  1. Bump @types/node from 14.18.21 to 14.18.22 (#62)

    Bumps [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) from 14.18.21 to 14.18.22.
    - [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, 2022
    Configuration menu
    Copy the full SHA
    75d0c83 View commit details
    Browse the repository at this point in the history
  2. Bump jest from 28.1.2 to 28.1.3 (#60)

    Bumps [jest](https://github.com/facebook/jest/tree/HEAD/packages/jest) from 28.1.2 to 28.1.3.
    - [Release notes](https://github.com/facebook/jest/releases)
    - [Changelog](https://github.com/facebook/jest/blob/main/CHANGELOG.md)
    - [Commits](https://github.com/facebook/jest/commits/v28.1.3/packages/jest)
    
    ---
    updated-dependencies:
    - dependency-name: jest
      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, 2022
    Configuration menu
    Copy the full SHA
    bac3482 View commit details
    Browse the repository at this point in the history
  3. Bump ts-jest from 28.0.5 to 28.0.6 (#61)

    Bumps [ts-jest](https://github.com/kulshekhar/ts-jest) from 28.0.5 to 28.0.6.
    - [Release notes](https://github.com/kulshekhar/ts-jest/releases)
    - [Changelog](https://github.com/kulshekhar/ts-jest/blob/main/CHANGELOG.md)
    - [Commits](kulshekhar/ts-jest@v28.0.5...v28.0.6)
    
    ---
    updated-dependencies:
    - dependency-name: ts-jest
      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, 2022
    Configuration menu
    Copy the full SHA
    8425e36 View commit details
    Browse the repository at this point in the history

Commits on Jul 19, 2022

  1. Bump ts-jest from 28.0.6 to 28.0.7 (#63)

    Bumps [ts-jest](https://github.com/kulshekhar/ts-jest) from 28.0.6 to 28.0.7.
    - [Release notes](https://github.com/kulshekhar/ts-jest/releases)
    - [Changelog](https://github.com/kulshekhar/ts-jest/blob/main/CHANGELOG.md)
    - [Commits](kulshekhar/ts-jest@v28.0.6...v28.0.7)
    
    ---
    updated-dependencies:
    - dependency-name: ts-jest
      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 19, 2022
    Configuration menu
    Copy the full SHA
    75a7467 View commit details
    Browse the repository at this point in the history
  2. Bump @types/jest from 28.1.5 to 28.1.6 (#64)

    Bumps [@types/jest](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/jest) from 28.1.5 to 28.1.6.
    - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
    - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/jest)
    
    ---
    updated-dependencies:
    - dependency-name: "@types/jest"
      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 19, 2022
    Configuration menu
    Copy the full SHA
    70768b3 View commit details
    Browse the repository at this point in the history

Commits on Jul 22, 2022

  1. fix error on picking latest vault releases (#56)

    * fix error on picking latest vault releases
    
    * filter invalid versions
    
    * omit version
    
    * remove extra condition
    
    * Add a type for API json response
    
    * Add a test for the invalid version codepath
    
    Co-authored-by: Daniel Banck <daniel@dbanck.de>
    Mark Martirosian and dbanck authored Jul 22, 2022
    Configuration menu
    Copy the full SHA
    dc5073f View commit details
    Browse the repository at this point in the history
  2. Release 1.6.1

    dbanck committed Jul 22, 2022
    Configuration menu
    Copy the full SHA
    a26e0e0 View commit details
    Browse the repository at this point in the history
Loading