Skip to content
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

Bump playroom from 0.28.0 to 0.37.1 #12094

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

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github May 20, 2024

Bumps playroom from 0.28.0 to 0.37.1.

Release notes

Sourced from playroom's releases.

v0.37.1

Patch Changes

  • 2b6d5c5: Update lz-string to 1.5.0, and removed unnecessary @​types/lz-string

v0.37.0

Minor Changes

  • 94c75f8: Add "Find", "Find and replace", and "Jump to line" functionality.

    Keybindings for these new commands are:

    • Cmd + F / Ctrl + F - Find
    • Cmd + Option + F / Ctrl + Alt + F - Find and replace
    • Cmd + G / Ctrl + G - Jump to line

Patch Changes

  • 71f694a: Fix issue with "Toggle comment" command commenting certain code outside JSX tags with incorrect syntax.

v0.36.0

Minor Changes

  • c3f0373: Drop support for Node versions <18.12.0

  • 90edcc8: Add keybinding for copying Playroom link to clipboard with ⌘ + ⇧ + C (or, on Windows, Ctrl + Shift + C).

  • c99cc30: Add keybinding to toggle comment syntax for the current selection.

    Pressing Cmd + / (or, on Windows, Ctrl + /) will toggle comment syntax for the currently selected text. If no text is selected, the line the cursor is on will toggle comment syntax.

Patch Changes

  • dd95719: Add 'Insert snippet' shortcut to 'Keyboard Shortcuts' list in settings panel for better discoverability.

  • cad1ded: Remove dependency on current-git-branch package

  • 0215bb4: Replace query-string dependency with URLSearchParams

  • 6ad5895: Update shortcut format for Windows users for consistency with standard styling.

  • cb3c427: In the Settings Panel, sort keyboard shortcuts order by most frequently and widely used. Related shortcuts are grouped together.

  • b1766c2: Move Title setting from Settings Panel to Frame Panel to group current playroom settings together and improve discoverability.

    Now, all settings that affect the current playroom tab live in the Frame Panel. Settings affecting all playroom tabs live in the Settings Panel.

  • 41e8cfa: Fix an issue where new Playroom tabs without a set title would load a recently used title.

  • 134c5a4: Upgrade webpack-dev-server to v5

... (truncated)

Changelog

Sourced from playroom's changelog.

0.37.1

Patch Changes

  • 2b6d5c5: Update lz-string to 1.5.0, and removed unnecessary @​types/lz-string

0.37.0

Minor Changes

  • 94c75f8: Add "Find", "Find and replace", and "Jump to line" functionality.

    Keybindings for these new commands are:

    • Cmd + F / Ctrl + F - Find
    • Cmd + Option + F / Ctrl + Alt + F - Find and replace
    • Cmd + G / Ctrl + G - Jump to line

Patch Changes

  • 71f694a: Fix issue with "Toggle comment" command commenting certain code outside JSX tags with incorrect syntax.

0.36.0

Minor Changes

  • c3f0373: Drop support for Node versions <18.12.0

  • 90edcc8: Add keybinding for copying Playroom link to clipboard with ⌘ + ⇧ + C (or, on Windows, Ctrl + Shift + C).

  • c99cc30: Add keybinding to toggle comment syntax for the current selection.

    Pressing Cmd + / (or, on Windows, Ctrl + /) will toggle comment syntax for the currently selected text. If no text is selected, the line the cursor is on will toggle comment syntax.

Patch Changes

  • dd95719: Add 'Insert snippet' shortcut to 'Keyboard Shortcuts' list in settings panel for better discoverability.

  • cad1ded: Remove dependency on current-git-branch package

  • 0215bb4: Replace query-string dependency with URLSearchParams

  • 6ad5895: Update shortcut format for Windows users for consistency with standard styling.

  • cb3c427: In the Settings Panel, sort keyboard shortcuts order by most frequently and widely used. Related shortcuts are grouped together.

  • b1766c2: Move Title setting from Settings Panel to Frame Panel to group current playroom settings together and improve discoverability.

    Now, all settings that affect the current playroom tab live in the Frame Panel. Settings affecting all playroom tabs live in the Settings Panel.

  • 41e8cfa: Fix an issue where new Playroom tabs without a set title would load a recently used title.

  • 134c5a4: Upgrade webpack-dev-server to v5

  • c3f0373: Update dependencies

  • f88a4e6: Fix async import of playroom config on Windows

... (truncated)

Commits
  • 0502218 Version Packages (#347)
  • 2b6d5c5 Upgrade lz-string to version 1.5.0 (#346)
  • cdfc925 Version Packages (#341)
  • d5c2985 Fix reliability issues in Cypress tests for search related keyboard shortcuts...
  • 94c75f8 Add "Find", "Find and replace", and "Jump to line" keyboard shortcuts (#343)
  • 9208310 Revert "Replace concurrently dev dep with pnpm run (#339)" to fix Cypress...
  • 71f694a Refactor logic to determine comment type for "Toggle comment" command (#340)
  • 184a1b4 Version Packages (#323)
  • 83b73b3 Replace concurrently dev dep with pnpm run (#339)
  • 0215bb4 Replace query-string dependency with URLSearchParams (#336)
  • Additional commits viewable in compare view

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.37.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.37.1)

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

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label May 20, 2024
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
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

0 participants