chore(deps): update internal dependencies (major) #57
+7
−7
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:
2.7.9
->3.6.0
==6.3.0
->==7.0.0
==2.6.0
->==3.1.1
Release Notes
canonical/react-components (@canonical/react-components)
v3.6.0
Compare Source
Features
v3.5.1
Compare Source
Bug Fixes
v3.5.0
Compare Source
Features
v3.4.3
Compare Source
Bug Fixes
v3.4.2
Compare Source
Bug Fixes
v3.4.1
Compare Source
Bug Fixes
v3.4.0
Compare Source
Features
v3.3.0
Compare Source
Features
v3.2.0
Compare Source
Features
v3.1.1
Compare Source
Bug Fixes
v3.1.0
Compare Source
Features
v3.0.1
Compare Source
Bug Fixes
Modal
: modal no longer sets focus whenclose
prop changes (#1253) (49a4e15)v3.0.0
Compare Source
Bug Fixes
LoginPageLayout
: no longer sets theme tois-paper
(#1251) (1054e1f)BREAKING CHANGES
LoginPageLayout
: LoginPageLayout no longer sets theme to is-paperv2.16.1
Compare Source
Bug Fixes
MainTable
wrapped inside aScrollableTable
is not equivalent to the default case (#1247) (758ba66)v2.16.0
Compare Source
Features
v2.15.1
Compare Source
Bug Fixes
v2.15.0
Compare Source
Features
v2.14.0
Compare Source
Features
v2.13.0
Compare Source
Features
v2.12.0
Compare Source
Features
v2.11.0
Compare Source
Features
v2.10.0
Compare Source
Features
v2.9.0
Compare Source
Features
v2.8.1
Compare Source
Bug Fixes
v2.8.0
Compare Source
Features
canonical/canonicalwebteam.discourse (canonicalwebteam.discourse)
v7.0.0
Compare Source
Added Events class
Added EventsParser class
Updated check_for_category_updates & check_for_topic_updates
Updated Category class
get_topics_in_category
now returns an array of objectscanonical-web-and-design/canonicalwebteam.flask-base (canonicalwebteam.flask-base)
v3.1.1
Compare Source
Add missing init file to fix the bug of missing opentelemetry module.
v3.1.0
Compare 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.GunicornDevLogger
if 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.0
Compare Source
Upgrade notes
This version will require a few updates to remove talisker usage in your application. Namely:
entrypoint
script, replacetalisker.gunicorn.gevent
withgunicorn
.talisker.requests
withrequests
.TALISKER_REVISION_ID
fromDockerfile
.app.extensions["sentry"]
as Sentry support was provided by talisker and is no longer available. You can use thesentry-sdk
package directly to integrate Sentry into your Flask application.v2.6.1
Compare Source
Changes
add SENTRY_DSN env var (#90)
This release was made possible by the following contributors:
@usamabinnadeem-10
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.