Skip to content

Commit

Permalink
chore: release eslint-plugin-regexp (next)
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Oct 2, 2023
1 parent 4696b89 commit 5b7b813
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 @@ -11,6 +11,7 @@
"calm-onions-yell",
"clean-kids-mate",
"clever-jobs-clap",
"cold-nails-teach",
"curvy-shoes-kiss",
"cyan-rats-attend",
"cyan-waves-notice",
Expand All @@ -20,6 +21,7 @@
"gold-baboons-clap",
"green-peaches-explode",
"heavy-rings-reply",
"hungry-eels-check",
"hungry-spoons-mix",
"itchy-trains-exist",
"khaki-colts-tell",
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.11

### Major Changes

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

### Minor Changes

- Add support for string literal to `regexp/no-empty-alternative` ([#633](https://github.com/ota-meshi/eslint-plugin-regexp/pull/633))

## 2.0.0-next.10

### Major Changes
Expand Down
3 changes: 2 additions & 1 deletion docs/rules/no-empty-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-empty-string-literal"
description: "disallow empty string literals in character classes"
since: "v2.0.0-next.11"
---
# regexp/no-empty-string-literal

Expand Down Expand Up @@ -51,7 +52,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.11

## :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.10",
"version": "2.0.0-next.11",
"description": "ESLint plugin for finding RegExp mistakes and RegExp style guide violations.",
"engines": {
"node": "^18 || >=20"
Expand Down

0 comments on commit 5b7b813

Please sign in to comment.