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

chore(deps): update internal dependencies #332

Merged
merged 2 commits into from
Jun 12, 2024
Merged

chore(deps): update internal dependencies #332

merged 2 commits into from
Jun 12, 2024

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Feb 16, 2024

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@canonical/cookie-policy 3.5.0 -> 3.6.3 age adoption passing confidence
@canonical/global-nav 3.6.2 -> 3.6.4 age adoption passing confidence
vanilla-framework (source) 4.7.0 -> 4.12.0 age adoption passing confidence

Release Notes

canonical/cookie-policy (@​canonical/cookie-policy)

v3.6.3

Compare Source

What's Changed in cookie-policy v3.6.3

🐛 Fixes

Full Changelog: canonical/cookie-policy@3.6.2...v3.6.3

v3.6.2

Compare Source

What's Changed in cookie-policy v3.6.2

🐛 Fixes

Full Changelog: canonical/cookie-policy@3.6.1...v3.6.2

v3.6.1

Compare Source

What's Changed in cookie-policy v3.6.1

🐛 Fixes

Full Changelog: canonical/cookie-policy@3.6.0...v3.6.1

v3.6.0

Compare Source

What's Changed in cookie-policy v3.6.0

🚀 Features

New Contributors

Full Changelog: canonical/cookie-policy@3.5.0...v3.6.0

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

v3.6.4

Compare Source

What's Changed

Full Changelog: canonical/global-nav@v3.6.3...v3.6.4

v3.6.3

Compare Source

What's Changed

  • Bumped Vanilla version to V 4.9.0
canonical/vanilla-framework (vanilla-framework)

v4.12.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.12.0

🚀 Features

🐛 Bug Fixes

📝 Documentation

🔨 Maintenance

New Contributors

Full Changelog: canonical/vanilla-framework@v4.11.0...v4.12.0

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

💣 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: 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://anbox-cloud-io-332.demos.haus

@renovate renovate bot changed the title chore(deps): update dependency vanilla-framework to v4.8.0 chore(deps): update dependency vanilla-framework to v4.9.0 Mar 14, 2024
@renovate renovate bot force-pushed the renovate/internal branch 2 times, most recently from de56157 to 704de75 Compare March 15, 2024 14:27
@renovate renovate bot changed the title chore(deps): update dependency vanilla-framework to v4.9.0 chore(deps): update internal dependencies Mar 15, 2024
@renovate renovate bot force-pushed the renovate/internal branch from 704de75 to f7e864c Compare March 18, 2024 18:35
@renovate renovate bot force-pushed the renovate/internal branch 2 times, most recently from 3e40ec7 to cafdd04 Compare March 29, 2024 15:48
@renovate renovate bot force-pushed the renovate/internal branch 4 times, most recently from 475c545 to 94d1bcb Compare April 11, 2024 16:48
@renovate renovate bot force-pushed the renovate/internal branch from 94d1bcb to 872a4d6 Compare May 7, 2024 18:24
@renovate renovate bot force-pushed the renovate/internal branch from 872a4d6 to eef7188 Compare June 6, 2024 10:32
Copy link
Contributor

@edlerd edlerd left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This section needs updates, the link text should be white as before, not black.

image

Copy link
Contributor Author

renovate bot commented Jun 12, 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.

…[WD-11930]

- Added "is-dark" class to parent element to inform child components to use light colours.

Signed-off-by: Nkeiruka <[email protected]>
@Kxiru Kxiru force-pushed the renovate/internal branch from babfbca to 509bb16 Compare June 12, 2024 11:37
@Kxiru
Copy link
Contributor

Kxiru commented Jun 12, 2024

image

@Kxiru Kxiru self-assigned this Jun 12, 2024
@Kxiru Kxiru requested a review from edlerd June 12, 2024 11:39
Copy link
Contributor

@edlerd edlerd left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM, thanks for fixing this.

@Kxiru Kxiru merged commit d26c1ff into main Jun 12, 2024
7 checks passed
@Kxiru Kxiru deleted the renovate/internal branch June 12, 2024 12:20
@Kxiru Kxiru restored the renovate/internal branch June 12, 2024 12:20
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.

3 participants