stefafafan
stefafafan
Regarding Node.js, Renovate updates the version up to the latest LTS (e.g. currently the latest is 16.18.0, so if you have v12, the updates will be v14, v16, and stop)....
**Is your feature request related to a problem? Please describe.** I am working at a Japanese company, and want to use this integration to filter notifications with a specific Japanese...
This following portion of the documentation is incorrect, [strictNullChecks](https://www.typescriptlang.org/tsconfig/#strictNullChecks) does not have to do with the `"not all code paths return a value"` check, it is [noImplicitReturns](https://www.typescriptlang.org/tsconfig/#noImplicitReturns) that checks this....
> [!TIP] > 実装にあたって https://github.com/jdkfx/phpdoc を参考にさせていただきました :tada: ありがとうございます 🙏🏻 ## 解決したい課題 - https://github.com/php/doc-ja/issues/150 の翻訳作業のハードルを下げたい - ちょっとした編集をコミットした後に意図通り反映されているかの確認を楽にしたい ## 実施したこと - Pull Requestが開かれた際に、環境をビルドしGitHubのArtifactsにアップロードし、その結果をGitHub Pagesにデプロイするようにした - ArtifactsのRetention Periodは7日にしているので、ずっと溜まり続けることはないと思います https://github.com/php/doc-ja/blob/d0fbafcfdb5bd73081c6a390dcf6532cf3256c6d/.github/workflows/branch-preview.yaml#L61 - その上で、デプロイされたURLをPull Requestにコメントするようにした 以下のコメントが実際に私のfork上で投稿されたコメント(https://github.com/stefafafan/php-doc-ja/pull/1#issuecomment-2495985600)...