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

Update internal dependencies #13398

Merged
merged 3 commits into from
Mar 20, 2024
Merged

Update internal dependencies #13398

merged 3 commits into from
Mar 20, 2024

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Dec 12, 2023

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
canonicalwebteam.blog ==6.4.1 -> ==6.4.2 age adoption passing confidence
canonicalwebteam.discourse ==5.4.7 -> ==5.4.9 age adoption passing confidence

Release Notes

canonical-web-and-design/global-nav (@​canonical/global-nav)

v3.6.4

Compare Source

v3.6.3

Compare Source

What's Changed

  • Bumped Vanilla version to V 4.9.0
canonical/react-components (@​canonical/react-components)

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: canonical/react-components@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: canonical/react-components@v0.46.0...v0.47.0

v0.46.0

Compare Source

v0.46.0

What's Changed

🔨 Maintenance

Full Changelog: canonical/react-components@v0.45.0...v0.46.0

v0.45.0

Compare Source

v0.45.0

BREAKING CHANGES

  • The default value of autoResetSortBy in ModularTable was changed from true to false. The autoResetSortBy optional prop specifies whether the sort by needs to be reset after each data change. See #​947.

What's Changed

🔨 Maintenance

Full Changelog: canonical/react-components@v0.44.0...v0.45.0

v0.44.0

Compare Source

