[PR #884] [CLOSED] Fix/sass add missing list import #2955

Closed
opened 2026-03-22 14:25:58 -05:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/go-vikunja/vikunja/pull/884
Author: @dpschen
Created: 6/6/2025
Status: Closed

Base: fix/sass-add-missing-list-importHead: fix/sass-add-missing-list-import


📝 Commits (10+)

  • 3ca7a16 chore(deps): update dev-dependencies to v8.30.1 (#672)
  • 18add2a fix(deps): update module github.com/yuin/goldmark to v1.7.9 (#671)
  • ce36c7c fix(deps): update module github.com/go-ldap/ldap/v3 to v3.4.11 (#670)
  • 59e2d7e feat: remove cypress install v2 (#664)
  • 43c80a6 feat: remove dedicated test build and preview script (#661)
  • 2d26f95 fix(deps): update module github.com/yuin/goldmark to v1.7.10 (#674)
  • 9f8f290 Fixes typo in config comment: wheter --> whether (#673)
  • fda6c6e chore(deps): update dev-dependencies (#676)
  • cb5c981 fix(deps): update module github.com/mattn/go-sqlite3 to v1.14.28 (#675)
  • d48fa94 fix(deps): update dependency @sentry/vue to v9.13.0 (#450)

📊 Changes

582 files changed (+46835 additions, -48535 deletions)

View changed files

📝 .dockerignore (+3 -0)
.drone.yml (+0 -1405)
📝 .editorconfig (+2 -2)
📝 .github/ISSUE_TEMPLATE/bug-report.yml (+2 -2)
.github/actions/setup-frontend/action.yml (+18 -0)
.github/workflows/ci.yml (+26 -0)
.github/workflows/crowdin.yml (+60 -0)
.github/workflows/lockdown.yml (+0 -23)
.github/workflows/release.yml (+298 -0)
.github/workflows/test.yml (+341 -0)
📝 .golangci.yml (+148 -109)
📝 .vscode/extensions.json (+0 -1)
📝 .vscode/settings.json (+1 -1)
📝 CHANGELOG.md (+24 -0)
📝 Dockerfile (+12 -9)
📝 README.md (+2 -2)
📝 cliff.toml (+1 -1)
📝 config-raw.json (+114 -5)
contrib/clean-translations.js (+124 -0)
crowdin.yml (+21 -0)

...and 80 more files

📄 Description

No description provided


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/go-vikunja/vikunja/pull/884 **Author:** [@dpschen](https://github.com/dpschen) **Created:** 6/6/2025 **Status:** ❌ Closed **Base:** `fix/sass-add-missing-list-import` ← **Head:** `fix/sass-add-missing-list-import` --- ### 📝 Commits (10+) - [`3ca7a16`](https://github.com/go-vikunja/vikunja/commit/3ca7a16dab1dd6a0bdb301b1248bdaad919bd165) chore(deps): update dev-dependencies to v8.30.1 (#672) - [`18add2a`](https://github.com/go-vikunja/vikunja/commit/18add2a15ef31af87f6d5d5d5dd7e9959e801d92) fix(deps): update module github.com/yuin/goldmark to v1.7.9 (#671) - [`ce36c7c`](https://github.com/go-vikunja/vikunja/commit/ce36c7c176284f1bd57cc996daa0d653d4a2c417) fix(deps): update module github.com/go-ldap/ldap/v3 to v3.4.11 (#670) - [`59e2d7e`](https://github.com/go-vikunja/vikunja/commit/59e2d7e650440359179ecbe7dd9df58bdcfea4b3) feat: remove cypress install v2 (#664) - [`43c80a6`](https://github.com/go-vikunja/vikunja/commit/43c80a6b9971a4a90c85af55cb0b289c98304611) feat: remove dedicated test build and preview script (#661) - [`2d26f95`](https://github.com/go-vikunja/vikunja/commit/2d26f95ad5487a51f62a06b382790b8296a480de) fix(deps): update module github.com/yuin/goldmark to v1.7.10 (#674) - [`9f8f290`](https://github.com/go-vikunja/vikunja/commit/9f8f290858a322bb62077fdd8b598323ae50bf79) Fixes typo in config comment: wheter --> whether (#673) - [`fda6c6e`](https://github.com/go-vikunja/vikunja/commit/fda6c6ef3b1754a655abf12e2596adf079245d00) chore(deps): update dev-dependencies (#676) - [`cb5c981`](https://github.com/go-vikunja/vikunja/commit/cb5c98147ae990336a1ad02eece140442c08c802) fix(deps): update module github.com/mattn/go-sqlite3 to v1.14.28 (#675) - [`d48fa94`](https://github.com/go-vikunja/vikunja/commit/d48fa94bff7f2d608a90297f181c8938dbd4542c) fix(deps): update dependency @sentry/vue to v9.13.0 (#450) ### 📊 Changes **582 files changed** (+46835 additions, -48535 deletions) <details> <summary>View changed files</summary> 📝 `.dockerignore` (+3 -0) ➖ `.drone.yml` (+0 -1405) 📝 `.editorconfig` (+2 -2) 📝 `.github/ISSUE_TEMPLATE/bug-report.yml` (+2 -2) ➕ `.github/actions/setup-frontend/action.yml` (+18 -0) ➕ `.github/workflows/ci.yml` (+26 -0) ➕ `.github/workflows/crowdin.yml` (+60 -0) ➖ `.github/workflows/lockdown.yml` (+0 -23) ➕ `.github/workflows/release.yml` (+298 -0) ➕ `.github/workflows/test.yml` (+341 -0) 📝 `.golangci.yml` (+148 -109) 📝 `.vscode/extensions.json` (+0 -1) 📝 `.vscode/settings.json` (+1 -1) 📝 `CHANGELOG.md` (+24 -0) 📝 `Dockerfile` (+12 -9) 📝 `README.md` (+2 -2) 📝 `cliff.toml` (+1 -1) 📝 `config-raw.json` (+114 -5) ➕ `contrib/clean-translations.js` (+124 -0) ➕ `crowdin.yml` (+21 -0) _...and 80 more files_ </details> ### 📄 Description _No description provided_ --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
GiteaMirror added the pull-request label 2026-03-22 14:25:58 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/vikunja#2955