Skip to content

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
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Jan 1, 2024

This PR contains the following updates:

Package Change Age Adoption Passing Confidence Type Update
@fullhuman/postcss-purgecss (source) 6.0.0 -> 7.0.2 age adoption passing confidence dependencies major
@testing-library/cypress 9.0.0 -> 10.0.3 age adoption passing confidence dependencies major
@testing-library/jest-dom ^5.16.5 -> ^6.0.0 age adoption passing confidence devDependencies major
@testing-library/react ^14.0.0 -> ^16.0.0 age adoption passing confidence devDependencies major
@types/jest (source) ^29.4.0 -> ^30.0.0 age adoption passing confidence devDependencies major
actions/checkout v3 -> v4 age adoption passing confidence action major
actions/setup-node v3 -> v4 age adoption passing confidence action major
bleach ==5.0.1 -> ==6.2.0 age adoption passing confidence major
concurrently 6.5.1 -> 9.2.0 age adoption passing confidence devDependencies major
concurrently 7.6.0 -> 9.2.0 age adoption passing confidence dependencies major
fuse.js (source) ^6.6.2 -> ^7.0.0 age adoption passing confidence dependencies major
google-auth-oauthlib ==0.8.0 -> ==1.2.2 age adoption passing confidence major
gql ==2.0.0 -> ==3.5.3 age adoption passing confidence major
intl-tel-input (source) 17.0.21 -> 25.3.1 age adoption passing confidence dependencies major
jest (source) ^29.5.0 -> ^30.0.0 age adoption passing confidence devDependencies major
jest-environment-jsdom (source) ^29.5.0 -> ^30.0.0 age adoption passing confidence devDependencies major
node 18 -> 24 age adoption passing confidence stage major
ops (changelog) ~= 2.17 -> ~=3.0 age adoption passing confidence major
postcss-cli 10.1.0 -> 11.0.1 age adoption passing confidence dependencies major
prettier (source) 2.8.8 -> 3.6.2 age adoption passing confidence devDependencies major
pytz ==2024.2 -> ==2025.2 age adoption passing confidence major
react (source) ^18.2.0 -> ^19.0.0 age adoption passing confidence dependencies major
react-dom (source) ^18.2.0 -> ^19.0.0 age adoption passing confidence dependencies major
stylelint (source) 14.16.1 -> 16.22.0 age adoption passing confidence devDependencies major
stylelint-config-standard-scss 6.1.0 -> 15.0.1 age adoption passing confidence devDependencies major
stylelint-order 6.0.4 -> 7.0.0 age adoption passing confidence devDependencies major
typescript (source) ^4.9.5 -> ^5.0.0 age adoption passing confidence devDependencies major
ubuntu 22.04 -> 24.04 age adoption passing confidence github-runner major
ubuntu jammy -> noble age adoption passing confidence final major
ubuntu jammy -> noble age adoption passing confidence stage major

Release Notes

FullHuman/purgecss (@​fullhuman/postcss-purgecss)

v7.0.2

Compare Source

Bug Fixes
  • fix: fix issue where pseudo classes like :where, :not, :is were always removed at root level (89024ce), closes #​1282 #​978
  • build: add named export for postcss plugin (87d15b7), closes #​1263
Features
  • feat(purgecss-from-pug): returns ExtractorResultDetailed instead of selectors (fb51dc6)
BREAKING CHANGES
  • PostCSS plugin should now be imported via purgeCSSPlugin
import { purgeCSSPlugin } from '@​fullhuman/postcss-purgecss';
  • drop support for node 18.
