Skip to content

Commit 565194d

Browse files
committed
docs(readme): update for BPT@12 becoming BPT@latest
1 parent 6889021 commit 565194d

File tree

1 file changed

+0
-48
lines changed

1 file changed

+0
-48
lines changed

README.md

Lines changed: 0 additions & 48 deletions
Original file line numberDiff line numberDiff line change
@@ -49,8 +49,6 @@ This package is tested on both Windows and nix (Ubuntu) environments.
4949
<!-- DON'T EDIT THIS SECTION, INSTEAD RE-RUN doctoc TO UPDATE -->
5050

5151
- [Install](#install)
52-
- [`babel-plugin-tester@11`](#babel-plugin-tester11)
53-
- [`babel-plugin-tester@12`](#babel-plugin-tester12)
5452
- [Usage](#usage)
5553
- [Import](#import)
5654
- [Invoke](#invoke)
@@ -85,55 +83,10 @@ This package is tested on both Windows and nix (Ubuntu) environments.
8583

8684
<!-- symbiote-template-region-end -->
8785

88-
Currently, babel-plugin-tester comes in two flavors:
89-
90-
### `babel-plugin-tester@11`
91-
9286
```shell
9387
npm install --save-dev babel-plugin-tester
94-
# Alternatively:
95-
#npm install --save-dev babel-plugin-tester@11
9688
```
9789

98-
This version of babel-plugin-tester:
99-
100-
- Has a minimum Node version of `18.19.0`.
101-
102-
- Optionally works with `jest@<=29` (as an optional peer dependency).
103-
104-
- Works with `prettier@2` (as a dependency).
105-
106-
### `babel-plugin-tester@12`
107-
108-
```shell
109-
npm install --save-dev babel-plugin-tester@12.0.0-canary.2
110-
# May require --force in some situations:
111-
#npm install --save-dev babel-plugin-tester@12.0.0-canary.2 jest-extended
112-
#npm install --save-dev --force jest@30.0.0-alpha.6
113-
```
114-
115-
> [!TIP]
116-
>
117-
> Check [the registry][1] for the latest canary version number.
118-
119-
This version of babel-plugin-tester:
120-
121-
- Technically has a minimum Node version of `20.18.0`, but likely works with
122-
`node@18`.
123-
124-
- Optionally works with `jest@>=30` (as an optional peer dependency).
125-
126-
> [!CAUTION]
127-
>
128-
> You may need `--force` (i.e. `npm install ... --force`) if your project
129-
> depends on Jest ecosystem packages that don't yet recognize `jest@>=30`, such
130-
> as `jest-extended@<=4.0.2`.
131-
132-
- Works with `prettier@3` (as a dependency).
133-
134-
- Is stable and fully tested (despite the "canary" and "prerelease" monikers)
135-
but cannot be released until `jest@30` is released.
136-
13790
## Usage
13891

13992
To use babel-plugin-tester:
@@ -2283,7 +2236,6 @@ specification. Contributions of any kind welcome!
22832236
[x-repo-pr-compare]: https://github.com/babel-utils/babel-plugin-tester/compare
22842237
[x-repo-sponsor]: https://github.com/sponsors/Xunnamius
22852238
[x-repo-support]: /.github/SUPPORT.md
2286-
[1]: https://www.npmjs.com/package/babel-plugin-tester?activeTab=versions
22872239
[2]:
22882240
https://stackoverflow.com/questions/52798987/babel-7-fails-with-single-plugin-saying-duplicate-plugin-preset-detected
22892241
[3]: https://babeljs.io/docs/en/presets

0 commit comments

Comments
 (0)