Skip to content

Commit

Permalink
Merge branch 'develop' of github.com:GoogleChromeLabs/pwa-wp into enh…
Browse files Browse the repository at this point in the history
…ancement/363-remove-offline-commenting-and-add-post-request-handler

* 'develop' of github.com:GoogleChromeLabs/pwa-wp:
  Bump eslint-plugin-jsdoc from 39.2.0 to 39.2.1
  Bump grunt from 1.5.1 to 1.5.2
  Bump workbox-cli from 6.5.2 to 6.5.3
  Bump eslint-plugin-jsdoc from 39.1.0 to 39.2.0
  Bump actions/setup-node from 3.1.0 to 3.1.1
  Bump eslint-plugin-jsdoc from 39.0.1 to 39.1.0
  Bump grunt from 1.4.1 to 1.5.1
  Bump eslint-plugin-jsdoc from 38.1.6 to 39.0.1
  Bump @wordpress/scripts from 22.3.0 to 22.4.0
  Bump php-stubs/wordpress-stubs from 5.9.1 to 5.9.3
  Bump eslint-plugin-import from 2.25.4 to 2.26.0
  Bump codecov/codecov-action from 2.1.0 to 3
  Bump eslint-plugin-jsdoc from 38.1.4 to 38.1.6
  Bump prettier from 2.6.1 to 2.6.2
  Bump actions/setup-node from 3.0.0 to 3.1.0
  • Loading branch information
westonruter committed Apr 14, 2022
2 parents dd9a750 + 124baab commit e1e38e2
Show file tree
Hide file tree
Showing 5 changed files with 853 additions and 1,016 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build-test-measure.yml
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ jobs:
uses: actions/checkout@v3

- name: Setup Node
uses: actions/setup-node@v3.0.0
uses: actions/setup-node@v3.1.1
with:
node-version-file: '.nvmrc'
cache: npm
Expand Down Expand Up @@ -277,7 +277,7 @@ jobs:
done
- name: Setup Node
uses: actions/setup-node@v3.0.0
uses: actions/setup-node@v3.1.1
with:
node-version-file: '.nvmrc'
cache: npm
Expand Down Expand Up @@ -337,7 +337,7 @@ jobs:

- name: Upload code coverage report
if: ${{ matrix.coverage == true }}
uses: codecov/codecov-action@v2.1.0
uses: codecov/codecov-action@v3
with:
file: ${{ env.WP_CORE_DIR }}/src/wp-content/plugins/pwa/build/logs/clover.xml
flags: php,unit
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"automattic/vipwpcs": "^2.3",
"civicrm/composer-downloads-plugin": "^3.0",
"dealerdirect/phpcodesniffer-composer-installer": "0.7.2",
"php-stubs/wordpress-stubs": "^5.9.1",
"php-stubs/wordpress-stubs": "^5.9.3",
"phpcompatibility/phpcompatibility-wp": "2.1.3",
"wp-coding-standards/wpcs": "2.3.0",
"yoast/wp-test-utils": "^0.2.2"
Expand Down
16 changes: 8 additions & 8 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 e1e38e2

Please sign in to comment.