Skip to content

Commit 1a97c3d

Browse files
authored
Merge pull request #5309 from Automattic/staging
Production release: v20240305.0
2 parents 2ee942b + 4bb7d82 commit 1a97c3d

File tree

16 files changed

+91
-146
lines changed

16 files changed

+91
-146
lines changed

.github/workflows/core-tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ jobs:
6060
echo "GITHUB_EVENT_NAME=pull_request" >> "wordpress/.env"
6161
6262
- name: Set up Node.js
63-
uses: actions/setup-node@b39b52d1213e96004bfcb1c61a8a6fa8ab84f3e8 # v4.0.1
63+
uses: actions/setup-node@60edb5dd545a775178f52524783378180af0d1f8 # v4.0.2
6464
with:
6565
node-version-file: 'wordpress/.nvmrc'
6666
cache: npm

.github/workflows/e2e.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ jobs:
7676
uses: ./.github/actions/prepare-source
7777

7878
- name: Setup Node
79-
uses: actions/[email protected].1
79+
uses: actions/[email protected].2
8080
with:
8181
node-version: 'lts/*'
8282
cache: npm
@@ -134,7 +134,7 @@ jobs:
134134
uses: actions/[email protected]
135135

136136
- name: Setup Node
137-
uses: actions/[email protected].1
137+
uses: actions/[email protected].2
138138
with:
139139
node-version: 'lts/*'
140140
cache: npm

.github/workflows/lint.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535
fail-fast: 'true'
3636

3737
- name: Setup Node
38-
uses: actions/[email protected].1
38+
uses: actions/[email protected].2
3939
with:
4040
node-version: 'lts/*'
4141
cache: npm
@@ -54,7 +54,7 @@ jobs:
5454
uses: actions/[email protected]
5555

5656
- name: Setup Node
57-
uses: actions/[email protected].1
57+
uses: actions/[email protected].2
5858
with:
5959
node-version: 'lts/*'
6060
cache: npm

.github/workflows/search-dev-tools.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
token: ${{ secrets.WPCOM_VIP_BOT_TOKEN }}
2828

2929
- name: Setup Node
30-
uses: actions/[email protected].1
30+
uses: actions/[email protected].2
3131
with:
3232
node-version: 'lts/*'
3333
cache: npm

.github/workflows/search-e2e.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ jobs:
3838
uses: ./.github/actions/prepare-source
3939

4040
- name: "Install node v${{ env.NODE_VERSION }}"
41-
uses: actions/[email protected].1
41+
uses: actions/[email protected].2
4242
with:
4343
node-version: ${{ env.NODE_VERSION }}
4444
cache: npm

__tests__/e2e/package-lock.json

Lines changed: 10 additions & 37 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

__tests__/e2e/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
"asana-phrase": "^0.0.8",
1919
"eslint": "^8.51.0",
2020
"eslint-plugin-deprecation": "^2.0.0",
21-
"eslint-plugin-playwright": "^0.22.1",
21+
"eslint-plugin-playwright": "^1.0.1",
2222
"playwright": "^1.39.0",
2323
"typescript": "^5.2.2"
2424
}

cache/README.md

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -121,9 +121,6 @@ Note: For the purpose of this exercise, we've kept things pretty simple and the
121121

122122
You can see the completed, working example here: https://github.com/Automattic/vip-go-mu-plugins/blob/master/cache/examples/segmentation-beta/beta.php
123123

124-
### Detailed API Documentation
125-
For the complete list of the API methods and their functionality, see the [Vary_Cache API documentation](https://automattic.github.io/vip-go-mu-plugins/classes/Automattic.VIP.Cache.Vary_Cache.html)
126-
127124
---
128125

129126
## Tutorial (Cache Segmentation): Maintenance Mode & Automated Scans

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
"yoast/phpunit-polyfills": "2.0.0",
99
"johnpbloch/wordpress-core": "6.4.3",
1010
"wp-phpunit/wp-phpunit": "6.4.2",
11-
"wp-cli/wp-cli": "2.9.0"
11+
"wp-cli/wp-cli": "2.10.0"
1212
},
1313
"config": {
1414
"allow-plugins": {

composer.lock

Lines changed: 19 additions & 22 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)