File tree Expand file tree Collapse file tree 3 files changed +19
-2
lines changed Expand file tree Collapse file tree 3 files changed +19
-2
lines changed Original file line number Diff line number Diff line change 4
4
"initialVersions" : {
5
5
"eslint-plugin-regexp" : " 1.15.0"
6
6
},
7
- "changesets" : []
7
+ "changesets" : [
8
+ " calm-onions-yell" ,
9
+ " khaki-colts-tell" ,
10
+ " small-doors-lie"
11
+ ]
8
12
}
Original file line number Diff line number Diff line change
1
+ # eslint-plugin-regexp
2
+
3
+ ## 2.0.0-next.0
4
+
5
+ ### Major Changes
6
+
7
+ - Drop support for Node.js <=v17, and v19 ([ #550 ] ( https://github.com/ota-meshi/eslint-plugin-regexp/pull/550 ) )
8
+
9
+ - Change recommended config ([ #552 ] ( https://github.com/ota-meshi/eslint-plugin-regexp/pull/552 ) )
10
+
11
+ ### Minor Changes
12
+
13
+ - Update ` @eslint-community/regexpp ` to v4.6 ([ #554 ] ( https://github.com/ota-meshi/eslint-plugin-regexp/pull/554 ) )
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " eslint-plugin-regexp" ,
3
- "version" : " 1.15 .0" ,
3
+ "version" : " 2.0.0-next .0" ,
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