Skip to content

Commit

Permalink
chore: release eslint-plugin-regexp (next) (#640)
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
  • Loading branch information
github-actions[bot] and github-actions[bot] authored Oct 3, 2023
1 parent 31f0523 commit eef20b7
Show file tree
Hide file tree
Showing 4 changed files with 15 additions and 2 deletions.
2 changes: 2 additions & 0 deletions .changeset/pre.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@
"early-islands-press2",
"friendly-walls-reply",
"gold-baboons-clap",
"green-bananas-tie",
"green-peaches-explode",
"heavy-rings-reply",
"hungry-eels-check",
Expand All @@ -34,6 +35,7 @@
"lovely-brooms-explode",
"neat-rats-sneeze",
"nervous-yaks-destroy",
"purple-suns-carry",
"rare-spiders-drop",
"rich-ways-exercise",
"short-dingos-dance",
Expand Down
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# eslint-plugin-regexp

## 2.0.0-next.12

### Major Changes

- Add `regexp/no-useless-string-literal` rule ([#639](https://github.com/ota-meshi/eslint-plugin-regexp/pull/639))

### Minor Changes

- Add support for v flag to `regexp/no-empty-character-class` ([#637](https://github.com/ota-meshi/eslint-plugin-regexp/pull/637))

## 2.0.0-next.11

### Major Changes
Expand Down
3 changes: 2 additions & 1 deletion docs/rules/no-useless-string-literal.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ pageClass: "rule-details"
sidebarDepth: 0
title: "regexp/no-useless-string-literal"
description: "disallow string disjunction of single characters in `\\q{...}`"
since: "v2.0.0-next.12"
---
# regexp/no-useless-string-literal

Expand Down Expand Up @@ -49,7 +50,7 @@ Nothing.

## :rocket: Version

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

## :mag: Implementation

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "eslint-plugin-regexp",
"version": "2.0.0-next.11",
"version": "2.0.0-next.12",
"description": "ESLint plugin for finding RegExp mistakes and RegExp style guide violations.",
"engines": {
"node": "^18 || >=20"
Expand Down

0 comments on commit eef20b7

Please sign in to comment.