Skip to content

Commit

Permalink
Update wordpress monorepo (#30375)
Browse files Browse the repository at this point in the history
* Update wordpress monorepo
* Remove `@types/wordpress__components`

  GB switched to including types in the package instead of using a
  `@types/` package.

  This also necessitated some code changes, since they're not publishing
  the component props (see WordPress/gutenberg#50157).

  Also of note is that their types for `ClipboardButton` are broken, in
  that they didn't declare that it also accepts all `Button`'s props.
  Since that component is deprecated anyway, we just replace use of it
  with the designated replacement.

---------

Co-authored-by: Renovate Bot <[email protected]>
Co-authored-by: Brad Jorsch <[email protected]>

Committed via a GitHub action: https://github.com/Automattic/jetpack/actions/runs/4861850947
  • Loading branch information
anomiex authored and matticbot committed May 2, 2023
1 parent c7ff3a5 commit 5c60b8b
Show file tree
Hide file tree
Showing 19 changed files with 157 additions and 133 deletions.
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"automattic/jetpack-autoloader": "^2.11.19",
"automattic/jetpack-composer-plugin": "^1.1.10",
"automattic/jetpack-config": "^1.15.2",
"automattic/jetpack-connection": "^1.51.7",
"automattic/jetpack-connection": "^1.51.8-alpha",
"automattic/jetpack-identity-crisis": "^0.8.45-alpha",
"automattic/jetpack-my-jetpack": "^2.11.0-alpha",
"automattic/jetpack-search": "^0.36.2-alpha",
Expand Down
8 changes: 8 additions & 0 deletions jetpack_vendor/automattic/jetpack-assets/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).

## [1.18.2-alpha] - unreleased

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

### Changed
- Updated package dependencies.

## [1.18.1] - 2023-04-10
### Added
- Add Jetpack Autoloader package suggestion. [#29988]
Expand Down Expand Up @@ -321,6 +328,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

- Statically access asset tools

[1.18.2-alpha]: https://github.com/Automattic/jetpack-assets/compare/v1.18.1...v1.18.2-alpha
[1.18.1]: https://github.com/Automattic/jetpack-assets/compare/v1.18.0...v1.18.1
[1.18.0]: https://github.com/Automattic/jetpack-assets/compare/v1.17.34...v1.18.0
[1.17.34]: https://github.com/Automattic/jetpack-assets/compare/v1.17.33...v1.17.34
Expand Down
8 changes: 8 additions & 0 deletions jetpack_vendor/automattic/jetpack-connection/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).

## [1.51.8-alpha] - unreleased

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

### Changed
- Updated package dependencies.

## [1.51.7] - 2023-04-10
### Added
- Add Jetpack Autoloader package suggestion. [#29988]
Expand Down Expand Up @@ -797,6 +804,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

- Separate the connection library into its own package.

[1.51.8-alpha]: https://github.com/Automattic/jetpack-connection/compare/v1.51.7...v1.51.8-alpha
[1.51.7]: https://github.com/Automattic/jetpack-connection/compare/v1.51.6...v1.51.7
[1.51.6]: https://github.com/Automattic/jetpack-connection/compare/v1.51.5...v1.51.6
[1.51.5]: https://github.com/Automattic/jetpack-connection/compare/v1.51.4...v1.51.5
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
*/
class Package_Version {

const PACKAGE_VERSION = '1.51.7';
const PACKAGE_VERSION = '1.51.8-alpha';

const PACKAGE_SLUG = 'connection';

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,11 @@
"type": "jetpack-library",
"license": "GPL-2.0-or-later",
"require": {
"automattic/jetpack-connection": "^1.51.7",
"automattic/jetpack-connection": "^1.51.8-alpha",
"automattic/jetpack-constants": "^1.6.22",
"automattic/jetpack-status": "^1.17.0",
"automattic/jetpack-logo": "^1.6.1",
"automattic/jetpack-assets": "^1.18.1"
"automattic/jetpack-assets": "^1.18.2-alpha"
},
"require-dev": {
"automattic/jetpack-changelogger": "^3.3.2",
Expand Down
8 changes: 8 additions & 0 deletions jetpack_vendor/automattic/jetpack-jitm/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).

## [2.3.7-alpha] - unreleased

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

### Changed
- Updated package dependencies.

## [2.3.6] - 2023-04-10
### Added
- Add Jetpack Autoloader package suggestion. [#29988]
Expand Down Expand Up @@ -573,6 +580,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

- Update Jetpack to use new JITM package

[2.3.7-alpha]: https://github.com/Automattic/jetpack-jitm/compare/v2.3.6...v2.3.7-alpha
[2.3.6]: https://github.com/Automattic/jetpack-jitm/compare/v2.3.5...v2.3.6
[2.3.5]: https://github.com/Automattic/jetpack-jitm/compare/v2.3.4...v2.3.5
[2.3.4]: https://github.com/Automattic/jetpack-jitm/compare/v2.3.3...v2.3.4
Expand Down
4 changes: 2 additions & 2 deletions jetpack_vendor/automattic/jetpack-jitm/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@
"license": "GPL-2.0-or-later",
"require": {
"automattic/jetpack-a8c-mc-stats": "^1.4.20",
"automattic/jetpack-assets": "^1.18.1",
"automattic/jetpack-connection": "^1.51.7",
"automattic/jetpack-assets": "^1.18.2-alpha",
"automattic/jetpack-connection": "^1.51.8-alpha",
"automattic/jetpack-device-detection": "^1.4.25",
"automattic/jetpack-logo": "^1.6.1",
"automattic/jetpack-partner": "^1.7.23",
Expand Down
2 changes: 1 addition & 1 deletion jetpack_vendor/automattic/jetpack-jitm/src/class-jitm.php
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
*/
class JITM {

const PACKAGE_VERSION = '2.3.6';
const PACKAGE_VERSION = '2.3.7-alpha';

/**
* The configuration method that is called from the jetpack-config package.
Expand Down
2 changes: 1 addition & 1 deletion jetpack_vendor/automattic/jetpack-licensing/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"type": "jetpack-library",
"license": "GPL-2.0-or-later",
"require": {
"automattic/jetpack-connection": "^1.51.7"
"automattic/jetpack-connection": "^1.51.8-alpha"
},
"require-dev": {
"automattic/wordbless": "@dev",
Expand Down
6 changes: 3 additions & 3 deletions jetpack_vendor/automattic/jetpack-my-jetpack/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,9 @@
"license": "GPL-2.0-or-later",
"require": {
"automattic/jetpack-admin-ui": "^0.2.20",
"automattic/jetpack-assets": "^1.18.1",
"automattic/jetpack-connection": "^1.51.7",
"automattic/jetpack-jitm": "^2.3.6",
"automattic/jetpack-assets": "^1.18.2-alpha",
"automattic/jetpack-connection": "^1.51.8-alpha",
"automattic/jetpack-jitm": "^2.3.7-alpha",
"automattic/jetpack-licensing": "^1.8.2",
"automattic/jetpack-plugins-installer": "^0.2.4",
"automattic/jetpack-redirect": "^1.7.25",
Expand Down
2 changes: 1 addition & 1 deletion jetpack_vendor/automattic/jetpack-partner/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"type": "jetpack-library",
"license": "GPL-2.0-or-later",
"require": {
"automattic/jetpack-connection": "^1.51.7",
"automattic/jetpack-connection": "^1.51.8-alpha",
"automattic/jetpack-status": "^1.17.0"
},
"require-dev": {
Expand Down
4 changes: 2 additions & 2 deletions jetpack_vendor/automattic/jetpack-search/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-connection": "^1.51.7",
"automattic/jetpack-assets": "^1.18.1",
"automattic/jetpack-connection": "^1.51.8-alpha",
"automattic/jetpack-assets": "^1.18.2-alpha",
"automattic/jetpack-constants": "^1.6.22",
"automattic/jetpack-status": "^1.17.0",
"automattic/jetpack-config": "^1.15.2",
Expand Down
4 changes: 2 additions & 2 deletions jetpack_vendor/automattic/jetpack-stats/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.1",
"automattic/jetpack-connection": "^1.51.7",
"automattic/jetpack-assets": "^1.18.2-alpha",
"automattic/jetpack-connection": "^1.51.8-alpha",
"automattic/jetpack-constants": "^1.6.22",
"automattic/jetpack-status": "^1.17.0"
},
Expand Down
2 changes: 1 addition & 1 deletion jetpack_vendor/automattic/jetpack-sync/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"type": "jetpack-library",
"license": "GPL-2.0-or-later",
"require": {
"automattic/jetpack-connection": "^1.51.7",
"automattic/jetpack-connection": "^1.51.8-alpha",
"automattic/jetpack-constants": "^1.6.22",
"automattic/jetpack-identity-crisis": "^0.8.45-alpha",
"automattic/jetpack-password-checker": "^0.2.13",
Expand Down
6 changes: 3 additions & 3 deletions jetpack_vendor/i18n-map.php
Original file line number Diff line number Diff line change
Expand Up @@ -10,15 +10,15 @@
),
'jetpack-assets' => array(
'path' => 'jetpack_vendor/automattic/jetpack-assets',
'ver' => '1.18.1',
'ver' => '1.18.2-alpha',
),
'jetpack-config' => array(
'path' => 'jetpack_vendor/automattic/jetpack-config',
'ver' => '1.15.2',
),
'jetpack-connection' => array(
'path' => 'jetpack_vendor/automattic/jetpack-connection',
'ver' => '1.51.7',
'ver' => '1.51.8-alpha',
),
'jetpack-idc' => array(
'path' => 'jetpack_vendor/automattic/jetpack-identity-crisis',
Expand All @@ -30,7 +30,7 @@
),
'jetpack-jitm' => array(
'path' => 'jetpack_vendor/automattic/jetpack-jitm',
'ver' => '2.3.6',
'ver' => '2.3.7-alpha',
),
'jetpack-licensing' => array(
'path' => 'jetpack_vendor/automattic/jetpack-licensing',
Expand Down
Loading

0 comments on commit 5c60b8b

Please sign in to comment.