Comparing version 3.0.3 to 3.0.4
@@ -1,5 +0,23 @@ | ||
# :memo: Internal changes | ||
# Important Changes | ||
- Fix badgets in README [`8f75eaa`](https://github.com/keindev/gh-gql/commit/8f75eaac7efbc8ee7b55c0d2584b5b7d6fa4fa83) | ||
## Dependencies | ||
<details> | ||
<summary>Dev Dependencies</summary> | ||
- Changed **[@tagproject/ts-package-shared-config](https://www.npmjs.com/package/@tagproject/ts-package-shared-config)** from `^6.3.3` to `^6.4.1` | ||
- Changed **[@types/node](https://www.npmjs.com/package/@types/node)** from `^17.0.5` to `^17.0.8` | ||
- Changed **[@typescript-eslint/eslint-plugin](https://www.npmjs.com/package/@typescript-eslint/eslint-plugin)** from `^5.8.1` to `^5.9.0` | ||
- Changed **[@typescript-eslint/parser](https://www.npmjs.com/package/@typescript-eslint/parser)** from `^5.8.1` to `^5.9.0` | ||
- Changed **[cspell](https://www.npmjs.com/package/cspell)** from `^5.14.0` to `^5.15.1` | ||
- Changed **[eslint](https://www.npmjs.com/package/eslint)** from `^8.5.0` to `^8.6.0` | ||
- Changed **[eslint-plugin-import](https://www.npmjs.com/package/eslint-plugin-import)** from `^2.25.3` to `^2.25.4` | ||
- Changed **[eslint-plugin-jest](https://www.npmjs.com/package/eslint-plugin-jest)** from `^25.3.3` to `^25.3.4` | ||
- Changed **[figma-portal](https://www.npmjs.com/package/figma-portal)** from `^0.10.0` to `^0.10.1` | ||
- Changed **[jest](https://www.npmjs.com/package/jest)** from `^27.4.5` to `^27.4.7` | ||
- Bumped **[changelog-guru](https://www.npmjs.com/package/changelog-guru)** from `^3.0.2` to `^4.0.1` | ||
- Bumped **[ghinfo](https://www.npmjs.com/package/ghinfo)** from `^2.0.3` to `^3.0.1` | ||
</details> | ||
--- | ||
@@ -6,0 +24,0 @@ |
@@ -234,2 +234,3 @@ export var AuditLogOrderField; | ||
FundingPlatform["KoFi"] = "KO_FI"; | ||
FundingPlatform["LfxCrowdfunding"] = "LFX_CROWDFUNDING"; | ||
FundingPlatform["Liberapay"] = "LIBERAPAY"; | ||
@@ -420,2 +421,6 @@ FundingPlatform["OpenCollective"] = "OPEN_COLLECTIVE"; | ||
})(OrgCreateAuditEntryBillingPlan || (OrgCreateAuditEntryBillingPlan = {})); | ||
export var OrgEnterpriseOwnerOrderField; | ||
(function (OrgEnterpriseOwnerOrderField) { | ||
OrgEnterpriseOwnerOrderField["Login"] = "LOGIN"; | ||
})(OrgEnterpriseOwnerOrderField || (OrgEnterpriseOwnerOrderField = {})); | ||
export var OrgRemoveBillingManagerAuditEntryReason; | ||
@@ -422,0 +427,0 @@ (function (OrgRemoveBillingManagerAuditEntryReason) { |
{ | ||
"name": "gh-gql", | ||
"version": "3.0.3", | ||
"version": "3.0.4", | ||
"description": "GitHub GraphQL API helper for TypeScript", | ||
@@ -60,21 +60,21 @@ "license": "MIT", | ||
"@graphql-codegen/typescript-operations": "^2.2.2", | ||
"@tagproject/ts-package-shared-config": "^6.3.3", | ||
"@tagproject/ts-package-shared-config": "^6.4.1", | ||
"@types/jest": "^27.4.0", | ||
"@types/node": "^17.0.5", | ||
"@typescript-eslint/eslint-plugin": "^5.8.1", | ||
"@typescript-eslint/parser": "^5.8.1", | ||
"changelog-guru": "^3.0.2", | ||
"cspell": "^5.14.0", | ||
"@types/node": "^17.0.8", | ||
"@typescript-eslint/eslint-plugin": "^5.9.0", | ||
"@typescript-eslint/parser": "^5.9.0", | ||
"changelog-guru": "^4.0.1", | ||
"cspell": "^5.15.1", | ||
"dotenv-cli": "^4.1.1", | ||
"eslint": "^8.5.0", | ||
"eslint": "^8.6.0", | ||
"eslint-config-prettier": "^8.3.0", | ||
"eslint-plugin-import": "^2.25.3", | ||
"eslint-plugin-jest": "^25.3.3", | ||
"eslint-plugin-import": "^2.25.4", | ||
"eslint-plugin-jest": "^25.3.4", | ||
"eslint-plugin-node": "^11.1.0", | ||
"eslint-plugin-optimize-regex": "^1.2.1", | ||
"eslint-plugin-promise": "^6.0.0", | ||
"figma-portal": "^0.10.0", | ||
"ghinfo": "^2.0.3", | ||
"figma-portal": "^0.10.1", | ||
"ghinfo": "^3.0.1", | ||
"husky": "^7.0.4", | ||
"jest": "^27.4.5", | ||
"jest": "^27.4.7", | ||
"npm-run-all": "^4.1.5", | ||
@@ -81,0 +81,0 @@ "prettier": "^2.5.1", |
Sorry, the diff of this file is too big to display
532320
13416