Skip to content

Commit 2124ed0

Browse files
committed
chore: update deps
1 parent 9826f22 commit 2124ed0

File tree

5 files changed

+3037
-2786
lines changed

5 files changed

+3037
-2786
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,9 +20,9 @@ In ESLint flat config:
2020

2121
```js
2222
// eslint.config.js
23+
import { mergeProcessors } from 'eslint-merge-processors'
2324
import pluginVue from 'eslint-plugin-vue'
2425
import processorVueBlocks from 'eslint-processor-vue-blocks'
25-
import { mergeProcessors } from 'eslint-merge-processors'
2626

2727
export default [
2828
{

eslint.config.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
// @ts-check
22
import antfu from '@antfu/eslint-config'
3-
import processorVueBlocks from 'eslint-processor-vue-blocks'
4-
import pluginVue from 'eslint-plugin-vue'
53
import { mergeProcessors } from 'eslint-merge-processors'
4+
import pluginVue from 'eslint-plugin-vue'
5+
import processorVueBlocks from 'eslint-processor-vue-blocks'
66

77
export default antfu(
88
{

package.json

Lines changed: 22 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "eslint-processor-vue-blocks",
33
"type": "module",
44
"version": "0.1.2",
5-
"packageManager": "pnpm@9.0.2",
5+
"packageManager": "pnpm@9.15.3",
66
"description": "Create virtual files in ESLint for each Vue SFC block, so that you can lint them individually.",
77
"author": "Anthony Fu <anthonyfu117@hotmail.com>",
88
"license": "MIT",
@@ -46,7 +46,7 @@
4646
"lint": "eslint .",
4747
"prepublishOnly": "nr build",
4848
"release": "bumpp && npm publish",
49-
"start": "esno src/index.ts",
49+
"start": "tsx src/index.ts",
5050
"test": "vitest",
5151
"typecheck": "tsc --noEmit",
5252
"prepare": "simple-git-hooks"
@@ -56,28 +56,28 @@
5656
"eslint": "^8.50.0 || ^9.0.0"
5757
},
5858
"devDependencies": {
59-
"@antfu/eslint-config": "^2.14.0",
60-
"@antfu/ni": "^0.21.12",
61-
"@antfu/utils": "^0.7.7",
62-
"@types/eslint": "^8.56.9",
63-
"@types/node": "^20.12.7",
64-
"@vue/compiler-sfc": "^3.4.23",
65-
"bumpp": "^9.4.0",
66-
"eslint": "^9.0.0",
67-
"eslint-merge-processors": "^0.1.0",
68-
"eslint-plugin-format": "^0.1.1",
69-
"eslint-plugin-vue": "^9.25.0",
59+
"@antfu/eslint-config": "^3.12.2",
60+
"@antfu/ni": "^23.2.0",
61+
"@antfu/utils": "^8.0.0",
62+
"@types/eslint": "^9.6.1",
63+
"@types/node": "^22.10.5",
64+
"@vue/compiler-sfc": "^3.5.13",
65+
"bumpp": "^9.10.0",
66+
"eslint": "^9.17.0",
67+
"eslint-merge-processors": "^1.0.0",
68+
"eslint-plugin-format": "^1.0.1",
69+
"eslint-plugin-vue": "^9.32.0",
7070
"eslint-processor-vue-blocks": "workspace:*",
71-
"esno": "^4.7.0",
72-
"lint-staged": "^15.2.2",
73-
"pnpm": "^9.0.2",
74-
"rimraf": "^5.0.5",
71+
"lint-staged": "^15.3.0",
72+
"pnpm": "^9.15.3",
73+
"rimraf": "^6.0.1",
7574
"simple-git-hooks": "^2.11.1",
76-
"typescript": "^5.4.5",
77-
"unbuild": "^2.0.0",
78-
"vite": "^5.2.9",
79-
"vitest": "^1.5.0",
80-
"vue": "^3.4.23"
75+
"tsx": "^4.19.2",
76+
"typescript": "^5.7.3",
77+
"unbuild": "^3.2.0",
78+
"vite": "^6.0.7",
79+
"vitest": "^2.1.8",
80+
"vue": "^3.5.13"
8181
},
8282
"simple-git-hooks": {
8383
"pre-commit": "pnpm lint-staged"

0 commit comments

Comments
 (0)