Skip to content

chore: update jsdom peer dependency version range#10168

Open
Carlosamouco wants to merge 1 commit into
RaspberryPiFoundation:mainfrom
Carlosamouco:patch-1
Open

chore: update jsdom peer dependency version range#10168
Carlosamouco wants to merge 1 commit into
RaspberryPiFoundation:mainfrom
Carlosamouco:patch-1

Conversation

@Carlosamouco

Copy link
Copy Markdown

Reason for Changes

Blockly currently declares jsdom peer support as ^27.4.0, which restricts consumers to the 27.x major line. However the project itself is developed and tested with jsdom@29.1.1. Expanding the peer dependency range to >=27.4.0 <30.0.0 aligns the declared compatibility with the versions currently used by the project while still protecting against future breaking changes in jsdom 30.

Blockly currently declares jsdom peer support as ^27.4.0, which restricts consumers to the 27.x major line. However the project itself is developed and tested with jsdom@29.1.1. Expanding the peer dependency range to >=27.4.0 <30.0.0 aligns the declared compatibility with the versions currently used by the project while still protecting against future breaking changes in jsdom 30.
@Carlosamouco
Carlosamouco requested a review from a team as a code owner July 22, 2026 14:12
@Carlosamouco
Carlosamouco requested a review from maribethb July 22, 2026 14:12
@Carlosamouco Carlosamouco changed the title Update jsdom peer dependency version range chore: update jsdom peer dependency version range Jul 22, 2026
@github-actions github-actions Bot added the PR: chore General chores (dependencies, typos, etc) label Jul 22, 2026

@github-actions github-actions Bot left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Welcome! It looks like this is your first pull request in Blockly, so here are a couple of tips:

  • You can find tips about contributing to Blockly and how to validate your changes on our developer site.
  • We use conventional commits to make versioning the package easier. Make sure your commit message is in the proper format or learn how to fix it.
  • If any of the other checks on this PR fail, you can click on them to learn why. It might be that your change caused a test failure, or that you need to double-check the style guide.
    Thank you for opening this PR! A member of the Blockly team will review it soon.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

PR: chore General chores (dependencies, typos, etc)

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants