Compare commits

...

9 Commits

Author SHA1 Message Date
Anthony Fu
ab850b0ae4 chore: release v0.37.0 2023-03-18 22:01:51 +01:00
Anthony Fu
7632765715 feat: upgrade deps, support typescript 5.0 2023-03-18 22:01:39 +01:00
Ivan Demchuk
d3c1119dbe feat: enable vue/no-unused-refs (#158) 2023-03-16 11:34:58 +01:00
Anthony Fu
421d406e4f chore: release v0.36.0 2023-03-04 15:23:57 +01:00
Anthony Fu
447d326997 feat: enable prefer-node-protocol 2023-03-04 15:23:51 +01:00
Anthony Fu
6c0f76e229 chore: release v0.35.3 2023-02-24 23:59:15 +01:00
Anthony Fu
564db7d3c4 chore: update deps 2023-02-24 23:59:07 +01:00
Anthony Fu
4167a78419 feat: add ignore list for lint-staged 2023-02-24 23:56:13 +01:00
zoeyzhao19
37a4d762c3 chore: typo (#157)
Co-authored-by: 赵龙生 <zhaolongsheng@tenwit.com>
2023-02-10 10:00:01 +01:00
14 changed files with 535 additions and 461 deletions

View File

@@ -1,7 +1,7 @@
{ {
"type": "module", "type": "module",
"private": true, "private": true,
"packageManager": "pnpm@7.8.0", "packageManager": "pnpm@7.29.3",
"scripts": { "scripts": {
"build": "vite-ssg build", "build": "vite-ssg build",
"dev": "vite --port 3333 --open", "dev": "vite --port 3333 --open",
@@ -15,48 +15,48 @@
"up": "taze major -I" "up": "taze major -I"
}, },
"dependencies": { "dependencies": {
"@unocss/reset": "^0.49.4", "@unocss/reset": "^0.50.6",
"@vueuse/core": "^9.12.0", "@vueuse/core": "^9.13.0",
"@vueuse/head": "^1.0.25", "@vueuse/head": "^1.1.23",
"nprogress": "^0.2.0", "nprogress": "^0.2.0",
"pinia": "^2.0.30", "pinia": "^2.0.33",
"vue": "^3.2.47", "vue": "^3.2.47",
"vue-demi": "^0.13.11", "vue-demi": "^0.13.11",
"vue-i18n": "^9.2.2", "vue-i18n": "^9.2.2",
"vue-router": "^4.1.6" "vue-router": "^4.1.6"
}, },
"devDependencies": { "devDependencies": {
"@antfu/eslint-config": "^0.35.1", "@antfu/eslint-config": "^0.36.0",
"@iconify-json/carbon": "^1.1.14", "@iconify-json/carbon": "^1.1.16",
"@intlify/vite-plugin-vue-i18n": "^7.0.0", "@intlify/vite-plugin-vue-i18n": "^7.0.0",
"@types/markdown-it-link-attributes": "^3.0.1", "@types/markdown-it-link-attributes": "^3.0.1",
"@types/nprogress": "^0.2.0", "@types/nprogress": "^0.2.0",
"@vitejs/plugin-vue": "^4.0.0", "@vitejs/plugin-vue": "^4.1.0",
"@vue/test-utils": "^2.2.10", "@vue/test-utils": "^2.3.1",
"critters": "^0.0.16", "critters": "^0.0.16",
"cross-env": "^7.0.3", "cross-env": "^7.0.3",
"cypress": "^12.5.1", "cypress": "^12.8.1",
"eslint": "^8.33.0", "eslint": "^8.36.0",
"eslint-plugin-cypress": "^2.12.1", "eslint-plugin-cypress": "^2.12.1",
"https-localhost": "^4.7.1", "https-localhost": "^4.7.1",
"markdown-it-link-attributes": "^4.0.1", "markdown-it-link-attributes": "^4.0.1",
"markdown-it-shiki": "^0.7.2", "markdown-it-shiki": "^0.8.0",
"pnpm": "^7.26.3", "pnpm": "^7.29.3",
"shiki": "^0.14.0", "shiki": "^0.14.1",
"taze": "^0.8.5", "taze": "^0.9.0",
"typescript": "^4.9.5", "typescript": "^5.0.2",
"unocss": "^0.49.4", "unocss": "^0.50.6",
"unplugin-auto-import": "^0.13.0", "unplugin-auto-import": "^0.15.1",
"unplugin-vue-components": "^0.23.0", "unplugin-vue-components": "^0.24.1",
"vite": "^4.1.1", "vite": "^4.2.0",
"vite-plugin-inspect": "^0.7.15", "vite-plugin-inspect": "^0.7.17",
"vite-plugin-pages": "^0.28.0", "vite-plugin-pages": "^0.29.0",
"vite-plugin-pwa": "^0.14.1", "vite-plugin-pwa": "^0.14.4",
"vite-plugin-vue-layouts": "^0.7.0", "vite-plugin-vue-layouts": "^0.8.0",
"vite-plugin-vue-markdown": "^0.22.4", "vite-plugin-vue-markdown": "^0.22.4",
"vite-ssg": "^0.22.1", "vite-ssg": "^0.22.1",
"vite-ssg-sitemap": "^0.4.3", "vite-ssg-sitemap": "^0.4.3",
"vitest": "^0.28.4", "vitest": "^0.29.3",
"vue-tsc": "^1.0.24" "vue-tsc": "^1.2.0"
} }
} }

View File

@@ -1,4 +1,4 @@
import path from 'path' import path from 'node:path'
import { defineConfig } from 'vite' import { defineConfig } from 'vite'
import Vue from '@vitejs/plugin-vue' import Vue from '@vitejs/plugin-vue'
import Pages from 'vite-plugin-pages' import Pages from 'vite-plugin-pages'

View File

@@ -1,22 +1,22 @@
{ {
"name": "@antfu/eslint-config-monorepo", "name": "@antfu/eslint-config-monorepo",
"version": "0.35.2", "version": "0.37.0",
"private": true, "private": true,
"packageManager": "pnpm@7.1.0", "packageManager": "pnpm@7.29.3",
"author": "Anthony Fu <anthonyfu117@hotmail.com> (https://github.com/antfu/)", "author": "Anthony Fu <anthonyfu117@hotmail.com> (https://github.com/antfu/)",
"license": "MIT", "license": "MIT",
"scripts": { "scripts": {
"lint": "eslint .", "lint": "eslint .",
"test": "pnpm -r run test", "test": "pnpm -r run test",
"prepare": "pnpm -r run stub", "prepare": "pnpm -r run stub",
"release": "bumpp package.json packages/*/package.json --commit --push --tag && pnpm -r publish --access public" "release": "bumpp -r && pnpm -r publish"
}, },
"devDependencies": { "devDependencies": {
"@antfu/eslint-config": "*", "@antfu/eslint-config": "*",
"bumpp": "^8.2.1", "bumpp": "^9.0.0",
"eslint": "^8.33.0", "eslint": "^8.36.0",
"eslint-plugin-antfu": "workspace:*", "eslint-plugin-antfu": "workspace:*",
"rimraf": "^4.1.2", "rimraf": "^4.4.0",
"typescript": "^4.9.5" "typescript": "^5.0.2"
} }
} }

View File

@@ -1,6 +1,6 @@
{ {
"name": "@antfu/eslint-config", "name": "@antfu/eslint-config",
"version": "0.35.2", "version": "0.37.0",
"description": "Anthony's ESLint config", "description": "Anthony's ESLint config",
"author": "Anthony Fu <anthonyfu117@hotmail.com> (https://github.com/antfu/)", "author": "Anthony Fu <anthonyfu117@hotmail.com> (https://github.com/antfu/)",
"license": "MIT", "license": "MIT",
@@ -17,21 +17,21 @@
}, },
"dependencies": { "dependencies": {
"@antfu/eslint-config-vue": "workspace:*", "@antfu/eslint-config-vue": "workspace:*",
"@typescript-eslint/eslint-plugin": "^5.51.0", "@typescript-eslint/eslint-plugin": "^5.55.0",
"@typescript-eslint/parser": "^5.51.0", "@typescript-eslint/parser": "^5.55.0",
"eslint-plugin-eslint-comments": "^3.2.0", "eslint-plugin-eslint-comments": "^3.2.0",
"eslint-plugin-html": "^7.1.0", "eslint-plugin-html": "^7.1.0",
"eslint-plugin-import": "^2.27.5", "eslint-plugin-import": "^2.27.5",
"eslint-plugin-jsonc": "^2.6.0", "eslint-plugin-jsonc": "^2.7.0",
"eslint-plugin-n": "^15.6.1", "eslint-plugin-n": "^15.6.1",
"eslint-plugin-promise": "^6.1.1", "eslint-plugin-promise": "^6.1.1",
"eslint-plugin-unicorn": "^45.0.2", "eslint-plugin-unicorn": "^46.0.0",
"eslint-plugin-vue": "^9.9.0", "eslint-plugin-vue": "^9.9.0",
"eslint-plugin-yml": "^1.4.0", "eslint-plugin-yml": "^1.5.0",
"jsonc-eslint-parser": "^2.1.0", "jsonc-eslint-parser": "^2.2.0",
"yaml-eslint-parser": "^1.1.0" "yaml-eslint-parser": "^1.2.0"
}, },
"devDependencies": { "devDependencies": {
"eslint": "^8.33.0" "eslint": "^8.36.0"
} }
} }

