Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

🎉 Turborepo で再構成 #23

Merged
merged 3 commits into from
Jan 7, 2024
Merged

🎉 Turborepo で再構成 #23

merged 3 commits into from
Jan 7, 2024

Conversation

tatsutakein
Copy link
Member

@tatsutakein tatsutakein commented Jan 7, 2024

Issue

  • close #ISSUE_NUMBER 🦕

概要

Turborepo で再構成します.

レビュー観点

特になし

レビューレベル

  • Lv0: まったく見ないで Approve する
  • Lv1: ぱっとみて違和感がないかチェックして Approve する
  • Lv2: 仕様レベルまで理解して、仕様通りに動くかある程度検証して Approve する
  • Lv3: 実際に環境で動作確認したうえで Approve する

レビュー優先度

  • すぐに見てもらいたい ( hotfix など ) 🚀
  • 今日中に見てもらいたい 🚗
  • 今日〜明日中で見てもらいたい 🚶
  • 数日以内で見てもらいたい 🐢

参考リンク

スクリーンショット

Before After

Summary by CodeRabbit

  • 新機能
    • アプリに検索機能を追加しました。

@tatsutakein tatsutakein requested a review from a team as a code owner January 7, 2024 11:02
Copy link

coderabbitai bot commented Jan 7, 2024

Walkthrough

この変更は、TypeScript、Next.js、React、内部ライブラリのためのESLint設定の導入、GitHub Actionsワークフローの設定、.gitignoreファイルの整理、.npmrcでの自動的なピア依存性のインストールとパッケージバージョンの厳密な保存、bunツールのバージョン更新、そしてプロジェクト構造の変更と新しいパッケージの追加を含む、"NITO"プロジェクトのTurborepoスターターへの変換を行っています。

Changes

ファイルパス 変更内容
.eslintrc.cjs
.../eslint-config/README.md
.../eslint-config/library.js
.../eslint-config/next.js
.../eslint-config/react-internal.js
TypeScript、Next.js、React用のESLint設定を追加し、TypeScriptパスの解決設定、グローバル変数の定義、環境指定、特定パターンの無視を含む。eslint:recommendedprettiereslint-config-turboを拡張。
.github/workflows/... GitHub Actionsのワークフローを導入し、チェック、フロントエンドとドキュメントのビルド、ジョブ定義の変更、実行環境の設定、アウトプットとステップの修正を含む。
.gitignore
.npmrc
.tool-versions
.gitignoreで無視ファイルとディレクトリを再編成、.npmrcでピア依存性の自動インストールと厳密なパッケージバージョンの保存を導入、bunツールのバージョン1.0.21を追加。
README.md
apps/frontend/...
"NITO"プロジェクトをTurborepoスターターに変換し、プロジェクト構造を更新、新しいパッケージとアプリを追加、ビルドと開発コマンドを変更、Turborepo機能の使用方法を提供、apps/frontend/.gitignoreにバージョン管理から除外するパターンを指定、apps/frontend/src/pages/privacy.astroからCardコンポーネントのインポートを削除。

🐇✨
コードの森を跳ねるラビット🐰💻
新しい設定、ツールが光る
Turborepoで、さあ、始めよう
変更を祝って、耳を立てよう

Thank you for using CodeRabbit. We offer it for free to the OSS community and would appreciate your support in helping us grow. If you find it useful, would you consider giving us a shout-out on your favorite social media?

Share

Tips

Chat

There are 3 ways to chat with CodeRabbit:

  • Review comments: Directly reply to a review comment made by CodeRabbit. Example:
    • I pushed a fix in commit <commit_id>.
    • Generate unit-tests for this file.
  • Files and specific lines of code (under the "Files changed" tab): Tag @coderabbitai in a new review comment at the desired location with your query. Examples:
    • @coderabbitai generate unit tests for this file.
    • @coderabbitai modularize this function.
  • PR comments: Tag @coderabbitai in a new PR comment to ask questions about the PR branch. For the best results, please provide a very specific query, as very limited context is provided in this mode. Examples:
    • @coderabbitai generate interesting stats about this repository from git and render them as a table.
    • @coderabbitai show all the console.log statements in this repository.
    • @coderabbitai read src/utils.ts and generate unit tests.
    • @coderabbitai read the files in the src/scheduler package and generate a class diagram using mermaid and a README in the markdown format.

Note: Be mindful of the bot's finite context window. It's strongly recommended to break down tasks such as reading entire modules into smaller chunks. For a focused discussion, use review comments to chat about specific files and their changes, instead of using the PR comments.

CodeRabbit Commands (invoked as PR comments)

  • @coderabbitai pause to pause the reviews on a PR.
  • @coderabbitai resume to resume the paused reviews.
  • @coderabbitai review to trigger a review. This is useful when automatic reviews are disabled for the repository.
  • @coderabbitai resolve resolve all the CodeRabbit review comments.
  • @coderabbitai help to get help.

