Skip to content

Commit fb932ab

Browse files
authored
Merge branch 'main' into feat-color-palette
2 parents 53730e1 + 2261d6a commit fb932ab

File tree

15 files changed

+3711
-4496
lines changed

15 files changed

+3711
-4496
lines changed

.github/dependabot.yml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,7 @@ updates:
5555
patterns:
5656
- "@angular*"
5757
- "@angular-devkit*"
58+
- "ng-packagr"
5859
update-types:
5960
- "minor"
6061
- "patch"
@@ -65,3 +66,11 @@ updates:
6566
update-types:
6667
- "minor"
6768
- "patch"
69+
next:
70+
patterns:
71+
- "@next*"
72+
- "eslint-config-next"
73+
- "next"
74+
builder.io:
75+
patterns:
76+
- "@builder.io/mitosis"

.github/scripts/update-playwright.js

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ const updatePlaywright = () => {
3131
{
3232
from: `oldPlaywrightVersion = '${oldPlaywrightVersion}'`,
3333
to: `oldPlaywrightVersion = '${version}'`,
34-
files: ['scripts/update-playwright.js']
34+
files: ['.github/scripts/update-playwright.js']
3535
}
3636
];
3737

@@ -41,5 +41,4 @@ const updatePlaywright = () => {
4141

4242
return 'Success';
4343
};
44-
45-
updatePlaywright();
44+
export default updatePlaywright;

.github/workflows/00-init.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
99
runs-on: ubuntu-latest
1010
steps:
1111
- name: 🛑 Cancel Previous Runs
12-
uses: styfle/cancel-workflow-action@0.12.0
12+
uses: styfle/cancel-workflow-action@0.12.1
1313

1414
- name: ⏬ Checkout repo
1515
uses: actions/checkout@v4

.husky/commit-msg

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1 @@
1-
#!/usr/bin/env sh
2-
# shellcheck disable=SC1091
3-
# shellcheck source=./_/husky.sh
4-
. "$(dirname -- "$0")/_/husky.sh"
5-
61
npx --no -- commitlint --edit "$1"

.husky/pre-commit

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,3 @@
1-
#!/usr/bin/env sh
2-
# shellcheck disable=SC1091
3-
# shellcheck source=./_/husky.sh
4-
. "$(dirname -- "$0")/_/husky.sh"
5-
61
npx validate-branch-name
72
npm run scripts:check-commit-mail
83
npx --no -- lint-staged --config ./.lintstagedrc.js

docs/adr-xx-Template.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@
22

33
| | | |
44
| -------------- | ---------- | --- |
5-
| **Datum** | 2022-11-01 |
6-
| **Status** | |
7-
| **Beteiligte** | |
5+
| **Datum** | 2022-11-01 | |
6+
| **Status** | | |
7+
| **Beteiligte** | | |
88

99
## Entscheidung und Begründung
1010

docs/research-other-design-systems.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ We'd like to maintain a list of other design systems that might be interesting f
77
- Storybook
88
- [SBB / Lyne Components](https://github.com/lyne-design-system/lyne-components), Tech Stack:
99
- Web Components / ~StencilJS~ Lit
10-
- [Storybook](https://lyne-components-storybook.netlify.app/)
10+
- [Storybook](https://lyne-storybook.app.sbb.ch/)
1111
- [SBB / Websites](https://digital.sbb.ch/de/websites) & [SBB / Webapps](https://digital.sbb.ch/de/webapps)
1212
- [SBB Angular](https://angular.app.sbb.ch/angular/introduction/getting-started)
1313
- [SBB Angular GitHub](https://github.com/sbb-design-systems/sbb-angular)

output/angular/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,9 +16,9 @@
1616
"start": "ng serve"
1717
},
1818
"devDependencies": {
19-
"@angular-devkit/build-angular": "17.0.10",
20-
"@angular/common": "17.0.9",
21-
"ng-packagr": "17.0.3",
19+
"@angular-devkit/build-angular": "17.1.1",
20+
"@angular/common": "17.1.1",
21+
"ng-packagr": "17.1.2",
2222
"typescript": "^5.2.2"
2323
},
2424
"publishConfig": {

output/react/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
"tsc": "tsc -p . --sourceMap false"
2626
},
2727
"devDependencies": {
28-
"@axe-core/playwright": "^4.8.3",
28+
"@axe-core/playwright": "^4.8.4",
2929
"@playwright/experimental-ct-react": "1.41.1",
3030
"@types/react": "^18.2.48",
3131
"react": "^18.2.0",

output/vue/vue3/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434
"vue": "^3.4.15"
3535
},
3636
"devDependencies": {
37-
"@axe-core/playwright": "^4.8.3",
37+
"@axe-core/playwright": "^4.8.4",
3838
"@playwright/experimental-ct-vue": "1.41.1",
3939
"@vitejs/plugin-vue": "^5.0.3",
4040
"sass": "^1.70.0",

0 commit comments

Comments
 (0)