Comparing version 3.0.4 to 3.0.5
@@ -8,14 +8,10 @@ # Important Changes | ||
- 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` | ||
- Changed **[@typescript-eslint/eslint-plugin](https://www.npmjs.com/package/@typescript-eslint/eslint-plugin)** from `^5.9.0` to `^5.9.1` | ||
- Changed **[@typescript-eslint/parser](https://www.npmjs.com/package/@typescript-eslint/parser)** from `^5.9.0` to `^5.9.1` | ||
- Changed **[cspell](https://www.npmjs.com/package/cspell)** from `^5.15.1` to `^5.15.2` | ||
- Changed **[eslint](https://www.npmjs.com/package/eslint)** from `^8.6.0` to `^8.7.0` | ||
- Changed **[eslint-plugin-jest](https://www.npmjs.com/package/eslint-plugin-jest)** from `^25.3.4` to `^25.7.0` | ||
- Changed **[figma-portal](https://www.npmjs.com/package/figma-portal)** from `^0.10.1` to `^0.10.2` | ||
- Changed **[ghinfo](https://www.npmjs.com/package/ghinfo)** from `^3.0.1` to `^3.0.2` | ||
- Changed **[ts-jest](https://www.npmjs.com/package/ts-jest)** from `^27.1.2` to `^27.1.3` | ||
@@ -22,0 +18,0 @@ </details> |
@@ -646,2 +646,3 @@ export var AuditLogOrderField; | ||
(function (PullRequestTimelineItemsItemType) { | ||
PullRequestTimelineItemsItemType["AddedToMergeQueueEvent"] = "ADDED_TO_MERGE_QUEUE_EVENT"; | ||
PullRequestTimelineItemsItemType["AddedToProjectEvent"] = "ADDED_TO_PROJECT_EVENT"; | ||
@@ -688,2 +689,3 @@ PullRequestTimelineItemsItemType["AssignedEvent"] = "ASSIGNED_EVENT"; | ||
PullRequestTimelineItemsItemType["ReferencedEvent"] = "REFERENCED_EVENT"; | ||
PullRequestTimelineItemsItemType["RemovedFromMergeQueueEvent"] = "REMOVED_FROM_MERGE_QUEUE_EVENT"; | ||
PullRequestTimelineItemsItemType["RemovedFromProjectEvent"] = "REMOVED_FROM_PROJECT_EVENT"; | ||
@@ -690,0 +692,0 @@ PullRequestTimelineItemsItemType["RenamedTitleEvent"] = "RENAMED_TITLE_EVENT"; |
{ | ||
"name": "gh-gql", | ||
"version": "3.0.4", | ||
"version": "3.0.5", | ||
"description": "GitHub GraphQL API helper for TypeScript", | ||
@@ -18,2 +18,3 @@ "license": "MIT", | ||
], | ||
"bugs": "https://github.com/keindev/gh-gql/issues", | ||
"types": "./lib/index.d.ts", | ||
@@ -64,16 +65,16 @@ "type": "module", | ||
"@types/node": "^17.0.8", | ||
"@typescript-eslint/eslint-plugin": "^5.9.0", | ||
"@typescript-eslint/parser": "^5.9.0", | ||
"@typescript-eslint/eslint-plugin": "^5.9.1", | ||
"@typescript-eslint/parser": "^5.9.1", | ||
"changelog-guru": "^4.0.1", | ||
"cspell": "^5.15.1", | ||
"cspell": "^5.15.2", | ||
"dotenv-cli": "^4.1.1", | ||
"eslint": "^8.6.0", | ||
"eslint": "^8.7.0", | ||
"eslint-config-prettier": "^8.3.0", | ||
"eslint-plugin-import": "^2.25.4", | ||
"eslint-plugin-jest": "^25.3.4", | ||
"eslint-plugin-jest": "^25.7.0", | ||
"eslint-plugin-node": "^11.1.0", | ||
"eslint-plugin-optimize-regex": "^1.2.1", | ||
"eslint-plugin-promise": "^6.0.0", | ||
"figma-portal": "^0.10.1", | ||
"ghinfo": "^3.0.1", | ||
"figma-portal": "^0.10.2", | ||
"ghinfo": "^3.0.2", | ||
"husky": "^7.0.4", | ||
@@ -84,5 +85,5 @@ "jest": "^27.4.7", | ||
"rimraf": "^3.0.2", | ||
"ts-jest": "^27.1.2", | ||
"ts-jest": "^27.1.3", | ||
"typescript": "^4.5.4" | ||
} | ||
} |
Sorry, the diff of this file is too big to display
No bug tracker
MaintenancePackage does not have a linked bug tracker in package.json.
Found 1 instance in 1 package
13420
532240