Skip to content

Commit c157b8b

Browse files
chore: release eslint-plugin-regexp (next) (#580)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent 9441d76 commit c157b8b

File tree

3 files changed

+15
-2
lines changed

3 files changed

+15
-2
lines changed

.changeset/pre.json

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,12 @@
77
"changesets": [
88
"calm-onions-yell",
99
"cyan-waves-notice",
10+
"hungry-spoons-mix",
1011
"khaki-colts-tell",
1112
"lovely-brooms-explode",
1213
"short-dingos-dance",
13-
"small-doors-lie"
14+
"small-doors-lie",
15+
"thin-ears-relax",
16+
"wicked-rules-rhyme"
1417
]
1518
}

CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,15 @@
11
# eslint-plugin-regexp
22

3+
## 2.0.0-next.2
4+
5+
### Patch Changes
6+
7+
- Use new refa AST transformers and fixed max character for `v`-flag regexes in `no-dupe-disjunctions` and `no-super-linear-move`. ([#569](https://github.com/ota-meshi/eslint-plugin-regexp/pull/569))
8+
9+
- Account for `v` flag in 2 util methods ([#570](https://github.com/ota-meshi/eslint-plugin-regexp/pull/570))
10+
11+
- Fix `parseFlags` ([#571](https://github.com/ota-meshi/eslint-plugin-regexp/pull/571))
12+
313
## 2.0.0-next.1
414

515
### Major Changes

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "eslint-plugin-regexp",
3-
"version": "2.0.0-next.1",
3+
"version": "2.0.0-next.2",
44
"description": "ESLint plugin for finding RegExp mistakes and RegExp style guide violations.",
55
"engines": {
66
"node": "^18 || >=20"

0 commit comments

Comments
 (0)