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 44 "initialVersions" : {
55 "eslint-plugin-regexp" : " 1.15.0"
66 },
7- "changesets" : []
7+ "changesets" : [
8+ " calm-onions-yell" ,
9+ " khaki-colts-tell" ,
10+ " small-doors-lie"
11+ ]
812}
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 11{
22 "name" : " eslint-plugin-regexp" ,
3- "version" : " 1.15 .0" ,
3+ "version" : " 2.0.0-next .0" ,
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