github-schema 1.20.13 → 1.20.14

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -51537,7 +51537,7 @@ enum SearchType {
51537
51537
  """
51538
51538
  Returns results matching issues in repositories.
51539
51539
  """
51540
- ISSUE_ADVANCED @deprecated(reason: "Search for issues and pull requests will be overridden by advanced search on November 4, 2025. You can read more about this change on https://github.blog/changelog/2025-03-06-github-issues-projects-api-support-for-issues-advanced-search-and-more/. Removal on 2025-11-04 UTC.")
51540
+ ISSUE_ADVANCED
51541
51541
 
51542
51542
  """
51543
51543
  Returns results matching repositories.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "github-schema",
3
- "version": "1.20.13",
3
+ "version": "1.20.14",
4
4
  "description": "GitHub's GraphQL schema",
5
5
  "type": "module",
6
6
  "author": {
@@ -50,20 +50,20 @@
50
50
  "node": ">=18"
51
51
  },
52
52
  "dependencies": {
53
- "graphql": "^16.11.0",
54
- "graphql-tag": "^2.12.6"
53
+ "graphql": "16.11.0",
54
+ "graphql-tag": "2.12.6"
55
55
  },
56
56
  "devDependencies": {
57
- "@graphql-codegen/add": "^6.0.0",
58
- "@graphql-codegen/cli": "^6.0.0",
59
- "@graphql-codegen/typescript": "^5.0.0",
60
- "@luxass/eslint-config": "^5.3.2",
61
- "@types/node": "^20.14.10",
57
+ "@graphql-codegen/add": "6.0.0",
58
+ "@graphql-codegen/cli": "6.0.0",
59
+ "@graphql-codegen/typescript": "5.0.0",
60
+ "@luxass/eslint-config": "5.3.2",
61
+ "@types/node": "20.19.17",
62
62
  "eslint": "^9.35.0",
63
63
  "eslint-plugin-format": "^1.0.1",
64
- "publint": "^0.3.12",
65
- "tsdown": "^0.15.1",
66
- "typescript": "^5.9.2"
64
+ "publint": "0.3.13",
65
+ "tsdown": "0.15.4",
66
+ "typescript": "5.9.2"
67
67
  },
68
68
  "scripts": {
69
69
  "build": "tsdown",