-
Notifications
You must be signed in to change notification settings - Fork 101
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Move infinite scroll limit to out in the open #4596
Conversation
7bcac9f
to
c3ce556
Compare
Kudos, SonarCloud Quality Gate passed! 0 Bugs No Coverage information |
Codecov Report
@@ Coverage Diff @@
## develop #4596 +/- ##
=============================================
- Coverage 28.78% 28.78% -0.01%
+ Complexity 4608 4604 -4
=============================================
Files 270 270
Lines 20404 20406 +2
=============================================
Hits 5873 5873
- Misses 14531 14533 +2
|
* Move infinite scroll limit to 1000 (#4596) Co-authored-by: Rinat K <[email protected]> * Revert unintentional action rename (#4703) * Add "Group Stats" for QM Object Cache Plugin (#4691) * Adding "Group Stats" Query Monitor panel Adds a panel to view details about group stats to Query Monitor. Shows, per operation type: group item count, size, and time spent. * Adding missing `</tr>` * Properly validate array keys before adding The current flawed method of validating array keys is flawed and throws mulitiple PHP warnings. This should properly validate the array keys exist, and default them to `0` if they do not before trying to add to them. * Removing unused function. `maybe_output_toggle_table_cell_for_array()` isn't used in this sub-panel and was left over from copying code from other panels 😬 --------- Co-authored-by: Caleb Burks <[email protected]> * Adds debugging tools to changelog generator (#4688) * Adds debugging tools to changelog generator * Manual trigger * Add type check handling for php8 array functions (#4707) * Add !is_array handling before using php core array functions to prevent type warnings resulting in a fatal error in php8 * Update for linting * Remove WPCLI error call replace with exit(); * Ignore the lint rule --------- Co-authored-by: Rinat K <[email protected]> * Update Release section (#4716) * Add extra protections around wp_load_alloptions() (#4711) --------- Co-authored-by: Rebecca Hum <[email protected]> Co-authored-by: Rinat K <[email protected]> Co-authored-by: Pavel Schoffer <[email protected]> Co-authored-by: Derrick Tennant <[email protected]> Co-authored-by: Caleb Burks <[email protected]> Co-authored-by: Michael Chan <[email protected]> Co-authored-by: Luiz Tiago Oliveira <[email protected]>
* Move infinite scroll limit to 1000 (#4596) Co-authored-by: Rinat K <[email protected]> * Revert unintentional action rename (#4703) * Add "Group Stats" for QM Object Cache Plugin (#4691) * Adding "Group Stats" Query Monitor panel Adds a panel to view details about group stats to Query Monitor. Shows, per operation type: group item count, size, and time spent. * Adding missing `</tr>` * Properly validate array keys before adding The current flawed method of validating array keys is flawed and throws mulitiple PHP warnings. This should properly validate the array keys exist, and default them to `0` if they do not before trying to add to them. * Removing unused function. `maybe_output_toggle_table_cell_for_array()` isn't used in this sub-panel and was left over from copying code from other panels 😬 --------- Co-authored-by: Caleb Burks <[email protected]> * Adds debugging tools to changelog generator (#4688) * Adds debugging tools to changelog generator * Manual trigger * Add type check handling for php8 array functions (#4707) * Add !is_array handling before using php core array functions to prevent type warnings resulting in a fatal error in php8 * Update for linting * Remove WPCLI error call replace with exit(); * Ignore the lint rule --------- Co-authored-by: Rinat K <[email protected]> * Update Release section (#4716) * Add extra protections around wp_load_alloptions() (#4711) * chore(deps-dev): Bump @playwright/test from 1.36.1 to 1.36.2 in /__tests__/e2e (#4718) * chore(deps-dev): Bump @playwright/test in /__tests__/e2e Bumps [@playwright/test](https://github.com/Microsoft/playwright) from 1.36.1 to 1.36.2. - [Release notes](https://github.com/Microsoft/playwright/releases) - [Commits](microsoft/playwright@v1.36.1...v1.36.2) --- updated-dependencies: - dependency-name: "@playwright/test" dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]> * chore(deps-dev): Bump playwright from 1.36.1 to 1.36.2 in /__tests__/e2e (#4717) Bumps [playwright](https://github.com/Microsoft/playwright) from 1.36.1 to 1.36.2. - [Release notes](https://github.com/Microsoft/playwright/releases) - [Commits](microsoft/playwright@v1.36.1...v1.36.2) --- updated-dependencies: - dependency-name: playwright dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --------- Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Update http-concat to 73dbe08 (#4721) * test: increase timeout for E2E tests (#4726) * Revert "test: increase timeout for E2E tests (#4726)" (#4727) This reverts commit 4518f73. * test: increase timeout for E2E tests (#4728) * test: fix search E2E tests (#4729) * Flip add_filter args in pre_wp_load_alloptions (#4730) * Backport alloptions fallback mitigation (#4734) * Temporarily disable Jetpack AI Assistant extension (#4722) * Temporarily disable Jetpack AI Assistant extension * Address feedback: fix add_action/add_filter confusion and move to vip-jetpack.php as a more appropriate place * Only disable Assistant extension for machine user owned connections * only run on admin requests --------- Co-authored-by: Caleb Burks <[email protected]> * chore(deps): Bump shivammathur/setup-php from 2.25.4 to 2.25.5 (#4732) Bumps [shivammathur/setup-php](https://github.com/shivammathur/setup-php) from 2.25.4 to 2.25.5. - [Release notes](https://github.com/shivammathur/setup-php/releases) - [Commits](shivammathur/setup-php@2.25.4...2.25.5) --- updated-dependencies: - dependency-name: shivammathur/setup-php dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * chore(deps-dev): Bump wp-phpunit/wp-phpunit from 6.2.0 to 6.2.2 (#4733) Bumps [wp-phpunit/wp-phpunit](https://github.com/wp-phpunit/wp-phpunit) from 6.2.0 to 6.2.2. - [Commits](wp-phpunit/wp-phpunit@6.2.0...6.2.2) --- updated-dependencies: - dependency-name: wp-phpunit/wp-phpunit dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * chore(deps-dev): Bump 10up-toolkit from 5.2.0 to 5.2.1 (#4705) Bumps [10up-toolkit](https://github.com/10up/10up-toolkit/tree/HEAD/packages/toolkit) from 5.2.0 to 5.2.1. - [Release notes](https://github.com/10up/10up-toolkit/releases) - [Changelog](https://github.com/10up/10up-toolkit/blob/develop/packages/toolkit/CHANGELOG.md) - [Commits](https://github.com/10up/10up-toolkit/commits/[email protected]/packages/toolkit) --- updated-dependencies: - dependency-name: 10up-toolkit dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * chore(deps-dev): Bump word-wrap from 1.2.3 to 1.2.5 (#4714) Bumps [word-wrap](https://github.com/jonschlinkert/word-wrap) from 1.2.3 to 1.2.5. - [Release notes](https://github.com/jonschlinkert/word-wrap/releases) - [Commits](jonschlinkert/word-wrap@1.2.3...1.2.5) --- updated-dependencies: - dependency-name: word-wrap dependency-type: indirect ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Staging release: v20230801.1 (#4736) * chore(deps-dev): Bump @playwright/test from 1.36.1 to 1.36.2 in /__tests__/e2e (#4718) * chore(deps-dev): Bump @playwright/test in /__tests__/e2e Bumps [@playwright/test](https://github.com/Microsoft/playwright) from 1.36.1 to 1.36.2. - [Release notes](https://github.com/Microsoft/playwright/releases) - [Commits](microsoft/playwright@v1.36.1...v1.36.2) --- updated-dependencies: - dependency-name: "@playwright/test" dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]> * chore(deps-dev): Bump playwright from 1.36.1 to 1.36.2 in /__tests__/e2e (#4717) Bumps [playwright](https://github.com/Microsoft/playwright) from 1.36.1 to 1.36.2. - [Release notes](https://github.com/Microsoft/playwright/releases) - [Commits](microsoft/playwright@v1.36.1...v1.36.2) --- updated-dependencies: - dependency-name: playwright dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --------- Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Update http-concat to 73dbe08 (#4721) * test: increase timeout for E2E tests (#4726) * Revert "test: increase timeout for E2E tests (#4726)" (#4727) This reverts commit 4518f73. * test: increase timeout for E2E tests (#4728) * test: fix search E2E tests (#4729) * Flip add_filter args in pre_wp_load_alloptions (#4730) * Backport alloptions fallback mitigation (#4734) * Temporarily disable Jetpack AI Assistant extension (#4722) * Temporarily disable Jetpack AI Assistant extension * Address feedback: fix add_action/add_filter confusion and move to vip-jetpack.php as a more appropriate place * Only disable Assistant extension for machine user owned connections * only run on admin requests --------- Co-authored-by: Caleb Burks <[email protected]> * chore(deps): Bump shivammathur/setup-php from 2.25.4 to 2.25.5 (#4732) Bumps [shivammathur/setup-php](https://github.com/shivammathur/setup-php) from 2.25.4 to 2.25.5. - [Release notes](https://github.com/shivammathur/setup-php/releases) - [Commits](shivammathur/setup-php@2.25.4...2.25.5) --- updated-dependencies: - dependency-name: shivammathur/setup-php dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * chore(deps-dev): Bump wp-phpunit/wp-phpunit from 6.2.0 to 6.2.2 (#4733) Bumps [wp-phpunit/wp-phpunit](https://github.com/wp-phpunit/wp-phpunit) from 6.2.0 to 6.2.2. - [Commits](wp-phpunit/wp-phpunit@6.2.0...6.2.2) --- updated-dependencies: - dependency-name: wp-phpunit/wp-phpunit dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * chore(deps-dev): Bump 10up-toolkit from 5.2.0 to 5.2.1 (#4705) Bumps [10up-toolkit](https://github.com/10up/10up-toolkit/tree/HEAD/packages/toolkit) from 5.2.0 to 5.2.1. - [Release notes](https://github.com/10up/10up-toolkit/releases) - [Changelog](https://github.com/10up/10up-toolkit/blob/develop/packages/toolkit/CHANGELOG.md) - [Commits](https://github.com/10up/10up-toolkit/commits/[email protected]/packages/toolkit) --- updated-dependencies: - dependency-name: 10up-toolkit dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * chore(deps-dev): Bump word-wrap from 1.2.3 to 1.2.5 (#4714) Bumps [word-wrap](https://github.com/jonschlinkert/word-wrap) from 1.2.3 to 1.2.5. - [Release notes](https://github.com/jonschlinkert/word-wrap/releases) - [Commits](jonschlinkert/word-wrap@1.2.3...1.2.5) --- updated-dependencies: - dependency-name: word-wrap dependency-type: indirect ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --------- Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Rinat K <[email protected]> Co-authored-by: Caleb Burks <[email protected]> * chore(deps-dev): Bump eslint in /search/search-dev-tools (#4724) Bumps [eslint](https://github.com/eslint/eslint) from 8.45.0 to 8.46.0. - [Release notes](https://github.com/eslint/eslint/releases) - [Changelog](https://github.com/eslint/eslint/blob/main/CHANGELOG.md) - [Commits](eslint/eslint@v8.45.0...v8.46.0) --- updated-dependencies: - dependency-name: eslint dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * chore(deps-dev): Bump eslint from 8.45.0 to 8.46.0 in /__tests__/e2e (#4723) Bumps [eslint](https://github.com/eslint/eslint) from 8.45.0 to 8.46.0. - [Release notes](https://github.com/eslint/eslint/releases) - [Changelog](https://github.com/eslint/eslint/blob/main/CHANGELOG.md) - [Commits](eslint/eslint@v8.45.0...v8.46.0) --- updated-dependencies: - dependency-name: eslint dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * chore(deps-dev): Bump sass in /search/search-dev-tools (#4715) Bumps [sass](https://github.com/sass/dart-sass) from 1.63.6 to 1.64.1. - [Release notes](https://github.com/sass/dart-sass/releases) - [Changelog](https://github.com/sass/dart-sass/blob/main/CHANGELOG.md) - [Commits](sass/dart-sass@1.63.6...1.64.1) --- updated-dependencies: - dependency-name: sass dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * chore(deps): Bump whatwg-fetch from 3.6.2 to 3.6.17 (#4713) Bumps [whatwg-fetch](https://github.com/github/fetch) from 3.6.2 to 3.6.17. - [Release notes](https://github.com/github/fetch/releases) - [Commits](JakeChampion/fetch@v3.6.2...v3.6.17) --- updated-dependencies: - dependency-name: whatwg-fetch dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * chore(deps-dev): Bump @wordpress/env from 8.3.0 to 8.4.0 (#4710) Bumps [@wordpress/env](https://github.com/WordPress/gutenberg/tree/HEAD/packages/env) from 8.3.0 to 8.4.0. - [Release notes](https://github.com/WordPress/gutenberg/releases) - [Changelog](https://github.com/WordPress/gutenberg/blob/trunk/packages/env/CHANGELOG.md) - [Commits](https://github.com/WordPress/gutenberg/commits/@wordpress/[email protected]/packages/env) --- updated-dependencies: - dependency-name: "@wordpress/env" dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * chore(deps): Bump @wordpress/api-fetch from 6.34.0 to 6.35.0 (#4709) Bumps [@wordpress/api-fetch](https://github.com/WordPress/gutenberg/tree/HEAD/packages/api-fetch) from 6.34.0 to 6.35.0. - [Release notes](https://github.com/WordPress/gutenberg/releases) - [Changelog](https://github.com/WordPress/gutenberg/blob/trunk/packages/api-fetch/CHANGELOG.md) - [Commits](https://github.com/WordPress/gutenberg/commits/@wordpress/[email protected]/packages/api-fetch) --- updated-dependencies: - dependency-name: "@wordpress/api-fetch" dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Set globally loaded version of Jetpack to 12.4 and update submodule (#4738) * Update submodule to 12.4 * Set the global version to 12.4 * Bump plugin header version to 12.4 * Trigger warning for alloptions fallback cache (#4740) --------- Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: Rebecca Hum <[email protected]> Co-authored-by: Rinat K <[email protected]> Co-authored-by: Pavel Schoffer <[email protected]> Co-authored-by: Derrick Tennant <[email protected]> Co-authored-by: Caleb Burks <[email protected]> Co-authored-by: Michael Chan <[email protected]> Co-authored-by: Luiz Tiago Oliveira <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
* Move infinite scroll limit to 1000 (#4596) Co-authored-by: Rinat K <[email protected]> * Revert unintentional action rename (#4703) * Add "Group Stats" for QM Object Cache Plugin (#4691) * Adding "Group Stats" Query Monitor panel Adds a panel to view details about group stats to Query Monitor. Shows, per operation type: group item count, size, and time spent. * Adding missing `</tr>` * Properly validate array keys before adding The current flawed method of validating array keys is flawed and throws mulitiple PHP warnings. This should properly validate the array keys exist, and default them to `0` if they do not before trying to add to them. * Removing unused function. `maybe_output_toggle_table_cell_for_array()` isn't used in this sub-panel and was left over from copying code from other panels 😬 --------- Co-authored-by: Caleb Burks <[email protected]> * Adds debugging tools to changelog generator (#4688) * Adds debugging tools to changelog generator * Manual trigger * Add type check handling for php8 array functions (#4707) * Add !is_array handling before using php core array functions to prevent type warnings resulting in a fatal error in php8 * Update for linting * Remove WPCLI error call replace with exit(); * Ignore the lint rule --------- Co-authored-by: Rinat K <[email protected]> * Update Release section (#4716) * Add extra protections around wp_load_alloptions() (#4711) * chore(deps-dev): Bump @playwright/test from 1.36.1 to 1.36.2 in /__tests__/e2e (#4718) * chore(deps-dev): Bump @playwright/test in /__tests__/e2e Bumps [@playwright/test](https://github.com/Microsoft/playwright) from 1.36.1 to 1.36.2. - [Release notes](https://github.com/Microsoft/playwright/releases) - [Commits](microsoft/playwright@v1.36.1...v1.36.2) --- updated-dependencies: - dependency-name: "@playwright/test" dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]> * chore(deps-dev): Bump playwright from 1.36.1 to 1.36.2 in /__tests__/e2e (#4717) Bumps [playwright](https://github.com/Microsoft/playwright) from 1.36.1 to 1.36.2. - [Release notes](https://github.com/Microsoft/playwright/releases) - [Commits](microsoft/playwright@v1.36.1...v1.36.2) --- updated-dependencies: - dependency-name: playwright dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --------- Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Update http-concat to 73dbe08 (#4721) * test: increase timeout for E2E tests (#4726) * Revert "test: increase timeout for E2E tests (#4726)" (#4727) This reverts commit 4518f73. * test: increase timeout for E2E tests (#4728) * test: fix search E2E tests (#4729) * Flip add_filter args in pre_wp_load_alloptions (#4730) * Backport alloptions fallback mitigation (#4734) * Temporarily disable Jetpack AI Assistant extension (#4722) * Temporarily disable Jetpack AI Assistant extension * Address feedback: fix add_action/add_filter confusion and move to vip-jetpack.php as a more appropriate place * Only disable Assistant extension for machine user owned connections * only run on admin requests --------- Co-authored-by: Caleb Burks <[email protected]> * chore(deps): Bump shivammathur/setup-php from 2.25.4 to 2.25.5 (#4732) Bumps [shivammathur/setup-php](https://github.com/shivammathur/setup-php) from 2.25.4 to 2.25.5. - [Release notes](https://github.com/shivammathur/setup-php/releases) - [Commits](shivammathur/setup-php@2.25.4...2.25.5) --- updated-dependencies: - dependency-name: shivammathur/setup-php dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * chore(deps-dev): Bump wp-phpunit/wp-phpunit from 6.2.0 to 6.2.2 (#4733) Bumps [wp-phpunit/wp-phpunit](https://github.com/wp-phpunit/wp-phpunit) from 6.2.0 to 6.2.2. - [Commits](wp-phpunit/wp-phpunit@6.2.0...6.2.2) --- updated-dependencies: - dependency-name: wp-phpunit/wp-phpunit dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * chore(deps-dev): Bump 10up-toolkit from 5.2.0 to 5.2.1 (#4705) Bumps [10up-toolkit](https://github.com/10up/10up-toolkit/tree/HEAD/packages/toolkit) from 5.2.0 to 5.2.1. - [Release notes](https://github.com/10up/10up-toolkit/releases) - [Changelog](https://github.com/10up/10up-toolkit/blob/develop/packages/toolkit/CHANGELOG.md) - [Commits](https://github.com/10up/10up-toolkit/commits/[email protected]/packages/toolkit) --- updated-dependencies: - dependency-name: 10up-toolkit dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * chore(deps-dev): Bump word-wrap from 1.2.3 to 1.2.5 (#4714) Bumps [word-wrap](https://github.com/jonschlinkert/word-wrap) from 1.2.3 to 1.2.5. - [Release notes](https://github.com/jonschlinkert/word-wrap/releases) - [Commits](jonschlinkert/word-wrap@1.2.3...1.2.5) --- updated-dependencies: - dependency-name: word-wrap dependency-type: indirect ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Staging release: v20230801.1 (#4736) * chore(deps-dev): Bump @playwright/test from 1.36.1 to 1.36.2 in /__tests__/e2e (#4718) * chore(deps-dev): Bump @playwright/test in /__tests__/e2e Bumps [@playwright/test](https://github.com/Microsoft/playwright) from 1.36.1 to 1.36.2. - [Release notes](https://github.com/Microsoft/playwright/releases) - [Commits](microsoft/playwright@v1.36.1...v1.36.2) --- updated-dependencies: - dependency-name: "@playwright/test" dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]> * chore(deps-dev): Bump playwright from 1.36.1 to 1.36.2 in /__tests__/e2e (#4717) Bumps [playwright](https://github.com/Microsoft/playwright) from 1.36.1 to 1.36.2. - [Release notes](https://github.com/Microsoft/playwright/releases) - [Commits](microsoft/playwright@v1.36.1...v1.36.2) --- updated-dependencies: - dependency-name: playwright dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --------- Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Update http-concat to 73dbe08 (#4721) * test: increase timeout for E2E tests (#4726) * Revert "test: increase timeout for E2E tests (#4726)" (#4727) This reverts commit 4518f73. * test: increase timeout for E2E tests (#4728) * test: fix search E2E tests (#4729) * Flip add_filter args in pre_wp_load_alloptions (#4730) * Backport alloptions fallback mitigation (#4734) * Temporarily disable Jetpack AI Assistant extension (#4722) * Temporarily disable Jetpack AI Assistant extension * Address feedback: fix add_action/add_filter confusion and move to vip-jetpack.php as a more appropriate place * Only disable Assistant extension for machine user owned connections * only run on admin requests --------- Co-authored-by: Caleb Burks <[email protected]> * chore(deps): Bump shivammathur/setup-php from 2.25.4 to 2.25.5 (#4732) Bumps [shivammathur/setup-php](https://github.com/shivammathur/setup-php) from 2.25.4 to 2.25.5. - [Release notes](https://github.com/shivammathur/setup-php/releases) - [Commits](shivammathur/setup-php@2.25.4...2.25.5) --- updated-dependencies: - dependency-name: shivammathur/setup-php dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * chore(deps-dev): Bump wp-phpunit/wp-phpunit from 6.2.0 to 6.2.2 (#4733) Bumps [wp-phpunit/wp-phpunit](https://github.com/wp-phpunit/wp-phpunit) from 6.2.0 to 6.2.2. - [Commits](wp-phpunit/wp-phpunit@6.2.0...6.2.2) --- updated-dependencies: - dependency-name: wp-phpunit/wp-phpunit dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * chore(deps-dev): Bump 10up-toolkit from 5.2.0 to 5.2.1 (#4705) Bumps [10up-toolkit](https://github.com/10up/10up-toolkit/tree/HEAD/packages/toolkit) from 5.2.0 to 5.2.1. - [Release notes](https://github.com/10up/10up-toolkit/releases) - [Changelog](https://github.com/10up/10up-toolkit/blob/develop/packages/toolkit/CHANGELOG.md) - [Commits](https://github.com/10up/10up-toolkit/commits/[email protected]/packages/toolkit) --- updated-dependencies: - dependency-name: 10up-toolkit dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * chore(deps-dev): Bump word-wrap from 1.2.3 to 1.2.5 (#4714) Bumps [word-wrap](https://github.com/jonschlinkert/word-wrap) from 1.2.3 to 1.2.5. - [Release notes](https://github.com/jonschlinkert/word-wrap/releases) - [Commits](jonschlinkert/word-wrap@1.2.3...1.2.5) --- updated-dependencies: - dependency-name: word-wrap dependency-type: indirect ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --------- Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Rinat K <[email protected]> Co-authored-by: Caleb Burks <[email protected]> * chore(deps-dev): Bump eslint in /search/search-dev-tools (#4724) Bumps [eslint](https://github.com/eslint/eslint) from 8.45.0 to 8.46.0. - [Release notes](https://github.com/eslint/eslint/releases) - [Changelog](https://github.com/eslint/eslint/blob/main/CHANGELOG.md) - [Commits](eslint/eslint@v8.45.0...v8.46.0) --- updated-dependencies: - dependency-name: eslint dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * chore(deps-dev): Bump eslint from 8.45.0 to 8.46.0 in /__tests__/e2e (#4723) Bumps [eslint](https://github.com/eslint/eslint) from 8.45.0 to 8.46.0. - [Release notes](https://github.com/eslint/eslint/releases) - [Changelog](https://github.com/eslint/eslint/blob/main/CHANGELOG.md) - [Commits](eslint/eslint@v8.45.0...v8.46.0) --- updated-dependencies: - dependency-name: eslint dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * chore(deps-dev): Bump sass in /search/search-dev-tools (#4715) Bumps [sass](https://github.com/sass/dart-sass) from 1.63.6 to 1.64.1. - [Release notes](https://github.com/sass/dart-sass/releases) - [Changelog](https://github.com/sass/dart-sass/blob/main/CHANGELOG.md) - [Commits](sass/dart-sass@1.63.6...1.64.1) --- updated-dependencies: - dependency-name: sass dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * chore(deps): Bump whatwg-fetch from 3.6.2 to 3.6.17 (#4713) Bumps [whatwg-fetch](https://github.com/github/fetch) from 3.6.2 to 3.6.17. - [Release notes](https://github.com/github/fetch/releases) - [Commits](JakeChampion/fetch@v3.6.2...v3.6.17) --- updated-dependencies: - dependency-name: whatwg-fetch dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * chore(deps-dev): Bump @wordpress/env from 8.3.0 to 8.4.0 (#4710) Bumps [@wordpress/env](https://github.com/WordPress/gutenberg/tree/HEAD/packages/env) from 8.3.0 to 8.4.0. - [Release notes](https://github.com/WordPress/gutenberg/releases) - [Changelog](https://github.com/WordPress/gutenberg/blob/trunk/packages/env/CHANGELOG.md) - [Commits](https://github.com/WordPress/gutenberg/commits/@wordpress/[email protected]/packages/env) --- updated-dependencies: - dependency-name: "@wordpress/env" dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * chore(deps): Bump @wordpress/api-fetch from 6.34.0 to 6.35.0 (#4709) Bumps [@wordpress/api-fetch](https://github.com/WordPress/gutenberg/tree/HEAD/packages/api-fetch) from 6.34.0 to 6.35.0. - [Release notes](https://github.com/WordPress/gutenberg/releases) - [Changelog](https://github.com/WordPress/gutenberg/blob/trunk/packages/api-fetch/CHANGELOG.md) - [Commits](https://github.com/WordPress/gutenberg/commits/@wordpress/[email protected]/packages/api-fetch) --- updated-dependencies: - dependency-name: "@wordpress/api-fetch" dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Set globally loaded version of Jetpack to 12.4 and update submodule (#4738) * Update submodule to 12.4 * Set the global version to 12.4 * Bump plugin header version to 12.4 * Trigger warning for alloptions fallback cache (#4740) * Staging release: v20230808.1 (#4758) * Trigger warning for alloptions fallback cache (#4740) * Reduce the batch size to from 1000 to 500 and add the object count to the log entry. Limit to 1 queue processor job on non-prods (#4731) * Reduce the batch size to from 1000 to 500 and add the object count to the log entry. Limit to 1 queue processor job on non-prods * Fix tests by explicitly defining VIP_GO_ENV to production in test * Add a full queue namespace in constants mocker + lint * The struggle is real * fix: deprecation warnings * fix: check for WP_TESTS_DOMAIN must not be mocked --------- Co-authored-by: Volodymyr Kolesnykov <[email protected]> Co-authored-by: Volodymyr Kolesnykov <[email protected]> * Disable temporary backup removal logic introduced in WordPress 6.3 (#4712) * Disable action introduced in WP6.3 * Updating comment. * Remove action sooner * chore(deps-dev): Bump sass in /search/search-dev-tools (#4741) Bumps [sass](https://github.com/sass/dart-sass) from 1.64.1 to 1.64.2. - [Release notes](https://github.com/sass/dart-sass/releases) - [Changelog](https://github.com/sass/dart-sass/blob/main/CHANGELOG.md) - [Commits](sass/dart-sass@1.64.1...1.64.2) --- updated-dependencies: - dependency-name: sass dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * chore(deps): Bump chart.js from 4.3.0 to 4.3.3 (#4744) Bumps [chart.js](https://github.com/chartjs/Chart.js) from 4.3.0 to 4.3.3. - [Release notes](https://github.com/chartjs/Chart.js/releases) - [Commits](chartjs/Chart.js@v4.3.0...v4.3.3) --- updated-dependencies: - dependency-name: chart.js dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * chore(deps-dev): Bump postcss-preset-env from 9.0.0 to 9.1.0 (#4743) Bumps [postcss-preset-env](https://github.com/csstools/postcss-plugins/tree/HEAD/plugin-packs/postcss-preset-env) from 9.0.0 to 9.1.0. - [Changelog](https://github.com/csstools/postcss-plugins/blob/main/plugin-packs/postcss-preset-env/CHANGELOG.md) - [Commits](https://github.com/csstools/postcss-plugins/commits/HEAD/plugin-packs/postcss-preset-env) --- updated-dependencies: - dependency-name: postcss-preset-env dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * chore(deps): Bump tough-cookie and @cypress/request (#4748) Bumps [tough-cookie](https://github.com/salesforce/tough-cookie) and [@cypress/request](https://github.com/cypress-io/request). These dependencies needed to be updated together. Updates `tough-cookie` from 2.5.0 to 4.1.3 - [Release notes](https://github.com/salesforce/tough-cookie/releases) - [Changelog](https://github.com/salesforce/tough-cookie/blob/master/CHANGELOG.md) - [Commits](salesforce/tough-cookie@v2.5.0...v4.1.3) Updates `@cypress/request` from 2.88.11 to 2.88.12 - [Release notes](https://github.com/cypress-io/request/releases) - [Changelog](https://github.com/cypress-io/request/blob/master/CHANGELOG.md) - [Commits](cypress-io/request@v2.88.11...v2.88.12) --- updated-dependencies: - dependency-name: tough-cookie dependency-type: indirect - dependency-name: "@cypress/request" dependency-type: indirect ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Revert "Temporarily disable Jetpack AI Assistant extension (#4722)" (#4756) This reverts commit e488787. * chore(deps-dev): Bump @babel/plugin-syntax-decorators in /__tests__/e2e (#4749) Bumps [@babel/plugin-syntax-decorators](https://github.com/babel/babel/tree/HEAD/packages/babel-plugin-syntax-decorators) from 7.22.5 to 7.22.10. - [Release notes](https://github.com/babel/babel/releases) - [Changelog](https://github.com/babel/babel/blob/main/CHANGELOG.md) - [Commits](https://github.com/babel/babel/commits/v7.22.10/packages/babel-plugin-syntax-decorators) --- updated-dependencies: - dependency-name: "@babel/plugin-syntax-decorators" dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * chore(deps-dev): Bump postcss-preset-env from 9.1.0 to 9.1.1 (#4751) Bumps [postcss-preset-env](https://github.com/csstools/postcss-plugins/tree/HEAD/plugin-packs/postcss-preset-env) from 9.1.0 to 9.1.1. - [Changelog](https://github.com/csstools/postcss-plugins/blob/main/plugin-packs/postcss-preset-env/CHANGELOG.md) - [Commits](https://github.com/csstools/postcss-plugins/commits/HEAD/plugin-packs/postcss-preset-env) --- updated-dependencies: - dependency-name: postcss-preset-env dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * chore(deps-dev): Bump @babel/eslint-plugin in /search/search-dev-tools (#4755) Bumps [@babel/eslint-plugin](https://github.com/babel/babel/tree/HEAD/eslint/babel-eslint-plugin) from 7.22.5 to 7.22.10. - [Release notes](https://github.com/babel/babel/releases) - [Changelog](https://github.com/babel/babel/blob/main/CHANGELOG.md) - [Commits](https://github.com/babel/babel/commits/v7.22.10/eslint/babel-eslint-plugin) --- updated-dependencies: - dependency-name: "@babel/eslint-plugin" dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * chore(deps-dev): Bump @babel/preset-env in /search/search-dev-tools (#4754) Bumps [@babel/preset-env](https://github.com/babel/babel/tree/HEAD/packages/babel-preset-env) from 7.22.9 to 7.22.10. - [Release notes](https://github.com/babel/babel/releases) - [Changelog](https://github.com/babel/babel/blob/main/CHANGELOG.md) - [Commits](https://github.com/babel/babel/commits/v7.22.10/packages/babel-preset-env) --- updated-dependencies: - dependency-name: "@babel/preset-env" dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * chore(deps-dev): Bump @babel/eslint-parser in /search/search-dev-tools (#4753) Bumps [@babel/eslint-parser](https://github.com/babel/babel/tree/HEAD/eslint/babel-eslint-parser) from 7.22.9 to 7.22.10. - [Release notes](https://github.com/babel/babel/releases) - [Changelog](https://github.com/babel/babel/blob/main/CHANGELOG.md) - [Commits](https://github.com/babel/babel/commits/v7.22.10/eslint/babel-eslint-parser) --- updated-dependencies: - dependency-name: "@babel/eslint-parser" dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * chore(deps-dev): Bump @babel/core in /search/search-dev-tools (#4752) Bumps [@babel/core](https://github.com/babel/babel/tree/HEAD/packages/babel-core) from 7.22.9 to 7.22.10. - [Release notes](https://github.com/babel/babel/releases) - [Changelog](https://github.com/babel/babel/blob/main/CHANGELOG.md) - [Commits](https://github.com/babel/babel/commits/v7.22.10/packages/babel-core) --- updated-dependencies: - dependency-name: "@babel/core" dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * chore(deps-dev): Bump @babel/plugin-syntax-decorators (#4750) Bumps [@babel/plugin-syntax-decorators](https://github.com/babel/babel/tree/HEAD/packages/babel-plugin-syntax-decorators) from 7.22.5 to 7.22.10. - [Release notes](https://github.com/babel/babel/releases) - [Changelog](https://github.com/babel/babel/blob/main/CHANGELOG.md) - [Commits](https://github.com/babel/babel/commits/v7.22.10/packages/babel-plugin-syntax-decorators) --- updated-dependencies: - dependency-name: "@babel/plugin-syntax-decorators" dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Force QM when we should enable Search Dev Tools (#4737) * Force QM when we should enable Search Dev Tools * lint * Load helper function unconditionaly * Rename function * revert ep_get_query_log check --------- Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: Caleb Burks <[email protected]> Co-authored-by: Rinat K <[email protected]> Co-authored-by: Gudmundur D. Haraldsson <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Pavel Schoffer <[email protected]> * Revert JP AI Assistant patch * test(e2e): fix E2E tests (#4779) --------- Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: Rebecca Hum <[email protected]> Co-authored-by: Rinat K <[email protected]> Co-authored-by: Pavel Schoffer <[email protected]> Co-authored-by: Derrick Tennant <[email protected]> Co-authored-by: Caleb Burks <[email protected]> Co-authored-by: Michael Chan <[email protected]> Co-authored-by: Luiz Tiago Oliveira <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Gudmundur D. Haraldsson <[email protected]>
Description
Similar to the work I've been doing in #4589 and #4595, I want to move this out in the open.