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 11
11
" calm-onions-yell" ,
12
12
" clean-kids-mate" ,
13
13
" clever-jobs-clap" ,
14
+ " cold-nails-teach" ,
15
+ " curly-ducks-fly" ,
14
16
" curvy-shoes-kiss" ,
15
17
" cyan-rats-attend" ,
16
18
" cyan-waves-notice" ,
17
19
" dry-horses-punch" ,
18
20
" early-guests-hug" ,
21
+ " early-islands-press" ,
22
+ " early-islands-press2" ,
19
23
" friendly-walls-reply" ,
20
24
" gold-baboons-clap" ,
21
25
" green-peaches-explode" ,
22
26
" heavy-rings-reply" ,
27
+ " hungry-eels-check" ,
23
28
" hungry-spoons-mix" ,
24
29
" itchy-trains-exist" ,
25
30
" khaki-colts-tell" ,
Original file line number Diff line number Diff line change 1
1
# eslint-plugin-regexp
2
2
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
+
3
21
## 2.0.0-next.10
4
22
5
23
### Major Changes
Original file line number Diff line number Diff line change @@ -3,6 +3,7 @@ pageClass: "rule-details"
3
3
sidebarDepth : 0
4
4
title : " regexp/no-empty-string-literal"
5
5
description : " disallow empty string literals in character classes"
6
+ since : " v2.0.0-next.11"
6
7
---
7
8
# regexp/no-empty-string-literal
8
9
@@ -51,7 +52,7 @@ Nothing.
51
52
52
53
## :rocket : Version
53
54
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
55
56
56
57
## :mag : Implementation
57
58
Original file line number Diff line number Diff line change @@ -3,6 +3,7 @@ pageClass: "rule-details"
3
3
sidebarDepth : 0
4
4
title : " regexp/simplify-set-operations"
5
5
description : " require simplify set operations"
6
+ since : " v2.0.0-next.11"
6
7
---
7
8
# regexp/simplify-set-operations
8
9
@@ -84,7 +85,7 @@ Nothing.
84
85
85
86
## :rocket : Version
86
87
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
88
89
89
90
## :mag : Implementation
90
91
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " eslint-plugin-regexp" ,
3
- "version" : " 2.0.0-next.10 " ,
3
+ "version" : " 2.0.0-next.11 " ,
4
4
"description" : " ESLint plugin for finding RegExp mistakes and RegExp style guide violations." ,
5
5
"engines" : {
6
6
"node" : " ^18 || >=20"
You can’t perform that action at this time.
0 commit comments