Skip to content

fix(deps): update dependency playroom to ^0.43.1 #190

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Mar 14, 2025

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
playroom ^0.40.0 -> ^0.43.1 age adoption passing confidence

Release Notes

seek-oss/playroom (playroom)

v0.43.1

Compare Source

Patch Changes

v0.43.0

Compare Source

Minor Changes
  • #​402 6f30915 Thanks @​felixhabib! - Add 'Fit to window' frame width option

    Introduces a width option that dynamically sizes to use the maximum available frame space. This option will be available in addition to the existing supplied or default widths.

Patch Changes

v0.42.0

Compare Source

Minor Changes
  • #​397 15a44bb Thanks @​askoufis! - Replace fast-glob dependency with [tinyglobby][tinyglobby], removing 6 transitive dependencies

    BREAKING CHANGE:

    While tinyglobby aims to mimic fast-glob's behaviour, not all behavior is guaranteed to be the same. The typescriptFiles property in your playroom config is the only property that is affected by this change. Please ensure any custom globs are functioning as expected.

  • #​392 dc14423 Thanks @​askoufis! - Enable embedded CSS formatting on save

    CSS authored inside style tags with a jsx attribute will now be formatted as CSS. This takes advantage of prettier's embedded language formatting capabilities.

    For example:

    <style jsx>
      {`
        .foo {
          color: red;
        }
      `}
    </style>

v0.41.0

Compare Source

Minor Changes
  • #​396 3ceb0af Thanks @​askoufis! - Drop support for React 17

    BREAKING CHANGE: React 17 is no longer supported. Playroom now requires React 18 or later.

Patch Changes
  • #​396 3ceb0af Thanks @​askoufis! - Loosen @types/react and @types/react-dom dependencies to include ^18.0.0

  • #​393 199c1e0 Thanks @​askoufis! - Use the URL hash for passing params to each playroom iframe even when paramType: 'search' is configured

    This change prevents a full React re-render from occurring whenever code is changed in a playroom in projects that configure paramType: 'search', resulting in a much smoother prototyping experience.


Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • 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 changed the title fix(deps): update dependency playroom to ^0.41.0 fix(deps): update dependency playroom to ^0.42.0 Mar 24, 2025
@renovate renovate bot force-pushed the renovate/playroom-0.x branch 3 times, most recently from 3be651b to 9234fc1 Compare March 31, 2025 03:13
@renovate renovate bot force-pushed the renovate/playroom-0.x branch from 9234fc1 to 807a4d8 Compare April 7, 2025 07:27
@renovate renovate bot changed the title fix(deps): update dependency playroom to ^0.42.0 fix(deps): update dependency playroom to ^0.43.0 Apr 7, 2025
@renovate renovate bot force-pushed the renovate/playroom-0.x branch from 807a4d8 to 19f80d4 Compare April 28, 2025 02:23
@renovate renovate bot force-pushed the renovate/playroom-0.x branch from 19f80d4 to 434b281 Compare May 8, 2025 11:12
@renovate renovate bot changed the title fix(deps): update dependency playroom to ^0.43.0 fix(deps): update dependency playroom to ^0.43.1 May 8, 2025
@renovate renovate bot force-pushed the renovate/playroom-0.x branch from 434b281 to 10ba407 Compare May 12, 2025 03:28
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants