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 dependency vanilla-framework to v4.18.2 #313

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Mar 27, 2024

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
vanilla-framework (source) 4.9.0 -> 4.18.2 age adoption passing confidence

Release Notes

canonical/vanilla-framework (vanilla-framework)

v4.18.2

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.18.2

🐛 Bug Fixes

Full Changelog: canonical/vanilla-framework@v4.18.1...v4.18.2

v4.18.1

Compare Source

Getting Vanilla Framework

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

This release will cause lazy-loaded images loaded with the canonical web template not to load. It has been fixed in 4.18.2.

New in Vanilla v4.18.1

🐛 Bug Fixes

  • fix: responsive aspect ratios don't work with intermediate elements by @​jmuzina (#​5402)

Full Changelog: canonical/vanilla-framework@v4.18.0...v4.18.1

v4.18.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.18.0

🚀 Features

🐛 Bug Fixes

📝 Documentation

🔨 Maintenance

New Contributors

Full Changelog: canonical/vanilla-framework@v4.17.1...v4.18.0

v4.17.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.17.1

This is a follow-up hotfix release for v4.17.0, where we introduced usage of Sass color functions only available in recent versions of sass. This release adds relevant version of sass a peer dependency to make it a bit easier to identify the problem when installing.

Check release notes for v4.17.0 for more details.

🔨 Maintenance

Full Changelog: canonical/vanilla-framework@v4.17.0...v4.17.1

v4.17.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.17.0

⚠️ Due to Sass deprecating older color functions we updated our SCSS code, but new Sass APIs require sass at least at version 1.79.0 or higher. So please update your sass along with Vanilla.

🚀 Features

🐛 Bug Fixes

📝 Documentation

🔨 Maintenance

New Contributors

Full Changelog: canonical/vanilla-framework@v4.16.0...v4.17.0

v4.16.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.16.0

🚀 Features

🐛 Bug Fixes

📝 Documentation

🔨 Maintenance

Full Changelog: canonical/vanilla-framework@v4.15.0...v4.16.0

v4.15.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.15.0

🚀 Features

🐛 Bug Fixes

📝 Documentation

🔨 Maintenance

❤️ New Contributors

Full Changelog: canonical/vanilla-framework@v4.14.0...v4.15.0

v4.14.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.14.0

🚀 Features

🐛 Bug Fixes

🔨 Maintenance

Full Changelog: canonical/vanilla-framework@v4.13.0...v4.14.0

v4.13.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.13.0

🚀 Features

  • Add new image container component and deprecate legacy image variants by @​jmuzina (#​5097)

🐛 Bug Fixes

📝 Documentation

🔨 Maintenance

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

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


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 is behind base branch, 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 was generated by Mend Renovate. View the repository job log.

@webteam-app
Copy link

@renovate renovate bot force-pushed the renovate/internal branch 2 times, most recently from ed54fd6 to c83c76d Compare March 29, 2024 17:25
@renovate renovate bot changed the title Update dependency @canonical/cookie-policy to v3.6.0 Update internal dependencies Mar 29, 2024
@renovate renovate bot force-pushed the renovate/internal branch 5 times, most recently from 460ad5d to ff5f170 Compare April 11, 2024 16:07
@renovate renovate bot force-pushed the renovate/internal branch 2 times, most recently from a925a2f to 0005e00 Compare May 30, 2024 12:54
@renovate renovate bot force-pushed the renovate/internal branch 2 times, most recently from 4bd8c81 to abd06c8 Compare June 12, 2024 17:09
@renovate renovate bot force-pushed the renovate/internal branch 2 times, most recently from c907893 to ceed3bf Compare June 24, 2024 12:53
@renovate renovate bot force-pushed the renovate/internal branch 2 times, most recently from b3079be to e25e9f4 Compare July 2, 2024 16:55
@renovate renovate bot force-pushed the renovate/internal branch 3 times, most recently from 4b18e23 to 4c54d2e Compare October 11, 2024 13:08
@renovate renovate bot changed the title Update internal dependencies Update dependency vanilla-framework to v4.17.1 Oct 24, 2024
@renovate renovate bot changed the title Update dependency vanilla-framework to v4.17.1 Update dependency vanilla-framework to v4.18.0 Oct 25, 2024
@renovate renovate bot changed the title Update dependency vanilla-framework to v4.18.0 Update dependency vanilla-framework to v4.18.2 Oct 30, 2024
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.

1 participant