Skip to content

Conversation

matticbot
Copy link
Contributor

@matticbot matticbot commented Sep 1, 2024

This PR contains the following updates:

Package Type Update Change
@wordpress/annotations (source) dependencies minor 3.5.0 -> 3.6.0
@wordpress/api-fetch (source) dependencies minor 7.5.0 -> 7.6.0
@wordpress/api-fetch (source) devDependencies minor 7.5.0 -> 7.6.0
@wordpress/babel-plugin-import-jsx-pragma (source) devDependencies minor 5.5.0 -> 5.6.0
@wordpress/babel-preset-default (source) devDependencies minor 8.5.0 -> 8.6.0
@wordpress/base-styles (source) dependencies minor 5.5.0 -> 5.6.0
@wordpress/base-styles (source) devDependencies minor 5.5.0 -> 5.6.0
@wordpress/blob (source) devDependencies minor 4.5.0 -> 4.6.0
@wordpress/blob (source) dependencies minor 4.5.0 -> 4.6.0
@wordpress/block-editor (source) dependencies minor 14.0.0 -> 14.1.0
@wordpress/block-editor (source) devDependencies minor 14.0.0 -> 14.1.0
@wordpress/block-library (source) devDependencies minor 9.5.0 -> 9.6.1
@wordpress/block-serialization-default-parser (source) devDependencies minor 5.5.0 -> 5.6.0
@wordpress/blocks (source) dependencies minor 13.5.0 -> 13.6.0
@wordpress/browserslist-config (source) devDependencies minor 6.5.0 -> 6.6.0
@wordpress/browserslist-config (source) dependencies minor 6.5.0 -> 6.6.0
@wordpress/components (source) dependencies minor 28.5.0 -> 28.6.0
@wordpress/components (source) devDependencies minor 28.5.0 -> 28.6.0
@wordpress/compose (source) dependencies minor 7.5.0 -> 7.6.0
@wordpress/core-data (source) devDependencies minor 7.5.0 -> 7.6.0
@wordpress/core-data (source) dependencies minor 7.5.0 -> 7.6.0
@wordpress/data (source) dependencies minor 10.5.0 -> 10.6.0
@wordpress/data (source) devDependencies minor 10.5.0 -> 10.6.0
@wordpress/date (source) dependencies minor 5.5.0 -> 5.6.0
@wordpress/date (source) devDependencies minor 5.5.0 -> 5.6.0
@wordpress/dependency-extraction-webpack-plugin (source) devDependencies minor 6.5.0 -> 6.6.0
@wordpress/dependency-extraction-webpack-plugin (source) dependencies minor 6.5.0 -> 6.6.0
@wordpress/dom-ready (source) devDependencies minor 4.5.0 -> 4.6.0
@wordpress/dom-ready (source) dependencies minor 4.5.0 -> 4.6.0
@wordpress/edit-post (source) dependencies minor 8.5.0 -> 8.6.1
@wordpress/editor (source) devDependencies minor 14.5.0 -> 14.6.0
@wordpress/editor (source) dependencies minor 14.5.0 -> 14.6.0
@wordpress/element (source) dependencies minor 6.5.0 -> 6.6.0
@wordpress/element (source) devDependencies minor 6.5.0 -> 6.6.0
@wordpress/escape-html (source) devDependencies minor 3.5.0 -> 3.6.0
@wordpress/eslint-plugin (source) devDependencies minor 20.2.0 -> 20.3.0
@wordpress/format-library (source) devDependencies minor 5.5.0 -> 5.6.0
@wordpress/hooks (source) dependencies minor 4.5.0 -> 4.6.0
@wordpress/html-entities (source) dependencies minor 4.5.0 -> 4.6.0
@wordpress/i18n (source) dependencies minor 5.5.0 -> 5.6.0
@wordpress/i18n (source) devDependencies minor 5.5.0 -> 5.6.0
@wordpress/i18n (source) peerDependencies minor 5.5.0 -> 5.6.0
@wordpress/icons (source) dependencies minor 10.5.0 -> 10.6.0
@wordpress/jest-console (source) devDependencies minor 8.5.0 -> 8.6.0
@wordpress/keycodes (source) devDependencies minor 4.5.0 -> 4.6.0
@wordpress/media-utils (source) dependencies minor 5.5.0 -> 5.6.0
@wordpress/notices (source) devDependencies minor 5.5.0 -> 5.6.0
@wordpress/notices (source) dependencies minor 5.5.0 -> 5.6.0
@wordpress/plugins (source) dependencies minor 7.5.0 -> 7.6.0
@wordpress/postcss-plugins-preset (source) devDependencies minor 5.5.0 -> 5.6.0
@wordpress/primitives (source) dependencies minor 4.5.0 -> 4.6.0
@wordpress/private-apis (source) dependencies minor 1.5.0 -> 1.6.0
@wordpress/rich-text (source) dependencies minor 7.5.0 -> 7.6.0
@wordpress/token-list (source) devDependencies minor 3.5.0 -> 3.6.0
@wordpress/url (source) dependencies minor 4.5.0 -> 4.6.0
@wordpress/viewport (source) dependencies minor 6.5.0 -> 6.6.0
@wordpress/widgets (source) dependencies minor 4.5.0 -> 4.6.0
@wordpress/wordcount (source) dependencies minor 4.5.0 -> 4.6.0

