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

Dressca の npmパッケージについて、メジャー・マイナーバージョンのアップデートを実施 #1816

Merged

Conversation

KentaHizume
Copy link
Contributor

@KentaHizume KentaHizume commented Jan 9, 2025

この Pull request で実施したこと

パッケージのアップデートを行い、下記の通り動作確認をしました。

確認内容

  • CIで実行するnpmスクリプトをローカルで実行し、問題ないことを確認しました。
  • Consumerをdevモードで起動し、アイムをかごに追加して注文できることを確認しました。
  • Adminをdevモードで起動し、アイテムの閲覧・追加・削除・更新ができることを確認しました。
  • 残りのアップデート可能なパッケージが、すべてアップデートの見送り対象であることを確認しました。

この Pull request では実施していないこと

なし

Issues や Discussions 、関連する Web サイトなどへのリンク

下記のパッチバージョンのアップデート完了を前提としています。

アップデート見送り

アップデートの見送り対象および理由については下記を確認ください。
#1727 (comment)

破壊的変更

vue-i18n、@vue/tsconfig、jsdomについて破壊的変更がありしたが、影響ありませんでした。
#1727 (comment)

@KentaHizume KentaHizume self-assigned this Jan 9, 2025
@KentaHizume KentaHizume added npm npmパッケージの更新 target: Dressca サンプルアプリケーションDresscaに関係がある target: Azure AD B2C Auth Azure AD B2C認証の要件別サンプル(コード)に関係がある labels Jan 9, 2025
@KentaHizume KentaHizume added this to the v1.0.0 milestone Jan 9, 2025
@KentaHizume KentaHizume linked an issue Jan 9, 2025 that may be closed by this pull request
2 tasks
@KentaHizume
Copy link
Contributor Author

KentaHizume commented Jan 9, 2025

ncuコマンドの確認結果

  • 2024/1/9 20:24時点

Consumer

$ ncu
Checking samples\web-csr\dressca-frontend\consumer\package.json
[====================] 41/41 100%

 @vue/eslint-config-prettier     ^9.0.0  →  ^10.1.0
 @vue/eslint-config-typescript  ^13.0.0  →  ^14.2.0
 eslint                         ^8.57.0  →  ^9.17.0
 eslint-plugin-cypress           ^3.4.0  →   ^4.1.0
 typescript                       5.3.3  →    5.7.3
 vite                            ^5.4.8  →   ^6.0.7

Admin

$ ncu
Checking samples\web-csr\dressca-frontend\admin\package.json
[====================] 42/42 100%

 @vue/eslint-config-prettier     ^9.0.0  →  ^10.1.0
 @vue/eslint-config-typescript  ^13.0.0  →  ^14.2.0
 eslint                         ^8.57.0  →  ^9.17.0
 eslint-plugin-cypress           ^3.4.0  →   ^4.1.0
 typescript                       5.3.3  →    5.7.3
 vite                            ^5.4.8  →   ^6.0.7

@tsuna-can-se tsuna-can-se merged commit 814db4a into main Jan 10, 2025
7 checks passed
@tsuna-can-se tsuna-can-se deleted the feature/(Dressca)npmパッケージのアップデート branch January 10, 2025 08:32
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
npm npmパッケージの更新 target: Azure AD B2C Auth Azure AD B2C認証の要件別サンプル(コード)に関係がある target: Dressca サンプルアプリケーションDresscaに関係がある
Projects
None yet
Development

Successfully merging this pull request may close these issues.

v1.0 リリース用に npm パッケージをアップデートする
2 participants