Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Oct 31, 2025

Bumps playroom from 0.28.0 to 0.44.4.

Release notes

Sourced from playroom's releases.

v0.44.4

Patch Changes

  • #450 2dfefd8 Thanks @​felixhabib! - Ensure "Toggle comment" command works correctly when there is no other code in the editor.

  • #451 4a515dc Thanks @​felixhabib! - Ensure "Format code" command works correctly when there is no code other than JSX comments in the editor.

v0.44.3

Patch Changes

v0.44.2

Patch Changes

  • #442 f1f8fbf Thanks @​michaeltaranto! - Ensure code populates the editor on page load

    Resolves a timing issue where code would not be populated into the editor on page load in some browsers.

  • #443 1a464a1 Thanks @​michaeltaranto! - Evaluate scope in the context of FrameComponent

    Ensure the provided scope is evaluated within the context of the provided FrameComponent. This was a regression in the recent refactor, and fixing it enables usage of React Context by wrapping a Provider in the FrameComponent and retrieving its value via scope.

v0.44.1

Patch Changes

  • #426 934992c Thanks @​michaeltaranto! - refactor: Improve internal structure enable UI flexibility

  • #435 f1f7869 Thanks @​felixhabib! - Ensure UI size adapts to mobile browser toolbars that appear and disappear.

    Use dynamic viewport units to ensure the UI remains responsive across different devices.

  • #439 61654dc Thanks @​michaeltaranto! - Migrate top-level layout to CSS Grid

    Refactor the top-level layout of Playroom to use CSS Grid in preparation for upcoming UI features.

    Additionally, migrate away from re-resizable package for panel resizing in favour of a custom implementation to improve UI performance.

  • #438 4ae409a Thanks @​michaeltaranto! - Remove legacy undocked editor mode

    An earlier version of Playroom had support for an undocked editor mode, previously hidden from the UI due to being buggy. Removing this code in preparation for UI uplift work.

  • #440 a3e9893 Thanks @​michaeltaranto! - Refactor internal space and radius tokens

    Evolve the internal space and radius scales to be more fit for purpose with upcoming UI work.

... (truncated)

Changelog

Sourced from playroom's changelog.

0.44.4

Patch Changes

  • #450 2dfefd8 Thanks @​felixhabib! - Ensure "Toggle comment" command works correctly when there is no other code in the editor.

  • #451 4a515dc Thanks @​felixhabib! - Ensure "Format code" command works correctly when there is no code other than JSX comments in the editor.

0.44.3

Patch Changes

0.44.2

Patch Changes

  • #442 f1f8fbf Thanks @​michaeltaranto! - Ensure code populates the editor on page load

    Resolves a timing issue where code would not be populated into the editor on page load in some browsers.

  • #443 1a464a1 Thanks @​michaeltaranto! - Evaluate scope in the context of FrameComponent

    Ensure the provided scope is evaluated within the context of the provided FrameComponent. This was a regression in the recent refactor, and fixing it enables usage of React Context by wrapping a Provider in the FrameComponent and retrieving its value via scope.

0.44.1

Patch Changes

  • #426 934992c Thanks @​michaeltaranto! - refactor: Improve internal structure enable UI flexibility

  • #435 f1f7869 Thanks @​felixhabib! - Ensure UI size adapts to mobile browser toolbars that appear and disappear.

    Use dynamic viewport units to ensure the UI remains responsive across different devices.

  • #439 61654dc Thanks @​michaeltaranto! - Migrate top-level layout to CSS Grid

    Refactor the top-level layout of Playroom to use CSS Grid in preparation for upcoming UI features.

    Additionally, migrate away from re-resizable package for panel resizing in favour of a custom implementation to improve UI performance.

  • #438 4ae409a Thanks @​michaeltaranto! - Remove legacy undocked editor mode

    An earlier version of Playroom had support for an undocked editor mode, previously hidden from the UI due to being buggy. Removing this code in preparation for UI uplift work.

... (truncated)

Commits
Maintainer changes

This version was pushed to npm by [GitHub Actions](https://www.npmjs.com/~GitHub Actions), a new releaser for playroom since your current version.


Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [playroom](https://github.com/seek-oss/playroom) from 0.28.0 to 0.44.4.
- [Release notes](https://github.com/seek-oss/playroom/releases)
- [Changelog](https://github.com/seek-oss/playroom/blob/master/CHANGELOG.md)
- [Commits](seek-oss/playroom@v0.28.0...v0.44.4)

---
updated-dependencies:
- dependency-name: playroom
  dependency-version: 0.44.4
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code labels Oct 31, 2025
@shopify-shipitnext
Copy link

🔎 View this PR in Shipit Next.

ℹ️ Expand to learn how to deploy and handle emergencies using Shipit Next

Overview

Shipit Next will merge your code on your behalf because this repository uses Shipit Next and its merge queue.

To ship this PR, you can either:

Comment Commands

  • /shipit: Enqueue this PR into the merge queue where it will eventually be merged and deployed.
  • /cancel: Eject this PR from the merge queue and rebuild PRs that were enqueued after this PR.
  • /shipit --jump-queue: Enqueue this PR at the top of the merge queue where it will be included in the next deploy. Use this for non-emergency situations.
    - Emergency handling procedure for this command can be found here.
  • /shipit --emergency: Merge this PR directly into main and deploy to all environments once all require_for_emergency CI checks pass. Please be aware that changes deployed with this command will not be automatically rolled back.

Commands exclusive to Deploy Before Merge

  • /cancel --emergency: Eject this PR from the merge and rollback any deployments containing this PR.

Documentation

Questions or feedback?

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

Labels

dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants