From 0fd114264b2f621e3cbd860c121e03c9c4438c65 Mon Sep 17 00:00:00 2001 From: Maximilian Franzke <787658+mfranzke@users.noreply.github.com> Date: Thu, 18 Jan 2024 12:44:15 +0100 Subject: [PATCH 1/3] refactor: added another entry to angular group --- .github/dependabot.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 03607aeadd1..75f0c2c4472 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -55,6 +55,7 @@ updates: patterns: - "@angular*" - "@angular-devkit*" + - "ng-packagr" update-types: - "minor" - "patch" From 964bce8728c1cd42ffc34dc07e1456a326a6f7dc Mon Sep 17 00:00:00 2001 From: Nicolas Merget <104347736+nmerget@users.noreply.github.com> Date: Tue, 30 Jan 2024 09:40:40 +0100 Subject: [PATCH 2/3] fix: issue with update-playwright.js (#2151) --- .github/scripts/update-playwright.js | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/.github/scripts/update-playwright.js b/.github/scripts/update-playwright.js index e3f15b93462..4e66153823a 100644 --- a/.github/scripts/update-playwright.js +++ b/.github/scripts/update-playwright.js @@ -31,7 +31,7 @@ const updatePlaywright = () => { { from: `oldPlaywrightVersion = '${oldPlaywrightVersion}'`, to: `oldPlaywrightVersion = '${version}'`, - files: ['scripts/update-playwright.js'] + files: ['.github/scripts/update-playwright.js'] } ]; @@ -41,5 +41,4 @@ const updatePlaywright = () => { return 'Success'; }; - -updatePlaywright(); +export default updatePlaywright; From d97908e1399635d4b63804850fb1878cfee01b62 Mon Sep 17 00:00:00 2001 From: Lukas Spirig Date: Tue, 30 Jan 2024 12:11:49 +0100 Subject: [PATCH 3/3] docs: update SBB Storybook link --- docs/research-other-design-systems.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/research-other-design-systems.md b/docs/research-other-design-systems.md index abc9aed5b30..ee6a6f1af04 100644 --- a/docs/research-other-design-systems.md +++ b/docs/research-other-design-systems.md @@ -7,7 +7,7 @@ We'd like to maintain a list of other design systems that might be interesting f - Storybook - [SBB / Lyne Components](https://github.com/lyne-design-system/lyne-components), Tech Stack: - Web Components / ~StencilJS~ Lit - - [Storybook](https://lyne-components-storybook.netlify.app/) + - [Storybook](https://lyne-storybook.app.sbb.ch/) - [SBB / Websites](https://digital.sbb.ch/de/websites) & [SBB / Webapps](https://digital.sbb.ch/de/webapps) - [SBB Angular](https://angular.app.sbb.ch/angular/introduction/getting-started) - [SBB Angular GitHub](https://github.com/sbb-design-systems/sbb-angular)