Skip to content

Commit f6d4d18

Browse files
chore: release eslint-plugin-regexp (next)
1 parent 8d2fd5d commit f6d4d18

File tree

5 files changed

+23
-3
lines changed

5 files changed

+23
-3
lines changed

.changeset/pre.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,15 +11,19 @@
1111
"calm-onions-yell",
1212
"clean-kids-mate",
1313
"clever-jobs-clap",
14+
"cold-nails-teach",
1415
"curvy-shoes-kiss",
1516
"cyan-rats-attend",
1617
"cyan-waves-notice",
1718
"dry-horses-punch",
1819
"early-guests-hug",
20+
"early-islands-press",
21+
"early-islands-press2",
1922
"friendly-walls-reply",
2023
"gold-baboons-clap",
2124
"green-peaches-explode",
2225
"heavy-rings-reply",
26+
"hungry-eels-check",
2327
"hungry-spoons-mix",
2428
"itchy-trains-exist",
2529
"khaki-colts-tell",

CHANGELOG.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,19 @@
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+
317
## 2.0.0-next.10
418

519
### 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)