diff --git a/.changeset/pre.json b/.changeset/pre.json index 8ed567c12..9d8e3d2d3 100644 --- a/.changeset/pre.json +++ b/.changeset/pre.json @@ -21,6 +21,7 @@ "early-guests-hug", "early-islands-press", "early-islands-press2", + "fifty-schools-run", "friendly-walls-reply", "gold-baboons-clap", "green-bananas-tie", @@ -52,6 +53,7 @@ "tasty-penguins-cheat", "thin-ears-relax", "thin-insects-cover", + "twenty-coats-melt", "twenty-snails-chew", "warm-ladybugs-wonder", "wicked-rules-rhyme", diff --git a/CHANGELOG.md b/CHANGELOG.md index 175fe0ff0..b233c47f6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ # eslint-plugin-regexp +## 2.0.0-next.14 + +### Major Changes + +- Remove deprecated rules ([#652](https://github.com/ota-meshi/eslint-plugin-regexp/pull/652)) + +- Use jsdoc-type-pratt-parser instead of jsdoctypeparser ([#651](https://github.com/ota-meshi/eslint-plugin-regexp/pull/651)) + ## 2.0.0-next.13 ### Minor Changes diff --git a/package.json b/package.json index 1731ecdb0..cc4f9b450 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "eslint-plugin-regexp", - "version": "2.0.0-next.13", + "version": "2.0.0-next.14", "description": "ESLint plugin for finding RegExp mistakes and RegExp style guide violations.", "engines": { "node": "^18 || >=20"