Skip to content

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github May 8, 2025

Bumps playroom from 0.28.0 to 0.43.1.

Release notes

Sourced from playroom's releases.

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

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

  • #402 6f30915 Thanks @​felixhabib! - Fix styling issue, ensuring frame names and shadows show at a dimmed opacity except on hover

v0.42.0

Minor Changes

  • #397 15a44bb Thanks @​askoufis! - Replace fast-glob dependency with 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

Minor Changes

... (truncated)

Changelog

Sourced from playroom's changelog.

0.43.1

Patch Changes

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

0.43.0

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

  • #402 6f30915 Thanks @​felixhabib! - Fix styling issue, ensuring frame names and shadows show at a dimmed opacity except on hover

0.42.0

Minor Changes

  • #397 15a44bb Thanks @​askoufis! - Replace fast-glob dependency with 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>

0.41.0

... (truncated)

Commits
  • 751e151 Version Packages (#409)
  • 059e9c7 CLI: Only require modules that are relevant to the CLI command being executed...
  • 18accbb Version Packages (#405)
  • 6f30915 Add 'Fit to window' frame width option, fix frame name styling bug (#402)
  • 24c3e52 Version Packages (#400)
  • ca6b1e0 Update PNPM to v10, remove volta config, use node 20 (#401)
  • 6ea1067 Update various dev deps (#398)
  • 15a44bb Replace fast-glob dependency with tinyglobby (#397)
  • 0a42cc2 Upgrade to ESLint v9, upgrade to latest eslint-config-seek (#399)
  • dc14423 Enable embedded CSS formatting on save (#392)
  • Additional commits viewable in compare view

Dependabot compatibility score

You can trigger a rebase of this PR 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)

Note
Automatic rebases have been disabled on this pull request as it has been open for over 30 days.

Bumps [playroom](https://github.com/seek-oss/playroom) from 0.28.0 to 0.43.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.43.1)

---
updated-dependencies:
- dependency-name: playroom
  dependency-version: 0.43.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 May 8, 2025
@github-actions github-actions bot enabled auto-merge (squash) May 8, 2025 07:11
Copy link
Contributor Author

dependabot bot commented on behalf of github Jun 11, 2025

Superseded by #13767.

@dependabot dependabot bot closed this Jun 11, 2025
auto-merge was automatically disabled June 11, 2025 07:42

Pull request was closed

@dependabot dependabot bot deleted the dependabot/npm_and_yarn/playroom-0.43.1 branch June 11, 2025 07:42
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