Commit graph

198 commits

Author SHA1 Message Date
SBGoods
f0d0d96875 Add entry for v2.0.3 2023-02-21 12:06:02 -05:00
dependabot[bot]
8c01c536be
Bump jest from 29.4.1 to 29.4.3 (#308)
Bumps [jest](https://github.com/facebook/jest/tree/HEAD/packages/jest) from 29.4.1 to 29.4.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/v29.4.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>
2023-02-21 08:45:23 -05:00
Selena Goods
a405e92ab1
Merge branch 'main' into changie-automation 2023-02-09 16:50:32 -05:00
SBGoods
8972b88921 Add job to update package version 2023-02-09 16:48:43 -05:00
SBGoods
a0b152b5df Add steps to update major version tag 2023-02-09 16:39:54 -05:00
Brian Flad
d3026307a0
Remove wrapper package.json (#302)
Reference: https://github.com/hashicorp/setup-terraform/issues/290

The `wrapper` directory contains the JavaScript wrapper for the Terraform binary. It currently contains a `package.json` and lock file, however this code is not packaged and released separately. Having the separate package makes it unnecessarily difficult to ensure the subdirectory is built correctly and dependencies are up to date.

This change removes the `wrapper` package files and consolidates the test, lint, and build logic into the main `package.json`.
2023-02-09 10:36:54 -05:00
Brian Flad
1d777b53ee
deps: Bump all development dependencies and fix check-dist (#301)
Reference: https://github.com/hashicorp/setup-terraform/pull/285
Reference: https://github.com/hashicorp/setup-terraform/pull/286
Reference: https://github.com/hashicorp/setup-terraform/pull/288
Reference: https://github.com/hashicorp/setup-terraform/pull/291
Reference: https://github.com/hashicorp/setup-terraform/pull/292

```shell
npm install '@vercel/ncc@0.36.1'
npm install 'husky@8.0.3'
npm install 'jest@29.4.1'
npm install 'nock@13.3.0'
pushd wrapper
npm install '@vercel/ncc@0.36.1'
npm install 'jest@29.4.1'
npm audit fix # json5@1.0.2 security fix
popd
npm run build
```
2023-02-09 10:05:39 -05:00
dependabot[bot]
225afc4e17
Bump atlassian/gajira-transition from 3.0.0 to 3.0.1 (#294)
Bumps [atlassian/gajira-transition](https://github.com/atlassian/gajira-transition) from 3.0.0 to 3.0.1.
- [Release notes](https://github.com/atlassian/gajira-transition/releases)
- [Commits](4749176faf...38fc9cd61b)

---
updated-dependencies:
- dependency-name: atlassian/gajira-transition
  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>
2023-02-09 09:15:13 -05:00
dependabot[bot]
b69ccc5640
Bump atlassian/gajira-create from 3.0.0 to 3.0.1 (#293)
Bumps [atlassian/gajira-create](https://github.com/atlassian/gajira-create) from 3.0.0 to 3.0.1.
- [Release notes](https://github.com/atlassian/gajira-create/releases)
- [Commits](1ff0b6bd11...59e177c4f6)

---
updated-dependencies:
- dependency-name: atlassian/gajira-create
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>

* Update .github/workflows/send-to-jira.yml

---------

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Brian Flad <bflad417@gmail.com>
2023-02-09 09:13:30 -05:00
SBGoods
eed2545295 Switch to Changie for changelog automation 2023-02-08 15:32:40 -05:00
Dave Parfitt
8b59f414e1
Merge pull request #287 from hashicorp/add_jira_sync
Add Jira automation
2023-01-25 11:43:51 -05:00
Austin Valle
66d3914cff Merge branch 'main' into add_jira_sync 2023-01-25 11:12:28 -05:00
dependabot[bot]
e9f70b5b88
Bump json5 from 2.2.1 to 2.2.3 (#283)
* Bump json5 from 2.2.1 to 2.2.3

Bumps [json5](https://github.com/json5/json5) from 2.2.1 to 2.2.3.
- [Release notes](https://github.com/json5/json5/releases)
- [Changelog](https://github.com/json5/json5/blob/main/CHANGELOG.md)
- [Commits](https://github.com/json5/json5/compare/v2.2.1...v2.2.3)

---
updated-dependencies:
- dependency-name: json5
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>

* update /dist

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Austin Valle <austinvalle@gmail.com>
2023-01-25 11:10:11 -05:00
Dave Parfitt
ced4e07081 Add Jira automation 2023-01-24 15:20:41 -05:00
Brian Flad
97112244d3
.github/workflows: Use actions/reusable-workflows for CI validation (#282)
Reference: https://github.com/actions/reusable-workflows
Reference: a8533f184b/.github/workflows/basic-validation.yml
Reference: a8533f184b/.github/workflows/check-dist.yml

Simplify the project's CI by using the recently developed actions/reusable-workflows for testing and dist/ compilation checking.

Recompiled `dist/` via `npm run build`
2022-12-22 10:51:35 -05:00
Benjamin Bennett
8feba2b913
Merge pull request #263 from hashicorp/dependabot/npm_and_yarn/wrapper/vercel/ncc-0.34.0
Bump @vercel/ncc from 0.33.3 to 0.34.0 in /wrapper
2022-11-15 07:15:43 +00:00
dependabot[bot]
4a9d2ae03e
Bump @vercel/ncc from 0.33.3 to 0.34.0 in /wrapper
Bumps [@vercel/ncc](https://github.com/vercel/ncc) from 0.33.3 to 0.34.0.
- [Release notes](https://github.com/vercel/ncc/releases)
- [Commits](https://github.com/vercel/ncc/compare/0.33.3...0.34.0)

---
updated-dependencies:
- dependency-name: "@vercel/ncc"
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-11-15 07:11:42 +00:00
Benjamin Bennett
abbee59a42
Merge pull request #274 from hashicorp/dependabot/npm_and_yarn/wrapper/jest-29.3.1
Bump jest from 27.5.1 to 29.3.1 in /wrapper
2022-11-15 07:10:54 +00:00
dependabot[bot]
3f2da7835b
Bump jest from 27.5.1 to 29.3.1 in /wrapper
Bumps [jest](https://github.com/facebook/jest/tree/HEAD/packages/jest) from 27.5.1 to 29.3.1.
- [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/v29.3.1/packages/jest)

---
updated-dependencies:
- dependency-name: jest
  dependency-type: direct:development
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-11-15 07:04:50 +00:00
Benjamin Bennett
beec8186ce
Merge pull request #273 from hashicorp/dependabot/npm_and_yarn/jest-29.3.1
Bump jest from 29.1.2 to 29.3.1
2022-11-15 07:02:05 +00:00
dependabot[bot]
4756a5b786
Bump jest from 29.1.2 to 29.3.1
Bumps [jest](https://github.com/facebook/jest/tree/HEAD/packages/jest) from 29.1.2 to 29.3.1.
- [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/v29.3.1/packages/jest)

---
updated-dependencies:
- dependency-name: jest
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-11-15 06:56:53 +00:00
Benjamin Bennett
51b495f6a8
Merge pull request #272 from hashicorp/dependabot/npm_and_yarn/husky-8.0.2
Bump husky from 8.0.1 to 8.0.2
2022-11-15 06:55:27 +00:00
dependabot[bot]
e7ad2a5a68
Bump husky from 8.0.1 to 8.0.2
Bumps [husky](https://github.com/typicode/husky) from 8.0.1 to 8.0.2.
- [Release notes](https://github.com/typicode/husky/releases)
- [Commits](https://github.com/typicode/husky/compare/v8.0.1...v8.0.2)

---
updated-dependencies:
- dependency-name: husky
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-11-14 18:00:32 +00:00
Benjamin Bennett
633666f66e
Merge pull request #247 from hashicorp/dependabot/npm_and_yarn/actions/core-1.10.0
Bump @actions/core from 1.9.1 to 1.10.0
2022-11-01 16:16:23 +00:00
Benjamin Bennett
73d00bf3fd Updating dependencies in /wrapper/package.json and rebuilding 2022-10-26 18:08:21 +01:00
Benjamin Bennett
b3bda2d04e
Merge pull request #260 from hashicorp/add-wrapper-dir-to-dependabot
Adding `/wrapper` directory to dependabot.yml
2022-10-26 15:07:45 +01:00
Benjamin Bennett
1d7d135e40 Adding /wrapper directory to dependabot.yml 2022-10-26 13:52:44 +01:00
Brian Flad
a2a0e9d877
Merge pull request #256 from hashicorp/compliance/add-license 2022-10-12 17:25:05 -04:00
hashicorp-copywrite[bot]
024f81c112 [COMPLIANCE] Update MPL 2.0 LICENSE 2022-10-12 20:57:36 +00:00
James Pogran
bbe167fbda
Release 2.0.2 (#254) 2022-10-12 08:35:43 -04:00
Peter Mescalchin
6f80dc740b
README.md updates - direct links to license and code of conduct, updated GitHub documents link (#244)
* Reference `LICENSE` and `CODE_OF_CONDUCT.md` directly to avoid incorrect branch name in URL

* Update GitHub docs link
2022-10-12 08:20:02 -04:00
dependabot[bot]
98a64d4b0b
Bump jest from 29.0.3 to 29.1.2 (#248)
* Bump jest from 29.0.3 to 29.1.2

Bumps [jest](https://github.com/facebook/jest/tree/HEAD/packages/jest) from 29.0.3 to 29.1.2.
- [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/v29.1.2/packages/jest)

---
updated-dependencies:
- dependency-name: jest
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>

* build

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: James Pogran <jpogran@outlook.com>
2022-10-12 08:14:07 -04:00
James Pogran
2ed08d82a6
Update 2.0.1 release metadata (#253) 2022-10-12 08:08:15 -04:00
Avishai Carmel
98db1427e3
Fix the example of how to comment on pull request. (#220)
It doesn't work without granting permissions.
https://docs.github.com/en/actions/using-jobs/assigning-permissions-to-jobs
2022-10-12 07:49:47 -04:00
dependabot[bot]
72674f1600
Bump @actions/core from 1.9.1 to 1.10.0
Bumps [@actions/core](https://github.com/actions/toolkit/tree/HEAD/packages/core) from 1.9.1 to 1.10.0.
- [Release notes](https://github.com/actions/toolkit/releases)
- [Changelog](https://github.com/actions/toolkit/blob/main/packages/core/RELEASES.md)
- [Commits](https://github.com/actions/toolkit/commits/HEAD/packages/core)

---
updated-dependencies:
- dependency-name: "@actions/core"
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-10-04 08:07:39 +00:00
Benjamin Bennett
a549f5e36f
Merge pull request #250 from hashicorp/dependabot/github_actions/leonsteinhaeuser/project-beta-automations-2.0.1
Bump leonsteinhaeuser/project-beta-automations from 2.0.0 to 2.0.1
2022-10-04 09:06:59 +01:00
Benjamin Bennett
cf8fe30da8
Merge pull request #249 from hashicorp/dependabot/npm_and_yarn/actions/github-5.1.1
Bump @actions/github from 5.0.3 to 5.1.1
2022-10-04 09:06:11 +01:00
dependabot[bot]
c016a46e74
Bump leonsteinhaeuser/project-beta-automations from 2.0.0 to 2.0.1
Bumps [leonsteinhaeuser/project-beta-automations](https://github.com/leonsteinhaeuser/project-beta-automations) from 2.0.0 to 2.0.1.
- [Release notes](https://github.com/leonsteinhaeuser/project-beta-automations/releases)
- [Commits](https://github.com/leonsteinhaeuser/project-beta-automations/compare/v2.0.0...v2.0.1)

---
updated-dependencies:
- dependency-name: leonsteinhaeuser/project-beta-automations
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-10-03 18:26:42 +00:00
dependabot[bot]
0258cdf64e
Bump @actions/github from 5.0.3 to 5.1.1
Bumps [@actions/github](https://github.com/actions/toolkit/tree/HEAD/packages/github) from 5.0.3 to 5.1.1.
- [Release notes](https://github.com/actions/toolkit/releases)
- [Changelog](https://github.com/actions/toolkit/blob/main/packages/github/RELEASES.md)
- [Commits](https://github.com/actions/toolkit/commits/HEAD/packages/github)

---
updated-dependencies:
- dependency-name: "@actions/github"
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-10-03 18:01:31 +00:00
Peter Mescalchin
4f5ea8bbca
Update GitHub workflow branch triggers from master -> main (#216) 2022-09-17 17:18:44 -04:00
Renaud
174039b7cd
Updated README to reflect GitHub limitations (#205)
* Updated README to reflect GitHub limitations

As GH comments cannot be over a certain size, providing a notice with an alternative.
2022-09-16 12:03:51 -04:00
Peter Mescalchin
1f367ab8a7
Add new-style readme build badges, bump actions/checkout in README.md examples (#188)
* Add new style workflow badges to `README.md`

* `README.md` whitespace cleanup

* Bump `actions/checkout@v3` in `README.md`
2022-09-16 12:01:55 -04:00
dependabot[bot]
b3a43c3034
Bump @actions/core from 1.6.0 to 1.9.1 in /wrapper (#236)
* Bump @actions/core from 1.6.0 to 1.9.1 in /wrapper

Bumps [@actions/core](https://github.com/actions/toolkit/tree/HEAD/packages/core) from 1.6.0 to 1.9.1.
- [Release notes](https://github.com/actions/toolkit/releases)
- [Changelog](https://github.com/actions/toolkit/blob/main/packages/core/RELEASES.md)
- [Commits](https://github.com/actions/toolkit/commits/HEAD/packages/core)

---
updated-dependencies:
- dependency-name: "@actions/core"
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: James Pogran <jpogran@outlook.com>
2022-09-16 11:53:05 -04:00
dependabot[bot]
4a15f710d1
Bump @actions/core from 1.8.2 to 1.9.1 (#235)
* Bump @actions/core from 1.8.2 to 1.9.1

Bumps [@actions/core](https://github.com/actions/toolkit/tree/HEAD/packages/core) from 1.8.2 to 1.9.1.
- [Release notes](https://github.com/actions/toolkit/releases)
- [Changelog](https://github.com/actions/toolkit/blob/main/packages/core/RELEASES.md)
- [Commits](https://github.com/actions/toolkit/commits/HEAD/packages/core)

---
updated-dependencies:
- dependency-name: "@actions/core"
  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>
Co-authored-by: James Pogran <jpogran@outlook.com>
2022-09-16 11:42:56 -04:00
dependabot[bot]
1ba957b560
Bump @hashicorp/js-releases from 1.5.1 to 1.6.1 (#226)
* Bump @hashicorp/js-releases from 1.5.1 to 1.6.1

Bumps [@hashicorp/js-releases](https://github.com/hashicorp/js-releases) from 1.5.1 to 1.6.1.
- [Release notes](https://github.com/hashicorp/js-releases/releases)
- [Changelog](https://github.com/hashicorp/js-releases/blob/main/CHANGELOG.md)
- [Commits](https://github.com/hashicorp/js-releases/compare/v1.5.1...v1.6.1)

---
updated-dependencies:
- dependency-name: "@hashicorp/js-releases"
  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>
Co-authored-by: James Pogran <jpogran@outlook.com>
2022-09-16 11:29:12 -04:00
dependabot[bot]
87c20886f5
Bump jest from 28.1.3 to 29.0.3 (#242)
Bumps [jest](https://github.com/facebook/jest/tree/HEAD/packages/jest) from 28.1.3 to 29.0.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/v29.0.3/packages/jest)

---
updated-dependencies:
- dependency-name: jest
  dependency-type: direct:development
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-09-16 11:03:59 -04:00
Benjamin Bennett
4564436702
Merge pull request #243 from hashicorp/dependabot/github_actions/leonsteinhaeuser/project-beta-automations-2.0.0
Bump leonsteinhaeuser/project-beta-automations from 1.3.0 to 2.0.0
2022-09-13 08:19:26 +01:00
dependabot[bot]
b2ab8506ab
Bump leonsteinhaeuser/project-beta-automations from 1.3.0 to 2.0.0
Bumps [leonsteinhaeuser/project-beta-automations](https://github.com/leonsteinhaeuser/project-beta-automations) from 1.3.0 to 2.0.0.
- [Release notes](https://github.com/leonsteinhaeuser/project-beta-automations/releases)
- [Commits](https://github.com/leonsteinhaeuser/project-beta-automations/compare/v1.3.0...v2.0.0)

---
updated-dependencies:
- dependency-name: leonsteinhaeuser/project-beta-automations
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-09-12 18:22:05 +00:00
Benjamin Bennett
7fb1a078d5
Merge pull request #233 from hashicorp/dependabot/github_actions/leonsteinhaeuser/project-beta-automations-1.3.0
Bump leonsteinhaeuser/project-beta-automations from 1.2.1 to 1.3.0
2022-08-09 08:23:28 +01:00
dependabot[bot]
d8f7c30c7f
Bump leonsteinhaeuser/project-beta-automations from 1.2.1 to 1.3.0
Bumps [leonsteinhaeuser/project-beta-automations](https://github.com/leonsteinhaeuser/project-beta-automations) from 1.2.1 to 1.3.0.
- [Release notes](https://github.com/leonsteinhaeuser/project-beta-automations/releases)
- [Commits](https://github.com/leonsteinhaeuser/project-beta-automations/compare/v1.2.1...v1.3.0)

---
updated-dependencies:
- dependency-name: leonsteinhaeuser/project-beta-automations
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-08-08 18:15:31 +00:00