-
Notifications
You must be signed in to change notification settings - Fork 35
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 (major) #274
base: main
Are you sure you want to change the base?
Conversation
Demo starting at https://netplan-io-274.demos.haus |
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #274 +/- ##
=======================================
Coverage 80.43% 80.43%
=======================================
Files 2 2
Lines 46 46
=======================================
Hits 37 37
Misses 9 9
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. |
6386f81
to
5f0f3b8
Compare
5f0f3b8
to
db28ada
Compare
db28ada
to
7536101
Compare
0b5c3ef
to
8d32afd
Compare
8d32afd
to
f58a716
Compare
f58a716
to
369c116
Compare
369c116
to
828ac72
Compare
828ac72
to
7536b46
Compare
7536b46
to
e6b5b69
Compare
e6b5b69
to
810abf0
Compare
810abf0
to
724960a
Compare
724960a
to
4b74e3f
Compare
4b74e3f
to
90ad933
Compare
90ad933
to
bf07308
Compare
a4c7b64
to
e418862
Compare
e418862
to
3035662
Compare
3035662
to
59d804d
Compare
86505fe
to
be2d195
Compare
7d3c9e1
to
33ec4ce
Compare
2de86c6
to
b9e2925
Compare
b9e2925
to
8a33615
Compare
276c411
to
637c003
Compare
637c003
to
4fc2508
Compare
4fc2508
to
feebcb5
Compare
This PR contains the following updates:
==1.1.0
->==2.1.0
3.14.0
->4.20.2
Release Notes
canonical-web-and-design/canonicalwebteam.flask-base (canonicalwebteam.flask-base)
v2.1.0
Compare Source
Add compression of JS and CSS assets
v2.0.0
Compare Source
Pin to Flask 2.3.3
Update dependencies: jinja2, Werkzeug, markupsafe, itsdangerous
canonical/vanilla-framework (vanilla-framework)
v4.20.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.20.2
🐛 Bug Fixes
.p-tabs__list
spans full width on all screen sizes by @jmuzina (#5457)🔨 Maintenance
Full Changelog: canonical/vanilla-framework@v4.20.1...v4.20.2
v4.20.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.20.1
🐛 Bug Fixes
Full Changelog: canonical/vanilla-framework@v4.20.0...v4.20.1
v4.20.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.20.0
🚀 Features
🐛 Bug Fixes
Full Changelog: canonical/vanilla-framework@v4.19.0...v4.20.0
v4.19.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.19.0
🚀 Features
🐛 Bug Fixes
🔨 Maintenance
Full Changelog: canonical/vanilla-framework@v4.18.5...v4.19.0
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
title_text
is now a semantich2
. by @jmuzina (#5427)📝 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
.p-rule--muted
by @jmuzina (#5424)📝 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
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
.grid-row
and.grid-col
) by @jmuzina (#5368)🐛 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 ofsass
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
sass
as a peer dependency by @jmuzina (#5379)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
sass
at least at version 1.79.0 or higher. So please update yoursass
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
hr
element consistent in styling by @petesfrench (#5241)🔨 Maintenance
main
before running Percy by @jmuzina (#5300)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
.row--75-25
) by @jmuzina (#5235)🐛 Bug Fixes
📝 Documentation
js-beautify
by @jmuzina (#5259)is-cover
to image container class reference by @jmuzina (#5207)🔨 Maintenance
templates/_macros
to percy tests by @jmuzina (#5250)❤️ 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
🐛 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
tohas-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 valuedark
will not work anymore. Useis-dark
oris-light
class names in HTML instead.🚀 Features
🐛 Bug Fixes
📝 Documentation
🔨 Maintenance
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 was generated by Mend Renovate. View the repository job log.