Skip to content

Commit

Permalink
Merge branch 'trunk' into add/converge-wpcomsh
Browse files Browse the repository at this point in the history
  • Loading branch information
zinigor committed Jun 11, 2024
2 parents 5ce21cd + 7983a97 commit 84ffd16
Show file tree
Hide file tree
Showing 652 changed files with 6,937 additions and 3,777 deletions.
1 change: 1 addition & 0 deletions .eslintrc.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ const loadIgnorePatterns = require( './tools/js-tools/load-eslint-ignore.js' );
/**
* @type {import("eslint").Linter.Config}
*/

module.exports = {
root: true,
extends: [ './tools/js-tools/eslintrc/base.js' ],
Expand Down
2 changes: 1 addition & 1 deletion .github/versions.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
PHP_VERSION=8.2
COMPOSER_VERSION=2.7.1
NODE_VERSION=20.8.1
PNPM_VERSION=9.2.0
PNPM_VERSION=9.3.0

# Other useful version numbers.
MIN_PHP_VERSION=7.0
Expand Down
9 changes: 3 additions & 6 deletions .phan/stubs/wpcom-stubs.php
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
* `bin/teamcity-builds/jetpack-stubs/stub-defs.php` and regenerate the stubs
* by triggering the Jetpack Staging → Update WPCOM Stubs job in TeamCity.
*
* Stubs automatically generated from WordPress.com commit 2d082c6ddeb55ddd1d056684148ba2d5c089ebcf.
* Stubs automatically generated from WordPress.com commit 8ea6e9c3894144c290918647a68ffd98cf547fff.
*/

namespace {
Expand Down Expand Up @@ -1435,11 +1435,8 @@ public static function site_requires_upgrade($blog_id)
public static function get_costs()
{
}
/**
* @param int $blog_id
* @return string
*/
public static function get_upgrade_url($blog_id){
public static function get_upgrade_url($blog_id)
{
}
}
}
Expand Down
73 changes: 37 additions & 36 deletions composer.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 0 additions & 1 deletion docs/rest-api.md
Original file line number Diff line number Diff line change
Expand Up @@ -191,7 +191,6 @@ Fetch Jetpack's current connection status.
```json
{
"isActive": true,
"isStaging": false,
"offlineMode": {
"isActive":false,
"constant":false,
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,6 @@
},
"engines": {
"node": "^20.8.1",
"pnpm": "^9.2.0"
"pnpm": "^9.3.0"
}
}
Loading

0 comments on commit 84ffd16

Please sign in to comment.