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 v101 - autoclosed #2078

Closed
wants to merge 1 commit into from

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Jan 13, 2024

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
cozy-ui ^100.0.0 -> ^101.2.0 age adoption passing confidence

Release Notes

cozy/cozy-ui (cozy-ui)

v101.2.0

Compare Source

Bug Fixes
  • Translation into CoachCO2 paywall (2efa596)
Features
  • ContactsList: Show myself always at the top of the list (c4bd940)

101.1.1 (2024-01-11)

Bug Fixes
  • The createNodeWithThemeCssVars must return null in test env (a1ec359)

v101.1.1

Compare Source

Bug Fixes
  • The createNodeWithThemeCssVars must return null in test env (a1ec359)

v101.1.0

Compare Source

Features

v101.0.0

Compare Source

Bug Fixes
  • DeprecatedDivider: Use responsive theme instead of light theme (2c51cf6)
  • Theme: Move global background-color and color from body to app node (53a1b02)
  • Theme: Shadows are now relative to the theme (8477d9c)
Features
  • Add dark mode (cc1db83)
  • Add useMediaQuery hook (f9edb8e)
  • CSS: Rename CozyTheme--xxx classe into CozyTheme--light-xxx (e3b98ff)
  • Deal with useCozyTheme BC (7a83553)
  • MuiCozyTheme: Introduce type prop in addition to variant (1d1f053)
  • Remove some css vars (ffc71dc)
  • Rename theme to variant when using useCozyTheme (4a88038)
  • Theme: Create specific node to hold theme css variables (27f8995)
  • Use dark mode in CozyTheme, docs and tests (fe25d07)
BREAKING CHANGES
    • Remove some css vars. You should use semantic var instead. List of removed css vars :
--invertedBackgroundColor
--invertedContrastTextColor
--spinnerColor
--linkColor
--linkTextDecoration
--linkColorActive
--invertedTabsActiveTextColor
--invertedTabsInactiveTextColor
--invertedTabsIndicatorColor
--invertedTabsBackgroundColor
--regularButtonPrimaryColor
--regularButtonSecondaryColor
--regularButtonActiveColor
--regularButtonConstrastColor
--secondaryButtonPrimaryColor
--secondaryButtonSecondaryColor
--secondaryButtonActiveColor
--secondaryButtonContrastColor
--dividerColor2
--iconColor
--textIconColor
--actionMenuIconColor
--neutralBackground
--buttonTextTransform
--buttonBorderRadius
--alertErrorColor
--alertErrorBackgroundColor
--alertSuccessColor
--alertSuccessBackgroundColor
--alertInfoColor
--alertInfoBackgroundColor
    • useCozyTheme() return now an object with type and variant. You must replace const theme = useCozyTheme() by const { variant } = useCozyTheme()
  • you can add <meta name="color-scheme" content="only light" /> in your index.ejs app file to force Light Mode if Dark Mode not fully supported by your app.
  • MuiCozyTheme: You can't now longer rely on theme.palette.type to determine normal or inverted theme, you have to use theme.palette.variant instead.
  • CSS: if you want to get or override css var, you need to do it on new classes, see below:
    CozyTheme--normal -> CozyTheme--light-normal
    CozyTheme--inverted -> CozyTheme--light-inverted

v100.2.0

Compare Source

Features
  • Add MaxDaysToCapturePaywall component (8b6bce6)

v100.1.0

Compare Source

Features

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 acezard as a code owner January 13, 2024 13:25
@renovate renovate bot added the dependencies Pull requests that update a dependency file label Jan 13, 2024
@renovate renovate bot requested a review from doubleface as a code owner January 13, 2024 13:25
Copy link

bundlemon bot commented Jan 13, 2024

BundleMon

Files updated (2)
Status Path Size Limits
vendors/home.(hash).js
1.21MB (+1.29KB +0.1%) 1.5MB
vendors-home.(hash).(hash).min.css
38.4KB (+259B +0.66%) 40KB
Unchanged files (11)
Status Path Size Limits
services/softDeleteOrRestoreAccounts/home.js
467.32KB 490KB
services/updateAccounts/home.js
464.54KB 465KB
services/deleteAccounts/home.js
313.71KB 500KB
services/myselfFromIdenties/home.js
237.66KB 240KB
services/polyfillFetch/home.js
98.39KB 99KB
app/home.(hash).js
36.18KB 50KB
intents/home.(hash).js
21.84KB 35KB
services/attributesHelpers/home.js
15.11KB 16KB
app-home.(hash).min.css
1.34KB 15KB
intents/index.html
630B 1KB
intents-home.(hash).min.css
158B 6KB

Total files change +1.54KB +0.05%

Final result: ✅

View report in BundleMon website ➡️


Current branch size history | Target branch size history

@renovate renovate bot force-pushed the renovate/cozy-ui-101.x branch from 18fd82c to ed55db9 Compare January 20, 2024 00:47
@renovate renovate bot changed the title fix(deps): update dependency cozy-ui to v101 fix(deps): update dependency cozy-ui to v101 - autoclosed Jan 23, 2024
@renovate renovate bot closed this Jan 23, 2024
@renovate renovate bot deleted the renovate/cozy-ui-101.x branch January 23, 2024 11:22
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants