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

⬆️: Lock file maintenance #1148

Merged
merged 5 commits into from
Jun 23, 2023

Conversation

renovate[bot]
Copy link

@renovate renovate bot commented May 20, 2023

Mend Renovate

This PR contains the following updates:

Update Change
lockFileMaintenance All locks refreshed

🔧 This Pull Request updates lock files to use the latest dependency versions.


Configuration

📅 Schedule: Branch creation - "before 20:00 on sunday" in timezone Asia/Tokyo, Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by Mend Renovate. View repository job log here.

@renovate renovate bot added the dependencies Pull requests that update a dependency file label May 20, 2023
@github-actions github-actions bot added build doc Improvements or additions to documentation labels May 20, 2023
@renovate renovate bot force-pushed the renovate/lock-file-maintenance branch from 0549a86 to 122276e Compare June 22, 2023 06:40
@renovate
Copy link
Author

renovate bot commented Jun 22, 2023

Edited/Blocked Notification

Renovate will not automatically rebase this PR, because it does not recognize the last commit author and assumes somebody else may have edited the PR.

You can manually request rebase by checking the rebase/retry box above.

Warning: custom changes will be lost.

@creature-water-valley
Copy link

以下を実施

  • npm run prebuild
  • npm i
  • react-nativeのパッチファイルをリネーム
  • managed-license.jsの更新
    • node .script/check-licenses.jsを実行して、check-licenses: OKが表示されることを確認

@creature-water-valley
Copy link

React Native 0.71.8のリリース情報

iOS specific
Do not send extra onChangeText even wnen instantianting multiline TextView (a804c0f22b by @dmytrorykun)

これは、質問投稿画面とかで関係ありそうだけど、この不具合は気づいてなかった

Description
Consider a TextInput that has maxLength set and multiline true. When the text input's initial value's length is more than half the maxLength value, onChangeText is automatically called on render.
I am unable to reproduce this in a snack, happens on multiple iOS devices I've tried. No issue with android.

maxLengthmultilineを設定していて、テキスト入力の初期値の長さがmaxLengthの半分を超えると、onChangeTextがrender時に自動的に呼び出される。

@creature-water-valley
Copy link

以下の環境で起動確認

  • Android Emulator(Pixel3a API33)
  • iPhoneMini(iOS16)

Copy link

@tksugimoto tksugimoto left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

website/ 側も npm run start して一通り確認しました。

@creature-water-valley creature-water-valley merged commit a53dbd7 into master Jun 23, 2023
15 checks passed
@creature-water-valley creature-water-valley deleted the renovate/lock-file-maintenance branch June 23, 2023 01:39
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
build dependencies Pull requests that update a dependency file doc Improvements or additions to documentation
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants