Loading
Commits on Source 10
-
Sascha Eggenberger authored
The `stylus` package has been pulled from the package registry due to some security issue, which is [disputed][1]. This was causing install failures, since the package tarball was 404ing. We only transitively depend on `stylus` via `rollup-plugin-vue/@vue/component-compiler`, which is an [optional][2] dependency, let's avoid installing it entirely using `@gitlab/noop`. [1]: https://github.com/stylus/stylus/issues/2938 [2]: https://github.com/vuejs/vue-component-compiler/blob/1103c3affb31f009399f351bb3d72535ea757f26/package.json#L59
-
Jannik Lehmann authored
chore: Fix stylus dependency See merge request !215
-
Sascha Eggenberger authored
Removes the icon in front of Duo questions as the questions are already formed as a question with a questionmark and the icon duplicates it. Changelog: changed
-
Vanessa Otto authored
- Add prettier-plugin-tailwindcss to Prettier configuration - Run Prettier across codebase to automatically sort CSS classes
-
🤖 GitLab Bot 🤖 authored
-
Jannik Lehmann authored
style: enable prettier-plugin-tailwindcss and sort all Tailwind classes See merge request !217
-
-
Elwyn Benson authored
docs: enhancing downstream pipeline docs See merge request !216
-
Thomas Hutterer authored
Duo questions: Remove question icon See merge request !213
-
semantic-release-bot authored
## [10.12.1](v10.12.0...v10.12.1) (2025-07-24) ### Bug Fixes * Remove question icon from DuoChatPredefinedPrompts ([8e551887](8e551887))