mirror of
https://github.com/go-vikunja/vikunja.git
synced 2026-02-01 22:47:40 +00:00
This PR contains the following updates: | Package | Change | Age | Confidence | |---|---|---|---| | [@vueuse/shared](https://redirect.github.com/vueuse/vueuse/tree/main/packages/shared#readme) ([source](https://redirect.github.com/vueuse/vueuse/tree/HEAD/packages/shared)) | [`14.0.0` -> `14.1.0`](https://renovatebot.com/diffs/npm/@vueuse%2fshared/14.0.0/14.1.0) | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/) | | [electron](https://redirect.github.com/electron/electron) | [`37.10.2` -> `37.10.3`](https://renovatebot.com/diffs/npm/electron/37.10.2/37.10.3) | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/) | | [eslint-plugin-vue](https://eslint.vuejs.org) ([source](https://redirect.github.com/vuejs/eslint-plugin-vue)) | [`10.6.0` -> `10.6.2`](https://renovatebot.com/diffs/npm/eslint-plugin-vue/10.6.0/10.6.2) | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/) | | [happy-dom](https://redirect.github.com/capricorn86/happy-dom) | [`20.0.10` -> `20.0.11`](https://renovatebot.com/diffs/npm/happy-dom/20.0.10/20.0.11) | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/) | | [stylelint](https://stylelint.io) ([source](https://redirect.github.com/stylelint/stylelint)) | [`16.26.0` -> `16.26.1`](https://renovatebot.com/diffs/npm/stylelint/16.26.0/16.26.1) | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/) | | [vite-plugin-pwa](https://redirect.github.com/vite-pwa/vite-plugin-pwa) | [`1.1.0` -> `1.2.0`](https://renovatebot.com/diffs/npm/vite-plugin-pwa/1.1.0/1.2.0) | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/) | --- ### Release Notes <details> <summary>vueuse/vueuse (@​vueuse/shared)</summary> ### [`v14.1.0`](https://redirect.github.com/vueuse/vueuse/releases/tag/v14.1.0) [Compare Source](https://redirect.github.com/vueuse/vueuse/compare/v14.0.0...v14.1.0) ##### 🚀 Features - **useDropZone**: Add checkValidity function - by [@​kolaente](https://redirect.github.com/kolaente) in [#​5169](https://redirect.github.com/vueuse/vueuse/issues/5169) [<samp>(aee84)</samp>](https://redirect.github.com/vueuse/vueuse/commit/aee846cb) - **useElementVisibility**: Add `initialValue` option - by [@​kricsleo](https://redirect.github.com/kricsleo) and [@​9romise](https://redirect.github.com/9romise) in [#​5159](https://redirect.github.com/vueuse/vueuse/issues/5159) [<samp>(13f36)</samp>](https://redirect.github.com/vueuse/vueuse/commit/13f361fa) - **useMouseInElement**: Add support for tracking inline-level elements - by [@​siavava](https://redirect.github.com/siavava) and [@​9romise](https://redirect.github.com/9romise) in [#​5049](https://redirect.github.com/vueuse/vueuse/issues/5049) [<samp>(62dfb)</samp>](https://redirect.github.com/vueuse/vueuse/commit/62dfb80a) - **useTimeAgoIntl**: Custom units - by [@​Menci](https://redirect.github.com/Menci) in [#​5188](https://redirect.github.com/vueuse/vueuse/issues/5188) [<samp>(c7d09)</samp>](https://redirect.github.com/vueuse/vueuse/commit/c7d09ef4) - **useWebSocket**: `autoConnect.delay` support function - by [@​YuchenWell](https://redirect.github.com/YuchenWell), **Anthony Fu** and [@​9romise](https://redirect.github.com/9romise) in [#​5089](https://redirect.github.com/vueuse/vueuse/issues/5089) [<samp>(176f2)</samp>](https://redirect.github.com/vueuse/vueuse/commit/176f2515) ##### 🐞 Bug Fixes - Typescript type of `isIOS` constant - by [@​toofishes](https://redirect.github.com/toofishes) in [#​5163](https://redirect.github.com/vueuse/vueuse/issues/5163) [<samp>(60888)</samp>](https://redirect.github.com/vueuse/vueuse/commit/60888d43) - **computedWithControl**: Allow different types in watch sources array - by [@​kricsleo](https://redirect.github.com/kricsleo) in [#​5184](https://redirect.github.com/vueuse/vueuse/issues/5184) [<samp>(bc4ac)</samp>](https://redirect.github.com/vueuse/vueuse/commit/bc4aca90) - **types**: Allow async functions in useDebounceFn and useThrottleFn - by [@​xiaoxiaohuayu](https://redirect.github.com/xiaoxiaohuayu) in [#​5131](https://redirect.github.com/vueuse/vueuse/issues/5131) [<samp>(7fb7a)</samp>](https://redirect.github.com/vueuse/vueuse/commit/7fb7a05a) - **types**: Deprecate embeded `ResizeObserverSize` types - by [@​9romise](https://redirect.github.com/9romise) in [#​5127](https://redirect.github.com/vueuse/vueuse/issues/5127) [<samp>(d7a07)</samp>](https://redirect.github.com/vueuse/vueuse/commit/d7a07010) - **useArrayReduce**: Export `UseArrayReduceReturn` type - by [@​michaelcozzolino](https://redirect.github.com/michaelcozzolino) in [#​5177](https://redirect.github.com/vueuse/vueuse/issues/5177) [<samp>(e1204)</samp>](https://redirect.github.com/vueuse/vueuse/commit/e1204722) - **useAsyncQueue**: Trigger onFinished when the last task is rejected - by [@​keeplearning66](https://redirect.github.com/keeplearning66) and [@​9romise](https://redirect.github.com/9romise) in [#​5144](https://redirect.github.com/vueuse/vueuse/issues/5144) [<samp>(c4a46)</samp>](https://redirect.github.com/vueuse/vueuse/commit/c4a46025) - **useClipboard**: Add readonly attribute to textarea fallback to support Safari 15 - by [@​huajianjiu](https://redirect.github.com/huajianjiu) in [#​5179](https://redirect.github.com/vueuse/vueuse/issues/5179) [<samp>(ef0c4)</samp>](https://redirect.github.com/vueuse/vueuse/commit/ef0c4f82) - **useInfiniteScroll**: Make canLoadMore reactive - by [@​nhquyss](https://redirect.github.com/nhquyss) in [#​5110](https://redirect.github.com/vueuse/vueuse/issues/5110) [<samp>(3dc2d)</samp>](https://redirect.github.com/vueuse/vueuse/commit/3dc2d831) - **useMagicKeys**: Handle empty key events to prevent errors - by [@​babu-ch](https://redirect.github.com/babu-ch) and [@​9romise](https://redirect.github.com/9romise) in [#​5149](https://redirect.github.com/vueuse/vueuse/issues/5149) [<samp>(f8aec)</samp>](https://redirect.github.com/vueuse/vueuse/commit/f8aecd82) - **useScroll**: Use configurable window's `getComputedStyle` - by [@​9romise](https://redirect.github.com/9romise) in [#​5150](https://redirect.github.com/vueuse/vueuse/issues/5150) [<samp>(f74a6)</samp>](https://redirect.github.com/vueuse/vueuse/commit/f74a68d4) - **useSpeechRecognition**: Catch the error while calling method start - by [@​ben-lau](https://redirect.github.com/ben-lau), **liubaobin** and [@​9romise](https://redirect.github.com/9romise) in [#​5142](https://redirect.github.com/vueuse/vueuse/issues/5142) [<samp>(94f1e)</samp>](https://redirect.github.com/vueuse/vueuse/commit/94f1e9e7) - **useTimeout**: Fix type typo - by [@​keeplearning66](https://redirect.github.com/keeplearning66), **Robin** and **Anthony Fu** in [#​5147](https://redirect.github.com/vueuse/vueuse/issues/5147) [<samp>(31e5c)</samp>](https://redirect.github.com/vueuse/vueuse/commit/31e5cb0c) ##### [View changes on GitHub](https://redirect.github.com/vueuse/vueuse/compare/v14.0.0...v14.1.0) </details> <details> <summary>electron/electron (electron)</summary> ### [`v37.10.3`](https://redirect.github.com/electron/electron/releases/tag/v37.10.3): electron v37.10.3 [Compare Source](https://redirect.github.com/electron/electron/compare/v37.10.2...v37.10.3) ### Release Notes for v37.10.3 #### Fixes - Fixed an issue where `systemPreferences.getAccentColor` inverted the color. [#​49067](https://redirect.github.com/electron/electron/pull/49067) <span style="font-size:small;">(Also in [39](https://redirect.github.com/electron/electron/pull/48624))</span> </details> <details> <summary>vuejs/eslint-plugin-vue (eslint-plugin-vue)</summary> ### [`v10.6.2`](https://redirect.github.com/vuejs/eslint-plugin-vue/blob/HEAD/CHANGELOG.md#1062) [Compare Source](https://redirect.github.com/vuejs/eslint-plugin-vue/compare/v10.6.1...v10.6.2) ##### Patch Changes - Fixed false positives in non-intersecting conditions in [`vue/no-duplicate-class-names`](https://eslint.vuejs.org/rules/no-duplicate-class-names.html) and correctly detect duplicates in combining expressions ([#​2980](https://redirect.github.com/vuejs/eslint-plugin-vue/pull/2980)) - Fixed false positives for `TSImportType` in [`vue/script-indent`](https://eslint.vuejs.org/rules/script-indent.html) rule ([#​2969](https://redirect.github.com/vuejs/eslint-plugin-vue/pull/2969)) - Improved performance and type safety in [`vue/prefer-use-template-ref`](https://eslint.vuejs.org/rules/prefer-use-template-ref.html) ([#​2982](https://redirect.github.com/vuejs/eslint-plugin-vue/pull/2982)) ### [`v10.6.1`](https://redirect.github.com/vuejs/eslint-plugin-vue/blob/HEAD/CHANGELOG.md#1061) [Compare Source](https://redirect.github.com/vuejs/eslint-plugin-vue/compare/v10.6.0...v10.6.1) ##### Patch Changes - Fixed false positives for comments outside `<template>` in [vue/no-multiple-template-root](https://eslint.vuejs.org/rules/no-multiple-template-root.html) rule ([#​2964](https://redirect.github.com/vuejs/eslint-plugin-vue/pull/2964)) </details> <details> <summary>capricorn86/happy-dom (happy-dom)</summary> ### [`v20.0.11`](https://redirect.github.com/capricorn86/happy-dom/compare/v20.0.10...b435ce751aa2a105398c4c27cc6b086f93d7f7bd) [Compare Source](https://redirect.github.com/capricorn86/happy-dom/compare/v20.0.10...v20.0.11) </details> <details> <summary>stylelint/stylelint (stylelint)</summary> ### [`v16.26.1`](https://redirect.github.com/stylelint/stylelint/blob/HEAD/CHANGELOG.md#16261---2025-11-28) [Compare Source](https://redirect.github.com/stylelint/stylelint/compare/16.26.0...16.26.1) It fixes numerous false positive bugs, including many in the `declaration-property-value-no-unknown` rule for the latest CSS specifications. - Fixed: `*-no-unknown` false positives for latest specs by integrating `@csstools/css-syntax-patches-for-csstree` ([#​8850](https://redirect.github.com/stylelint/stylelint/pull/8850)) ([@​romainmenke](https://redirect.github.com/romainmenke)). - Fixed: `at-rule-no-unknown` false positives for `@function` ([#​8851](https://redirect.github.com/stylelint/stylelint/pull/8851)) ([@​jeddy3](https://redirect.github.com/jeddy3)). - Fixed: `declaration-property-value-no-unknown` false positives for `attr()`, `if()` and custom functions ([#​8853](https://redirect.github.com/stylelint/stylelint/pull/8853)) ([@​jeddy3](https://redirect.github.com/jeddy3)). - Fixed: `function-url-quotes` false positives when URLs require quoting ([#​8804](https://redirect.github.com/stylelint/stylelint/pull/8804)) ([@​taearls](https://redirect.github.com/taearls)). - Fixed: `selector-pseudo-element-no-unknown` false positives for `::scroll-button()` ([#​8856](https://redirect.github.com/stylelint/stylelint/pull/8856)) ([@​Mouvedia](https://redirect.github.com/Mouvedia)). </details> <details> <summary>vite-pwa/vite-plugin-pwa (vite-plugin-pwa)</summary> ### [`v1.2.0`](https://redirect.github.com/vite-pwa/vite-plugin-pwa/releases/tag/v1.2.0) [Compare Source](https://redirect.github.com/vite-pwa/vite-plugin-pwa/compare/v1.1.0...v1.2.0) *No significant changes* ##### [View changes on GitHub](https://redirect.github.com/vite-pwa/vite-plugin-pwa/compare/v1.1.0...v1.2.0) </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:eyJjcmVhdGVkSW5WZXIiOiI0Mi4xOS45IiwidXBkYXRlZEluVmVyIjoiNDIuMTkuOSIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOlsiZGVwZW5kZW5jaWVzIl19--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
68 lines
1.4 KiB
JSON
68 lines
1.4 KiB
JSON
{
|
|
"name": "vikunja-desktop",
|
|
"version": "v0.1.0",
|
|
"description": "Vikunja's frontend as a standalone desktop application.",
|
|
"main": "main.js",
|
|
"repository": "https://code.vikunja.io/desktop",
|
|
"license": "GPL-3.0-or-later",
|
|
"packageManager": "pnpm@10.24.0",
|
|
"author": {
|
|
"email": "maintainers@vikunja.io",
|
|
"name": "Vikunja Team"
|
|
},
|
|
"homepage": "https://vikunja.io",
|
|
"scripts": {
|
|
"start": "electron .",
|
|
"pack": "electron-builder --dir",
|
|
"dist": "electron-builder --publish never"
|
|
},
|
|
"build": {
|
|
"appId": "io.vikunja.desktop",
|
|
"productName": "Vikunja Desktop",
|
|
"artifactName": "${productName}-${version}.${ext}",
|
|
"icon": "build/icon.icns",
|
|
"linux": {
|
|
"target": [
|
|
"deb",
|
|
"AppImage",
|
|
"snap",
|
|
"pacman",
|
|
"apk",
|
|
"freebsd",
|
|
"rpm",
|
|
"zip",
|
|
"tar.gz"
|
|
],
|
|
"category": "Productivity"
|
|
},
|
|
"win": {
|
|
"target": [
|
|
"nsis",
|
|
"portable",
|
|
"msi",
|
|
"zip"
|
|
]
|
|
},
|
|
"mac": {
|
|
"category": "public.app-category.productivity",
|
|
"target": [
|
|
"dmg",
|
|
"zip"
|
|
]
|
|
}
|
|
},
|
|
"devDependencies": {
|
|
"electron": "37.10.3",
|
|
"electron-builder": "26.0.12",
|
|
"unzipper": "0.12.3"
|
|
},
|
|
"dependencies": {
|
|
"express": "5.1.0"
|
|
},
|
|
"pnpm": {
|
|
"onlyBuiltDependencies": [
|
|
"electron"
|
|
]
|
|
}
|
|
}
|