File tree Expand file tree Collapse file tree 3 files changed +196
-73
lines changed
Expand file tree Collapse file tree 3 files changed +196
-73
lines changed Original file line number Diff line number Diff line change 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.
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
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
Original file line number Diff line number Diff line change 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" ,
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"
You can’t perform that action at this time.
0 commit comments