Skip to content

Commit

Permalink
Merge pull request #5309 from Automattic/staging
Browse files Browse the repository at this point in the history
Production release: v20240305.0
  • Loading branch information
WPprodigy authored Mar 5, 2024
2 parents 2ee942b + 4bb7d82 commit 1a97c3d
Show file tree
Hide file tree
Showing 16 changed files with 91 additions and 146 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/core-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ jobs:
echo "GITHUB_EVENT_NAME=pull_request" >> "wordpress/.env"
- name: Set up Node.js
uses: actions/setup-node@b39b52d1213e96004bfcb1c61a8a6fa8ab84f3e8 # v4.0.1
uses: actions/setup-node@60edb5dd545a775178f52524783378180af0d1f8 # v4.0.2
with:
node-version-file: 'wordpress/.nvmrc'
cache: npm
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/e2e.yml
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ jobs:
uses: ./.github/actions/prepare-source

- name: Setup Node
uses: actions/[email protected].1
uses: actions/[email protected].2
with:
node-version: 'lts/*'
cache: npm
Expand Down Expand Up @@ -134,7 +134,7 @@ jobs:
uses: actions/[email protected]

- name: Setup Node
uses: actions/[email protected].1
uses: actions/[email protected].2
with:
node-version: 'lts/*'
cache: npm
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
fail-fast: 'true'

- name: Setup Node
uses: actions/[email protected].1
uses: actions/[email protected].2
with:
node-version: 'lts/*'
cache: npm
Expand All @@ -54,7 +54,7 @@ jobs:
uses: actions/[email protected]

- name: Setup Node
uses: actions/[email protected].1
uses: actions/[email protected].2
with:
node-version: 'lts/*'
cache: npm
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/[email protected].1
uses: actions/[email protected].2
with:
node-version: 'lts/*'
cache: npm
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/search-e2e.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ jobs:
uses: ./.github/actions/prepare-source

- name: "Install node v${{ env.NODE_VERSION }}"
uses: actions/[email protected].1
uses: actions/[email protected].2
with:
node-version: ${{ env.NODE_VERSION }}
cache: npm
Expand Down
47 changes: 10 additions & 37 deletions __tests__/e2e/package-lock.json

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

2 changes: 1 addition & 1 deletion __tests__/e2e/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
"asana-phrase": "^0.0.8",
"eslint": "^8.51.0",
"eslint-plugin-deprecation": "^2.0.0",
"eslint-plugin-playwright": "^0.22.1",
"eslint-plugin-playwright": "^1.0.1",
"playwright": "^1.39.0",
"typescript": "^5.2.2"
}
Expand Down
3 changes: 0 additions & 3 deletions cache/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -121,9 +121,6 @@ Note: For the purpose of this exercise, we've kept things pretty simple and the

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

### Detailed API Documentation
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)

---

## Tutorial (Cache Segmentation): Maintenance Mode & Automated Scans
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"yoast/phpunit-polyfills": "2.0.0",
"johnpbloch/wordpress-core": "6.4.3",
"wp-phpunit/wp-phpunit": "6.4.2",
"wp-cli/wp-cli": "2.9.0"
"wp-cli/wp-cli": "2.10.0"
},
"config": {
"allow-plugins": {
Expand Down
41 changes: 19 additions & 22 deletions composer.lock

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

28 changes: 14 additions & 14 deletions package-lock.json

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

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
"cypress-file-upload": "^5.0.8",
"cypress-multi-reporters": "^1.6.1",
"eslint-plugin-cypress": "^2.12.1",
"husky": "9.0.10",
"husky": "9.0.11",
"jsdoc": "^4.0.0",
"lint-staged": "^15.0.1",
"mocha-junit-reporter": "^2.1.1",
Expand Down
2 changes: 1 addition & 1 deletion search/search-dev-tools/build/bundle.js

Large diffs are not rendered by default.

Loading

0 comments on commit 1a97c3d

Please sign in to comment.