Skip to content

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jul 29, 2025

Bumps playroom from 0.28.0 to 0.44.1.

Release notes

Sourced from playroom's releases.

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.

v0.44.0

Minor Changes

  • #421 6fd2aab Thanks @​askoufis! - Playroom's utility API is now bundled for both ESM and CJS

    BREAKING CHANGE:

    Migrating the utils entries to TypeScript has necessitated an internal build step to produce both ESM and CJS versions. As a result, these APIs are now exposed as named exports at the top level of the playroom package.

    MIGRATION GUIDE:

    For ESM imports:

    -import { createUrl } from 'playroom/utils';
    +import { createUrl } from 'playroom';

    or for CJS usage:

    -const { createUrl } = require('playroom/utils');
    +const { createUrl } = require('playroom');

... (truncated)

Changelog

Sourced from playroom's changelog.

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.

  • #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.

0.44.0

Minor Changes

  • #421 6fd2aab Thanks @​askoufis! - Playroom's utility API is now bundled for both ESM and CJS

    BREAKING CHANGE:

    Migrating the utils entries to TypeScript has necessitated an internal build step to produce both ESM and CJS versions. As a result, these APIs are now exposed as named exports at the top level of the playroom package.

    MIGRATION GUIDE:

    For ESM imports:

    -import { createUrl } from 'playroom/utils';
    +import { createUrl } from 'playroom';

    or for CJS usage:

    -const { createUrl } = require('playroom/utils');
    +const { createUrl } = require('playroom');

... (truncated)

Commits

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.1.
- [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.1)

---
updated-dependencies:
- dependency-name: playroom
  dependency-version: 0.44.1
  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 Jul 29, 2025
@github-actions github-actions bot enabled auto-merge (squash) July 29, 2025 07:58
Copy link
Contributor Author

dependabot bot commented on behalf of github Aug 13, 2025

Superseded by #13994.

@dependabot dependabot bot closed this Aug 13, 2025
auto-merge was automatically disabled August 13, 2025 07:29

Pull request was closed

@dependabot dependabot bot deleted the dependabot/npm_and_yarn/playroom-0.44.1 branch August 13, 2025 07:29
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