This PR contains the following updates: | Package | Change | [Age](https://docs.renovatebot.com/merge-confidence/) | [Confidence](https://docs.renovatebot.com/merge-confidence/) | |---|---|---|---| | [@types/node](https://redirect.github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/node) ([source](https://redirect.github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node)) | [`22.19.1` -> `22.19.2`](https://renovatebot.com/diffs/npm/@types%2fnode/22.19.1/22.19.2) |  |  | | [@typescript-eslint/eslint-plugin](https://typescript-eslint.io/packages/eslint-plugin) ([source](https://redirect.github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin)) | [`8.48.1` -> `8.49.0`](https://renovatebot.com/diffs/npm/@typescript-eslint%2feslint-plugin/8.48.1/8.49.0) |  |  | | [@typescript-eslint/parser](https://typescript-eslint.io/packages/parser) ([source](https://redirect.github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser)) | [`8.48.1` -> `8.49.0`](https://renovatebot.com/diffs/npm/@typescript-eslint%2fparser/8.48.1/8.49.0) |  |  | | [caniuse-lite](https://redirect.github.com/browserslist/caniuse-lite) | [`1.0.30001759` -> `1.0.30001760`](https://renovatebot.com/diffs/npm/caniuse-lite/1.0.30001759/1.0.30001760) |  |  | | [sass-embedded](https://redirect.github.com/sass/embedded-host-node) | [`1.93.3` -> `1.95.1`](https://renovatebot.com/diffs/npm/sass-embedded/1.93.3/1.95.1) |  |  | | [vite](https://vite.dev) ([source](https://redirect.github.com/vitejs/vite/tree/HEAD/packages/vite)) | [`7.2.6` -> `7.2.7`](https://renovatebot.com/diffs/npm/vite/7.2.6/7.2.7) |  |  | | [vue-tsc](https://redirect.github.com/vuejs/language-tools) ([source](https://redirect.github.com/vuejs/language-tools/tree/HEAD/packages/tsc)) | [`3.1.6` -> `3.1.8`](https://renovatebot.com/diffs/npm/vue-tsc/3.1.6/3.1.8) |  |  | --- ### Release Notes <details> <summary>typescript-eslint/typescript-eslint (@​typescript-eslint/eslint-plugin)</summary> ### [`v8.49.0`](https://redirect.github.com/typescript-eslint/typescript-eslint/blob/HEAD/packages/eslint-plugin/CHANGELOG.md#8490-2025-12-08) [Compare Source](https://redirect.github.com/typescript-eslint/typescript-eslint/compare/v8.48.1...v8.49.0) ##### 🚀 Features - **eslint-plugin:** use `Intl.Segmenter` instead of `graphemer` ([#​11804](https://redirect.github.com/typescript-eslint/typescript-eslint/pull/11804)) ##### 🩹 Fixes - **deps:** update dependency prettier to v3.7.2 ([#​11820](https://redirect.github.com/typescript-eslint/typescript-eslint/pull/11820)) ##### ❤️ Thank You - Justin McBride - Kirk Waiblinger [@​kirkwaiblinger](https://redirect.github.com/kirkwaiblinger) You can read about our [versioning strategy](https://typescript-eslint.io/users/versioning) and [releases](https://typescript-eslint.io/users/releases) on our website. </details> <details> <summary>typescript-eslint/typescript-eslint (@​typescript-eslint/parser)</summary> ### [`v8.49.0`](https://redirect.github.com/typescript-eslint/typescript-eslint/blob/HEAD/packages/parser/CHANGELOG.md#8490-2025-12-08) [Compare Source](https://redirect.github.com/typescript-eslint/typescript-eslint/compare/v8.48.1...v8.49.0) This was a version bump only for parser to align it with other projects, there were no code changes. You can read about our [versioning strategy](https://typescript-eslint.io/users/versioning) and [releases](https://typescript-eslint.io/users/releases) on our website. </details> <details> <summary>browserslist/caniuse-lite (caniuse-lite)</summary> ### [`v1.0.30001760`](https://redirect.github.com/browserslist/caniuse-lite/compare/1.0.30001759...1.0.30001760) [Compare Source](https://redirect.github.com/browserslist/caniuse-lite/compare/1.0.30001759...1.0.30001760) </details> <details> <summary>sass/embedded-host-node (sass-embedded)</summary> ### [`v1.95.1`](https://redirect.github.com/sass/embedded-host-node/blob/HEAD/CHANGELOG.md#1951) [Compare Source](https://redirect.github.com/sass/embedded-host-node/compare/1.93.3...1.95.1) - No user-visible changes. </details> <details> <summary>vitejs/vite (vite)</summary> ### [`v7.2.7`](https://redirect.github.com/vitejs/vite/compare/v7.2.6...v7.2.7) [Compare Source](https://redirect.github.com/vitejs/vite/compare/v7.2.6...v7.2.7) </details> <details> <summary>vuejs/language-tools (vue-tsc)</summary> ### [`v3.1.8`](https://redirect.github.com/vuejs/language-tools/blob/HEAD/CHANGELOG.md#318-2025-12-09) [Compare Source](https://redirect.github.com/vuejs/language-tools/compare/v3.1.7...v3.1.8) ##### Features - feat(vscode): support multiline attribute for `<script>` and `<style>` tag ([#​5830](https://redirect.github.com/vuejs/language-tools/issues/5830)) - Thanks to [@​serkodev](https://redirect.github.com/serkodev)! - feat(vscode): supports format with selected range ([#​5761](https://redirect.github.com/vuejs/language-tools/issues/5761)) - Thanks to [@​serkodev](https://redirect.github.com/serkodev)! - feat(language-service): add tsconfig-based document link support for Pug ##### Bug Fixes - fix(language-core): limit the range of parseDiagnostics checks ([#​5823](https://redirect.github.com/vuejs/language-tools/issues/5823)) - fix(language-core): restore default import bindings for template scope ([#​5824](https://redirect.github.com/vuejs/language-tools/issues/5824)) - Thanks to [@​serkodev](https://redirect.github.com/serkodev)! - fix(typescript-plugin): get `preferences` and `formatOptions` in tsserver ([#​5829](https://redirect.github.com/vuejs/language-tools/issues/5829)) - fix(language-core): avoid generating component options within the setup scope ([#​5832](https://redirect.github.com/vuejs/language-tools/issues/5832)) ##### Other Changes - perf(language-core): dedupe component options generation ([#​5831](https://redirect.github.com/vuejs/language-tools/issues/5831)) ### [`v3.1.7`](https://redirect.github.com/vuejs/language-tools/compare/v3.1.6...20dcd47c0cb4ce30e2c5e3ef1986ce297c218a06) [Compare Source](https://redirect.github.com/vuejs/language-tools/compare/v3.1.6...v3.1.7) </details> --- ### Configuration 📅 **Schedule**: Branch creation - Between 12:00 AM and 03:59 AM ( * 0-3 * * * ) (UTC), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 👻 **Immortal**: This PR will be recreated if closed unmerged. Get [config help](https://redirect.github.com/renovatebot/renovate/discussions) if that's undesired. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR was generated by [Mend Renovate](https://mend.io/renovate/). View the [repository job log](https://developer.mend.io/github/go-vikunja/vikunja). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0Mi40Mi4yIiwidXBkYXRlZEluVmVyIjoiNDIuNDIuMiIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOlsiZGVwZW5kZW5jaWVzIl19--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Vikunja
The Todo-app to organize your life.
If Vikunja is useful to you, please consider buying me a coffee, sponsoring me on GitHub or buying a sticker pack. I'm also offering a hosted version of Vikunja if you want a hassle-free solution for yourself or your team.
Table of contents
Security Reports
If you find any security-related issues you don't want to disclose publicly, please use the contact information on our website.
Features
See the features page on our website for a more exhaustive list or try it on try.vikunja.io!
Docs
All docs can be found on the Vikunja home page.
Roadmap
See the roadmap (hosted on Vikunja!) for more!
Contributing
Please check out the contribution guidelines on the website.
License
Most of this repository is licensed under AGPL‑3.0‑or‑later.
The contents of desktop/ are licensed under
GPL‑3.0‑or‑later.
Unsplash Images
Background images from Unsplash are distributed under the Unsplash License. The license requires giving credit to the photographer and Unsplash. See Unsplash’s terms for more information.