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

chore: update dependency smarthr-ui to v62 #622

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Nov 27, 2024

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
smarthr-ui ^42.0.0 -> ^62.3.1 age adoption passing confidence

Release Notes

kufu/smarthr-ui (smarthr-ui)

v62.3.1

Compare Source

Changelog

All notable changes to this project will be documented in this file. See standard-version for commit guidelines.

62.3.1 (2024-12-24)
Bug Fixes
  • AppHeader を Server Component から呼べるようにする (#​5226) (cc9c481)

v62.3.0

Compare Source

Changelog

All notable changes to this project will be documented in this file. See standard-version for commit guidelines.

62.3.0 (2024-12-24)

Features

v62.2.3

Compare Source

Changelog

All notable changes to this project will be documented in this file. See standard-version for commit guidelines.

62.2.3 (2024-12-18)
Bug Fixes
  • FormDialog: コンテンツがスクロールできるよう修正 (#​5192) (2af1c20)
  • ModelessDialog: modeless dialog閉じたときのフォーカス処理修正 (#​5177) (1590159)
  • Textarea: 最大文字数を超えたエラーを色以外でも表現する (#​5084) (0cc1ab4)

v62.2.2

Compare Source

Changelog

All notable changes to this project will be documented in this file. See standard-version for commit guidelines.

62.2.2 (2024-12-18)
Bug Fixes
  • Th: ソートアイコンが左寄せになっていたのを修正 (#​5205) (85a29ec)

v62.2.1

Compare Source

Changelog

All notable changes to this project will be documented in this file. See standard-version for commit guidelines.

62.2.1 (2024-12-17)
Bug Fixes
  • EmptyTableBody: 文字列が中央揃えになるよう修正 (#​5186) (d10d1be)
  • nanoidのバージョンを3.3.8にあげる (#​5187) (1af0bff)

v62.2.0

Compare Source

Changelog

All notable changes to this project will be documented in this file. See standard-version for commit guidelines.

62.2.0 (2024-12-10)

Features
  • Browserコンポーネントを実装 (#​5125) (b1a1bc6)
  • ほぼすべてのコンポーネントをサーバーコンポーネント内で利用できるようにする (#​5167) (69d74c4)
Bug Fixes
  • declarationsが空配列の場合も後続の処理をスキップする (#​5182) (fd654f3)
  • DropdownMenuButton: ボタンリストの装飾適用条件を緩和 (#​5154) (fe67ad9)
  • DropdownMenuGroup: オーバーライド用のクラス名を追加 (#​5162) (1463828)
  • input[type=search] のスタイルを normalize (#​5172) (34ab280)

v62.1.1

Compare Source

Changelog

All notable changes to this project will be documented in this file. See standard-version for commit guidelines.

62.1.1 (2024-12-03)
Bug Fixes
  • FilterDropdownのonApplyがsubmitキャンセルされるバグを修正 (#​5152) (e891740)

v62.1.0

Compare Source

Changelog

All notable changes to this project will be documented in this file. See standard-version for commit guidelines.

62.1.0 (2024-11-28)

Features
Bug Fixes
  • DropdownMenuButton: RemoteDialogTrigger の考慮漏れを修正 (#​5147) (63f209a)

v62.0.1

Compare Source

Changelog

All notable changes to this project will be documented in this file. See standard-version for commit guidelines.

62.0.1 (2024-11-27)
Bug Fixes

v62.0.0

Compare Source

Changelog

All notable changes to this project will be documented in this file. See standard-version for commit guidelines.

62.0.0 (2024-11-26)

⚠ BREAKING CHANGES
  • SSR対応や必要以上にイベントを登録しないように useDevice を変更した (#​5119)
  • CompactInformationPanel: コンポーネントを削除 (#​5129)
Features
Bug Fixes
  • Button: disabled の説明が不用意に折り返されないように見直し (#​5132) (5b24fda)
  • eslintのwarningを解消する (#​5117) (e5646bf)
  • FilterDropdownをformでマークアップする (#​5126) (a19e54a)
  • SSR対応や必要以上にイベントを登録しないように useDevice を変更した (#​5119) (893421a)

v61.0.0

Compare Source

Changelog

All notable changes to this project will be documented in this file. See standard-version for commit guidelines.

61.0.0 (2024-11-20)

⚠ BREAKING CHANGES
  • FloatArea: fixed と top、width を削除 (#​5099)
Features
  • FloatArea: fixed と top、width を削除 (#​5099) (5650cb5)
  • Icon: FaArrowRightArrowLeft を追加 (#​5114) (e4dff72)
  • レイアウト系コンポーネントをサーバーコンポーネント内でも利用できるようにする (#​5071) (135daaf)

v60.1.1

Compare Source

Changelog

All notable changes to this project will be documented in this file. See standard-version for commit guidelines.

60.1.1 (2024-11-13)
Bug Fixes
  • BottomFixedArea: deprecated (#​5098) (71b08a0)
  • DefinitionList: children に null が渡ってきた場合の不具合を修正 (#​5105) (fbc2902)

v60.1.0

Compare Source

Changelog

All notable changes to this project will be documented in this file. See standard-version for commit guidelines.

60.1.0 (2024-11-13)

Features
  • DefinitionList: Composition できるように修正 (#​5094) (e888f0a)
  • InformationPanel: bold を追加しつつ装飾を見直し (#​5075) (e27744d)
Bug Fixes
  • AccordionPanelTrigger: disabled な装飾を追加 (#​5086) (c13b38c)
  • AccordionPanelTrigger: キャレットが shrink してしまう不具合を修正 (#​5101) (f27862f)
  • DropdownContentの最後の要素でTabを押したときDropdownを閉じる (#​5070) (ceaf059)
  • InputFile: disabled の装飾を修正 (#​5085) (e9e0af1)
  • ModelessDialog: ヘッダー部にキーボードフォーカスが当たると文字列が消えてしまう不具合を修正 (#​5090) (7765378)

v60.0.1

Compare Source

Changelog

All notable changes to this project will be documented in this file. See standard-version for commit guidelines.

60.0.1 (2024-11-05)
Bug Fixes
  • FloatArea の z-index を見直し (#​5066) (befa773)
  • FormControl内のInputFileのアクセシブルネームに可視ラベルを含める (#​5056) (b8a69db)
  • TabItem に disabledDetail があるときのフォーカスリングを修正 (#​5057) (236a744)

v60.0.0

Compare Source

Changelog

All notable changes to this project will be documented in this file. See standard-version for commit guidelines.

60.0.0 (2024-10-29)

⚠ BREAKING CHANGES
  • TimePicker/MonthPickerにtypeを指定できないようにする (#​5051)
Features
Bug Fixes
  • Comboboxの選択肢表示位置がズレてしまう問題を修正 (#​5047) (4b030cc)
  • ModelessDialog のグラブ領域を修正 (#​5055) (0635680)
  • SearchInput に幅があたらない不具合を修正 (#​5036) (95eca0b)
  • Switch: 未選択時のコントラスト比を 3:1 確保する (#​5027) (f109afa)
  • TabBar が margin を持たないように修正 (#​5054) (032f9b7)
  • TimePicker/MonthPickerにtypeを指定できないようにする (#​5051) (c109eff)

v59.0.0

Compare Source

Changelog

All notable changes to this project will be documented in this file. See standard-version for commit guidelines.

59.0.0 (2024-10-22)

⚠ BREAKING CHANGES
  • DropdownScrollArea と DropdownContent の scrollable を削除 (#​5000)
Features
Bug Fixes
  • AppNaviDropdown の deprecated を削除 (#​5024) (b8d004e)
  • DropdownScrollArea と DropdownContent の scrollable を削除 (#​5000) (b6f6548)
  • LanguageSwitcher: スクリーンリーダーで各言語のリンクを正しく読み上げられるようにlang属性を追加 (#​5002) (e211233)
  • Loaderの表示遅延処理を削除する (#​5003) (8025cc3)
  • レイアウトコンポーネントなどと StyledComponent を組み合わせた場合に、見出しレベルの自動設定が機能しない不具合を修正 (#​5028) (950b06b)

v58.1.2

Compare Source

Changelog

All notable changes to this project will be documented in this file. See standard-version for commit guidelines.

58.1.2 (2024-10-15)
Bug Fixes
  • AppNaviDropdownMenuButton の current 装飾ロジックを見直し (#​4971) (9081990)

v58.1.1

Compare Source

Changelog

All notable changes to this project will be documented in this file. See standard-version for commit guidelines.

58.1.1 (2024-10-09)
Bug Fixes
  • ModelessDialog に渡した className が当たる場所を変更 (#​4978) (cdc7e4e)
  • SearchInputのwrapperであるlabel要素に対してwidthを指定する (#​4961) (7d6aea3)

v58.1.0

Compare Source

Changelog

All notable changes to this project will be documented in this file. See standard-version for commit guidelines.

58.1.0 (2024-10-01)

Features
  • AppNaviAnchorにelementAsのpropsを追加 (#​4955) (ad680c3)
  • FormControlのエラー表示設定方法を変更し、より確実に設定されるように修正する (#​4925) (e16aa25)
Bug Fixes
  • DropZone: ドラッグ&ドロップ時に選択したファイルがFormDataに格納されるようにした (#​4964) (53775fb)

v58.0.3

Compare Source

Changelog

All notable changes to this project will be documented in this file. See standard-version for commit guidelines.

58.0.3 (2024-09-25)
Bug Fixes
  • RadioButton: 外部からのidをdefaultIdより優先するように修正 (#​4948) (26f689a)

v58.0.2

Compare Source

Changelog

All notable changes to this project will be documented in this file. See standard-version for commit guidelines.

58.0.2 (2024-09-24)
Bug Fixes
  • FormControlのlabel自動紐づけが不要な場合の対応を追加 (#​4918) (2c17a17)
  • ModelessDialog に指定した幅や高さを超えて resize できるように修正 (#​4937) (e707dbe)

v58.0.1

Compare Source

Changelog

All notable changes to this project will be documented in this file. See standard-version for commit guidelines.

58.0.1 (2024-09-18)
Bug Fixes
  • ダイアログの背景がスクロールに依ってズレる不具合を修正 (#​4933) (cf5ea5f)

v58.0.0

Compare Source

Changelog

All notable changes to this project will be documented in this file. See standard-version for commit guidelines.

58.0.0 (2024-09-17)

⚠ BREAKING CHANGES
  • useId の独自実装を削除し、React 18 未満のサポートを終了する (#​4920)
  • Combobox の inputAttributes を消し、input に直接渡すように修正 (#​4911)
Features
  • AnchorButtonをnext/linkなどのラップされたコンポーネントに対応 (#​4901) (a07d257)
  • Combobox の inputAttributes を消し、input に直接渡すように修正 (#​4911) (8b9f611)
  • FormControlのlabelとchildren内のinputの紐づけ方を変更する (#​4894) (593ba25)
  • useId の独自実装を削除し、React 18 未満のサポートを終了する (#​4920) (28e590e)
Bug Fixes
  • SideMenuのPropsにchildrenを追加 (#​4919) (51dbdb8)
  • Table コンポーネントの使われていない記述を削除 (#​4921) (fe3e56f)
  • Textareaの文字数カウンタをonChangeで処理するように修正 (#​4916) (a054e07)

v57.1.0

Compare Source

All notable changes to this project will be documented in this file. See standard-version for commit guidelines.

57.1.0 (2024-09-11)

Features
Bug Fixes

v57.0.0

Compare Source

Changelog

All notable changes to this project will be documented in this file. See standard-version for commit guidelines.

57.0.0 (2024-09-10)

⚠ BREAKING CHANGES
  • SideMenuを実装 (#​4895)
  • Dialog の位置指定を消し、スタイリングを見直し (#​4848)
Features
  • AppNavi を再設計 (#​4823) (f64fbe5)
  • Dialog の位置指定を消し、スタイリングを見直し (#​4848) (25d83ec)
  • ModelessDialog をリサイズ可能にするオプションを追加 (#​4904) (01d127a)
  • SideMenuを実装 (#​4895) (b02531a)
  • Switchのchildrenを必須にし、label要素として紐づけることでa11yを改善する (#​4874) (eb3b2c0)
Bug Fixes
  • AccordionPanelのタイトルのline-heightをTIGHTに修正 (#​4897) (5aaf6f5)
  • DropdownMenuButtonで矢印キーを押してフォーカスを移動できる (#​4902) (c2657b0)

v56.0.1

Compare Source

Changelog

All notable changes to this project will be documented in this file. See standard-version for commit guidelines.

56.0.1 (2024-09-03)
Bug Fixes
  • SectioningContent: refが要素に渡るように修正 (#​4882) (126a0db)
  • TimePicker[disabled] のテキストカラーを修正した (#​4880) (7e27441)

v56.0.0

Compare Source

Changelog

All notable changes to this project will be documented in this file. See standard-version for commit guidelines.

56.0.0 (2024-08-27)

⚠ BREAKING CHANGES
  • FormControl から disabled を消す (#​4845)
Features
  • Icon: FaEnvelopeIcon を追加 (#​4849) (eb70b74)
  • TextLinkをnext/linkなどのラップされたコンポーネントに対応 (#​4867) (68cf805)
  • TimePickerに様々な状態に応じたスタイルをあてたい (#​4858) (c897dc6)
Bug Fixes
  • DropdownMenuButtonのlabelに指定したアイコンが上下反転しないようにしたい (#​4851) (1798960)
  • FormControl から disabled を消す (#​4845) (0ae399f)
  • TabBar: suffixにテキストのスタイルが継承されないように修正 (#​4857) (9a2859f)

v55.1.0

Compare Source

Changelog

All notable changes to this project will be documented in this file. See standard-version for commit guidelines.

55.1.0 (2024-08-13)

Features
Bug Fixes
  • body の base スタイルに約物を詰めないよう指定 (#​4833) (5767718)
  • Button コンポーネントが disabled/loading の場合も onClick イベントがバブリングしてしまう問題を修正 (#​4832) (ddadb1b)
  • Tooltip メッセージが機械側に過足提供していたので修正 (#​4827) (53b01e0)

v55.0.0

Compare Source

Changelog

All notable changes to this project will be documented in this file. See standard-version for commit guidelines.

55.0.0 (2024-08-06)

⚠ BREAKING CHANGES
  • FlashMessageList を削除 (#​4822)
  • SearchInput コンポーネントから onClickClear オプションを削除 (#​4818)
Features
Bug Fixes
  • UnstyledButton のデフォルト cursor を pointer に変更 (#​4824) (fab5f5b)

v54.1.0

Compare Source

Changelog

All notable changes to this project will be documented in this file. See standard-version for commit guidelines.

54.1.0 (2024-07-30)

Features
  • TabItem に suffix と disabled な理由を渡せるように修正 (#​4804) (af520c4)
Bug Fixes

v54.0.0

Compare Source

Changelog

All notable changes to this project will be documented in this file. See standard-version for commit guidelines.

54.0.0 (2024-07-23)

⚠ BREAKING CHANGES
  • Tooltipのmessageを常にhtml上に存在するように修正する (#​4788)
Features
Bug Fixes
  • LineClamp: 表示されている行数が最大行数以下のときにTooltipを表示しないように修正 (#​4710) (544465d)
  • ModelessDialogマウント時の警告を消したい (#​4790) (e660533)
  • Tooltipのmessageを常にhtml上に存在するように修正する (#​4788) (5142205)
  • ソートできる Th に cursor: pointer を当てた (#​4773) (a55c48e)

v53.1.0

Compare Source

Changelog

All notable changes to this project will be documented in this file. See standard-version for commit guidelines.

53.1.0 (2024-07-16)

Features
Bug Fixes
  • AccordionPanel 開閉時にコンソールエラーが発生する問題を修正 (#​4777) (25f8f83)
  • Dialog 開閉時にコンソールエラーが発生する問題を修正 (#​4778) (8b5f3ae)
  • titleCheck action の script injection 対策 (#​4771) (51bdca1)

v53.0.0

Compare Source

Changelog

All notable changes to this project will be documented in this file. See standard-version for commit guidelines.

53.0.0 (2024-07-09)

⚠ BREAKING CHANGES
  • FilterDropdown の hasStatusText props を Omit する (#​4747)
Features
  • FilterDropdown の hasStatusText props を Omit する (#​4747) (cb11898)
  • Table に table-layout 相当の props を追加 ほか (#​4757) (35db275)
Bug Fixes
  • Base 上に置いた AccordionPanel のフォーカスリングが出ない不具合を修正 ほか (#​4758) (e60cb7d)

v52.2.0

Compare Source

Changelog

All notable changes to this project will be documented in this file. See standard-version for commit guidelines.

52.2.0 (2024-07-02)

Features
  • FormControl / Fieldset 内における入力要素の error 状態紐づけ制御用 props を足す (#​4748) (8737a75)
Bug Fixes
  • AccordionPanel がデフォルトで複数パネル開く設定に変更 (#​4745) (9beb511)
  • Button を loading 状態に切り替えるとフォーカスが外れてしまう問題の修正 (#​4684) (945ca95), closes #​4744
  • InformationPanel の開閉ボタンはデフォルトなしにする (#​4746) (0cca297)
  • TextLink に color を指定できないように閉じる (#​4752) (4363383)

v52.1.0

Compare Source

Changelog

All notable changes to this project will be documented in this file. See standard-version for commit guidelines.

52.1.0 (2024-06-25)

Features
  • Dropdown 及び FilterDropdown に onOpen/onClose オプションを追加する (#​4722) (acf3642)
  • Thumbtack アイコンを追加 (#​4737) (5d8b9cc)
Bug Fixes
  • Heading と Text の相互参照をなくして Text が Heading に依存しないようにする (#​4732) (d21c888)

v52.0.1

Compare Source

Changelog

All notable changes to this project will be documented in this file. See standard-version for commit guidelines.

52.0.1 (2024-06-21)

v52.0.0

Compare Source

Changelog

All notable changes to this project will be documented in this file. See standard-version for commit guidelines.

52.0.0 (2024-06-18)

⚠ BREAKING CHANGES
  • ErrorScreen の footer props を omit する (#​4714)
Features
  • anchor系コンポーネントがtarget属性を持つ場合、rel属性を自動設定する (#​4720) (46e4200)
  • ErrorScreen の footer props を omit する (#​4714) (953d689)
Bug Fixes
  • PageCounter コンポーネントの decorators の型を修正 (#​4717) (4fce9f4)
  • Storybook 上で props のドキュメントが表示されない問題を修正 (#​4719) (7a634ae)
  • Tooltip に入れ子にした要素のフォーカスリングが隠れてしまう問題を解消する (#​4694) (428cab6)

v51.2.0

Compare Source

Changelog

All notable changes to this project will be documented in this file. See standard-version for commit guidelines.

51.2.0 (2024-06-11)

Features
Bug Fixes
  • Balloon: Safariで影の表示が崩れるバグを修正 (#​4697) (ffd29a8)

v51.1.1

Compare Source

Changelog

All notable changes to this project will be documented in this file. See standard-version for commit guidelines.

51.1.1 (2024-06-05)
Bug Fixes
  • iOS系端末の場合、Select, Radio系入力要素にrequired属性を設定しないように変更 (#​4660) (9096449)
  • 背景色として使う可能性のない色を bgColor 関連 props から消す (#​4688) (3c9954d)

v51.1.0

Compare Source

Changelog

All notable changes to this project will be documented in this file. See standard-version for commit guidelines.

51.1.0 (2024-05-28)

Features
  • SearchInput コンポーネントに onClickClear オプションを追加 (#​4635) (48be8b4)
  • ダイアログコンテンツに背景色とパディングを設定できるようにする (#​4677) (ee8dbf3)

v51.0.0

Compare Source

Changelog

All notable changes to this project will be documented in this file. See standard-version for commit guidelines.

51.0.0 (2024-05-28)

⚠ BREAKING CHANGES
  • AccordionPanelのアイコン無し(NoIcon)の削除を行う (#​4669)
Features
Bug Fixes

v50.1.0

Compare Source

Changelog

All notable changes to this project will be documented in this file. See standard-version for commit guidelines.

50.1.0 (2024-05-21)

Features
Bug Fixes
  • Switch: フォーカスリングが表示されるように修正 (#​4650) (9ac3738)
  • Text[styleType] の時 Heading と同等とみなし leading="TIGHT" があたるように修正 (#​4655) (fc93b11)
  • すべてのダイアログコンテンツの padding を統一 (#​4644) (79211b4)

v50.0.0

Compare Source

Changelog

All notable changes to this project will be documented in this file. See standard-version for commit guidelines.

50.0.0 (2024-05-14)

⚠ BREAKING CHANGES
  • TextareaコンポーネントのmaxLength属性をmaxLetters属性に変更 (#​4607)
Features
Bug Fixes
  • DefinitionListItem が空の場合に高さが潰れる欠陥を修正 (#​4639) (fa267f1)
  • FormControlのエラーメッセージをlive regionに変更 (#​4603) (2e31af8)
  • TextareaコンポーネントのmaxLength属性をmaxLetters属性に変更 (#​4607) (c0f91cc)
  • セル内のチェックボックスの位置を調整 (#​4640) (18e1f77)
  • デザインシステムに準拠した文言に変更 (#​4638) (84c4932)

v49.0.1

Compare Source

Changelog

All notable changes to this project will be documented in this file. See standard-version for commit guidelines.

49.0.1 (2024-05-07)
Bug Fixes

v49.0.0

Compare Source

Changelog

All notable chan


Configuration

📅 Schedule: Branch creation - "after 8am and before 5pm every weekday" 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.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


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

This PR was generated by Mend Renovate. View the repository job log.

@renovate renovate bot added the renovate label Nov 27, 2024
@renovate renovate bot force-pushed the renovate/smarthr-ui-62.x branch 3 times, most recently from 8af1f32 to 39fbb45 Compare December 4, 2024 04:37
@renovate renovate bot force-pushed the renovate/smarthr-ui-62.x branch 2 times, most recently from eb3ee43 to bff0ad9 Compare December 18, 2024 00:00
@renovate renovate bot force-pushed the renovate/smarthr-ui-62.x branch 3 times, most recently from 1e81096 to a793b9b Compare December 24, 2024 05:33
@renovate renovate bot force-pushed the renovate/smarthr-ui-62.x branch from a793b9b to 09c0c75 Compare December 24, 2024 07:43
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants