Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: antfu/eslint-config
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v0.36.0
Choose a base ref
...
head repository: antfu/eslint-config
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v0.37.0
Choose a head ref
  • 3 commits
  • 10 files changed
  • 2 contributors

Commits on Mar 16, 2023

  1. Verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
    Copy the full SHA
    d3c1119 View commit details

Commits on Mar 18, 2023

  1. Copy the full SHA
    7632765 View commit details
  2. chore: release v0.37.0

    antfu committed Mar 18, 2023
    Copy the full SHA
    ab850b0 View commit details
40 changes: 20 additions & 20 deletions fixtures/vitesse/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"type": "module",
"private": true,
"packageManager": "pnpm@7.8.0",
"packageManager": "pnpm@7.29.3",
"scripts": {
"build": "vite-ssg build",
"dev": "vite --port 3333 --open",
@@ -15,48 +15,48 @@
"up": "taze major -I"
},
"dependencies": {
"@unocss/reset": "^0.50.1",
"@unocss/reset": "^0.50.6",
"@vueuse/core": "^9.13.0",
"@vueuse/head": "^1.1.0",
"@vueuse/head": "^1.1.23",
"nprogress": "^0.2.0",
"pinia": "^2.0.32",
"pinia": "^2.0.33",
"vue": "^3.2.47",
"vue-demi": "^0.13.11",
"vue-i18n": "^9.2.2",
"vue-router": "^4.1.6"
},
"devDependencies": {
"@antfu/eslint-config": "^0.35.2",
"@antfu/eslint-config": "^0.36.0",
"@iconify-json/carbon": "^1.1.16",
"@intlify/vite-plugin-vue-i18n": "^7.0.0",
"@types/markdown-it-link-attributes": "^3.0.1",
"@types/nprogress": "^0.2.0",
"@vitejs/plugin-vue": "^4.0.0",
"@vue/test-utils": "^2.3.0",
"@vitejs/plugin-vue": "^4.1.0",
"@vue/test-utils": "^2.3.1",
"critters": "^0.0.16",
"cross-env": "^7.0.3",
"cypress": "^12.6.0",
"eslint": "^8.34.0",
"cypress": "^12.8.1",
"eslint": "^8.36.0",
"eslint-plugin-cypress": "^2.12.1",
"https-localhost": "^4.7.1",
"markdown-it-link-attributes": "^4.0.1",
"markdown-it-shiki": "^0.8.0",
"pnpm": "^7.27.1",
"pnpm": "^7.29.3",
"shiki": "^0.14.1",
"taze": "^0.8.5",
"typescript": "^4.9.5",
"unocss": "^0.50.1",
"unplugin-auto-import": "^0.15.0",
"unplugin-vue-components": "^0.24.0",
"vite": "^4.1.4",
"vite-plugin-inspect": "^0.7.15",
"vite-plugin-pages": "^0.28.0",
"taze": "^0.9.0",
"typescript": "^5.0.2",
"unocss": "^0.50.6",
"unplugin-auto-import": "^0.15.1",
"unplugin-vue-components": "^0.24.1",
"vite": "^4.2.0",
"vite-plugin-inspect": "^0.7.17",
"vite-plugin-pages": "^0.29.0",
"vite-plugin-pwa": "^0.14.4",
"vite-plugin-vue-layouts": "^0.8.0",
"vite-plugin-vue-markdown": "^0.22.4",
"vite-ssg": "^0.22.1",
"vite-ssg-sitemap": "^0.4.3",
"vitest": "^0.28.5",
"vue-tsc": "^1.1.7"
"vitest": "^0.29.3",
"vue-tsc": "^1.2.0"
}
}
10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
{
"name": "@antfu/eslint-config-monorepo",
"version": "0.36.0",
"version": "0.37.0",
"private": true,
"packageManager": "pnpm@7.27.1",
"packageManager": "pnpm@7.29.3",
"author": "Anthony Fu <anthonyfu117@hotmail.com> (https://github.com/antfu/)",
"license": "MIT",
"scripts": {
@@ -14,9 +14,9 @@
"devDependencies": {
"@antfu/eslint-config": "*",
"bumpp": "^9.0.0",
"eslint": "^8.34.0",
"eslint": "^8.36.0",
"eslint-plugin-antfu": "workspace:*",
"rimraf": "^4.1.2",
"typescript": "^4.9.5"
"rimraf": "^4.4.0",
"typescript": "^5.0.2"
}
}
16 changes: 8 additions & 8 deletions packages/all/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@antfu/eslint-config",
"version": "0.36.0",
"version": "0.37.0",
"description": "Anthony's ESLint config",
"author": "Anthony Fu <anthonyfu117@hotmail.com> (https://github.com/antfu/)",
"license": "MIT",
@@ -17,21 +17,21 @@
},
"dependencies": {
"@antfu/eslint-config-vue": "workspace:*",
"@typescript-eslint/eslint-plugin": "^5.53.0",
"@typescript-eslint/parser": "^5.53.0",
"@typescript-eslint/eslint-plugin": "^5.55.0",
"@typescript-eslint/parser": "^5.55.0",
"eslint-plugin-eslint-comments": "^3.2.0",
"eslint-plugin-html": "^7.1.0",
"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-promise": "^6.1.1",
"eslint-plugin-unicorn": "^45.0.2",
"eslint-plugin-unicorn": "^46.0.0",
"eslint-plugin-vue": "^9.9.0",
"eslint-plugin-yml": "^1.5.0",
"jsonc-eslint-parser": "^2.1.0",
"yaml-eslint-parser": "^1.1.0"
"jsonc-eslint-parser": "^2.2.0",
"yaml-eslint-parser": "^1.2.0"
},
"devDependencies": {
"eslint": "^8.34.0"
"eslint": "^8.36.0"
}
}
12 changes: 6 additions & 6 deletions packages/basic/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@antfu/eslint-config-basic",
"version": "0.36.0",
"version": "0.37.0",
"description": "",
"author": "Anthony Fu <anthonyfu117@hotmail.com> (https://github.com/antfu/)",
"license": "MIT",
@@ -23,18 +23,18 @@
"eslint-plugin-eslint-comments": "^3.2.0",
"eslint-plugin-html": "^7.1.0",
"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-n": "^15.6.1",
"eslint-plugin-no-only-tests": "^3.1.0",
"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-yml": "^1.5.0",
"jsonc-eslint-parser": "^2.1.0",
"yaml-eslint-parser": "^1.1.0"
"jsonc-eslint-parser": "^2.2.0",
"yaml-eslint-parser": "^1.2.0"
},
"devDependencies": {
"eslint": "^8.34.0"
"eslint": "^8.36.0"
}
}
8 changes: 4 additions & 4 deletions packages/eslint-plugin-antfu/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "eslint-plugin-antfu",
"version": "0.36.0",
"version": "0.37.0",
"license": "MIT",
"homepage": "https://github.com/antfu/eslint-config",
"main": "./dist/index.cjs",
@@ -16,11 +16,11 @@
"prepublishOnly": "nr build"
},
"dependencies": {
"@typescript-eslint/utils": "^5.53.0"
"@typescript-eslint/utils": "^5.55.0"
},
"devDependencies": {
"@types/node": "^18.14.1",
"@types/node": "^18.15.3",
"unbuild": "^1.1.2",
"vitest": "^0.28.5"
"vitest": "^0.29.3"
}
}
6 changes: 3 additions & 3 deletions packages/react/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@antfu/eslint-config-react",
"version": "0.36.0",
"version": "0.37.0",
"description": "",
"author": "Anthony Fu <anthonyfu117@hotmail.com> (https://github.com/antfu/)",
"license": "MIT",
@@ -24,8 +24,8 @@
"eslint-plugin-react-hooks": "^4.6.0"
},
"devDependencies": {
"eslint": "^8.34.0",
"eslint": "^8.36.0",
"react": "^18.2.0",
"typescript": "^4.9.5"
"typescript": "^5.0.2"
}
}
8 changes: 4 additions & 4 deletions packages/typescript/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@antfu/eslint-config-ts",
"version": "0.36.0",
"version": "0.37.0",
"description": "",
"author": "Anthony Fu <anthonyfu117@hotmail.com> (https://github.com/antfu/)",
"license": "MIT",
@@ -18,11 +18,11 @@
},
"dependencies": {
"@antfu/eslint-config-basic": "workspace:*",
"@typescript-eslint/eslint-plugin": "^5.53.0",
"@typescript-eslint/parser": "^5.53.0",
"@typescript-eslint/eslint-plugin": "^5.55.0",
"@typescript-eslint/parser": "^5.55.0",
"eslint-plugin-jest": "^27.2.1"
},
"devDependencies": {
"eslint": "^8.34.0"
"eslint": "^8.36.0"
}
}
1 change: 1 addition & 0 deletions packages/vue/index.js
Original file line number Diff line number Diff line change
@@ -58,6 +58,7 @@ module.exports = {
}],
'vue/no-restricted-v-bind': ['error', '/^v-/'],
'vue/no-useless-v-bind': 'error',
'vue/no-unused-refs': 'error',
'vue/padding-line-between-blocks': ['error', 'always'],
'vue/prefer-separate-static-class': 'error',

4 changes: 2 additions & 2 deletions packages/vue/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@antfu/eslint-config-vue",
"version": "0.36.0",
"version": "0.37.0",
"description": "",
"author": "Anthony Fu <anthonyfu117@hotmail.com> (https://github.com/antfu/)",
"license": "MIT",
@@ -21,6 +21,6 @@
"local-pkg": "^0.4.3"
},
"devDependencies": {
"eslint": "^8.34.0"
"eslint": "^8.36.0"
}
}
520 changes: 293 additions & 227 deletions pnpm-lock.yaml

Large diffs are not rendered by default.