Commit 2e32346
committed
release: babel-plugin-tester@12.0.0 [skip ci]
## 💥 BREAKING CHANGES 💥
- Minimum supported Node.js version is now 20.18.0
- Default exports are no longer available. See usage instructions for details on proper import syntax.
- `ResultFormatter` is no longer synchronous and can now return a `Promise`.
- Adoption of prettier\@3 requires some versions of Node to be executed with the `--experimental-vm-modules` option. E.g. `NODE_OPTIONS="--no-warnings --experimental-vm-modules" npx jest`.
- Attempting to install babel-plugin-tester alongside jest@<30 will cause NPM to fail with `ERESOLVE`. This is because only jest@>=30 (jest-snapshot) supports the prettier\@3 asynchronous interface.
## ✨ Features
- Allow testing entire babel transform result via `outputRaw` ([e9d5aa1][2]) <sup>see [#186][3]</sup>
- Support collapsing/overwriting technically-illegal duplicate plugin/preset `PluginItem`s ([bf0a088][4])
- Upgrade to prettier\@3 ([3334248][5])
## 🪄 Fixes
- **readme:** use proper codecov coverage badge ([1047e5c][6])
## ⚙️ Build System
- Adopt @-xun/symbiote ([89ec951][7])
- **deps:** bump core-js from 3.40.0 to 3.42.0 ([879dd6b][8])
- **deps:** bump core-js from 3.42.0 to 3.43.0 ([7590b87][9])
- **deps:** bump debug from 4.4.0 to 4.4.1 ([3c2538c][10])
- **deps:** bump prettier from 3.4.2 to 3.5.3 ([e0a29da][11])
- **deps:** bump pretty-format from 29.7.0 to 30.0.0 ([7ea13c3][12])
- **deps:** bump rejoinder from 1.2.5 to 2.0.1 ([76dcccd][13])
- **deps:** bump type-fest from 4.32.0 to 4.41.0 ([bcbb568][14])
- **package:** be more selective about which files are included during docs generation ([cbb4215][15])
- **package:** bump minimum supported node versions to maintained ([ee6f7da][16])
- **release:** add "master" branch to release branches ([03734ea][17])
- Upgrade typescript-babel toolchain to nodenext ([d0b722f][19])
## 🧙🏿 Refactored
- **src:** deprecated default exports are no longer available ([b02d4f0][20])
[1]: https://github.com/babel-utils/babel-plugin-tester/compare/babel-plugin-tester@11.0.4...babel-plugin-tester@12.0.0
[2]: e9d5aa1
[3]: #186
[4]: bf0a088
[5]: 3334248
[6]: 1047e5c
[7]: 89ec951
[8]: 879dd6b
[9]: 7590b87
[10]: 3c2538c
[11]: e0a29da
[12]: 7ea13c3
[13]: 76dcccd
[14]: bcbb568
[15]: cbb4215
[16]: ee6f7da
[17]: 03734ea
[18]: 170248d
[19]: d0b722f
[20]: b02d4f01 parent 4d4ff26 commit 2e32346
File tree
171 files changed
+4103
-2355
lines changed- docs
- src
- constant
- variables
- errors/variables
- formatters/prettier
- functions
- interfaces
- variables
- functions
- plugin-tester
- functions
- variables
- serializers/unstring-snapshot/variables
- symbols
- type-aliases
- types
- interfaces
- type-aliases
- test
- setup
- functions
- interfaces
- type-aliases
- util
- classes
- functions
- type-aliases
- variables
- types
- global/type-aliases
- unique-filename
- functions
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
171 files changed
+4103
-2355
lines changedLarge diffs are not rendered by default.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
7 | 7 | | |
8 | 8 | | |
9 | 9 | | |
| 10 | + | |
10 | 11 | | |
11 | 12 | | |
12 | 13 | | |
13 | 14 | | |
14 | | - | |
15 | | - | |
16 | | - | |
17 | | - | |
| 15 | + | |
| 16 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
18 | 18 | | |
19 | 19 | | |
20 | 20 | | |
21 | | - | |
| 21 | + | |
22 | 22 | | |
23 | 23 | | |
24 | 24 | | |
25 | 25 | | |
26 | 26 | | |
27 | | - | |
| 27 | + | |
28 | 28 | | |
29 | 29 | | |
30 | 30 | | |
31 | 31 | | |
32 | 32 | | |
33 | | - | |
| 33 | + | |
34 | 34 | | |
35 | 35 | | |
36 | 36 | | |
37 | 37 | | |
38 | 38 | | |
39 | | - | |
| 39 | + | |
40 | 40 | | |
41 | 41 | | |
42 | 42 | | |
43 | 43 | | |
44 | 44 | | |
45 | | - | |
| 45 | + | |
46 | 46 | | |
47 | 47 | | |
48 | 48 | | |
49 | 49 | | |
50 | 50 | | |
51 | | - | |
| 51 | + | |
52 | 52 | | |
53 | 53 | | |
54 | 54 | | |
55 | 55 | | |
56 | 56 | | |
57 | | - | |
| 57 | + | |
58 | 58 | | |
59 | 59 | | |
60 | 60 | | |
| |||
72 | 72 | | |
73 | 73 | | |
74 | 74 | | |
75 | | - | |
| 75 | + | |
76 | 76 | | |
77 | 77 | | |
78 | 78 | | |
79 | 79 | | |
80 | 80 | | |
81 | | - | |
| 81 | + | |
82 | 82 | | |
83 | 83 | | |
84 | 84 | | |
85 | 85 | | |
86 | 86 | | |
87 | | - | |
| 87 | + | |
88 | 88 | | |
89 | 89 | | |
90 | 90 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
8 | 8 | | |
9 | 9 | | |
10 | 10 | | |
11 | | - | |
| 11 | + | |
12 | 12 | | |
13 | 13 | | |
14 | 14 | | |
| |||
128 | 128 | | |
129 | 129 | | |
130 | 130 | | |
131 | | - | |
| 131 | + | |
132 | 132 | | |
133 | 133 | | |
134 | 134 | | |
| |||
164 | 164 | | |
165 | 165 | | |
166 | 166 | | |
167 | | - | |
| 167 | + | |
168 | 168 | | |
169 | 169 | | |
170 | 170 | | |
| |||
420 | 420 | | |
421 | 421 | | |
422 | 422 | | |
423 | | - | |
| 423 | + | |
424 | 424 | | |
425 | 425 | | |
426 | 426 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
10 | 10 | | |
11 | 11 | | |
12 | 12 | | |
13 | | - | |
| 13 | + | |
14 | 14 | | |
15 | | - | |
| 15 | + | |
16 | 16 | | |
17 | 17 | | |
18 | 18 | | |
19 | 19 | | |
20 | 20 | | |
21 | | - | |
| 21 | + | |
Lines changed: 0 additions & 39 deletions
This file was deleted.
0 commit comments