jest-serializer-graphql-schema 5.0.0-alpha.2 → 5.0.0-beta.2

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.
package/CHANGELOG.md CHANGED
@@ -1,10 +1,26 @@
1
1
  # jest-serializer-graphql-schema
2
2
 
3
+ ## 5.0.0-beta.2
4
+
5
+ ### Patch Changes
6
+
7
+ - [#496](https://github.com/benjie/crystal/pull/496)
8
+ [`c9bfd9892`](https://github.com/benjie/crystal/commit/c9bfd989247f9433fb5b18c5175c9d8d64cd21a1)
9
+ Thanks [@benjie](https://github.com/benjie)! - Update dependencies (sometimes
10
+ through major versions).
11
+
12
+ ## 5.0.0-beta.1
13
+
14
+ ### Patch Changes
15
+
16
+ - [`cbd987385`](https://github.com/benjie/crystal/commit/cbd987385f99bd1248bc093ac507cc2f641ba3e8)
17
+ Thanks [@benjie](https://github.com/benjie)! - Bump all packages to beta
18
+
3
19
  ## 5.0.0-alpha.2
4
20
 
5
21
  ### Patch Changes
6
22
 
7
- - [`7f857950a`](https://github.com/benjie/postgraphile-private/commit/7f857950a7e4ec763c936eb6bd1fb77824041d71)
23
+ - [`7f857950a`](https://github.com/benjie/crystal/commit/7f857950a7e4ec763c936eb6bd1fb77824041d71)
8
24
  Thanks [@benjie](https://github.com/benjie)! - Upgrade to the latest
9
25
  TypeScript/tslib
10
26
 
@@ -12,7 +28,7 @@
12
28
 
13
29
  ### Patch Changes
14
30
 
15
- - [`759ad403d`](https://github.com/benjie/postgraphile-private/commit/759ad403d71363312c5225c165873ae84b8a098c)
31
+ - [`759ad403d`](https://github.com/benjie/crystal/commit/759ad403d71363312c5225c165873ae84b8a098c)
16
32
  Thanks [@benjie](https://github.com/benjie)! - Alpha release - see
17
33
  https://postgraphile.org/news/2023-04-26-version-5-alpha
18
34
 
@@ -20,8 +36,8 @@
20
36
 
21
37
  ### Patch Changes
22
38
 
23
- - [#260](https://github.com/benjie/postgraphile-private/pull/260)
24
- [`d5312e6b9`](https://github.com/benjie/postgraphile-private/commit/d5312e6b968fbeb46d074b82a41b4bdbc166598c)
39
+ - [#260](https://github.com/benjie/crystal/pull/260)
40
+ [`d5312e6b9`](https://github.com/benjie/crystal/commit/d5312e6b968fbeb46d074b82a41b4bdbc166598c)
25
41
  Thanks [@benjie](https://github.com/benjie)! - TypeScript v5 is now required
26
42
 
27
43
  ## 5.0.0-0.3
@@ -40,6 +56,6 @@
40
56
 
41
57
  ### Patch Changes
42
58
 
43
- - [#125](https://github.com/benjie/postgraphile-private/pull/125)
44
- [`91f2256b3`](https://github.com/benjie/postgraphile-private/commit/91f2256b3fd699bec19fc86f1ca79df057e58639)
59
+ - [#125](https://github.com/benjie/crystal/pull/125)
60
+ [`91f2256b3`](https://github.com/benjie/crystal/commit/91f2256b3fd699bec19fc86f1ca79df057e58639)
45
61
  Thanks [@benjie](https://github.com/benjie)! - Initial changesets release
package/README.md CHANGED
@@ -27,15 +27,14 @@ and development via sponsorship.
27
27
  And please give some love to our featured sponsors 🤩:
28
28
 
29
29
  <table><tr>
30
- <td align="center"><a href="https://surge.io/"><img src="https://graphile.org/images/sponsors/surge.png" width="90" height="90" alt="Surge" /><br />Surge</a> *</td>
31
30
  <td align="center"><a href="https://www.the-guild.dev/"><img src="https://graphile.org/images/sponsors/theguild.png" width="90" height="90" alt="The Guild" /><br />The Guild</a> *</td>
32
31
  <td align="center"><a href="https://dovetailapp.com/"><img src="https://graphile.org/images/sponsors/dovetail.png" width="90" height="90" alt="Dovetail" /><br />Dovetail</a> *</td>
33
32
  <td align="center"><a href="https://qwick.com/"><img src="https://graphile.org/images/sponsors/qwick.png" width="90" height="90" alt="Qwick" /><br />Qwick</a> *</td>
34
- </tr><tr>
35
33
  <td align="center"><a href="https://www.netflix.com/"><img src="https://graphile.org/images/sponsors/Netflix.png" width="90" height="90" alt="Netflix" /><br />Netflix</a> *</td>
34
+ </tr><tr>
36
35
  <td align="center"><a href=""><img src="https://graphile.org/images/sponsors/chadf.png" width="90" height="90" alt="Chad Furman" /><br />Chad Furman</a> *</td>
37
- <td align="center"><a href="https://www.enzuzo.com/"><img src="https://graphile.org/images/sponsors/enzuzo.png" width="90" height="90" alt="Enzuzo" /><br />Enzuzo</a> *</td>
38
36
  <td align="center"><a href="https://stellate.co/"><img src="https://graphile.org/images/sponsors/Stellate.png" width="90" height="90" alt="Stellate" /><br />Stellate</a> *</td>
37
+ <td align="center"><a href="https://www.accenture.com/"><img src="https://graphile.org/images/sponsors/accenture.svg" width="90" height="90" alt="Accenture" /><br />Accenture</a> *</td>
39
38
  </tr></table>
40
39
 
41
40
  <em>\* Sponsors the entire Graphile suite</em>
@@ -48,10 +47,10 @@ First, add this package as a devDependency:
48
47
 
49
48
  ```bash
50
49
  # With npm
51
- npm install --save-dev jest-serializer-graphql-schema
50
+ npm install --save-dev jest-serializer-graphql-schema@beta
52
51
 
53
52
  # With yarn
54
- yarn add --dev jest-serializer-graphql-schema
53
+ yarn add --dev jest-serializer-graphql-schema@beta
55
54
  ```
56
55
 
57
56
  Next, update your `package.json` file to
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "jest-serializer-graphql-schema",
3
- "version": "5.0.0-alpha.2",
3
+ "version": "5.0.0-beta.2",
4
4
  "description": "Jest serializer for GraphQLSchema objects",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",
@@ -30,13 +30,13 @@
30
30
  "graphql": ">=15 <17"
31
31
  },
32
32
  "devDependencies": {
33
- "@types/jest": "^27.5.1",
33
+ "@types/jest": "^29.5.4",
34
34
  "graphql": "16.1.0-experimental-stream-defer.6",
35
- "jest": "^28.1.3",
36
- "pretty-format": "^27.5.1",
35
+ "jest": "^29.6.4",
36
+ "pretty-format": "^29.6.3",
37
37
  "ts-node": "^10.9.1",
38
- "tslib": "^2.5.0",
39
- "typescript": "^5.0.4"
38
+ "tslib": "^2.6.2",
39
+ "typescript": "^5.2.2"
40
40
  },
41
41
  "files": [
42
42
  "dist"