View File

@@ -28,6 +28,17 @@ module.exports = {
'pnpm-lock.yaml', 'pnpm-lock.yaml',
'yarn.lock', 'yarn.lock',
'__snapshots__', '__snapshots__',
// ignore for in lint-staged
'*.css',
'*.png',
'*.ico',
'*.toml',
'*.patch',
'*.txt',
'*.crt',
'*.key',
'Dockerfile',
// force include
'!.github', '!.github',
'!.vitepress', '!.vitepress',
'!.vscode', '!.vscode',
@@ -326,6 +337,8 @@ module.exports = {
'unicorn/prefer-type-error': 'error', 'unicorn/prefer-type-error': 'error',
// Use new when throwing error // Use new when throwing error
'unicorn/throw-new-error': 'error', 'unicorn/throw-new-error': 'error',
// Prefer using the node: protocol
'unicorn/prefer-node-protocol': 'error',
'no-use-before-define': ['error', { functions: false, classes: false, variables: true }], 'no-use-before-define': ['error', { functions: false, classes: false, variables: true }],
'eslint-comments/disable-enable-pair': 'off', 'eslint-comments/disable-enable-pair': 'off',

View File

@@ -1,6 +1,6 @@
{ {
"name": "@antfu/eslint-config-basic", "name": "@antfu/eslint-config-basic",
"version": "0.35.2", "version": "0.37.0",
"description": "", "description": "",
"author": "Anthony Fu <anthonyfu117@hotmail.com> (https://github.com/antfu/)", "author": "Anthony Fu <anthonyfu117@hotmail.com> (https://github.com/antfu/)",
"license": "MIT", "license": "MIT",
@@ -23,18 +23,18 @@
"eslint-plugin-eslint-comments": "^3.2.0", "eslint-plugin-eslint-comments": "^3.2.0",
"eslint-plugin-html": "^7.1.0", "eslint-plugin-html": "^7.1.0",
"eslint-plugin-import": "^2.27.5", "eslint-plugin-import": "^2.27.5",
"eslint-plugin-jsonc": "^2.6.0", "eslint-plugin-jsonc": "^2.7.0",
"eslint-plugin-markdown": "^3.0.0", "eslint-plugin-markdown": "^3.0.0",
"eslint-plugin-n": "^15.6.1", "eslint-plugin-n": "^15.6.1",
"eslint-plugin-no-only-tests": "^3.1.0", "eslint-plugin-no-only-tests": "^3.1.0",
"eslint-plugin-promise": "^6.1.1", "eslint-plugin-promise": "^6.1.1",
"eslint-plugin-unicorn": "^45.0.2", "eslint-plugin-unicorn": "^46.0.0",
"eslint-plugin-unused-imports": "^2.0.0", "eslint-plugin-unused-imports": "^2.0.0",
"eslint-plugin-yml": "^1.4.0", "eslint-plugin-yml": "^1.5.0",
"jsonc-eslint-parser": "^2.1.0", "jsonc-eslint-parser": "^2.2.0",
"yaml-eslint-parser": "^1.1.0" "yaml-eslint-parser": "^1.2.0"
}, },
"devDependencies": { "devDependencies": {
"eslint": "^8.33.0" "eslint": "^8.36.0"
} }
} }

