Skip to content
This repository was archived by the owner on Sep 30, 2025. It is now read-only.

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jun 11, 2025

Bumps playroom from 0.28.0 to 0.44.0.

Release notes

Sourced from playroom's releases.

v0.44.0

Minor Changes

  • #417 03d145d Thanks @​michaeltaranto! - Improved handling of rendering errors

    Errors occurring during render no longer replace the frame contents with a red error message. Instead, the error is caught and overlaid on top of the last successful render result (when possible).

  • #414 e69f698 Thanks @​felixhabib! - Improve snippets search ranking algorithm. Results are now sorted primarily by the group property over the name property, making it easier to see related snippets together.

    Replace fuzzy dependency with fuse.js to enable result sorting.

  • #410 6b5eaa3 Thanks @​felixhabib! - Refactor layout.

    Improve the code editor show/hide animation. Prevent code contents from being searchable when the editor is hidden.

Patch Changes

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

    EXAMPLE USAGE:

    // ESM import
    import { createUrl } from 'playroom';
    // CJS require
    const { createUrl } = require('playroom');

  • #424 8795fde Thanks @​michaeltaranto! - Use clsx consistently for building class lists

    Remove classnames in favor of clsx for building class lists in the Playroom codebase.

  • #423 4640ca1 Thanks @​michaeltaranto! - Preview: Improve accessibility of loading screen

  • #418 1d59ba3 Thanks @​felixhabib! - Migrate some internal files from Javascript to Typescript.

v0.43.1

Patch Changes

  • #408 059e9c7 Thanks @​askoufis! - CLI: Only require modules that are relevant to the CLI command being executed

v0.43.0

... (truncated)

Changelog

Sourced from playroom's changelog.

0.44.0

Minor Changes

  • #417 03d145d Thanks @​michaeltaranto! - Improved handling of rendering errors

    Errors occurring during render no longer replace the frame contents with a red error message. Instead, the error is caught and overlaid on top of the last successful render result (when possible).

  • #414 e69f698 Thanks @​felixhabib! - Improve snippets search ranking algorithm. Results are now sorted primarily by the group property over the name property, making it easier to see related snippets together.

    Replace fuzzy dependency with fuse.js to enable result sorting.

  • #410 6b5eaa3 Thanks @​felixhabib! - Refactor layout.

    Improve the code editor show/hide animation. Prevent code contents from being searchable when the editor is hidden.

Patch Changes

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

    EXAMPLE USAGE:

    // ESM import
    import { createUrl } from 'playroom';
    // CJS require
    const { createUrl } = require('playroom');

  • #424 8795fde Thanks @​michaeltaranto! - Use clsx consistently for building class lists

    Remove classnames in favor of clsx for building class lists in the Playroom codebase.

  • #423 4640ca1 Thanks @​michaeltaranto! - Preview: Improve accessibility of loading screen

  • #418 1d59ba3 Thanks @​felixhabib! - Migrate some internal files from Javascript to Typescript.

0.43.1

Patch Changes

  • #408 059e9c7 Thanks @​askoufis! - CLI: Only require modules that are relevant to the CLI command being executed

... (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)

@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code labels Jun 11, 2025
@github-actions github-actions bot enabled auto-merge (squash) June 11, 2025 07:42
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/playroom-0.44.0 branch from 5182325 to 620fe66 Compare June 12, 2025 07:55
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/playroom-0.44.0 branch from 620fe66 to 9441c74 Compare June 12, 2025 08:05
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/playroom-0.44.0 branch from 9441c74 to 5a01f97 Compare June 17, 2025 07:57
Bumps [playroom](https://github.com/seek-oss/playroom) from 0.28.0 to 0.44.0.
- [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.0)

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

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/playroom-0.44.0 branch from 5a01f97 to 4a0a171 Compare June 18, 2025 07:32
Copy link
Contributor Author

dependabot bot commented on behalf of github Jul 29, 2025

Superseded by #13943.

@dependabot dependabot bot closed this Jul 29, 2025
auto-merge was automatically disabled July 29, 2025 07:58

Pull request was closed

@dependabot dependabot bot deleted the dependabot/npm_and_yarn/playroom-0.44.0 branch July 29, 2025 07:58
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
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