Skip to content

Update development-dependencies (minor)#737

Open
renovate[bot] wants to merge 1 commit into
mainfrom
renovate/development-dependencies
Open

Update development-dependencies (minor)#737
renovate[bot] wants to merge 1 commit into
mainfrom
renovate/development-dependencies

Conversation

@renovate

@renovate renovate Bot commented Feb 2, 2026

Copy link
Copy Markdown
Contributor

This PR contains the following updates:

Package Change Age Confidence
@changesets/cli (source) ^2.28.1^2.31.0 age confidence
@types/pdfmake (source) ^0.2.11^0.3.0 age confidence
axe-core (source) ^4.11.1^4.12.1 age confidence
sass ^1.97.2^1.98.0 age confidence

Release Notes

changesets/changesets (@​changesets/cli)

v2.31.0

Compare Source

Minor Changes
  • #​1889 96ca062 Thanks @​mixelburg! - Error on unsupported flags for individual CLI commands and print the matching command usage to make mistakes easier to spot.

  • #​1873 42943b7 Thanks @​mixelburg! - Respond to --help on all subcommands. Previously, --help was only handled when it was the sole argument; passing it alongside a subcommand (e.g. changeset version --help) would silently execute the command instead. Now --help always exits early and prints per-command usage when a known subcommand is provided, or the general help text otherwise.

Patch Changes

v2.30.0

Compare Source

Minor Changes
  • #​1840 057cca2 Thanks @​wotan-allfather! - Add --since flag to add command

    The add command now supports a --since flag that allows you to specify which branch, tag, or git ref to use when detecting changed packages. This is useful for gitflow workflows where you have multiple target branches and the baseBranch config option doesn't cover all use cases.

    Example: changeset add --since=develop

    If not provided, the command falls back to the baseBranch value in your .changeset/config.json.

  • #​1845 2b4a66a Thanks @​Andarist! - Delegate OTP prompting to the package manager instead of handling it in-process. This allows Changesets to use the package manager's native web auth support.

  • #​1774 667fe5a Thanks @​bluwy! - Support importing custom commit option ES module. Previously, it used require() which only worked for CJS modules, however now it uses import() which supports both CJS and ES modules.

  • #​1839 73b1809 Thanks @​leochiu-a! - Add a --message (-m) flag to changeset add (and default changeset) so the changeset summary can be provided from the command line. When --message is present, the summary prompt is skipped while the final confirmation step is kept.

  • #​1806 0e8e01e Thanks @​luisadame! - Changeset CLI can now be run from the nested directories in the project, where the .changeset directory has to be found in one of the parent directories

Patch Changes
dequelabs/axe-core (axe-core)

v4.12.1

Compare Source

v4.12.0

Compare Source

