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

fix(deps): update dependency cozy-ui to v106 - autoclosed #690

Closed
wants to merge 1 commit into from

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Apr 27, 2024

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
cozy-ui 103.7.0 -> 106.8.0 age adoption passing confidence

Release Notes

cozy/cozy-ui (cozy-ui)

v106.8.0

Compare Source

Features
  • Adjust colors for deprecated Infos and Alert components (3e01fb9)
  • Icon: Add Chess icon (c833a8a)
  • Theme: Add primaryBackground, secondaryBackground, successB. (49c12e1)

v106.7.0

Compare Source

Features
  • ListItem: Default expanded attributes are chosen if prop undefined (13e03e5)
  • ListItem: Exclude not expanded attributes from default ones (105c8c4)

v106.6.0

Compare Source

Features
  • Adjust style for old component Field and SelectBox (0b4a907)

v106.5.0

Compare Source

Features
  • Add description variant for SquareAppIcon (379f150)
  • Simplify making a demo documentation (229e462)

v106.4.0

Compare Source

Features
  • Flagship: Mock getFlagshipMetadata if node_env = test (5411534)

v106.3.0

Compare Source

Features
  • TextField: Force left text alignment for input (d3ff3c2)

v106.2.0

Compare Source

Bug Fixes
  • NestedSelect: Search bar on desktop mode (74938d9)
Features
  • ListItem/MenuItem: Break word if text is too long (6d87b42)

106.1.1 (2024-05-14)

Bug Fixes
  • ActionsMenuWrapper: Spread ev on menu child clicks (9b9a5ed)
  • TextField: Spread ev on MobileSelect item click (49a71b0)

v106.1.1

Compare Source

Bug Fixes
  • ActionsMenuWrapper: Spread ev on menu child clicks (9b9a5ed)
  • TextField: Spread ev on MobileSelect item click (49a71b0)

v106.1.0

Compare Source

Features

v106.0.0

Compare Source

Features
  • Remove unused formatLocallyDistanceToNowStrict (d9b09ca)
  • Remove unused package mockdate (7c123ea)
  • Update cozy-client (09ee273)
  • Use expiration date messages from cozy-client (00cf70a)
BREAKING CHANGES
  • formatLocallyDistanceToNowStrict has been removed. Use 'date-fns/formatDistanceToNowStrict' instead.

v105.12.0

Compare Source

Features
  • ContactsListModal: Add the contact prop to provide its own list (8652fa6)
  • ContactsListModal: Split query to specific file (b232fe0)

v105.11.0

Compare Source

Features
  • Icon: Add Relationship icon (06727bf)

105.10.2 (2024-04-18)

Bug Fixes
  • MidEllipsis: It should not trim strings (311e92d)

105.10.1 (2024-04-18)

Bug Fixes
  • TextField: Props should not be overriden (5636cf9)

v105.10.2

Compare Source

Bug Fixes
  • MidEllipsis: It should not trim strings (311e92d)

v105.10.1

Compare Source

Bug Fixes
  • TextField: Props should not be overriden (5636cf9)

v105.10.0

Compare Source

Bug Fixes
  • Dialog: Set disableEnforceFocus to true (969c848)
  • TextField: Force specific icon component for Select usage (f14f998)
Features
  • TextField: Use BottomDrawer on mobile for Select input (20a0030)

105.9.1 (2024-04-16)

Bug Fixes
  • MenuItem: Remove maxWidth and add it on Menu instead (291c8cd)

v105.9.1

Compare Source

Bug Fixes
  • MenuItem: Remove maxWidth and add it on Menu instead (291c8cd)

v105.9.0

Compare Source

Features
  • Exclude shared drives dir from filepicker (c29b26d)

v105.8.0

Compare Source

Features
  • Add missing proptypes to NestedSelect (c474ece)
  • Open NestedSelect to a specific element (8cf959e)
  • Remove useless code in NestedSelect (b88450c)

v105.7.0

Compare Source

Bug Fixes
  • Add vertical scroll to sidebar when needed (9e9e95c)
  • update nav.styl after broken lint passed PR (28333d8)
Features
  • Add <NavLimiter /> component (8c7a14a)
  • ListItem: Use cozy-client to make ExpandedAttributes label (eb681e1)

v105.6.0

Compare Source

Features
  • ListItem: Add licenseNumber and confidentialNumber in ExpandedAttr (4de21ff)
  • Remove useless Viewer locales (221a66f)

v105.5.0

Compare Source

Features

v105.4.0

Compare Source

Features
  • Icons: Add multiple icons for the new qualifications modal (b5dca90)

105.3.1 (2024-03-28)

Bug Fixes
  • Argos screenshots could not be validated (4cc3a0d)

v105.3.1

Compare Source

Bug Fixes
  • Argos screenshots could not be validated (4cc3a0d)

v105.3.0

Compare Source

Features
  • resizeImage: Reduce quality for big image (2b6cacf)

105.2.1 (2024-03-26)

Bug Fixes
  • Viewer: Remove WebviewIntentProvider (edfdc1d)

v105.2.1

Compare Source

Bug Fixes
  • Viewer: Remove WebviewIntentProvider (edfdc1d)

v105.2.0

Compare Source

Features
  • Viewer: Refactor PrintButton and use ActionsItems (8b7a068)

v105.1.0

Compare Source

Bug Fixes
  • NestedSelect: Remove title attribute on modal (de57aff)
Features
  • NestedSelect: Add ellipsis on modal title (341db5a)

105.0.2 (2024-03-20)

Bug Fixes
  • Viewer: Events must be limited on the image (548994d)

105.0.1 (2024-03-19)

Bug Fixes
  • Viewer: The Pinch event doesn't have a "tapCount" property (8cde71d)

v105.0.2

Compare Source

