-
Notifications
You must be signed in to change notification settings - Fork 101
chore(deps): update all dependencies (major) #1153
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-all
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.
Open
+1,685
−2,127
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
Demo starting at https://canonical-com-1153.demos.haus |
3f14c01
to
9fb8919
Compare
73921e2
to
364a31d
Compare
da3b93d
to
8ef5910
Compare
6a67d8a
to
0060b27
Compare
0060b27
to
603332c
Compare
c4dbd77
to
f97a69b
Compare
8fc77f6
to
cf1a076
Compare
49bbe01
to
34ee7fe
Compare
df1b252
to
c545428
Compare
5f0275b
to
4c5aefe
Compare
4c5aefe
to
8dfeec3
Compare
8dfeec3
to
bf7b54a
Compare
a6c5e85
to
4300f3b
Compare
f642f10
to
0555fd1
Compare
d114f12
to
5f33185
Compare
88c115c
to
5497fe1
Compare
5497fe1
to
fb910c6
Compare
fb910c6
to
e3b4da9
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:
6.0.0
->7.0.2
9.0.0
->10.0.3
^5.16.5
->^6.0.0
^14.0.0
->^16.0.0
^29.4.0
->^30.0.0
v3
->v4
v3
->v4
==5.0.1
->==6.2.0
6.5.1
->9.2.0
7.6.0
->9.2.0
^6.6.2
->^7.0.0
==0.8.0
->==1.2.2
==2.0.0
->==3.5.3
17.0.21
->25.3.1
^29.5.0
->^30.0.0
^29.5.0
->^30.0.0
18
->24
~= 2.17
->~=3.0
10.1.0
->11.0.1
2.8.8
->3.6.2
==2024.2
->==2025.2
^18.2.0
->^19.0.0
^18.2.0
->^19.0.0
14.16.1
->16.22.0
6.1.0
->15.0.1
6.0.4
->7.0.0
^4.9.5
->^5.0.0
22.04
->24.04
jammy
->noble
jammy
->noble
Release Notes
FullHuman/purgecss (@fullhuman/postcss-purgecss)
v7.0.2
Compare Source
Bug Fixes
Features
BREAKING CHANGES
Other
Full Changelog: FullHuman/purgecss@v6.0.0...v7.0.2
testing-library/cypress-testing-library (@testing-library/cypress)
v10.0.3
Compare Source
Bug Fixes
v10.0.2
Compare Source
Bug Fixes
v10.0.1
Compare Source
Bug Fixes
testIsolation
option (#257) (063a2ff)v10.0.0
Compare Source
Bug Fixes
BREAKING CHANGES
@testing-library/dom
v9: https://github.com/testing-library/dom-testing-library/releases/tag/v9.0.0testing-library/jest-dom (@testing-library/jest-dom)
v6.6.3
Compare Source
Bug Fixes
v6.6.2
Compare Source
Bug Fixes
v6.6.1
Compare Source
Bug Fixes
v6.6.0
Compare Source
Features
v6.5.0
Compare Source
Features
v6.4.8
Compare Source
Bug Fixes
v6.4.7
Compare Source
Bug Fixes
toHaveClass
(#611) (5cc6298)v6.4.6
Compare Source
Bug Fixes
v6.4.5
Compare Source
Bug Fixes
v6.4.4
Compare Source
Bug Fixes
v6.4.3
Compare Source
Bug Fixes
toBeRequired
(#590) (20aca33)v6.4.2
Compare Source
Bug Fixes
v6.4.1
Compare Source
Bug Fixes
TestingLibraryMatchers
from "./matchers" (#576) (dd1c4dd)v6.4.0
Compare Source
Features
v6.3.0
Compare Source
Features
v6.2.1
Compare Source
Bug Fixes
v6.2.0
Compare Source
Features
v6.1.6
Compare Source
Bug Fixes
v6.1.5
Compare Source
Bug Fixes
v6.1.4
Compare Source
Bug Fixes
@adobe/css-tools
to4.3.1
to address vulnerability (#532) (44f1eab)v6.1.3
Compare Source
Bug Fixes
v6.1.2
Compare Source
Bug Fixes
v6.1.1
Compare Source
Bug Fixes
v6.1.0
Compare Source
Features
v6.0.1
Compare Source
Bug Fixes
v6.0.0
Compare Source
Features
BREAKING CHANGES
the default import path or one of the new test platform-specific
paths to automatically extend the appropriate "expect" instance.
extend-expect was not documented in the Readme, so this change should
have minimal impact.
Users can now use the following import paths to automatically extend
"expect" for their chosen test platform:
For example:
import '@testing-library/jest-dom/jest-globals'
Importing from one of the above paths will augment the appropriate
matcher interface for the given test platform, assuming the import
is done in a .ts file that is included in the user's tsconfig.json.
It's also (still) possible to import the matchers directly without
side effects:
import * as matchers from '@testing-library/jest-dom/matchers'
testing-library/react-testing-library (@testing-library/react)
v16.3.0
Compare Source
Features
v16.2.0
Compare Source
Features
v16.1.0
Compare Source
Features
v16.0.1
Compare Source
Bug Fixes
v16.0.0
Compare Source
Features
@testing-library/dom
and@types/react-dom
to peer dependencies (#1305) (a4744fa)BREAKING CHANGES
@testing-library/dom
was moved to a peer dependency and needs to be explicitly installed. This reduces the chance of having conflicting versions of@testing-library/dom
installed that frequently caused bugs when used with@testing-library/user-event
. We will also be able to allow new versions of@testing-library/dom
being used without a SemVer major release of@testing-library/react
by just widening the peer dependency.@types/react-dom
needs to be installed if you're typechecking files using@testing-library/react
.v15.0.7
Compare Source
Bug Fixes
act
is notany
whenReact.act
is not declared (#1323) (c1f2957)v15.0.6
Compare Source
Bug Fixes
v15.0.5
Compare Source
Bug Fixes
container
option based onhydrate
(#1313) (d143f46)v15.0.4
Compare Source
Bug Fixes
renderHook
options extend options forrender
(#1308) (48282c2)v15.0.3
Compare Source
Bug Fixes
document
(#1304) (067d0c6)v15.0.2
Compare Source
Bug Fixes
legacyRoot
error message (#1301) (c63b873)v15.0.1
Compare Source
Bug Fixes
v15.0.0
Compare Source
Release
BREAKING CHANGES
@testing-library/dom
changes various roles. Check out the changed tests in testing-library/dom-testing-library@2c57055 to get an overview about what changed.actions/checkout (actions/checkout)
v4
Compare Source
url-helper.ts
now leverages well-known environment variables by @jww3 in https://github.com/actions/checkout/pull/1941isGhes
by @jww3 in https://github.com/actions/checkout/pull/1946actions/setup-node (actions/setup-node)
v4
Compare Source
mozilla/bleach (bleach)
v6.2.0
Compare Source
Backwards incompatible changes
Security fixes
None
Bug fixes
v6.1.0
Compare Source
Backwards incompatible changes
Security fixes
None
Bug fixes
v6.0.0
Compare Source
Backwards incompatible changes
bleach.clean
,bleach.sanitizer.Cleaner
,bleach.html5lib_shim.BleachHTMLParser
: thetags
andprotocols
arguments were changed from lists to sets.
Old pre-6.0.0:
.. code-block:: python
bleach.clean(
"some text",
tags=["a", "p", "img"],
^ ^ list
^ ^ list
New 6.0.0 and later:
.. code-block:: python
^ ^ set
^ ^ set
bleach.linkify
,bleach.linkifier.Linker
: theskip_tags
andrecognized_tags
arguments were changed from lists to sets.Old pre-6.0.0:
.. code-block:: python
bleach.linkify(
"some text",
skip_tags=["pre"],
^ ^ list
^ ^ list
^ ^ ^ list
|
| list concatenation
New 6.0.0 and later:
.. code-block:: python
^ ^ set
^ ^ set
^ ^ ^ set
|
| union operator
bleach.sanitizer.BleachSanitizerFilter
:strip_allowed_elements
is nowstrip_allowed_tags
. We now use "tags" everywhere rather than a mishmashof "tags" in some places and "elements" in others.
Security fixes
None
Bug fixes
Add support for Python 3.11. (#675)
Fix API weirness in
BleachSanitizerFilter
. (#649)We're using "tags" instead of "elements" everywhere--no more weird
overloading of "elements" anymore.
Also, it no longer calls the superclass constructor.
Add warning when
css_sanitizer
isn't set, but thestyle
attribute is allowed. (#676)
Fix linkify handling of character entities. (#501)
Rework dev dependencies to use
requirements-dev.txt
andrequirements-flake8.txt
instead of extras.Fix project infrastructure to be tox-based so it's easier to have CI
run the same things we're running in development and with flake8
in an isolated environment.
Update action versions in CI.
Switch to f-strings where possible. Make tests parametrized to be
easier to read/maintain.
open-cli-tools/concurrently (concurrently)
v9.2.0
Compare Source
What's Changed
--kill-timeout
by @gustavohenke in https://github.com/open-cli-tools/concurrently/pull/540New Contributors
Full Changelog: open-cli-tools/concurrently@v9.1.2...v9.2.0
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
[
Configuration
📅 Schedule: Branch creation - "on the first day of january" (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.