Skip to content

Commit

Permalink
Merge pull request #62 from kurone-kito/cumulative-updates
Browse files Browse the repository at this point in the history
Cumulative updates
  • Loading branch information
kurone-kito authored Jan 29, 2024
2 parents 847dff1 + 9655750 commit b6b8582
Show file tree
Hide file tree
Showing 17 changed files with 419 additions and 460 deletions.
6 changes: 5 additions & 1 deletion .gitattributes
Original file line number Diff line number Diff line change
@@ -1,2 +1,6 @@
/.husky export-ignore
/.yarn/** linguist-vendored

.github/** export-ignore
.gitattributes export-ignore
.husky/** export-ignore
reviewpad.yml export-ignore
2 changes: 0 additions & 2 deletions .husky/commit-msg
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,4 @@
# -*- mode: sh -*-
# vim: set ft=sh :

. "$(dirname "$0")/_/husky.sh"

yarn exec commitlint --edit "${1}"
2 changes: 0 additions & 2 deletions .husky/pre-commit
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,6 @@
# -*- mode: sh -*-
# vim: set ft=sh :

. "$(dirname "$0")/_/husky.sh"

if [ ! -e packages/prettier-config/.prettierrc.json ]; then
echo 'ERROR: Prettier config not found.' 1>&2
echo 'Please run "yarn install && yarn run build" in the project root directory before committing.' 1>&2
Expand Down
2 changes: 1 addition & 1 deletion .yarn/sdks/prettier/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "prettier",
"version": "3.1.1-sdk",
"version": "3.2.4-sdk",
"main": "./index.cjs",
"type": "commonjs",
"bin": "./bin/prettier.cjs"
Expand Down
22 changes: 11 additions & 11 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
"clean:root": "rimraf -g .eslintcache \"*.tgz\" \"*.tsbuildinfo\"",
"clean:sub": "yarn run sub run clean",
"commit": "aicommits -t conventional",
"postinstall": "husky install",
"postinstall": "husky",
"lint": "conc -m 1 \"yarn:lint:*:check\"",
"lint:cspell:check": "cspell lint --no-progress --show-suggestions -u \"./**/*\"",
"lint:eslint:check": "eslint --cache --cache-strategy=content -f codeframe \"./**/*\"",
Expand All @@ -46,23 +46,23 @@
},
"prettier": "@kurone-kito/prettier-config",
"devDependencies": {
"@commitlint/cli": "^18.4.3",
"@commitlint/config-conventional": "^18.4.3",
"@cspell/cspell-types": "^8.3.0",
"@cspell/eslint-plugin": "^8.3.0",
"@commitlint/cli": "^18.6.0",
"@commitlint/config-conventional": "^18.6.0",
"@cspell/cspell-types": "^8.3.2",
"@cspell/eslint-plugin": "^8.3.2",
"@kurone-kito/commitlint-config": "workspace:*",
"@kurone-kito/cspell-config": "workspace:*",
"@kurone-kito/eslint-config-base": "workspace:*",
"@kurone-kito/eslint-config-react": "workspace:*",
"@kurone-kito/lint-staged-config": "workspace:*",
"@kurone-kito/prettier-config": "workspace:*",
"@kurone-kito/typescript-config": "workspace:*",
"@typescript-eslint/eslint-plugin": "^6.16.0",
"@typescript-eslint/parser": "^6.16.0",
"@typescript-eslint/eslint-plugin": "^6.19.1",
"@typescript-eslint/parser": "^6.19.1",
"@yarnpkg/sdks": "^3.1.0",
"aicommits": "^1.11.0",
"concurrently": "^8.2.2",
"cspell": "^8.3.0",
"cspell": "^8.3.2",
"eslint": "^8.56.0",
"eslint-config-airbnb-typescript": "^17.1.0",
"eslint-config-prettier": "^9.1.0",
Expand All @@ -71,16 +71,16 @@
"eslint-import-resolver-typescript": "^3.6.1",
"eslint-plugin-editorconfig": "^4.0.3",
"eslint-plugin-import": "^2.29.1",
"eslint-plugin-jsdoc": "^46.10.1",
"eslint-plugin-jsdoc": "^48.0.4",
"eslint-plugin-json": "^3.1.0",
"eslint-plugin-lodash": "^7.4.0",
"eslint-plugin-markdown": "^3.0.1",
"eslint-plugin-node": "^11.1.0",
"eslint-plugin-react": "^7.33.2",
"eslint-plugin-yaml": "^0.5.0",
"husky": "^8.0.3",
"husky": "^9.0.6",
"lint-staged": "^15.2.0",
"prettier": "^3.1.1",
"prettier": "^3.2.4",
"rimraf": "^5.0.5",
"typescript": "~5.3.3",
"typescript-eslint-language-service": "^5.0.5"
Expand Down
2 changes: 1 addition & 1 deletion packages/commitlint-config/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
"prepack": "conc -m 1 \"yarn:clean\" \"yarn:build\""
},
"devDependencies": {
"@commitlint/config-conventional": "^18.4.3",
"@commitlint/config-conventional": "^18.6.0",
"concurrently": "^8.2.2",
"cpy-cli": "^5.0.0",
"js-yaml": "^4.1.0",
Expand Down
4 changes: 2 additions & 2 deletions packages/cspell-config/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,10 +41,10 @@
"prepack": "conc -m 1 \"yarn:clean\" \"yarn:build\""
},
"devDependencies": {
"@cspell/cspell-types": "^8.3.0",
"@cspell/cspell-types": "^8.3.2",
"concurrently": "^8.2.2",
"cpy-cli": "^5.0.0",
"cspell": "^8.3.0",
"cspell": "^8.3.2",
"js-yaml": "^4.1.0",
"rimraf": "^5.0.5"
},
Expand Down
10 changes: 5 additions & 5 deletions packages/eslint-config-base/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,10 +37,10 @@
},
"prettier": "@kurone-kito/prettier-config",
"devDependencies": {
"@cspell/eslint-plugin": "^8.3.0",
"@cspell/eslint-plugin": "^8.3.2",
"@kurone-kito/prettier-config": "workspace:*",
"@typescript-eslint/eslint-plugin": "^6.16.0",
"@typescript-eslint/parser": "^6.16.0",
"@typescript-eslint/eslint-plugin": "^6.19.1",
"@typescript-eslint/parser": "^6.19.1",
"concurrently": "^8.2.2",
"cpy-cli": "^5.0.0",
"eslint": "^8.56.0",
Expand All @@ -51,14 +51,14 @@
"eslint-import-resolver-typescript": "^3.6.1",
"eslint-plugin-editorconfig": "^4.0.3",
"eslint-plugin-import": "^2.29.1",
"eslint-plugin-jsdoc": "^46.10.1",
"eslint-plugin-jsdoc": "^48.0.4",
"eslint-plugin-json": "^3.1.0",
"eslint-plugin-lodash": "^7.4.0",
"eslint-plugin-markdown": "^3.0.1",
"eslint-plugin-node": "^11.1.0",
"eslint-plugin-yaml": "^0.5.0",
"js-yaml": "^4.1.0",
"prettier": "^3.1.1",
"prettier": "^3.2.4",
"rimraf": "^5.0.5",
"typescript": "~5.3.3"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/eslint-config-base/tsconfig.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
"extends": "../../tsconfig"
"extends": "../../tsconfig",
}
10 changes: 5 additions & 5 deletions packages/eslint-config-react/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,10 +41,10 @@
"@kurone-kito/eslint-config-base": "workspace:*"
},
"devDependencies": {
"@cspell/eslint-plugin": "^8.3.0",
"@cspell/eslint-plugin": "^8.3.2",
"@kurone-kito/prettier-config": "workspace:*",
"@typescript-eslint/eslint-plugin": "^6.16.0",
"@typescript-eslint/parser": "^6.16.0",
"@typescript-eslint/eslint-plugin": "^6.19.1",
"@typescript-eslint/parser": "^6.19.1",
"concurrently": "^8.2.2",
"cpy-cli": "^5.0.0",
"eslint": "^8.56.0",
Expand All @@ -55,7 +55,7 @@
"eslint-import-resolver-typescript": "^3.6.1",
"eslint-plugin-editorconfig": "^4.0.3",
"eslint-plugin-import": "^2.29.1",
"eslint-plugin-jsdoc": "^46.10.1",
"eslint-plugin-jsdoc": "^48.0.4",
"eslint-plugin-json": "^3.1.0",
"eslint-plugin-jsx-a11y": "^6.8.0",
"eslint-plugin-lodash": "^7.4.0",
Expand All @@ -66,7 +66,7 @@
"eslint-plugin-storybook": "^0.6.15",
"eslint-plugin-yaml": "^0.5.0",
"js-yaml": "^4.1.0",
"prettier": "^3.1.1",
"prettier": "^3.2.4",
"rimraf": "^5.0.5",
"typescript": "~5.3.3"
},
Expand Down
4 changes: 2 additions & 2 deletions packages/eslint-config-react/tsconfig.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"compilerOptions": {
"jsx": "react-jsx"
"jsx": "react-jsx",
},
"extends": "../../tsconfig"
"extends": "../../tsconfig",
}
2 changes: 1 addition & 1 deletion packages/lint-staged-config/lint-staged.config.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
'*':
- cspell lint --no-must-find-files --no-progress --show-suggestions -u
- eslint --cache --cache-strategy=content -f codeframe
- eslint --cache --cache-location node_modules/.cache/eslint/ --cache-strategy=content -f codeframe
- prettier --cache --log-level=warn -uw
2 changes: 1 addition & 1 deletion packages/prettier-config/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
"concurrently": "^8.2.2",
"cpy-cli": "^5.0.0",
"js-yaml": "^4.1.0",
"prettier": "^3.1.1",
"prettier": "^3.2.4",
"rimraf": "^5.0.5"
},
"peerDependencies": {
Expand Down
4 changes: 2 additions & 2 deletions packages/typescript-config/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,10 +34,10 @@
"prettier": "@kurone-kito/prettier-config",
"devDependencies": {
"@kurone-kito/prettier-config": "workspace:*",
"@typescript-eslint/parser": "^6.16.0",
"@typescript-eslint/parser": "^6.19.1",
"cpy-cli": "^5.0.0",
"eslint": "^8.56.0",
"prettier": "^3.1.1",
"prettier": "^3.2.4",
"typescript": "~5.3.3",
"typescript-eslint-language-service": "^5.0.5"
},
Expand Down
10 changes: 5 additions & 5 deletions packages/typescript-config/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,17 +24,17 @@
"noUnusedParameters": true,
"plugins": [
{
"name": "typescript-eslint-language-service"
}
"name": "typescript-eslint-language-service",
},
],
"preserveWatchOutput": true,
"resolveJsonModule": true,
"sourceMap": true,
"strict": true,
"stripInternal": true,
"target": "ES2022"
"target": "ES2022",
},
"typeAcquisition": {
"enable": true
}
"enable": true,
},
}
4 changes: 2 additions & 2 deletions tsconfig.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
{
"compilerOptions": {
"composite": true,
"noEmit": true
"noEmit": true,
},
"extends": "./packages/typescript-config/tsconfig",
"include": ["**/*", ".*.mjs"]
"include": ["**/*", ".*.mjs"],
}
Loading

0 comments on commit b6b8582

Please sign in to comment.