hizzle-co / noptin

Noptin is the best email newsletter plugin for WordPress.
https://noptin.com
GNU General Public License v3.0
19 stars 5 forks source link

Update wordpress monorepo #915

Closed renovate[bot] closed 2 months ago

renovate[bot] commented 2 months ago

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@wordpress/api-fetch (source) 7.6.0 -> 7.7.0 age adoption passing confidence
@wordpress/babel-preset-default (source) 8.6.0 -> 8.7.0 age adoption passing confidence
@wordpress/base-styles (source) 5.6.0 -> 5.7.0 age adoption passing confidence
@wordpress/components (source) 28.6.0 -> 28.7.0 age adoption passing confidence
@wordpress/dom-ready (source) 4.6.0 -> 4.7.0 age adoption passing confidence
@wordpress/icons (source) 10.6.0 -> 10.7.0 age adoption passing confidence

Release Notes

WordPress/gutenberg (@​wordpress/api-fetch) ### [`v7.7.0`](https://redirect.github.com/WordPress/gutenberg/blob/HEAD/packages/api-fetch/CHANGELOG.md#770-2024-09-05) [Compare Source](https://redirect.github.com/WordPress/gutenberg/compare/@wordpress/api-fetch@7.6.0...@wordpress/api-fetch@7.7.0)
WordPress/gutenberg (@​wordpress/babel-preset-default) ### [`v8.7.0`](https://redirect.github.com/WordPress/gutenberg/blob/HEAD/packages/babel-preset-default/CHANGELOG.md#870-2024-09-05) [Compare Source](https://redirect.github.com/WordPress/gutenberg/compare/@wordpress/babel-preset-default@8.6.0...@wordpress/babel-preset-default@8.7.0)
WordPress/gutenberg (@​wordpress/base-styles) ### [`v5.7.0`](https://redirect.github.com/WordPress/gutenberg/blob/HEAD/packages/base-styles/CHANGELOG.md#570-2024-09-05) [Compare Source](https://redirect.github.com/WordPress/gutenberg/compare/@wordpress/base-styles@5.6.0...@wordpress/base-styles@5.7.0)
WordPress/gutenberg (@​wordpress/components) ### [`v28.7.0`](https://redirect.github.com/WordPress/gutenberg/blob/HEAD/packages/components/CHANGELOG.md#2870-2024-09-05) [Compare Source](https://redirect.github.com/WordPress/gutenberg/compare/@wordpress/components@28.6.0...@wordpress/components@28.7.0) ##### Deprecations - Deprecate `replace` from the options accepted by `useNavigator().goTo()` ([#​64675](https://redirect.github.com/WordPress/gutenberg/pull/64675)). - Soft deprecate `size` prop on `AlignmentMatrixControl.Icon` ([#​64827](https://redirect.github.com/WordPress/gutenberg/pull/64827)). - `__experimentalAlignmentMatrixControl` can now be imported as a stable `AlignmentMatrixControl` ([#​60913](https://redirect.github.com/WordPress/gutenberg/pull/60913)). - Deprecate `DimensionControl`, scheduled to be removed in WordPress 7.0 ([#​64951](https://redirect.github.com/WordPress/gutenberg/pull/64951)). ##### Enhancements - `ColorPicker`: Adopt radius scale ([#​64693](https://redirect.github.com/WordPress/gutenberg/pull/64693)). - `CustomSelectControl V2`: Adopt radius scale ([#​64693](https://redirect.github.com/WordPress/gutenberg/pull/64693)). - `AlignmentMatrixControl.Icon`: rewrite entirely using SVG markup ([#​64827](https://redirect.github.com/WordPress/gutenberg/pull/64827)). - `DateTime`: Adopt radius scale ([#​64693](https://redirect.github.com/WordPress/gutenberg/pull/64693)). - `FormToggle`: Adopt radius scale ([#​64693](https://redirect.github.com/WordPress/gutenberg/pull/64693)). - `FormTokenField`: Remove unused border-radius ([#​64693](https://redirect.github.com/WordPress/gutenberg/pull/64693)). - `InputControl`: Adopt radius scale ([#​64693](https://redirect.github.com/WordPress/gutenberg/pull/64693)). - `Navigation`: Adopt radius scale ([#​64693](https://redirect.github.com/WordPress/gutenberg/pull/64693)). - `RangeControl`: Adopt radius scale ([#​64693](https://redirect.github.com/WordPress/gutenberg/pull/64693)). - `ResizeableBox`: Adopt radius scale ([#​64693](https://redirect.github.com/WordPress/gutenberg/pull/64693)). - `TabPanel`: Remove radius applied to panel focus style ([#​64693](https://redirect.github.com/WordPress/gutenberg/pull/64693)). - `Tabs`: Remove radius applied to panel focus style ([#​64693](https://redirect.github.com/WordPress/gutenberg/pull/64693)). - `UnitControl`: Update unit select styles ([#​64712](https://redirect.github.com/WordPress/gutenberg/pull/64712)). - `InputControl`: Add variants to prefix/suffix wrappers ([#​64824](https://redirect.github.com/WordPress/gutenberg/pull/64824)). - `Navigator`: remove location history, simplify internal logic ([#​64675](https://redirect.github.com/WordPress/gutenberg/pull/64675)). - `AlignmentMatrixControl`: Promote to stable ([#​60913](https://redirect.github.com/WordPress/gutenberg/pull/60913)). - Tighten gap between the main control and the prefix/suffix slot for the following components ([#​64908](https://redirect.github.com/WordPress/gutenberg/pull/64908)). - `InputControl` - `NumberControl` - `SelectControl` - `TreeSelect` - `UnitControl` - Contains internal visual changes from this PR: - `AnglePickerControl` - `ColorPicker` - Decrease horizontal padding from 16px to 12px on the following components, when in the 40px default size ([#​64708](https://redirect.github.com/WordPress/gutenberg/pull/64708)). - `AnglePickerControl` - `ColorPicker` (on the inputs) - `CustomSelectControl` - `CustomSelectControlV2` - `DateTimePicker` (on the selects and inputs) - `DimensionControl` - `FocalPointPicker` (on the inputs) - `FontSizePicker` (on the custom inputs) - `GradientPicker` (on the selects and inputs) - `InputControl` - `NumberControl` - `QueryControls` (on the selects and inputs) - `RangeControl` (on the inputs) - `SearchControl` - `SelectControl` - `TextControl` - `TimePicker` (on the inputs) - `TreeSelect` - `UnitControl` - `Modal`: Update animation effect ([#​64580](https://redirect.github.com/WordPress/gutenberg/pull/64580)). - `AlignmentMatrixControl`: do not use composite store directly ([#​64850](https://redirect.github.com/WordPress/gutenberg/pull/64850)). - `CircularOptionPicker`: do not use composite store directly ([#​64833](https://redirect.github.com/WordPress/gutenberg/pull/64833)). ##### Bug Fixes - `TimePicker`: use ToggleGroupControl for AM/PM toggle ([#​64800](https://redirect.github.com/WordPress/gutenberg/pull/64800)). - `ColorPalette` utils: do not normalize undefined color values ([#​64969](https://redirect.github.com/WordPress/gutenberg/pull/64969)). - `DatePicker` restore round radius for event dot ([#​65031](https://redirect.github.com/WordPress/gutenberg/pull/65031)). ##### Internal - `DropdownMenu` v2: expose CompositeTypeaheadV2 and CompositeHoverV2 via private APIs ([#​64985](https://redirect.github.com/WordPress/gutenberg/pull/64985)). - `DropdownMenu` v2: fix flashing menu item styles when using keyboard ([#​64873](https://redirect.github.com/WordPress/gutenberg/pull/64873), [#​64942](https://redirect.github.com/WordPress/gutenberg/pull/64942)). - `DropdownMenu` v2: refactor to overloaded naming convention ([#​64654](https://redirect.github.com/WordPress/gutenberg/pull/64654)). - `DropdownMenu` v2: add `GroupLabel` subcomponent ([#​64854](https://redirect.github.com/WordPress/gutenberg/pull/64854)). - `DropdownMenuV2`: update animation ([#​64868](https://redirect.github.com/WordPress/gutenberg/pull/64868)). - `Composite` V2: fix Storybook docgen ([#​64682](https://redirect.github.com/WordPress/gutenberg/pull/64682)). - `Composite` V2: add "With Slot Fill" example ([#​65051](https://redirect.github.com/WordPress/gutenberg/pull/65051)). - `Composite` V2: accept store props on top-level component ([#​64832](https://redirect.github.com/WordPress/gutenberg/pull/64832)). - `Composite` V2: remove `store` prop and `useCompositeStore` hook ([#​64723](https://redirect.github.com/WordPress/gutenberg/pull/64723)).
WordPress/gutenberg (@​wordpress/dom-ready) ### [`v4.7.0`](https://redirect.github.com/WordPress/gutenberg/blob/HEAD/packages/dom-ready/CHANGELOG.md#470-2024-09-05) [Compare Source](https://redirect.github.com/WordPress/gutenberg/compare/@wordpress/dom-ready@4.6.0...@wordpress/dom-ready@4.7.0)
WordPress/gutenberg (@​wordpress/icons) ### [`v10.7.0`](https://redirect.github.com/WordPress/gutenberg/blob/HEAD/packages/icons/CHANGELOG.md#1070-2024-09-05) [Compare Source](https://redirect.github.com/WordPress/gutenberg/compare/@wordpress/icons@10.6.0...@wordpress/icons@10.7.0)

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.

👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.



This PR was generated by Mend Renovate. View the repository job log.