Skip to content

Commit 8e42fa7

Browse files
authored
Merge branch '3.x' into task-4593-bump-webdriverio
2 parents 0909608 + ed6d52a commit 8e42fa7

File tree

77 files changed

+9926
-11920
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

77 files changed

+9926
-11920
lines changed

.github/dependabot.yml

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,17 @@
11
version: 2
22
updates:
33
# github-actions
4-
- package-ecosystem: "github-actions"
5-
directory: "/"
4+
- package-ecosystem: 'github-actions'
5+
directory: '/'
66
schedule:
7-
interval: "weekly"
8-
target-branch: "3.x"
7+
interval: 'weekly'
8+
target-branch: '3.x'
99
# npm
10-
- package-ecosystem: "npm"
11-
directory: "/"
10+
- package-ecosystem: 'npm'
11+
directory: '/'
1212
schedule:
13-
interval: "weekly"
14-
target-branch: "3.x"
13+
interval: 'weekly'
14+
target-branch: '3.x'
1515
ignore:
16-
- dependency-name: "escape-string-regexp"
17-
versions: [">=5.0"]
16+
- dependency-name: 'escape-string-regexp'
17+
versions: ['>=5.0']

.github/workflows/acceptance-tests.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,6 @@ env:
1515

1616
jobs:
1717
build:
18-
1918
runs-on: ubuntu-latest
2019

2120
strategy:

.github/workflows/expectHelper.yml

Lines changed: 0 additions & 34 deletions
This file was deleted.

.github/workflows/softExpectHelper.yml

Lines changed: 0 additions & 34 deletions
This file was deleted.

.husky/pre-commit

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#!/usr/bin/env sh
2-
. "$(dirname -- "$0")/_/husky.sh"
3-
4-
npm run prettier && npm run lint && npm run dtslint
1+
prettier $(git diff --cached --name-only --diff-filter=ACMR | sed 's| |\\ |g') --write --ignore-unknown
2+
git update-index --again
3+
npx eslint $(git diff --cached --name-only --diff-filter=ACMR | sed 's| |\\ |g')
4+
npm run dtslint

0 commit comments

Comments
 (0)