Skip to content

Commit d777ea5

Browse files
chore: release eslint-plugin-regexp (next)
1 parent d0b965f commit d777ea5

File tree

4 files changed

+33
-2
lines changed

4 files changed

+33
-2
lines changed

.changeset/pre.json

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,30 +6,38 @@
66
},
77
"changesets": [
88
"beige-fireants-dress",
9+
"beige-suns-clap",
910
"brown-dragons-dance",
1011
"calm-onions-yell",
12+
"clean-kids-mate",
1113
"clever-jobs-clap",
1214
"curvy-shoes-kiss",
15+
"cyan-rats-attend",
1316
"cyan-waves-notice",
1417
"early-guests-hug",
1518
"friendly-walls-reply",
1619
"gold-baboons-clap",
1720
"green-peaches-explode",
1821
"heavy-rings-reply",
1922
"hungry-spoons-mix",
23+
"itchy-trains-exist",
2024
"khaki-colts-tell",
2125
"large-dingos-allow",
2226
"loud-flowers-search",
2327
"lovely-brooms-explode",
2428
"neat-rats-sneeze",
2529
"rich-ways-exercise",
2630
"short-dingos-dance",
31+
"silly-bees-wave",
2732
"six-squids-look",
2833
"small-doors-lie",
2934
"smart-chefs-poke",
3035
"sour-feet-explain",
36+
"spotty-phones-deliver",
37+
"swift-guests-trade",
3138
"tasty-penguins-cheat",
3239
"thin-ears-relax",
40+
"twenty-snails-chew",
3341
"warm-ladybugs-wonder",
3442
"wicked-rules-rhyme",
3543
"young-hairs-bow"

CHANGELOG.md

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

3+
## 2.0.0-next.9
4+
5+
### Major Changes
6+
7+
- Add `regexp/prefer-set-operation` rule ([#616](https://github.com/ota-meshi/eslint-plugin-regexp/pull/616))
8+
9+
### Minor Changes
10+
11+
- Add support for `v` flag to `regexp/optimal-quantifier-concatenation` ([#618](https://github.com/ota-meshi/eslint-plugin-regexp/pull/618))
12+
13+
- Add support for `v` flag to `regexp/prefer-character-class` ([#619](https://github.com/ota-meshi/eslint-plugin-regexp/pull/619))
14+
15+
- Add support for `v` flag to `regexp/use-ignore-case` ([#617](https://github.com/ota-meshi/eslint-plugin-regexp/pull/617))
16+
17+
- Add support for `v` flag to `regexp/no-misleading-capturing-group` ([#620](https://github.com/ota-meshi/eslint-plugin-regexp/pull/620))
18+
19+
- Add suggestions for `regexp/optimal-lookaround-quantifier` ([#623](https://github.com/ota-meshi/eslint-plugin-regexp/pull/623))
20+
21+
- Add suggestions for `regexp/no-empty-alternative` ([#621](https://github.com/ota-meshi/eslint-plugin-regexp/pull/621))
22+
23+
- Added suggestions for `regexp/no-escape-backspace` ([#622](https://github.com/ota-meshi/eslint-plugin-regexp/pull/622))
24+
325
## 2.0.0-next.8
426

527
### Minor Changes

docs/rules/prefer-set-operation.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/prefer-set-operation"
55
description: "prefer character class set operations instead of lookarounds"
6+
since: "v2.0.0-next.9"
67
---
78
# regexp/prefer-set-operation
89

@@ -40,7 +41,7 @@ Nothing.
4041

4142
## :rocket: Version
4243

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

4546
## :mag: Implementation
4647

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

0 commit comments

Comments
 (0)