-
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' of github.com:carbon-design-system/carbon into re…
…novate/stylelint-order-6.x
- Loading branch information
Showing
148 changed files
with
842 additions
and
36,266 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 |
---|---|---|
|
@@ -1259,7 +1259,7 @@ | |
"contributions": [ | ||
"code" | ||
] | ||
}, | ||
} | ||
], | ||
"commitConvention": "none" | ||
} |
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 |
---|---|---|
|
@@ -16,7 +16,7 @@ jobs: | |
(github.event.comment.body == 'recheck' || github.event.comment.body | ||
== 'I have read the DCO document and I hereby sign the DCO.') || | ||
github.event_name == 'pull_request_target' | ||
uses: cla-assistant/[email protected].0 | ||
uses: cla-assistant/github-action@a895a435fcce79ecf28fbce61a4ef0f0dabc9853 #v2.3.1 | ||
env: | ||
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} | ||
PERSONAL_ACCESS_TOKEN: ${{ secrets.PERSONAL_ACCESS_TOKEN }} | ||
|
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 |
---|---|---|
|
@@ -6,13 +6,13 @@ on: | |
- cron: '0 14 * * TUE' | ||
|
||
jobs: | ||
post-reminder: | ||
post-reminder-to-carbon-react: | ||
name: Post dev reminder to carbon-react | ||
runs-on: ubuntu-latest | ||
steps: | ||
- name: Send custom JSON data to Slack workflow | ||
id: slack | ||
uses: slackapi/[email protected] | ||
uses: slackapi/slack-github-action@e28cf165c92ffef168d23c5c9000cffc8a25e117 #v1.24.0 | ||
with: | ||
payload: | | ||
{ | ||
|
@@ -48,7 +48,7 @@ jobs: | |
"type": "section", | ||
"text": { | ||
"type": "mrkdwn", | ||
"text": "*Carbon developer office hours* are a bi-weekly opportunity to discuss topics like these and get help from the team. Developers from the Carbon System Squad, who maintain the core React components, elements and styles, will be available to help and answer questions. While it's very informal, please be prepared to screen share and show your issue!" | ||
"text": "*Carbon developer office hours* are a bi-weekly opportunity to discuss topics like these and get help from the team. Developers from the Carbon team will be available to help and answer questions. While it's very informal, please be prepared to screen share and show your issue!" | ||
} | ||
}, | ||
{ | ||
|
@@ -98,3 +98,97 @@ jobs: | |
env: | ||
SLACK_WEBHOOK_URL: ${{ secrets.SLACK_WEBHOOK_URL }} | ||
SLACK_WEBHOOK_TYPE: INCOMING_WEBHOOK | ||
|
||
post-reminder-to-carbon-web-components: | ||
name: Post dev reminder to carbon-web-components | ||
runs-on: ubuntu-latest | ||
steps: | ||
- name: Send custom JSON data to Slack workflow | ||
id: slack | ||
uses: slackapi/slack-github-action@e28cf165c92ffef168d23c5c9000cffc8a25e117 #v1.24.0 | ||
with: | ||
payload: | | ||
{ | ||
"username": "Carbon Design System", | ||
"icon_url": "https://user-images.githubusercontent.com/3360588/192045905-5d9705af-92e2-4432-805e-15db98571e8b.png", | ||
"channel": "#carbon-web-components", | ||
"text": "Join us for Carbon Developer Office Hours!", | ||
"blocks": [ | ||
{ | ||
"type": "header", | ||
"text": { | ||
"type": "plain_text", | ||
"text": "Join us for Carbon Developer Office Hours!", | ||
"emoji": true | ||
} | ||
}, | ||
{ | ||
"type": "divider" | ||
}, | ||
{ | ||
"type": "image", | ||
"image_url": "https://carbondesignsystem.com/static/406b7e7bf6865c094dd9a7a0bcb8bd41/3cbba/light-getting-started-developers.png", | ||
"alt_text": "A terminal prompt symbol" | ||
}, | ||
{ | ||
"type": "section", | ||
"text": { | ||
"type": "mrkdwn", | ||
"text": ":thinking_face: _Are you running into a weird bug you can’t resolve?_ \n\n_:question: Do you have questions about using Carbon?_ \n\n :rocket: _Would you like to discuss migrating from v10 to v11?_" | ||
} | ||
}, | ||
{ | ||
"type": "section", | ||
"text": { | ||
"type": "mrkdwn", | ||
"text": "*Carbon developer office hours* are a bi-weekly opportunity to discuss topics like these and get help from the team. Developers from the Carbon team will be available to help and answer questions. While it's very informal, please be prepared to screen share and show your issue!" | ||
} | ||
}, | ||
{ | ||
"type": "divider" | ||
}, | ||
{ | ||
"type": "section", | ||
"text": { | ||
"type": "mrkdwn", | ||
"text": ":yourlearning: *Subscribe and add to your calendar* :ibm-arrow-right::ibm-arrow-right::ibm-arrow-right:" | ||
}, | ||
"accessory": { | ||
"type": "button", | ||
"text": { | ||
"type": "plain_text", | ||
"text": "Subscribe", | ||
"emoji": true | ||
}, | ||
"value": "click_me_123", | ||
"url": "https://ec.yourlearning.ibm.com/w3/enrollment/event/10322733", | ||
"action_id": "button-action" | ||
} | ||
}, | ||
{ | ||
"type": "section", | ||
"text": { | ||
"type": "mrkdwn", | ||
"text": ":memo: *Sign up to get help in a future session* :ibm-arrow-right::ibm-arrow-right::ibm-arrow-right:" | ||
}, | ||
"accessory": { | ||
"type": "button", | ||
"text": { | ||
"type": "plain_text", | ||
"text": "View the agenda", | ||
"emoji": true | ||
}, | ||
"value": "click_me_123", | ||
"url": "https://ibm.biz/carbon-dev-office-hours", | ||
"action_id": "button-action" | ||
} | ||
}, | ||
{ | ||
"type": "divider" | ||
} | ||
] | ||
} | ||
env: | ||
SLACK_WEBHOOK_URL: ${{ secrets.SLACK_WEBHOOK_URL }} | ||
SLACK_WEBHOOK_TYPE: INCOMING_WEBHOOK | ||
|
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
Binary file removed
BIN
-169 KB
.yarn/cache/@babel-runtime-corejs3-npm-7.12.5-204fea2510-f896716cfa.zip
Binary file not shown.
Binary file removed
BIN
-22.4 KB
.yarn/cache/@next-eslint-plugin-next-npm-12.1.4-37508c8682-6908d3ea06.zip
Binary file not shown.
Binary file removed
BIN
-12.4 KB
.yarn/cache/@rushstack-eslint-patch-npm-1.0.8-af8bb599ec-e1c4e2d831.zip
Binary file not shown.
Binary file removed
BIN
-12.7 KB
.yarn/cache/@typescript-eslint-parser-npm-5.10.1-c7b8a57212-36e94b3fb5.zip
Binary file not shown.
Binary file removed
BIN
-283 KB
.yarn/cache/@typescript-eslint-scope-manager-npm-5.10.1-d6ee2eebb4-a4f802ca68.zip
Binary file not shown.
Binary file removed
BIN
-26.3 KB
.yarn/cache/@typescript-eslint-types-npm-5.10.1-c4c21e80f9-e8bbedae74.zip
Binary file not shown.
Binary file removed
BIN
-123 KB
.yarn/cache/@typescript-eslint-typescript-estree-npm-5.10.1-160c74e5e8-5721e99baa.zip
Binary file not shown.
Binary file removed
BIN
-9.12 KB
.yarn/cache/@typescript-eslint-visitor-keys-npm-5.10.1-0ff2edd910-7e1e1a41b2.zip
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file renamed
BIN
+17.8 KB
...list-npm-4.21.9-f6128308c1-80d3820584.zip → ...ist-npm-4.21.10-e2170a875b-1e27c0f111.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 removed
BIN
-33.3 KB
.yarn/cache/electron-to-chromium-npm-1.4.467-f5dc3c2fea-0ad9e61429.zip
Binary file not shown.
Binary file added
BIN
+34.4 KB
.yarn/cache/electron-to-chromium-npm-1.4.523-5bcdc6898d-c090a958af.zip
Binary file not shown.
Binary file removed
BIN
-3.55 KB
.yarn/cache/eslint-config-next-npm-12.1.4-ff2b40db45-913a1b938a.zip
Binary file not shown.
Binary file removed
BIN
-4.28 KB
.yarn/cache/eslint-import-resolver-node-npm-0.3.4-fa0173d267-a0db55ec26.zip
Binary file not shown.
Binary file removed
BIN
-17.9 KB
.yarn/cache/eslint-import-resolver-typescript-npm-2.4.0-cae47bb9ea-2db0de3353.zip
Binary file not shown.
Binary file removed
BIN
-369 KB
.yarn/cache/eslint-plugin-import-npm-2.25.2-98db0f107a-4ca36e37fa.zip
Binary file not shown.
Binary file removed
BIN
-218 KB
.yarn/cache/eslint-plugin-jsx-a11y-npm-6.5.1-ea493bf2f2-311ab993ed.zip
Binary file not shown.
Binary file removed
BIN
-32.4 KB
.yarn/cache/eslint-plugin-react-hooks-npm-4.3.0-290cb54ea5-0ba1566ba0.zip
Binary file not shown.
Binary file removed
BIN
-209 KB
.yarn/cache/eslint-plugin-react-npm-7.29.1-1faecd24d9-d1d0d267d2.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 removed
BIN
-53.3 KB
.yarn/cache/stylelint-config-idiomatic-order-npm-8.1.0-c769509414-f83ebfb90a.zip
Binary file not shown.
Binary file added
BIN
+54.2 KB
.yarn/cache/stylelint-config-idiomatic-order-npm-9.0.0-62b2b267ed-ff94270244.zip
Binary file not shown.
Binary file removed
BIN
-3.21 KB
.yarn/cache/stylelint-config-recommended-npm-6.0.0-67cddf9dd5-103b3c1222.zip
Binary file not shown.
Binary file removed
BIN
-5.72 KB
.yarn/cache/stylelint-config-standard-npm-24.0.0-dfa9aff315-5993ede913.zip
Binary file not shown.
Binary file removed
BIN
-4.53 KB
.yarn/cache/stylelint-no-unsupported-browser-features-npm-5.0.2-89258a4e95-73331cffcd.zip
Binary file not shown.
Binary file added
BIN
+4.96 KB
.yarn/cache/stylelint-no-unsupported-browser-features-npm-7.0.0-423aad8fd8-a8aca2fe01.zip
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
Oops, something went wrong.