Skip to content

Commit fabc224

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

File tree

4 files changed

+26
-3
lines changed

4 files changed

+26
-3
lines changed

.changeset/pre.json

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,26 +5,32 @@
55
"eslint-plugin-regexp": "1.15.0"
66
},
77
"changesets": [
8+
"beige-fireants-dress",
89
"brown-dragons-dance",
910
"calm-onions-yell",
1011
"clever-jobs-clap",
1112
"curvy-shoes-kiss",
1213
"cyan-waves-notice",
1314
"early-guests-hug",
15+
"friendly-walls-reply",
16+
"gold-baboons-clap",
1417
"heavy-rings-reply",
1518
"hungry-spoons-mix",
1619
"khaki-colts-tell",
1720
"large-dingos-allow",
1821
"loud-flowers-search",
1922
"lovely-brooms-explode",
2023
"neat-rats-sneeze",
24+
"rich-ways-exercise",
2125
"short-dingos-dance",
2226
"six-squids-look",
2327
"small-doors-lie",
2428
"smart-chefs-poke",
29+
"sour-feet-explain",
2530
"tasty-penguins-cheat",
2631
"thin-ears-relax",
2732
"warm-ladybugs-wonder",
28-
"wicked-rules-rhyme"
33+
"wicked-rules-rhyme",
34+
"young-hairs-bow"
2935
]
3036
}

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.7
4+
5+
### Minor Changes
6+
7+
- Add support for `v` flag to `regexp/no-dupe-disjunctions` ([#612](https://github.com/ota-meshi/eslint-plugin-regexp/pull/612))
8+
9+
- Add support for v flag to `regexp/no-dupe-characters-character-class` rule ([#608](https://github.com/ota-meshi/eslint-plugin-regexp/pull/608))
10+
11+
- Add support for v flag to `regexp/no-useless-character-class` rule ([#593](https://github.com/ota-meshi/eslint-plugin-regexp/pull/593))
12+
13+
- Improve `regexp/sort-alternatives` rule to add support for string alternatives and v flag ([#587](https://github.com/ota-meshi/eslint-plugin-regexp/pull/587))
14+
15+
- Add `regexp/require-unicode-sets-regexp` rule ([#598](https://github.com/ota-meshi/eslint-plugin-regexp/pull/598))
16+
17+
- Add support for `v` flag to `regexp/prefer-predefined-assertion` ([#611](https://github.com/ota-meshi/eslint-plugin-regexp/pull/611))
18+
319
## 2.0.0-next.6
420

521
### Minor Changes

docs/rules/require-unicode-sets-regexp.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ pageClass: "rule-details"
33
sidebarDepth: 0
44
title: "regexp/require-unicode-sets-regexp"
55
description: "enforce the use of the `v` flag"
6+
since: "v2.0.0-next.7"
67
---
78
# regexp/require-unicode-sets-regexp
89

@@ -60,7 +61,7 @@ Nothing.
6061

6162
## :rocket: Version
6263

63-
:exclamation: <badge text="This rule has not been released yet." vertical="middle" type="error"> ***This rule has not been released yet.*** </badge>
64+
This rule was introduced in eslint-plugin-regexp v2.0.0-next.7
6465

6566
## :mag: Implementation
6667

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

0 commit comments

Comments
 (0)