-
Notifications
You must be signed in to change notification settings - Fork 256
chore(deps): update internal dependencies to v3 (major) #14150
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
Open
renovate
wants to merge
1
commit into
main
Choose a base branch
from
renovate/major-internal
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
+43
−27
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
01f1132 to
27dfdd7
Compare
27dfdd7 to
0d17a9f
Compare
7762335 to
88c8476
Compare
d13e5cf to
cb3e2a0
Compare
0ae5b45 to
2704cc4
Compare
Closed
e5e3de1 to
861b607
Compare
a84cd30 to
575e5e7
Compare
575e5e7 to
d49af38
Compare
dfea8a1 to
a751e1e
Compare
fbcd2de to
b87e974
Compare
b87e974 to
b207eb5
Compare
d1511cd to
be2edf6
Compare
be2edf6 to
f4da78c
Compare
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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:
^0.60.0→^3.0.0==2.6.1→==3.1.1Release Notes
canonical/react-components (@canonical/react-components)
v3.8.0Compare Source
Features
v3.7.1Compare Source
Bug Fixes
v3.7.0Compare Source
Features
v3.6.0Compare Source
Features
v3.5.1Compare Source
Bug Fixes
v3.5.0Compare Source
Features
v3.4.3Compare Source
Bug Fixes
v3.4.2Compare Source
Bug Fixes
v3.4.1Compare Source
Bug Fixes
v3.4.0Compare Source
Features
v3.3.0Compare Source
Features
v3.2.0Compare Source
Features
v3.1.1Compare Source
Bug Fixes
v3.1.0Compare Source
Features
v3.0.1Compare Source
Bug Fixes
Modal: modal no longer sets focus whencloseprop changes (#1253) (49a4e15)v3.0.0Compare Source
Bug Fixes
LoginPageLayout: no longer sets theme tois-paper(#1251) (1054e1f)BREAKING CHANGES
LoginPageLayout: LoginPageLayout no longer sets theme to is-paperv2.16.1Compare Source
Bug Fixes
MainTablewrapped inside aScrollableTableis not equivalent to the default case (#1247) (758ba66)v2.16.0Compare Source
Features
v2.15.1Compare Source
Bug Fixes
v2.15.0Compare Source
Features
v2.14.0Compare Source
Features
v2.13.0Compare Source
Features
v2.12.0Compare Source
Features
v2.11.0Compare Source
Features
v2.10.0Compare Source
Features
v2.9.0Compare Source
Features
v2.8.1Compare Source
Bug Fixes
v2.8.0Compare Source
Features
v2.7.9Compare Source
Bug Fixes
v2.7.8Compare Source
Bug Fixes
v2.7.7Compare Source
Bug Fixes
v2.7.6Compare Source
Bug Fixes
v2.7.5Compare Source
Bug Fixes
v2.7.4Compare Source
Bug Fixes
v2.7.3Compare Source
Bug Fixes
v2.7.2Compare Source
Bug Fixes
v2.7.1Compare Source
Bug Fixes
v2.7.0Compare Source
Features
v2.6.1Compare Source
Bug Fixes
v2.6.0Compare Source
Features
v2.5.2Compare Source
Bug Fixes
v2.5.1Compare Source
Bug Fixes
v2.5.0Compare Source
Features
v2.4.0Compare Source
Features
v2.3.1Compare Source
Bug Fixes
v2.3.0Compare Source
Features
v2.2.4Compare Source
Bug Fixes
v2.2.3Compare Source
Bug Fixes
v2.2.2Compare Source
Bug Fixes
v2.2.1Compare Source
Bug Fixes
v2.2.0Compare Source
Features
v2.1.0Compare Source
Features
v2.0.0Compare Source
Features
BREAKING CHANGES
v1.10.0Compare Source
Features
v1.9.1Compare Source
Bug Fixes
v1.9.0Compare Source
Features
v1.8.0Compare Source
Features
v1.7.3Compare Source
Bug Fixes
v1.7.2Compare Source
Bug Fixes
v1.7.1Compare Source
Bug Fixes
v1.7.0Compare Source
Features
v1.6.0Compare Source
Features
v1.5.0Compare Source
Features
v1.4.0Compare Source
Features
v1.3.3Compare Source
Bug Fixes
v1.3.2Compare Source
Bug Fixes
v1.3.1Compare Source
Bug Fixes
v1.3.0Compare Source
Features
v1.2.5Compare Source
Bug Fixes
v1.2.4Compare Source
Bug Fixes
v1.2.3Compare Source
Bug Fixes
v1.2.2Compare Source
Bug Fixes
v1.2.1Compare Source
Bug Fixes
v1.2.0Compare Source
Features
v1.1.0Compare Source
Features
v1.0.0Compare Source
Bug Fixes
BREAKING CHANGES
LoginPageLayoutrenders.canonical-web-and-design/canonicalwebteam.flask-base (canonicalwebteam.flask-base)
v3.1.1Compare Source
Add missing init file to fix the bug of missing opentelemetry module.
v3.1.0Compare Source
Upgrade notes
For the production mode to output JSON structured logs you don't need to do anything, as it comes out of the box.
Be aware that you can now pass parameters to the logging method with the "extra" argument and anything you pass
will appear in the structured JSON log.
For the development prettified logs there is one step to be done.
Update your gunicorn entrypoint to add
--logger-class canonicalwebteam.flask_base.log_utils.GunicornDevLoggerif you are in DEBUG mode.
One can pass a custom logging.Handler to FlaskBase in order to personalize the output of the logs.
All the work of setting the handler in all the appropriate places is done by FlaskBase.
v3.0.0Compare Source
Upgrade notes
This version will require a few updates to remove talisker usage in your application. Namely:
entrypointscript, replacetalisker.gunicorn.geventwithgunicorn.talisker.requestswithrequests.TALISKER_REVISION_IDfromDockerfile.app.extensions["sentry"]as Sentry support was provided by talisker and is no longer available. You can use thesentry-sdkpackage directly to integrate Sentry into your Flask application.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.
🔕 Ignore: Close this PR and you won't be reminded about these updates again.
This PR was generated by Mend Renovate. View the repository job log.