Skip to content

Commit

Permalink
Lock file maintenance (#38822)
Browse files Browse the repository at this point in the history
* Lock file maintenance
* Phan: Suppress PhanDeprecatedImplicitNullableParam when supporting PHP 7.0
* Fix new Phan issues
  * PhanDeprecatedImplicitNullableParam in plugins/crm
  * Calls passing string to `update_option()` `$autoload`, which in WP 6.6
    was changed to bool (but silently still accepting string for back
    compat).
* Update phan baselines
* Phan: WP 6.6 fixed a phpdoc which removes something from the baseline, but we still need a suppression for the WP 6.5 compat run.

---------

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/10410008930

Upstream-Ref: Automattic/jetpack@cf8996c
  • Loading branch information
anomiex authored and matticbot committed Aug 15, 2024
1 parent ad6a239 commit c57609a
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion build/admin/index.asset.php
Original file line number Diff line number Diff line change
@@ -1 +1 @@
<?php return array('dependencies' => array('jetpack-script-data', 'react', 'react-jsx-runtime', 'wp-api-fetch', 'wp-components', 'wp-compose', 'wp-data', 'wp-date', 'wp-element', 'wp-i18n', 'wp-polyfill', 'wp-primitives', 'wp-url'), 'version' => 'cd830e71a303b72bb1fb');
<?php return array('dependencies' => array('jetpack-script-data', 'react', 'react-jsx-runtime', 'wp-api-fetch', 'wp-components', 'wp-compose', 'wp-data', 'wp-date', 'wp-element', 'wp-i18n', 'wp-polyfill', 'wp-primitives', 'wp-url'), 'version' => '7fd204528ccdf9d93cc0');
2 changes: 1 addition & 1 deletion build/admin/index.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"php": ">=7.0",
"automattic/jetpack-admin-ui": "^0.4.2",
"automattic/jetpack-assets": "^2.3.2",
"automattic/jetpack-connection": "^2.12.1",
"automattic/jetpack-connection": "^2.12.2-alpha",
"automattic/jetpack-my-jetpack": "^4.32.3-alpha",
"automattic/jetpack-plans": "^0.4.7"
},
Expand Down

0 comments on commit c57609a

Please sign in to comment.