Skip to content

Commit eb2f926

Browse files
chore: release eslint-plugin-regexp (next)
1 parent cad25af commit eb2f926

File tree

5 files changed

+28
-3
lines changed

5 files changed

+28
-3
lines changed

.changeset/pre.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,15 +11,20 @@
1111
"calm-onions-yell",
1212
"clean-kids-mate",
1313
"clever-jobs-clap",
14+
"cold-nails-teach",
15+
"curly-ducks-fly",
1416
"curvy-shoes-kiss",
1517
"cyan-rats-attend",
1618
"cyan-waves-notice",
1719
"dry-horses-punch",
1820
"early-guests-hug",
21+
"early-islands-press",
22+
"early-islands-press2",
1923
"friendly-walls-reply",
2024
"gold-baboons-clap",
2125
"green-peaches-explode",
2226
"heavy-rings-reply",
27+
"hungry-eels-check",
2328
"hungry-spoons-mix",
2429
"itchy-trains-exist",
2530
"khaki-colts-tell",

CHANGELOG.md

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

3+
## 2.0.0-next.11
4+
5+
### Major Changes
6+
7+
- Add `regexp/simplify-set-operations` rule ([#595](https://github.com/ota-meshi/eslint-plugin-regexp/pull/595))
8+
9+
- Add `regexp/no-empty-string-literal` rule ([#632](https://github.com/ota-meshi/eslint-plugin-regexp/pull/632))
10+
11+
### Minor Changes
12+
13+
- Add support for string literal to `regexp/no-empty-alternative` ([#633](https://github.com/ota-meshi/eslint-plugin-regexp/pull/633))
14+
15+
- Improve `regexp/negation` rule to report nested negation character classes ([#595](https://github.com/ota-meshi/eslint-plugin-regexp/pull/595))
16+
17+
### Patch Changes
18+
19+
- fix: update regexpp ([#634](https://github.com/ota-meshi/eslint-plugin-regexp/pull/634))
20+
321
## 2.0.0-next.10
422

523
### Major Changes

docs/rules/no-empty-string-literal.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/no-empty-string-literal"
55
description: "disallow empty string literals in character classes"
6+
since: "v2.0.0-next.11"
67
---
78
# regexp/no-empty-string-literal
89

@@ -51,7 +52,7 @@ Nothing.
5152

5253
## :rocket: Version
5354

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

5657
## :mag: Implementation
5758

docs/rules/simplify-set-operations.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/simplify-set-operations"
55
description: "require simplify set operations"
6+
since: "v2.0.0-next.11"
67
---
78
# regexp/simplify-set-operations
89

@@ -84,7 +85,7 @@ Nothing.
8485

8586
## :rocket: Version
8687

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

8990
## :mag: Implementation
9091

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

0 commit comments

Comments
 (0)