Skip to content

Commit

Permalink
Merge branch 'refs/heads/main' into HEAD
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Jun 12, 2023
2 parents 3b2fa9e + 54cd871 commit 288e7a0
Show file tree
Hide file tree
Showing 5 changed files with 156 additions and 317 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/publishRelease.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
fetch-depth: 0
- uses: actions/setup-node@v3
with:
node-version: 14
node-version: 16
registry-url: "https://registry.npmjs.org"
- name: git config
run: |
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/startRelease.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
fetch-depth: 0
- uses: actions/setup-node@v3
with:
node-version: 14
node-version: 16
- name: git config
run: |
git config user.email "41898282+github-actions[bot]@users.noreply.github.com"
Expand Down
4 changes: 2 additions & 2 deletions dict/prh-idiomatic-usage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -845,7 +845,7 @@ rules:
to: ポリシー
- expected: マスターデータ
pattern:
- /(?<!部署|役職|]|カスタム|システム標準|SmartHR ?|ドメイン)マスタ(?!ー)(データ)?/
- /(?<!部署|役職|]|スキル|資格|研修|カスタム|システム標準|SmartHR ?|ドメイン)マスタ(?!ー)(データ)?/
prh: >-
マスターデータの総称は「マスターデータ」、総称以外は「◯◯マスター」と表記するhttps://smarthr.design/products/contents/idiomatic-usage/usage/
specs:
Expand Down Expand Up @@ -1349,7 +1349,7 @@ rules:
to: 並び順
- expected: マスターデータ
pattern:
- /(?<!部署|役職|]|カスタム|システム標準|SmartHR ?|ドメイン)マスター(?!データ)/
- /(?<!部署|役職|]|スキル|資格|研修|カスタム|システム標準|SmartHR ?|ドメイン)マスター(?!データ)/
prh: >-
マスターデータの総称は「マスターデータ」、総称以外は「◯◯マスター」と表記するhttps://smarthr.design/products/contents/idiomatic-usage/usage/
specs:
Expand Down
17 changes: 9 additions & 8 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,13 +28,13 @@
"export:airtable": "ts-node ./scripts/export-airtable-rules.ts"
},
"devDependencies": {
"@commitlint/cli": "^17.6.3",
"@commitlint/config-conventional": "^17.6.3",
"@commitlint/cli": "^17.6.5",
"@commitlint/config-conventional": "^17.6.5",
"@textlint/types": "^13.3.2",
"@types/js-yaml": "^4.0.5",
"@types/node": "^16.18.30",
"airtable": "^0.11.6",
"dotenv": "^16.0.3",
"@types/node": "^16.18.35",
"airtable": "^0.12.1",
"dotenv": "^16.1.4",
"fs": "^0.0.1-security",
"husky": "^8.0.3",
"js-yaml": "^4.1.0",
Expand All @@ -43,7 +43,8 @@
"textlint-tester": "^13.3.2",
"textlint-scripts": "^13.3.2",
"ts-node": "^10.9.1",
"typescript": "^5.0.4"
"typescript": "^5.1.3",
"textlint": "^13.3.2"
},
"dependencies": {
"@textlint-rule/textlint-rule-no-unmatched-pair": "^1.0.9",
Expand All @@ -67,10 +68,10 @@
"textlint-rule-no-doubled-conjunctive-particle-ga": "^2.0.5",
"textlint-rule-no-doubled-joshi": "^4.0.3",
"textlint-rule-no-dropping-the-ra": "^3.0.0",
"textlint-rule-no-hankaku-kana": "^2.0.0",
"textlint-rule-no-hankaku-kana": "^2.0.1",
"textlint-rule-no-mix-dearu-desumasu": "^5.0.0",
"textlint-rule-no-mixed-zenkaku-and-hankaku-alphabet": "^1.0.1",
"textlint-rule-no-nfd": "^2.0.1",
"textlint-rule-no-nfd": "^2.0.2",
"textlint-rule-prh": "^5.3.0",
"textlint-rule-sentence-length": "^4.0.2"
},
Expand Down
Loading

0 comments on commit 288e7a0

Please sign in to comment.