renovate
|
7672676b6e
|
chore(deps): update pnpm to v7.29.0
|
2023-03-06 07:30:39 +00:00 |
|
renovate
|
51b33fd67e
|
chore(deps): update dependency caniuse-lite to v1.0.30001460
|
2023-03-06 07:30:06 +00:00 |
|
renovate
|
0ed3ebda94
|
chore(deps): update dependency netlify-cli to v13.0.1
|
2023-03-06 00:06:16 +00:00 |
|
kolaente
|
9f14466dfa
|
fix: lint
|
2023-03-05 22:24:29 +01:00 |
|
renovate
|
4a82f3be3c
|
fix(deps): update src.techknowlogick.com/xgo digest to 44f7e66
|
2023-03-05 20:31:58 +00:00 |
|
renovate
|
a39b3aeb06
|
fix(deps): update github.com/vectordotdev/go-datemath digest to f3954d0
|
2023-03-05 19:01:25 +00:00 |
|
kolaente
|
b4c215f4dd
|
chore(deps): remove fsnotify replacement
|
2023-03-05 19:13:19 +01:00 |
|
renovate
|
f0a8516926
|
chore(deps): update github.com/kolaente/caldav-go digest to 2a4eb8b
|
2023-03-05 18:01:29 +00:00 |
|
kolaente
|
077baba2ea
|
fix: lint
|
2023-03-05 14:34:34 +01:00 |
|
kolaente
|
066c26f83e
|
fix(caldav): make sure only labels where the user has permission to use them are used
Follow-up for a62b57ac6283a0d0a3b00e482bf7ae59f97c2748
|
2023-03-05 14:03:09 +01:00 |
|
renovate
|
eda5135b3c
|
fix(deps): update module golang.org/x/image to v0.6.0
|
2023-03-05 09:01:16 +00:00 |
|
renovate
|
906c9fc06b
|
fix(deps): update module golang.org/x/oauth2 to v0.6.0
|
2023-03-05 08:01:23 +00:00 |
|
renovate
|
e37dbb1648
|
fix(deps): update module golang.org/x/crypto to v0.7.0
|
2023-03-05 07:28:11 +00:00 |
|
renovate
|
cd13f86e0d
|
fix(deps): update module golang.org/x/term to v0.6.0
|
2023-03-05 02:01:25 +00:00 |
|
danstewart
|
7b6f76d1b4
|
fix: stop revealing elements on hover if hover is not supported (#3191)
Resolves #3162
Co-authored-by: Dan Stewart <git@mail.danstewart.dev>
Reviewed-on: https://kolaente.dev/vikunja/frontend/pulls/3191
Reviewed-by: konrad <k@knt.li>
Co-authored-by: danstewart <danstewart@noreply.kolaente.de>
Co-committed-by: danstewart <danstewart@noreply.kolaente.de>
|
2023-03-04 16:13:31 +00:00 |
|
renovate
|
7ad754dd3b
|
fix(deps): update module golang.org/x/sys to v0.6.0
|
2023-03-04 16:01:23 +00:00 |
|
renovate
|
ad0029789d
|
chore(deps): update dependency esbuild to v0.17.11
|
2023-03-03 23:04:25 +00:00 |
|
renovate
|
e13f57c30a
|
chore(deps): update dependency @types/node to v18.14.6
|
2023-03-03 22:04:16 +00:00 |
|
renovate
|
5e4450cbe6
|
chore(deps): update dependency electron to v23.1.2 (#140)
This PR contains the following updates:
| Package | Type | Update | Change |
|---|---|---|---|
| [electron](https://github.com/electron/electron) | devDependencies | patch | [`23.1.1` -> `23.1.2`](https://renovatebot.com/diffs/npm/electron/23.1.1/23.1.2) |
---
### Release Notes
<details>
<summary>electron/electron</summary>
### [`v23.1.2`](https://github.com/electron/electron/releases/tag/v23.1.2)
[Compare Source](https://github.com/electron/electron/compare/v23.1.1...v23.1.2)
### Release Notes for v23.1.2
#### Fixes
- Fixed `destroyed` event not emitted on `close` for `BrowserView.webContents`. [#​37451](https://github.com/electron/electron/pull/37451) <span style="font-size:small;">(Also in [24](https://github.com/electron/electron/pull/37450))</span>
- Fixed an incorrect result returned when using secure as a cookies filter. [#​37248](https://github.com/electron/electron/pull/37248) <span style="font-size:small;">(Also in [22](https://github.com/electron/electron/pull/37247), [24](https://github.com/electron/electron/pull/37246))</span>
- Fixed an issue where `minWidth`/`minHeight` and `maxWidth`/`maxHeight` would not be enforced if the user set an `aspectRatio` on macOS. [#​37457](https://github.com/electron/electron/pull/37457) <span style="font-size:small;">(Also in [22](https://github.com/electron/electron/pull/37458), [24](https://github.com/electron/electron/pull/37456))</span>
- Fixed an issue where passing both `hasReply` and `actions` to a main process Notification on macOS resulted in the first action being obscured and unavailable. [#​37448](https://github.com/electron/electron/pull/37448) <span style="font-size:small;">(Also in [22](https://github.com/electron/electron/pull/37447), [24](https://github.com/electron/electron/pull/37449))</span>
- Fixed draggable regions not working in Mac App Store builds. [#​37473](https://github.com/electron/electron/pull/37473) <span style="font-size:small;">(Also in [24](https://github.com/electron/electron/pull/37474))</span>
- Fixed right-click events not being delivered in frameless window draggable regions. [#​37394](https://github.com/electron/electron/pull/37394) <span style="font-size:small;">(Also in [24](https://github.com/electron/electron/pull/37395))</span>
#### Other Changes
- Improved error messages for `contents.takeHeapSnapshot`. [#​37460](https://github.com/electron/electron/pull/37460) <span style="font-size:small;">(Also in [22](https://github.com/electron/electron/pull/37459), [24](https://github.com/electron/electron/pull/37461))</span>
- Updated Chromium to 110.0.5481.177. [#​37389](https://github.com/electron/electron/pull/37389)
</details>
---
### Configuration
📅 **Schedule**: Branch creation - At any time (no schedule defined), 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.
🔕 **Ignore**: Close this PR and you won't be reminded about this update again.
---
- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, click this checkbox.
---
This PR has been generated by [Renovate Bot](https://github.com/renovatebot/renovate).
<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzMi4yNDAuMiIsInVwZGF0ZWRJblZlciI6IjMyLjI0MC4yIn0=-->
Reviewed-on: https://kolaente.dev/vikunja/desktop/pulls/140
Co-authored-by: renovate <renovatebot@kolaente.de>
Co-committed-by: renovate <renovatebot@kolaente.de>
|
2023-03-03 16:36:19 +00:00 |
|
WofWca
|
6a3518dace
|
chore(refactor): improve stores/config types (#3190)
Reviewed-on: https://kolaente.dev/vikunja/frontend/pulls/3190
Reviewed-by: konrad <k@knt.li>
Co-authored-by: WofWca <wofwca@protonmail.com>
Co-committed-by: WofWca <wofwca@protonmail.com>
|
2023-03-03 14:36:59 +00:00 |
|
renovate
|
f1ec554d09
|
chore(deps): update dependency @types/node to v18.14.5
|
2023-03-03 06:04:12 +00:00 |
|
WofWca
|
6aa02e29b1
|
chore(services): let getAll : always return Model[]
|
2023-03-02 16:44:01 +01:00 |
|
WofWca
|
5f9485414b
|
chore(services): add examples for some functions
|
2023-03-02 16:43:46 +01:00 |
|
WofWca
|
149ceaf2e5
|
fix(quick-actions): nothing happening on team click (#3186)
Reviewed-on: https://kolaente.dev/vikunja/frontend/pulls/3186
Reviewed-by: konrad <k@knt.li>
Co-authored-by: WofWca <wofwca@protonmail.com>
Co-committed-by: WofWca <wofwca@protonmail.com>
|
2023-03-02 15:28:43 +00:00 |
|
cernst
|
a62b57ac62
|
feat(caldav): import caldav categories as Labels (#1413)
Resolves #1274
Co-authored-by: ce72 <christoph.ernst72@googlemail.com>
Reviewed-on: https://kolaente.dev/vikunja/api/pulls/1413
Reviewed-by: konrad <k@knt.li>
Co-authored-by: cernst <ce72@noreply.kolaente.de>
Co-committed-by: cernst <ce72@noreply.kolaente.de>
|
2023-03-02 15:25:26 +00:00 |
|
renovate
|
9b3e185dd4
|
chore(deps): update dependency @types/node to v18.14.4
|
2023-03-02 09:04:10 +00:00 |
|
renovate
|
779fe3e323
|
fix(deps): update sentry-javascript monorepo to v7.40.0
|
2023-03-02 08:02:54 +00:00 |
|
renovate
|
a27b77f24e
|
fix(deps): update dependency dompurify to v3.0.1
|
2023-03-02 08:02:13 +00:00 |
|
renovate
|
41f22a1035
|
chore(deps): update dependency rollup to v3.18.0
|
2023-03-01 23:04:23 +00:00 |
|
kolaente
|
534d04a1db
|
fix(task): correctly load tasks by id and uuid in caldav
Partially reverts 1afc72e1906c02b093bb6d9748235b93ab0eb181
|
2023-03-01 22:18:59 +01:00 |
|
renovate
|
28d01c5ba0
|
chore(deps): update dependency vitest to v0.29.2
|
2023-03-01 19:04:08 +00:00 |
|
kolaente
|
e8c85562b1
|
fix(docs): clarify support for caldav reccurrence
|
2023-03-01 11:05:35 +01:00 |
|
Frederick [Bot]
|
e272dd8e64
|
[skip ci] Updated translations via Crowdin
|
2023-03-01 00:06:13 +00:00 |
|
kolaente
|
c002275e7f
|
fix(table view): correctly load sort order from local storage
Resolves https://community.vikunja.io/t/table-view-sort-by-due-date-doesnt-persist-after-page-refresh/1198
|
2023-02-28 11:56:05 +01:00 |
|
cernst
|
1afc72e190
|
fix: Make sure labels are always exported as caldav (#1412)
Authored-by: ce72 <christoph.ernst72@googlemail.com>
Reviewed-on: https://kolaente.dev/vikunja/api/pulls/1412
Reviewed-by: konrad <k@knt.li>
Co-authored-by: cernst <ce72@noreply.kolaente.de>
Co-committed-by: cernst <ce72@noreply.kolaente.de>
|
2023-02-28 10:42:57 +00:00 |
|
renovate
|
1392d7f101
|
fix(deps): update dependency ufo to v1.1.1
|
2023-02-27 21:43:42 +00:00 |
|
renovate
|
e5758e21c7
|
chore(deps): update typescript-eslint monorepo to v5.54.0
|
2023-02-27 18:04:10 +00:00 |
|
Dominik Pschenitschni
|
e0f06999be
|
feat: improve recommended vscode settings
|
2023-02-27 16:52:48 +01:00 |
|
renovate
|
3b72acff27
|
fix(deps): update sentry-javascript monorepo to v7.39.0
|
2023-02-27 15:49:34 +00:00 |
|
renovate
|
df1c44aabe
|
chore(deps): update dependency @types/node to v18.14.2
|
2023-02-27 15:04:16 +00:00 |
|
kolaente
|
fe764a46e9
|
fix(task): allow clicking on the whole task to open the task detail view
Resolves #3172
|
2023-02-27 16:00:08 +01:00 |
|
renovate
|
000e3080a5
|
chore(deps): update dependency start-server-and-test to v2
|
2023-02-27 13:05:45 +00:00 |
|
cernst
|
53197b85e3
|
feat(caldav): Export Labels to Caldav (#1409)
Partially resolves https://kolaente.dev/vikunja/api/issues/1274
Co-authored-by: ce72 <christoph.ernst72@googlemail.com>
Reviewed-on: https://kolaente.dev/vikunja/api/pulls/1409
Reviewed-by: konrad <k@knt.li>
Co-authored-by: cernst <ce72@noreply.kolaente.de>
Co-committed-by: cernst <ce72@noreply.kolaente.de>
|
2023-02-27 11:22:42 +00:00 |
|
renovate
|
f4c568e961
|
chore(deps): update dependency start-server-and-test to v1.15.5
|
2023-02-27 08:55:40 +00:00 |
|
renovate
|
ef70ead3f0
|
chore(deps): update dependency caniuse-lite to v1.0.30001458
|
2023-02-27 08:55:03 +00:00 |
|
renovate
|
7a326d6e03
|
chore(deps): update dependency happy-dom to v8.9.0
|
2023-02-27 08:54:32 +00:00 |
|
renovate
|
afb6383a85
|
chore(deps): update dependency netlify-cli to v13
|
2023-02-27 01:06:23 +00:00 |
|
renovate
|
d47535b831
|
fix(deps): update github.com/gocarina/gocsv digest to 70c27cb
|
2023-02-26 14:01:15 +00:00 |
|
renovate
|
e49969dcad
|
chore(deps): update dependency rollup to v3.17.3
|
2023-02-26 13:26:09 +00:00 |
|
renovate
|
81e1d70847
|
chore(deps): update dependency eslint to v8.35.0
|
2023-02-26 10:04:19 +00:00 |
|