Skip to content

Commit 4d44889

Browse files
chore: release v5.1.0 (main) (#858)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent da0be03 commit 4d44889

5 files changed

Lines changed: 23 additions & 4 deletions

File tree

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
".": "5.0.0"
2+
".": "5.1.0"
33
}

CHANGELOG.md

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,24 @@
11
# Changelog
22

3+
## [5.1.0](https://github.com/eslint-stylistic/eslint-stylistic/compare/v5.0.0...v5.1.0) (2025-06-29)
4+
5+
6+
### Bug Fixes
7+
8+
* correct rule name in `disable-legacy` ([#849](https://github.com/eslint-stylistic/eslint-stylistic/issues/849)) ([e63f1e4](https://github.com/eslint-stylistic/eslint-stylistic/commit/e63f1e418aae14b7bfdfc764c3a1a310d7af4ddb))
9+
* **indent:** correct handling of return type annotations ([#853](https://github.com/eslint-stylistic/eslint-stylistic/issues/853)) ([5259950](https://github.com/eslint-stylistic/eslint-stylistic/commit/5259950b5f5be86d1d73f6dcb07952b1d36f31e1))
10+
11+
12+
### Build Related
13+
14+
* migrate to `tsdown` ([#854](https://github.com/eslint-stylistic/eslint-stylistic/issues/854)) ([5d2bec1](https://github.com/eslint-stylistic/eslint-stylistic/commit/5d2bec10f1da31eb56ccf637d936dcbba79983cc))
15+
16+
17+
### Chores
18+
19+
* cleanup duplicate test cases ([#855](https://github.com/eslint-stylistic/eslint-stylistic/issues/855)) ([140db85](https://github.com/eslint-stylistic/eslint-stylistic/commit/140db8594f195193abb39d16aef5f01d386cc651))
20+
* release-please-mark ([da0be03](https://github.com/eslint-stylistic/eslint-stylistic/commit/da0be031fc4fbea6c52640f913269e0bf07093c5))
21+
322
## [5.0.0](https://github.com/eslint-stylistic/eslint-stylistic/compare/v5.0.0-beta.6...v5.0.0) (2025-06-23)
423

524

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@eslint-stylistic/monorepo",
33
"type": "module",
4-
"version": "5.0.0",
4+
"version": "5.1.0",
55
"private": true,
66
"packageManager": "pnpm@10.12.1",
77
"license": "MIT",

packages/eslint-plugin/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@stylistic/eslint-plugin",
33
"type": "module",
4-
"version": "5.0.0",
4+
"version": "5.1.0",
55
"author": "Anthony Fu <anthonyfu117@hotmail.com>",
66
"license": "MIT",
77
"homepage": "https://github.com/eslint-stylistic/eslint-stylistic#readme",

packages/metadata/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@eslint-stylistic/metadata",
33
"type": "module",
4-
"version": "5.0.0",
4+
"version": "5.1.0",
55
"description": "Metadata for eslint-stylistic packages",
66
"author": "Anthony Fu <anthonyfu117@hotmail.com>",
77
"license": "MIT",

0 commit comments

Comments
 (0)