File tree Expand file tree Collapse file tree 4 files changed +33
-2
lines changed Expand file tree Collapse file tree 4 files changed +33
-2
lines changed Original file line number Diff line number Diff line change 6
6
},
7
7
"changesets" : [
8
8
" beige-fireants-dress" ,
9
+ " beige-suns-clap" ,
9
10
" brown-dragons-dance" ,
10
11
" calm-onions-yell" ,
12
+ " clean-kids-mate" ,
11
13
" clever-jobs-clap" ,
12
14
" curvy-shoes-kiss" ,
15
+ " cyan-rats-attend" ,
13
16
" cyan-waves-notice" ,
14
17
" early-guests-hug" ,
15
18
" friendly-walls-reply" ,
16
19
" gold-baboons-clap" ,
17
20
" green-peaches-explode" ,
18
21
" heavy-rings-reply" ,
19
22
" hungry-spoons-mix" ,
23
+ " itchy-trains-exist" ,
20
24
" khaki-colts-tell" ,
21
25
" large-dingos-allow" ,
22
26
" loud-flowers-search" ,
23
27
" lovely-brooms-explode" ,
24
28
" neat-rats-sneeze" ,
25
29
" rich-ways-exercise" ,
26
30
" short-dingos-dance" ,
31
+ " silly-bees-wave" ,
27
32
" six-squids-look" ,
28
33
" small-doors-lie" ,
29
34
" smart-chefs-poke" ,
30
35
" sour-feet-explain" ,
36
+ " spotty-phones-deliver" ,
37
+ " swift-guests-trade" ,
31
38
" tasty-penguins-cheat" ,
32
39
" thin-ears-relax" ,
40
+ " twenty-snails-chew" ,
33
41
" warm-ladybugs-wonder" ,
34
42
" wicked-rules-rhyme" ,
35
43
" young-hairs-bow"
Original file line number Diff line number Diff line change 1
1
# eslint-plugin-regexp
2
2
3
+ ## 2.0.0-next.9
4
+
5
+ ### Major Changes
6
+
7
+ - Add ` regexp/prefer-set-operation ` rule ([ #616 ] ( https://github.com/ota-meshi/eslint-plugin-regexp/pull/616 ) )
8
+
9
+ ### Minor Changes
10
+
11
+ - Add support for ` v ` flag to ` regexp/optimal-quantifier-concatenation ` ([ #618 ] ( https://github.com/ota-meshi/eslint-plugin-regexp/pull/618 ) )
12
+
13
+ - Add support for ` v ` flag to ` regexp/prefer-character-class ` ([ #619 ] ( https://github.com/ota-meshi/eslint-plugin-regexp/pull/619 ) )
14
+
15
+ - Add support for ` v ` flag to ` regexp/use-ignore-case ` ([ #617 ] ( https://github.com/ota-meshi/eslint-plugin-regexp/pull/617 ) )
16
+
17
+ - Add support for ` v ` flag to ` regexp/no-misleading-capturing-group ` ([ #620 ] ( https://github.com/ota-meshi/eslint-plugin-regexp/pull/620 ) )
18
+
19
+ - Add suggestions for ` regexp/optimal-lookaround-quantifier ` ([ #623 ] ( https://github.com/ota-meshi/eslint-plugin-regexp/pull/623 ) )
20
+
21
+ - Add suggestions for ` regexp/no-empty-alternative ` ([ #621 ] ( https://github.com/ota-meshi/eslint-plugin-regexp/pull/621 ) )
22
+
23
+ - Added suggestions for ` regexp/no-escape-backspace ` ([ #622 ] ( https://github.com/ota-meshi/eslint-plugin-regexp/pull/622 ) )
24
+
3
25
## 2.0.0-next.8
4
26
5
27
### Minor 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/prefer-set-operation"
5
5
description : " prefer character class set operations instead of lookarounds"
6
+ since : " v2.0.0-next.9"
6
7
---
7
8
# regexp/prefer-set-operation
8
9
@@ -40,7 +41,7 @@ Nothing.
40
41
41
42
## :rocket : Version
42
43
43
- : exclamation : < badge text = " This rule has not been released yet. " vertical = " middle " type = " error " > *** This rule has not been released yet. *** </ badge >
44
+ This rule was introduced in eslint-plugin-regexp v2.0.0-next.9
44
45
45
46
## :mag : Implementation
46
47
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " eslint-plugin-regexp" ,
3
- "version" : " 2.0.0-next.8 " ,
3
+ "version" : " 2.0.0-next.9 " ,
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