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

(AzureADB2C)typescript@5.3.3にダウングレードしてlint時の警告を避ける #1468

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

リグレッション

  • 下記の主要なユースケースが正常に動作し、ブラウザの開発者ツール上に警告が出ないこと
    時刻の取得、ユーザー認証、IDの取得および表示
  • CIが正常に動作すること

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

なし

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

Dresscaについては下記で対応

@KentaHizume KentaHizume added the target: Azure AD B2C Auth Azure AD B2C認証の要件別サンプル(コード)に関係がある label Oct 28, 2024
@KentaHizume KentaHizume added this to the v0.9.1 milestone Oct 28, 2024
@KentaHizume KentaHizume self-assigned this 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 で lint 警告が発生していないこと
  • npm run dev でアプリケーションを起動できること
  • アプリケーション起動から各処理において開発者ツールでエラーや警告が発生していないこと
  • github actions 上で CI が動作していること

@rnakagawa16
Copy link
Contributor

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

@rnakagawa16 rnakagawa16 merged commit c36b1ff into main Oct 29, 2024
5 checks passed
@rnakagawa16 rnakagawa16 deleted the feature/(AZ)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: Azure AD B2C Auth Azure AD B2C認証の要件別サンプル(コード)に関係がある
Projects
None yet
Development

Successfully merging this pull request may close these issues.

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