Skip to content

Commit b60d3b3

Browse files
committed
feat: 0.10.0
1 parent cd56c15 commit b60d3b3

File tree

3 files changed

+196
-73
lines changed

3 files changed

+196
-73
lines changed

.github/workflows/codeql-analysis.yml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ jobs:
4242

4343
# Initializes the CodeQL tools for scanning.
4444
- name: Initialize CodeQL
45-
uses: github/codeql-action/init@v1
45+
uses: github/codeql-action/init@v2
4646
with:
4747
languages: ${{ matrix.language }}
4848
# If you wish to specify custom queries, you can do so here or in a config file.
@@ -53,7 +53,7 @@ jobs:
5353
# Autobuild attempts to build any compiled languages (C/C++, C#, or Java).
5454
# If this step fails, then you should remove it and run the build manually (see below)
5555
- name: Autobuild
56-
uses: github/codeql-action/autobuild@v1
56+
uses: github/codeql-action/autobuild@v2
5757

5858
# ℹ️ Command-line programs to run using the OS shell.
5959
# 📚 https://git.io/JvXDl
@@ -67,4 +67,5 @@ jobs:
6767
# make release
6868

6969
- name: Perform CodeQL Analysis
70-
uses: github/codeql-action/analyze@v1
70+
uses: github/codeql-action/analyze@v2
71+
continue-on-error: true

package.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@guidepup/playwright",
3-
"version": "0.9.0",
3+
"version": "0.10.0",
44
"description": "Screen reader driver for Playwright tests.",
55
"main": "lib/index.js",
66
"typings": "lib/index.d.ts",
@@ -36,19 +36,19 @@
3636
"test:webkit": "playwright test --config ./example/webkit.config.ts ./example/tests/webkit/"
3737
},
3838
"dependencies": {
39-
"@guidepup/guidepup": "^0.16.0"
39+
"@guidepup/guidepup": "^0.17.1"
4040
},
4141
"devDependencies": {
4242
"@playwright/test": "^1.30.0",
4343
"@types/node": "^18.11.18",
44-
"@typescript-eslint/eslint-plugin": "^5.5.0",
45-
"@typescript-eslint/parser": "^5.5.0",
46-
"eslint": "^8.4.0",
44+
"@typescript-eslint/eslint-plugin": "^5.50.0",
45+
"@typescript-eslint/parser": "^5.50.0",
46+
"eslint": "^8.33.0",
4747
"eslint-config-prettier": "^8.3.0",
4848
"rimraf": "^4.1.2",
4949
"ts-node": "^10.4.0",
5050
"typedoc": "^0.23.21",
51-
"typescript": "^4.5.2"
51+
"typescript": "^4.9.5"
5252
},
5353
"peerDependencies": {
5454
"@playwright/test": "^1.29.2"

0 commit comments

Comments
 (0)