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.20.6
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.20.7
Choose a head ref
  • 2 commits
  • 8 files changed
  • 1 contributor

Commits on Apr 23, 2022

  1. chore: updete deps

    antfu committed Apr 23, 2022
    Copy the full SHA
    b8e6cdf View commit details
  2. release v0.20.7

    antfu committed Apr 23, 2022
    Copy the full SHA
    2d9efd4 View commit details
Showing with 313 additions and 325 deletions.
  1. +2 −2 package.json
  2. +7 −7 packages/all/package.json
  3. +4 −4 packages/basic/package.json
  4. +4 −4 packages/eslint-plugin-antfu/package.json
  5. +2 −2 packages/react/package.json
  6. +4 −4 packages/typescript/package.json
  7. +3 −3 packages/vue/package.json
  8. +287 −299 pnpm-lock.yaml
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@antfu/eslint-config-monorepo",
"version": "0.20.6",
"version": "0.20.7",
"private": true,
"license": "MIT",
"author": "Anthony Fu <anthonyfu117@hotmail.com> (https://github.com/antfu/)",
@@ -12,7 +12,7 @@
"devDependencies": {
"@antfu/eslint-config": "*",
"bumpp": "^7.1.1",
"eslint": "^8.12.0",
"eslint": "^8.14.0",
"eslint-plugin-antfu": "workspace:*",
"typescript": "^4.6.3"
}
14 changes: 7 additions & 7 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.20.6",
"version": "0.20.7",
"description": "",
"keywords": [],
"license": "MIT",
@@ -15,22 +15,22 @@
"dependencies": {
"@antfu/eslint-config-react": "workspace:*",
"@antfu/eslint-config-vue": "workspace:*",
"@typescript-eslint/eslint-plugin": "^5.17.0",
"@typescript-eslint/parser": "^5.17.0",
"@typescript-eslint/eslint-plugin": "^5.20.0",
"@typescript-eslint/parser": "^5.20.0",
"eslint-plugin-eslint-comments": "^3.2.0",
"eslint-plugin-html": "^6.2.0",
"eslint-plugin-import": "^2.25.4",
"eslint-plugin-import": "^2.26.0",
"eslint-plugin-jsonc": "^2.2.1",
"eslint-plugin-n": "^15.1.0",
"eslint-plugin-promise": "^6.0.0",
"eslint-plugin-unicorn": "^41.0.1",
"eslint-plugin-vue": "^8.5.0",
"eslint-plugin-unicorn": "^42.0.0",
"eslint-plugin-vue": "^8.7.1",
"eslint-plugin-yml": "^0.14.0",
"jsonc-eslint-parser": "^2.1.0",
"yaml-eslint-parser": "^0.5.0"
},
"devDependencies": {
"eslint": "^8.12.0"
"eslint": "^8.14.0"
},
"publishConfig": {
"access": "public"
8 changes: 4 additions & 4 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.20.6",
"version": "0.20.7",
"description": "",
"keywords": [],
"license": "MIT",
@@ -19,18 +19,18 @@
"eslint-plugin-antfu": "workspace:*",
"eslint-plugin-eslint-comments": "^3.2.0",
"eslint-plugin-html": "^6.2.0",
"eslint-plugin-import": "^2.25.4",
"eslint-plugin-import": "^2.26.0",
"eslint-plugin-jsonc": "^2.2.1",
"eslint-plugin-markdown": "^2.2.1",
"eslint-plugin-n": "^15.1.0",
"eslint-plugin-promise": "^6.0.0",
"eslint-plugin-unicorn": "^41.0.1",
"eslint-plugin-unicorn": "^42.0.0",
"eslint-plugin-yml": "^0.14.0",
"jsonc-eslint-parser": "^2.1.0",
"yaml-eslint-parser": "^0.5.0"
},
"devDependencies": {
"eslint": "^8.12.0"
"eslint": "^8.14.0"
},
"publishConfig": {
"access": "public"
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.20.6",
"version": "0.20.7",
"license": "MIT",
"main": "./dist/index.cjs",
"module": "./dist/index.mjs",
@@ -22,10 +22,10 @@
"prepublishOnly": "nr build"
},
"dependencies": {
"@typescript-eslint/utils": "^5.17.0"
"@typescript-eslint/utils": "^5.20.0"
},
"devDependencies": {
"unbuild": "^0.7.0",
"vitest": "^0.8.2"
"unbuild": "^0.7.4",
"vitest": "^0.9.4"
}
}
4 changes: 2 additions & 2 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.20.6",
"version": "0.20.7",
"description": "",
"keywords": [],
"license": "MIT",
@@ -23,7 +23,7 @@
"eslint-plugin-react": "^7.29.4"
},
"devDependencies": {
"eslint": "^8.12.0",
"eslint": "^8.14.0",
"react": "^18.0.0",
"typescript": "^4.6.3"
}
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.20.6",
"version": "0.20.7",
"description": "",
"keywords": [],
"license": "MIT",
@@ -18,10 +18,10 @@
},
"dependencies": {
"@antfu/eslint-config-basic": "workspace:*",
"@typescript-eslint/eslint-plugin": "^5.17.0",
"@typescript-eslint/parser": "^5.17.0"
"@typescript-eslint/eslint-plugin": "^5.20.0",
"@typescript-eslint/parser": "^5.20.0"
},
"devDependencies": {
"eslint": "^8.12.0"
"eslint": "^8.14.0"
}
}
6 changes: 3 additions & 3 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.20.6",
"version": "0.20.7",
"description": "",
"keywords": [],
"license": "MIT",
@@ -17,9 +17,9 @@
},
"dependencies": {
"@antfu/eslint-config-ts": "workspace:*",
"eslint-plugin-vue": "^8.5.0"
"eslint-plugin-vue": "^8.7.1"
},
"devDependencies": {
"eslint": "^8.12.0"
"eslint": "^8.14.0"
}
}
586 changes: 287 additions & 299 deletions pnpm-lock.yaml

Large diffs are not rendered by default.