View File

@@ -1,6 +1,6 @@
{ {
"name": "eslint-plugin-antfu", "name": "eslint-plugin-antfu",
"version": "0.35.2", "version": "0.37.0",
"license": "MIT", "license": "MIT",
"homepage": "https://github.com/antfu/eslint-config", "homepage": "https://github.com/antfu/eslint-config",
"main": "./dist/index.cjs", "main": "./dist/index.cjs",
@@ -16,11 +16,11 @@
"prepublishOnly": "nr build" "prepublishOnly": "nr build"
}, },
"dependencies": { "dependencies": {
"@typescript-eslint/utils": "^5.51.0" "@typescript-eslint/utils": "^5.55.0"
}, },
"devDependencies": { "devDependencies": {
"@types/node": "^18.13.0", "@types/node": "^18.15.3",
"unbuild": "^1.1.1", "unbuild": "^1.1.2",
"vitest": "^0.28.4" "vitest": "^0.29.3"
} }
} }

View File

@@ -13,7 +13,7 @@ export default createEslintRule<Options, MessageIds>({
meta: { meta: {
type: 'suggestion', type: 'suggestion',
docs: { docs: {
description: 'Newline after if', description: 'Inline type import',
recommended: 'error', recommended: 'error',
}, },
fixable: 'code', fixable: 'code',

View File

@@ -1,6 +1,6 @@
{ {
"name": "@antfu/eslint-config-react", "name": "@antfu/eslint-config-react",
"version": "0.35.2", "version": "0.37.0",
"description": "", "description": "",
"author": "Anthony Fu <anthonyfu117@hotmail.com> (https://github.com/antfu/)", "author": "Anthony Fu <anthonyfu117@hotmail.com> (https://github.com/antfu/)",
"license": "MIT", "license": "MIT",
@@ -24,8 +24,8 @@
"eslint-plugin-react-hooks": "^4.6.0" "eslint-plugin-react-hooks": "^4.6.0"
}, },
"devDependencies": { "devDependencies": {
"eslint": "^8.33.0", "eslint": "^8.36.0",
"react": "^18.2.0", "react": "^18.2.0",
"typescript": "^4.9.5" "typescript": "^5.0.2"
} }
} }

View File

@@ -1,5 +1,5 @@
const fs = require('fs') const fs = require('node:fs')
const { join } = require('path') const { join } = require('node:path')
const basic = require('@antfu/eslint-config-basic') const basic = require('@antfu/eslint-config-basic')
const tsconfig = process.env.ESLINT_TSCONFIG || 'tsconfig.eslint.json' const tsconfig = process.env.ESLINT_TSCONFIG || 'tsconfig.eslint.json'

View File

@@ -1,6 +1,6 @@
{ {
"name": "@antfu/eslint-config-ts", "name": "@antfu/eslint-config-ts",
"version": "0.35.2", "version": "0.37.0",
"description": "", "description": "",
"author": "Anthony Fu <anthonyfu117@hotmail.com> (https://github.com/antfu/)", "author": "Anthony Fu <anthonyfu117@hotmail.com> (https://github.com/antfu/)",
"license": "MIT", "license": "MIT",
@@ -18,11 +18,11 @@
}, },
"dependencies": { "dependencies": {
"@antfu/eslint-config-basic": "workspace:*", "@antfu/eslint-config-basic": "workspace:*",
"@typescript-eslint/eslint-plugin": "^5.51.0", "@typescript-eslint/eslint-plugin": "^5.55.0",
"@typescript-eslint/parser": "^5.51.0", "@typescript-eslint/parser": "^5.55.0",
"eslint-plugin-jest": "^27.2.1" "eslint-plugin-jest": "^27.2.1"
}, },
"devDependencies": { "devDependencies": {
"eslint": "^8.33.0" "eslint": "^8.36.0"
} }
} }

