Codeinwp / otter-blocks

Create beautiful and attracting posts, pages, and landing pages with Gutenberg Blocks and Template Library by Otter.
https://wordpress.org/plugins/otter-blocks/
GNU General Public License v3.0
128 stars 33 forks source link

chore(deps-dev): bump @wordpress/components from 27.3.0 to 28.0.0 #2227

Closed dependabot[bot] closed 3 days ago

dependabot[bot] commented 1 month ago

Bumps @wordpress/components from 27.3.0 to 28.0.0.

Changelog

Sourced from @​wordpress/components's changelog.

28.0.0 (2024-05-31)

Breaking Changes

  • Variables like process.env.IS_GUTENBERG_PLUGIN have been replaced by globalThis.IS_GUTENBERG_PLUGIN. Build systems using process.env should be updated (#61486).
  • Increase the minimum required Node.js version to v18.12.0 matching long-term support releases (#31270). Learn more about Node.js releases.

Enhancements

  • Tabs: Animate indicator (#60560).
  • ComboboxControl: Introduce Combobox expandOnFocus prop (#61705).
  • ProgressBar: Expose as public API (#61062).
  • ProgressBar: Simplify default width implementation and make it more easily overridable (#61976).

Bug Fixes

  • Autocomplete: Stabilize rendering of autocomplete items (#61877).
  • TabPanel: Make the the focus styles consistent with Tabs. (#61317).
  • InputControl: Fixed z-index issue where slider dots appeared in front of the Appearance dropdown. (#61937)

Internal

  • Remove reduceMotion util (#61963).
  • Add type support for CSS Custom Properties (#61872).
  • Remove usage of deprecated spreading of key prop in JSX in CustomSelectControl and FormTokenField components (#61692).
  • Tooltip: Fix Ariakit tooltip store usage (#61858).
  • CustomSelectControlV2: Use InputBase for styling (#60261).

27.6.0 (2024-05-16)

Internal

  • Replaced classnames package with the faster and smaller clsx package (#61138).
  • Upgrade @use-gesture/react package to ^10.3.1 (#61503).
  • Upgrade framer-motion package to version ^11.1.9 (#61572).

Enhancements

  • FontSizePicker: Add vw and vh units to the default units in the font size picker (#60507.
  • PaletteEdit: Use consistent spacing and metrics. (#61368).
  • FormTokenField: Hide label when not defined (#61336).
  • ComboboxControl: supports disabled items (#61294).
  • Upgraded the @​types/react and @​types/react-dom packages (#60796).
  • Placeholder: Tweak placeholder style (#61590).

Bug Fix

  • ToolsPanel: Fix sticking “Reset” option (#60621).
  • Fix an issue where types used a synthetic default import (#61679).

... (truncated)

Commits
  • 2f30cdd chore(release): publish
  • 7a73712 Update changelog files
  • a2eeacb Merge changes published in the Gutenberg plugin "release/18.5" branch
  • 42f38f2 chore(release): publish
  • 6210b42 Update changelog files
  • 180f0db Merge changes published in the Gutenberg plugin "release/18.4" branch
  • 581d8a5 chore(release): publish
  • b669ff1 Update changelog files
  • 8f4c19d Merge changes published in the Gutenberg plugin "release/18.3" branch
  • 280403b chore(release): publish
  • 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 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)
pirate-bot commented 1 month ago

Bundle Size Diff

Package Old Size New Size Diff
Animations 239.1 KB 239.1 KB 0 B (0.00%)
Blocks 1.5 MB 1.5 MB 0 B (0.00%)
CSS 93.17 KB 93.17 KB 0 B (0.00%)
Dashboard 201.53 KB 201.53 KB 0 B (0.00%)
Onboarding 154.18 KB 154.18 KB 0 B (0.00%)
Export Import 90.95 KB 90.95 KB 0 B (0.00%)
Pro 355.91 KB 355.91 KB 0 B (0.00%)
pirate-bot commented 1 month ago

Plugin build for f0dcdcd9ddacf411c62c82489f2fd41256c83d3a is ready :bellhop_bell:!

pirate-bot commented 1 month ago

E2E Tests

Playwright Test Status:

Performance Results serverResponse: 215.05, firstPaint: 157.05, domContentLoaded: 1563.85, loaded: 1564.45, firstContentfulPaint: 3627.45, firstBlock: 5405.8, type: 11.56, minType: 9.88, maxType: 13.54, typeContainer: 7.66, minTypeContainer: 6.21, maxTypeContainer: 8.89, focus: 41.65, minFocus: 34.72, maxFocus: 55.25, inserterOpen: 28.56, minInserterOpen: 24.25, maxInserterOpen: 36.85, inserterSearch: 7.04, minInserterSearch: 6.28, maxInserterSearch: 9.07, inserterHover: 4.36, minInserterHover: 3.37, maxInserterHover: 16.1, listViewOpen: 150.98, minListViewOpen: 138.36, maxListViewOpen: 168.83
dependabot[bot] commented 3 days ago

Superseded by #2248.