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.5 #288

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 29, 2024

This PR contains the following updates:

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

Release Notes

canonical/vanilla-framework (vanilla-framework)

v4.18.5

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.5
🐛 Bug Fixes
📝 Documentation
🔨 Maintenance
New Contributors

Full Changelog: canonical/vanilla-framework@v4.18.4...v4.18.5

v4.18.4

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

🐛 Bug Fixes

📝 Documentation

Full Changelog: canonical/vanilla-framework@v4.18.3...v4.18.4

v4.18.3

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

🐛 Bug Fixes

📝 Documentation

🔨 Maintenance

New Contributors

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

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 from 349f0a1 to 99cb172 Compare April 11, 2024 16:33
@renovate renovate bot changed the title Update dependency vanilla-framework to v4.9.1 Update dependency vanilla-framework to v4.10.0 Apr 11, 2024
@renovate renovate bot force-pushed the renovate/internal branch from 99cb172 to 48348f2 Compare May 7, 2024 18:40
@renovate renovate bot changed the title Update dependency vanilla-framework to v4.10.0 Update dependency vanilla-framework to v4.11.0 May 7, 2024
@renovate renovate bot force-pushed the renovate/internal branch from 48348f2 to e6d4860 Compare June 6, 2024 12:45
@renovate renovate bot changed the title Update dependency vanilla-framework to v4.11.0 Update dependency vanilla-framework to v4.12.0 Jun 6, 2024
@renovate renovate bot changed the title Update dependency vanilla-framework to v4.12.0 Update dependency vanilla-framework to v4.13.0 Jun 17, 2024
@renovate renovate bot force-pushed the renovate/internal branch from e6d4860 to 7d81e0e Compare June 17, 2024 21:31
@renovate renovate bot force-pushed the renovate/internal branch from 7d81e0e to 5a8b480 Compare July 2, 2024 16:03
@renovate renovate bot changed the title Update dependency vanilla-framework to v4.13.0 Update dependency vanilla-framework to v4.14.0 Jul 2, 2024
@renovate renovate bot force-pushed the renovate/internal branch from 5a8b480 to 4e6147d Compare August 9, 2024 12:59
@renovate renovate bot changed the title Update dependency vanilla-framework to v4.14.0 Update dependency vanilla-framework to v4.15.0 Aug 9, 2024
@renovate renovate bot force-pushed the renovate/internal branch from 4e6147d to e4f5733 Compare September 13, 2024 09:48
@renovate renovate bot changed the title Update dependency vanilla-framework to v4.15.0 Update dependency vanilla-framework to v4.16.0 Sep 13, 2024
@renovate renovate bot force-pushed the renovate/internal branch from e4f5733 to a09b9e6 Compare October 10, 2024 15:59
@renovate renovate bot changed the title Update dependency vanilla-framework to v4.16.0 Update dependency vanilla-framework to v4.17.0 Oct 10, 2024
@renovate renovate bot force-pushed the renovate/internal branch from a09b9e6 to a601f09 Compare October 10, 2024 22:01
@renovate renovate bot changed the title Update dependency vanilla-framework to v4.17.0 Update dependency vanilla-framework to v4.17.1 Oct 10, 2024
@renovate renovate bot force-pushed the renovate/internal branch from a601f09 to e5b1688 Compare October 25, 2024 14:30
@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 force-pushed the renovate/internal branch from e5b1688 to 05b6238 Compare October 30, 2024 14:13
@renovate renovate bot changed the title Update dependency vanilla-framework to v4.18.0 Update dependency vanilla-framework to v4.18.1 Oct 30, 2024
@renovate renovate bot force-pushed the renovate/internal branch from 05b6238 to da88b7e Compare October 30, 2024 18:12
@renovate renovate bot changed the title Update dependency vanilla-framework to v4.18.1 Update dependency vanilla-framework to v4.18.2 Oct 30, 2024
@renovate renovate bot force-pushed the renovate/internal branch from da88b7e to cd757ea Compare December 3, 2024 18:48
@renovate renovate bot changed the title Update dependency vanilla-framework to v4.18.2 Update dependency vanilla-framework to v4.18.3 Dec 3, 2024
@renovate renovate bot changed the title Update dependency vanilla-framework to v4.18.3 Update dependency vanilla-framework to v4.18.3 - autoclosed Dec 8, 2024
@renovate renovate bot closed this Dec 8, 2024
@renovate renovate bot deleted the renovate/internal branch December 8, 2024 18:58
@renovate renovate bot changed the title Update dependency vanilla-framework to v4.18.3 - autoclosed Update dependency vanilla-framework to v4.18.3 Dec 8, 2024
@renovate renovate bot reopened this Dec 8, 2024
@renovate renovate bot force-pushed the renovate/internal branch 2 times, most recently from cd757ea to 61c1a19 Compare December 9, 2024 20:47
@renovate renovate bot changed the title Update dependency vanilla-framework to v4.18.3 Update dependency vanilla-framework to v4.18.4 Dec 9, 2024
@renovate renovate bot force-pushed the renovate/internal branch from 61c1a19 to b6b05ef Compare December 20, 2024 12:01
@renovate renovate bot changed the title Update dependency vanilla-framework to v4.18.4 Update dependency vanilla-framework to v4.18.5 Dec 20, 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