Releases: increments/qiita-cli
Releases · increments/qiita-cli
v1.6.2
What's Changed
- Fix typo in README.md by @getty104 in #222
- Fix variables colors by @makoto-ogata in #236
- Qiita CLIで色の変数が当たっておらず、表示くずれが起こっていたのを修正しました
- Add node version for test matrix by @atm-snag2 in #237
- Update Qiita CLI 1.6.2 by @makoto-ogata in #238
Dependency updates
- Bump micromatch from 4.0.7 to 4.0.8 by @dependabot in #182
- Bump boxen from 7.1.1 to 8.0.1 by @dependabot in #171
- Bump typescript from 5.5.3 to 5.6.3 by @dependabot in #193
- Bump ts-jest from 29.1.5 to 29.2.5 by @dependabot in #178
- Bump react-router-dom from 6.25.1 to 6.27.0 by @dependabot in #195
- Bump react and @types/react by @dependabot in #194
- Bump @typescript-eslint/eslint-plugin from 6.21.0 to 7.0.0 by @dependabot in #130
- Bump husky from 9.0.11 to 9.1.7 by @dependabot in #199
- Bump express from 4.21.0 to 4.21.2 by @dependabot in #202
- Bump prettier from 3.3.3 to 3.4.2 by @dependabot in #203
- Bump typescript from 5.6.3 to 5.7.2 by @dependabot in #204
- Bump @types/jest from 29.5.12 to 29.5.14 by @dependabot in #198
- Bump debug from 4.3.5 to 4.4.0 by @dependabot in #201
- Bump @types/express from 4.17.21 to 5.0.0 by @dependabot in #208
- Bump html-webpack-plugin from 5.6.0 to 5.6.3 by @dependabot in #211
- Bump webpack-cli from 5.1.4 to 6.0.1 by @dependabot in #210
- Bump @types/node from 20.14.10 to 22.13.0 by @dependabot in #217
- Bump ts-loader from 9.5.1 to 9.5.2 by @dependabot in #214
- Bump lint-staged from 15.2.7 to 15.4.3 by @dependabot in #216
- Bump dotenv from 16.4.5 to 16.4.7 by @dependabot in #221
- Bump serialize-javascript from 6.0.1 to 6.0.2 by @dependabot in #223
- Bump webpack from 5.95.0 to 5.98.0 by @dependabot in #225
- Bump @types/node from 22.13.0 to 22.13.10 by @dependabot in #232
- Bump chokidar from 3.6.0 to 4.0.3 by @dependabot in #234
- Bump eslint-plugin-react-hooks from 4.6.2 to 5.2.0 by @dependabot in #228
- Bump lint-staged from 15.4.3 to 15.5.0 by @dependabot in #233
- Bump @emotion/react from 11.13.0 to 11.14.0 by @dependabot in #231
Full Changelog: v1.6.1...v1.6.2
v1.6.1
v1.6.0
What's Changed
- Add sentences for requesting star and posting articles by @kaitokimuraofficial in #174
- Update README.md qiita search link by @getty104 in #180
- Update readme before use by @DeguchiHiroki in #181
- Fix husky setting by @ohakutsu in #175
- Update workflow to enable to customize commit message by @C-Naoki in #187
- GitHub で記事を管理する際に、自動でコミットされるコミットのメッセージを設定できるようになりました。
- initコマンドで生成されたGitHub Actionsのワークフローファイルを以下のように変更することで、任意のコミットメッセージを設定できます。
- uses: increments/qiita-cli/actions/publish@v1
with:
qiita-token: ${{ secrets.QIITA_TOKEN }}
root: "."
+ commit-message: "任意のコミットメッセージを設定"
Dependency updates
- Bump eslint-plugin-react from 7.34.3 to 7.35.0 by @dependabot in #177
- Bump webpack from 5.91.0 to 5.95.0 by @dependabot in #186
New Contributors
- @kaitokimuraofficial made their first contribution in #174
- @DeguchiHiroki made their first contribution in #181
- @C-Naoki made their first contribution in #187
- @P-SiZK made their first contribution in #188
Full Changelog: v1.5.0...v1.6.0
v1.5.0
What's Changed
- Drop support for Node.js <18.18.0 by @kimkim0814 in #172
- Qiita CLIを利用するには、Node.js v18.18.0以上が必要になりました
- Release v1.5.0 by @ohakutsu in #176
Full Changelog: v1.4.4...v1.5.0
v1.4.4
依存パッケージの更新のみで変更はありません。
Dependency updates
- Bump prettier from 3.3.1 to 3.3.3 by @dependabot in #164
- Bump typescript from 5.4.3 to 5.5.3 by @dependabot in #168
- Bump react-router-dom from 6.23.1 to 6.25.1 by @dependabot in #167
- Bump @emotion/react from 11.11.4 to 11.13.0 by @dependabot in #169
Misc
Full Changelog: v1.4.3...v1.4.4
v1.4.3
What's Changed
- Fix issue that appearance of preview differs between Qiita and Qiita CLI by @ohakutsu in #162
- QiitaとQiita CLIでのプレビューの見た目が異なる場合がある問題を修正しました
- Release v1.4.3 by @ohakutsu in #166
Dependency updates
- Bump ws from 8.17.0 to 8.17.1 by @dependabot in #157
- Bump eslint-plugin-react from 7.34.1 to 7.34.3 by @dependabot in #158
- Bump ts-jest from 29.1.2 to 29.1.5 by @dependabot in #156
- Bump braces from 3.0.2 to 3.0.3 by @dependabot in #154
- Bump @types/node from 20.12.8 to 20.14.10 by @dependabot in #161
- Bump lint-staged from 15.2.2 to 15.2.7 by @dependabot in #155
Full Changelog: v1.4.2...v1.4.3
v1.4.2
What's Changed
- Fix error message for forbidden error by @wataru86 in #149
publish
コマンドのエラーメッセージを修正しました。
- Release v1.4.2 by @wataru86 in #153
Dependency updates
- Bump @types/react-dom from 18.2.19 to 18.2.25 by @dependabot in #133
- Bump @types/node from 18.16.18 to 20.12.8 by @dependabot in #141
- Bump react-router-dom from 6.15.0 to 6.23.1 by @dependabot in #144
- Bump eslint-plugin-react-hooks from 4.6.0 to 4.6.2 by @dependabot in #142
- Bump ws from 8.16.0 to 8.17.0 by @dependabot in #143
- Bump debug from 4.3.4 to 4.3.5 by @dependabot in #147
- Bump prettier from 3.2.5 to 3.3.1 by @dependabot in #148
New Contributors
Full Changelog: v1.4.1...v1.4.2
v1.4.1
依存パッケージの更新のみで変更はありません。
Dependency updates
- Bump @typescript-eslint/parser from 6.3.0 to 6.19.1 by @dependabot in #103
- Bump lint-staged from 13.2.3 to 15.2.0 by @dependabot in #91
- Bump typescript from 4.9.5 to 5.3.3 by @dependabot in #99
- Bump @types/react from 18.2.24 to 18.2.53 by @dependabot in #104
- Bump open from 9.1.0 to 10.0.3 by @dependabot in #98
- Bump husky from 8.0.3 to 9.0.10 by @dependabot in #105
- Bump ts-jest from 29.1.1 to 29.1.2 by @dependabot in #106
- Bump @types/react-dom from 18.2.18 to 18.2.19 by @dependabot in #109
- Bump ws from 8.15.1 to 8.16.0 by @dependabot in #112
- Bump lint-staged from 15.2.0 to 15.2.2 by @dependabot in #107
- Bump classnames from 2.3.2 to 2.5.1 by @dependabot in #110
- Bump jest and @types/jest by @dependabot in #113
- Bump @types/react from 18.2.53 to 18.2.65 by @dependabot in #117
- Bump @typescript-eslint/eslint-plugin from 6.5.0 to 6.21.0 by @dependabot in #108
- Bump eslint-plugin-react from 7.33.2 to 7.34.1 by @dependabot in #118
- Bump eslint from 8.44.0 to 8.57.0 by @dependabot in #115
- Bump open from 10.0.3 to 10.1.0 by @dependabot in #120
- Bump express from 4.18.2 to 4.19.1 by @dependabot in #121
- Bump typescript from 5.3.3 to 5.4.3 by @dependabot in #124
- Bump express from 4.19.1 to 4.19.2 by @dependabot in #126
- Bump @types/react from 18.2.65 to 18.2.69 by @dependabot in #123
- Bump @types/react from 18.2.69 to 18.2.73 by @dependabot in #128
- Bump prettier from 3.0.3 to 3.2.5 by @dependabot in #122
- Bump webpack from 5.89.0 to 5.91.0 by @dependabot in #125
- Bump @emotion/react from 11.11.3 to 11.11.4 by @dependabot in #127
- Bump husky from 9.0.10 to 9.0.11 by @dependabot in #131
- Bump dotenv from 16.3.1 to 16.4.5 by @dependabot in #135
Misc
v1.4.0
What's Changed
- Update from node18.0.0 to 18.12.0 by @acronhub in #97
- Node.jsの最低バージョンを
18.12.0
以上に変更しました
- Node.jsの最低バージョンを
- Release v1.4.0 by @acronhub in #102
Dependency updates
- Bump @types/react-dom from 18.2.8 to 18.2.18 by @dependabot in #86
- Bump html-webpack-plugin from 5.5.3 to 5.6.0 by @dependabot in #90
- Bump @emotion/react from 11.10.6 to 11.11.3 by @dependabot in #92
Full Changelog: v1.3.1...v1.4.0
v1.3.1
What's Changed
- Fix command line argument typo by @ohakutsu in #74
- README内のコマンド引数のタイプミスを修正しました
- Add readme with faq by @acronhub in #87
- READMEによくある質問についてを追加しました
- Release v1.3.1 by @acronhub in #89
Dependency updates
- Bump prettier from 2.8.4 to 3.0.3 by @dependabot in #62
- Bump ws and @types/ws by @dependabot in #68
- Bump react-router-dom from 6.14.1 to 6.15.0 by @dependabot in #61
- Bump @babel/traverse from 7.21.2 to 7.23.3 by @dependabot in #79
- Bump actions/setup-node from 3 to 4 by @dependabot in #77
- Bump actions/setup-node from 3 to 4 in /actions/publish by @dependabot in #76
- Bump ts-loader from 9.4.4 to 9.5.1 by @dependabot in #81
- Bump eslint-plugin-react from 7.32.2 to 7.33.2 by @dependabot in #80
- Bump @types/express from 4.17.17 to 4.17.21 by @dependabot in #82
- Bump webpack and @types/webpack by @dependabot in #88
- Bump @types/debug from 4.1.8 to 4.1.12 by @dependabot in #85
- Bump ws and @types/ws by @dependabot in #84
Full Changelog: v1.3.0...v1.3.1