View File

@@ -58,6 +58,7 @@ module.exports = {
}], }],
'vue/no-restricted-v-bind': ['error', '/^v-/'], 'vue/no-restricted-v-bind': ['error', '/^v-/'],
'vue/no-useless-v-bind': 'error', 'vue/no-useless-v-bind': 'error',
'vue/no-unused-refs': 'error',
'vue/padding-line-between-blocks': ['error', 'always'], 'vue/padding-line-between-blocks': ['error', 'always'],
'vue/prefer-separate-static-class': 'error', 'vue/prefer-separate-static-class': 'error',

View File

@@ -1,6 +1,6 @@
{ {
"name": "@antfu/eslint-config-vue", "name": "@antfu/eslint-config-vue",
"version": "0.35.2", "version": "0.37.0",
"description": "", "description": "",
"author": "Anthony Fu <anthonyfu117@hotmail.com> (https://github.com/antfu/)", "author": "Anthony Fu <anthonyfu117@hotmail.com> (https://github.com/antfu/)",
"license": "MIT", "license": "MIT",
@@ -21,6 +21,6 @@
"local-pkg": "^0.4.3" "local-pkg": "^0.4.3"
}, },
"devDependencies": { "devDependencies": {
"eslint": "^8.33.0" "eslint": "^8.36.0"
} }
} }

848
pnpm-lock.yaml generated

File diff suppressed because it is too large Load Diff