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.5.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.5.1
Choose a head ref
  • 10 commits
  • 11 files changed
  • 3 contributors

Commits on Feb 15, 2022

  1. Bump vm2 from 3.9.5 to 3.9.7 (#21)

    Bumps [vm2](https://github.com/patriksimek/vm2) from 3.9.5 to 3.9.7.
    - [Release notes](https://github.com/patriksimek/vm2/releases)
    - [Changelog](https://github.com/patriksimek/vm2/blob/master/CHANGELOG.md)
    - [Commits](patriksimek/vm2@3.9.5...3.9.7)
    
    ---
    updated-dependencies:
    - dependency-name: vm2
      dependency-type: indirect
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Feb 15, 2022
    Configuration menu
    Copy the full SHA
    42cab3b View commit details
    Browse the repository at this point in the history
  2. Bump @types/node from 14.18.10 to 14.18.12 (#22)

    Bumps [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) from 14.18.10 to 14.18.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 Feb 15, 2022
    Configuration menu
    Copy the full SHA
    f2f1674 View commit details
    Browse the repository at this point in the history
  3. Bump follow-redirects from 1.14.7 to 1.14.8 (#23)

    Bumps [follow-redirects](https://github.com/follow-redirects/follow-redirects) from 1.14.7 to 1.14.8.
    - [Release notes](https://github.com/follow-redirects/follow-redirects/releases)
    - [Commits](follow-redirects/follow-redirects@v1.14.7...v1.14.8)
    
    ---
    updated-dependencies:
    - dependency-name: follow-redirects
      dependency-type: indirect
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Feb 15, 2022
    Configuration menu
    Copy the full SHA
    9574df8 View commit details
    Browse the repository at this point in the history

Commits on Mar 1, 2022

  1. Bump mocha from 9.2.0 to 9.2.1 (#24)

    Bumps [mocha](https://github.com/mochajs/mocha) from 9.2.0 to 9.2.1.
    - [Release notes](https://github.com/mochajs/mocha/releases)
    - [Changelog](https://github.com/mochajs/mocha/blob/master/CHANGELOG.md)
    - [Commits](mochajs/mocha@v9.2.0...v9.2.1)
    
    ---
    updated-dependencies:
    - dependency-name: mocha
      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 Mar 1, 2022
    Configuration menu
    Copy the full SHA
    a720283 View commit details
    Browse the repository at this point in the history
  2. Bump typescript from 4.5.5 to 4.6.2 (#25)

    Bumps [typescript](https://github.com/Microsoft/TypeScript) from 4.5.5 to 4.6.2.
    - [Release notes](https://github.com/Microsoft/TypeScript/releases)
    - [Commits](microsoft/TypeScript@v4.5.5...v4.6.2)
    
    ---
    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 Mar 1, 2022
    Configuration menu
    Copy the full SHA
    53abd10 View commit details
    Browse the repository at this point in the history

Commits on Mar 15, 2022

  1. Fix download and verify (#27)

    * add test case for checksum download
    * set correct responseType for shasum downloads
    
    The default axios responseType is 'json'. In this case we're downloading
    a text file (list of shasums) and a binary file (the signature), so
    different responeTypes are required.
    
    * add test for downloading and validating a release
    * fix incomplete download errors
    
    The download method now waits until all data has been downloaded
    and written to the destination file. Before this, the method was resolved
    too early, and as a result, subsequent operations ran on an incomplete
    download. This caused operations like verify to fail, because of a
    different shasum.
    
    * add gitattributes file to fix checksum test on windows
    * add type for shared release variable in tests
    dbanck authored Mar 15, 2022
    Configuration menu
    Copy the full SHA
    50fb34f View commit details
    Browse the repository at this point in the history
  2. Bump mocha from 9.2.1 to 9.2.2 (#26)

    Bumps [mocha](https://github.com/mochajs/mocha) from 9.2.1 to 9.2.2.
    - [Release notes](https://github.com/mochajs/mocha/releases)
    - [Changelog](https://github.com/mochajs/mocha/blob/master/CHANGELOG.md)
    - [Commits](mochajs/mocha@v9.2.1...v9.2.2)
    
    ---
    updated-dependencies:
    - dependency-name: mocha
      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 Mar 15, 2022
    Configuration menu
    Copy the full SHA
    c010f3f View commit details
    Browse the repository at this point in the history
  3. Add prettier and format code (#28)

    * add prettier as depedency
    
    * add prettier configuration files
    
    * run prettier
    dbanck authored Mar 15, 2022
    Configuration menu
    Copy the full SHA
    6a48ccf View commit details
    Browse the repository at this point in the history

Commits on Mar 17, 2022

  1. Bump prettier from 2.5.1 to 2.6.0 (#29)

    * Bump prettier from 2.5.1 to 2.6.0
    
    Bumps [prettier](https://github.com/prettier/prettier) from 2.5.1 to 2.6.0.
    - [Release notes](https://github.com/prettier/prettier/releases)
    - [Changelog](https://github.com/prettier/prettier/blob/main/CHANGELOG.md)
    - [Commits](prettier/prettier@2.5.1...2.6.0)
    
    ---
    updated-dependencies:
    - dependency-name: prettier
      dependency-type: direct:development
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    
    * run formatting
    
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    Co-authored-by: Daniel Banck <daniel@dbanck.de>
    dependabot[bot] and dbanck authored Mar 17, 2022
    Configuration menu
    Copy the full SHA
    c959ca9 View commit details
    Browse the repository at this point in the history
  2. Release 1.5.1

    dbanck committed Mar 17, 2022
    Configuration menu
    Copy the full SHA
    f8258dd View commit details
    Browse the repository at this point in the history
Loading