Skip to content

Commit ae1c6b0

Browse files
authored
Merge branch 'main' into fix-mitosis-update
2 parents 9f161cc + b47957b commit ae1c6b0

File tree

313 files changed

+2033
-720
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

313 files changed

+2033
-720
lines changed

.config/.jscpd.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
"reporters": ["console"],
44
"minTokens": 65,
55
"ignore": [
6+
"showcases/patternhub/public/assets/images/*.svg",
67
"**/.angular/**",
78
".history/**",
89
"**/__snapshots__/**",

.github/ISSUE_TEMPLATE/bug_report.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,8 @@ body:
99
value: |
1010
Thank you for taking the time to fill out this bug report! Feedback from the community is highly valuable to us, as it helps improve our work and benefits all users. 🙂
1111
12+
We would be more than happy if you could share a URL if the problem occurs in our [documentation](https://design-system.deutschebahn.com/core-web/), or at least some code. Even better would be a [working example on StackBlitz or CodeSandbox](https://design-system.deutschebahn.com/core-web/version/latest/foundations/playgrounds). Please keep in mind not to share any internal information or data this way. This includes internal URLs. Only use sample material.
13+
1214
- type: checkboxes
1315
id: component
1416
attributes:

.github/workflows/99-self-healing-dependabot-updates.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ jobs:
4646
if: env.stylelint_update == 'true'
4747
run: |
4848
npm run build --workspace=@db-ux/core-stylelint
49-
npm run lint:stylelint --fix
49+
npm run lint:stylelint -- --fix
5050
5151
- name: 🏃 Run Prettier to format the code
5252
if: env.prettier_update == 'true'

README.md

Lines changed: 1 addition & 0 deletions
-2 Bytes
3 Bytes

0 commit comments

Comments
 (0)