v0.43.1

  • build(deps): bump semver from 5.7.1 to 5.7.2 (#​941)

🔨 Maintenance

Full Changelog: canonical/react-components@v0.43.0...v0.44.0

v0.43.0

Compare Source

v0.43.0

🚀 Features

  • Add notification provider WD-4256 (#​931)
  • Add EmptyState component [WD-4257] (#​930)
  • Add ConfirmationModal and ConfirmationButton components [WD-4255] (#​929)

🔨 Maintenance

  • fix(ActionButton) reset height and width after loading finished (#​933)
  • Forward close callback to children of ContextualMenu WD-4203 (#​928)
  • fix(tooltip) avoid broken reference to tooltip when not mounted (#​926)
  • fix(card) avoid aria-labelledby reference when no title is passed (#​925)
  • Fix ListItem content type conflict (#​932)
  • build(deps-dev): bump stylelint from 14.16.1 to 15.10.1 (#​938)
  • chore(deps): update dependency vanilla-framework to v3.15.1 (#​927)
  • Add notification provider WD-4256 (#​931)
  • fix(theme) use default colors for the custom theme WD-4880 (#​934)
  • chore(deps): update dependency @​testing-library/react to v14 (#​922)
  • chore(deps): update dependency concurrently to v8 (#​924)
  • chore(deps): update dependency @​types/react-dom to v18 (#​923)
  • chore(deps): update all non-major dependencies (#​921)

Full Changelog: canonical/react-components@v0.42.0...v0.43.0

v0.42.0

Compare Source

What's Changed

React 18

React components are now upgraded to React 18. They may still work with React 17, but it's recommended to use React 18.

Changes

Full Changelog: canonical/react-components@v0.41.0...v0.42.0

v0.41.0

Compare Source

v0.41.0

  • Add sub-rows to ModularTable (#​907)
  • Fix table sorting (#​913)
  • Scroll the search and filter dropdown (#​906)
  • Notifications: allow override of title element, as the h5 might disturb the heading hierarchy (#​902)
  • Fix tooltip click propagation (#​912)

🔨 Maintenance

Full Changelog: canonical/react-components@v0.40.1...v0.41.0

v0.40.1

Compare Source

v0.40.1

📝 Documentation

🔨 Maintenance

Full Changelog: canonical/react-components@v0.40.0...v0.40.1

v0.40.0

Compare Source

v0.40.0

  • Add option for table captions (#​821)

🚀 Features

  • Add zIndex prop for Tooltip component (#​893)

🐛 Bug Fixes

  • Add zIndex prop for Tooltip component (#​893)

🔨 Maintenance

  • Prepare 0.40.0 release (#​895)
  • chore(deps): update dependency vanilla-framework to v3.12.1 (#​894)
  • Add script to automate the preparation of a new release (#​892)
  • chore(deps): update dependency @​testing-library/cypress to v9 (#​873)
  • chore(deps): update dependency cypress to v12 (#​884)
  • chore(deps): update node.js to v18 (#​858)

Full Changelog: canonical/react-components@v0.39.0...v0.40.0

v0.39.0

Compare Source

v0.39.0

🚀 Features

🐛 Bug Fixes

  • fix(List): fix stepped list dom validation error for nested paragraphs (#​886)

🔨 Maintenance

  • Prepare 0.39.0 release (#​891)
  • chore(deps): update dependency vanilla-framework to v3.11.1 (#​888)
  • Fix storybook docs add-on (#​889)
  • Update dependency babel-loader to v9 (#​874)
  • Update dependency @​types/react to v18 (#​866)
  • Bump json5 from 1.0.1 to 1.0.2 (#​885)
  • Update all non-major dependencies (#​857)
  • Update dependency babel-plugin-module-resolver to v5 (#​883)

New Contributors

Full Changelog: canonical/react-components@v0.38.0...v0.39.0

canonical/canonicalwebteam.discourse (canonicalwebteam.discourse)

v5.4.9

Compare Source

Changes

update image parsing (#​186)

This release was made possible by the following contributors:

@​codeEmpress1

v5.4.8

Compare Source

Changes

fix issue with image parsing (#​185)
Update examples and docs for new layout (#​181)

This release was made possible by the following contributors:

@​bartaz and @​codeEmpress1

canonical/vanilla-framework (vanilla-framework)

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: canonical/vanilla-framework@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.

🙋 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: canonical/vanilla-framework@v4.7.0...v4.8.0


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.

@webteam-app
Copy link

Demo starting at https://ubuntu-com-13398.demos.haus

Copy link

codecov bot commented Dec 12, 2023

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 74.49%. Comparing base (69cc6c8) to head (e49e8a9).
Report is 8 commits behind head on main.

Additional details and impacted files
@@           Coverage Diff           @@
##             main   #13398   +/-   ##
=======================================
  Coverage   74.49%   74.49%           
=======================================
  Files         107      107           
  Lines        2854     2854           
  Branches      954      954           
=======================================
  Hits         2126     2126           
  Misses        704      704           
  Partials       24       24           

@renovate renovate bot changed the title Update dependency @canonical/react-components to ^0.47.0 Update internal dependencies Dec 13, 2023
@renovate renovate bot force-pushed the renovate/internal branch 2 times, most recently from d56433b to fa22799 Compare January 17, 2024 11:17
@renovate renovate bot force-pushed the renovate/internal branch from fa22799 to d7cdd49 Compare January 24, 2024 16:41
@renovate renovate bot force-pushed the renovate/internal branch 4 times, most recently from 469a4fd to b9b67ee Compare February 7, 2024 16:53
@renovate renovate bot force-pushed the renovate/internal branch 3 times, most recently from 685aad4 to 04d1cc2 Compare February 22, 2024 19:24
@carkod
Copy link
Contributor

carkod commented Mar 5, 2024

Superseded by separate PRs, we'll update them independently, for starters

@renovate renovate bot changed the title Update internal dependencies chore(deps): update internal dependencies Mar 5, 2024
@renovate renovate bot changed the title chore(deps): update internal dependencies Update internal dependencies Mar 11, 2024
@renovate renovate bot force-pushed the renovate/internal branch 2 times, most recently from 9add516 to e76e64e Compare March 15, 2024 13:15
@renovate renovate bot force-pushed the renovate/internal branch from e76e64e to 8c40ece Compare March 18, 2024 18:43
Copy link
Contributor Author

renovate bot commented Mar 19, 2024

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.

@carkod carkod force-pushed the renovate/internal branch from 6dbc981 to 5bb48a1 Compare March 19, 2024 12:01
@carkod carkod merged commit 3369bf2 into main Mar 20, 2024
27 checks passed
@carkod carkod deleted the renovate/internal branch March 20, 2024 13:15
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.

3 participants