Skip to content

Commit

Permalink
🔨 chore: bump deps
Browse files Browse the repository at this point in the history
Signed-off-by: Pauline <[email protected]>
  • Loading branch information
pauliesnug committed Sep 16, 2024
1 parent cc85196 commit 55b9ae8
Show file tree
Hide file tree
Showing 5 changed files with 244 additions and 160 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -51,12 +51,12 @@
"tsx": "^4.19.1",
"typescript": "^5.6.2",
"unbuild": "^2.0.0",
"vite": "^5.4.5",
"vite": "^5.4.6",
"vitest": "^2.1.1"
},
"resolutions": {
"@eslint-community/eslint-utils": "^4.4.0",
"@typescript-eslint/utils": "^8.5.0",
"@typescript-eslint/utils": "^8.6.0",
"eslint": "^9.10.0",
"tsx": "^4.19.1"
}
Expand Down
8 changes: 4 additions & 4 deletions packages/eslint-config/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -138,8 +138,8 @@
"@eslint/compat": "^1.1.1",
"@eslint/markdown": "^6.1.0",
"@stylistic/eslint-plugin": "^2.8.0",
"@typescript-eslint/eslint-plugin": "^8.5.0",
"@typescript-eslint/parser": "^8.5.0",
"@typescript-eslint/eslint-plugin": "^8.6.0",
"@typescript-eslint/parser": "^8.6.0",
"@vitest/eslint-plugin": "^1.1.4",
"eslint-flat-config-utils": "^0.4.0",
"eslint-merge-processors": "^0.1.0",
Expand Down Expand Up @@ -170,7 +170,7 @@
"@types/eslint-plugin-jsx-a11y": "^6.9.0",
"@types/fs-extra": "^11.0.4",
"@types/prompts": "^2.4.9",
"@unocss/eslint-plugin": "^0.62.3",
"@unocss/eslint-plugin": "^0.62.4",
"astro-eslint-parser": "^1.0.3",
"eslint": "^9.10.0",
"eslint-plugin-astro": "^1.2.4",
Expand All @@ -193,7 +193,7 @@
"prettier-plugin-slidev": "^1.0.5",
"svelte": "^4.2.19",
"svelte-eslint-parser": "^0.41.1",
"vue": "^3.5.5",
"vue": "^3.5.6",
"vue-eslint-parser": "^9.4.3"
},
"publishConfig": {
Expand Down
2 changes: 1 addition & 1 deletion packages/eslint-config/src/configs/vue.ts
Original file line number Diff line number Diff line change
Expand Up @@ -97,10 +97,10 @@ export async function vue(options: OptionsVue = {}): Promise<TypedFlatConfigItem

'node/prefer-global/process': 'off',
'perfectionist/sort-vue-attributes': ['error', { order: 'asc', type: 'natural' }],
'ts/explicit-function-return-type': 'off',
'vue/block-order': ['error', {
order: ['script', 'template', 'style'],
}],

'vue/component-name-in-template-casing': ['error', 'PascalCase'],
'vue/component-options-name-casing': ['error', 'PascalCase'],
'vue/custom-event-name-casing': ['error', 'camelCase'],
Expand Down
2 changes: 1 addition & 1 deletion packages/eslint-plugin/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@
"@flowr/utils": "workspace:^"
},
"devDependencies": {
"@typescript-eslint/utils": "^8.5.0",
"@typescript-eslint/utils": "^8.6.0",
"eslint": "^9.10.0",
"eslint-vitest-rule-tester": "^0.6.1",
"jsonc-eslint-parser": "^2.4.0"
Expand Down
Loading

0 comments on commit 55b9ae8

Please sign in to comment.