Skip to content

Commit

Permalink
test(deps): bump @playwright/test from 1.45.2 to 1.46.1 (#546)
Browse files Browse the repository at this point in the history
* chore(deps-dev): bump @playwright/test from 1.45.2 to 1.46.1

Bumps [@playwright/test](https://github.com/microsoft/playwright) from 1.45.2 to 1.46.1.
- [Release notes](https://github.com/microsoft/playwright/releases)
- [Commits](microsoft/playwright@v1.45.2...v1.46.1)

---
updated-dependencies:
- dependency-name: "@playwright/test"
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

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

* chore: update dependabot configuration

---------

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Ron <45816308+rjaegers@users.noreply.github.com>
  • Loading branch information
dependabot[bot] and rjaegers authored Aug 29, 2024
1 parent 2c207fc commit 45fc444
Show file tree
Hide file tree
Showing 3 changed files with 26 additions and 15 deletions.
15 changes: 13 additions & 2 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,17 +14,28 @@ updates:
commit-message:
prefix: "ci(deps)"
- package-ecosystem: docker
directory: .devcontainer
directories:
- .devcontainer/cpp
- .devcontainer/rust
schedule:
interval: weekly
- package-ecosystem: devcontainers
directory: .devcontainer
directories:
- .devcontainer/cpp
- .devcontainer/rust
schedule:
interval: weekly
- package-ecosystem: npm
directory: /
schedule:
interval: weekly
groups:
npm:
update-types:
- minor
- patch
commit-message:
prefix: "test(deps)"
- package-ecosystem: pip
directory: .devcontainer
schedule:
Expand Down
24 changes: 12 additions & 12 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
@@ -1,6 +1,6 @@
{
"devDependencies": {
"@playwright/test": "^1.45.2",
"@playwright/test": "^1.46.1",
"@types/node": "^20.14.11",
"dotenv": "^16.4.5",
"otpauth": "^9.3.1"
Expand Down

0 comments on commit 45fc444

Please sign in to comment.