3096 Commits

Author SHA1 Message Date
Justin Dalrymple
031395bc5e
Removing native support for rejectUnauthorized - Suggest nodejs env NODE_TLS_REJECT_UNAUTHORIZED=0 instead (#3540)
This hasn't been supported for a while since it was implemented incorrectly. Further, using it is generally bad practice. If such functionality is required, the user can utilise one of the ENV s needed to bypass this check
2024-02-20 11:04:58 -05:00
Autobot
c0ad1a7077 "Bump version to: 39.34.2 [skip ci]" 39.34.2 2024-02-02 19:12:27 +00:00
Autobot
1099b0adfa Update CHANGELOG.md [skip ci] 2024-02-02 19:12:18 +00:00
Justin Dalrymple
710e14e2a3
Removing auto merge to avoid blowing up the e2e tests 2024-02-02 13:42:49 -05:00
dependabot[bot]
ba853a1b20 Bump @types/node from 20.11.14 to 20.11.16
Bumps [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) from 20.11.14 to 20.11.16.
- [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-02-02 05:07:12 +00:00
dependabot[bot]
0c7463b8f6 Bump @playwright/test from 1.41.1 to 1.41.2
Bumps [@playwright/test](https://github.com/microsoft/playwright) from 1.41.1 to 1.41.2.
- [Release notes](https://github.com/microsoft/playwright/releases)
- [Commits](https://github.com/microsoft/playwright/compare/v1.41.1...v1.41.2)

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

Signed-off-by: dependabot[bot] <support@github.com>
2024-02-02 05:06:36 +00:00
dependabot[bot]
1038787c7b Bump @swc/jest from 0.2.31 to 0.2.34
Bumps [@swc/jest](https://github.com/swc-project/pkgs) from 0.2.31 to 0.2.34.
- [Commits](https://github.com/swc-project/pkgs/commits)

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

Signed-off-by: dependabot[bot] <support@github.com>
2024-02-02 05:04:58 +00:00
dependabot[bot]
01234c60f0 Bump @types/jest from 29.5.11 to 29.5.12
Bumps [@types/jest](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/jest) from 29.5.11 to 29.5.12.
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/jest)

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

Signed-off-by: dependabot[bot] <support@github.com>
2024-02-02 05:03:19 +00:00
dependabot[bot]
7c8aa382ef Bump husky from 9.0.7 to 9.0.10
Bumps [husky](https://github.com/typicode/husky) from 9.0.7 to 9.0.10.
- [Release notes](https://github.com/typicode/husky/releases)
- [Commits](https://github.com/typicode/husky/compare/v9.0.7...v9.0.10)

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

Signed-off-by: dependabot[bot] <support@github.com>
2024-02-02 05:01:26 +00:00
dependabot[bot]
0e74be3e14 Bump nx from 17.3.0 to 17.3.1
Bumps [nx](https://github.com/nrwl/nx/tree/HEAD/packages/nx) from 17.3.0 to 17.3.1.
- [Release notes](https://github.com/nrwl/nx/releases)
- [Commits](https://github.com/nrwl/nx/commits/17.3.1/packages/nx)

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

Signed-off-by: dependabot[bot] <support@github.com>
2024-02-01 04:13:29 +00:00
dependabot[bot]
175ef01586 Bump @types/node from 20.11.13 to 20.11.14
Bumps [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) from 20.11.13 to 20.11.14.
- [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-02-01 04:11:57 +00:00
dependabot[bot]
f470903d57 Bump lint-staged from 15.2.0 to 15.2.1
Bumps [lint-staged](https://github.com/okonet/lint-staged) from 15.2.0 to 15.2.1.
- [Release notes](https://github.com/okonet/lint-staged/releases)
- [Changelog](https://github.com/lint-staged/lint-staged/blob/master/CHANGELOG.md)
- [Commits](https://github.com/okonet/lint-staged/compare/v15.2.0...v15.2.1)

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

Signed-off-by: dependabot[bot] <support@github.com>
2024-02-01 04:11:35 +00:00
Autobot
f1a7c1d850 "Bump version to: 39.34.1 [skip ci]" 39.34.1 2024-01-31 04:58:17 +00:00
Autobot
3331fd6f02 Update CHANGELOG.md [skip ci] 2024-01-31 04:58:08 +00:00
dependabot[bot]
a45c97b25a Bump @types/node from 20.11.10 to 20.11.13
Bumps [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) from 20.11.10 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 04:38:26 +00:00
Justin Dalrymple
ac33ce1a2e
Set timeout on e2e test setup job to avoid long CI builds (#3529)
* Set job timeout to avoid long Jobs eating CI minutes
* Removing install `need` for setup stage
2024-01-30 22:23:21 -05:00
Justin Dalrymple
3715191925
Changing project create types for path and name (#3528) 2024-01-30 14:15:51 -05:00
dependabot[bot]
03987a16f7 Bump @typescript-eslint/parser from 6.19.1 to 6.20.0
Bumps [@typescript-eslint/parser](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser) from 6.19.1 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/parser/CHANGELOG.md)
- [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v6.20.0/packages/parser)

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

Signed-off-by: dependabot[bot] <support@github.com>
2024-01-30 04:26:02 +00:00
dependabot[bot]
60b04195cb Bump nx from 17.2.8 to 17.3.0
Bumps [nx](https://github.com/nrwl/nx/tree/HEAD/packages/nx) from 17.2.8 to 17.3.0.
- [Release notes](https://github.com/nrwl/nx/releases)
- [Commits](https://github.com/nrwl/nx/commits/17.3.0/packages/nx)

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

Signed-off-by: dependabot[bot] <support@github.com>
2024-01-30 04:22:08 +00:00
dependabot[bot]
bc83559cd3 Bump husky from 9.0.6 to 9.0.7
Bumps [husky](https://github.com/typicode/husky) from 9.0.6 to 9.0.7.
- [Release notes](https://github.com/typicode/husky/releases)
- [Commits](https://github.com/typicode/husky/compare/v9.0.6...v9.0.7)

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

Signed-off-by: dependabot[bot] <support@github.com>
2024-01-30 04:21:31 +00:00
dependabot[bot]
f569d43605 Bump @typescript-eslint/eslint-plugin from 6.19.1 to 6.20.0
Bumps [@typescript-eslint/eslint-plugin](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin) from 6.19.1 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-30 04:20:31 +00:00
Autobot
78c70f63f6 "Bump version to: 39.34.0 [skip ci]" 39.34.0 2024-01-29 17:53:10 +00:00
Autobot
d0eeccf630 Update CHANGELOG.md [skip ci] 2024-01-29 17:53:02 +00:00
Justin Dalrymple
546e5b66bb
Missing build files (#3522)
- Adding check at release job to ensure dist files are present before releasing.
- Fixing monorepo package versions to avoid possible mismatch
2024-01-29 12:35:14 -05:00
Autobot
f09b85042f "Bump version to: 39.33.2 [skip ci]" 39.33.2 2024-01-29 05:05:30 +00:00
Autobot
1a7f81ad8d Update CHANGELOG.md [skip ci] 2024-01-29 05:05:23 +00:00
dependabot[bot]
0a8a90a4bf Bump rate-limiter-flexible from 4.0.0 to 4.0.1
Bumps [rate-limiter-flexible](https://github.com/animir/node-rate-limiter-flexible) from 4.0.0 to 4.0.1.
- [Release notes](https://github.com/animir/node-rate-limiter-flexible/releases)
- [Commits](https://github.com/animir/node-rate-limiter-flexible/compare/v4.0.0...v4.0.1)

---
updated-dependencies:
- dependency-name: rate-limiter-flexible
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-01-29 04:25:21 +00:00
dependabot[bot]
d33fc0f65c Bump @types/node from 20.11.6 to 20.11.10
Bumps [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) from 20.11.6 to 20.11.10.
- [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-29 04:25:08 +00:00
dependabot[bot]
47aebd939f Bump @swc/core from 1.3.105 to 1.3.107
Bumps [@swc/core](https://github.com/swc-project/swc) from 1.3.105 to 1.3.107.
- [Release notes](https://github.com/swc-project/swc/releases)
- [Changelog](https://github.com/swc-project/swc/blob/main/CHANGELOG.md)
- [Commits](https://github.com/swc-project/swc/compare/v1.3.105...v1.3.107)

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

Signed-off-by: dependabot[bot] <support@github.com>
2024-01-29 04:24:40 +00:00
Autobot
f34db26514 "Bump version to: 39.33.1 [skip ci]" 39.33.1 2024-01-29 03:28:59 +00:00
Autobot
d799c71b96 Update CHANGELOG.md [skip ci] 2024-01-29 03:28:51 +00:00
dependabot[bot]
d0958aab48
Bump husky from 8.0.3 to 9.0.6 (#3517)
Bumps [husky](https://github.com/typicode/husky) from 8.0.3 to 9.0.6.
- [Release notes](https://github.com/typicode/husky/releases)
- [Commits](https://github.com/typicode/husky/compare/v8.0.3...v9.0.6)

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

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-01-28 21:58:45 -05:00
Justin Dalrymple
f277995994
CI/CD Re-organization and Optimization (#3515)
- Updating CI script to use latest shutdown logic
- Removed unneeded tests
- Split browser tests into ones that need a Gitlab instance those that down
- Removing the need to run the full e2e test unless its a release branch
- Moved the most tested release tests (the exports) into a integration test since it doesnt require a full Gitlab instance for testing
2024-01-28 21:43:51 -05:00
Autobot
e76b91bdab "Bump version to: 39.33.0 [skip ci]" 39.33.0 2024-01-23 22:18:53 +00:00
Autobot
98f307a0c0 Update contributors [skip ci] 2024-01-23 22:18:48 +00:00
Autobot
fc503e68f2 Update CHANGELOG.md [skip ci] 2024-01-23 22:18:46 +00:00
Elaine Mattos
4d55c390f1
Add webhooks export (#3514)
Co-authored-by: elaine-mattos= <elaine.mattos@gmail.com=>
2024-01-23 16:53:35 -05:00
Autobot
171bb9a99c "Bump version to: 39.32.0 [skip ci]" 39.32.0 2024-01-23 01:27:43 +00:00
Autobot
7f1394e296 Update CHANGELOG.md [skip ci] 2024-01-23 01:27:37 +00:00
Justin Dalrymple
bfe40a59d1
Updating Gitbeaker Error typings (#3513) 2024-01-22 19:52:20 -05:00
Autobot
7eec49b4aa "Bump version to: 39.31.1 [skip ci]" 39.31.1 2024-01-23 00:21:52 +00:00
Autobot
0ed43f80de Update CHANGELOG.md [skip ci] 2024-01-23 00:21:45 +00:00
Justin Dalrymple
965878742c
Add typing exports for Webhook Events (#3511) 2024-01-22 18:54:06 -05:00
Autobot
1112db9fc0 "Bump version to: 39.31.0 [skip ci]" 39.31.0 2024-01-22 23:49:18 +00:00
Autobot
1855da52ac Update CHANGELOG.md [skip ci] 2024-01-22 23:49:12 +00:00
Justin Dalrymple
032e3eef2b
Add missing premium/ultimate Project attributes (#3512) 2024-01-22 18:27:25 -05:00
Autobot
1d7e9aee42 "Bump version to: 39.30.0 [skip ci]" 39.30.0 2024-01-17 20:28:47 +00:00
Autobot
9b3d06d17f Update contributors [skip ci] 2024-01-17 20:28:42 +00:00
Autobot
ff4f4568bc Update CHANGELOG.md [skip ci] 2024-01-17 20:28:40 +00:00
Justin Dalrymple
18d4123578
Update rate limit feature to be more browser freindly (#3428) 2024-01-17 14:49:33 -05:00