Release Notes

WordPress/gutenberg (@​wordpress/annotations)

v3.6.0

Compare Source

WordPress/gutenberg (@​wordpress/api-fetch)

v7.6.0

Compare Source

WordPress/gutenberg (@​wordpress/babel-plugin-import-jsx-pragma)

v5.6.0

Compare Source

WordPress/gutenberg (@​wordpress/babel-preset-default)

v8.6.0

Compare Source

WordPress/gutenberg (@​wordpress/base-styles)

v5.6.0

Compare Source

WordPress/gutenberg (@​wordpress/blob)

v4.6.0

Compare Source

WordPress/gutenberg (@​wordpress/block-editor)

v14.1.0

Compare Source

WordPress/gutenberg (@​wordpress/block-library)

v9.6.1: 9.6.1

Compare Source

Bugfixes
  • Include block's CSS in the release for FSE themes (27884)

v9.6.0

Compare Source

WordPress/gutenberg (@​wordpress/block-serialization-default-parser)

v5.6.0

Compare Source

WordPress/gutenberg (@​wordpress/blocks)

v13.6.0

Compare Source

WordPress/gutenberg (@​wordpress/browserslist-config)

v6.6.0

Compare Source

WordPress/gutenberg (@​wordpress/components)

v28.6.0

Compare Source