Additionally, you can add @coderabbitai ignore anywhere in the PR description to prevent this PR from being reviewed.

CodeRabbit Configration File (.coderabbit.yaml)

  • You can programmatically configure CodeRabbit by adding a .coderabbit.yaml file to the root of your repository.
  • The JSON schema for the configuration file is available here.
  • If your editor has YAML language server enabled, you can add the path at the top of this file to enable auto-completion and validation: # yaml-language-server: $schema=https://coderabbit.ai/integrations/coderabbit-overrides.v2.json

CodeRabbit Discord Community

Join our Discord Community to get help, request features, and share feedback.

Copy link
Contributor

@nito-bot nito-bot bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Device URL
mobile https://2b377386.nito.pages.dev

Not what you expected? Are your scores flaky? GitHub runners could be the cause.
Try running on Foo instead

Copy link

@coderabbitai coderabbitai bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Review Status

Actionable comments generated: 0

Configuration used: CodeRabbit UI

Commits Files that changed from the base of the PR and between e846cc4 and 99262fc.
Files ignored due to filter (15)
  • apps/frontend/package.json
  • apps/frontend/public/favicon.svg
  • apps/frontend/public/images/app-store-badge.svg
  • apps/frontend/public/images/google-play-badge.png
  • apps/frontend/public/images/hero.svg
  • apps/frontend/tsconfig.json
  • icon.png
  • package.json
  • packages/eslint-config/package.json
  • packages/typescript-config/base.json
  • packages/typescript-config/nextjs.json
  • packages/typescript-config/package.json
  • packages/typescript-config/react-library.json
  • tsconfig.json
  • turbo.json
Files selected for processing (16)
  • .eslintrc.cjs (1 hunks)
  • .github/workflows/checks.yml (1 hunks)
  • .github/workflows/development.yml (1 hunks)
  • .github/workflows/preview.yml (1 hunks)
  • .github/workflows/production.yml (1 hunks)
  • .gitignore (2 hunks)
  • .npmrc (1 hunks)
  • .tool-versions (1 hunks)
  • README.md (1 hunks)
  • apps/frontend/.gitignore (1 hunks)
  • apps/frontend/README.md (1 hunks)
  • apps/frontend/src/pages/privacy.astro (1 hunks)
  • packages/eslint-config/README.md (1 hunks)
  • packages/eslint-config/library.js (1 hunks)
  • packages/eslint-config/next.js (1 hunks)
  • packages/eslint-config/react-internal.js (1 hunks)
Files skipped from review due to trivial changes (5)
  • .gitignore
  • .tool-versions
  • apps/frontend/.gitignore
  • apps/frontend/README.md
  • packages/eslint-config/README.md
Additional comments: 8
.npmrc (1)
  • 1-2: 設定の変更を確認しました。auto-install-peers=true はピア依存関係を自動的にインストールするため、必要な依存関係が存在することを保証します。save-exact=truepackage.json にパッケージの正確なバージョンを保存するため、再現性を高め、マイナーアップデートによる予期しない問題を避けることができます。これらの設定はパッケージ管理のベストプラクティスに沿っているため、変更を承認します。
