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 #1681

Merged
merged 3 commits into from
Feb 7, 2024
Merged

Update internal dependencies #1681

merged 3 commits into from
Feb 7, 2024

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Jan 16, 2024

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@canonical/react-components (source) 0.47.1 -> 0.50.0 age adoption passing confidence
vanilla-framework (source) 4.5.1 -> 4.7.0 age adoption passing confidence

Release Notes

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

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)
canonical/vanilla-framework (vanilla-framework)

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: canonical/vanilla-framework@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: canonical/vanilla-framework@v4.5.1...v4.6.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://juju-dashboard-1681.demos.haus

Copy link

codecov bot commented Jan 16, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Comparison is base (c4946e7) 0.00% compared to head (20eb1e0) 95.27%.
Report is 5 commits behind head on main.

Additional details and impacted files
@@            Coverage Diff            @@
##           main    #1681       +/-   ##
=========================================
+ Coverage      0   95.27%   +95.27%     
=========================================
  Files         0      185      +185     
  Lines         0     5455     +5455     
  Branches      0     1581     +1581     
=========================================
+ Hits          0     5197     +5197     
- Misses        0      239      +239     
- Partials      0       19       +19     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@renovate renovate bot changed the title chore(deps): update dependency vanilla-framework to v4.6.0 chore(deps): update internal dependencies Jan 19, 2024
@renovate renovate bot force-pushed the renovate/internal branch 4 times, most recently from b1ebb85 to 0d774ef Compare January 24, 2024 17:30
@renovate renovate bot force-pushed the renovate/internal branch 3 times, most recently from a4f18d3 to 2ca8026 Compare February 5, 2024 16:26
@renovate renovate bot force-pushed the renovate/internal branch from 2ca8026 to 4738676 Compare February 5, 2024 22:15
@renovate renovate bot changed the title chore(deps): update internal dependencies Update internal dependencies Feb 6, 2024
@huwshimi huwshimi merged commit adc004c into main Feb 7, 2024
10 checks passed
@huwshimi huwshimi deleted the renovate/internal branch February 7, 2024 02:57
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants