Skip to content

Commit

Permalink
Update wordpress monorepo (#33428)
Browse files Browse the repository at this point in the history
* Update wordpress monorepo.
* But let's do `@wordpress/eslint-plugin` separately again.
* Add a pnpmfile hack for `@wordpress/icons` → `react`.
* Remove obsolete `@wordpress/patterns` pnpmfile hack.
* js-packages/components: Expect a warning for now. Can't fix until we drop support for WP 6.3.
* Jetpack: Adjust test for still more role changes in color picker.
* Jetpack: Use `within()` in tests to avoid new aria elements added to the document.
* Jetpack: Google Calendar block: `<Placeholder instructions>` must be a string, elements are not allowed.

---------

Co-authored-by: Renovate Bot <bot@renovateapp.com>
Co-authored-by: Brad Jorsch <brad.jorsch@automattic.com>

Committed via a GitHub action: https://github.com/Automattic/jetpack/actions/runs/6461983153
  • Loading branch information
anomiex authored and matticbot committed Oct 9, 2023
1 parent c802e31 commit 17aa9e8
Show file tree
Hide file tree
Showing 6 changed files with 25 additions and 17 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,13 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/)
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [0.10.3-alpha] - unreleased

This is an alpha version! The changes listed here are not final.

### Changed
- Updated package dependencies.

## [0.10.2] - 2023-09-19
### Changed
- Updated package dependencies. [#33001]
Expand Down Expand Up @@ -207,6 +214,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
### Changed
- Updated package dependencies. [#27906]

[0.10.3-alpha]: https://github.com/automattic/jetpack-blaze/compare/v0.10.2...v0.10.3-alpha
[0.10.2]: https://github.com/automattic/jetpack-blaze/compare/v0.10.1...v0.10.2
[0.10.1]: https://github.com/automattic/jetpack-blaze/compare/v0.10.0...v0.10.1
[0.10.0]: https://github.com/automattic/jetpack-blaze/compare/v0.9.3...v0.10.0
Expand Down
2 changes: 1 addition & 1 deletion build/editor.asset.php
Original file line number Diff line number Diff line change
@@ -1 +1 @@
<?php return array('dependencies' => array('lodash', 'react', 'wp-api-fetch', 'wp-components', 'wp-compose', 'wp-data', 'wp-edit-post', 'wp-editor', 'wp-element', 'wp-i18n', 'wp-plugins', 'wp-polyfill', 'wp-primitives', 'wp-url'), 'version' => '48e5d5725f3dd0915947');
<?php return array('dependencies' => array('lodash', 'react', 'wp-api-fetch', 'wp-components', 'wp-compose', 'wp-data', 'wp-edit-post', 'wp-editor', 'wp-element', 'wp-i18n', 'wp-plugins', 'wp-polyfill', 'wp-primitives', 'wp-url'), 'version' => '28c16d719f2b8642d30d');
2 changes: 1 addition & 1 deletion build/editor.js

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@
"type": "jetpack-library",
"license": "GPL-2.0-or-later",
"require": {
"automattic/jetpack-assets": "^1.18.11",
"automattic/jetpack-connection": "^1.58.0",
"automattic/jetpack-assets": "^1.18.12-alpha",
"automattic/jetpack-connection": "^1.58.1-alpha",
"automattic/jetpack-plans": "^0.3.4",
"automattic/jetpack-redirect": "^1.7.27",
"automattic/jetpack-status": "^1.18.5",
Expand Down
24 changes: 12 additions & 12 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"private": true,
"name": "@automattic/jetpack-blaze",
"version": "0.10.2",
"version": "0.10.3-alpha",
"description": "Attract high-quality traffic to your site using Blaze. Using this service, you can advertise a post or page on some of the millions of pages across WordPress.com and Tumblr from just $5 per day.",
"homepage": "https://github.com/Automattic/jetpack/tree/HEAD/projects/packages/blaze/#readme",
"bugs": {
Expand All @@ -23,16 +23,16 @@
},
"dependencies": {
"@automattic/jetpack-analytics": "^0.1.27",
"@automattic/jetpack-components": "^0.43.0",
"@automattic/jetpack-shared-extension-utils": "^0.12.0",
"@wordpress/block-editor": "12.9.0",
"@wordpress/components": "25.7.0",
"@wordpress/compose": "6.18.0",
"@wordpress/data": "9.11.0",
"@wordpress/element": "5.18.0",
"@wordpress/i18n": "4.41.0",
"@wordpress/icons": "9.32.0",
"@wordpress/plugins": "6.9.0",
"@automattic/jetpack-components": "^0.43.1-alpha",
"@automattic/jetpack-shared-extension-utils": "^0.12.1-alpha",
"@wordpress/block-editor": "12.11.0",
"@wordpress/components": "25.9.0",
"@wordpress/compose": "6.20.0",
"@wordpress/data": "9.13.0",
"@wordpress/element": "5.20.0",
"@wordpress/i18n": "4.43.0",
"@wordpress/icons": "9.34.0",
"@wordpress/plugins": "6.11.0",
"react": "18.2.0",
"react-dom": "18.2.0"
},
Expand All @@ -41,7 +41,7 @@
"@babel/core": "7.22.17",
"@babel/preset-env": "7.22.15",
"@babel/runtime": "7.22.15",
"@wordpress/browserslist-config": "5.24.0",
"@wordpress/browserslist-config": "5.26.0",
"sass": "1.64.1",
"sass-loader": "12.4.0",
"webpack": "5.76.0",
Expand Down
2 changes: 1 addition & 1 deletion src/class-dashboard.php
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ class Dashboard {
*
* @var string
*/
const PACKAGE_VERSION = '0.10.2';
const PACKAGE_VERSION = '0.10.3-alpha';

/**
* List of dependencies needed to render the dashboard in wp-admin.
Expand Down

0 comments on commit 17aa9e8

Please sign in to comment.