Commit Graph

164 Commits

Author SHA1 Message Date
Edwin Sirko 275b6a383b only do e2e test on workflow_dispatch (#76) 2024-01-31 16:52:16 -05:00
Edwin Sirko df1bbcf10f use runner's RUNNER_TEMP for temp directory (#75)
* use runner tempdir

* fix tests etc

* feedback

* ran npm install before generating dist
2024-01-31 16:50:45 -05:00
David Daly d6635df138 Merge pull request #74 from immutable-actions/ddivad195/bump-dist
rebuild dist after dependabot updates
2024-01-31 11:01:31 +00:00
ddivad195 70798fe149 rebuild dist after dependabot updates 2024-01-31 10:53:27 +00:00
David Daly adc18237cc Merge pull request #72 from immutable-actions/dependabot/npm_and_yarn/types/node-20.11.13
Bump @types/node from 20.11.4 to 20.11.13
2024-01-31 10:48:02 +00:00
David Daly 8ffc259ac7 Merge pull request #70 from immutable-actions/dependabot/npm_and_yarn/fs-extra-11.2.0
Bump fs-extra from 11.1.1 to 11.2.0
2024-01-31 10:47:51 +00:00
David Daly c86b91b073 Merge pull request #69 from immutable-actions/dependabot/npm_and_yarn/eslint-plugin-jest-27.6.3
Bump eslint-plugin-jest from 27.6.0 to 27.6.3
2024-01-31 10:47:40 +00:00
David Daly d90a4fb4a6 Merge pull request #73 from immutable-actions/ddivad195/fix-lint
fix lint
2024-01-31 10:30:47 +00:00
David Daly 009aa87fef fix lint 2024-01-31 10:25:13 +00:00
David Daly bfd91a146f fix lint 2024-01-31 10:13:50 +00:00
David Daly 2698e0bf92 Merge branch 'main' into ddivad195/fix-lint 2024-01-31 10:06:53 +00:00
David Daly 45a150da44 fix lint 2024-01-31 10:06:04 +00:00
David Daly 578e581556 fix lint 2024-01-31 10:02:43 +00:00
David Daly 879b696ad3 fix lint 2024-01-31 09:41:40 +00:00
David Daly 10ef4a54d9 fix lint 2024-01-31 09:17:58 +00:00
David Daly bb8616bad2 fix lint 2024-01-31 09:13:07 +00:00
David Daly 514cb8cfd1 fix lint 2024-01-31 09:04:06 +00:00
dependabot[bot] dc0a682128 Bump eslint-plugin-jest from 27.6.0 to 27.6.3
Bumps [eslint-plugin-jest](https://github.com/jest-community/eslint-plugin-jest) from 27.6.0 to 27.6.3.
- [Release notes](https://github.com/jest-community/eslint-plugin-jest/releases)
- [Changelog](https://github.com/jest-community/eslint-plugin-jest/blob/main/CHANGELOG.md)
- [Commits](https://github.com/jest-community/eslint-plugin-jest/compare/v27.6.0...v27.6.3)

---
updated-dependencies:
- dependency-name: eslint-plugin-jest
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-01-31 08:54:31 +00:00
dependabot[bot] 75cbbe2dac Bump @types/node from 20.11.4 to 20.11.13
Bumps [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) from 20.11.4 to 20.11.13.
- [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>
2024-01-31 08:54:26 +00:00
David Daly 37fdf001e6 Merge pull request #67 from immutable-actions/dependabot/npm_and_yarn/eslint-plugin-prettier-5.1.3
Bump eslint-plugin-prettier from 5.0.1 to 5.1.3
2024-01-31 08:53:51 +00:00
David Daly 67ce24a600 Merge pull request #66 from immutable-actions/dependabot/npm_and_yarn/types/tar-6.1.11
Bump @types/tar from 6.1.10 to 6.1.11
2024-01-31 08:53:40 +00:00
Edwin Sirko f5fa12abfb e2e test (#71) 2024-01-30 23:46:14 -05:00
dependabot[bot] bd5d02ca8b Bump fs-extra from 11.1.1 to 11.2.0
Bumps [fs-extra](https://github.com/jprichardson/node-fs-extra) from 11.1.1 to 11.2.0.
- [Changelog](https://github.com/jprichardson/node-fs-extra/blob/master/CHANGELOG.md)
- [Commits](https://github.com/jprichardson/node-fs-extra/compare/11.1.1...11.2.0)

---
updated-dependencies:
- dependency-name: fs-extra
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-01-30 23:06:41 +00:00
dependabot[bot] 9459dc13a1 Bump eslint-plugin-prettier from 5.0.1 to 5.1.3
Bumps [eslint-plugin-prettier](https://github.com/prettier/eslint-plugin-prettier) from 5.0.1 to 5.1.3.
- [Release notes](https://github.com/prettier/eslint-plugin-prettier/releases)
- [Changelog](https://github.com/prettier/eslint-plugin-prettier/blob/master/CHANGELOG.md)
- [Commits](https://github.com/prettier/eslint-plugin-prettier/compare/v5.0.1...v5.1.3)

---
updated-dependencies:
- dependency-name: eslint-plugin-prettier
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-01-30 23:06:02 +00:00
dependabot[bot] b12061d021 Bump @types/tar from 6.1.10 to 6.1.11
Bumps [@types/tar](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/tar) from 6.1.10 to 6.1.11.
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/tar)

---
updated-dependencies:
- dependency-name: "@types/tar"
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-01-30 23:05:51 +00:00
David Daly e9fcf73691 Merge pull request #65 from immutable-actions/ddivad195/fix-ghes-condition
fix ghes condition
2024-01-30 17:39:29 +00:00
David Daly 4cdee1e5e8 fix ghes condition 2024-01-30 17:24:32 +00:00
David Daly d868f0b26b Merge pull request #63 from immutable-actions/ddivad195/fix-lint-and-tests
fix failing lint and test errors
2024-01-30 16:36:16 +00:00
ddivad195 908d89c8d9 fix readme lint 2024-01-30 16:29:57 +00:00
ddivad195 c589a2a7d4 fix lint errors, remove generate-new-version file 2024-01-30 16:24:25 +00:00
ddivad195 8d2cafe1d2 fix failing lint and test errors 2024-01-30 16:13:51 +00:00
David Daly 06bd4f4498 Merge pull request #58 from immutable-actions/dependabot/npm_and_yarn/typescript-eslint/eslint-plugin-6.20.0
Bump @typescript-eslint/eslint-plugin from 6.12.0 to 6.20.0
2024-01-30 15:44:52 +00:00
David Daly 6f14e6710a Merge pull request #52 from immutable-actions/dependabot/npm_and_yarn/eslint-plugin-jsonc-2.13.0
Bump eslint-plugin-jsonc from 2.10.0 to 2.13.0
2024-01-30 15:44:36 +00:00
David Daly c3bb20a679 Merge pull request #50 from immutable-actions/dependabot/npm_and_yarn/prettier-eslint-16.3.0
Bump prettier-eslint from 16.1.2 to 16.3.0
2024-01-30 15:44:24 +00:00
dependabot[bot] af252b46b2 Bump prettier-eslint from 16.1.2 to 16.3.0
Bumps [prettier-eslint](https://github.com/prettier/prettier-eslint) from 16.1.2 to 16.3.0.
- [Release notes](https://github.com/prettier/prettier-eslint/releases)
- [Changelog](https://github.com/prettier/prettier-eslint/blob/master/CHANGELOG.md)
- [Commits](https://github.com/prettier/prettier-eslint/compare/v16.1.2...v16.3.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
2024-01-30 15:43:23 +00:00
David Daly d56b8b6a7d Merge pull request #49 from immutable-actions/dependabot/npm_and_yarn/prettier-3.2.4
Bump prettier from 3.1.0 to 3.2.4
2024-01-30 15:42:47 +00:00
David Daly b86c87d753 Merge pull request #46 from immutable-actions/dependabot/npm_and_yarn/typescript-5.3.3
Bump typescript from 5.3.2 to 5.3.3
2024-01-30 15:42:35 +00:00
David Daly 3c0615c0b0 Merge pull request #60 from immutable-actions/ddivad195/misc-cleanup
remove path input
2024-01-30 15:41:34 +00:00
David Daly d2333ec560 Merge pull request #62 from immutable-actions/ddivad195/skip-provenance-ghes
only run provenance step if environment is not ghes
2024-01-30 15:39:27 +00:00
David Daly baee642dcc only run if environment is not ghes 2024-01-30 14:02:59 +00:00
David Daly 55d1a91db3 remove permissions from action.yml 2024-01-30 12:46:29 +00:00
ddivad195 5fc6c86976 remove path input param 2024-01-30 11:04:39 +00:00
Edwin Sirko b0301f588c forgot to npm run bundle 2024-01-29 21:05:30 -05:00
Edwin Sirko 207498716a fixed repoId/ownerId as string in json manifest (#59) 2024-01-29 21:03:59 -05:00
Edwin Sirko 20e4d5d06f npm run package 2024-01-29 18:36:21 -05:00
Edwin Sirko c0f3a2de99 auth header 2024-01-29 18:35:12 -05:00
dependabot[bot] 40b38ecf87 Bump @typescript-eslint/eslint-plugin from 6.12.0 to 6.20.0
Bumps [@typescript-eslint/eslint-plugin](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin) from 6.12.0 to 6.20.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.20.0/packages/eslint-plugin)

---
updated-dependencies:
- dependency-name: "@typescript-eslint/eslint-plugin"
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-01-29 22:22:20 +00:00
Edwin Sirko 54d0a402f9 npm run bundle (#57)
* 2 small fixes

* npm run bundle
2024-01-29 17:11:29 -05:00
Edwin Sirko 1c17c22b51 2 small fixes (#56) 2024-01-29 17:09:19 -05:00
Edwin Sirko 77fbf96c58 fixed bug with fsExtra.copySync (#55) 2024-01-29 16:44:15 -05:00