Skip to content

Commit

Permalink
Update wordpress monorepo (#34815)
Browse files Browse the repository at this point in the history
* Update wordpress monorepo
* nanoid assumes "browser" comes with "import", add it to the jest resolver badBrowserPackages.
  And also clean up obsolete entries for deps that have since been updated to fixed versions.

---------

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/7399741761
  • Loading branch information
anomiex authored and matticbot committed Jan 3, 2024
1 parent 7935afb commit faca304
Show file tree
Hide file tree
Showing 5 changed files with 19 additions and 16 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

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

### Changed
- Updated package dependencies.

### Fixed
- Show JP Creator as active when JP Complete is purchased

Expand Down
2 changes: 1 addition & 1 deletion build/index.asset.php
Original file line number Diff line number Diff line change
@@ -1 +1 @@
<?php return array('dependencies' => array('react', 'wp-api-fetch', 'wp-components', 'wp-compose', 'wp-data', 'wp-date', 'wp-element', 'wp-i18n', 'wp-polyfill', 'wp-primitives', 'wp-url'), 'version' => '32b300a7da3f1bf459ba');
<?php return array('dependencies' => array('react', 'wp-api-fetch', 'wp-components', 'wp-compose', 'wp-data', 'wp-date', 'wp-element', 'wp-i18n', 'wp-polyfill', 'wp-primitives', 'wp-url'), 'version' => '0309cc4ba66a2c3c7e95');
2 changes: 1 addition & 1 deletion build/index.js

Large diffs are not rendered by default.

8 changes: 4 additions & 4 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,9 @@
"require": {
"php": ">=7.0",
"automattic/jetpack-admin-ui": "^0.3.1",
"automattic/jetpack-assets": "^2.0.3",
"automattic/jetpack-connection": "^2.1.0",
"automattic/jetpack-jitm": "^3.0.1",
"automattic/jetpack-assets": "^2.0.4-alpha",
"automattic/jetpack-connection": "^2.1.1-alpha",
"automattic/jetpack-jitm": "^3.0.2-alpha",
"automattic/jetpack-licensing": "^2.0.1",
"automattic/jetpack-plugins-installer": "^0.3.1-alpha",
"automattic/jetpack-redirect": "^2.0.0",
Expand All @@ -19,7 +19,7 @@
"yoast/phpunit-polyfills": "1.1.0",
"automattic/jetpack-changelogger": "^4.0.5",
"automattic/wordbless": "@dev",
"automattic/jetpack-videopress": "^0.21.6"
"automattic/jetpack-videopress": "^0.21.7-alpha"
},
"suggest": {
"automattic/jetpack-autoloader": "Allow for better interoperability with other plugins that use this package."
Expand Down
20 changes: 10 additions & 10 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,18 +24,18 @@
"dependencies": {
"@automattic/format-currency": "1.0.1",
"@automattic/jetpack-analytics": "^0.1.29",
"@automattic/jetpack-api": "^0.16.7",
"@automattic/jetpack-base-styles": "^0.6.14",
"@automattic/jetpack-api": "^0.16.8-alpha",
"@automattic/jetpack-base-styles": "^0.6.15-alpha",
"@automattic/jetpack-components": "^0.45.9-alpha",
"@automattic/jetpack-connection": "^0.30.11",
"@automattic/jetpack-connection": "^0.30.12-alpha",
"@automattic/jetpack-licensing": "workspace:*",
"@wordpress/api-fetch": "6.44.0",
"@wordpress/components": "25.13.0",
"@wordpress/data": "9.17.0",
"@wordpress/date": "4.47.0",
"@wordpress/element": "5.24.0",
"@wordpress/i18n": "4.47.0",
"@wordpress/icons": "9.38.0",
"@wordpress/api-fetch": "6.45.0",
"@wordpress/components": "25.14.0",
"@wordpress/data": "9.18.0",
"@wordpress/date": "4.48.0",
"@wordpress/element": "5.25.0",
"@wordpress/i18n": "4.48.0",
"@wordpress/icons": "9.39.0",
"gridicons": "3.4.1",
"classnames": "2.3.2",
"prop-types": "15.8.1",
Expand Down

0 comments on commit faca304

Please sign in to comment.