Other
  • build(deps-dev): update dependencies
  • build(deps): update dependencies

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
  • deps: update cypress to version 14.0.0 and adjust peer dependencies (#​281) (d77c9df)

v10.0.2

Compare Source

Bug Fixes

v10.0.1

Compare Source

Bug Fixes

v10.0.0

Compare Source

Bug Fixes
BREAKING CHANGES
testing-library/jest-dom (@​testing-library/jest-dom)

v6.6.3

Compare Source

Bug Fixes
  • add vitest import when extending vitest matchers (#​646) (5ba0156)

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

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
  • Updates role support for aria-required attribute in toBeRequired (#​590) (20aca33)

v6.4.2

Compare Source

Bug Fixes
  • Remove errant export of GetByRoleMatcher, fixing type checking in some TS configurations (#​575) (a93c0c4)

v6.4.1

Compare Source

Bug Fixes
  • Export type TestingLibraryMatchers from "./matchers" (#​576) (dd1c4dd)

v6.4.0

Compare Source

Features

v6.3.0

Compare Source

Features

v6.2.1

Compare Source

Bug Fixes
  • Standalone types for "./matchers" export and add Bun support (#​566) (5675b86)

v6.2.0

Compare Source

Features
  • toHaveAccessibleDescription supports aria-description (#​565) (1fb156c)

v6.1.6

Compare Source

Bug Fixes

v6.1.5

Compare Source

Bug Fixes

v6.1.4

Compare Source

Bug Fixes
  • upgrade @adobe/css-tools to 4.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
  • matchers type is making the global expect unsafe (#​513) (bdb34f1)

v6.0.0

Compare Source

Features
BREAKING CHANGES
  • Removes the extend-expect script. Users should use
    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'

  • Update kcd-scripts
  • Drop node < 14
testing-library/react-testing-library (@​testing-library/react)

v16.3.0

Compare Source

Features
  • add bernardobelchior as a contributor for code, and doc (#​1391) (9fc6a75)

v16.2.0

Compare Source

Features

v16.1.0

Compare Source

Features

v16.0.1

Compare Source

Bug Fixes
  • Add support for exactOptionalPropertyTypes in TypeScript (#​1351) (3dcd8a9)

v16.0.0

Compare Source

Features
  • Move @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
  • Ensure act is not any when React.act is not declared (#​1323) (c1f2957)

v15.0.6

Compare Source

Bug Fixes

v15.0.5

Compare Source

Bug Fixes

v15.0.4

Compare Source

Bug Fixes

v15.0.3

Compare Source

Bug Fixes
  • Don't raise TypeScript errors when hydating document (#​1304) (067d0c6)

v15.0.2

Compare Source

Bug Fixes

v15.0.1

Compare Source

Bug Fixes

v15.0.0

Compare Source

Release
BREAKING CHANGES
  • Minimum supported Node.js version is 18.0
  • New version of @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

actions/setup-node (actions/setup-node)

v4

Compare Source

mozilla/bleach (bleach)

v6.2.0

Compare Source

Backwards incompatible changes

  • Dropped support for Python 3.8. (#​737)

Security fixes

None

Bug fixes

  • Add support for Python 3.13. (#​736)
  • Remove six depdenncy. (#​618)
  • Update known-good versions for tinycss2. (#​732)
  • Fix additional < followed by characters and EOF issues. (#​728)

v6.1.0

Compare Source

Backwards incompatible changes

  • Dropped support for Python 3.7. (#​709)

Security fixes

None

Bug fixes

  • Add support for Python 3.12. (#​710)
  • Fix linkify with arrays in querystring (#​436)
  • Handle more cases with < followed by character data (#​705)
  • Fix entities inside a tags in linkification (#​704)
  • Update cap for tinycss2 to <1.3 (#​702)
  • Updated Sphinx requirement
  • Add dependabot for github actions and update github actions

v6.0.0

Compare Source

Backwards incompatible changes

  • bleach.clean, bleach.sanitizer.Cleaner,
    bleach.html5lib_shim.BleachHTMLParser: the tags and protocols
    arguments were changed from lists to sets.

    Old pre-6.0.0:

    .. code-block:: python

    bleach.clean(
    "some text",
    tags=["a", "p", "img"],

^ ^ list

     protocols=["http", "https"],

^ ^ list

 )

New 6.0.0 and later:

.. code-block:: python

 bleach.clean(
     "some text",
     tags={"a", "p", "img"},

^ ^ set

     protocols={"http", "https"},

^ ^ set

 )
  • bleach.linkify, bleach.linkifier.Linker: the skip_tags and
    recognized_tags arguments were changed from lists to sets.

    Old pre-6.0.0:

    .. code-block:: python

    bleach.linkify(
    "some text",
    skip_tags=["pre"],

^ ^ list

 )

 linker = Linker(
     skip_tags=["pre"],

^ ^ list

     recognized_tags=html5lib_shim.HTML_TAGS + ["custom-element"],

^ ^ ^ list

|

| list concatenation

 )

New 6.0.0 and later:

.. code-block:: python

 bleach.linkify(
     "some text",
     skip_tags={"pre"},

^ ^ set

 )

 linker = Linker(
     skip_tags={"pre"},

^ ^ set

     recognized_tags=html5lib_shim.HTML_TAGS | {"custom-element"},

^ ^ ^ set

|

| union operator

 )
  • bleach.sanitizer.BleachSanitizerFilter: strip_allowed_elements is now
    strip_allowed_tags. We now use "tags" everywhere rather than a mishmash
    of "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 the style
    attribute is allowed. (#​676)

  • Fix linkify handling of character entities. (#​501)

  • Rework dev dependencies to use requirements-dev.txt and
    requirements-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

New 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.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@webteam-app
Copy link

Demo starting at https://canonical-com-1153.demos.haus

@renovate renovate bot force-pushed the renovate/major-all branch 2 times, most recently from 3f14c01 to 9fb8919 Compare January 4, 2024 03:27
@renovate renovate bot force-pushed the renovate/major-all branch 7 times, most recently from 73921e2 to 364a31d Compare January 19, 2024 09:57
@renovate renovate bot force-pushed the renovate/major-all branch 6 times, most recently from da3b93d to 8ef5910 Compare January 30, 2024 18:26
@renovate renovate bot force-pushed the renovate/major-all branch 3 times, most recently from 6a67d8a to 0060b27 Compare February 4, 2024 06:14
@renovate renovate bot force-pushed the renovate/major-all branch from 0060b27 to 603332c Compare February 8, 2024 19:32
@renovate renovate bot changed the title Update all dependencies (major) chore(deps): update all dependencies (major) Feb 9, 2024
@renovate renovate bot force-pushed the renovate/major-all branch 2 times, most recently from c4dbd77 to f97a69b Compare February 22, 2024 23:22
@renovate renovate bot changed the title chore(deps): update all dependencies (major) Update all dependencies (major) Feb 23, 2024
@renovate renovate bot force-pushed the renovate/major-all branch 2 times, most recently from 8fc77f6 to cf1a076 Compare March 13, 2024 16:36
@renovate renovate bot force-pushed the renovate/major-all branch 4 times, most recently from 49bbe01 to 34ee7fe Compare March 27, 2024 04:05
@renovate renovate bot force-pushed the renovate/major-all branch 4 times, most recently from df1b252 to c545428 Compare May 29, 2025 20:08
@renovate renovate bot force-pushed the renovate/major-all branch 2 times, most recently from 5f0275b to 4c5aefe Compare June 10, 2025 04:38
@renovate renovate bot changed the title chore(deps): update all dependencies (major) Update all dependencies (major) Jun 12, 2025
@renovate renovate bot force-pushed the renovate/major-all branch from 4c5aefe to 8dfeec3 Compare June 16, 2025 08:41
@renovate renovate bot changed the title Update all dependencies (major) chore(deps): update all dependencies (major) Jun 16, 2025
@renovate renovate bot force-pushed the renovate/major-all branch from 8dfeec3 to bf7b54a Compare June 17, 2025 22:22
@renovate renovate bot changed the title chore(deps): update all dependencies (major) Update all dependencies (major) Jun 18, 2025
@renovate renovate bot force-pushed the renovate/major-all branch 2 times, most recently from a6c5e85 to 4300f3b Compare June 20, 2025 00:14
@renovate renovate bot changed the title Update all dependencies (major) chore(deps): update all dependencies (major) Jun 20, 2025
@renovate renovate bot force-pushed the renovate/major-all branch 7 times, most recently from f642f10 to 0555fd1 Compare June 27, 2025 08:13
@renovate renovate bot force-pushed the renovate/major-all branch 2 times, most recently from d114f12 to 5f33185 Compare July 7, 2025 08:33
@renovate renovate bot changed the title chore(deps): update all dependencies (major) Update all dependencies (major) Jul 7, 2025
@renovate renovate bot changed the title Update all dependencies (major) chore(deps): update all dependencies (major) Jul 8, 2025
@renovate renovate bot force-pushed the renovate/major-all branch 2 times, most recently from 88c115c to 5497fe1 Compare July 15, 2025 16:24
@renovate renovate bot force-pushed the renovate/major-all branch from 5497fe1 to fb910c6 Compare July 18, 2025 16:52
@renovate renovate bot force-pushed the renovate/major-all branch from fb910c6 to e3b4da9 Compare July 22, 2025 03:23
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant