diff --git a/.github/dependabot.yml b/.github/dependabot.yml index a524c014161..65e24b973c7 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -55,6 +55,7 @@ updates: patterns: - "@angular*" - "@angular-devkit*" + - "ng-packagr" update-types: - "minor" - "patch" 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; 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)