Skip to content

Commit 5ec02d4

Browse files
committed
feat: require oxfmt v0.65.0
1 parent 41552d6 commit 5ec02d4

6 files changed

Lines changed: 529 additions & 490 deletions

File tree

.npmrc

Lines changed: 0 additions & 2 deletions
This file was deleted.

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222

2323
- **ESLint**: `>= 9.0.0` (Only supports ESLint flat config)
2424
- **Node.js**: `^20.19.0 || >=22.12.0`
25-
- **oxfmt**: `>= 0.64.0`
25+
- **oxfmt**: `>= 0.65.0`
2626

2727
## Installation
2828

package.json

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "eslint-plugin-oxfmt",
33
"type": "module",
44
"version": "0.19.0",
5-
"packageManager": "pnpm@11.22.0",
5+
"packageManager": "pnpm@11.23.0",
66
"description": "An ESLint plugin for formatting code with oxfmt.",
77
"keywords": [
88
"eslint",
@@ -61,7 +61,7 @@
6161
},
6262
"peerDependencies": {
6363
"eslint": "^9.5.0 || ^10.0.0",
64-
"oxfmt": ">=0.64.0",
64+
"oxfmt": ">=0.65.0",
6565
"svelte": "*"
6666
},
6767
"peerDependenciesMeta": {
@@ -72,17 +72,17 @@
7272
"dependencies": {
7373
"generate-differences": "^0.1.1",
7474
"ignore": "^7.0.6",
75-
"load-oxfmt-config": "^0.20.0",
76-
"picomatch": "^4.0.5",
75+
"load-oxfmt-config": "^0.21.0",
76+
"picomatch": "^4.0.7",
7777
"synckit": "^0.11.13"
7878
},
7979
"devDependencies": {
80-
"@ntnyq/eslint-config": "^7.0.0-beta.16",
80+
"@ntnyq/eslint-config": "^7.0.0-beta.17",
8181
"@types/json-schema": "^7.0.15",
82-
"@types/node": "^26.2.0",
82+
"@types/node": "^26.3.0",
8383
"@typescript/native-preview": "^7.0.0-dev.20260707.2",
8484
"bumpp": "^12.2.1",
85-
"eslint": "^10.8.1",
85+
"eslint": "^10.9.1",
8686
"eslint-parser-plain": "^0.1.1",
8787
"eslint-plugin-oxfmt": "workspace:*",
8888
"eslint-typegen": "^2.3.1",
@@ -91,9 +91,9 @@
9191
"jsonc-eslint-parser": "^3.3.0",
9292
"nano-staged": "^1.0.2",
9393
"npm-run-all2": "^9.0.3",
94-
"oxfmt": "^0.64.0",
94+
"oxfmt": "^0.65.0",
9595
"show-invisibles": "^0.0.2",
96-
"svelte": "^5.56.9",
96+
"svelte": "^5.56.10",
9797
"tinyglobby": "^0.2.17",
9898
"tsdown": "^0.22.14",
9999
"tsx": "^4.23.12",

0 commit comments

Comments
 (0)