github-schema 1.10.4 → 1.10.5

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.
@@ -7831,6 +7831,8 @@ type FundingPlatform =
7831
7831
  | 'PATREON'
7832
7832
  /** Polar funding platform. */
7833
7833
  | 'POLAR'
7834
+ /** thanks.dev funding platform. */
7835
+ | 'THANKS_DEV'
7834
7836
  /** Tidelift funding platform. */
7835
7837
  | 'TIDELIFT';
7836
7838
  /** A generic hovercard context with a message and icon */
@@ -7831,6 +7831,8 @@ type FundingPlatform =
7831
7831
  | 'PATREON'
7832
7832
  /** Polar funding platform. */
7833
7833
  | 'POLAR'
7834
+ /** thanks.dev funding platform. */
7835
+ | 'THANKS_DEV'
7834
7836
  /** Tidelift funding platform. */
7835
7837
  | 'TIDELIFT';
7836
7838
  /** A generic hovercard context with a message and icon */
@@ -16478,6 +16478,11 @@ enum FundingPlatform {
16478
16478
  """
16479
16479
  POLAR
16480
16480
 
16481
+ """
16482
+ thanks.dev funding platform.
16483
+ """
16484
+ THANKS_DEV
16485
+
16481
16486
  """
16482
16487
  Tidelift funding platform.
16483
16488
  """
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "github-schema",
3
- "version": "1.10.4",
3
+ "version": "1.10.5",
4
4
  "description": "GitHub's GraphQL schema",
5
5
  "type": "module",
6
6
  "author": {
@@ -8,7 +8,7 @@
8
8
  "email": "lucasnrgaard@gmail.com",
9
9
  "url": "https://luxass.dev"
10
10
  },
11
- "packageManager": "pnpm@9.5.0",
11
+ "packageManager": "pnpm@9.7.0",
12
12
  "license": "MIT",
13
13
  "homepage": "https://github.com/luxass/github-schema",
14
14
  "repository": {
@@ -95,11 +95,11 @@
95
95
  "@graphql-codegen/add": "^5.0.3",
96
96
  "@graphql-codegen/cli": "^5.0.2",
97
97
  "@graphql-codegen/typescript": "^4.0.9",
98
- "@luxass/eslint-config": "^4.8.1",
98
+ "@luxass/eslint-config": "^4.10.3",
99
99
  "@types/node": "^20.14.10",
100
- "eslint": "^9.6.0",
100
+ "eslint": "^9.9.0",
101
101
  "eslint-plugin-format": "^0.1.2",
102
- "tsup": "^8.1.0",
103
- "typescript": "^5.5.3"
102
+ "tsup": "^8.2.4",
103
+ "typescript": "^5.5.4"
104
104
  }
105
105
  }