From 45fc4443fd6fb94137b50fbebe545e3e3c2a9864 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 29 Aug 2024 12:22:13 +0200 Subject: [PATCH] test(deps): bump @playwright/test from 1.45.2 to 1.46.1 (#546) * 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](https://github.com/microsoft/playwright/compare/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] * chore: update dependabot configuration --------- Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Ron <45816308+rjaegers@users.noreply.github.com> --- .github/dependabot.yml | 15 +++++++++++++-- package-lock.json | 24 ++++++++++++------------ package.json | 2 +- 3 files changed, 26 insertions(+), 15 deletions(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 503219a8..08b8f3dc 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -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: diff --git a/package-lock.json b/package-lock.json index b2b03701..3da6a1d7 100644 --- a/package-lock.json +++ b/package-lock.json @@ -5,7 +5,7 @@ "packages": { "": { "devDependencies": { - "@playwright/test": "^1.45.2", + "@playwright/test": "^1.46.1", "@types/node": "^20.14.11", "dotenv": "^16.4.5", "otpauth": "^9.3.1" @@ -24,12 +24,12 @@ } }, "node_modules/@playwright/test": { - "version": "1.45.2", - "resolved": "https://registry.npmjs.org/@playwright/test/-/test-1.45.2.tgz", - "integrity": "sha512-JxG9eq92ET75EbVi3s+4sYbcG7q72ECeZNbdBlaMkGcNbiDQ4cAi8U2QP5oKkOx+1gpaiL1LDStmzCaEM1Z6fQ==", + "version": "1.46.1", + "resolved": "https://registry.npmjs.org/@playwright/test/-/test-1.46.1.tgz", + "integrity": "sha512-Fq6SwLujA/DOIvNC2EL/SojJnkKf/rAwJ//APpJJHRyMi1PdKrY3Az+4XNQ51N4RTbItbIByQ0jgd1tayq1aeA==", "dev": true, "dependencies": { - "playwright": "1.45.2" + "playwright": "1.46.1" }, "bin": { "playwright": "cli.js" @@ -86,12 +86,12 @@ } }, "node_modules/playwright": { - "version": "1.45.2", - "resolved": "https://registry.npmjs.org/playwright/-/playwright-1.45.2.tgz", - "integrity": "sha512-ReywF2t/0teRvNBpfIgh5e4wnrI/8Su8ssdo5XsQKpjxJj+jspm00jSoz9BTg91TT0c9HRjXO7LBNVrgYj9X0g==", + "version": "1.46.1", + "resolved": "https://registry.npmjs.org/playwright/-/playwright-1.46.1.tgz", + "integrity": "sha512-oPcr1yqoXLCkgKtD5eNUPLiN40rYEM39odNpIb6VE6S7/15gJmA1NzVv6zJYusV0e7tzvkU/utBFNa/Kpxmwng==", "dev": true, "dependencies": { - "playwright-core": "1.45.2" + "playwright-core": "1.46.1" }, "bin": { "playwright": "cli.js" @@ -104,9 +104,9 @@ } }, "node_modules/playwright-core": { - "version": "1.45.2", - "resolved": "https://registry.npmjs.org/playwright-core/-/playwright-core-1.45.2.tgz", - "integrity": "sha512-ha175tAWb0dTK0X4orvBIqi3jGEt701SMxMhyujxNrgd8K0Uy5wMSwwcQHtyB4om7INUkfndx02XnQ2p6dvLDw==", + "version": "1.46.1", + "resolved": "https://registry.npmjs.org/playwright-core/-/playwright-core-1.46.1.tgz", + "integrity": "sha512-h9LqIQaAv+CYvWzsZ+h3RsrqCStkBHlgo6/TJlFst3cOTlLghBQlJwPOZKQJTKNaD3QIB7aAVQ+gfWbN3NXB7A==", "dev": true, "bin": { "playwright-core": "cli.js" diff --git a/package.json b/package.json index 191d8d88..dfe9da28 100644 --- a/package.json +++ b/package.json @@ -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"