Bug Fixes
  • Viewer: Events must be limited on the image (548994d)

v105.0.1

Compare Source

Bug Fixes
  • Viewer: The Pinch event doesn't have a "tapCount" property (8cde71d)

v105.0.0

Compare Source

Features
  • Add all Table components from MUI (5c6438f)
BREAKING CHANGES
  • Table component has been deprecated. Use codemods to deal with the change.
yarn global add @&#8203;cozy/codemods
yarn global add jscodeshift@0.13.1
jscodeshift -t $(yarn global dir)/node_modules/@&#8203;cozy/codemods/src/transforms/transform-ui-deprecated-table.js src babel --ignore-pattern=src/targets/ --extensions js,jsx,tsx --parser tsx

v104.3.0

Compare Source

Features

v104.2.0

Compare Source

Bug Fixes
  • Viewer: Adjust toolbar spacing and button size (6a2f8fe)
Features
  • I18n: Add useExtendI18n to be able to add locales to existing ones (ad388b4)
  • I18n: Expose polyglot, so can be get with useI18n (7770e7b)
  • Update cozy-client to 45.15.0 (c5f2649)
  • Viewer: Add Print button, based on print action definition (ba80052)
  • Viewer: Add ToolbarButtons component (e0b014c)
  • Viewer: Add variants on Download/Forward/Sharing buttons (594b79a)
  • Viewer: Add WebviewIntentProvider (97f28ff)
  • Viewer: Expose Toolbarbutton, FooterActionsButtons and ForwardButton (2b9130f)
  • Viewer: Modify default buttons on toolbar and footer (d82013d)
  • Viewer: Remove HOC for locals on no viewer DownloadButton (edda4a9)
  • Viewer: Replace toolbar download button by icon button (6f59eda)
  • Viewer: Use contact formatting from cozy-client (eb9c596)
  • Viewer: Use date metadata qualification formatting from cozy-client (14bc95d)
  • Viewer: Use formatMetadataQualification and METADATA_NAMES from (450fb74)
  • Viewer: Use getMetadataQualificationType from cozy-client (ae133f4)
  • Viewer: Use information metadata qualification formatting from cozy-client (1d106ef)
  • Viewer: Use other metadata qualification formatting from cozy-client (98b6510)
  • Viewer: Use useExtendI18n (d93b97d)

v104.1.0

Compare Source

Features
  • ListItem: Add locales for reference tax numbers (a7d66d2)

v104.0.0

Compare Source

Bug Fixes
Features
  • Add typedef to Alert component (16f2097)
  • Improve AlertProvider (723a627)
  • Replace ViewerSnackbarProvider by AlertProvider (374537a)
BREAKING CHANGES
  • The showAlert function returned by the useAlert hook changes signature.

Also, the variant was set to filled,
it now takes the default value of Alert, i.e. standard.

Before:

const { showAlert } = useAlert()
showAlert(t('foo.bar'), 'error',)

Now:

const { showAlert } = useAlert()
showAlert({ message: t('foo.bar'), severity: 'error' })

Its options now support Alert component props.
Example:

showAlert({
   message: t('foo.bar'),
   severity: 'info',
   icon: [secure],
   color: 'blue',
   square: true
})

v103.12.0

Compare Source

Features
  • viewer: Remove useless locales (476fe37)
  • viewer: Use pinchend & tap events on mobile for download file (8f4b2e7)

103.11.1 (2024-03-05)

Bug Fixes
  • Use /medium for PDF thumbnails (d117ee6)

v103.11.1

Compare Source

Bug Fixes
  • Use /medium for PDF thumbnails (d117ee6)

v103.11.0

Compare Source

Features

v103.10.0

Compare Source

Features
  • Viewer: Add for net social amount and pay_sheet number value (a8e6800)
  • Viewer: Add translate for reference tax number (99da6d6)

v103.9.0

Compare Source

Bug Fixes
  • ListItem: Remove contentAuthor metadata for expanded attributes (9f26d7d)
Features
  • Viewer: Replace contentAuthor by employerName info metadata (abe1ab2)

103.8.2 (2024-02-29)

Bug Fixes
  • Styles: Remove import of stylus file with global class creation in it (41808d7)

103.8.1 (2024-02-27)

Bug Fixes
  • The background of ListSubHeader should use the default background (fa58546)

v103.8.2

Compare Source

Bug Fixes
  • Styles: Remove import of stylus file with global class creation in it (41808d7)

v103.8.1

Compare Source

Bug Fixes
  • The background of ListSubHeader should use the default background (fa58546)

v103.8.0

Compare Source

Bug Fixes
  • MidEllipsis: Doesn't ellipsed anymore if not needed (6830d0c)
Features
  • MidEllipsis: Remove react-middle-ellipsis lib and flag (a75d1e8)

Configuration

📅 Schedule: Branch creation - "on saturday" in timezone Europe/Paris, 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 has been generated by Mend Renovate. View repository job log here.

@renovate renovate bot requested a review from cballevre as a code owner April 27, 2024 01:28
@renovate renovate bot force-pushed the renovate/cozy-ui-106.x branch from f1832b7 to 40f1150 Compare May 10, 2024 22:54
@renovate renovate bot force-pushed the renovate/cozy-ui-106.x branch from 40f1150 to bddd61d Compare May 18, 2024 00:18
@renovate renovate bot force-pushed the renovate/cozy-ui-106.x branch from bddd61d to 8a357e3 Compare May 24, 2024 22:50
@renovate renovate bot changed the title fix(deps): update dependency cozy-ui to v106 fix(deps): update dependency cozy-ui to v106 - autoclosed May 29, 2024
@renovate renovate bot closed this May 29, 2024
@renovate renovate bot deleted the renovate/cozy-ui-106.x branch May 29, 2024 13:19
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

0 participants