Skip to content

Commit 3e5f11e

Browse files
chore: release eslint-plugin-regexp (next)
1 parent c01e6a6 commit 3e5f11e

File tree

4 files changed

+18
-2
lines changed

4 files changed

+18
-2
lines changed

.changeset/pre.json

+3
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@
99
"beige-suns-clap",
1010
"brown-dragons-dance",
1111
"calm-onions-yell",
12+
"chatty-walls-juggle",
1213
"clean-kids-mate",
1314
"clever-jobs-clap",
1415
"cold-nails-teach",
@@ -25,6 +26,7 @@
2526
"green-bananas-tie",
2627
"green-peaches-explode",
2728
"heavy-rings-reply",
29+
"hungry-coins-help",
2830
"hungry-eels-check",
2931
"hungry-spoons-mix",
3032
"itchy-trains-exist",
@@ -36,6 +38,7 @@
3638
"neat-rats-sneeze",
3739
"nervous-yaks-destroy",
3840
"purple-suns-carry",
41+
"quick-ties-bake",
3942
"rare-spiders-drop",
4043
"rich-ways-exercise",
4144
"short-dingos-dance",

CHANGELOG.md

+12
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,17 @@
11
# eslint-plugin-regexp
22

3+
## 2.0.0-next.13
4+
5+
### Minor Changes
6+
7+
- Add `regexp/grapheme-string-literal` rule ([#646](https://github.com/ota-meshi/eslint-plugin-regexp/pull/646))
8+
9+
- Use Intl.Segmenter instead of grapheme-splitter ([#642](https://github.com/ota-meshi/eslint-plugin-regexp/pull/642))
10+
11+
### Patch Changes
12+
13+
- fix: autofix for incorrect no-escaping in `regexp/no-useless-string-literal` ([#645](https://github.com/ota-meshi/eslint-plugin-regexp/pull/645))
14+
315
## 2.0.0-next.12
416

517
### Major Changes

docs/rules/grapheme-string-literal.md

+2-1
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ pageClass: "rule-details"
33
sidebarDepth: 0
44
title: "regexp/grapheme-string-literal"
55
description: "enforce single grapheme in string literal"
6+
since: "v2.0.0-next.13"
67
---
78
# regexp/grapheme-string-literal
89

@@ -47,7 +48,7 @@ Nothing.
4748

4849
## :rocket: Version
4950

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

5253
## :mag: Implementation
5354

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "eslint-plugin-regexp",
3-
"version": "2.0.0-next.12",
3+
"version": "2.0.0-next.13",
44
"description": "ESLint plugin for finding RegExp mistakes and RegExp style guide violations.",
55
"engines": {
66
"node": "^18 || >=20"

0 commit comments

Comments
 (0)