forked from EC-CUBE/ec-cube2
-
Notifications
You must be signed in to change notification settings - Fork 0
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
Fix deploy #23
Merged
Merged
Fix deploy #23
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
- インストーラでは使用可能 - EC-CUBE#293 の修正漏れ
- eslint-plugin-prettier は非推奨となったため
管理画面ユーザーIDに記号を使用できなかったのを修正
- macOS では環境変数から proxy の情報を渡せないため
購入フロー(ログイン)のE2Eテストを追加
ESLint のルール修正
Bumps [nanoid](https://github.com/ai/nanoid) from 3.1.30 to 3.2.0. - [Release notes](https://github.com/ai/nanoid/releases) - [Changelog](https://github.com/ai/nanoid/blob/main/CHANGELOG.md) - [Commits](ai/nanoid@3.1.30...3.2.0) --- updated-dependencies: - dependency-name: nanoid dependency-type: indirect ... Signed-off-by: dependabot[bot] <[email protected]>
> Constant CALENDAR_ROOT already defined > https://github.com/EC-CUBE/ec-cube2/runs/5195065842?check_suite_focus=true#step:7:9
macOS で Playwright がエラーになるのを修正
…anoid-3.2.0 Bump nanoid from 3.1.30 to 3.2.0
以下のエラーとなってしまう場合がある > tracing.startChunk: Tracing is already stopping
… add-shopping-deliv-testing
[EC-CUBE#528](EC-CUBE#528) に伴う修正
shopping/deliv.php のテストを追加
…ting shopping/payment.php のテストを追加
カートを削除しないようにするパッチの修正
手続き型の処理だと、スキャン後にカートが空になってしまい、カート加算/減算のテストができないため
エスケープ漏れがあった場合でも、デフォルトフィルターによってサニタイ ズされるため実害は無いが、保険のためエスケープ処理を追加
お問い合わせフォームのお問い合わせ覧を空欄で確認画面へ進むとシステムエラーになるのを修正
エスケープ漏れがあった場合でも、デフォルトフィルターによってサニタイ ズされるため実害は無いが、保険のためエスケープ処理を追加
- Upgrading mobiledetect/mobiledetectlib (2.8.37 => 2.8.39) - Upgrading react/promise (v2.8.0 => v2.9.0) - Upgrading smarty/smarty (v3.1.40 => v3.1.44)
カートページのテストを fixture を使用したものに変更
未知の攻撃パターンのためにエスケープ処理を付与
お問い合わせフォームの入力チェックでシステムエラーになるのを修正
Apply composer update
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
No description provided.