Skip to content

Commit 1ae35e6

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

File tree

4 files changed

+23
-2
lines changed

4 files changed

+23
-2
lines changed

.changeset/pre.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@
1414
"curvy-shoes-kiss",
1515
"cyan-rats-attend",
1616
"cyan-waves-notice",
17+
"dry-horses-punch",
1718
"early-guests-hug",
1819
"friendly-walls-reply",
1920
"gold-baboons-clap",
@@ -23,9 +24,11 @@
2324
"itchy-trains-exist",
2425
"khaki-colts-tell",
2526
"large-dingos-allow",
27+
"lemon-goats-look",
2628
"loud-flowers-search",
2729
"lovely-brooms-explode",
2830
"neat-rats-sneeze",
31+
"nervous-yaks-destroy",
2932
"rare-spiders-drop",
3033
"rich-ways-exercise",
3134
"short-dingos-dance",
@@ -38,6 +41,7 @@
3841
"swift-guests-trade",
3942
"tasty-penguins-cheat",
4043
"thin-ears-relax",
44+
"thin-insects-cover",
4145
"twenty-snails-chew",
4246
"warm-ladybugs-wonder",
4347
"wicked-rules-rhyme",

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.10
4+
5+
### Major Changes
6+
7+
- Add `regexp/no-useless-set-operand` rule ([#625](https://github.com/ota-meshi/eslint-plugin-regexp/pull/625))
8+
9+
### Minor Changes
10+
11+
- Add support for `v` flag to `regexp/match-any` ([#628](https://github.com/ota-meshi/eslint-plugin-regexp/pull/628))
12+
13+
### Patch Changes
14+
15+
- Fixed incorrect default of `ignoreSticky` option in `regexp/no-super-linear-move` ([#630](https://github.com/ota-meshi/eslint-plugin-regexp/pull/630))
16+
17+
- Add more `v` flag tests ([#627](https://github.com/ota-meshi/eslint-plugin-regexp/pull/627))
18+
319
## 2.0.0-next.9
420

521
### Major Changes

docs/rules/no-useless-set-operand.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-set-operand"
55
description: "disallow unnecessary elements in expression character classes"
6+
since: "v2.0.0-next.10"
67
---
78
# regexp/no-useless-set-operand
89

@@ -48,7 +49,7 @@ Nothing.
4849

4950
## :rocket: Version
5051

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

5354
## :mag: Implementation
5455

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

0 commit comments

Comments
 (0)