chore(deps): update dev-dependencies (#1909)

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)
|
[![age](https://developer.mend.io/api/mc/badges/age/npm/@vueuse%2fshared/14.1.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/@vueuse%2fshared/14.0.0/14.1.0?slim=true)](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) |
[![age](https://developer.mend.io/api/mc/badges/age/npm/electron/37.10.3?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/electron/37.10.2/37.10.3?slim=true)](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)
|
[![age](https://developer.mend.io/api/mc/badges/age/npm/eslint-plugin-vue/10.6.2?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/eslint-plugin-vue/10.6.0/10.6.2?slim=true)](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)
|
[![age](https://developer.mend.io/api/mc/badges/age/npm/happy-dom/20.0.11?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/happy-dom/20.0.10/20.0.11?slim=true)](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)
|
[![age](https://developer.mend.io/api/mc/badges/age/npm/stylelint/16.26.1?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/stylelint/16.26.0/16.26.1?slim=true)](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)
|
[![age](https://developer.mend.io/api/mc/badges/age/npm/vite-plugin-pwa/1.2.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/vite-plugin-pwa/1.1.0/1.2.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|

---

### Release Notes

<details>
<summary>vueuse/vueuse (@&#8203;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
[@&#8203;kolaente](https://redirect.github.com/kolaente) in
[#&#8203;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
[@&#8203;kricsleo](https://redirect.github.com/kricsleo) and
[@&#8203;9romise](https://redirect.github.com/9romise) in
[#&#8203;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 [@&#8203;siavava](https://redirect.github.com/siavava) and
[@&#8203;9romise](https://redirect.github.com/9romise) in
[#&#8203;5049](https://redirect.github.com/vueuse/vueuse/issues/5049)
[<samp>(62dfb)</samp>](https://redirect.github.com/vueuse/vueuse/commit/62dfb80a)
- **useTimeAgoIntl**: Custom units  -  by
[@&#8203;Menci](https://redirect.github.com/Menci) in
[#&#8203;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
[@&#8203;YuchenWell](https://redirect.github.com/YuchenWell), **Anthony
Fu** and [@&#8203;9romise](https://redirect.github.com/9romise) in
[#&#8203;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
[@&#8203;toofishes](https://redirect.github.com/toofishes) in
[#&#8203;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 [@&#8203;kricsleo](https://redirect.github.com/kricsleo) in
[#&#8203;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
[@&#8203;xiaoxiaohuayu](https://redirect.github.com/xiaoxiaohuayu) in
[#&#8203;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
[@&#8203;9romise](https://redirect.github.com/9romise) in
[#&#8203;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
[@&#8203;michaelcozzolino](https://redirect.github.com/michaelcozzolino)
in [#&#8203;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
[@&#8203;keeplearning66](https://redirect.github.com/keeplearning66) and
[@&#8203;9romise](https://redirect.github.com/9romise) in
[#&#8203;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
[@&#8203;huajianjiu](https://redirect.github.com/huajianjiu) in
[#&#8203;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
[@&#8203;nhquyss](https://redirect.github.com/nhquyss) in
[#&#8203;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
[@&#8203;babu-ch](https://redirect.github.com/babu-ch) and
[@&#8203;9romise](https://redirect.github.com/9romise) in
[#&#8203;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
[@&#8203;9romise](https://redirect.github.com/9romise) in
[#&#8203;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 [@&#8203;ben-lau](https://redirect.github.com/ben-lau),
**liubaobin** and [@&#8203;9romise](https://redirect.github.com/9romise)
in [#&#8203;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
[@&#8203;keeplearning66](https://redirect.github.com/keeplearning66),
**Robin** and **Anthony Fu** in
[#&#8203;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.
[#&#8203;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
([#&#8203;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
([#&#8203;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)
([#&#8203;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
([#&#8203;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`
([#&#8203;8850](https://redirect.github.com/stylelint/stylelint/pull/8850))
([@&#8203;romainmenke](https://redirect.github.com/romainmenke)).
- Fixed: `at-rule-no-unknown` false positives for `@function`
([#&#8203;8851](https://redirect.github.com/stylelint/stylelint/pull/8851))
([@&#8203;jeddy3](https://redirect.github.com/jeddy3)).
- Fixed: `declaration-property-value-no-unknown` false positives for
`attr()`, `if()` and custom functions
([#&#8203;8853](https://redirect.github.com/stylelint/stylelint/pull/8853))
([@&#8203;jeddy3](https://redirect.github.com/jeddy3)).
- Fixed: `function-url-quotes` false positives when URLs require quoting
([#&#8203;8804](https://redirect.github.com/stylelint/stylelint/pull/8804))
([@&#8203;taearls](https://redirect.github.com/taearls)).
- Fixed: `selector-pseudo-element-no-unknown` false positives for
`::scroll-button()`
([#&#8203;8856](https://redirect.github.com/stylelint/stylelint/pull/8856))
([@&#8203;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>
This commit is contained in:
renovate[bot]
2025-12-01 11:15:09 +01:00
committed by GitHub
parent 2bcecac91d
commit 5fc9b74f50
4 changed files with 82 additions and 75 deletions

View File

@@ -52,7 +52,7 @@
}
},
"devDependencies": {
"electron": "37.10.2",
"electron": "37.10.3",
"electron-builder": "26.0.12",
"unzipper": "0.12.3"
},

10
desktop/pnpm-lock.yaml generated
View File

@@ -13,8 +13,8 @@ importers:
version: 5.1.0
devDependencies:
electron:
specifier: 37.10.2
version: 37.10.2
specifier: 37.10.3
version: 37.10.3
electron-builder:
specifier: 26.0.12
version: 26.0.12(electron-builder-squirrel-windows@24.13.3)
@@ -580,8 +580,8 @@ packages:
electron-publish@26.0.11:
resolution: {integrity: sha512-a8QRH0rAPIWH9WyyS5LbNvW9Ark6qe63/LqDB7vu2JXYpi0Gma5Q60Dh4tmTqhOBQt0xsrzD8qE7C+D7j+B24A==}
electron@37.10.2:
resolution: {integrity: sha512-7TOA9WVO8jFKvkWMJPkSmQxV68TJEPa8bh4AYykKYuUcsezxsbZUpEH8MgEHH/orJhpbaO77XIC/+40lMkTlEg==}
electron@37.10.3:
resolution: {integrity: sha512-3IjCGSjQmH50IbW2PFveaTzK+KwcFX9PEhE7KXb9v5IT8cLAiryAN7qezm/XzODhDRlLu0xKG1j8xWBtZ/bx/g==}
engines: {node: '>= 12.20.55'}
hasBin: true
@@ -2432,7 +2432,7 @@ snapshots:
transitivePeerDependencies:
- supports-color
electron@37.10.2:
electron@37.10.3:
dependencies:
'@electron/get': 2.0.3
'@types/node': 22.18.0

View File

@@ -127,7 +127,7 @@
"@vue/eslint-config-typescript": "14.6.0",
"@vue/test-utils": "2.4.6",
"@vue/tsconfig": "0.8.1",
"@vueuse/shared": "14.0.0",
"@vueuse/shared": "14.1.0",
"autoprefixer": "10.4.22",
"browserslist": "4.28.0",
"caniuse-lite": "1.0.30001757",
@@ -135,8 +135,8 @@
"cypress": "14.5.4",
"esbuild": "0.27.0",
"eslint": "9.39.1",
"eslint-plugin-vue": "10.6.0",
"happy-dom": "20.0.10",
"eslint-plugin-vue": "10.6.2",
"happy-dom": "20.0.11",
"histoire": "1.0.0-alpha.5",
"postcss": "8.5.6",
"postcss-easing-gradients": "3.0.1",
@@ -145,7 +145,7 @@
"rollup-plugin-visualizer": "6.0.5",
"sass-embedded": "1.93.3",
"start-server-and-test": "2.1.3",
"stylelint": "16.26.0",
"stylelint": "16.26.1",
"stylelint-config-property-sort-order-smacss": "10.0.0",
"stylelint-config-recommended-vue": "1.6.1",
"stylelint-config-standard-scss": "15.0.1",
@@ -153,7 +153,7 @@
"typescript": "5.9.3",
"unplugin-inject-preload": "3.0.0",
"vite": "7.2.4",
"vite-plugin-pwa": "1.1.0",
"vite-plugin-pwa": "1.2.0",
"vite-plugin-sentry": "1.4.1",
"vite-plugin-vue-devtools": "8.0.5",
"vite-svg-loader": "5.1.0",

135
frontend/pnpm-lock.yaml generated
View File

@@ -223,7 +223,7 @@ importers:
version: 6.0.2(vite@7.2.4(@types/node@22.19.1)(jiti@2.4.2)(sass-embedded@1.93.3)(sass@1.93.3)(terser@5.31.6)(yaml@2.5.0))(vue@3.5.25(typescript@5.9.3))
'@vue/eslint-config-typescript':
specifier: 14.6.0
version: 14.6.0(eslint-plugin-vue@10.6.0(@typescript-eslint/parser@8.48.0(eslint@9.39.1(jiti@2.4.2))(typescript@5.9.3))(eslint@9.39.1(jiti@2.4.2))(vue-eslint-parser@10.2.0(eslint@9.39.1(jiti@2.4.2))))(eslint@9.39.1(jiti@2.4.2))(typescript@5.9.3)
version: 14.6.0(eslint-plugin-vue@10.6.2(@typescript-eslint/parser@8.48.0(eslint@9.39.1(jiti@2.4.2))(typescript@5.9.3))(eslint@9.39.1(jiti@2.4.2))(vue-eslint-parser@10.2.0(eslint@9.39.1(jiti@2.4.2))))(eslint@9.39.1(jiti@2.4.2))(typescript@5.9.3)
'@vue/test-utils':
specifier: 2.4.6
version: 2.4.6
@@ -231,8 +231,8 @@ importers:
specifier: 0.8.1
version: 0.8.1(typescript@5.9.3)(vue@3.5.25(typescript@5.9.3))
'@vueuse/shared':
specifier: 14.0.0
version: 14.0.0(vue@3.5.25(typescript@5.9.3))
specifier: 14.1.0
version: 14.1.0(vue@3.5.25(typescript@5.9.3))
autoprefixer:
specifier: 10.4.22
version: 10.4.22(postcss@8.5.6)
@@ -255,11 +255,11 @@ importers:
specifier: 9.39.1
version: 9.39.1(jiti@2.4.2)
eslint-plugin-vue:
specifier: 10.6.0
version: 10.6.0(@typescript-eslint/parser@8.48.0(eslint@9.39.1(jiti@2.4.2))(typescript@5.9.3))(eslint@9.39.1(jiti@2.4.2))(vue-eslint-parser@10.2.0(eslint@9.39.1(jiti@2.4.2)))
specifier: 10.6.2
version: 10.6.2(@typescript-eslint/parser@8.48.0(eslint@9.39.1(jiti@2.4.2))(typescript@5.9.3))(eslint@9.39.1(jiti@2.4.2))(vue-eslint-parser@10.2.0(eslint@9.39.1(jiti@2.4.2)))
happy-dom:
specifier: 20.0.10
version: 20.0.10
specifier: 20.0.11
version: 20.0.11
histoire:
specifier: 1.0.0-alpha.5
version: 1.0.0-alpha.5(@types/node@22.19.1)(sass-embedded@1.93.3)(sass@1.93.3)(terser@5.31.6)(vite@7.2.4(@types/node@22.19.1)(jiti@2.4.2)(sass-embedded@1.93.3)(sass@1.93.3)(terser@5.31.6)(yaml@2.5.0))(yaml@2.5.0)
@@ -285,20 +285,20 @@ importers:
specifier: 2.1.3
version: 2.1.3
stylelint:
specifier: 16.26.0
version: 16.26.0(typescript@5.9.3)
specifier: 16.26.1
version: 16.26.1(typescript@5.9.3)
stylelint-config-property-sort-order-smacss:
specifier: 10.0.0
version: 10.0.0(stylelint@16.26.0(typescript@5.9.3))
version: 10.0.0(stylelint@16.26.1(typescript@5.9.3))
stylelint-config-recommended-vue:
specifier: 1.6.1
version: 1.6.1(postcss-html@1.8.0)(stylelint@16.26.0(typescript@5.9.3))
version: 1.6.1(postcss-html@1.8.0)(stylelint@16.26.1(typescript@5.9.3))
stylelint-config-standard-scss:
specifier: 15.0.1
version: 15.0.1(postcss@8.5.6)(stylelint@16.26.0(typescript@5.9.3))
version: 15.0.1(postcss@8.5.6)(stylelint@16.26.1(typescript@5.9.3))
stylelint-use-logical:
specifier: 2.1.2
version: 2.1.2(stylelint@16.26.0(typescript@5.9.3))
version: 2.1.2(stylelint@16.26.1(typescript@5.9.3))
typescript:
specifier: 5.9.3
version: 5.9.3
@@ -309,8 +309,8 @@ importers:
specifier: 7.2.4
version: 7.2.4(@types/node@22.19.1)(jiti@2.4.2)(sass-embedded@1.93.3)(sass@1.93.3)(terser@5.31.6)(yaml@2.5.0)
vite-plugin-pwa:
specifier: 1.1.0
version: 1.1.0(vite@7.2.4(@types/node@22.19.1)(jiti@2.4.2)(sass-embedded@1.93.3)(sass@1.93.3)(terser@5.31.6)(yaml@2.5.0))(workbox-build@7.4.0)(workbox-window@7.4.0)
specifier: 1.2.0
version: 1.2.0(vite@7.2.4(@types/node@22.19.1)(jiti@2.4.2)(sass-embedded@1.93.3)(sass@1.93.3)(terser@5.31.6)(yaml@2.5.0))(workbox-build@7.4.0)(workbox-window@7.4.0)
vite-plugin-sentry:
specifier: 1.4.1
version: 1.4.1(vite@7.2.4(@types/node@22.19.1)(jiti@2.4.2)(sass-embedded@1.93.3)(sass@1.93.3)(terser@5.31.6)(yaml@2.5.0))
@@ -322,7 +322,7 @@ importers:
version: 5.1.0(vue@3.5.25(typescript@5.9.3))
vitest:
specifier: 3.2.4
version: 3.2.4(@types/node@22.19.1)(happy-dom@20.0.10)(jiti@2.4.2)(jsdom@25.0.1)(sass-embedded@1.93.3)(sass@1.93.3)(terser@5.31.6)(yaml@2.5.0)
version: 3.2.4(@types/node@22.19.1)(happy-dom@20.0.11)(jiti@2.4.2)(jsdom@25.0.1)(sass-embedded@1.93.3)(sass@1.93.3)(terser@5.31.6)(yaml@2.5.0)
vue-tsc:
specifier: 3.1.5
version: 3.1.5(typescript@5.9.3)
@@ -963,6 +963,10 @@ packages:
peerDependencies:
'@csstools/css-tokenizer': ^3.0.4
'@csstools/css-syntax-patches-for-csstree@1.0.20':
resolution: {integrity: sha512-8BHsjXfSciZxjmHQOuVdW2b8WLUPts9a+mfL13/PzEviufUEW2xnvQuOlKs9dRBHgRqJ53SF/DUoK9+MZk72oQ==}
engines: {node: '>=18'}
'@csstools/css-tokenizer@3.0.4':
resolution: {integrity: sha512-Vd/9EVDiu6PPJt9yAh6roZP6El1xHrdvIVGjyBsHR0RYwNHgL7FJPyIIW4fANJNG6FtyZfvlRPpFI4ZM/lubvw==}
engines: {node: '>=18'}
@@ -3823,8 +3827,8 @@ packages:
engines: {node: '>=6.0'}
hasBin: true
eslint-plugin-vue@10.6.0:
resolution: {integrity: sha512-TsoFluWxOpsJlE/l2jJygLQLWBPJ3Qdkesv7tBIunICbTcG0dS1/NBw/Ol4tJw5kHWlAVds4lUmC29/vlPUcEQ==}
eslint-plugin-vue@10.6.2:
resolution: {integrity: sha512-nA5yUs/B1KmKzvC42fyD0+l9Yd+LtEpVhWRbXuDj0e+ZURcTtyRbMDWUeJmTAh2wC6jC83raS63anNM2YT3NPw==}
engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0}
peerDependencies:
'@stylistic/eslint-plugin': ^2.0.0 || ^3.0.0 || ^4.0.0 || ^5.0.0
@@ -4223,8 +4227,8 @@ packages:
resolution: {integrity: sha512-5v6yZd4JK3eMI3FqqCouswVqwugaA9r4dNZB1wwcmrD02QkV5H0y7XBQW8QwQqEaZY1pM9aqORSORhJRdNK44Q==}
engines: {node: '>=6.0'}
happy-dom@20.0.10:
resolution: {integrity: sha512-6umCCHcjQrhP5oXhrHQQvLB0bwb1UzHAHdsXy+FjtKoYjUhmNZsQL8NivwM1vDvNEChJabVrUYxUnp/ZdYmy2g==}
happy-dom@20.0.11:
resolution: {integrity: sha512-QsCdAUHAmiDeKeaNojb1OHOPF7NjcWPBR7obdu3NwH2a/oyQaLg5d0aaCy/9My6CdPChYF07dvz5chaXBGaD4g==}
engines: {node: '>=20.0.0'}
hard-rejection@2.1.0:
@@ -6323,8 +6327,8 @@ packages:
peerDependencies:
stylelint: '>= 11 < 17'
stylelint@16.26.0:
resolution: {integrity: sha512-Y/3AVBefrkqqapVYH3LBF5TSDZ1kw+0XpdKN2KchfuhMK6lQ85S4XOG4lIZLcrcS4PWBmvcY6eS2kCQFz0jukQ==}
stylelint@16.26.1:
resolution: {integrity: sha512-v20V59/crfc8sVTAtge0mdafI3AdnzQ2KsWe6v523L4OA1bJO02S7MO2oyXDCS6iWb9ckIPnqAFVItqSBQr7jw==}
engines: {node: '>=18.12.0'}
hasBin: true
@@ -6729,14 +6733,14 @@ packages:
'@nuxt/kit':
optional: true
vite-plugin-pwa@1.1.0:
resolution: {integrity: sha512-VsSpdubPzXhHWVINcSx6uHRMpOHVHQcHsef1QgkOlEoaIDAlssFEW88LBq1a59BuokAhsh2kUDJbaX1bZv4Bjw==}
vite-plugin-pwa@1.2.0:
resolution: {integrity: sha512-a2xld+SJshT9Lgcv8Ji4+srFJL4k/1bVbd1x06JIkvecpQkwkvCncD1+gSzcdm3s+owWLpMJerG3aN5jupJEVw==}
engines: {node: '>=16.0.0'}
peerDependencies:
'@vite-pwa/assets-generator': ^1.0.0
vite: ^3.1.0 || ^4.0.0 || ^5.0.0 || ^6.0.0 || ^7.0.0
workbox-build: ^7.3.0
workbox-window: ^7.3.0
workbox-build: ^7.4.0
workbox-window: ^7.4.0
peerDependenciesMeta:
'@vite-pwa/assets-generator':
optional: true
@@ -7973,6 +7977,8 @@ snapshots:
dependencies:
'@csstools/css-tokenizer': 3.0.4
'@csstools/css-syntax-patches-for-csstree@1.0.20': {}
'@csstools/css-tokenizer@3.0.4': {}
'@csstools/media-query-list-parser@4.0.3(@csstools/css-parser-algorithms@3.0.5(@csstools/css-tokenizer@3.0.4))(@csstools/css-tokenizer@3.0.4)':
@@ -9875,11 +9881,11 @@ snapshots:
dependencies:
rfdc: 1.4.1
'@vue/eslint-config-typescript@14.6.0(eslint-plugin-vue@10.6.0(@typescript-eslint/parser@8.48.0(eslint@9.39.1(jiti@2.4.2))(typescript@5.9.3))(eslint@9.39.1(jiti@2.4.2))(vue-eslint-parser@10.2.0(eslint@9.39.1(jiti@2.4.2))))(eslint@9.39.1(jiti@2.4.2))(typescript@5.9.3)':
'@vue/eslint-config-typescript@14.6.0(eslint-plugin-vue@10.6.2(@typescript-eslint/parser@8.48.0(eslint@9.39.1(jiti@2.4.2))(typescript@5.9.3))(eslint@9.39.1(jiti@2.4.2))(vue-eslint-parser@10.2.0(eslint@9.39.1(jiti@2.4.2))))(eslint@9.39.1(jiti@2.4.2))(typescript@5.9.3)':
dependencies:
'@typescript-eslint/utils': 8.35.1(eslint@9.39.1(jiti@2.4.2))(typescript@5.9.3)
eslint: 9.39.1(jiti@2.4.2)
eslint-plugin-vue: 10.6.0(@typescript-eslint/parser@8.48.0(eslint@9.39.1(jiti@2.4.2))(typescript@5.9.3))(eslint@9.39.1(jiti@2.4.2))(vue-eslint-parser@10.2.0(eslint@9.39.1(jiti@2.4.2)))
eslint-plugin-vue: 10.6.2(@typescript-eslint/parser@8.48.0(eslint@9.39.1(jiti@2.4.2))(typescript@5.9.3))(eslint@9.39.1(jiti@2.4.2))(vue-eslint-parser@10.2.0(eslint@9.39.1(jiti@2.4.2)))
fast-glob: 3.3.3
typescript-eslint: 8.35.1(eslint@9.39.1(jiti@2.4.2))(typescript@5.9.3)
vue-eslint-parser: 10.2.0(eslint@9.39.1(jiti@2.4.2))
@@ -10988,7 +10994,7 @@ snapshots:
optionalDependencies:
source-map: 0.6.1
eslint-plugin-vue@10.6.0(@typescript-eslint/parser@8.48.0(eslint@9.39.1(jiti@2.4.2))(typescript@5.9.3))(eslint@9.39.1(jiti@2.4.2))(vue-eslint-parser@10.2.0(eslint@9.39.1(jiti@2.4.2))):
eslint-plugin-vue@10.6.2(@typescript-eslint/parser@8.48.0(eslint@9.39.1(jiti@2.4.2))(typescript@5.9.3))(eslint@9.39.1(jiti@2.4.2))(vue-eslint-parser@10.2.0(eslint@9.39.1(jiti@2.4.2))):
dependencies:
'@eslint-community/eslint-utils': 4.9.0(eslint@9.39.1(jiti@2.4.2))
eslint: 9.39.1(jiti@2.4.2)
@@ -11461,7 +11467,7 @@ snapshots:
section-matter: 1.0.0
strip-bom-string: 1.0.0
happy-dom@20.0.10:
happy-dom@20.0.11:
dependencies:
'@types/node': 20.19.0
'@types/whatwg-mimetype': 3.0.2
@@ -13628,62 +13634,62 @@ snapshots:
style-mod@4.1.2: {}
stylelint-config-html@1.1.0(postcss-html@1.8.0)(stylelint@16.26.0(typescript@5.9.3)):
stylelint-config-html@1.1.0(postcss-html@1.8.0)(stylelint@16.26.1(typescript@5.9.3)):
dependencies:
postcss-html: 1.8.0
stylelint: 16.26.0(typescript@5.9.3)
stylelint: 16.26.1(typescript@5.9.3)
stylelint-config-property-sort-order-smacss@10.0.0(stylelint@16.26.0(typescript@5.9.3)):
stylelint-config-property-sort-order-smacss@10.0.0(stylelint@16.26.1(typescript@5.9.3)):
dependencies:
css-property-sort-order-smacss: 2.2.0
stylelint: 16.26.0(typescript@5.9.3)
stylelint-order: 6.0.4(stylelint@16.26.0(typescript@5.9.3))
stylelint: 16.26.1(typescript@5.9.3)
stylelint-order: 6.0.4(stylelint@16.26.1(typescript@5.9.3))
stylelint-config-recommended-scss@15.0.1(postcss@8.5.6)(stylelint@16.26.0(typescript@5.9.3)):
stylelint-config-recommended-scss@15.0.1(postcss@8.5.6)(stylelint@16.26.1(typescript@5.9.3)):
dependencies:
postcss-scss: 4.0.9(postcss@8.5.6)
stylelint: 16.26.0(typescript@5.9.3)
stylelint-config-recommended: 16.0.0(stylelint@16.26.0(typescript@5.9.3))
stylelint-scss: 6.12.1(stylelint@16.26.0(typescript@5.9.3))
stylelint: 16.26.1(typescript@5.9.3)
stylelint-config-recommended: 16.0.0(stylelint@16.26.1(typescript@5.9.3))
stylelint-scss: 6.12.1(stylelint@16.26.1(typescript@5.9.3))
optionalDependencies:
postcss: 8.5.6
stylelint-config-recommended-vue@1.6.1(postcss-html@1.8.0)(stylelint@16.26.0(typescript@5.9.3)):
stylelint-config-recommended-vue@1.6.1(postcss-html@1.8.0)(stylelint@16.26.1(typescript@5.9.3)):
dependencies:
postcss-html: 1.8.0
semver: 7.7.1
stylelint: 16.26.0(typescript@5.9.3)
stylelint-config-html: 1.1.0(postcss-html@1.8.0)(stylelint@16.26.0(typescript@5.9.3))
stylelint-config-recommended: 17.0.0(stylelint@16.26.0(typescript@5.9.3))
stylelint: 16.26.1(typescript@5.9.3)
stylelint-config-html: 1.1.0(postcss-html@1.8.0)(stylelint@16.26.1(typescript@5.9.3))
stylelint-config-recommended: 17.0.0(stylelint@16.26.1(typescript@5.9.3))
stylelint-config-recommended@16.0.0(stylelint@16.26.0(typescript@5.9.3)):
stylelint-config-recommended@16.0.0(stylelint@16.26.1(typescript@5.9.3)):
dependencies:
stylelint: 16.26.0(typescript@5.9.3)
stylelint: 16.26.1(typescript@5.9.3)
stylelint-config-recommended@17.0.0(stylelint@16.26.0(typescript@5.9.3)):
stylelint-config-recommended@17.0.0(stylelint@16.26.1(typescript@5.9.3)):
dependencies:
stylelint: 16.26.0(typescript@5.9.3)
stylelint: 16.26.1(typescript@5.9.3)
stylelint-config-standard-scss@15.0.1(postcss@8.5.6)(stylelint@16.26.0(typescript@5.9.3)):
stylelint-config-standard-scss@15.0.1(postcss@8.5.6)(stylelint@16.26.1(typescript@5.9.3)):
dependencies:
stylelint: 16.26.0(typescript@5.9.3)
stylelint-config-recommended-scss: 15.0.1(postcss@8.5.6)(stylelint@16.26.0(typescript@5.9.3))
stylelint-config-standard: 38.0.0(stylelint@16.26.0(typescript@5.9.3))
stylelint: 16.26.1(typescript@5.9.3)
stylelint-config-recommended-scss: 15.0.1(postcss@8.5.6)(stylelint@16.26.1(typescript@5.9.3))
stylelint-config-standard: 38.0.0(stylelint@16.26.1(typescript@5.9.3))
optionalDependencies:
postcss: 8.5.6
stylelint-config-standard@38.0.0(stylelint@16.26.0(typescript@5.9.3)):
stylelint-config-standard@38.0.0(stylelint@16.26.1(typescript@5.9.3)):
dependencies:
stylelint: 16.26.0(typescript@5.9.3)
stylelint-config-recommended: 16.0.0(stylelint@16.26.0(typescript@5.9.3))
stylelint: 16.26.1(typescript@5.9.3)
stylelint-config-recommended: 16.0.0(stylelint@16.26.1(typescript@5.9.3))
stylelint-order@6.0.4(stylelint@16.26.0(typescript@5.9.3)):
stylelint-order@6.0.4(stylelint@16.26.1(typescript@5.9.3)):
dependencies:
postcss: 8.5.6
postcss-sorting: 8.0.2(postcss@8.5.6)
stylelint: 16.26.0(typescript@5.9.3)
stylelint: 16.26.1(typescript@5.9.3)
stylelint-scss@6.12.1(stylelint@16.26.0(typescript@5.9.3)):
stylelint-scss@6.12.1(stylelint@16.26.1(typescript@5.9.3)):
dependencies:
css-tree: 3.1.0
is-plain-object: 5.0.0
@@ -13693,15 +13699,16 @@ snapshots:
postcss-resolve-nested-selector: 0.1.6
postcss-selector-parser: 7.1.0
postcss-value-parser: 4.2.0
stylelint: 16.26.0(typescript@5.9.3)
stylelint: 16.26.1(typescript@5.9.3)
stylelint-use-logical@2.1.2(stylelint@16.26.0(typescript@5.9.3)):
stylelint-use-logical@2.1.2(stylelint@16.26.1(typescript@5.9.3)):
dependencies:
stylelint: 16.26.0(typescript@5.9.3)
stylelint: 16.26.1(typescript@5.9.3)
stylelint@16.26.0(typescript@5.9.3):
stylelint@16.26.1(typescript@5.9.3):
dependencies:
'@csstools/css-parser-algorithms': 3.0.5(@csstools/css-tokenizer@3.0.4)
'@csstools/css-syntax-patches-for-csstree': 1.0.20
'@csstools/css-tokenizer': 3.0.4
'@csstools/media-query-list-parser': 4.0.3(@csstools/css-parser-algorithms@3.0.5(@csstools/css-tokenizer@3.0.4))(@csstools/css-tokenizer@3.0.4)
'@csstools/selector-specificity': 5.0.0(postcss-selector-parser@7.1.0)
@@ -14204,7 +14211,7 @@ snapshots:
transitivePeerDependencies:
- supports-color
vite-plugin-pwa@1.1.0(vite@7.2.4(@types/node@22.19.1)(jiti@2.4.2)(sass-embedded@1.93.3)(sass@1.93.3)(terser@5.31.6)(yaml@2.5.0))(workbox-build@7.4.0)(workbox-window@7.4.0):
vite-plugin-pwa@1.2.0(vite@7.2.4(@types/node@22.19.1)(jiti@2.4.2)(sass-embedded@1.93.3)(sass@1.93.3)(terser@5.31.6)(yaml@2.5.0))(workbox-build@7.4.0)(workbox-window@7.4.0):
dependencies:
debug: 4.4.3(supports-color@8.1.1)
pretty-bytes: 6.1.1
@@ -14274,7 +14281,7 @@ snapshots:
terser: 5.31.6
yaml: 2.5.0
vitest@3.2.4(@types/node@22.19.1)(happy-dom@20.0.10)(jiti@2.4.2)(jsdom@25.0.1)(sass-embedded@1.93.3)(sass@1.93.3)(terser@5.31.6)(yaml@2.5.0):
vitest@3.2.4(@types/node@22.19.1)(happy-dom@20.0.11)(jiti@2.4.2)(jsdom@25.0.1)(sass-embedded@1.93.3)(sass@1.93.3)(terser@5.31.6)(yaml@2.5.0):
dependencies:
'@types/chai': 5.2.2
'@vitest/expect': 3.2.4
@@ -14301,7 +14308,7 @@ snapshots:
why-is-node-running: 2.3.0
optionalDependencies:
'@types/node': 22.19.1
happy-dom: 20.0.10
happy-dom: 20.0.11
jsdom: 25.0.1
transitivePeerDependencies:
- jiti