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)typescript@5.3.3にダウングレードしてlint時の警告を避ける #1467

Merged

Conversation

KentaHizume
Copy link
Contributor

この Pull request で実施したこと

typescript@5.4.5から、@5.3.3にダウングレードしました。

モチベーション

現在Maia/Marisのフロントエンドではtypescript@5.4.5を使用しています。
一方で、新たに導入した静的解析用のパッケージ
@vue/eslint-config-airbnb-with-typescriptは、typescript-eslintの6系に依存しています。
typescript-eslintは@7.2.0になるまでtypescript@5.4系に対応していないので、
lintの実行時に、typescriptがサポート対象外のバージョンである旨の警告が出力されるからです。

テスト観点

影響

npm run lint の実行時に、下記のような警告が出力されていないこと

SUPPORTED TYPESCRIPT VERSIONS: >=4.3.5 <5.4.0

リグレッション

  • 下記の主要なユースケースが正常に動作し、開発者ツール上に警告が出ないこと
    アイテム一覧表示、買い物かごへ追加、ログイン、注文
  • CIが正常に動作すること
  • CIで実行しない次のnpm scriptsが正常に動作すること
    モック(mock)、E2Eテスト(test:e2)、E2Eテスト(test:e2e:ci)

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

AzureADB2C認証サンプルについては別のPRで実施します。

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

なし

@KentaHizume KentaHizume self-assigned this Oct 28, 2024
@KentaHizume KentaHizume added the target: Dressca サンプルアプリケーションDresscaに関係がある label Oct 28, 2024
@KentaHizume KentaHizume added this to the v0.9.1 milestone Oct 28, 2024
@KentaHizume KentaHizume linked an issue Oct 29, 2024 that may be closed by this pull request
2 tasks
@rnakagawa16
Copy link
Contributor

rnakagawa16 commented Oct 29, 2024

以下のように動作確認を実施しました。

  • npm run lint:ci:consumer で lint 警告が発生していないこと
  • npm run dev:consumer でアプリケーションを起動できること
  • アプリケーション起動から各処理において開発者ツールでエラーや警告が発生していないこと
  • モック(mock)、E2Eテスト(test:e2e)、E2Eテスト(test:e2e:ci)が正しく動作していること
  • github actions 上で CI が動作していること

@rnakagawa16
Copy link
Contributor

問題ありません。マージします。

@rnakagawa16 rnakagawa16 merged commit dc1ed73 into main Oct 29, 2024
2 checks passed
@rnakagawa16 rnakagawa16 deleted the feature/typescript@5.3.3にダウングレードする branch October 29, 2024 07:31
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
target: Dressca サンプルアプリケーションDresscaに関係がある
Projects
None yet
Development

Successfully merging this pull request may close these issues.

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