maas-ui icon indicating copy to clipboard operation
maas-ui copied to clipboard

fix(deps): update internal dependencies

Open renovate[bot] opened this issue 2 years ago • 1 comments

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@canonical/maas-react-components 1.28.0 -> 1.28.1 age adoption passing confidence
@canonical/react-components (source) 0.46.0 -> 0.53.2 age adoption passing confidence
vanilla-framework (source) 4.0.0 -> 4.11.0 age adoption passing confidence

Release Notes

canonical/maas-react-components (@​canonical/maas-react-components)

v1.28.1

Compare Source

Bug Fixes
canonical/react-components (@​canonical/react-components)

v0.53.2

Compare Source

Bug Fixes

v0.53.1

Compare Source

Bug Fixes
  • make EmptyState implementation consistent with Vanilla Framework (#​1076) (407add1)

v0.53.0

Compare Source

Features
  • allow focusing disabled buttons and displaying tooltips (#​1082) (929a409)

v0.52.0

Compare Source

Features
  • allow loading and disable state for confirm button in ConfirmationModal (b6067ee)

v0.51.7

Compare Source

Bug Fixes
  • tooltip should not reopen when target element is not hovered anymore. fixes #​1073 (3de71fc)

v0.51.6

Compare Source

Bug Fixes

v0.51.5

Compare Source

Bug Fixes
  • searchbox: handle Enter key in the input field to search + blur (f4f011b)

v0.51.4

Compare Source

Bug Fixes
  • pr-template: add percy steps to template, to aid percy review (8a7d635)

v0.51.3

Compare Source

Bug Fixes
  • field: remove bold prefix for error/caution/success validation (ef320d9)

v0.51.2

Compare Source

Bug Fixes
  • keep tooltip open, when it wraps multiple children and we change which child ishovered (55da75d)

v0.51.1

Compare Source

Bug Fixes

v0.51.0

Compare Source

Features

v0.50.6

Compare Source

Bug Fixes
  • MultiSelect: Apply a temporary fix for Vanilla includes (#​1052) (7e8a1c1)

v0.50.5

Compare Source

Bug Fixes
  • notif-provider: make success notification title customisable (708f189)

v0.50.4

Compare Source

Bug Fixes
  • deps: Added missing lodash/isequal dep. (1c5ce39)

v0.50.3

Compare Source

Bug Fixes
  • address a11y issues in input related components (6e79c95)

v0.50.2

Compare Source

Bug Fixes
  • revert change for table pagination text adjustment on small screen (432966b)

v0.50.1

Compare Source

Bug Fixes
  • table pagination description adjustments for all screen sizes [WD-8561] (f2f84f8)

v0.50.0

Compare Source

Features
  • implement externally controlled mode for TablePagination (8fc31de)

v0.49.0

Compare Source

Features

v0.48.0

Compare Source

Features

v0.47.4

Compare Source

Bug Fixes

v0.47.3

Compare Source

v0.47.3

🐛 Bug Fixes

  • fix: remove react-router-dom dependency from NotificationProvider (#​1022)
  • fix: remove invalid syntax for style imports (#​1021)
  • fix(select,slider,textarea,passwordtoggle): auto generate id [WD-8217] (#​1020)

v0.47.2

Compare Source

v0.47.2

🚀 Features

  • feat: Add tooltip delay(500ms by default) after mouseover (#​998)
  • feat: upstream generic pagination component for tables [WD-4258] (#​1013)
  • feat: improve auto grow functionality for TextArea (#​1006)

🔨 Maintenance

  • chore(deps): update dependency vanilla-framework to v4.6.0 (#​1015)
  • chore(deps): update all dependencies (#​1007)
  • docs: upgrade storybook to v7 (#​995)
  • fix: contextual menu container overflow (#​1000)
  • feat: Add tooltip delay(500ms by default) after mouseover (#​998)
  • docs: fix contextual menu story (#​1005)
  • fix(modal): do not scroll content when opened (#​999)
  • build(deps): bump @​adobe/css-tools from 4.3.1 to 4.3.2 (#​1004)
  • build(deps): bump follow-redirects from 1.15.3 to 1.15.4 (#​1014)
  • fix: move useLocation within useNotify hook to cater for latest react-router-dom limitations (#​1017)
  • fix: input label without specifying id (#​1012)
  • build(deps): bump browserify-sign from 4.2.1 to 4.2.2 (#​992)
  • build(deps): bump tough-cookie from 4.1.2 to 4.1.3 (#​1002)
  • ci: Extend from a default config (#​997)
  • docs: pr conventional commits convention (#​996)
  • ci: Add PR linting (#​994)

v0.47.1

Compare Source

v0.47.1

🔨 Maintenance

  • Avoid duplicate first or last page button, when total pages is one above truncateThreshold (#​971)
  • Add permissions for deploying to pages. (#​966)
  • Separate docs workflow (#​965)
  • build(deps): bump @​babel/traverse from 7.22.4 to 7.23.2 (#​986)
  • chore(deps): update dependency postcss to v8.4.31 [security] (#​985)
  • build(deps): bump @​adobe/css-tools from 4.2.0 to 4.3.1 (#​964)
  • Add docs for the NotificationProvider, useNotify and NotificationConsumer (#​972)
  • fix: Pressing Esc key closes Modal (#​974)
  • chore(deps): update all non-major dependencies (#​967)
  • chore(deps): update actions/checkout action to v4 (#​979)
  • chore(deps): update dependency vanilla-framework to v4.5.0 (#​977)
  • Prepare release 0.47.1 (#​987)

Full Changelog: https://github.com/canonical/react-components/compare/v0.47.0...v0.47.1

v0.47.0

Compare Source

v0.46.1

What's Changed

  • Add a new scrollOverflow prop to ContextualMenu to support scrolling the dropdown instead of overflowing the viewport (#​961)

🔨 Maintenance

  • Build docs using GitHub Actions (#​963)

Full Changelog: https://github.com/canonical/react-components/compare/v0.46.0...v0.47.0

canonical/vanilla-framework (vanilla-framework)

v4.11.0

Compare Source

Getting Vanilla Framework

Install with NPM: https://www.npmjs.com/package/vanilla-framework Visit the documentation at https://vanillaframework.io/docs

New in Vanilla v4.11.0

💣 Potentially breaking change

In #​5081 we renamed the class names that add dividers to equal heights row component. If you've been using those already, rename them accordingly: has-1st-divider to has-divider-1, etc…

🚀 Features

🐛 Bug Fixes

📝 Documentation

🔨 Maintenance

New Contributors

Full Changelog: https://github.com/canonical/vanilla-framework/compare/v4.10.0...v4.11.0

v4.10.0

Compare Source

Getting Vanilla Framework

Install with NPM: https://www.npmjs.com/package/vanilla-framework Visit the documentation at https://vanillaframework.io/docs

New in Vanilla v4.10.0

💣 Breaking changes

Setting default theme via SCSS variables is now deprecated. For example, using $theme-default-nav with value dark will not work anymore. Use is-dark or is-light class names in HTML instead.

🚀 Features

🐛 Bug Fixes

📝 Documentation

🔨 Maintenance

New Contributors

Full Changelog: https://github.com/canonical/vanilla-framework/compare/v4.9.1...v4.10.0

v4.9.1

Compare Source

Getting Vanilla Framework

Install with NPM: https://www.npmjs.com/package/vanilla-framework Visit the documentation at https://vanillaframework.io/docs

New in Vanilla v4.9.1

🐛 Bug Fixes

🔨 Maintenance

Full Changelog: https://github.com/canonical/vanilla-framework/compare/v4.9.0...v4.9.1

v4.9.0

Compare Source

Getting Vanilla Framework

Install with NPM: https://www.npmjs.com/package/vanilla-framework Visit the documentation at https://vanillaframework.io/docs

New in Vanilla v4.9.0

🚀 Features
🐛 Bug Fixes
📝 Documentation
🔨 Maintenance
New Contributors

Full Changelog: https://github.com/canonical/vanilla-framework/compare/v4.8.0...v4.9.0

v4.8.0

Compare Source

New in Vanilla v4.8.0

💅 New theming

This version introduces new theming system to Vanilla. Previous system was based on theme styling being applied on SCSS level on per-component basis. Newly introduced system utilises CSS custom properties to provide colour variables that are inherited through the whole document.

We currently support a light theme (default or via is-light class name) that features white background, paper theme (via is-paper class) that uses new "paper" grey background that is used on most of our new designs, and dark theme (via is-dark class) that is being used more often in recent designs to highlight some significant pages.

🚧 Work in progress

Current release of Vanilla 4.8.0 contains the foundation work of this new theming and includes migration of most commonly used themed components. The work is not complete yet, there are still components that use the old theming system and many components not themed at all. We will continue to migrate remaining parts in upcoming versions.

We tried to make sure to keep this change backwards compatible, so hopefully it should not affect styling of existing components in any significant and unexpected way.

🎨 Default icon colour

As part of the theming we improved consistency of colours we use across themes. As a result of that the default colour of most of Vanilla icons (in default light theme) was changed to be the same as text colour (black #000) instead of previous value of $color-mid-dark (#666). If you are using any custom icons this may cause inconsistencies.

For consistency with Vanilla use built-in icons, or update your icons to use $colors--light-theme--icon (or $colors--dark-theme--icon), depending on the theme.

🏗️ New and deprecated components

Alongside the theming work, we are also providing components to help build page sections in the new branding style, and deprecating some old components to avoid confusion.

New components include the hero section and new Suru sections, that should simplify building of the hero sections on the pages.

We also deprecated a variety of legacy strip variants, reducing the options and updating the strip component to utilise new theming.

For more details check the changelog in our documentation.

💣 Breaking changes

The (now deprecated) inverted link component was updated to support new theming. This may cause an issue that inverted link turns black when used in default "light" theme. Please add is-dark class name for any element that changes background to dark, so that the child components would correctly inherit the theme.

🙋 Guest devs

Vanilla team was joined for a Pulse by wonderful guest developers: @​britneywwc @​chillkang. This release would not be possible without their contributions. Thanks!

📋 Changelog
🚀 Features
🐛 Bug Fixes
🔨 Maintenance

Getting Vanilla Framework

Install with NPM: https://www.npmjs.com/package/vanilla-framework Visit the documentation at https://vanillaframework.io/docs

New Contributors

Full Changelog: https://github.com/canonical/vanilla-framework/compare/v4.7.0...v4.8.0

v4.7.0

Compare Source

Getting Vanilla Framework

Install with NPM: https://www.npmjs.com/package/vanilla-framework Visit the documentation at https://vanillaframework.io/docs

New in Vanilla v4.7.0

🚀 Features
💣 Potentially breaking changes

Updates to top navigation (increased padding and new 25/75 layout variant) may cause top navigation items not fit on smaller screens. If your project adjusts $breakpoint-navigation-threshold you may need to update its value, so that navigation switches to mobile view when items don't fit anymore.

🐛 Bug Fixes
🔨 Maintenance

Full Changelog: https://github.com/canonical/vanilla-framework/compare/v4.6.0...v4.7.0

v4.6.0

Compare Source

Getting Vanilla Framework

Install with NPM: https://www.npmjs.com/package/vanilla-framework Visit the documentation at https://vanillaframework.io/docs

New in Vanilla v4.6.0

🚀 Features
💣 Potentially breaking changes

With the introduction of new responsive grid patterns (row--25-75-on-medium, etc), the default responsive behaviour of row--25-75 has changed. Previously on medium screens it did not split the layout, but used a stacked mobile layout. With Vanilla 4.6.0 the row--25-75 will split into 2+4 columns layout on medium screens by default. This also means that is-split-on-medium modifier class is no longer needed, as its behaviour is now default for row--25-75.

If you are using row--25-75 without is-split-on-medium make sure that the layout doesn't break on medium screen sizes. If you are using row--25-75 with is-split-on-medium no change is needed, but is-split-on-medium is redundant and can be safely removed from code.

For more information refer to the Vanilla grid documentation.

🐛 Bug Fixes
🔨 Maintenance

Full Changelog: https://github.com/canonical/vanilla-framework/compare/v4.5.1...v4.6.0

v4.5.1

Compare Source

Getting Vanilla Framework

Install with NPM: https://www.npmjs.com/package/vanilla-framework Visit the documentation at https://vanillaframework.io/docs

New in Vanilla v4.5.1

🐛 Bug Fixes

📝 Documentation

🔨 Maintenance

New Contributors

Full Changelog: https://github.com/canonical/vanilla-framework/compare/v4.5.0...v4.5.1

v4.5.0

Compare Source

Getting Vanilla Framework

Install with NPM: https://www.npmjs.com/package/vanilla-framework Visit the documentation at https://vanillaframework.io/docs

New in Vanilla v4.5.0

🚀 Features

📝 Documentation

New Contributors

Full Changelog: https://github.com/canonical/vanilla-framework/compare/v4.4.0...v4.5.0

v4.4.0

Compare Source

Getting Vanilla Framework

Install with NPM: https://www.npmjs.com/package/vanilla-framework Visit the documentation at https://vanillaframework.io/docs

New in Vanilla v4.4.0

🚀 Features

🐛 Bug Fixes

🔨 Maintenance

Full Changelog: https://github.com/canonical/vanilla-framework/compare/v4.3.0...v4.4.0

v4.3.0

Compare Source

Getting Vanilla Framework

Install with NPM: https://www.npmjs.com/package/vanilla-framework Visit the documentation at https://vanillaframework.io/docs

New in Vanilla v4.3.0

💣 Fixing misaligned logo sections from 4.2

In Vanilla 4.2 we reworked our logo section component. If used correctly, with correctly sized images it should be a seamless upgrade, but if you have used logo section with logos not correctly spaced by visual design team you may end up with broken look of oversized logos.

In Vanilla 4.3 we introduced a fallback workaround for this regression. It doesn't fix the issue automatically, but we introduced a has-misaligned-images fallback class name that can be added to broken logo sections if logo images can't be replaced by new ones. You can learn more in the docs.

🚀 Features

🔨 Maintenance

New Contributors

Full Changelog: https://github.com/canonical/vanilla-framework/compare/v4.2.0...v4.3.0

v4.2.0

Compare Source

Getting Vanilla Framework

Install with NPM: https://www.npmjs.com/package/vanilla-framework Visit the documentation at https://vanillaframework.io/docs

New in Vanilla v4.2.0

💣 Potentially breaking changes

In Vanilla 4.2 we reworked our logo section component. If used correctly, with correctly sized images it should be a seamless upgrade, but if you have used logo section with logos not correctly spaced by visual design team you may end up with broken look of oversized logos.

🚀 Features

🐛 Bug Fixes

🔨 Maintenance

New Contributors

Full Changelog: https://github.com/canonical/vanilla-framework/compare/v4.1.0...v4.2.0

v4.1.0

Compare Source

Getting Vanilla Framework

Install with NPM: https://www.npmjs.com/package/vanilla-framework Visit the documentation at https://vanillaframework.io/docs

New in Vanilla v4.1.0

🚀 Features

📝 Documentation


Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), 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[bot] avatar Jul 28 '23 14:07 renovate[bot]

Demo starting at https://maas-ui-5084.demos.haus

webteam-app avatar Jul 28 '23 14:07 webteam-app