Skip to content

Commit eef20b7

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

File tree

4 files changed

+15
-2
lines changed

4 files changed

+15
-2
lines changed

.changeset/pre.json

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@
2222
"early-islands-press2",
2323
"friendly-walls-reply",
2424
"gold-baboons-clap",
25+
"green-bananas-tie",
2526
"green-peaches-explode",
2627
"heavy-rings-reply",
2728
"hungry-eels-check",
@@ -34,6 +35,7 @@
3435
"lovely-brooms-explode",
3536
"neat-rats-sneeze",
3637
"nervous-yaks-destroy",
38+
"purple-suns-carry",
3739
"rare-spiders-drop",
3840
"rich-ways-exercise",
3941
"short-dingos-dance",

CHANGELOG.md

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

3+
## 2.0.0-next.12
4+
5+
### Major Changes
6+
7+
- Add `regexp/no-useless-string-literal` rule ([#639](https://github.com/ota-meshi/eslint-plugin-regexp/pull/639))
8+
9+
### Minor Changes
10+
11+
- Add support for v flag to `regexp/no-empty-character-class` ([#637](https://github.com/ota-meshi/eslint-plugin-regexp/pull/637))
12+
313
## 2.0.0-next.11
414

515
### Major Changes

docs/rules/no-useless-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-useless-string-literal"
55
description: "disallow string disjunction of single characters in `\\q{...}`"
6+
since: "v2.0.0-next.12"
67
---
78
# regexp/no-useless-string-literal
89

@@ -49,7 +50,7 @@ Nothing.
4950

5051
## :rocket: Version
5152

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

5455
## :mag: Implementation
5556

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

0 commit comments

Comments
 (0)