File tree Expand file tree Collapse file tree 5 files changed +28
-3
lines changed
Expand file tree Collapse file tree 5 files changed +28
-3
lines changed Original file line number Diff line number Diff line change 1111 " calm-onions-yell" ,
1212 " clean-kids-mate" ,
1313 " clever-jobs-clap" ,
14+ " cold-nails-teach" ,
15+ " curly-ducks-fly" ,
1416 " curvy-shoes-kiss" ,
1517 " cyan-rats-attend" ,
1618 " cyan-waves-notice" ,
1719 " dry-horses-punch" ,
1820 " early-guests-hug" ,
21+ " early-islands-press" ,
22+ " early-islands-press2" ,
1923 " friendly-walls-reply" ,
2024 " gold-baboons-clap" ,
2125 " green-peaches-explode" ,
2226 " heavy-rings-reply" ,
27+ " hungry-eels-check" ,
2328 " hungry-spoons-mix" ,
2429 " itchy-trains-exist" ,
2530 " khaki-colts-tell" ,
Original file line number Diff line number Diff line change 11# eslint-plugin-regexp
22
3+ ## 2.0.0-next.11
4+
5+ ### Major Changes
6+
7+ - Add ` regexp/simplify-set-operations ` rule ([ #595 ] ( https://github.com/ota-meshi/eslint-plugin-regexp/pull/595 ) )
8+
9+ - Add ` regexp/no-empty-string-literal ` rule ([ #632 ] ( https://github.com/ota-meshi/eslint-plugin-regexp/pull/632 ) )
10+
11+ ### Minor Changes
12+
13+ - Add support for string literal to ` regexp/no-empty-alternative ` ([ #633 ] ( https://github.com/ota-meshi/eslint-plugin-regexp/pull/633 ) )
14+
15+ - Improve ` regexp/negation ` rule to report nested negation character classes ([ #595 ] ( https://github.com/ota-meshi/eslint-plugin-regexp/pull/595 ) )
16+
17+ ### Patch Changes
18+
19+ - fix: update regexpp ([ #634 ] ( https://github.com/ota-meshi/eslint-plugin-regexp/pull/634 ) )
20+
321## 2.0.0-next.10
422
523### Major Changes
Original file line number Diff line number Diff line change @@ -3,6 +3,7 @@ pageClass: "rule-details"
33sidebarDepth : 0
44title : " regexp/no-empty-string-literal"
55description : " disallow empty string literals in character classes"
6+ since : " v2.0.0-next.11"
67---
78# regexp/no-empty-string-literal
89
@@ -51,7 +52,7 @@ Nothing.
5152
5253## :rocket : Version
5354
54- : exclamation : < badge text = " This rule has not been released yet. " vertical = " middle " type = " error " > *** This rule has not been released yet. *** </ badge >
55+ This rule was introduced in eslint-plugin-regexp v2.0.0-next.11
5556
5657## :mag : Implementation
5758
Original file line number Diff line number Diff line change @@ -3,6 +3,7 @@ pageClass: "rule-details"
33sidebarDepth : 0
44title : " regexp/simplify-set-operations"
55description : " require simplify set operations"
6+ since : " v2.0.0-next.11"
67---
78# regexp/simplify-set-operations
89
@@ -84,7 +85,7 @@ Nothing.
8485
8586## :rocket : Version
8687
87- : exclamation : < badge text = " This rule has not been released yet. " vertical = " middle " type = " error " > *** This rule has not been released yet. *** </ badge >
88+ This rule was introduced in eslint-plugin-regexp v2.0.0-next.11
8889
8990## :mag : Implementation
9091
Original file line number Diff line number Diff line change 11{
22 "name" : " eslint-plugin-regexp" ,
3- "version" : " 2.0.0-next.10 " ,
3+ "version" : " 2.0.0-next.11 " ,
44 "description" : " ESLint plugin for finding RegExp mistakes and RegExp style guide violations." ,
55 "engines" : {
66 "node" : " ^18 || >=20"
You can’t perform that action at this time.
0 commit comments