Features
Bug Fixes
  • aria-allowed-attr: restrict br and wbr elements to aria-hidden only (#​4974) (c6245e7)
  • aria-conditional-attr: add support for radio (#​5100) (8223c98)
  • aria-valid-attr-value: handle multiple aria-errormessage IDs (#​4973) (0489e30)
  • aria: prevent getOwnedVirtual from returning duplicate nodes (#​4987) (48ca955), closes #​4840
  • commons/text: exclude natively hidden elements from aria-labelledby accessible name (#​5076) (ea7202c), closes #​4704
  • DqElement: avoid calling constructors with cloneNode (#​5013) (0281fa1)
  • existing-rule: aria-busy now shows an error message for a use with unallowed children (#​5017) (2067b87)
  • helpUrl: ensure axe.configure always updates the help URLs (#​5114) (c4f60ff)
  • label-content-name-mismatch: match visible text with aria-label and exclude invisible text (#​5096) (3a012a1)
  • locale: ensure all subtags are correctly set (#​5112) (13005ed)
  • scrollable-region-focusable: clarify the issue is in safari (#​4995) (4ec5211), closes WebKit#190870 WebKit#277290
  • scrollable-region-focusable: do not fail scroll areas when all content is visible without scrolling (#​4993) (838707a)
  • target-size: determine offset using clientRects if target is display:inline (#​5012) (a4b8091)
  • target-size: ignore position: fixed elements that are offscreen when page is scrolled (#​5066) (1229a6e), closes #​5065
  • target-size: ignore widgets that are inline with other inline elements (#​5000) (a8dd81b)
  • utils/getAncestry: escape node name (#​5079) (d1fabaa), closes #​5078
  • utils: Add null check to parseCrossOriginStylesheet, closes #​5074 (#​5075) (f12ef32)
  • utils: update isShadowRoot to use spec-compliant custom element regex (#​5059) (edc6ce2), closes #​5030
4.11.4 (2026-04-23)
Bug Fixes
4.11.3 (2026-04-13)
Bug Fixes
  • aria-allowed-attr: restrict br and wbr elements to aria-hidden only (#​4974) (1d80163)
  • target-size: ignore position: fixed elements that are offscreen when page is scrolled (#​5066) (5906273), closes #​5065
4.11.2 (2026-03-30)
Bug Fixes
  • aria-valid-attr-value: handle multiple aria-errormessage IDs (#​4973) (9322148)
  • aria: prevent getOwnedVirtual from returning duplicate nodes (#​4987) (99d1e77), closes #​4840
  • DqElement: avoid calling constructors with cloneNode (#​5013) (88bc57f)
  • existing-rule: aria-busy now shows an error message for a use with unallowed children (#​5017) (dded75a)
  • scrollable-region-focusable: clarify the issue is in safari (#​4995) (2567afd), closes WebKit#190870 WebKit#277290
  • scrollable-region-focusable: do not fail scroll areas when all content is visible without scrolling (#​4993) (240f8b5)
  • target-size: determine offset using clientRects if target is display:inline (#​5012) (69d81c1)
  • target-size: ignore widgets that are inline with other inline elements (#​5000) (cf8a3c0)
4.11.1 (2026-01-06)
Bug Fixes

v4.11.4

Compare Source

Features
Bug Fixes
  • aria-allowed-attr: restrict br and wbr elements to aria-hidden only (#​4974) (c6245e7)
  • aria-conditional-attr: add support for radio (#​5100) (8223c98)
  • aria-valid-attr-value: handle multiple aria-errormessage IDs (#​4973) (0489e30)
  • aria: prevent getOwnedVirtual from returning duplicate nodes (#​4987) (48ca955), closes #​4840
  • commons/text: exclude natively hidden elements from aria-labelledby accessible name (#​5076) (ea7202c), closes #​4704
  • DqElement: avoid calling constructors with cloneNode (#​5013) (0281fa1)
  • existing-rule: aria-busy now shows an error message for a use with unallowed children (#​5017) (2067b87)
  • helpUrl: ensure axe.configure always updates the help URLs (#​5114) (c4f60ff)
  • label-content-name-mismatch: match visible text with aria-label and exclude invisible text (#​5096) (3a012a1)
  • locale: ensure all subtags are correctly set (#​5112) (13005ed)
  • scrollable-region-focusable: clarify the issue is in safari (#​4995) (4ec5211), closes WebKit#190870 WebKit#277290
  • scrollable-region-focusable: do not fail scroll areas when all content is visible without scrolling (#​4993) (838707a)
  • target-size: determine offset using clientRects if target is display:inline (#​5012) (a4b8091)
  • target-size: ignore position: fixed elements that are offscreen when page is scrolled (#​5066) (1229a6e), closes #​5065
  • target-size: ignore widgets that are inline with other inline elements (#​5000) (a8dd81b)
  • utils/getAncestry: escape node name (#​5079) (d1fabaa), closes #​5078
  • utils: Add null check to parseCrossOriginStylesheet, closes #​5074 (#​5075) (f12ef32)
  • utils: update isShadowRoot to use spec-compliant custom element regex (#​5059) (edc6ce2), closes #​5030
4.11.4 (2026-04-23)
Bug Fixes
4.11.3 (2026-04-13)
Bug Fixes
  • aria-allowed-attr: restrict br and wbr elements to aria-hidden only (#​4974) (1d80163)
  • target-size: ignore position: fixed elements that are offscreen when page is scrolled (#​5066) (5906273), closes #​5065
4.11.2 (2026-03-30)
Bug Fixes
  • aria-valid-attr-value: handle multiple aria-errormessage IDs (#​4973) (9322148)
  • aria: prevent getOwnedVirtual from returning duplicate nodes (#​4987) (99d1e77), closes #​4840
  • DqElement: avoid calling constructors with cloneNode (#​5013) (88bc57f)
  • existing-rule: aria-busy now shows an error message for a use with unallowed children (#​5017) (dded75a)
  • scrollable-region-focusable: clarify the issue is in safari (#​4995) (2567afd), closes WebKit#190870 WebKit#277290
  • scrollable-region-focusable: do not fail scroll areas when all content is visible without scrolling (#​4993) (240f8b5)
  • target-size: determine offset using clientRects if target is display:inline (#​5012) (69d81c1)
  • target-size: ignore widgets that are inline with other inline elements (#​5000) (cf8a3c0)
4.11.1 (2026-01-06)
Bug Fixes
sass/dart-sass (sass)

v1.101.0

Compare Source

  • Potentially breaking bug fix: The Node package importer now properly
    supports resolving import-only variants of Sass files declared in the
    exports, sass, and style fields of package.json. Previously, these
    files were ignored even when loaded via @import, so any code relying on
    loading module-system-only files this way may break.

v1.100.0

Compare Source

  • Writing two compound selectors adjacent to one another without any whitespace
    between them, such as [class]a, is now deprecated. This was always an error
    in CSS and Sass only supported it by mistake.

    See the Sass website for
    details.

v1.99.0

Compare Source

  • Add support for parent selectors (&) at the root of the document. These are
    emitted as-is in the CSS output, where they're interpreted as the scoping
    root
    .

  • User-defined functions named calc or clamp are no longer forbidden. If
    such a function exists without a namespace in the current module, it will be
    used instead of the built-in calc() or clamp() function.

  • User-defined functions whose names begin with - and end with -expression,
    -url, -and, -or, or -not are no longer forbidden. These were
    originally intended to match vendor prefixes, but in practice no vendor
    prefixes for these functions ever existed in real browsers.

  • User-defined functions named EXPRESSION, URL, and ELEMENT, those that
    begin with - and end with -ELEMENT, as well as the same names with some
    lowercase letters are now deprecated, These are names conflict with plain CSS
    functions that have special syntax.

    See the Sass website for details.

  • In a future release, calls to functions whose names begin with - and end
    with -expression and -url will no longer have special parsing. For now,
    these calls are deprecated if their behavior will change in the future.

    See the Sass website for details.

  • Calls to functions whose names begin with - and end with -progid:... are
    deprecated.

    See the Sass website for details.


Configuration

📅 Schedule: (in timezone Europe/Berlin)

  • Branch creation
    • Between 12:00 AM and 05:59 AM, only on Monday (* 0-5 * * 1)
  • Automerge
    • Monday through Friday (* * * * 1-5)

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR is behind base branch, 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.

@renovate renovate Bot added the Dev label Feb 2, 2026
@renovate renovate Bot requested a review from a team as a code owner February 2, 2026 01:35
@changeset-bot

changeset-bot Bot commented Feb 2, 2026

Copy link
Copy Markdown

⚠️ No Changeset found

Latest commit: 7532e31

Merging this PR will not cause a version bump for any packages. If these changes should not result in a new version, you're good to go. If these changes should result in a version bump, you need to add a changeset.

This PR includes no changesets

When changesets are added to this PR, you'll see the packages that this PR includes changesets for and the associated semver types

Click here to learn what changesets are, and how to add one.

Click here if you're a maintainer who wants to add a changeset to this PR

@renovate renovate Bot force-pushed the renovate/development-dependencies branch from 8183776 to e5beb27 Compare February 3, 2026 01:39
@renovate renovate Bot changed the title Update dependency happy-dom to ^20.3.3 Update dependency happy-dom to ^20.3.4 Feb 3, 2026
@renovate renovate Bot force-pushed the renovate/development-dependencies branch from e5beb27 to 15bc5a7 Compare February 6, 2026 01:48
@renovate renovate Bot changed the title Update dependency happy-dom to ^20.3.4 Update dependency happy-dom to ^20.3.7 Feb 6, 2026
@renovate renovate Bot force-pushed the renovate/development-dependencies branch from 15bc5a7 to 769afcd Compare February 9, 2026 02:28
@renovate renovate Bot changed the title Update dependency happy-dom to ^20.3.7 Update dependency happy-dom to ^20.3.9 Feb 9, 2026
@renovate renovate Bot force-pushed the renovate/development-dependencies branch from 769afcd to bc47db2 Compare February 11, 2026 01:56
@renovate renovate Bot changed the title Update dependency happy-dom to ^20.3.9 Update dependency happy-dom to ^20.4.0 Feb 11, 2026
@renovate renovate Bot force-pushed the renovate/development-dependencies branch from bc47db2 to 4b71a16 Compare February 11, 2026 21:33
@renovate renovate Bot changed the title Update dependency happy-dom to ^20.4.0 Update development-dependencies (minor) Feb 11, 2026
@renovate renovate Bot force-pushed the renovate/development-dependencies branch 7 times, most recently from 9111f7e to 68acc85 Compare February 24, 2026 00:47
@renovate renovate Bot force-pushed the renovate/development-dependencies branch 3 times, most recently from b8811b1 to 6a89891 Compare February 25, 2026 15:48
@renovate renovate Bot force-pushed the renovate/development-dependencies branch 5 times, most recently from 9dc85da to 409694b Compare March 7, 2026 01:55
@renovate renovate Bot force-pushed the renovate/development-dependencies branch 2 times, most recently from be1a5e2 to 7a5e6b0 Compare March 13, 2026 09:22
@renovate renovate Bot force-pushed the renovate/development-dependencies branch 3 times, most recently from 1f3b367 to 552a764 Compare March 17, 2026 14:08
@renovate renovate Bot force-pushed the renovate/development-dependencies branch 5 times, most recently from 6bc43e9 to 307dac5 Compare March 31, 2026 12:45
@renovate renovate Bot force-pushed the renovate/development-dependencies branch 2 times, most recently from 4af9c0b to 30f9f9e Compare April 7, 2026 14:43
@renovate renovate Bot force-pushed the renovate/development-dependencies branch 3 times, most recently from 6407572 to fca0aa6 Compare April 21, 2026 12:58
@renovate renovate Bot force-pushed the renovate/development-dependencies branch from fca0aa6 to cf52a04 Compare May 1, 2026 21:36
@renovate renovate Bot force-pushed the renovate/development-dependencies branch from cf52a04 to 9b2b9ca Compare May 18, 2026 16:08
@renovate renovate Bot force-pushed the renovate/development-dependencies branch from 9b2b9ca to f6d4d2b Compare May 28, 2026 14:58
@renovate renovate Bot force-pushed the renovate/development-dependencies branch 3 times, most recently from ee08117 to d787b8c Compare June 16, 2026 01:54
@renovate renovate Bot force-pushed the renovate/development-dependencies branch 2 times, most recently from 10ba9b8 to fb76c61 Compare June 18, 2026 01:40
@renovate renovate Bot force-pushed the renovate/development-dependencies branch from fb76c61 to 7532e31 Compare June 24, 2026 13:51
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants