Justin
|
30fd5a52d3
|
chore: More modifications for husky and lint-staged config
|
2019-08-22 14:06:14 -04:00 |
|
Justin
|
213515d936
|
chore: More updates to the linting logic
|
2019-08-22 12:45:45 -04:00 |
|
Justin
|
8e5dfc00cd
|
chore: Major linting fixes
|
2019-08-22 11:52:28 -04:00 |
|
Justin
|
9933620f41
|
chore: Updating packages
form-data ^2.3.3 → ^2.5.0
query-string ^6.8.1 → ^6.8.2
@semantic-release/changelog ^3.0.2 → ^3.0.4
@semantic-release/git ^7.0.12 → ^7.0.16
@semantic-release/npm ^5.1.12 → ^5.1.13
@types/form-data ^2.2.1 → ^2.5.0
@types/jest ^24.0.15 → ^24.0.18
cz-conventional-changelog ^3.0.0 → ^3.0.2
jest ^24.8.0 → ^24.9.0
jest-extended ^0.11.1 → ^0.11.2
prettier ^1.17.1 → ^1.18.2
rollup ^1.19.3 → ^1.20.0
rollup-plugin-commonjs ^10.0.0 → ^10.0.2
rollup-plugin-node-resolve ^5.1.0 → ^5.2.0
rollup-plugin-terser ^5.0.0 → ^5.1.1
rollup-plugin-typescript2 ^0.22.0 → ^0.22.1
tslint ^5.16.0 → ^5.19.0
typescript ^3.5.2 → ^3.5.3
|
2019-08-22 11:16:14 -04:00 |
|
Justin
|
e46511eaba
|
chore: Cleaning up package.json and changelog
|
2019-08-22 10:47:01 -04:00 |
|
Justin
|
3814790eda
|
chore: Updating lintstaged
|
2019-08-22 10:38:36 -04:00 |
|
greenkeeper[bot]
|
56f76a4f81
|
chore(package): update lint-staged to version 9.2.3
|
2019-08-17 17:34:10 +00:00 |
|
Justin
|
9836a5c6c3
|
Merge remote-tracking branch 'origin/greenkeeper/lint-staged-9.2.2'
|
2019-08-17 10:45:59 -04:00 |
|
greenkeeper[bot]
|
cbaee6d38a
|
chore(package): update lint-staged to version 9.2.2
|
2019-08-17 14:43:21 +00:00 |
|
greenkeeper[bot]
|
6cc700e809
|
chore(package): update husky to version 3.0.4
|
2019-08-17 14:04:22 +00:00 |
|
greenkeeper[bot]
|
f0cd880aa5
|
chore(package): update semantic-release to version 15.13.21
|
2019-08-13 19:01:17 +00:00 |
|
semantic-release-bot
|
e76d013e79
|
chore(release): 10.1.2 [skip ci]
## [10.1.2](https://github.com/jdalrymple/node-gitlab/compare/10.1.1...10.1.2) (2019-08-13)
### Bug Fixes
* **package:** update ky to version 0.12.0 ([55fdb7a](https://github.com/jdalrymple/node-gitlab/commit/55fdb7a))
* **package:** update ky-universal to version 0.3.0 ([3767c66](https://github.com/jdalrymple/node-gitlab/commit/3767c66))
|
2019-08-13 14:48:17 +00:00 |
|
Justin Dalrymple
|
77cb7d86df
|
Merge branch 'master' into greenkeeper/ky-0.12.0
|
2019-08-13 10:29:36 -04:00 |
|
greenkeeper[bot]
|
3767c66f27
|
fix(package): update ky-universal to version 0.3.0
|
2019-08-12 21:11:58 +00:00 |
|
greenkeeper[bot]
|
55fdb7ade0
|
fix(package): update ky to version 0.12.0
|
2019-08-12 21:05:48 +00:00 |
|
semantic-release-bot
|
6057f91980
|
chore(release): 10.1.1 [skip ci]
## [10.1.1](https://github.com/jdalrymple/node-gitlab/compare/10.1.0...10.1.1) (2019-08-09)
### Bug Fixes
* Removing randomstring dependency to improve support for Angular 8 ([c47564b](https://github.com/jdalrymple/node-gitlab/commit/c47564b)), closes [#407](https://github.com/jdalrymple/node-gitlab/issues/407)
|
2019-08-09 16:42:19 +00:00 |
|
Keaton Burleson
|
c47564b8b7
|
fix: Removing randomstring dependency to improve support for Angular 8
closes: #407
|
2019-08-09 12:29:31 -04:00 |
|
semantic-release-bot
|
6949dfddcd
|
chore(release): 10.1.0 [skip ci]
# [10.1.0](https://github.com/jdalrymple/node-gitlab/compare/10.0.3...10.1.0) (2019-08-06)
### Features
* Adding Merge Base endpoint for the Repositories API ([040fc78](https://github.com/jdalrymple/node-gitlab/commit/040fc78)), closes [#400](https://github.com/jdalrymple/node-gitlab/issues/400)
|
2019-08-06 15:49:32 +00:00 |
|
semantic-release-bot
|
6820174664
|
chore(release): 10.0.3 [skip ci]
## [10.0.3](https://github.com/jdalrymple/node-gitlab/compare/10.0.2...10.0.3) (2019-08-06)
### Bug Fixes
* Removing deprecated Session endpoint (since GitLab 10.2.0) ([fe720d8](https://github.com/jdalrymple/node-gitlab/commit/fe720d8)), closes [#404](https://github.com/jdalrymple/node-gitlab/issues/404)
|
2019-08-06 15:26:53 +00:00 |
|
semantic-release-bot
|
63e0a8ab6c
|
chore(release): 10.0.2 [skip ci]
## [10.0.2](https://github.com/jdalrymple/node-gitlab/compare/10.0.1...10.0.2) (2019-08-06)
### Bug Fixes
* Adding missing TS type import 'FormData' ([a907c7c](https://github.com/jdalrymple/node-gitlab/commit/a907c7c)), closes [#401](https://github.com/jdalrymple/node-gitlab/issues/401)
|
2019-08-06 14:57:44 +00:00 |
|
Justin
|
2fc43ae69d
|
Merge remote-tracking branch 'origin/greenkeeper/lint-staged-9.2.1'
|
2019-08-06 10:15:23 -04:00 |
|
greenkeeper[bot]
|
a69c9c03d6
|
chore(package): update rollup to version 1.19.3
|
2019-08-06 04:53:29 +00:00 |
|
semantic-release-bot
|
a2f4b05ede
|
chore(release): 10.0.1 [skip ci]
## [10.0.1](https://github.com/jdalrymple/node-gitlab/compare/10.0.0...10.0.1) (2019-07-30)
### Bug Fixes
* Update to Ky 0.11.2 ([74e2b62](https://github.com/jdalrymple/node-gitlab/commit/74e2b62))
|
2019-07-30 03:43:23 +00:00 |
|
awgeorge
|
74e2b6296b
|
fix: Update to Ky 0.11.2
|
2019-07-29 23:28:10 -04:00 |
|
greenkeeper[bot]
|
f489750de9
|
chore(package): update lint-staged to version 9.2.1
|
2019-07-25 04:58:59 +00:00 |
|
greenkeeper[bot]
|
2cb6f2cae9
|
chore(package): update cz-conventional-changelog to version 3.0.0
|
2019-07-19 19:58:16 +00:00 |
|
semantic-release-bot
|
edefb680e7
|
chore(release): 10.0.0 [skip ci]
# [10.0.0](https://github.com/jdalrymple/node-gitlab/compare/9.1.0...10.0.0) (2019-07-15)
### Code Refactoring
* Adding required labelName and colour option to the create method ([199e32d](https://github.com/jdalrymple/node-gitlab/commit/199e32d))
### BREAKING CHANGES
* Labels require a colour and a name to be created. Now the create method takes a second and third argument: 'labelName' and 'color'
|
2019-07-15 14:44:32 +00:00 |
|
semantic-release-bot
|
10d4cdf0a6
|
chore(release): 9.1.0 [skip ci]
# [9.1.0](https://github.com/jdalrymple/node-gitlab/compare/9.0.1...9.1.0) (2019-07-12)
### Features
* Adding support for branchName key seen in the Gitlab API v3 ([356466f](https://github.com/jdalrymple/node-gitlab/commit/356466f))
|
2019-07-12 17:30:01 +00:00 |
|
greenkeeper[bot]
|
ebbb0480ff
|
chore(package): update rollup-plugin-typescript2 to version 0.22.0
|
2019-07-11 23:33:12 +00:00 |
|
semantic-release-bot
|
937e990e61
|
chore(release): 9.0.1 [skip ci]
## [9.0.1](https://github.com/jdalrymple/node-gitlab/compare/9.0.0...9.0.1) (2019-07-11)
### Bug Fixes
* Accept any variables that begin with uppercase letters and include an underscore [#254](https://github.com/jdalrymple/node-gitlab/issues/254) ([fe39590](https://github.com/jdalrymple/node-gitlab/commit/fe39590))
|
2019-07-11 21:03:37 +00:00 |
|
semantic-release-bot
|
862768a4f3
|
chore(release): 9.0.0 [skip ci]
# [9.0.0](https://github.com/jdalrymple/node-gitlab/compare/8.0.0...9.0.0) (2019-07-04)
### Bug Fixes
* Fixing project upload [#355](https://github.com/jdalrymple/node-gitlab/issues/355) ([184253e](https://github.com/jdalrymple/node-gitlab/commit/184253e))
### Code Refactoring
* Standardizing the upload argument header ([aa33061](https://github.com/jdalrymple/node-gitlab/commit/aa33061))
### BREAKING CHANGES
* path argument is no longer required/available. Now, it follows a similar function header to Project.upload with an optional metadata argument
Missing dependency
dede
|
2019-07-04 20:40:10 +00:00 |
|
semantic-release-bot
|
f111b929fc
|
chore(release): 8.0.0 [skip ci]
# [8.0.0](https://github.com/jdalrymple/node-gitlab/compare/7.0.1...8.0.0) (2019-07-03)
### Bug Fixes
* PushRules were missing from the ProjectBundle export and the README. [#373](https://github.com/jdalrymple/node-gitlab/issues/373) ([f7425a7](https://github.com/jdalrymple/node-gitlab/commit/f7425a7))
### BREAKING CHANGES
* PushRule export was renamed to PushRules to match the plurality of the export names
|
2019-07-03 00:39:36 +00:00 |
|
Justin Dalrymple
|
2de5280a25
|
Merge pull request #380 from jdalrymple/greenkeeper/husky-3.0.0
Update husky to the latest version 🚀
|
2019-07-02 00:40:18 -04:00 |
|
greenkeeper[bot]
|
e464b8495b
|
chore(package): update husky to version 3.0.0
|
2019-07-01 20:33:49 +00:00 |
|
greenkeeper[bot]
|
cb461a2bdd
|
chore(package): update lint-staged to version 9.0.0
|
2019-07-01 18:52:21 +00:00 |
|
semantic-release-bot
|
1ac1fb43b3
|
chore(release): 7.0.1 [skip ci]
## [7.0.1](https://github.com/jdalrymple/node-gitlab/compare/7.0.0...7.0.1) (2019-07-01)
### Bug Fixes
* Revert support for the rejectUnauthorized option until issues in [#377](https://github.com/jdalrymple/node-gitlab/issues/377) are sorted. ([f9a47c7](https://github.com/jdalrymple/node-gitlab/commit/f9a47c7))
|
2019-07-01 16:51:28 +00:00 |
|
semantic-release-bot
|
82e96fd74f
|
chore(release): 7.0.0 [skip ci]
# [7.0.0](https://github.com/jdalrymple/node-gitlab/compare/6.4.0...7.0.0) (2019-06-28)
### Features
* Adding missing endpoints for deploy keys [#373](https://github.com/jdalrymple/node-gitlab/issues/373) ([b23dd29](https://github.com/jdalrymple/node-gitlab/commit/b23dd29))
### BREAKING CHANGES
* all method now takes an optional object since projectId is no longer required. If no projectId is passed, the all method returns all deploy keys across all projects of the GitLab instance
|
2019-06-28 20:01:01 +00:00 |
|
semantic-release-bot
|
4cbb633497
|
chore(release): 6.4.0 [skip ci]
# [6.4.0](https://github.com/jdalrymple/node-gitlab/compare/6.3.7...6.4.0) (2019-06-28)
### Bug Fixes
* Handle body types properly if not JSON ie formData ([a135841](https://github.com/jdalrymple/node-gitlab/commit/a135841)), closes [#355](https://github.com/jdalrymple/node-gitlab/issues/355)
* Missing headers when posting json data ([861f89e](https://github.com/jdalrymple/node-gitlab/commit/861f89e))
* Use the correct agent configuration for the rejectUnauthorized option ([775d755](https://github.com/jdalrymple/node-gitlab/commit/775d755)), closes [#357](https://github.com/jdalrymple/node-gitlab/issues/357)
### Features
* Adding support for Group Issues ([00068c9](https://github.com/jdalrymple/node-gitlab/commit/00068c9)), closes [#306](https://github.com/jdalrymple/node-gitlab/issues/306)
|
2019-06-28 18:46:59 +00:00 |
|
Justin
|
71dde54d02
|
chore: Updating dependancies affecting the build success
|
2019-06-27 15:10:43 -04:00 |
|
Justin Dalrymple
|
f8478bfbe8
|
Merge pull request #371 from jdalrymple/greenkeeper/rollup-plugin-node-resolve-5.1.0
Greenkeeper/rollup plugin node resolve 5.1.0
|
2019-06-26 11:07:34 -04:00 |
|
Justin Dalrymple
|
155dbe0423
|
Merge pull request #370 from jdalrymple/greenkeeper/semantic-release-15.13.17
Greenkeeper/semantic release 15.13.17
|
2019-06-26 11:07:18 -04:00 |
|
Justin Dalrymple
|
8213e2e729
|
Merge pull request #369 from jdalrymple/greenkeeper/@semantic-release/npm-5.1.12
Greenkeeper/@semantic release/npm 5.1.12
|
2019-06-26 11:06:53 -04:00 |
|
greenkeeper[bot]
|
65e5968b22
|
chore(package): update husky to version 2.6.0
|
2019-06-26 14:20:59 +00:00 |
|
greenkeeper[bot]
|
a1aa57a30e
|
chore(package): update @semantic-release/npm to version 5.1.12
|
2019-06-25 21:03:29 +00:00 |
|
greenkeeper[bot]
|
2f10199e14
|
chore(package): update semantic-release to version 15.13.17
|
2019-06-25 16:38:57 +00:00 |
|
greenkeeper[bot]
|
d746af0f57
|
chore(package): update rollup-plugin-node-resolve to version 5.1.0
|
2019-06-25 06:08:39 +00:00 |
|
Justin Dalrymple
|
696f6f7aea
|
Merge pull request #366 from jdalrymple/greenkeeper/rollup-plugin-node-resolve-5.0.4
Greenkeeper/rollup plugin node resolve 5.0.4
|
2019-06-23 17:12:04 -04:00 |
|
greenkeeper[bot]
|
e0e4b8ade6
|
chore(package): update rollup-plugin-node-resolve to version 5.0.4
|
2019-06-22 07:10:43 +00:00 |
|
greenkeeper[bot]
|
e6aa3f10bf
|
chore(package): update query-string to version 6.8.1
|
2019-06-21 13:30:07 +00:00 |
|
Justin
|
ba12b666a6
|
Merge remote-tracking branch 'origin/greenkeeper/rollup-plugin-node-resolve-5.0.3'
|
2019-06-16 14:09:23 -04:00 |
|