.eslintrc.cjs (1)
  • 4-9: .eslintrc.cjs ファイルの設定を確認しました。ignorePatterns により apps/**packages/** ディレクトリが無視されています。これは特定の領域のリントを避ける意図的な設定かもしれませんが、重要なコードのリントを誤ってスキップする可能性もあります。この設定が意図的であり、重要なコードをリントから除外していないことを確認してください。
packages/eslint-config/library.js (1)
  • 7-8: library.js ファイルの ESLint 設定を確認しました。pluginsonly-warn が含まれており、すべてのルール違反をエラーではなく警告として扱います。これは開発中の一時的な措置かもしれませんが、CI/CD パイプラインを通過するコードに潜在的な問題がある可能性を許容するため、本番環境には適していないかもしれません。この設定がプロジェクトのワークフローにとって意図的で適切であることを確認してください。
packages/eslint-config/next.js (1)
  • 7-20: next.js ファイルの ESLint 設定を確認しました。extends には eslint:recommended, prettier, @vercel/style-guide/eslint/next, および eslint-config-turbo が含まれており、これらは Next.js アプリケーションに推奨される標準的な設定です。env 設定には node: truebrowser: true の両方が含まれており、サーバーとクライアントの両方でコードを実行する Next.js 環境に適しています。これらの変更は Next.js アプリケーションのベストプラクティスに沿っているため、承認します。
packages/eslint-config/react-internal.js (1)
  • 17-25: react-internal.js ファイルの ESLint 設定を確認しました。extends には eslint:recommended, prettier, および eslint-config-turbo が含まれており、これらは内部 React ライブラリに推奨される標準的な設定です。env 設定には browser: true が含まれており、ブラウザで実行されることを意図した React ライブラリに適しています。これらの変更は内部 React ライブラリのベストプラクティスに沿っているため、承認します。
.github/workflows/checks.yml (1)
  • 1-75: checks.yml ファイルの GitHub Actions ワークフローを確認しました。concurrency 設定は、新しいジョブがトリガーされた場合に進行中のジョブをキャンセルするように設定されており、リソースを節約するための良い実践です。changed ジョブは paths-filter アクションを使用して frontend または docs ディレクトリに変更があるかどうかを判断し、条件付きジョブ実行に効率的です。frontend および docs ジョブは changed ジョブの出力に基づいて条件付きであり、不要な実行を避けるための良い実践です。これらのジョブには、環境のセットアップ、依存関係のインストール、ビルド、テストの実行といった標準的な CI/CD の実践が含まれています。これらの変更は GitHub Actions ワークフローのベストプラクティスに沿っているため、承認します。
README.md (1)
  • 1-81: README.md ファイルのドキュメントを確認しました。新しいプロジェクト構造を反映し、Turborepo 機能の使用方法についての指示が更新されています。アプリとパッケージのビルドおよび開発方法についての明確な指示が提供されており、新しいコントリビューターにとって役立ちます。プロジェクトのための明確で更新された指示を提供しているため、変更を承認します。
.github/workflows/production.yml (1)
  • 6-132: > Note: This review was outside the patches, so it was mapped to the patch with the greatest overlap. Original lines [1-130]

production.yml ファイルの GitHub Actions ワークフローを確認しました。concurrency 設定は、新しいジョブがトリガーされた場合に進行中のジョブをキャンセルするように設定されており、リソースを節約するための良い実践です。changed ジョブは paths-filter アクションを使用して frontend または docs ディレクトリに変更があるかどうかを判断し、条件付きジョブ実行に効率的です。frontend および docs ジョブは changed ジョブの出力に基づいて条件付きであり、不要な実行を避けるための良い実践です。これらのジョブには、環境のセットアップ、依存関係のインストール、ビルド、Cloudflare Pages への公開といった標準的な CI/CD の実践が含まれています。これらの変更は本番環境へのデプロイメントのための GitHub Actions ワークフローのベストプラクティスに沿っているため、承認します。

Copy link
Contributor

@nito-bot nito-bot bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Device URL
mobile https://31876d66.nito.pages.dev

Not what you expected? Are your scores flaky? GitHub runners could be the cause.
Try running on Foo instead

Copy link

@coderabbitai coderabbitai bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Review Status

Actionable comments generated: 0

Configuration used: CodeRabbit UI

Commits Files that changed from the base of the PR and between 99262fc and b9b1ee2.
Files selected for processing (4)
  • .github/workflows/checks.yml (1 hunks)
  • .github/workflows/development.yml (1 hunks)
  • .github/workflows/preview.yml (1 hunks)
  • .github/workflows/production.yml (1 hunks)
Files skipped from review as they are similar to previous changes (2)
  • .github/workflows/checks.yml
  • .github/workflows/production.yml
Additional comments: 6
.github/workflows/development.yml (3)
  • 10-10: concurrency グループ名が development-${{ github.ref }} に変更されました。これにより、同じリファレンスに対するワークフローの同時実行がキャンセルされるようになります。変更は適切に見えます。

  • 14-39: 新しい changed ジョブが追加され、特定のステップと出力が設定されています。paths-filter アクションを使用して変更されたパスをフィルタリングし、frontenddocs のビルドが必要かどうかを判断しています。この変更は Turborepo の構造に合わせて効率的なビルドを実現するためのものです。

  • 41-84: frontend ジョブには、新しい条件とステップが追加されています。特に、runs-onubuntu-22.04 に更新され、setup-bun のバージョンが v1.1.1 に指定されています。また、bun installbun run build のコマンドに --filter=frontend オプションが追加され、cloudflare/pages-action のバージョンが v1.5.0 に更新されています。これらの変更は、新しいビルドシステムに適応するためのものであり、適切に見えます。

.github/workflows/preview.yml (3)
  • 9-9: concurrency グループ名が preview-${{ github.ref }} に変更されました。これにより、プルリクエストのプレビュー環境に対するワークフローの同時実行がキャンセルされるようになります。変更は適切に見えます。

  • 13-38: changed ジョブが新たに追加され、パスの変更をフィルタリングするステップと、frontenddocs のビルドが必要かどうかを出力するステップが含まれています。この変更は、効率的なビルドプロセスをサポートするためのものであり、適切に見えます。

  • 40-84: frontend ジョブには、新しい条件とステップが追加されています。特に、runs-onubuntu-22.04 に更新され、setup-bun のバージョンが v1.1.1 に指定されています。また、bun installbun run build のコマンドに --filter=frontend オプションが追加され、cloudflare/pages-action のバージョンが v1.5.0 に更新されています。これらの変更は、新しいビルドシステムに適応するためのものであり、適切に見えます。

@tatsutakein tatsutakein merged commit 7018d0e into main Jan 7, 2024
7 checks passed
@tatsutakein tatsutakein deleted the rt/turborepo branch January 7, 2024 11:23
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant