Skip to content

Commit

Permalink
chore: bump eslint and plugins (#141)
Browse files Browse the repository at this point in the history
  • Loading branch information
JounQin authored Jul 17, 2022
1 parent f25fb07 commit 701f349
Show file tree
Hide file tree
Showing 9 changed files with 160 additions and 139 deletions.
8 changes: 8 additions & 0 deletions .changeset/young-pens-jump.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
---
"@1stg/app-config": patch
"@1stg/common-config": patch
"@1stg/eslint-config": patch
"@1stg/lib-config": patch
---

chore: bump eslint and plugins
2 changes: 1 addition & 1 deletion .codesandbox/ci.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"node": "16",
"installCommand": "codesanbox:install",
"installCommand": "codesandbox:install",
"buildCommand": false,
"sandboxes": []
}
1 change: 1 addition & 0 deletions .prettierignore
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
coverage
/pnpm-lock.yaml
10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"check": "run-p check:*",
"check:eslint": "eslint-config-prettier .eslintrc.js",
"check:stylelint": "stylelint-config-prettier-check",
"codesanbox:install": "npx [email protected] i",
"codesandbox:install": "npx [email protected] i",
"lint": "run-p lint:*",
"lint:es": "eslint . --cache -f friendly",
"lint:style": "stylelint . --cache",
Expand Down Expand Up @@ -46,8 +46,8 @@
"@changesets/changelog-github": "^0.4.5",
"@changesets/cli": "^2.23.2",
"@types/babel__core": "^7.1.19",
"@types/jest": "^28.1.5",
"@types/node": "^18.0.4",
"@types/jest": "^28.1.6",
"@types/node": "^18.0.5",
"@types/react": "^18.0.15",
"@types/unist": "^2.0.6",
"c8": "^7.11.3",
Expand All @@ -59,9 +59,9 @@
"svelte": "^3.49.0",
"type-coverage": "^2.22.0",
"typescript": "^4.7.4",
"vitest": "^0.18.0",
"vitest": "^0.18.1",
"vue": "^3.2.37",
"vue-tsc": "^0.38.5"
"vue-tsc": "^0.38.8"
},
"resolutions": {
"prettier": "^2.7.1"
Expand Down
4 changes: 2 additions & 2 deletions packages/common-config/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -50,10 +50,10 @@
"@1stg/prettier-config": "^3.7.0",
"@1stg/remark-config": "^4.0.3",
"@1stg/simple-git-hooks": "^0.2.1",
"@1stg/tsconfig": "^2.2.3",
"@1stg/tsconfig": "^2.2.5",
"@babel/core": "^7.18.6",
"@commitlint/cli": "^17.0.3",
"eslint": "^8.19.0",
"eslint": "^8.20.0",
"lint-staged": "^13.0.3",
"npm-run-all": "^4.1.5",
"prettier": "^2.7.1",
Expand Down
6 changes: 3 additions & 3 deletions packages/eslint-config/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -60,14 +60,14 @@
"eslint-config-standard-jsx": "^11.0.0",
"eslint-config-standard-react": "^11.0.1",
"eslint-formatter-friendly": "^7.0.0",
"eslint-import-resolver-typescript": "^3.2.5",
"eslint-import-resolver-typescript": "^3.2.7",
"eslint-plugin-css": "^0.6.0",
"eslint-plugin-es-x": "^5.2.1",
"eslint-plugin-eslint-comments": "^3.2.0",
"eslint-plugin-import": "^2.26.0",
"eslint-plugin-jest": "^26.5.3",
"eslint-plugin-jest": "^26.6.0",
"eslint-plugin-jsdoc": "^39.3.3",
"eslint-plugin-json-schema-validator": "^3.2.3",
"eslint-plugin-json-schema-validator": "^3.2.5",
"eslint-plugin-jsonc": "^2.3.1",
"eslint-plugin-markup": "^0.10.0",
"eslint-plugin-mdx": "^2.0.1",
Expand Down
2 changes: 1 addition & 1 deletion packages/lint-staged/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@
"dependencies": {
"@1stg/config": "^0.2.0",
"@1stg/prettier-config": "^3.7.0",
"@1stg/tsconfig": "^2.2.3",
"@1stg/tsconfig": "^2.2.5",
"@pkgr/utils": "^2.3.0",
"prettier": "^2.7.1"
},
Expand Down
Loading

0 comments on commit 701f349

Please sign in to comment.