-
Notifications
You must be signed in to change notification settings - Fork 1.8k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'main' into 9229-dialog-role-needs-name
- Loading branch information
Showing
372 changed files
with
20,409 additions
and
15,273 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
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 |
---|---|---|
|
@@ -12,7 +12,7 @@ jobs: | |
steps: | ||
- uses: actions/checkout@v2 | ||
- name: Use Node.js 14.x | ||
uses: actions/setup-node@v2.3.0 | ||
uses: actions/setup-node@v2.4.0 | ||
with: | ||
node-version: '14.x' | ||
- name: Run yarn dedupe | ||
|
@@ -23,7 +23,7 @@ jobs: | |
steps: | ||
- uses: actions/checkout@v2 | ||
- name: Use Node.js 14.x | ||
uses: actions/setup-node@v2.3.0 | ||
uses: actions/setup-node@v2.4.0 | ||
with: | ||
node-version: '14.x' | ||
- name: Install dependencies | ||
|
@@ -36,7 +36,7 @@ jobs: | |
steps: | ||
- uses: actions/checkout@v2 | ||
- name: Use Node.js 14.x | ||
uses: actions/setup-node@v2.3.0 | ||
uses: actions/setup-node@v2.4.0 | ||
with: | ||
node-version: '14.x' | ||
- name: Install dependencies | ||
|
@@ -51,7 +51,7 @@ jobs: | |
steps: | ||
- uses: actions/checkout@v2 | ||
- name: Use Node.js 14.x | ||
uses: actions/setup-node@v2.3.0 | ||
uses: actions/setup-node@v2.4.0 | ||
with: | ||
node-version: '14.x' | ||
- uses: actions/[email protected] | ||
|
@@ -77,7 +77,7 @@ jobs: | |
steps: | ||
- uses: actions/checkout@v2 | ||
- name: Use Node.js 14.x | ||
uses: actions/setup-node@v2.3.0 | ||
uses: actions/setup-node@v2.4.0 | ||
with: | ||
node-version: '14.x' | ||
- uses: actions/[email protected] | ||
|
@@ -113,7 +113,7 @@ jobs: | |
steps: | ||
- uses: actions/checkout@v2 | ||
- name: Use Node.js 14.x | ||
uses: actions/setup-node@v2.3.0 | ||
uses: actions/setup-node@v2.4.0 | ||
with: | ||
node-version: '14.x' | ||
- uses: actions/[email protected] | ||
|
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 |
---|---|---|
@@ -0,0 +1,26 @@ | ||
name: stale | ||
on: | ||
schedule: | ||
- cron: '0 8 * * *' | ||
|
||
jobs: | ||
comment: | ||
runs-on: ubuntu-latest | ||
steps: | ||
- uses: actions/stale@v4 | ||
with: | ||
any-of-issue-labels: | ||
"status: waiting for author's response 💬,status: needs more info 🤷♀️" | ||
only-pr-labels: '' | ||
stale-issue-message: | | ||
This issue has been marked as stale because it has required additional | ||
info or a response from the author for over 7 days. When you get the | ||
chance, please comment with the additional info requested. | ||
Otherwise, this issue will be closed in 7 days. | ||
close-issue-message: | | ||
This issue has been closed because it has received no activity for | ||
14 days. | ||
stale-issue-label: 'status: stale 🍞' | ||
days-before-stale: 7 | ||
days-before-close: 7 | ||
debug-only: true |
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 |
---|---|---|
@@ -0,0 +1,4 @@ | ||
#!/bin/sh | ||
. "$(dirname "$0")/_/husky.sh" | ||
|
||
npx --no-install commitlint --edit "$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" | ||
|
||
npx --no-install lint-staged |
Binary file not shown.
Binary file not shown.
Binary file added
BIN
+6.47 KB
.yarn/cache/@commitlint-config-conventional-npm-13.1.0-bae8bbba25-c3c5313efa.zip
Binary file not shown.
Binary file removed
BIN
-4.54 KB
.yarn/cache/@commitlint-config-conventional-npm-8.3.4-92787b6594-6d51b61de5.zip
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file added
BIN
+4.78 KB
.yarn/cache/@commitlint-execute-rule-npm-13.0.0-2926d66eec-b67f3ac461.zip
Binary file not shown.
Binary file removed
BIN
-5.3 KB
.yarn/cache/@commitlint-execute-rule-npm-8.3.4-35f3ed2c71-f0906a4f02.zip
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file added
BIN
+9.13 KB
.yarn/cache/@commitlint-is-ignored-npm-13.1.0-d4f92b84c8-4a7ff94200.zip
Binary file not shown.
Binary file removed
BIN
-8.23 KB
.yarn/cache/@commitlint-is-ignored-npm-8.3.5-73d91ff87e-4ae5a14ac0.zip
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file removed
BIN
-3.85 KB
.yarn/cache/@commitlint-message-npm-8.3.4-bddfb46ab6-57e597773b.zip
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file added
BIN
+7.6 KB
.yarn/cache/@commitlint-resolve-extends-npm-13.0.0-e8d90a43ac-3a66e28ad9.zip
Binary file not shown.
Binary file removed
BIN
-6.86 KB
.yarn/cache/@commitlint-resolve-extends-npm-8.3.5-d152bd0b40-a207aeae4a.zip
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file added
BIN
+4.33 KB
.yarn/cache/@commitlint-to-lines-npm-13.0.0-67d24ec1ed-c85fb8dbb4.zip
Binary file not shown.
Binary file removed
BIN
-3.82 KB
.yarn/cache/@commitlint-to-lines-npm-8.3.4-86c5f4bfa4-a96f9818c3.zip
Binary file not shown.
Binary file added
BIN
+4.9 KB
.yarn/cache/@commitlint-top-level-npm-13.0.0-d6411fa067-c42f3e4e23.zip
Binary file not shown.
Binary file removed
BIN
-5.43 KB
.yarn/cache/@commitlint-top-level-npm-8.3.4-bdcb384df5-5aedb38a6c.zip
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file removed
BIN
-5.06 KB
.yarn/cache/@samverschueren-stream-to-observable-npm-0.3.0-3da2ac7de0-429db3f41f.zip
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file removed
BIN
-8.81 KB
.yarn/cache/conventional-changelog-angular-npm-1.6.6-74cb417a79-14b6644d5b.zip
Binary file not shown.
Binary file added
BIN
+11.1 KB
.yarn/cache/conventional-changelog-angular-npm-5.0.12-0dd88eb3f8-552db8762d.zip
Binary file not shown.
Binary file removed
BIN
-10.9 KB
.yarn/cache/conventional-changelog-angular-npm-5.0.6-ef988a7601-631101b9d2.zip
Binary file not shown.
Binary file removed
BIN
-10.3 KB
.yarn/cache/conventional-changelog-conventionalcommits-npm-4.2.1-5c5bc4c9d4-f40f462bc4.zip
Binary file not shown.
Binary file added
BIN
+11.5 KB
.yarn/cache/conventional-changelog-conventionalcommits-npm-4.6.0-d399b251bd-b7dccba3e9.zip
Binary file not shown.
Binary file renamed
BIN
+648 KB
...e-js-npm-3.15.2-6825052e10-f8f61569c4.zip → ...e-js-npm-3.16.0-81e18c66e6-e215cf057f.zip
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file removed
BIN
-2.32 KB
.yarn/cache/listr-silent-renderer-npm-1.1.1-01f9e73935-81982612e4.zip
Binary file not shown.
Binary file removed
BIN
-4.09 KB
.yarn/cache/listr-update-renderer-npm-0.5.0-3e539fc2df-2dddc76383.zip
Binary file not shown.
Binary file removed
BIN
-3.56 KB
.yarn/cache/listr-verbose-renderer-npm-0.5.0-e15abcfcc9-3e504be729.zip
Binary file not shown.
Binary file renamed
BIN
+54 KB
...str2-npm-3.10.0-b9e3e588d3-9dc1a89697.zip → ...str2-npm-3.11.0-a2fe7d17b1-6533edd430.zip
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file removed
BIN
-3.59 KB
.yarn/cache/opencollective-postinstall-npm-2.0.2-08cf9e2f3d-4b6f333f1c.zip
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
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
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
Oops, something went wrong.