chore(deps): update internal dependencies #320
Merged
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
3.6.1
->3.6.2
==5.4.7
->==5.4.9
4.5.0
->4.6.0
Release Notes
canonical-web-and-design/global-nav (@canonical/global-nav)
v3.6.2
: 3.6.2Compare Source
What's Changed
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.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 ofrow--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 therow--25-75
will split into 2+4 columns layout on medium screens by default. This also means thatis-split-on-medium
modifier class is no longer needed, as its behaviour is now default forrow--25-75
.If you are using
row--25-75
withoutis-split-on-medium
make sure that the layout doesn't break on medium screen sizes.If you are using
row--25-75
withis-split-on-medium
no change is needed, butis-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
v4.5.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.5.1
🐛 Bug Fixes
📝 Documentation
🔨 Maintenance
New Contributors
Full Changelog: canonical/vanilla-framework@v4.5.0...v4.5.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 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.
This PR has been generated by Mend Renovate. View repository job log here.