Commit Graph

490 Commits

Author SHA1 Message Date
dependabot-preview[bot]
975b9b8d39
Bump jest-circus from 25.2.7 to 25.3.0 (#246)
Bumps [jest-circus](https://github.com/facebook/jest/tree/HEAD/packages/jest-circus) from 25.2.7 to 25.3.0.
- [Release notes](https://github.com/facebook/jest/releases)
- [Changelog](https://github.com/facebook/jest/blob/master/CHANGELOG.md)
- [Commits](https://github.com/facebook/jest/commits/v25.3.0/packages/jest-circus)

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

Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
2020-04-09 07:30:12 -04:00
dependabot-preview[bot]
f2b5ee1513
Bump jest from 25.2.7 to 25.3.0 (#245)
Bumps [jest](https://github.com/facebook/jest) from 25.2.7 to 25.3.0.
- [Release notes](https://github.com/facebook/jest/releases)
- [Changelog](https://github.com/facebook/jest/blob/master/CHANGELOG.md)
- [Commits](https://github.com/facebook/jest/compare/v25.2.7...v25.3.0)

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

Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
2020-04-09 07:25:25 -04:00
dependabot-preview[bot]
d2bfdae700
Bump @types/node from 13.11.0 to 13.11.1 (#244)
Bumps [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) from 13.11.0 to 13.11.1.
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node)

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

Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
2020-04-09 07:25:07 -04:00
JamesIves
74276677d4 Fixes tests 2020-04-09 07:23:17 -04:00
Joachim Breitner
42b62470e4
Make sure rm -rf actually works. (#242)
* Make sure rm -rf actually works.

This makes sure directories in `temporaryDeploymentDirectory` are writabe before attempting to remove them. Fixes: #241

* Run formatter
2020-04-09 07:00:48 -04:00
James Ives
a4ffdc587d
Update CONTRIBUTING.md 2020-04-08 13:27:47 -04:00
dependabot-preview[bot]
c9dbb34084
Bump prettier from 2.0.3 to 2.0.4 (#240)
Bumps [prettier](https://github.com/prettier/prettier) from 2.0.3 to 2.0.4.
- [Release notes](https://github.com/prettier/prettier/releases)
- [Changelog](https://github.com/prettier/prettier/blob/master/CHANGELOG.md)
- [Commits](https://github.com/prettier/prettier/compare/2.0.3...2.0.4)

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

Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
2020-04-07 11:30:19 -04:00
dependabot-preview[bot]
5ad4260bb8
Bump ts-jest from 25.3.0 to 25.3.1 (#239)
Bumps [ts-jest](https://github.com/kulshekhar/ts-jest) from 25.3.0 to 25.3.1.
- [Release notes](https://github.com/kulshekhar/ts-jest/releases)
- [Changelog](https://github.com/kulshekhar/ts-jest/blob/master/CHANGELOG.md)
- [Commits](https://github.com/kulshekhar/ts-jest/compare/v25.3.0...v25.3.1)

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

Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
2020-04-07 11:21:56 -04:00
dependabot-preview[bot]
7ac360313b
Bump @types/jest from 25.1.5 to 25.2.1 (#238)
Bumps [@types/jest](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/jest) from 25.1.5 to 25.2.1.
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/jest)

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

Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
2020-04-07 11:06:43 -04:00
dependabot-preview[bot]
2f7dc3b973
Bump prettier from 2.0.2 to 2.0.3 (#237)
Bumps [prettier](https://github.com/prettier/prettier) from 2.0.2 to 2.0.3.
- [Release notes](https://github.com/prettier/prettier/releases)
- [Changelog](https://github.com/prettier/prettier/blob/master/CHANGELOG.md)
- [Commits](https://github.com/prettier/prettier/compare/2.0.2...2.0.3)

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

Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
2020-04-06 17:11:12 -04:00
Abhishek Kadam
145d802b17
append commit SHA to commit msg, only if not a part of it already. (#236)
* append commit SHA to commit msg, only if not a part of it already.

* user provided commit message will remain unmodified.

* Update src/git.ts

check, if SHA exists, before appending to commit message.

Co-Authored-By: James Ives <iam@jamesiv.es>

* linting bug fix (from failed workflow).

Co-authored-by: James Ives <iam@jamesiv.es>
2020-04-04 08:23:43 -04:00
James Ives
97674fcf59
Update package.json 2020-04-04 07:54:06 -04:00
dependabot-preview[bot]
d81695e3fa
Bump @types/node from 13.9.8 to 13.11.0 (#235)
Bumps [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) from 13.9.8 to 13.11.0.
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node)

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

Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
2020-04-03 08:26:50 -04:00
dependabot-preview[bot]
33451e927e
Bump @types/jest from 25.1.4 to 25.1.5 (#234)
Bumps [@types/jest](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/jest) from 25.1.4 to 25.1.5.
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/jest)

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

Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
2020-04-03 08:23:34 -04:00
dependabot-preview[bot]
1f7a7ab822
Bump jest-circus from 25.2.4 to 25.2.7 (#232)
Bumps [jest-circus](https://github.com/facebook/jest/tree/HEAD/packages/jest-circus) from 25.2.4 to 25.2.7.
- [Release notes](https://github.com/facebook/jest/releases)
- [Changelog](https://github.com/facebook/jest/blob/master/CHANGELOG.md)
- [Commits](https://github.com/facebook/jest/commits/v25.2.7/packages/jest-circus)

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

Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
2020-04-03 08:20:30 -04:00
dependabot-preview[bot]
5fb35bedfd
Bump jest from 25.2.4 to 25.2.7 (#233)
Bumps [jest](https://github.com/facebook/jest) from 25.2.4 to 25.2.7.
- [Release notes](https://github.com/facebook/jest/releases)
- [Changelog](https://github.com/facebook/jest/blob/master/CHANGELOG.md)
- [Commits](https://github.com/facebook/jest/compare/v25.2.4...v25.2.7)

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

Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
2020-04-03 08:16:09 -04:00
JamesIves
7308b6d813 Update publish.yml 2020-04-02 09:27:48 -04:00
JamesIves
fd63badb95 Update publish.yml 2020-04-02 08:58:12 -04:00
JamesIves
6219697d0d Prettier Plugin 2020-04-01 12:58:25 -04:00
JamesIves
2f2661aa84 Update integration-beta.yml 2020-03-31 12:57:46 -04:00
JamesIves
3ebab753dc Update integration.yml 2020-03-31 12:26:31 -04:00
JamesIves
2f6c320eff More changes 2020-03-31 12:26:01 -04:00
JamesIves
34b5c4eeb9 Update integration-beta.yml 2020-03-31 12:10:36 -04:00
JamesIves
3fb7d2676c Branch Cleanup for Integration Tests 2020-03-31 12:08:23 -04:00
JamesIves
ff893b9c08 Update integration-beta.yml 2020-03-31 11:55:36 -04:00
JamesIves
a6d2d023a5 Inconsistent Test Issue 2020-03-31 11:50:43 -04:00
JamesIves
ef726480a1 Update integration-beta.yml 2020-03-31 11:34:03 -04:00
JamesIves
0fdccf779b Update integration.yml 2020-03-31 11:26:52 -04:00
JamesIves
acee6dba59 Int Tests 2020-03-31 11:26:00 -04:00
James Ives
d4b23cdcce
Update package.json 2020-03-31 11:08:38 -04:00
JamesIves
dd46b0a6da Update package.json 2020-03-31 10:42:00 -04:00
JamesIves
76fcd57e2c Update publish.yml 2020-03-31 10:31:45 -04:00
JamesIves
e0c8d9fde8 Update publish.yml 2020-03-31 10:22:22 -04:00
JamesIves
67d2de94fd Update package.json 2020-03-31 10:14:32 -04:00
JamesIves
9743c0d549 Publishing Script 2020-03-31 10:14:23 -04:00
JamesIves
8166647974 Update integration-beta.yml 2020-03-31 09:54:49 -04:00
JamesIves
c72d739e1c Force 2020-03-31 09:40:27 -04:00
James Ives
b369adedad
Update README.md 2020-03-31 09:02:52 -04:00
dependabot-preview[bot]
fb58aa0091
Bump @types/node from 13.9.5 to 13.9.8 (#227)
Bumps [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) from 13.9.5 to 13.9.8.
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node)

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

Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
2020-03-31 08:48:44 -04:00
James Ives
cecb5ccb7b
Update CONTRIBUTING.md 2020-03-31 08:48:19 -04:00
JamesIves
9a3cf1925d Adds ability to cross publish 2020-03-31 08:35:06 -04:00
James Ives
2f96cedf7a
Single Commit (#226)
* Wipe History #1

* singleCommit

* Integration tests

* Update README.md
2020-03-30 20:44:09 -04:00
dependabot-preview[bot]
aabaacd944
Bump jest-circus from 25.2.3 to 25.2.4 (#221)
Bumps [jest-circus](https://github.com/facebook/jest/tree/HEAD/packages/jest-circus) from 25.2.3 to 25.2.4.
- [Release notes](https://github.com/facebook/jest/releases)
- [Changelog](https://github.com/facebook/jest/blob/master/CHANGELOG.md)
- [Commits](https://github.com/facebook/jest/commits/v25.2.4/packages/jest-circus)

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

Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
2020-03-30 10:32:51 -04:00
dependabot-preview[bot]
e543126f8b
Bump @types/node from 13.9.4 to 13.9.5 (#222)
Bumps [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) from 13.9.4 to 13.9.5.
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node)

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

Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
2020-03-30 10:31:03 -04:00
dependabot-preview[bot]
1c89102eb4
Bump jest from 25.2.3 to 25.2.4 (#223)
Bumps [jest](https://github.com/facebook/jest) from 25.2.3 to 25.2.4.
- [Release notes](https://github.com/facebook/jest/releases)
- [Changelog](https://github.com/facebook/jest/blob/master/CHANGELOG.md)
- [Commits](https://github.com/facebook/jest/compare/v25.2.3...v25.2.4)

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

Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
2020-03-30 09:50:02 -04:00
dependabot-preview[bot]
8931e4fccd
Bump typescript from 3.7.4 to 3.8.3 (#224)
Bumps [typescript](https://github.com/Microsoft/TypeScript) from 3.7.4 to 3.8.3.
- [Release notes](https://github.com/Microsoft/TypeScript/releases)
- [Commits](https://github.com/Microsoft/TypeScript/compare/v3.7.4...v3.8.3)

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

Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
2020-03-30 09:46:38 -04:00
dependabot-preview[bot]
87c25043cb
Bump ts-jest from 25.0.0 to 25.3.0 (#225)
Bumps [ts-jest](https://github.com/kulshekhar/ts-jest) from 25.0.0 to 25.3.0.
- [Release notes](https://github.com/kulshekhar/ts-jest/releases)
- [Changelog](https://github.com/kulshekhar/ts-jest/blob/master/CHANGELOG.md)
- [Commits](https://github.com/kulshekhar/ts-jest/compare/v25.0.0...v25.3.0)

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

Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
2020-03-30 09:46:21 -04:00
James Ives
28ddb3d329
Update README.md 2020-03-29 16:49:12 -04:00
JamesIves
27a495c42c Formatting 2020-03-28 13:27:15 -04:00
JamesIves
797f0da2e1 Update constants.ts 2020-03-28 13:25:18 -04:00