86 Commits

Author SHA1 Message Date
Kipras Melnikovas
2b65591b56
fix(browser): return early if response headers empty (#1034)
When performing simple requests, such as

```ts
import { Gitlab } from "@gitbeaker/browser";

const api = new Gitlab({ token, host });

const res = await api.Issues.show(projectId, issueIid);
```

I used to get errors, such as

```console
index.js:11539 RangeError: Invalid array length
...
```

and this fixed it.
2020-08-07 14:22:01 +02:00
dependabot-preview[bot]
a6ab1992da
chore(deps-dev): bump puppeteer from 5.0.0 to 5.2.1 (#1000)
Bumps [puppeteer](https://github.com/puppeteer/puppeteer) from 5.0.0 to 5.2.1.
- [Release notes](https://github.com/puppeteer/puppeteer/releases)
- [Commits](https://github.com/puppeteer/puppeteer/compare/v5.0.0...v5.2.1)

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

Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
Co-authored-by: Justin Dalrymple <jdalrymple@users.noreply.github.com>
2020-07-27 01:43:34 +02:00
dependabot-preview[bot]
b8698b251b
chore(deps-dev): bump @rollup/plugin-commonjs from 13.0.0 to 14.0.0 (#973)
Bumps [@rollup/plugin-commonjs](https://github.com/rollup/plugins) from 13.0.0 to 14.0.0.
- [Release notes](https://github.com/rollup/plugins/releases)
- [Commits](https://github.com/rollup/plugins/compare/commonjs-v13.0.0...commonjs-v14.0.0)

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

Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
Co-authored-by: Justin Dalrymple <jdalrymple@users.noreply.github.com>
2020-07-22 12:28:57 +02:00
dependabot-preview[bot]
dfd8d45376
chore(deps): bump ky from 0.21.0 to 0.23.0 (#1001)
Bumps [ky](https://github.com/sindresorhus/ky) from 0.21.0 to 0.23.0.
- [Release notes](https://github.com/sindresorhus/ky/releases)
- [Commits](https://github.com/sindresorhus/ky/compare/v0.21.0...v0.23.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-07-22 12:27:09 +02:00
Justin Dalrymple
c3595836ce Bump version to: 23.4.2 [skip ci] 2020-07-22 01:43:11 +00:00
Justin Dalrymple
5276a0fea5 Bump version to: 23.4.1 [skip ci] 2020-07-22 01:38:56 +00:00
Justin Dalrymple
2ed9b3c9f3 Update CHANGELOG.md [skip ci] 2020-07-22 01:38:53 +00:00
dependabot-preview[bot]
31c7f9691d
chore(deps): bump ky from 0.20.0 to 0.21.0 (#961)
Bumps [ky](https://github.com/sindresorhus/ky) from 0.20.0 to 0.21.0.
- [Release notes](https://github.com/sindresorhus/ky/releases)
- [Commits](https://github.com/sindresorhus/ky/compare/v0.20.0...v0.21.0)

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

Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
Co-authored-by: Justin Dalrymple <jdalrymple@users.noreply.github.com>
2020-07-17 00:32:07 +02:00
Justin Dalrymple
a6fd10fab7 Bump version to: 23.4.0 [skip ci] 2020-07-12 08:42:14 +00:00
Justin Dalrymple
8fdeb8c0d1 Update CHANGELOG.md [skip ci] 2020-07-12 08:42:12 +00:00
Justin Dalrymple
56d4731504
Updating min node version supported (#957) 2020-07-12 10:20:31 +02:00
Justin Dalrymple
e135a55279 Bump version to: 23.3.0 [skip ci] 2020-07-11 15:19:52 +00:00
Justin Dalrymple
110cd95176 Bump version to: 23.2.0 [skip ci] 2020-07-08 19:34:10 +00:00
Justin Dalrymple
ef9548668c Bump version to: 23.1.0 [skip ci] 2020-07-08 13:18:28 +00:00
Justin Dalrymple
ab34cdb778 Update CHANGELOG.md [skip ci] 2020-07-08 13:18:26 +00:00
Justin Dalrymple
c10dba3fd0
Fixing up the Type exports for all the distributed libraries (#795) 2020-07-08 11:45:18 +02:00
dependabot-preview[bot]
1e74ce86a4
chore(deps-dev): bump puppeteer from 4.0.0 to 5.0.0 (#928)
Bumps [puppeteer](https://github.com/puppeteer/puppeteer) from 4.0.0 to 5.0.0.
- [Release notes](https://github.com/puppeteer/puppeteer/releases)
- [Commits](https://github.com/puppeteer/puppeteer/compare/v4.0.0...v5.0.0)

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

Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
Co-authored-by: Justin Dalrymple <jdalrymple@users.noreply.github.com>
2020-07-07 11:49:37 +02:00
Justin Dalrymple
5b76842468 Bump version to: 23.0.0 [skip ci] 2020-07-07 08:13:02 +00:00
Justin Dalrymple
12900a78dd Bump version to: 22.0.1 [skip ci] 2020-06-25 21:36:05 +00:00
Justin Dalrymple
1674b8759d Bump version to: 22.0.0 [skip ci] 2020-06-20 13:12:38 +00:00
Justin Dalrymple
e4c21a9fd1 Update CHANGELOG.md [skip ci] 2020-06-20 13:12:35 +00:00
dependabot-preview[bot]
75659cc68a
chore(deps-dev): bump puppeteer from 3.1.0 to 4.0.0 (#895)
Bumps [puppeteer](https://github.com/puppeteer/puppeteer) from 3.1.0 to 4.0.0.
- [Release notes](https://github.com/puppeteer/puppeteer/releases)
- [Commits](https://github.com/puppeteer/puppeteer/compare/v3.1.0...v4.0.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-06-16 14:37:08 +02:00
Justin Dalrymple
5853d98f13 Bump version to: 21.7.0 [skip ci] 2020-06-16 12:20:17 +00:00
Justin Dalrymple
51e22d9e3d Bump version to: 21.6.0 [skip ci] 2020-06-16 11:48:12 +00:00
Justin Dalrymple
fc068f8b72 Update CHANGELOG.md [skip ci] 2020-06-16 11:48:10 +00:00
Justin Dalrymple
6426ce1fb1
Removal of esinterlop to prefer namespace imports over default exports (#893) 2020-06-16 13:37:56 +02:00
Justin Dalrymple
a32e9db9b2 Bump version to: 21.5.0 [skip ci] 2020-06-14 18:12:36 +00:00
Justin Dalrymple
d5432f8ee3 Bump version to: 21.4.0 [skip ci] 2020-06-14 17:34:58 +00:00
Justin Dalrymple
f5fb4d0b2b Update CHANGELOG.md [skip ci] 2020-06-14 17:34:56 +00:00
Justin
8ff141ad85 Updating Changelog.md [skip ci] 2020-06-14 15:54:41 +02:00
Justin Dalrymple
54b17b6e56 Bump version to: 21.3.0 [skip ci] 2020-06-14 13:41:47 +00:00
Justin Dalrymple
e88c02bd14 Update CHANGELOG.md [skip ci] 2020-06-14 13:41:45 +00:00
Justin Dalrymple
a7e5c28868 Bump version to: 21.2.0 [skip ci] 2020-06-14 15:24:41 +02:00
Justin Dalrymple
75b1297d7f Update CHANGELOG.md [skip ci] 2020-06-14 15:24:38 +02:00
Justin
7fc55c6ac5 Fixing package versions again [skip ci] 2020-06-14 15:16:20 +02:00
Justin Dalrymple
d322f7ca91
Fixing up missing commits from the latest release (#886) 2020-06-14 14:50:47 +02:00
Justin
1b6e770288 Updating CHANGELOG.md [skip ci] 2020-06-12 12:47:43 +02:00
Justin Dalrymple
6ef47cc0c3 v21.0.1 2020-06-12 12:40:08 +02:00
Justin Dalrymple
2a0f0d1c85 Bump version to: 21.0.0 [skip ci] 2020-06-12 12:31:52 +02:00
Justin Dalrymple
c6898b1c7d Update CHANGELOG.md [skip ci] 2020-06-12 12:30:50 +02:00
dependabot-preview[bot]
b1220148e0
chore(deps-dev): bump @rollup/plugin-commonjs from 11.1.0 to 13.0.0 (#876)
Bumps [@rollup/plugin-commonjs](https://github.com/rollup/plugins) from 11.1.0 to 13.0.0.
- [Release notes](https://github.com/rollup/plugins/releases)
- [Commits](https://github.com/rollup/plugins/compare/commonjs-v11.1.0...commonjs-v13.0.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-06-12 10:29:18 +02:00
Justin Dalrymple
8b549da700
Remove Gitlab Instance dependency for CLI tests (#883)
* Also added canary build if label is present
2020-06-12 10:11:10 +02:00
dependabot-preview[bot]
36d615cf09
chore(deps): bump ky from 0.19.1 to 0.20.0 (#804)
Bumps [ky](https://github.com/sindresorhus/ky) from 0.19.1 to 0.20.0.
- [Release notes](https://github.com/sindresorhus/ky/releases)
- [Commits](https://github.com/sindresorhus/ky/compare/v0.19.1...v0.20.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-05-18 22:23:33 +02:00
Justin Dalrymple
b5d1230e27 Bump version to: 19.7.0 [skip ci] 2020-05-17 17:12:03 +00:00
Justin Dalrymple
5906c6180f Bump version to: 19.6.0 [skip ci] 2020-05-16 11:49:46 +00:00
Justin Dalrymple
14595158fa Update CHANGELOG.md [skip ci] 2020-05-16 11:49:43 +00:00
dependabot-preview[bot]
04a432cecc
chore(deps-dev): bump @types/node from 13.13.5 to 14.0.1 (#790)
Bumps [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) from 13.13.5 to 14.0.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-05-15 21:37:53 +02:00
Justin Dalrymple
8dbc11590b Bump version to: 19.5.1 [skip ci] 2020-05-11 20:44:40 +00:00
Justin Dalrymple
b58d24ca63 Bump version to: 19.5.0 [skip ci] 2020-05-11 20:39:34 +00:00
Justin Dalrymple
0f0d2d7a15 Bump version to: 19.4.0 [skip ci] 2020-05-06 17:32:27 +00:00