Deprecations
  • Deprecate bottom margin on the following BaseControl-based components. Set the __nextHasNoMarginBottom prop to true to start opting into the new styles, which will become the default in a future version (#​64408).
    • BaseControl
    • CheckboxControl
    • ComboboxControl
    • DimensionControl
    • FocalPointPicker
    • RangeControl
    • SearchControl
    • SelectControl
    • TextControl
    • TextareaControl
    • ToggleControl
    • ToggleGroupControl
    • TreeSelect
  • Deprecate NavigatorToParentButton and useNavigator().goToParent() in favor of NavigatorBackButton and useNavigator().goBack() (#​63317).
Enhancements
  • Placeholder: Temporarily rewind radius scale (#​64672).
  • Composite: improve Storybook examples and add interactive controls (#​64397).
  • Composite: use internal context to forward the composite store to sub-components (#​64493).
  • QueryControls: Default to new 40px size (#​64457).
  • TimePicker: add hideLabelFromVision prop (#​64267).
  • FocalPointPicker: Default to new 40px size (#​64456).
  • DropdownMenuV2: adopt elevation scale (#​64432).
  • AlignmentMatrixControl: Adopt radius scale (#​64368).
  • AnglePickerControl: Adopt radius scale (#​64368).
  • BorderControl: Adopt radius scale (#​64368).
  • ButtonGroup: Adopt radius scale (#​64368).
  • Button: Adopt radius scale (#​64368).
  • CircularOptionPicker: Adopt radius scale (#​64368).
  • ColorIndicator: Adopt radius scale (#​64368).
  • ColorPalette: Adopt radius scale (#​64368).
  • CustomGradientPicker: Adopt radius scale (#​64368).
  • DropZone: Adopt radius scale (#​64368).
  • DropdownMenuV2: Adopt radius scale (#​64368).
  • FocalPointPicker: Adopt radius scale (#​64368).
  • Guide: Adopt radius scale (#​64368).
  • Modal: Adopt radius scale (#​64368).
  • Placeholder: Adopt radius scale (#​64368).
  • Popover: Adopt radius scale (#​64368).
  • ProgressBar: Adopt radius scale (#​64368).
  • RadioControl: Adopt radius scale (#​64368).
  • Snackbar: Adopt radius scale (#​64368).
  • TabPanel: Adopt radius scale (#​64368).
  • Text: Adopt radius scale (#​64368).
  • ToggleGroupControl: Adopt radius scale (#​64368).
  • ToolbarGroup: Adopt radius scale (#​64368).
  • Toolbar: Adopt radius scale (#​64368).
  • Tooltip: Adopt radius scale (#​64368).
  • UnitControl: Adopt radius scale (#​64368).
  • Popover: allow style prop usage (#​64489).
  • ToolsPanel: sets column-gap to 16px for ToolsPanel grid (#​64497).
  • Modal: Replace references to deprecated styling variables (#​64655).
  • Popover: Replace references to deprecated styling variables (#​64655).
  • Snackbar: Replace references to deprecated styling variables (#​64655).
  • TextareaControl: Update styles (#​64586).
  • CircularOptionPicker: Update hard-coded border-width value (#​64680).
  • CustomGradientPicker: Update hard-coded border-width value (#​64680).
Bug Fixes
  • RangeControl: disable reset button when the current value is equal to the reset value (#​64579).
  • RangeControl: tweak mark and label absolute positioning (#​64487).
  • RadioGroup: use fieldset and legend to group radio inputs (#​64582).
Internal
  • Composite v2: add Hover and Typeahead subcomponents (#​64399).
  • Composite v2: add focus-related props to CompositeandComposite.Item subcomponents (#​64450).
  • Composite v2: add Context subcomponent (#​64493).
  • DropdownMenu v2: use themed color variables (#​64647).
  • CustomSelectControl: Improve type inferring (#​64412).
  • Update ariakit to version 0.4.10 (#​64637).
  • Ariakit: Use useStoreState() instead of store.useState() (#​64648).
WordPress/gutenberg (@​wordpress/compose)

v7.6.0

Compare Source

WordPress/gutenberg (@​wordpress/core-data)

v7.6.0

Compare Source

WordPress/gutenberg (@​wordpress/data)

v10.6.0

Compare Source

WordPress/gutenberg (@​wordpress/date)

v5.6.0

Compare Source

WordPress/gutenberg (@​wordpress/dependency-extraction-webpack-plugin)

v6.6.0

Compare Source

WordPress/gutenberg (@​wordpress/dom-ready)

v4.6.0

Compare Source

WordPress/gutenberg (@​wordpress/editor)

v14.6.0

Compare Source

WordPress/gutenberg (@​wordpress/element)

v6.6.0

Compare Source

WordPress/gutenberg (@​wordpress/escape-html)

v3.6.0

Compare Source

WordPress/gutenberg (@​wordpress/eslint-plugin)

v20.3.0

Compare Source

WordPress/gutenberg (@​wordpress/format-library)

v5.6.0

Compare Source

WordPress/gutenberg (@​wordpress/hooks)

v4.6.0

Compare Source

WordPress/gutenberg (@​wordpress/html-entities)

v4.6.0

Compare Source

WordPress/gutenberg (@​wordpress/i18n)

v5.6.0

Compare Source

WordPress/gutenberg (@​wordpress/icons)

v10.6.0

Compare Source

WordPress/gutenberg (@​wordpress/jest-console)

v8.6.0

Compare Source

WordPress/gutenberg (@​wordpress/keycodes)

v4.6.0

Compare Source

WordPress/gutenberg (@​wordpress/notices)

v5.6.0

Compare Source

WordPress/gutenberg (@​wordpress/plugins)

v7.6.0

Compare Source

WordPress/gutenberg (@​wordpress/postcss-plugins-preset)

v5.6.0

Compare Source

WordPress/gutenberg (@​wordpress/primitives)

v4.6.0

Compare Source

WordPress/gutenberg (@​wordpress/private-apis)

v1.6.0

Compare Source

WordPress/gutenberg (@​wordpress/rich-text)

v7.6.0

Compare Source

WordPress/gutenberg (@​wordpress/token-list)

v3.6.0

Compare Source

WordPress/gutenberg (@​wordpress/viewport)

v6.6.0

Compare Source

WordPress/gutenberg (@​wordpress/widgets)

v4.6.0

Compare Source

WordPress/gutenberg (@​wordpress/wordcount)

v4.6.0

Compare Source


Configuration

📅 Schedule: Branch creation - "before 3am on the first day of the month" in timezone UTC, 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.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by Renovate Bot.

@github-actions github-actions bot added [Plugin] Automattic For Agencies Client [Plugin] Boost A feature to speed up the site and improve performance. [Plugin] Classic Theme Helper Plugin [Plugin] CRM Issues about the Jetpack CRM plugin [Plugin] Inspect [Plugin] Jetpack Issues about the Jetpack plugin. https://wordpress.org/plugins/jetpack/ [Plugin] Migration [Plugin] Protect A plugin with features to protect a site: brute force protection, security scanning, and a WAF. [Plugin] Social Issues about the Jetpack Social plugin [Plugin] Starter Plugin [Plugin] VideoPress A standalone plugin to add high-quality VideoPress videos to your site. RNA labels Sep 1, 2024
Copy link
Contributor

github-actions bot commented Sep 1, 2024

Are you an Automattician? Please test your changes on all WordPress.com environments to help mitigate accidental explosions.

  • To test on WoA, go to the Plugins menu on a WordPress.com Simple site. Click on the "Upload" button and follow the upgrade flow to be able to upload, install, and activate the Jetpack Beta plugin. Once the plugin is active, go to Jetpack > Jetpack Beta, select your plugin, and enable the renovate/wordpress-monorepo branch.

    • For jetpack-mu-wpcom changes, also add define( 'JETPACK_MU_WPCOM_LOAD_VIA_BETA_PLUGIN', true ); to your wp-config.php file.
  • To test on Simple, run the following command on your sandbox:

    bin/jetpack-downloader test jetpack renovate/wordpress-monorepo
    
    bin/jetpack-downloader test jetpack-mu-wpcom-plugin renovate/wordpress-monorepo
    

Interested in more tips and information?

  • In your local development environment, use the jetpack rsync command to sync your changes to a WoA dev blog.
  • Read more about our development workflow here: PCYsg-eg0-p2
  • Figure out when your changes will be shipped to customers here: PCYsg-eg5-p2

@matticbot matticbot force-pushed the renovate/wordpress-monorepo branch from 7daf4a3 to 0cec861 Compare September 1, 2024 02:34
@anomiex anomiex enabled auto-merge (squash) September 2, 2024 18:29
@anomiex anomiex disabled auto-merge September 2, 2024 18:31
@anomiex
Copy link
Contributor

anomiex commented Sep 2, 2024

I don't know what happened, but Renovate seems to have lost the actual update somehow. Let's have it retry.

@matticbot matticbot force-pushed the renovate/wordpress-monorepo branch from 0cec861 to bdf18b5 Compare September 2, 2024 18:46
…tenberg#63490

That change started setting a height on the control itself (versus just
the stuff inside it), so update our styles to override that too.
The vast majority are inside a `PanelBody`, which already overrides margins. Had to fix one margin on the simple-payments block.
@@ -82,6 +83,7 @@ export default function WhatsAppButtonConfiguration( { attributes, setAttributes
className="jetpack-whatsapp-button__phonenumber"
>
<SelectControl
__nextHasNoMarginBottom={ true }
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This one does make a visual change (removing the gap between the two fields), but I think it looks better this way so I left it.
Screenshot

@matticbot
Copy link
Contributor Author

Edited/Blocked Notification

Renovate will not automatically rebase this PR, because it does not recognize the last commit author and assumes somebody else may have edited the PR.

You can manually request rebase by checking the rebase/retry box above.

⚠️ Warning: custom changes will be lost.

@anomiex anomiex enabled auto-merge (squash) September 3, 2024 13:41
@anomiex anomiex merged commit fe2a3d1 into trunk Sep 3, 2024
72 of 73 checks passed
@anomiex anomiex deleted the renovate/wordpress-monorepo branch September 3, 2024 13:41
@github-actions github-actions bot removed the [Status] Needs Review This PR is ready for review. label Sep 3, 2024
gogdzl pushed a commit that referenced this pull request Oct 25, 2024
* Update wordpress monorepo
* js-packages/components: ToggleControl: Update styles for WordPress/gutenberg#63490
  That change started setting a height on the control itself (versus
  just the stuff inside it), so update our styles to override that too.
* Add `__nextHasNoMarginBottom` all over the place
  The vast majority are inside a `PanelBody`, which already overrides
  margins. Had to fix one margin on the simple-payments block.

---------

Co-authored-by: Renovate Bot <bot@renovateapp.com>
Co-authored-by: Brad Jorsch <brad.jorsch@automattic.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
[Feature] Calypsoify [Feature] Contact Form [Feature] Masterbar WordPress.com Toolbar and Dashboard customizations [Feature] Theme Tools [JS Package] AI Client [JS Package] API [JS Package] Base Styles [JS Package] Boost Score Api [JS Package] Components [JS Package] Connection [JS Package] Eslint Config Target Es [JS Package] I18n Loader Webpack Plugin [JS Package] IDC [JS Package] Licensing [JS Package] Partner Coupon [JS Package] Publicize Components [JS Package] Scan [JS Package] Shared Extension Utils [JS Package] Storybook [JS Package] Webpack Config [Package] Ad aka WordAds [Package] Assets [Package] Backup [Package] Blaze [Package] Calypsoify [Package] Classic Theme Helper [Package] Connection [Package] Explat [Package] Forms [Package] Jetpack mu wpcom WordPress.com Features [Package] Jitm [Package] Masterbar [Package] My Jetpack [Package] Publicize [Package] Search Contains core Search functionality for Jetpack and Search plugins [Package] VideoPress [Package] Yoast Promo [Plugin] Automattic For Agencies Client [Plugin] Boost A feature to speed up the site and improve performance. [Plugin] Classic Theme Helper Plugin [Plugin] CRM Issues about the Jetpack CRM plugin [Plugin] Inspect [Plugin] Jetpack Issues about the Jetpack plugin. https://wordpress.org/plugins/jetpack/ [Plugin] Migration [Plugin] Protect A plugin with features to protect a site: brute force protection, security scanning, and a WAF. [Plugin] Social Issues about the Jetpack Social plugin [Plugin] Starter Plugin [Plugin] VideoPress A standalone plugin to add high-quality VideoPress videos to your site. RNA [Type] Janitorial
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants