Skip to content

Commit

Permalink
Bump @testing-library/react from 15.0.7 to 16.0.0 in /web (#118)
Browse files Browse the repository at this point in the history
* Bump @testing-library/react from 15.0.7 to 16.0.0 in /web

Bumps [@testing-library/react](https://github.com/testing-library/react-testing-library) from 15.0.7 to 16.0.0.
- [Release notes](https://github.com/testing-library/react-testing-library/releases)
- [Changelog](https://github.com/testing-library/react-testing-library/blob/main/CHANGELOG.md)
- [Commits](testing-library/react-testing-library@v15.0.7...v16.0.0)

---
updated-dependencies:
- dependency-name: "@testing-library/react"
  dependency-type: direct:development
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>

* ci: check exclude by branch name

* ci: use head ref

* chore: add slash

---------

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: ogous <[email protected]>
  • Loading branch information
dependabot[bot] and ogous authored Aug 6, 2024
1 parent eb77b89 commit 3139957
Show file tree
Hide file tree
Showing 4 changed files with 14 additions and 10 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/tests-e2e.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ jobs:
retention-days: 30

- name: Upload coverage reports to Codecov
if: ${{ !startsWith(github.ref, 'refs/heads/dependabot/') }}
if: ${{ !startsWith(github.head_ref, 'dependabot/') }}
uses: codecov/codecov-action@v4
with:
fail_ci_if_error: true
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/tests-unit-js.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,9 +40,9 @@ jobs:
name: jest-coverage
path: web/jest-coverage/
retention-days: 30

- name: Upload coverage reports to Codecov
if: ${{ !startsWith(github.ref, 'refs/heads/dependabot/') }}
if: ${{ !startsWith(github.head_ref, 'dependabot/') }}
uses: codecov/codecov-action@v4
with:
fail_ci_if_error: true
Expand Down
2 changes: 1 addition & 1 deletion web/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@
"@stylistic/eslint-plugin": "^1.8.1",
"@svgr/webpack": "^8.1.0",
"@testing-library/jest-dom": "^6.4.6",
"@testing-library/react": "^15.0.7",
"@testing-library/react": "^16.0.0",
"@types/jest": "^29.5.12",
"@types/lodash": "^4.17.6",
"@types/node": "20.6.0",
Expand Down
16 changes: 10 additions & 6 deletions web/pnpm-lock.yaml

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

0 comments on commit 3139957

Please sign in to comment.