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 @wordpress/components from 13.0.1 to 22.1.0 #181

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

Conversation

dependabot[bot]
Copy link

@dependabot dependabot bot commented on behalf of github Nov 28, 2022

Bumps @wordpress/components from 13.0.1 to 22.1.0.

Release notes

Sourced from @​wordpress/components's releases.

14.6.1

Changelog

Fixes

Global Styles

  • Fix the upgrader_process_complete hook for wp_theme_has_theme_json. (45881)
  • Update wp_theme_has_theme_json to use WP_Object_Cache. (45543)

Bug Fixes

  • Tag Processor: Prevent bugs from pre-PHP8 strspn/strcspn behavior. (45822)

Contributors

The following contributors merged PRs in this release:

@​oandregal @​dmsnell

14.6.0

Changelog

Enhancements

Block Library

  • Latest posts: Add color support. (41874)
  • Latest posts and latest comments: Add spacing support. (45110)
  • Navigation: Adds a list view. (45546)
  • Navigation: Add a new ManageMenusButton component. (45782)
  • Navigation: Reposition the navigation selector. (45555)
  • Navigation Link: Add the URL field to the Navigation Link inspector controls. (45751)
  • Author: Make the Author selector display all users instead of just 10. (45640)
  • Columns: Add transform to unwrap the contents. (45666)
  • Read More: Add aria-label and screen reader text. (45490)
  • Group: Use a variation picker in the placeholder. (43496)

Components

  • Use new theming accent color in all components. (45289)
  • CheckboxControl: Replace margin overrides with new opt-in prop. (45434)
  • FocalPointPicker: Update the design of the focal point handle. (45053)
  • FontSizePicker: Update hint text to match the design. (44966)
  • CheckboxControl: Move icons out of labels. (45535)

Block Editor

  • Converts paragraphs to headings with keyboard shortcuts. (44681)
  • Restore the empty paragraph inserter. (45542)
  • Transform: Select all blocks if the result has more than one block. (45015)

... (truncated)

Changelog

Sourced from @​wordpress/components's changelog.

22.1.0 (2022-11-16)

Enhancements

  • ColorPalette, BorderBox, BorderBoxControl: polish and DRY prop types, add default values (#45463).
  • TabPanel: Add ability to set icon only tab buttons (#45005).

Internal

  • AnglePickerControl: remove :focus-visible' outline on CircleOutlineWrapper` (#45758)

Bug Fix

  • FormTokenField: Fix duplicate input in IME composition (#45607).
  • Autocomplete: Check key events more strictly in IME composition (#45626).
  • Autocomplete: Fix unexpected block insertion during IME composition (#45510).
  • Icon: Making size prop work for icon components using dash icon strings (#45593)
  • ToolsPanelItem: Prevent unintended calls to onDeselect when parent panel is remounted and item is rendered via SlotFill (#45673)
  • ColorPicker: Prevent all number fields from becoming "0" when one of them is an empty string (#45649).

Internal

  • ToolsPanel: Update to fix exhaustive-deps eslint rule (#45715).
  • PaletteEditListView: Update to ignore exhaustive-deps eslint rule (#45467).
  • Popover: Update to pass exhaustive-deps eslint rule (#45656).
  • Flex: Update to pass exhaustive-deps eslint rule (#45528).
  • withNotices: Update to pass exhaustive-deps eslint rule (#45530).
  • ItemGroup: Update to pass exhaustive-deps eslint rule (#45531).
  • TabPanel: Update to pass exhaustive-deps eslint rule (#45660).
  • NavigatorScreen: Update to pass exhaustive-deps eslint rule (#45648).
  • Draggable: Convert to TypeScript (#45471).
  • MenuGroup: Convert to TypeScript (#45617).
  • useCx: fix story to satisfy the react-hooks/exhaustive-deps eslint rule (#45614)
  • Activate the react-hooks/exhuastive-deps eslint rule for the Components package (#41166)
  • Snackbar: Convert to TypeScript (#45472).

Experimental

  • ToggleGroupControl: Only show enclosing border when isBlock and not isDeselectable (#45492).

22.0.0 (2022-11-02)

Breaking Changes

  • Popover: The deprecated range and __unstableShift props have been removed (#45195).

Deprecations

  • Popover: the deprecation messages for anchor-related props (anchorRef, anchorRect, getAnchorRect) have been updated (#45195).
  • RadioGroup: Mark as deprecated, in favor of RadioControl and ToggleGroupControl (#45389).
  • Popover: the deprecation messages for anchor-related props (anchorRef, anchorRect, getAnchorRect) have been updated. (#45195).

... (truncated)

Commits
  • 7ac04f4 chore(release): publish
  • 640566e Update changelog files
  • 455584f Merge changes published in the Gutenberg plugin "release/14.6" branch
  • 511f4cc chore(release): publish
  • 76b1b0e Update changelog files
  • 85c2b4f Merge changes published in the Gutenberg plugin "release/14.5" branch
  • a2ff0e6 chore(release): publish
  • 52149f9 Update changelog files
  • 433be2b Merge changes published in the Gutenberg plugin "release/14.4" branch
  • 8d42d2f chore(release): publish
  • Additional commits viewable in compare view
Maintainer changes

This version was pushed to npm by gutenbergplugin, a new releaser for @​wordpress/components since your current version.


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 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 [@wordpress/components](https://github.com/WordPress/gutenberg/tree/HEAD/packages/components) from 13.0.1 to 22.1.0.
- [Release notes](https://github.com/WordPress/gutenberg/releases)
- [Changelog](https://github.com/WordPress/gutenberg/blob/trunk/packages/components/CHANGELOG.md)
- [Commits](https://github.com/WordPress/gutenberg/commits/@wordpress/[email protected]/packages/components)

---
updated-dependencies:
- dependency-name: "@wordpress/components"
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot @github
Copy link
Author

dependabot bot commented on behalf of github Nov 28, 2022

The following labels could not be found: Dependencies, JavaScript.

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