Skip to content

Commit

Permalink
Merge branch '3.x' into feature/clear-cookie-by-name-with-playwright
Browse files Browse the repository at this point in the history
  • Loading branch information
ngraf authored Jan 2, 2025
2 parents fd3b9fa + b31644b commit c45038d
Show file tree
Hide file tree
Showing 77 changed files with 10,215 additions and 11,972 deletions.
20 changes: 10 additions & 10 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
@@ -1,17 +1,17 @@
version: 2
updates:
# github-actions
- package-ecosystem: "github-actions"
directory: "/"
- package-ecosystem: 'github-actions'
directory: '/'
schedule:
interval: "weekly"
target-branch: "3.x"
interval: 'weekly'
target-branch: '3.x'
# npm
- package-ecosystem: "npm"
directory: "/"
- package-ecosystem: 'npm'
directory: '/'
schedule:
interval: "weekly"
target-branch: "3.x"
interval: 'weekly'
target-branch: '3.x'
ignore:
- dependency-name: "escape-string-regexp"
versions: [">=5.0"]
- dependency-name: 'escape-string-regexp'
versions: ['>=5.0']
1 change: 0 additions & 1 deletion .github/workflows/acceptance-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@ env:

jobs:
build:

runs-on: ubuntu-latest

strategy:
Expand Down
34 changes: 0 additions & 34 deletions .github/workflows/expectHelper.yml

This file was deleted.

34 changes: 0 additions & 34 deletions .github/workflows/softExpectHelper.yml

This file was deleted.

8 changes: 4 additions & 4 deletions .husky/pre-commit
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/usr/bin/env sh
. "$(dirname -- "$0")/_/husky.sh"

npm run prettier && npm run lint && npm run dtslint
prettier $(git diff --cached --name-only --diff-filter=ACMR | sed 's| |\\ |g') --write --ignore-unknown
git update-index --again
npx eslint $(git diff --cached --name-only --diff-filter=ACMR | sed 's| |\\ |g')
npm run dtslint
Loading

0 comments on commit c45038d

Please sign in to comment.