-
Notifications
You must be signed in to change notification settings - Fork 26
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
fix(deps): update all dependencies #526
base: main
Are you sure you want to change the base?
Conversation
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #526 +/- ##
=======================================
Coverage 58.51% 58.51%
=======================================
Files 6 6
Lines 188 188
=======================================
Hits 110 110
Misses 78 78
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. |
5df1cec
to
c9484fa
Compare
0ccf19e
to
a116a3f
Compare
1f45a5c
to
3fb7db4
Compare
e3c50c9
to
df54078
Compare
8233bec
to
619ed37
Compare
619ed37
to
6618334
Compare
e985af1
to
b9fb56b
Compare
81ae95f
to
55edd13
Compare
4562a5a
to
94c93ae
Compare
0e3d5f2
to
5ec9a03
Compare
06659fd
to
a10c670
Compare
cc933d8
to
a978e9b
Compare
6f14714
to
c63e94a
Compare
2cfcce7
to
b612ffe
Compare
b612ffe
to
5fae040
Compare
This PR contains the following updates:
3.5.0
->3.6.5
10.4.19
->10.4.20
==24.3.0
->==25.1.0
==5.3.3
->==5.5.2
==6.4.2
->==6.4.4
==5.6.1
->==6.0.0
==2.0.0
->==2.2.1
==1.3.1
->==1.5.0
==2.1.0
->==2.1.1
v3
->v5
8.2.2
->9.1.2
==7.0.0
->==7.1.2
20
->22
8.4.38
->8.5.3
3.2.5
->3.5.2
1.83.4
->1.85.1
==3.0.2
->==3.0.4
16.3.1
->16.14.1
14.0.0
->14.1.0
5.0.0
->5.0.3
22.04
->24.04
jammy
->noble
jammy
->noble
4.20.3
->4.21.0
Release Notes
canonical/cookie-policy (@canonical/cookie-policy)
v3.6.5
Compare Source
v3.6.4
: 3.6.4Compare Source
What's Changed in cookie-policy v3.6.2
🐛 Fixes
Full Changelog: canonical/cookie-policy@3.6.3...v3.6.4
v3.6.3
Compare Source
What's Changed in cookie-policy v3.6.3
🐛 Fixes
Full Changelog: canonical/cookie-policy@3.6.2...v3.6.3
v3.6.2
Compare Source
What's Changed in cookie-policy v3.6.2
🐛 Fixes
Full Changelog: canonical/cookie-policy@3.6.1...v3.6.2
v3.6.1
Compare Source
What's Changed in cookie-policy v3.6.1
🐛 Fixes
Full Changelog: canonical/cookie-policy@3.6.0...v3.6.1
v3.6.0
Compare Source
What's Changed in cookie-policy v3.6.0
🚀 Features
New Contributors
Full Changelog: canonical/cookie-policy@3.5.0...v3.6.0
postcss/autoprefixer (autoprefixer)
v10.4.20
Compare Source
fit-content
prefix for Firefox.psf/black (black)
v25.1.0
Compare Source
Highlights
This release introduces the new 2025 stable style (#4558), stabilizing
the following changes:
# fmt: skip
comments is no longer normalized (#4146)*
and more complex type variable tuple (#4440)The following changes were not in any previous release:
split over multiple lines first instead of type parameter definitions (#4553)
Stable style
empty lines (#4484)
with
statements containing tuple generators/unpacking(#4538)
Preview style
(#4498)
string_processing
andwrap_long_dict_values_in_parens
from removingparentheses around long dictionary values (#4377)
wrap_long_dict_values_in_parens
from the unstable to preview style (#4561)Packaging
License-Expression
metadata field, seePEP 639. (#4479)
Performance
is_fstring_start
function in Black's tokenizer (#4541)Integrations
--stdin-filename
set to a force excluded path, stdin won't beformatted. (#4539)
v24.10.0
Compare Source
Highlights
mypyc-compiled wheels. (#4436) (#4449)
safety issue in Python 3.12.5 that can cause Black's AST safety checks to fail. Please
use Python 3.12.6 or Python 3.12.4 instead. (#4447)
Stable style
X | Y
style unions.(#4453)
%%
magic (#4462)Preview style
def fn(*args: *tuple[*Ts, T]) -> None: pass
) (#4440)Caching
--unstable
(#4466)Packaging
blackd
now requires a newer version of aiohttp. (#4451)Output
v24.8.0
Compare Source
Stable style
# fmt: off
is used before a closing parenthesis or bracket. (#4363)Packaging
linked. This improves the PyPI listing for Black. (#4345)
Parser
multiline string (#4339)
(#4401)
\{
inside f-strings very well (#4422)(#4423)
Performance
.gitignore
(#4415)Blackd
v24.4.2
Compare Source
This is a bugfix release to fix two regressions in the new f-string parser introduced in
24.4.1.
Parser
Performance
v24.4.1
Compare Source
Highlights
Stable style
Parser
by PEP 696 (#4327)
Integrations
git archive
is skipped (#4313)v24.4.0
Compare Source
Stable style
Preview style
if
guards incase
blocks are now wrapped in parentheses when the line is too long.(#4269)
Integrations
use_pyproject
to the GitHub Actionpsf/black
. This will read theBlack version from
pyproject.toml
. (#4294)tkem/cachetools (cachetools)
v5.5.2
Compare Source
===================
Reduce number of
@cached
lock/unlock operations.Improve documentation.
Update CI environment.
v5.5.1
Compare Source
===================
Add documentation regarding caching of exceptions.
Officially support Python 3.13.
Update CI environment.
v5.5.0
Compare Source
===================
TTLCache.expire()
returns iterable of expired(key, value)
pairs.
TLRUCache.expire()
returns iterable of expired(key, value)
pairs.
Documentation improvements.
Update CI environment.
v5.4.0
Compare Source
===================
Add the
keys.typedmethodkey
decorator.Deprecate
MRUCache
class.Deprecate
@func.mru_cache
decorator.Update CI environment.
canonical/canonicalwebteam.discourse (canonicalwebteam.discourse)
v6.0.0
Compare Source
Updated Category class
Removed to template handling from within the Category class.
Bump to 6.0.0, as the previous update was a major
v5.8.1
Compare Source
Changes
feat: Add third filter for querying engage pages (#206)
This release was made possible by the following contributors:
@britneywwc
v5.8.0
Compare Source
Added Category class
A generic class for processing discourse categories and the topics they contain
v5.7.4
Compare Source
Changes
feat: Update query to include second keyword and value (#203)
removed config.ps5 (#202)
Include h3 to table of contents (#200)
This release was made possible by the following contributors:
@britneywwc and @samhotep
v5.7.3
: : Read href from masked links in metadataCompare Source
Changes
chore: Bump version to 5.7.3 (#198)
Read href instead of string from masked links (#197)
This release was made possible by the following contributors:
@britneywwc
v5.7.2
Compare Source
Changes
Add sort by functionality to takeovers 'cooked' content (#196)
This release was made possible by the following contributors:
@carkod
v5.7.1
Compare Source
Changes
Add limit and offset to allow pagination for engage pages and takeovers (#193)
This release was made possible by the following contributors:
@carkod
canonical-web-and-design/canonicalwebteam.flask-base (canonicalwebteam.flask-base)
v2.2.1
Compare Source
Revert
2.1.0
changes to compression of JS and CSS assetsv2.2.0
Compare Source
Upgrade notes
This version will require changes in the
Dockerfile
to use a virtual environment as this is mandatory for Python 3.12.Here is an example of how to upgrade to
2.2.0
: canonical/ubuntu.com@82f04d9v2.1.0
Compare Source
Add compression of JS and CSS assets
codecov/codecov-action (codecov/codecov-action)
v5
Compare Source
What's Changed
Full Changelog: https://github.com/codecov/codecov-action/compare/v5.3.0..v5.3.1
v4
Compare Source
What's Changed
versionInfo
by @marcobiedermann in https://github.com/codecov/codecov-action/pull/1407evenName
in the logs correctly by @webknjaz in https://github.com/codecov/codecov-action/pull/1560open-cli-tools/concurrently (concurrently)
v9.1.2
Compare Source
What's Changed
New Contributors
Full Changelog: open-cli-tools/concurrently@v9.1.1...v9.1.2
v9.1.1
Compare Source
What's Changed
Full Changelog: open-cli-tools/concurrently@v9.1.0...v9.1.1
v9.1.0
Compare Source
What's Changed
New Contributors
Full Changelog: open-cli-tools/concurrently@v9.0.1...v9.1.0
v9.0.1
Compare Source
What's Changed
Full Changelog: open-cli-tools/concurrently@v9.0.0...v9.0.1
v9.0.0
Compare Source
💥 Breaking Changes
Dropped support for Node.js < 18.0.0.
Older Node.js version have reached end-of-life, and certain features require new-ish JS APIs.
Pending commands no longer run when
--max-processes
is set and an interruption/kill signal is sent - #433, #452, #460Before v9.0.0, pressing Ctrl+C when
--max-processes
is set meant that only those commands would receive it. Once these stopped, the pending commands would start, which in turn meant that another Ctrl+C press would be necessary to stop them, and so on.Similar situation applied to combining
--max-processes
with--kill-others
/--kill-others-on-fail
.Starting with v9.0.0, this no longer happens, as these flags and/or key presses send a signal to stop the running commands in addition to preventing new commands from running.
The
concurrently
and default exports are now the same - #399It's reasonable to expect that
import { concurrently } from 'concurrently'
would work the same asimport concurrently from 'concurrently'
, however this has not been the case.The former used to be an unconfigured version of concurrently, lacking all features that you'd get from the CLI, which was seen as a "footgun". Both are now the same function.
If you'd like to access the unconfigured function, use
import { createConcurrently } from 'concurrently'
instead.✨ New Features
Use
--restart-after exponential
. Restarts happen at2^N
seconds.--pad-prefix
flag - #166, [#417](https://redirect.github.com/open-cli-tools/concurrently/issues/41Configuration
📅 Schedule: Branch creation - "* 0-3 1 * *" (UTC), 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.