Skip to content

Commit a7689af

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

File tree

3 files changed

+23
-1
lines changed

3 files changed

+23
-1
lines changed

.changeset/pre.json

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,12 +8,18 @@
88
"brown-dragons-dance",
99
"calm-onions-yell",
1010
"clever-jobs-clap",
11+
"curvy-shoes-kiss",
1112
"cyan-waves-notice",
13+
"heavy-rings-reply",
1214
"hungry-spoons-mix",
1315
"khaki-colts-tell",
16+
"loud-flowers-search",
1417
"lovely-brooms-explode",
1518
"short-dingos-dance",
19+
"six-squids-look",
1620
"small-doors-lie",
21+
"smart-chefs-poke",
22+
"tasty-penguins-cheat",
1723
"thin-ears-relax",
1824
"warm-ladybugs-wonder",
1925
"wicked-rules-rhyme"

CHANGELOG.md

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

3+
## 2.0.0-next.5
4+
5+
### Minor Changes
6+
7+
- Add support for v flag to `regexp/prefer-d` rule ([#602](https://github.com/ota-meshi/eslint-plugin-regexp/pull/602))
8+
9+
- Add support for v flag to `regexp/negation` rule ([#560](https://github.com/ota-meshi/eslint-plugin-regexp/pull/560))
10+
11+
- Improve `regexp/require-unicode-regexp` rule to allow patterns with v flag ([#586](https://github.com/ota-meshi/eslint-plugin-regexp/pull/586))
12+
13+
- Add support for v flag to `regexp/no-useless-escape` rule ([#585](https://github.com/ota-meshi/eslint-plugin-regexp/pull/585))
14+
15+
- Add support for v flag to `regexp/no-misleading-unicode-character` rule ([#584](https://github.com/ota-meshi/eslint-plugin-regexp/pull/584))
16+
17+
- `prefer-w`: Add support for `v` flag ([#578](https://github.com/ota-meshi/eslint-plugin-regexp/pull/578))
18+
319
## 2.0.0-next.4
420

521
### Minor 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.4",
3+
"version": "2.0.0-next.5",
44
"description": "ESLint plugin for finding RegExp mistakes and RegExp style guide violations.",
55
"engines": {
66
"node": "^18 || >=20"

0 commit comments

Comments
 (0)