Skip to content

Commit 481d54b

Browse files
chore: release v4.0.0-beta.1 (main) (#679)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 100a4fd commit 481d54b

10 files changed

Lines changed: 25 additions & 9 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-
".": "3.1.0"
2+
".": "4.0.0-beta.1"
33
}

CHANGELOG.md

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

3+
## [4.0.0-beta.1](https://github.com/eslint-stylistic/eslint-stylistic/compare/v3.1.0...v4.0.0-beta.1) (2025-02-10)
4+
5+
6+
### ⚠ BREAKING CHANGES
7+
8+
* migrate to ESM-only, requires ESLint v9+ ([#670](https://github.com/eslint-stylistic/eslint-stylistic/issues/670))
9+
10+
### Features
11+
12+
* migrate to ESM-only, requires ESLint v9+ ([#670](https://github.com/eslint-stylistic/eslint-stylistic/issues/670)) ([3145d50](https://github.com/eslint-stylistic/eslint-stylistic/commit/3145d5082191505f319e576cc30da51b907c380e))
13+
14+
15+
### Chores
16+
17+
* release-please-mark ([100a4fd](https://github.com/eslint-stylistic/eslint-stylistic/commit/100a4fd52a097ba9487b43c5e4c3fff222094a1e))
18+
319
## [3.1.0](https://github.com/eslint-stylistic/eslint-stylistic/compare/v3.0.1...v3.1.0) (2025-02-08)
420

521

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": "3.1.0",
4+
"version": "4.0.0-beta.1",
55
"private": true,
66
"packageManager": "pnpm@9.15.4",
77
"license": "MIT",

packages/eslint-plugin-js/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-js",
33
"type": "module",
4-
"version": "3.1.0",
4+
"version": "4.0.0-beta.1",
55
"author": "Anthony Fu <anthonyfu117@hotmail.com>",
66
"license": "MIT",
77
"homepage": "https://github.com/eslint-stylistic/eslint-stylistic#readme",

packages/eslint-plugin-jsx/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-jsx",
33
"type": "module",
4-
"version": "3.1.0",
4+
"version": "4.0.0-beta.1",
55
"author": "Anthony Fu <anthonyfu117@hotmail.com>",
66
"license": "MIT",
77
"homepage": "https://github.com/eslint-stylistic/eslint-stylistic#readme",

packages/eslint-plugin-migrate/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-migrate",
33
"type": "module",
4-
"version": "3.1.0",
4+
"version": "4.0.0-beta.1",
55
"description": "ESLint plugin to migrate built-in rules to stylistic rules",
66
"author": "Anthony Fu <anthonyfu117@hotmail.com>",
77
"license": "MIT",

packages/eslint-plugin-plus/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-plus",
33
"type": "module",
4-
"version": "3.1.0",
4+
"version": "4.0.0-beta.1",
55
"author": "Anthony Fu <anthonyfu117@hotmail.com>",
66
"license": "MIT",
77
"homepage": "https://github.com/eslint-stylistic/eslint-stylistic#readme",

packages/eslint-plugin-ts/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-ts",
33
"type": "module",
4-
"version": "3.1.0",
4+
"version": "4.0.0-beta.1",
55
"author": "Anthony Fu <anthonyfu117@hotmail.com>",
66
"license": "MIT",
77
"homepage": "https://github.com/eslint-stylistic/eslint-stylistic#readme",

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": "3.1.0",
4+
"version": "4.0.0-beta.1",
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": "3.1.0",
4+
"version": "4.0.0-beta.1",
55
"description": "Metadata for eslint-stylistic packages",
66
"author": "Anthony Fu <anthonyfu117@hotmail.com>",
77
"license": "MIT",

0 commit comments

Comments
 (0)