jest-serializer-simple 5.0.0-alpha.3 → 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 +23 -7
- package/README.md +3 -4
- package/package.json +8 -8
package/CHANGELOG.md
CHANGED
|
@@ -1,17 +1,33 @@
|
|
|
1
1
|
# jest-serializer-simple
|
|
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.3
|
|
4
20
|
|
|
5
21
|
### Patch Changes
|
|
6
22
|
|
|
7
|
-
- [`f34bd5a3c`](https://github.com/benjie/
|
|
23
|
+
- [`f34bd5a3c`](https://github.com/benjie/crystal/commit/f34bd5a3c353693b86a0307357a3620110700e1c)
|
|
8
24
|
Thanks [@benjie](https://github.com/benjie)! - Address dependency issues.
|
|
9
25
|
|
|
10
26
|
## 5.0.0-alpha.2
|
|
11
27
|
|
|
12
28
|
### Patch Changes
|
|
13
29
|
|
|
14
|
-
- [`7f857950a`](https://github.com/benjie/
|
|
30
|
+
- [`7f857950a`](https://github.com/benjie/crystal/commit/7f857950a7e4ec763c936eb6bd1fb77824041d71)
|
|
15
31
|
Thanks [@benjie](https://github.com/benjie)! - Upgrade to the latest
|
|
16
32
|
TypeScript/tslib
|
|
17
33
|
|
|
@@ -19,7 +35,7 @@
|
|
|
19
35
|
|
|
20
36
|
### Patch Changes
|
|
21
37
|
|
|
22
|
-
- [`759ad403d`](https://github.com/benjie/
|
|
38
|
+
- [`759ad403d`](https://github.com/benjie/crystal/commit/759ad403d71363312c5225c165873ae84b8a098c)
|
|
23
39
|
Thanks [@benjie](https://github.com/benjie)! - Alpha release - see
|
|
24
40
|
https://postgraphile.org/news/2023-04-26-version-5-alpha
|
|
25
41
|
|
|
@@ -27,8 +43,8 @@
|
|
|
27
43
|
|
|
28
44
|
### Patch Changes
|
|
29
45
|
|
|
30
|
-
- [#260](https://github.com/benjie/
|
|
31
|
-
[`d5312e6b9`](https://github.com/benjie/
|
|
46
|
+
- [#260](https://github.com/benjie/crystal/pull/260)
|
|
47
|
+
[`d5312e6b9`](https://github.com/benjie/crystal/commit/d5312e6b968fbeb46d074b82a41b4bdbc166598c)
|
|
32
48
|
Thanks [@benjie](https://github.com/benjie)! - TypeScript v5 is now required
|
|
33
49
|
|
|
34
50
|
## 5.0.0-0.2
|
|
@@ -41,6 +57,6 @@
|
|
|
41
57
|
|
|
42
58
|
### Patch Changes
|
|
43
59
|
|
|
44
|
-
- [#125](https://github.com/benjie/
|
|
45
|
-
[`91f2256b3`](https://github.com/benjie/
|
|
60
|
+
- [#125](https://github.com/benjie/crystal/pull/125)
|
|
61
|
+
[`91f2256b3`](https://github.com/benjie/crystal/commit/91f2256b3fd699bec19fc86f1ca79df057e58639)
|
|
46
62
|
Thanks [@benjie](https://github.com/benjie)! - Initial changesets release
|
package/README.md
CHANGED
|
@@ -24,15 +24,14 @@ and development via sponsorship.
|
|
|
24
24
|
And please give some love to our featured sponsors 🤩:
|
|
25
25
|
|
|
26
26
|
<table><tr>
|
|
27
|
-
<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>
|
|
28
27
|
<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>
|
|
29
28
|
<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>
|
|
30
29
|
<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>
|
|
31
|
-
</tr><tr>
|
|
32
30
|
<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>
|
|
31
|
+
</tr><tr>
|
|
33
32
|
<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>
|
|
34
|
-
<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>
|
|
35
33
|
<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>
|
|
34
|
+
<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>
|
|
36
35
|
</tr></table>
|
|
37
36
|
|
|
38
37
|
<em>\* Sponsors the entire Graphile suite</em>
|
|
@@ -42,7 +41,7 @@ And please give some love to our featured sponsors 🤩:
|
|
|
42
41
|
## Usage:
|
|
43
42
|
|
|
44
43
|
```
|
|
45
|
-
yarn add jest-serializer-simple
|
|
44
|
+
yarn add jest-serializer-simple@beta
|
|
46
45
|
```
|
|
47
46
|
|
|
48
47
|
Then add it to your Jest config:
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "jest-serializer-simple",
|
|
3
|
-
"version": "5.0.0-
|
|
3
|
+
"version": "5.0.0-beta.2",
|
|
4
4
|
"description": "Jest serializer that gives really simple formatting",
|
|
5
5
|
"main": "dist/index.js",
|
|
6
6
|
"types": "dist/index.d.ts",
|
|
@@ -27,16 +27,16 @@
|
|
|
27
27
|
"homepage": "https://github.com/graphile/heart/tree/main/utils/jest-serializer-simple",
|
|
28
28
|
"dependencies": {
|
|
29
29
|
"@types/json5": "^2.2.0",
|
|
30
|
-
"json5": "^2.2.
|
|
31
|
-
"prettier": "^
|
|
32
|
-
"tslib": "^2.
|
|
30
|
+
"json5": "^2.2.3",
|
|
31
|
+
"prettier": "^3.0.3",
|
|
32
|
+
"tslib": "^2.6.2"
|
|
33
33
|
},
|
|
34
34
|
"devDependencies": {
|
|
35
|
-
"@types/jest": "^
|
|
36
|
-
"jest": "^
|
|
37
|
-
"pretty-format": "^
|
|
35
|
+
"@types/jest": "^29.5.4",
|
|
36
|
+
"jest": "^29.6.4",
|
|
37
|
+
"pretty-format": "^29.6.3",
|
|
38
38
|
"ts-node": "^10.9.1",
|
|
39
|
-
"typescript": "^5.
|
|
39
|
+
"typescript": "^5.2.2"
|
|
40
40
|
},
|
|
41
41
|
"files": [
|
|
42
42
|
"dist"
|