Skip to content
This repository has been archived by the owner on Mar 8, 2023. It is now read-only.

Commit

Permalink
chore(deps-dev): bump expect-playwright from 0.2.6 to 0.8.0 (#782)
Browse files Browse the repository at this point in the history
* chore(deps-dev): bump expect-playwright from 0.2.6 to 0.8.0

Bumps [expect-playwright](https://github.com/playwright-community/expect-playwright) from 0.2.6 to 0.8.0.
- [Release notes](https://github.com/playwright-community/expect-playwright/releases)
- [Commits](playwright-community/expect-playwright@v0.2.6...v0.8.0)

---
updated-dependencies:
- dependency-name: expect-playwright
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>

* fix(github-actions): properly set github token

* fix(github-actions): adding git pull from origin

* fix(github-actions): switching to only run the whole workflow by label

* chore(yarn): update yarn offline mirror

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Jeff Chew <jeff.chew@gmail.com>
Co-authored-by: ibmdotcom-bot <digdes@us.ibm.com>
  • Loading branch information
3 people authored Nov 11, 2021
1 parent 841d7c0 commit ffbd689
Show file tree
Hide file tree
Showing 5 changed files with 11 additions and 8 deletions.
9 changes: 6 additions & 3 deletions .github/workflows/dependabot-yarn-mirror.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,14 +8,15 @@ concurrency:

jobs:
update-offline-mirror:
if: github.repository == github.event.pull_request.head.repo.full_name
if: github.repository == github.event.pull_request.head.repo.full_name && contains(github.event.pull_request.labels.*.name, 'dependencies')
runs-on: ubuntu-latest
strategy:
matrix:
node-version: ['14.x']
steps:
- uses: actions/checkout@v2
- uses: fregante/setup-git-user@v1
with:
ref: ${{github.event.pull_request.head.ref}}
- name: Use Node.js
uses: actions/setup-node@v2
with:
Expand All @@ -24,7 +25,9 @@ jobs:
- name: Update yarn offline mirror
if: contains(github.event.pull_request.labels.*.name, 'dependencies')
run: |
git checkout -b ${{github.event.pull_request.head.ref}}
git config --global user.email ${{ secrets.BOT_EMAIL }}
git config --global user.name ${{ secrets.BOT_NAME }}
yarn
git add -A
if [[ ! -z $(git status -s) ]] ; then
Expand Down
Binary file removed .yarn/offline-mirror/expect-playwright-0.2.6.tgz
Binary file not shown.
Binary file added .yarn/offline-mirror/expect-playwright-0.8.0.tgz
Binary file not shown.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -183,7 +183,7 @@
"eslint-plugin-react": "^7.26.1",
"eslint-restricted-globals": "~0.2.0",
"execa": "^5.1.1",
"expect-playwright": "~0.2.6",
"expect-playwright": "~0.8.0",
"expect-puppeteer": "^4.4.0",
"file-loader": "^6.0.0",
"flatpickr": "4.6.1",
Expand Down
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -11047,10 +11047,10 @@ expect-playwright@^0.2.1:
resolved "https://registry.yarnpkg.com/expect-playwright/-/expect-playwright-0.2.2.tgz#5a466dd76d5fb3cdd22f8749cef37158bf681ac2"
integrity sha512-dcnfNZitSmp496SCh1LIcHreqQ9X4Pvk2nLHfLmBPqo23N0wr7b3PAFPK+xYJtND5Hn4jPqliDJBA31cRVeOHg==

expect-playwright@~0.2.6:
version "0.2.6"
resolved "https://registry.yarnpkg.com/expect-playwright/-/expect-playwright-0.2.6.tgz#fb690763ea386c6b88494512119817beb2c61cf1"
integrity sha512-zb+0L9ayNPhFm89F0BOQP8yTckETbA33wmWoxcnUY/A0pFsd7e4Tn8YrDsLiMQ7gZX2dD3LQHH9TWSnvEJi8rw==
expect-playwright@~0.8.0:
version "0.8.0"
resolved "https://registry.yarnpkg.com/expect-playwright/-/expect-playwright-0.8.0.tgz#6d4ebe0bdbdd3c1693d880d97153b96a129ae4e8"
integrity sha512-+kn8561vHAY+dt+0gMqqj1oY+g5xWrsuGMk4QGxotT2WS545nVqqjs37z6hrYfIuucwqthzwJfCJUEYqixyljg==

expect-puppeteer@^4.4.0:
version "4.4.0"
Expand Down

0 comments on commit ffbd689

Please sign in to comment.