Skip to content

Update development-dependencies (minor) - #101

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

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

Conversation

@renovate

@renovate renovate Bot commented May 11, 2026

Copy link
Copy Markdown
Contributor

This PR contains the following updates:

Package Change Age Confidence
@changesets/cli (source) 2.30.02.31.1 age confidence
happy-dom 20.8.920.11.12 age confidence
typescript (source) 5.7.35.9.3 age confidence
vitest-fetch-mock 0.3.00.4.5 age confidence

Release Notes

changesets/changesets (@​changesets/cli)

v2.31.1

Compare Source

Patch Changes
  • #​2159 15cf592 Thanks @​ingvaldlorentzen! - Fixed already-published version detection with npm 12, which always wraps successful npm info --json output in an array. The unwrapped output made changeset publish treat every package as unpublished and fail attempting to republish existing versions.

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
capricorn86/happy-dom (happy-dom)

v20.11.12

Compare Source

👷‍♂️ Patch fixes

v20.11.11

Compare Source

v20.11.10

Compare Source

v20.11.9

Compare Source

v20.11.8

Compare Source

👷‍♂️ Patch fixes
  • Values pushed or assigned to the adoptedStyleSheet array should be validated - By @​capricorn86 in task #​2315

v20.11.7

Compare Source

👷‍♂️ Patch fixes
  • The properties Document.adoptedStyleSheets and ShadowRoot.adoptedStyleSheets should validate it's value - By @​capricorn86 in task #​2313

v20.11.6

Compare Source

👷‍♂️ Patch fixes

v20.11.5

Compare Source

v20.11.4

Compare Source

v20.11.3

Compare Source

👷‍♂️ Patch fixes

v20.11.2

Compare Source

👷‍♂️ Patch fixes

v20.11.1

Compare Source

v20.11.0

Compare Source

🎨 Features

v20.10.6

Compare Source

👷‍♂️ Patch fixes

v20.10.5

Compare Source

👷‍♂️ Patch fixes
  • Adds cache to query selector parser - By @​capricorn86 in task #​2142
    • The selector parser degraded in performance in v20.6.3 to solve more complex selectors
    • Parsing is still a bit slower, but the cache will hopefully mitigate most of the problem

v20.10.4

Compare Source

👷‍♂️ Patch fixes
  • Coerce null qualifiedName to empty string in createDocument - By @​Firer in task #​2206

v20.10.3

Compare Source

👷‍♂️ Patch fixes
  • Fix "~=" attribute selector matching hyphenated substrings in CSS selectors - By @​mixelburg in task #​2194

v20.10.2

Compare Source

👷‍♂️ Patch fixes

v20.10.1

Compare Source

v20.10.0

Compare Source

🎨 Features

v20.9.0

Compare Source

🎨 Features
  • Adds support for event listener properties on Window (e.g. Window.onkeydown) - By @​capricorn86 in task #​2131
microsoft/TypeScript (typescript)

v5.9.3: TypeScript 5.9.3

Compare Source

Note: this tag was recreated to point at the correct commit. The npm package contained the correct content.

For release notes, check out the release announcement

Downloads are available on:

v5.9.2: TypeScript 5.9

Compare Source

Note: this tag was recreated to point at the correct commit. The npm package contained the correct content.

For release notes, check out the release announcement

Downloads are available on:

v5.8.3: TypeScript 5.8.3

Compare Source

Note: this tag was recreated to point at the correct commit. The npm package contained the correct content.

For release notes, check out the release announcement.

Downloads are available on:

v5.8.2: TypeScript 5.8

Compare Source

For release notes, check out the release announcement.

Downloads are available on:

IanVS/vitest-fetch-mock (vitest-fetch-mock)

v0.4.5

Compare Source

What's Changed

New Contributors

Full Changelog: IanVS/vitest-fetch-mock@v0.4.4...v0.4.5

v0.4.4

Compare Source

Fixes

New Contributors

Full Changelog: IanVS/vitest-fetch-mock@v0.4.3...v0.4.4

v0.4.3

Compare Source

What's Changed

New Contributors

Full Changelog: IanVS/vitest-fetch-mock@v0.4.2...v0.4.3

v0.4.2

Compare Source

What's Changed

Full Changelog: IanVS/vitest-fetch-mock@v0.4.1...v0.4.2

v0.4.1

Compare Source

What's Changed

Full Changelog: IanVS/vitest-fetch-mock@v0.4.0...v0.4.1

v0.4.0

Compare Source

Breaking changes

This release includes a complete rewrite into TypeScript by @​dirkluijk, the removal of the cross-fetch polyfill dependency, and a minor change to the API when using a function that returned a mock response.

Before:

fetch.mockResponseOnce(() => Promise.resolve({ body: 'ok', init: { headers: { 'x-foo': 'bar' } } }));

After:

fetch.mockResponseOnce(() => Promise.resolve({ body: 'ok', headers: { 'x-foo': 'bar' } }));

Note there is no longer an init property. Now, headers, status, etc are included alongside the body. This applies to all methods which can accept a ResponseProvider parameter. (Previously the parameter was called MockResponseInitFunction and headers could be specified inside or outside of init, and it was unclear which would take precedence.)

PRs:

New Contributors

Full Changelog: IanVS/vitest-fetch-mock@v0.3.0...v0.4.0


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 requested a review from a team as a code owner May 11, 2026 02:07
@renovate renovate Bot added the Dev label May 11, 2026
@changeset-bot

changeset-bot Bot commented May 11, 2026

Copy link
Copy Markdown

⚠️ No Changeset found

Latest commit: 6391452

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 3 times, most recently from cd10e66 to a190e47 Compare June 9, 2026 05:39
@renovate
renovate Bot force-pushed the renovate/development-dependencies branch 3 times, most recently from db37125 to 4cf7d22 Compare June 17, 2026 03:15
@renovate
renovate Bot force-pushed the renovate/development-dependencies branch 3 times, most recently from 70f8f5e to d6e99b1 Compare June 23, 2026 11:36
@renovate
renovate Bot force-pushed the renovate/development-dependencies branch 8 times, most recently from cb36824 to e5e3a90 Compare July 2, 2026 14:26
@renovate
renovate Bot force-pushed the renovate/development-dependencies branch 4 times, most recently from a3a34fb to 6ea8f45 Compare July 14, 2026 05:46
@renovate
renovate Bot force-pushed the renovate/development-dependencies branch 2 times, most recently from b975092 to 8fd063a Compare July 21, 2026 09:07
@renovate
renovate Bot force-pushed the renovate/development-dependencies branch 4 times, most recently from 7c4e730 to 8a3e0ea Compare August 1, 2026 21:57
@renovate
renovate Bot force-pushed the renovate/development-dependencies branch 2 times, most recently from e044516 to dabb4a7 Compare August 5, 2026 20:34
@renovate
renovate Bot force-pushed the renovate/development-dependencies branch from dabb4a7 to 22c93da Compare August 11, 2026 10:53
@renovate
renovate Bot force-pushed the renovate/development-dependencies branch 3 times, most recently from eac15d9 to 8685a4c Compare August 26, 2026 01:53
@renovate
renovate Bot force-pushed the renovate/development-dependencies branch 4 times, most recently from de55fbc to 8c8ed53 Compare September 3, 2026 03:13
@renovate
renovate Bot force-pushed the renovate/development-dependencies branch 4 times, most recently from 22c7725 to e1875d5 Compare September 10, 2026 15:30
@renovate
renovate Bot force-pushed the renovate/development-dependencies branch from e1875d5 to 6391452 Compare September 10, 2026 16:29
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