Skip to content

Commit

Permalink
chore(deps): update all non-major dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Aug 27, 2023
1 parent c6b71f2 commit 70f1e9b
Show file tree
Hide file tree
Showing 10 changed files with 560 additions and 534 deletions.
12 changes: 6 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "@ntnyq/configs",
"version": "1.12.4",
"private": true,
"packageManager": "pnpm@8.6.12",
"packageManager": "pnpm@8.7.0",
"scripts": {
"lint": "eslint --cache .",
"prepare": "husky install",
Expand All @@ -16,15 +16,15 @@
"@ntnyq/eslint-config": "workspace:*",
"@ntnyq/prettier-config": "workspace:*",
"@types/eslint": "^8.44.2",
"@types/node": "^20.5.0",
"bumpp": "^9.1.1",
"eslint": "^8.47.0",
"@types/node": "^20.5.6",
"bumpp": "^9.2.0",
"eslint": "^8.48.0",
"husky": "^8.0.3",
"nano-staged": "^0.8.0",
"npm-run-all": "^4.1.5",
"pnpm": "^8.6.12",
"pnpm": "^8.7.0",
"prettier": "^3.0.2",
"vitest": "^0.34.1"
"vitest": "^0.34.3"
},
"prettier": "@ntnyq/prettier-config",
"nano-staged": {
Expand Down
6 changes: 3 additions & 3 deletions packages/eslint-config-astro/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,13 +13,13 @@
],
"dependencies": {
"@ntnyq/eslint-config-typescript": "workspace:*",
"astro-eslint-parser": "^0.14.0",
"eslint-plugin-astro": "^0.28.0"
"astro-eslint-parser": "^0.15.0",
"eslint-plugin-astro": "^0.29.0"
},
"publishConfig": {
"access": "public"
},
"devDependencies": {
"eslint": "^8.47.0"
"eslint": "^8.48.0"
}
}
6 changes: 3 additions & 3 deletions packages/eslint-config-basic/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,10 @@
"dependencies": {
"eslint-plugin-eslint-comments": "^3.2.0",
"eslint-plugin-html": "^7.1.0",
"eslint-plugin-import": "^2.28.0",
"eslint-plugin-import": "^2.28.1",
"eslint-plugin-jsonc": "^2.9.0",
"eslint-plugin-markdown": "^3.0.1",
"eslint-plugin-n": "^16.0.1",
"eslint-plugin-n": "^16.0.2",
"eslint-plugin-promise": "^6.1.1",
"eslint-plugin-unicorn": "^48.0.1",
"eslint-plugin-unused-imports": "^3.0.0",
Expand All @@ -26,7 +26,7 @@
"yaml-eslint-parser": "^1.2.2"
},
"devDependencies": {
"eslint": "^8.47.0"
"eslint": "^8.48.0"
},
"publishConfig": {
"access": "public"
Expand Down
2 changes: 1 addition & 1 deletion packages/eslint-config-prettier/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
"access": "public"
},
"devDependencies": {
"eslint": "^8.47.0",
"eslint": "^8.48.0",
"prettier": "^3.0.2"
}
}
6 changes: 3 additions & 3 deletions packages/eslint-config-react/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,15 +13,15 @@
],
"dependencies": {
"@ntnyq/eslint-config-typescript": "workspace:*",
"eslint-plugin-react": "^7.33.1",
"eslint-plugin-react": "^7.33.2",
"eslint-plugin-react-hooks": "^4.6.0"
},
"publishConfig": {
"access": "public"
},
"devDependencies": {
"eslint": "^8.47.0",
"eslint": "^8.48.0",
"react": "^18.2.0",
"typescript": "^5.1.6"
"typescript": "^5.2.2"
}
}
8 changes: 4 additions & 4 deletions packages/eslint-config-typescript/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,14 +16,14 @@
},
"dependencies": {
"@ntnyq/eslint-config-basic": "workspace:*",
"@typescript-eslint/eslint-plugin": "^6.4.0",
"@typescript-eslint/parser": "^6.4.0"
"@typescript-eslint/eslint-plugin": "^6.4.1",
"@typescript-eslint/parser": "^6.4.1"
},
"publishConfig": {
"access": "public"
},
"devDependencies": {
"eslint": "^8.47.0",
"typescript": "^5.1.6"
"eslint": "^8.48.0",
"typescript": "^5.2.2"
}
}
2 changes: 1 addition & 1 deletion packages/eslint-config-vue/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,6 @@
"access": "public"
},
"devDependencies": {
"eslint": "^8.47.0"
"eslint": "^8.48.0"
}
}
12 changes: 6 additions & 6 deletions packages/eslint-config/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,14 +15,14 @@
"dependencies": {
"@ntnyq/eslint-config-prettier": "workspace:*",
"@ntnyq/eslint-config-vue": "workspace:*",
"@typescript-eslint/eslint-plugin": "^6.4.0",
"@typescript-eslint/parser": "^6.4.0",
"@typescript-eslint/eslint-plugin": "^6.4.1",
"@typescript-eslint/parser": "^6.4.1",
"eslint-plugin-eslint-comments": "^3.2.0",
"eslint-plugin-html": "^7.1.0",
"eslint-plugin-import": "^2.28.0",
"eslint-plugin-import": "^2.28.1",
"eslint-plugin-jsonc": "^2.9.0",
"eslint-plugin-markdown": "^3.0.1",
"eslint-plugin-n": "^16.0.1",
"eslint-plugin-n": "^16.0.2",
"eslint-plugin-promise": "^6.1.1",
"eslint-plugin-unicorn": "^48.0.1",
"eslint-plugin-yml": "^1.8.0",
Expand All @@ -33,7 +33,7 @@
"access": "public"
},
"devDependencies": {
"eslint": "^8.47.0",
"typescript": "^5.1.6"
"eslint": "^8.48.0",
"typescript": "^5.2.2"
}
}
2 changes: 1 addition & 1 deletion packages/renovate-config/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,6 @@
"access": "public"
},
"devDependencies": {
"renovate": "^36.46.0"
"renovate": "^36.64.9"
}
}

0 comments on commit 70f1e9b

Please sign in to comment.