Skip to content

Commit

Permalink
Merge branch 'main' into renovate/textlint-tester-14.x
Browse files Browse the repository at this point in the history
  • Loading branch information
ibulog authored Mar 1, 2024
2 parents eb0a813 + e0531d6 commit 1c63f5a
Show file tree
Hide file tree
Showing 6 changed files with 418 additions and 388 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/PullRequestAndExportAirtable.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,6 @@ jobs:
run: yarn test

- name: craete pull request
uses: peter-evans/create-pull-request@v5
uses: peter-evans/create-pull-request@v6
with:
title: 'feat: Airtableの最新ルールを反映'
2 changes: 1 addition & 1 deletion .github/workflows/publishRelease.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ jobs:
git checkout main
git cherry-pick $NEW_TAG
- name: craete pull request
uses: peter-evans/create-pull-request@v5
uses: peter-evans/create-pull-request@v6
with:
title: "chore(release): ${{ env.NEW_TAG }}"
branch: "merge-release-${{ env.NEW_TAG }}"
2 changes: 1 addition & 1 deletion .github/workflows/startRelease.yml
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ jobs:
if: ${{ env.IS_PRERELEASE == 'true' }}
run: echo ISSUE_LABELS='release candidate, prerelease' >> $GITHUB_ENV
- name: create issue
uses: peter-evans/create-issue-from-file@v4
uses: peter-evans/create-issue-from-file@v5
with:
title: Release candidate
content-filepath: ${{ env.RESULT_PATH }}
Expand Down
2 changes: 1 addition & 1 deletion example/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"author": "",
"license": "MIT",
"dependencies": {
"textlint": "^13.4.1",
"textlint": "^14.0.3",
"textlint-rule-preset-smarthr": "file:.."
}
}
16 changes: 8 additions & 8 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,27 +28,27 @@
"export:airtable": "ts-node ./scripts/export-airtable-rules.ts"
},
"devDependencies": {
"@commitlint/cli": "^18.6.0",
"@commitlint/config-conventional": "^18.6.0",
"@textlint/types": "^13.4.1",
"@commitlint/cli": "^18.6.1",
"@commitlint/config-conventional": "^18.6.2",
"@textlint/types": "^14.0.3",
"@types/js-yaml": "^4.0.9",
"@types/node": "^16.18.79",
"airtable": "^0.12.2",
"dotenv": "^16.4.1",
"fs": "^0.0.1-security",
"husky": "^8.0.3",
"husky": "^9.0.11",
"js-yaml": "^4.1.0",
"prettier": "^3.2.5",
"standard-version": "^9.3.2",
"textlint-tester": "^14.0.3",
"textlint-scripts": "^13.4.1",
"textlint-scripts": "^14.0.3",
"ts-node": "^10.9.2",
"typescript": "^5.3.3",
"textlint": "^13.4.1"
"textlint": "^14.0.3"
},
"dependencies": {
"@textlint-rule/textlint-rule-no-unmatched-pair": "^2.0.2",
"@textlint/module-interop": "^13.4.1",
"@textlint/module-interop": "^14.0.3",
"textlint-rule-ja-hiragana-daimeishi": "^1.0.0",
"textlint-rule-ja-hiragana-hojodoushi": "^1.1.0",
"textlint-rule-ja-keishikimeishi": "^1.0.5",
Expand All @@ -69,7 +69,7 @@
"textlint-rule-no-doubled-joshi": "^5.1.0",
"textlint-rule-no-dropping-the-ra": "^3.0.0",
"textlint-rule-no-hankaku-kana": "^2.0.1",
"textlint-rule-no-mix-dearu-desumasu": "^5.0.0",
"textlint-rule-no-mix-dearu-desumasu": "^6.0.2",
"textlint-rule-no-mixed-zenkaku-and-hankaku-alphabet": "^1.0.1",
"textlint-rule-no-nfd": "^2.0.2",
"textlint-rule-prh": "^5.3.0",
Expand Down
Loading

0 comments on commit 1c63f5a

Please sign in to comment.