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 Sep 22, 2023
1 parent 19f5830 commit 66b3db9
Show file tree
Hide file tree
Showing 4 changed files with 25 additions and 3 deletions.
7 changes: 6 additions & 1 deletion .changeset/pre.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,20 +11,25 @@
"curvy-shoes-kiss",
"cyan-waves-notice",
"early-guests-hug",
"friendly-walls-reply",
"gold-baboons-clap",
"heavy-rings-reply",
"hungry-spoons-mix",
"khaki-colts-tell",
"large-dingos-allow",
"loud-flowers-search",
"lovely-brooms-explode",
"neat-rats-sneeze",
"rich-ways-exercise",
"short-dingos-dance",
"six-squids-look",
"small-doors-lie",
"smart-chefs-poke",
"sour-feet-explain",
"tasty-penguins-cheat",
"thin-ears-relax",
"warm-ladybugs-wonder",
"wicked-rules-rhyme"
"wicked-rules-rhyme",
"young-hairs-bow"
]
}
16 changes: 16 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,21 @@
# eslint-plugin-regexp

## 2.0.0-next.7

### Minor Changes

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

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

- Improve `regexp/sort-alternatives` rule to add support for string alternatives and v flag ([#587](https://github.com/ota-meshi/eslint-plugin-regexp/pull/587))

- Add `regexp/require-unicode-sets-regexp` rule ([#598](https://github.com/ota-meshi/eslint-plugin-regexp/pull/598))

### Patch Changes

- Add support for `v` flag to `regexp/prefer-predefined-assertion` ([#611](https://github.com/ota-meshi/eslint-plugin-regexp/pull/611))

## 2.0.0-next.6

### Minor Changes
Expand Down
3 changes: 2 additions & 1 deletion docs/rules/require-unicode-sets-regexp.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ pageClass: "rule-details"
sidebarDepth: 0
title: "regexp/require-unicode-sets-regexp"
description: "enforce the use of the `v` flag"
since: "v2.0.0-next.7"
---
# regexp/require-unicode-sets-regexp

Expand Down Expand Up @@ -60,7 +61,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.7

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

0 comments on commit 66b3db9

Please sign in to comment.