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

create-vueのテンプレートの更新を反映する #1082

Open
KentaHizume opened this issue Apr 12, 2024 · 3 comments
Open

create-vueのテンプレートの更新を反映する #1082

KentaHizume opened this issue Apr 12, 2024 · 3 comments
Assignees
Labels
target: ガイド/AP開発手順 ドキュメントのガイド/アプリケーション開発手順に関係がある target: Dressca サンプルアプリケーションDresscaに関係がある 定期的な確認が必要 他のサービスの不具合亜解消待ちなど、定期的な情報のアップデートが必要である

Comments

@KentaHizume
Copy link
Contributor

KentaHizume commented Apr 12, 2024

2024/12/19 の調査

v3.11.x、v3.12.xがリリースされ、v3.12.2 が最新。
v3.11.0でESLint 9系に対応、v3.12.2でVite 6系に依存関係を更新しているので、
最新版に追従するためにはESLint、Vite6への対応が必要。

2024/07/11 の調査

v3.10.3、v3.10.4 がリリース。

2024/06/06 の調査

最新バージョンのリリースが2024-03-19 (v3.10.2)で、既に対応済みのため、今回は対応なし。
issueを確認したところ、ESLint 9のflat configに対する対応が進行している様子。

2024/04/12 の調査(起票時)

概要

create-vueで作成されるVue.jsプロジェクトのテンプレートは定期的にアップデートされるので、
サンプルAPおよびドキュメントと乖離が大きくならないように確認・反映を行う。

詳細 / 機能詳細(オプション)

https://github.com/vuejs/create-vue

定期的にやること

  • create-vueのリリースノートを確認する

https://github.com/vuejs/create-vue/releases

  • まっさらな環境でnpm create vue@latestを実行し、サンプルAPと比較する
  • 出力される文言等が変わる場合があるので、変わっていたらドキュメントに反映すること

https://maris.alesinfiny.org/guidebooks/how-to-develop/vue-js/create-vuejs-blank-project/

  • 変更点があれば、issueを作成してソースコードとドキュメントを修正する
@KentaHizume KentaHizume added ドキュメント改善 target: Dressca サンプルアプリケーションDresscaに関係がある target: ガイド/AP開発手順 ドキュメントのガイド/アプリケーション開発手順に関係がある 定期的な確認が必要 他のサービスの不具合亜解消待ちなど、定期的な情報のアップデートが必要である labels Apr 12, 2024
@KentaHizume
Copy link
Contributor Author

@fkoyama
Copy link
Contributor

fkoyama commented Jul 16, 2024

以下のPRで対応
#1466

@KentaHizume
Copy link
Contributor Author

デフォルトで生成される型チェックのスクリプト名が、
typecheck⇒type-checkに変更されていたことに気付いた。
Dresscaについては対応済みだが、AzureADB2Cについては対応が必要。

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
target: ガイド/AP開発手順 ドキュメントのガイド/アプリケーション開発手順に関係がある target: Dressca サンプルアプリケーションDresscaに関係がある 定期的な確認が必要 他のサービスの不具合亜解消待ちなど、定期的な情報のアップデートが必要である
Projects
None yet
Development

No branches or pull requests

3 participants