Skip to content

Commit

Permalink
Merge pull request #5870 from Automattic/staging
Browse files Browse the repository at this point in the history
Production release: v20240917.0
  • Loading branch information
rinatkhaziev authored Sep 17, 2024
2 parents a9be98e + 6042c79 commit b6604a2
Show file tree
Hide file tree
Showing 90 changed files with 299 additions and 11,725 deletions.
1 change: 0 additions & 1 deletion .dockerignore
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,6 @@ wpcom-helper.php
/shared-plugins/two-factor/dev-lib/
/shared-plugins/two-factor/tests/
**/tests/
/vaultpress/changelog.txt
/vip-support/.circleci
/vip-support/bin/
/vip-support/features/
Expand Down
2 changes: 1 addition & 1 deletion .github/actions/run-wp-tests/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ runs:
uses: ramsey/[email protected]

- name: Set up WordPress and WordPress Test Library
uses: sjinks/setup-wordpress-test-library@v2.0.3
uses: sjinks/setup-wordpress-test-library@v2.1.1
with:
version: ${{ inputs.wordpress }}

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 @@ -32,10 +32,10 @@ jobs:
uses: actions/[email protected]

- name: Initialize CodeQL
uses: github/codeql-action/[email protected].5
uses: github/codeql-action/[email protected].6
with:
languages: ${{ matrix.language }}
config-file: ./.github/codeql-config.yml

- name: Perform CodeQL Analysis
uses: github/codeql-action/[email protected].5
uses: github/codeql-action/[email protected].6
2 changes: 1 addition & 1 deletion .sonarcloud.properties
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
sonar.sources=.
sonar.exclusions=advanced-post-cache/**,akismet/**,bin/**,ci/**,cron-control/**,debug-bar-cron/**,debug-bar/**,drop-ins/**,http-concat/**,jetpack*/**,lightweight-term-count-update/**,query-monitor/**,rewrite-rules-inspector/**,search/elasticpress/**,search/debug-bar-elasticpress/**,search/es-wp-query/**,shared-plugins/**,vaultpress/**,wordpress-importer/**,wp-parsely*/**,tests/**,__tests__/**
sonar.exclusions=advanced-post-cache/**,akismet/**,bin/**,ci/**,cron-control/**,debug-bar-cron/**,debug-bar/**,drop-ins/**,http-concat/**,jetpack*/**,lightweight-term-count-update/**,query-monitor/**,rewrite-rules-inspector/**,search/elasticpress/**,search/debug-bar-elasticpress/**,search/es-wp-query/**,shared-plugins/**,wordpress-importer/**,wp-parsely*/**,tests/**,__tests__/**
sonar.tests=tests,__tests__
sonar.cpd.exclusions=errors/**
39 changes: 17 additions & 22 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 bin/upgrade-plugin.sh
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ update_wporg_plugin() {
}

case $PLUGIN_SLUG in
vaultpress | akismet | debug-bar | query-monitor)
akismet | debug-bar | query-monitor)
update_wporg_plugin
;;

Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"phpcompatibility/phpcompatibility-wp": "2.1.5",
"erusev/parsedown": "1.7.4",
"dms/phpunit-arraysubset-asserts": "0.5.0",
"yoast/phpunit-polyfills": "2.0.1",
"yoast/phpunit-polyfills": "3.0.0",
"johnpbloch/wordpress-core": "6.6.1",
"wp-phpunit/wp-phpunit": "6.6.1",
"wp-cli/wp-cli": "2.11.0"
Expand Down
81 changes: 41 additions & 40 deletions composer.lock

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

Loading

0 comments on commit b6604a2

Please sign in to comment.