-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
refactor: π‘ update to latest test-application version (#308)
* refactor: π‘ update to latest test-application version BREAKING CHANGE: 𧨠update to latest test-application-version * ci: π‘ update itest scripts to run ci profile * ci: π‘ update itest scripts * feat: πΈ test webdriverio support for create-preset BREAKING CHANGE: 𧨠update to v3.* * ci: π‘ add ci files * ci: π‘ fix integration action * test: π add delay before refresh
- Loading branch information
Showing
61 changed files
with
23,065 additions
and
25,918 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,81 @@ | ||
version: 2 | ||
updates: | ||
- package-ecosystem: npm | ||
directory: "/" | ||
schedule: | ||
interval: daily | ||
open-pull-requests-limit: 10 | ||
ignore: | ||
- dependency-name: eslint | ||
versions: | ||
- 7.18.0 | ||
- 7.19.0 | ||
- 7.20.0 | ||
- 7.21.0 | ||
- 7.22.0 | ||
- 7.23.0 | ||
- 7.24.0 | ||
- dependency-name: y18n | ||
versions: | ||
- 4.0.1 | ||
- 4.0.2 | ||
- dependency-name: "@typescript-eslint/eslint-plugin" | ||
versions: | ||
- 4.14.1 | ||
- 4.14.2 | ||
- 4.15.0 | ||
- 4.15.1 | ||
- 4.15.2 | ||
- 4.16.1 | ||
- 4.17.0 | ||
- 4.18.0 | ||
- 4.19.0 | ||
- 4.20.0 | ||
- 4.21.0 | ||
- dependency-name: "@typescript-eslint/parser" | ||
versions: | ||
- 4.14.1 | ||
- 4.14.2 | ||
- 4.15.0 | ||
- 4.15.1 | ||
- 4.15.2 | ||
- 4.16.1 | ||
- 4.17.0 | ||
- 4.18.0 | ||
- 4.19.0 | ||
- 4.20.0 | ||
- 4.21.0 | ||
- dependency-name: "@types/fs-extra" | ||
versions: | ||
- 9.0.10 | ||
- 9.0.6 | ||
- 9.0.7 | ||
- 9.0.8 | ||
- 9.0.9 | ||
- dependency-name: "@types/jest" | ||
versions: | ||
- 26.0.20 | ||
- 26.0.21 | ||
- 26.0.22 | ||
- dependency-name: husky | ||
versions: | ||
- 4.3.8 | ||
- 5.0.9 | ||
- 5.1.0 | ||
- 5.1.1 | ||
- 5.1.2 | ||
- 5.1.3 | ||
- 5.2.0 | ||
- dependency-name: typescript | ||
versions: | ||
- 4.1.3 | ||
- 4.1.4 | ||
- 4.1.5 | ||
- 4.2.2 | ||
- 4.2.3 | ||
- dependency-name: node-notifier | ||
versions: | ||
- 8.0.1 | ||
- dependency-name: lint-staged | ||
versions: | ||
- 10.5.3 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -59,3 +59,6 @@ typings/ | |
|
||
# next.js build output | ||
.next | ||
|
||
# generated | ||
dist |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
_ |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
#!/bin/sh | ||
. "$(dirname "$0")/_/husky.sh" | ||
|
||
node node_modules/.bin/commitlint -e |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
#!/bin/sh | ||
. "$(dirname "$0")/_/husky.sh" | ||
|
||
node node_modules/.bin/lint-staged |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.