Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
23 commits
Select commit Hold shift + click to select a range
a100652
chore(deps): Bump actions/dependency-review-action from 4.8.3 to 4.9.…
dependabot[bot] Mar 12, 2026
adf9b8f
chore(deps): Bump github/codeql-action from 4.32.5 to 4.32.6 (#6834)
dependabot[bot] Mar 12, 2026
0c80311
chore(deps): Bump actions/setup-node from 6.2.0 to 6.3.0 (#6836)
dependabot[bot] Mar 12, 2026
ddcf8f8
chore(deps): Bump step-security/harden-runner from 2.15.0 to 2.15.1 (…
dependabot[bot] Mar 12, 2026
c9b34d4
Add network-site Agentforce config support (#6844)
andrea-sdl Mar 16, 2026
2dcb390
feat(wp-cli): add logging to logstash for `unban` commands (#6843)
sjinks Mar 16, 2026
bfa6f13
chore: update `http-concat` submodule (#6845)
sjinks Mar 17, 2026
cf369bc
chore(deps-dev): Bump terser-webpack-plugin in /search/search-dev-too…
dependabot[bot] Mar 17, 2026
04aea0f
chore(deps): Bump github/codeql-action from 4.32.6 to 4.33.0 (#6852)
dependabot[bot] Mar 17, 2026
c57201a
chore(deps): Bump softprops/action-gh-release from 2.5.0 to 2.6.1 (#6…
dependabot[bot] Mar 17, 2026
1079eaa
chore(deps-dev): Bump eslint-plugin-playwright in /__tests__/e2e (#6854)
dependabot[bot] Mar 17, 2026
2acb734
chore(deps): Bump preact from 10.28.4 to 10.29.0 in /search/search-de…
dependabot[bot] Mar 17, 2026
63bce72
chore(deps): Bump shivammathur/setup-php from 2.36.0 to 2.37.0 (#6850)
dependabot[bot] Mar 17, 2026
ef7b49d
chore(deps-dev): Bump @types/node in /__tests__/e2e (#6853)
dependabot[bot] Mar 17, 2026
ac028ec
chore(deps-dev): Bump mini-css-extract-plugin (#6861)
dependabot[bot] Mar 17, 2026
ffb7e93
chore(deps): Bump shivammathur/setup-php (#6859)
dependabot[bot] Mar 17, 2026
f3e55b9
chore(deps): Bump ramsey/composer-install (#6858)
dependabot[bot] Mar 17, 2026
47b3ae7
chore(deps-dev): Bump wp-phpunit/wp-phpunit from 6.9.1 to 6.9.4 (#6848)
dependabot[bot] Mar 17, 2026
d06c91e
chore(deps-dev): Bump johnpbloch/wordpress-core from 6.9.1 to 6.9.4 (…
dependabot[bot] Mar 17, 2026
738775b
chore(deps): Bump step-security/harden-runner from 2.15.1 to 2.16.0 (…
dependabot[bot] Mar 17, 2026
755575a
chore(deps): Bump ramsey/composer-install from 3.1.1 to 4.0.0 (#6851)
dependabot[bot] Mar 17, 2026
df3e940
chore(deps-dev): Bump sass in /search/search-dev-tools (#6857)
dependabot[bot] Mar 17, 2026
d666b7c
Switch RTC to gutenberg-0.2-20260317 (#6865)
maxschmeling Mar 17, 2026
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions .github/actions/run-wp-tests/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ runs:
shell: bash

- name: Set up PHP
uses: shivammathur/setup-php@44454db4f0199b8b9685a5d763dc37cbf79108e1 # 2.36.0
uses: shivammathur/setup-php@accd6127cb78bee3e8082180cb391013d204ef9f # 2.37.0
with:
coverage: ${{ steps.coverage.outputs.coverage }}
ini-values: ${{ steps.coverage.outputs.ini }}
Expand All @@ -86,7 +86,7 @@ runs:
PHPUNIT_VERSION: ${{ inputs.phpunit }}

- name: Install PHP Dependencies
uses: ramsey/composer-install@3cf229dc2919194e9e36783941438d17239e8520 # 3.1.1
uses: ramsey/composer-install@65e4f84970763564f46a70b8a54b90d033b3bdda # 4.0.0

- name: Set up WordPress and WordPress Test Library
uses: sjinks/setup-wordpress-test-library@v3.0.0
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/codeql-analysis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,12 +33,12 @@ jobs:
uses: actions/checkout@v6.0.2

- name: Initialize CodeQL
uses: github/codeql-action/init@v4.32.5
uses: github/codeql-action/init@v4.33.0
with:
languages: ${{ matrix.language }}
config-file: ./.github/codeql-config.yml

- name: Perform CodeQL Analysis
uses: github/codeql-action/analyze@v4.32.5
uses: github/codeql-action/analyze@v4.33.0
with:
category: "/language:${{matrix.language}}"
4 changes: 2 additions & 2 deletions .github/workflows/copilot-setup-steps.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
run: sudo apt-get update && sudo apt-get install -y subversion

- name: Set up PHP
uses: shivammathur/setup-php@44454db4f0199b8b9685a5d763dc37cbf79108e1 # 2.36.0
uses: shivammathur/setup-php@accd6127cb78bee3e8082180cb391013d204ef9f # 2.37.0
with:
coverage: none
ini-values: apc.enable_cli=1, opcache.enable_cli=1
Expand All @@ -44,7 +44,7 @@ jobs:
fail-fast: 'true'

- name: Install PHP Dependencies
uses: ramsey/composer-install@3cf229dc2919194e9e36783941438d17239e8520 # 3.1.1
uses: ramsey/composer-install@65e4f84970763564f46a70b8a54b90d033b3bdda # 4.0.0

- name: Set up WordPress and WordPress Test Library
uses: sjinks/setup-wordpress-test-library@v3.0.0
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/core-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -64,20 +64,20 @@ jobs:
echo "GITHUB_EVENT_NAME=pull_request" >> "wordpress/.env"

- name: Set up Node.js
uses: actions/setup-node@v6.2.0
uses: actions/setup-node@v6.3.0
with:
node-version-file: 'wordpress/.nvmrc'
cache: npm
cache-dependency-path: 'wordpress/package-lock.json'

- name: Set up PHP
uses: shivammathur/setup-php@44454db4f0199b8b9685a5d763dc37cbf79108e1 # 2.36.0
uses: shivammathur/setup-php@accd6127cb78bee3e8082180cb391013d204ef9f # 2.37.0
with:
php-version: 8.0
coverage: none

- name: Install Composer dependencies
uses: ramsey/composer-install@3cf229dc2919194e9e36783941438d17239e8520 # 3.1.1
uses: ramsey/composer-install@65e4f84970763564f46a70b8a54b90d033b3bdda # 4.0.0
with:
working-directory: wordpress

Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/dependency-review.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
name: Review Dependencies
steps:
- name: Harden Runner
uses: step-security/harden-runner@a90bcbc6539c36a85cdfeb73f7e2f433735f215b # v2.15.0
uses: step-security/harden-runner@fa2e9d605c4eeb9fcad4c99c224cee0c6c7f3594 # v2.16.0
with:
egress-policy: block
allowed-endpoints: >
Expand All @@ -25,4 +25,4 @@ jobs:
uses: actions/checkout@v6.0.2

- name: Review dependencies
uses: actions/dependency-review-action@v4.8.3
uses: actions/dependency-review-action@v4.9.0
8 changes: 4 additions & 4 deletions .github/workflows/e2e.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ jobs:
contents: read
steps:
- name: Harden Runner
uses: step-security/harden-runner@a90bcbc6539c36a85cdfeb73f7e2f433735f215b # v2.15.0
uses: step-security/harden-runner@fa2e9d605c4eeb9fcad4c99c224cee0c6c7f3594 # v2.16.0
with:
egress-policy: block
allowed-endpoints:
Expand Down Expand Up @@ -88,7 +88,7 @@ jobs:
uses: ./.github/actions/prepare-source

- name: Setup Node
uses: actions/setup-node@v6.2.0
uses: actions/setup-node@v6.3.0
with:
node-version: 'lts/*'
cache: npm
Expand Down Expand Up @@ -140,15 +140,15 @@ jobs:
contents: read
steps:
- name: Harden Runner
uses: step-security/harden-runner@a90bcbc6539c36a85cdfeb73f7e2f433735f215b # v2.15.0
uses: step-security/harden-runner@fa2e9d605c4eeb9fcad4c99c224cee0c6c7f3594 # v2.16.0
with:
egress-policy: audit

- name: Check out repository code
uses: actions/checkout@v6.0.2

- name: Setup Node
uses: actions/setup-node@v6.2.0
uses: actions/setup-node@v6.3.0
with:
node-version: 'lts/*'
cache: npm
Expand Down
8 changes: 4 additions & 4 deletions .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,20 +30,20 @@ jobs:
uses: actions/checkout@v6.0.2

- name: Set up PHP
uses: shivammathur/setup-php@44454db4f0199b8b9685a5d763dc37cbf79108e1 # 2.36.0
uses: shivammathur/setup-php@accd6127cb78bee3e8082180cb391013d204ef9f # 2.37.0
with:
coverage: none
env:
fail-fast: 'true'

- name: Setup Node
uses: actions/setup-node@v6.2.0
uses: actions/setup-node@v6.3.0
with:
node-version: 'lts/*'
cache: npm

- name: Install PHP Dependencies
uses: ramsey/composer-install@3cf229dc2919194e9e36783941438d17239e8520 # 3.1.1
uses: ramsey/composer-install@65e4f84970763564f46a70b8a54b90d033b3bdda # 4.0.0

- name: Lint files
run: npm run lint
Expand All @@ -58,7 +58,7 @@ jobs:
uses: actions/checkout@v6.0.2

- name: Setup Node
uses: actions/setup-node@v6.2.0
uses: actions/setup-node@v6.3.0
with:
node-version: 'lts/*'
cache: npm
Expand Down
8 changes: 4 additions & 4 deletions .github/workflows/release-prod.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
id: ${{ steps.id-generator.outputs.id }}
steps:
- name: Harden Runner
uses: step-security/harden-runner@a90bcbc6539c36a85cdfeb73f7e2f433735f215b # v2.15.0
uses: step-security/harden-runner@fa2e9d605c4eeb9fcad4c99c224cee0c6c7f3594 # v2.16.0
with:
egress-policy: audit

Expand Down Expand Up @@ -49,7 +49,7 @@ jobs:
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

- uses: softprops/action-gh-release@a06a81a03ee405af7f2048a818ed3f03bbf83c7b # v2.5.0
- uses: softprops/action-gh-release@153bb8e04406b158c6c84fc1615b65b24149a1fe # v2.6.1
with:
generate_release_notes: true
tag_name: ${{ steps.id-generator.outputs.id }}
Expand All @@ -66,10 +66,10 @@ jobs:
uses: actions/checkout@v6.0.2

- name: Setup PHP
uses: shivammathur/setup-php@44454db4f0199b8b9685a5d763dc37cbf79108e1 # 2.36.0
uses: shivammathur/setup-php@accd6127cb78bee3e8082180cb391013d204ef9f # 2.37.0

- name: Install
uses: ramsey/composer-install@3cf229dc2919194e9e36783941438d17239e8520 # 3.1.1
uses: ramsey/composer-install@65e4f84970763564f46a70b8a54b90d033b3bdda # 4.0.0

- name: Execute
env:
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/release-staging.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,10 +21,10 @@ jobs:
uses: actions/checkout@v6.0.2

- name: Setup PHP
uses: shivammathur/setup-php@44454db4f0199b8b9685a5d763dc37cbf79108e1 # 2.36.0
uses: shivammathur/setup-php@accd6127cb78bee3e8082180cb391013d204ef9f # 2.37.0

- name: Install
uses: ramsey/composer-install@3cf229dc2919194e9e36783941438d17239e8520 # 3.1.1
uses: ramsey/composer-install@65e4f84970763564f46a70b8a54b90d033b3bdda # 4.0.0

- name: Execute
env:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/search-dev-tools.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
token: ${{ secrets.WPCOM_VIP_BOT_TOKEN }}

- name: Setup Node
uses: actions/setup-node@v6.2.0
uses: actions/setup-node@v6.3.0
with:
node-version: 'lts/*'
cache: npm
Expand Down
12 changes: 6 additions & 6 deletions __tests__/e2e/package-lock.json

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

4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@
"erusev/parsedown": "1.8.0",
"dms/phpunit-arraysubset-asserts": "0.5.0",
"yoast/phpunit-polyfills": "4.0.0",
"johnpbloch/wordpress-core": "6.9.1",
"wp-phpunit/wp-phpunit": "6.9.1",
"johnpbloch/wordpress-core": "6.9.4",
"wp-phpunit/wp-phpunit": "6.9.4",
"wp-cli/wp-cli": "2.12.0"
},
"config": {
Expand Down
18 changes: 9 additions & 9 deletions composer.lock

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

2 changes: 1 addition & 1 deletion http-concat
2 changes: 1 addition & 1 deletion integrations/agentforce.php
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ public function is_loaded(): bool {
}

public function configure(): void {
$configs = $this->get_env_config();
$configs = is_multisite() ? $this->get_network_site_config() : $this->get_env_config();

if ( ! defined( 'VIP_AGENTFORCE_CONFIGS' ) ) {
define( 'VIP_AGENTFORCE_CONFIGS', $configs );
Expand Down
2 changes: 1 addition & 1 deletion integrations/real-time-collaboration.php
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ class RealTimeCollaborationIntegration extends Integration {
* Empty string means load from the unversioned 'gutenberg' folder.
* A version number (e.g., '1.0') loads from 'gutenberg-1.0' folder.
*/
const VIP_RTC_GUTENBERG_VERSION = '0.2';
const VIP_RTC_GUTENBERG_VERSION = '0.2-20260317';

/**
* Enable Pendo tracking for this integration.
Expand Down
2 changes: 1 addition & 1 deletion search/search-dev-tools/build/bundle.js

Large diffs are not rendered by default.

26 changes: 13 additions & 13 deletions search/search-dev-tools/package-lock.json

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

Loading
Loading