-
Notifications
You must be signed in to change notification settings - Fork 7
Comparing changes
Open a pull request
base repository: hashicorp/js-releases
base: v1.5.0
head repository: hashicorp/js-releases
compare: v1.5.1
- 10 commits
- 11 files changed
- 3 contributors
Commits on Feb 15, 2022
-
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>
Configuration menu - View commit details
-
Copy full SHA for 42cab3b - Browse repository at this point
Copy the full SHA 42cab3bView commit details -
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>
Configuration menu - View commit details
-
Copy full SHA for f2f1674 - Browse repository at this point
Copy the full SHA f2f1674View commit details -
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>
Configuration menu - View commit details
-
Copy full SHA for 9574df8 - Browse repository at this point
Copy the full SHA 9574df8View commit details
Commits on Mar 1, 2022
-
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>
Configuration menu - View commit details
-
Copy full SHA for a720283 - Browse repository at this point
Copy the full SHA a720283View commit details -
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>
Configuration menu - View commit details
-
Copy full SHA for 53abd10 - Browse repository at this point
Copy the full SHA 53abd10View commit details
Commits on Mar 15, 2022
-
* 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
Configuration menu - View commit details
-
Copy full SHA for 50fb34f - Browse repository at this point
Copy the full SHA 50fb34fView commit details -
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>
Configuration menu - View commit details
-
Copy full SHA for c010f3f - Browse repository at this point
Copy the full SHA c010f3fView commit details -
Add prettier and format code (#28)
* add prettier as depedency * add prettier configuration files * run prettier
Configuration menu - View commit details
-
Copy full SHA for 6a48ccf - Browse repository at this point
Copy the full SHA 6a48ccfView commit details
Commits on Mar 17, 2022
-
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>
Configuration menu - View commit details
-
Copy full SHA for c959ca9 - Browse repository at this point
Copy the full SHA c959ca9View commit details -
Configuration menu - View commit details
-
Copy full SHA for f8258dd - Browse repository at this point
Copy the full SHA f8258ddView commit details
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff v1.5.0...v1.5.1