Skip to content

Commit

Permalink
Merge branch 'develop' into fix/sync-design-link
Browse files Browse the repository at this point in the history
  • Loading branch information
orest-s authored Sep 19, 2024
2 parents ba65699 + e1e6898 commit 92d8567
Show file tree
Hide file tree
Showing 4 changed files with 47 additions and 57 deletions.
34 changes: 12 additions & 22 deletions .github/ISSUE_TEMPLATE/BUG.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,13 +7,18 @@ body:
attributes:
value: |
Thanks for taking the time to fill out this bug report!
> [!Note]
> Cauldron is a public repo for Deque's design system. Please be careful to not include details or screenshots from unreleased or private features within Deque products.
- type: textarea
id: steps-to-reproduce
attributes:
label: Steps to reproduce
description: Give us the details we need to reproduce the bug.
placeholder: Steps to reproduce the bug
value: "Steps to reproduce"
placeholder: |
1. Go to '...'
2. Click on '...'
3. Description of error
validations:
required: true
- type: textarea
Expand All @@ -22,45 +27,30 @@ body:
label: Expected Behavior
description: What did you expect to happen?
placeholder: Tell us what you expected to happen!
value: "Not a bug."
validations:
required: true
- type: textarea
id: actual-behavior
attributes:
label: Actual Behavior
description: What actually happened?
placeholder: Tell us what you are experiencing!
value: "A bug happened!"
validations:
required: true
- type: input
id: version
attributes:
label: Version
description: What version of cauldron did this happen with?
placeholder: 4.0.0
placeholder: v4.0.0
validations:
required: true
- type: dropdown
id: browsers
attributes:
label: What browsers are you experiencing the problem on?
label: What browser(s) are you experiencing the problem on?
multiple: true
options:
- Firefox
- Chrome
- Firefox
- Safari
- Microsoft Edge
- Edge
- iOS Safari
- type: textarea
id: logs
attributes:
label: Relevant log output
description: Please copy and paste any relevant log output. This will be automatically formatted into code, so no need for backticks.
render: shell
- type: textarea
id: anything-else
attributes:
label: Anything else we should know?
description: Please provide any additional information that may be helpful.
value: "Additional information"
6 changes: 3 additions & 3 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
- [Discussing Proprietary Features](#discussing-proprietary-features)
- [Setup](#setup)
1. [Adding New Components](#adding-new-components)
- [Process for New Components](#process-for-new-components)
- [Process for New Components](#process-for-new-components)
1. [Developing Components](#developing-components)
- [Tools Used](#tools-used)
- [Structure](#structure)
Expand Down Expand Up @@ -40,7 +40,7 @@ Local development setup is documented in [this project's readme](./README.md#dev

## Adding New Components

One of Cauldron's primary goals is to provide high quality, stable, reusable components. This process is intentially slow because it is a critical front-end infrastructure of Deque's products.
One of Cauldron's primary goals is to provide high quality, stable, reusable components. This process is intentionally slow because it is a critical front-end infrastructure of Deque's products.

As such, components that land in Cauldron tend to have several, if not all of the following qualities:

Expand All @@ -61,7 +61,7 @@ For a new component to be added to Cauldron, the below workflow describes the de
<details>
<summary>Workflow chart describing process and steps to getting a component added to Cauldron</summary>

![workflow chart describing process and steps to getting a component added to Cauldron](./docs/assets/img/new-component-workflow.png)
![workflow chart describing process and steps to getting a component added to Cauldron](./docs/assets/img/new-component-workflow.png)

</details>

Expand Down
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -56,8 +56,8 @@
"@fontsource/pt-mono": "^5.0.13",
"@fontsource/roboto": "^5.0.14",
"@mdx-js/loader": "^2.3.0",
"@playwright/experimental-ct-react17": "^1.47.0",
"@playwright/test": "^1.47.0",
"@playwright/experimental-ct-react17": "^1.47.1",
"@playwright/test": "^1.47.1",
"@types/classnames": "^2.2.9",
"@types/express": "^4.17.21",
"@types/node": "^22.1.0",
Expand All @@ -69,7 +69,7 @@
"@typescript-eslint/parser": "^5.59.9",
"autoprefixer": "^9.7.6",
"axe-core": "^4.10.0",
"babel-loader": "^9.1.3",
"babel-loader": "^9.2.1",
"babel-plugin-module-resolver": "^5.0.2",
"babel-plugin-transform-export-extensions": "^6.22.0",
"chalk": "^4.1.2",
Expand Down
58 changes: 29 additions & 29 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1583,29 +1583,29 @@
resolved "https://registry.yarnpkg.com/@pkgjs/parseargs/-/parseargs-0.11.0.tgz#a77ea742fab25775145434eb1d2328cf5013ac33"
integrity sha512-+1VkjdD0QBLPodGrJUeqarH8VAIvQODIbwh9XpP5Syisf7YoQgsJKPNFoqqLQlu+VQ/tVSshMR6loPMn8U+dPg==

"@playwright/experimental-ct-core@1.47.0":
version "1.47.0"
resolved "https://registry.yarnpkg.com/@playwright/experimental-ct-core/-/experimental-ct-core-1.47.0.tgz#01524b8c19af4a2300bd0a693f37d5367fc4b1e1"
integrity sha512-IgZBGLREGUqTEXwb8Kh0vEG+/CHHf7EtpivAVoaO8cPzEfZU0LMlyjBaQk0ry5LDD65BZ9DwhTfMYMekAqWXMg==
"@playwright/experimental-ct-core@1.47.1":
version "1.47.1"
resolved "https://registry.yarnpkg.com/@playwright/experimental-ct-core/-/experimental-ct-core-1.47.1.tgz#0c1a09cdaba8b1e831e2e205c1599d8de23a3c88"
integrity sha512-BNAvPmQSCXQxNP3tXSrj1pBEakQorKOrKXj+Vw6FMhiKWTaERZ5/o+0fl6bJjKZ1kUTMcEVP9YcxjY/3xO/Cgg==
dependencies:
playwright "1.47.0"
playwright-core "1.47.0"
playwright "1.47.1"
playwright-core "1.47.1"
vite "^5.2.8"

"@playwright/experimental-ct-react17@^1.47.0":
version "1.47.0"
resolved "https://registry.yarnpkg.com/@playwright/experimental-ct-react17/-/experimental-ct-react17-1.47.0.tgz#a00de1be912113e23a07ca2df3c7d1d29b19d5fd"
integrity sha512-WOeEXx4PzZ2Qa6BYAw0c0gZFKBfYN4x1Jesf8Q9Tp6UA8Ye/7NgRjOfZzh7NqE8KWWyj4Dun4kZbFQr+lV5YQg==
"@playwright/experimental-ct-react17@^1.47.1":
version "1.47.1"
resolved "https://registry.yarnpkg.com/@playwright/experimental-ct-react17/-/experimental-ct-react17-1.47.1.tgz#006dd85de70170b8fc764b0b249aabc8139d11c1"
integrity sha512-k+WEp3Sa2EY3nKWAt5wy1w5/lPdePgjBCQZNjvE/qLmZHokoyafuZgrYbrbznGBcoboGczQgZZ4NaLv5HBQE+Q==
dependencies:
"@playwright/experimental-ct-core" "1.47.0"
"@playwright/experimental-ct-core" "1.47.1"
"@vitejs/plugin-react" "^4.2.1"

"@playwright/test@^1.47.0":
version "1.47.0"
resolved "https://registry.yarnpkg.com/@playwright/test/-/test-1.47.0.tgz#69fc55b10754147cc20021afbfa05747d4961bf0"
integrity sha512-SgAdlSwYVpToI4e/IH19IHHWvoijAYH5hu2MWSXptRypLSnzj51PcGD+rsOXFayde4P9ZLi+loXVwArg6IUkCA==
"@playwright/test@^1.47.1":
version "1.47.1"
resolved "https://registry.yarnpkg.com/@playwright/test/-/test-1.47.1.tgz#568a46229a5aef54b74977297a7946bb5ac4b67b"
integrity sha512-dbWpcNQZ5nj16m+A5UNScYx7HX5trIy7g4phrcitn+Nk83S32EBX/CLU4hiF4RGKX/yRc93AAqtfaXB7JWBd4Q==
dependencies:
playwright "1.47.0"
playwright "1.47.1"

"@puppeteer/browsers@2.2.3":
version "2.2.3"
Expand Down Expand Up @@ -2786,10 +2786,10 @@ babel-code-frame@^6.26.0:
esutils "^2.0.2"
js-tokens "^3.0.2"

babel-loader@^9.1.3:
version "9.1.3"
resolved "https://registry.yarnpkg.com/babel-loader/-/babel-loader-9.1.3.tgz#3d0e01b4e69760cc694ee306fe16d358aa1c6f9a"
integrity sha512-xG3ST4DglodGf8qSwv0MdeWLhrDsw/32QMdTO5T1ZIp9gQur0HkCyFs7Awskr10JKXFXwpAhiCuYX5oGXnRGbw==
babel-loader@^9.2.1:
version "9.2.1"
resolved "https://registry.yarnpkg.com/babel-loader/-/babel-loader-9.2.1.tgz#04c7835db16c246dd19ba0914418f3937797587b"
integrity sha512-fqe8naHt46e0yIdkjUZYqddSXfej3AHajX+CSO5X7oy0EmPc6o5Xh+RClNoHjnieWz9AW4kZxW9yyFMhVB1QLA==
dependencies:
find-cache-dir "^4.0.0"
schema-utils "^4.0.0"
Expand Down Expand Up @@ -9284,17 +9284,17 @@ pkg-up@^3.1.0:
dependencies:
find-up "^3.0.0"

playwright-core@1.47.0:
version "1.47.0"
resolved "https://registry.yarnpkg.com/playwright-core/-/playwright-core-1.47.0.tgz#b54ec060fd83e5c2e46b63986b5ebb5e96ace427"
integrity sha512-1DyHT8OqkcfCkYUD9zzUTfg7EfTd+6a8MkD/NWOvjo0u/SCNd5YmY/lJwFvUZOxJbWNds+ei7ic2+R/cRz/PDg==
playwright-core@1.47.1:
version "1.47.1"
resolved "https://registry.yarnpkg.com/playwright-core/-/playwright-core-1.47.1.tgz#bb45bdfb0d48412c535501aa3805867282857df8"
integrity sha512-i1iyJdLftqtt51mEk6AhYFaAJCDx0xQ/O5NU8EKaWFgMjItPVma542Nh/Aq8aLCjIJSzjaiEQGW/nyqLkGF1OQ==

playwright@1.47.0, playwright@^1.47.0:
version "1.47.0"
resolved "https://registry.yarnpkg.com/playwright/-/playwright-1.47.0.tgz#fb9b028883fad11362f9ff63ce7ba44bda0bf626"
integrity sha512-jOWiRq2pdNAX/mwLiwFYnPHpEZ4rM+fRSQpRHwEwZlP2PUANvL3+aJOF/bvISMhFD30rqMxUB4RJx9aQbfh4Ww==
playwright@1.47.1, playwright@^1.47.0:
version "1.47.1"
resolved "https://registry.yarnpkg.com/playwright/-/playwright-1.47.1.tgz#cdc1116f5265b8d2ff7be0d8942d49900634dc6c"
integrity sha512-SUEKi6947IqYbKxRiqnbUobVZY4bF1uu+ZnZNJX9DfU1tlf2UhWfvVjLf01pQx9URsOr18bFVUKXmanYWhbfkw==
dependencies:
playwright-core "1.47.0"
playwright-core "1.47.1"
optionalDependencies:
fsevents "2.3.2"

Expand Down

0 comments on commit 92d8567

Please sign in to comment.