Update dependency eslint-plugin-vue to ~10.9.0 #451

Open
_renovate wants to merge 1 commit from renovate/eslint-plugin-vue-10.x into master
_renovate commented 2026-03-24 01:23:08 +01:00 (Migrated from edugit.org)

This MR contains the following updates:

Package Change Age Confidence
eslint-plugin-vue (source) ~10.6.0~10.9.0 age confidence

⚠️ Warning

Some dependencies could not be looked up. Check the Dependency Dashboard for more information.


Release Notes

vuejs/eslint-plugin-vue (eslint-plugin-vue)

v10.9.2

Compare Source

Patch Changes

v10.9.1

Compare Source

Patch Changes

v10.9.0

Compare Source

Minor Changes
Patch Changes

v10.8.0

Compare Source

Minor Changes
Patch Changes

v10.7.0

Compare Source

Minor Changes
Patch Changes
  • Fixed false positives in vue/define-props-destructuring rule when imported types are passed to defineProps (#​2995)
  • Updated Vue 3 export names resources: added DirectiveModifiers (#​2996)
  • Updated Vue 3 export names resources: added nodeOps and patchProp (#​2986)

Configuration

📅 Schedule: (UTC)

  • Branch creation
    • At any time (no schedule defined)
  • Automerge
    • At any time (no schedule defined)

🚦 Automerge: Enabled.

Rebasing: Whenever MR is behind base branch, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this MR and you won't be reminded about this update again.


  • If you want to rebase/retry this MR, check this box

This MR has been generated by Mend Renovate.

This MR contains the following updates: | Package | Change | [Age](https://docs.renovatebot.com/merge-confidence/) | [Confidence](https://docs.renovatebot.com/merge-confidence/) | |---|---|---|---| | [eslint-plugin-vue](https://eslint.vuejs.org) ([source](https://github.com/vuejs/eslint-plugin-vue)) | [`~10.6.0` → `~10.9.0`](https://renovatebot.com/diffs/npm/eslint-plugin-vue/10.6.2/10.9.2) | ![age](https://developer.mend.io/api/mc/badges/age/npm/eslint-plugin-vue/10.9.2?slim=true) | ![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/eslint-plugin-vue/10.6.2/10.9.2?slim=true) | --- > ⚠️ **Warning** > > Some dependencies could not be looked up. Check the [Dependency Dashboard](#33) for more information. --- ### Release Notes <details> <summary>vuejs/eslint-plugin-vue (eslint-plugin-vue)</summary> ### [`v10.9.2`](https://github.com/vuejs/eslint-plugin-vue/blob/HEAD/CHANGELOG.md#1092) [Compare Source](https://github.com/vuejs/eslint-plugin-vue/compare/v10.9.1...v10.9.2) ##### Patch Changes - Fixed [`vue/custom-event-name-casing`](https://eslint.vuejs.org/rules/custom-event-name-casing.html) to check segments of colon-separated event names like `update:foo-bar` ([#&#8203;3079](https://github.com/vuejs/eslint-plugin-vue/pull/3079)) - Fixed [`vue/one-component-per-file`](https://eslint.vuejs.org/rules/one-component-per-file.html) to not report functions not imported from Vue ([#&#8203;3063](https://github.com/vuejs/eslint-plugin-vue/pull/3063)) - Fixed [`vue/prefer-import-from-vue`](https://eslint.vuejs.org/rules/prefer-import-from-vue.html) to not report imports/exports of names that are not re-exported by `vue` ([#&#8203;3081](https://github.com/vuejs/eslint-plugin-vue/pull/3081)) - Fixed [`vue/return-in-computed-property`](https://eslint.vuejs.org/rules/return-in-computed-property.html) and [`vue/require-render-return`](https://eslint.vuejs.org/rules/require-render-return.html) to not report exhaustive switch statements when TypeScript type information is available ([#&#8203;3067](https://github.com/vuejs/eslint-plugin-vue/pull/3067)) ### [`v10.9.1`](https://github.com/vuejs/eslint-plugin-vue/blob/HEAD/CHANGELOG.md#1091) [Compare Source](https://github.com/vuejs/eslint-plugin-vue/compare/v10.9.0...v10.9.1) ##### Patch Changes - Updated peer dependency version for [`vue-eslint-parser`](https://github.com/vuejs/vue-eslint-parser) to fix parsing errors in Vue SFCs ([#&#8203;3075](https://github.com/vuejs/eslint-plugin-vue/pull/3075)) ### [`v10.9.0`](https://github.com/vuejs/eslint-plugin-vue/blob/HEAD/CHANGELOG.md#1090) [Compare Source](https://github.com/vuejs/eslint-plugin-vue/compare/v10.8.0...v10.9.0) ##### Minor Changes - Added `"inject"` to `groups` option in [`vue/no-unused-properties`](https://eslint.vuejs.org/rules/no-unused-properties.html) rule ([#&#8203;3052](https://github.com/vuejs/eslint-plugin-vue/pull/3052)) - Added new `ignores` option to [`vue/no-literals-in-template`](https://eslint.vuejs.org/rules/no-literals-in-template.html) rule ([#&#8203;3072](https://github.com/vuejs/eslint-plugin-vue/pull/3072)) - Added support for `:single-line`/`:multi-line` pseudo-classes in [`vue/padding-line-between-tags`](https://eslint.vuejs.org/rules/padding-line-between-tags.html) ([#&#8203;3025](https://github.com/vuejs/eslint-plugin-vue/pull/3025)) - Added new [`vue/prefer-v-model`](https://eslint.vuejs.org/rules/prefer-v-model.html) rule ([#&#8203;3062](https://github.com/vuejs/eslint-plugin-vue/pull/3062)) - Added new [`vue/prefer-single-event-payload`](https://eslint.vuejs.org/rules/prefer-single-event-payload.html) rule ([#&#8203;3058](https://github.com/vuejs/eslint-plugin-vue/pull/3058)) ##### Patch Changes - Added error end positions for [`vue/no-irregular-whitespace`](https://eslint.vuejs.org/rules/no-irregular-whitespace.html) ([#&#8203;3065](https://github.com/vuejs/eslint-plugin-vue/pull/3065)) - Improved error positions in [`vue/max-len`](https://eslint.vuejs.org/rules/max-len.html) ([#&#8203;3066](https://github.com/vuejs/eslint-plugin-vue/pull/3066)) - Improved performance in [`vue/no-child-content`](https://eslint.vuejs.org/rules/no-child-content.html) rule ([#&#8203;3068](https://github.com/vuejs/eslint-plugin-vue/pull/3068)) - Migrated configs to TypeScript ([#&#8203;3002](https://github.com/vuejs/eslint-plugin-vue/pull/3002)) - Updated resources: add `Attrs` and `AllowedAttrs` type definitions ([#&#8203;3059](https://github.com/vuejs/eslint-plugin-vue/pull/3059)) - Updated resources: `geolocation` HTML element and `ClassValue` and `InputAutoCompleteAttribute` Vue 3 export ([#&#8203;3040](https://github.com/vuejs/eslint-plugin-vue/pull/3040)) ### [`v10.8.0`](https://github.com/vuejs/eslint-plugin-vue/blob/HEAD/CHANGELOG.md#1080) [Compare Source](https://github.com/vuejs/eslint-plugin-vue/compare/v10.7.0...v10.8.0) ##### Minor Changes - Added [ESLint v10](https://eslint.org/blog/2026/02/eslint-v10.0.0-released/) as an allowed peer dependency (needs [`eslint-parser-vue` v10.3.0](https://github.com/vuejs/vue-eslint-parser/releases/tag/v10.3.0)) ([#&#8203;2962](https://github.com/vuejs/eslint-plugin-vue/pull/2962)) - Added more `Promise` functions to [`vue/no-async-in-computed-properties`](https://eslint.vuejs.org/rules/no-async-in-computed-properties.html) ([#&#8203;3020](https://github.com/vuejs/eslint-plugin-vue/pull/3020)) - Added `ignoreVBindObject` option to [`vue/attributes-order`](https://eslint.vuejs.org/rules/attributes-order.html) ([#&#8203;3012](https://github.com/vuejs/eslint-plugin-vue/pull/3012)) - Added `allowEmptyAlias` option to [`vue/valid-v-for`](https://eslint.vuejs.org/rules/valid-v-for.html) ([#&#8203;3011](https://github.com/vuejs/eslint-plugin-vue/pull/3011)) - Added new `destructure: "only-when-assigned"` option to [`vue/define-props-destructuring`](https://eslint.vuejs.org/rules/define-props-destructuring.html) and changed default value from `destructure: "always"` to `destructure: "only-when-assigned"` ([#&#8203;3009](https://github.com/vuejs/eslint-plugin-vue/pull/3009)) ##### Patch Changes - Fixed [`vue/no-unused-vars`](https://eslint.vuejs.org/rules/no-unused-vars.html) to detect components passed as slot props ([#&#8203;3008](https://github.com/vuejs/eslint-plugin-vue/pull/3008)) ### [`v10.7.0`](https://github.com/vuejs/eslint-plugin-vue/blob/HEAD/CHANGELOG.md#1070) [Compare Source](https://github.com/vuejs/eslint-plugin-vue/compare/v10.6.2...v10.7.0) ##### Minor Changes - Added [new `-error` config variants](https://eslint.vuejs.org/user-guide/#bundle-configurations-eslint-config-js), with all rules' severity set to `error`: `strongly-recommended-error`, `recommended-error`, `vue2-strongly-recommended-error`, `vue2-recommended-error` (along with their flat config equivalents) ([#&#8203;2796](https://github.com/vuejs/eslint-plugin-vue/pull/2796)) - Added new [`vue/no-literals-in-template`](https://eslint.vuejs.org/rules/no-literals-in-template.html) rule ([#&#8203;3000](https://github.com/vuejs/eslint-plugin-vue/pull/3000)) - Added new [`vue/no-undef-directives`](https://eslint.vuejs.org/rules/no-undef-directives.html) rule ([#&#8203;2990](https://github.com/vuejs/eslint-plugin-vue/pull/2990)) - Added new `ignoreEOLComments` option to [`vue/no-multi-spaces`](https://eslint.vuejs.org/rules/no-multi-spaces.html) rule ([#&#8203;2989](https://github.com/vuejs/eslint-plugin-vue/pull/2989)) - Changed [`vue/no-negated-v-if-condition`](https://eslint.vuejs.org/rules/no-negated-v-if-condition.html) suggestion to autofix ([#&#8203;2984](https://github.com/vuejs/eslint-plugin-vue/pull/2984)) - Added TypeScript support for eslint-plugin-vue development ([#&#8203;2916](https://github.com/vuejs/eslint-plugin-vue/pull/2916)) ##### Patch Changes - Fixed false positives in [`vue/define-props-destructuring`](https://eslint.vuejs.org/rules/define-props-destructuring.html) rule when imported types are passed to `defineProps` ([#&#8203;2995](https://github.com/vuejs/eslint-plugin-vue/pull/2995)) - Updated Vue 3 export names resources: added `DirectiveModifiers` ([#&#8203;2996](https://github.com/vuejs/eslint-plugin-vue/pull/2996)) - Updated Vue 3 export names resources: added `nodeOps` and `patchProp` ([#&#8203;2986](https://github.com/vuejs/eslint-plugin-vue/pull/2986)) </details> --- ### Configuration 📅 **Schedule**: (UTC) - Branch creation - At any time (no schedule defined) - Automerge - At any time (no schedule defined) 🚦 **Automerge**: Enabled. ♻ **Rebasing**: Whenever MR is behind base branch, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this MR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this MR, check this box --- This MR has been generated by [Mend Renovate](https://github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0My44Ni4yIiwidXBkYXRlZEluVmVyIjoiNDMuMjY1LjIiLCJ0YXJnZXRCcmFuY2giOiJtYXN0ZXIiLCJsYWJlbHMiOltdfQ==-->
_renovate commented 2026-03-24 01:23:11 +01:00 (Migrated from edugit.org)

restored source branch renovate/eslint-plugin-vue-10.x

restored source branch `renovate/eslint-plugin-vue-10.x`
_renovate commented 2026-03-24 01:23:34 +01:00 (Migrated from edugit.org)

mentioned in issue #33

mentioned in issue #33
_renovate commented 2026-03-24 22:23:12 +01:00 (Migrated from edugit.org)

added 3 commits

  • 9794f345...c0958981 - 2 commits from branch master
  • 343e4e9b - Update dependency eslint-plugin-vue to ~10.8.0

Compare with previous version

added 3 commits <ul><li>9794f345...c0958981 - 2 commits from branch <code>master</code></li><li>343e4e9b - Update dependency eslint-plugin-vue to ~10.8.0</li></ul> [Compare with previous version](/AlekSIS/official/AlekSIS/-/merge_requests/347/diffs?diff_id=85126&start_sha=9794f345540f102189f4e3a76a2aba76e82d308a)
_renovate commented 2026-03-25 16:19:32 +01:00 (Migrated from edugit.org)

added 5 commits

  • 343e4e9b...e64084f5 - 4 commits from branch master
  • a185890f - Update dependency eslint-plugin-vue to ~10.8.0

Compare with previous version

added 5 commits <ul><li>343e4e9b...e64084f5 - 4 commits from branch <code>master</code></li><li>a185890f - Update dependency eslint-plugin-vue to ~10.8.0</li></ul> [Compare with previous version](/AlekSIS/official/AlekSIS/-/merge_requests/347/diffs?diff_id=85181&start_sha=343e4e9b00c971bc182f47015ee2f3e22e5fdf75)
_renovate commented 2026-03-25 18:55:23 +01:00 (Migrated from edugit.org)

added 3 commits

  • a185890f...2b32d45a - 2 commits from branch master
  • 7331d8c4 - Update dependency eslint-plugin-vue to ~10.8.0

Compare with previous version

added 3 commits <ul><li>a185890f...2b32d45a - 2 commits from branch <code>master</code></li><li>7331d8c4 - Update dependency eslint-plugin-vue to ~10.8.0</li></ul> [Compare with previous version](/AlekSIS/official/AlekSIS/-/merge_requests/347/diffs?diff_id=85213&start_sha=a185890f7522fdbc2188fa40e4ee2826e900faad)
_renovate commented 2026-03-25 20:20:10 +01:00 (Migrated from edugit.org)

added 3 commits

  • 7331d8c4...2261680f - 2 commits from branch master
  • 45ccac3c - Update dependency eslint-plugin-vue to ~10.8.0

Compare with previous version

added 3 commits <ul><li>7331d8c4...2261680f - 2 commits from branch <code>master</code></li><li>45ccac3c - Update dependency eslint-plugin-vue to ~10.8.0</li></ul> [Compare with previous version](/AlekSIS/official/AlekSIS/-/merge_requests/347/diffs?diff_id=85255&start_sha=7331d8c415f8f750d4d44fcbd96a22f43bdeee32)
_renovate commented 2026-03-29 11:57:04 +02:00 (Migrated from edugit.org)

added 3 commits

  • 45ccac3c...0e9eb5e5 - 2 commits from branch master
  • b028a6dc - Update dependency eslint-plugin-vue to ~10.8.0

Compare with previous version

added 3 commits <ul><li>45ccac3c...0e9eb5e5 - 2 commits from branch <code>master</code></li><li>b028a6dc - Update dependency eslint-plugin-vue to ~10.8.0</li></ul> [Compare with previous version](/AlekSIS/official/AlekSIS/-/merge_requests/347/diffs?diff_id=85369&start_sha=45ccac3c0e725c75f2b9a0be8d39f2b2dc9a6f4b)
_renovate commented 2026-04-02 18:23:17 +02:00 (Migrated from edugit.org)

changed the description

changed the description
_renovate commented 2026-04-25 20:55:37 +02:00 (Migrated from edugit.org)

added 1 commit

  • 25011962 - Update dependency eslint-plugin-vue to ~10.9.0

Compare with previous version

added 1 commit <ul><li>25011962 - Update dependency eslint-plugin-vue to ~10.9.0</li></ul> [Compare with previous version](/AlekSIS/official/AlekSIS/-/merge_requests/347/diffs?diff_id=86508&start_sha=b028a6dc810684765c46f679c375b44d7727300a)
_renovate commented 2026-04-25 20:55:59 +02:00 (Migrated from edugit.org)

changed title from Update dependency eslint-plugin-vue to ~10.8.0 to Update dependency eslint-plugin-vue to ~10.9.0

<p>changed title from <code class="idiff">Update dependency eslint-plugin-vue to ~10.<span class="idiff left right deletion">8</span>.0</code> to <code class="idiff">Update dependency eslint-plugin-vue to ~10.<span class="idiff left right addition">9</span>.0</code></p>
_renovate commented 2026-04-25 20:55:59 +02:00 (Migrated from edugit.org)

changed the description

changed the description
_renovate commented 2026-04-26 00:05:21 +02:00 (Migrated from edugit.org)

changed the description

changed the description
_renovate commented 2026-04-26 00:36:37 +02:00 (Migrated from edugit.org)

changed the description

changed the description
_renovate commented 2026-04-27 00:04:52 +02:00 (Migrated from edugit.org)

changed the description

changed the description
_renovate commented 2026-04-27 00:37:04 +02:00 (Migrated from edugit.org)

changed the description

changed the description
_renovate commented 2026-04-27 13:08:34 +02:00 (Migrated from edugit.org)

added 3 commits

  • 25011962...eb9c0d30 - 2 commits from branch master
  • 87d603ea - Update dependency eslint-plugin-vue to ~10.9.0

Compare with previous version

added 3 commits <ul><li>25011962...eb9c0d30 - 2 commits from branch <code>master</code></li><li>87d603ea - Update dependency eslint-plugin-vue to ~10.9.0</li></ul> [Compare with previous version](/AlekSIS/official/AlekSIS/-/merge_requests/347/diffs?diff_id=86660&start_sha=250119626336dff54b2c98cccb2c9c362f233787)
_renovate commented 2026-04-27 20:40:12 +02:00 (Migrated from edugit.org)

added 3 commits

  • 87d603ea...cf2d91ef - 2 commits from branch master
  • a4c41a5f - Update dependency eslint-plugin-vue to ~10.9.0

Compare with previous version

added 3 commits <ul><li>87d603ea...cf2d91ef - 2 commits from branch <code>master</code></li><li>a4c41a5f - Update dependency eslint-plugin-vue to ~10.9.0</li></ul> [Compare with previous version](/AlekSIS/official/AlekSIS/-/merge_requests/347/diffs?diff_id=86915&start_sha=87d603ea8037acb7a263cbcaea3d994b235e550b)
_renovate commented 2026-04-27 22:40:21 +02:00 (Migrated from edugit.org)

added 1 commit

  • d52b7b43 - Update dependency eslint-plugin-vue to ~10.9.0

Compare with previous version

added 1 commit <ul><li>d52b7b43 - Update dependency eslint-plugin-vue to ~10.9.0</li></ul> [Compare with previous version](/AlekSIS/official/AlekSIS/-/merge_requests/347/diffs?diff_id=87294&start_sha=a4c41a5f90f7578e87d2385f718540d5dc0061ed)
_renovate commented 2026-04-27 23:58:52 +02:00 (Migrated from edugit.org)

added 1 commit

  • 3cf5a7ff - Update dependency eslint-plugin-vue to ~10.9.0

Compare with previous version

added 1 commit <ul><li>3cf5a7ff - Update dependency eslint-plugin-vue to ~10.9.0</li></ul> [Compare with previous version](/AlekSIS/official/AlekSIS/-/merge_requests/347/diffs?diff_id=87642&start_sha=d52b7b431131a3f65e4673cf61e0d1774f6b2b59)
_renovate commented 2026-04-28 00:00:50 +02:00 (Migrated from edugit.org)

added 1 commit

  • 36099c0c - Update dependency eslint-plugin-vue to ~10.9.0

Compare with previous version

added 1 commit <ul><li>36099c0c - Update dependency eslint-plugin-vue to ~10.9.0</li></ul> [Compare with previous version](/AlekSIS/official/AlekSIS/-/merge_requests/347/diffs?diff_id=87654&start_sha=3cf5a7ff8f34c4d4ae747b04835940c167c1c3e8)
_renovate commented 2026-04-28 01:12:51 +02:00 (Migrated from edugit.org)

added 1 commit

  • b5a14176 - Update dependency eslint-plugin-vue to ~10.9.0

Compare with previous version

added 1 commit <ul><li>b5a14176 - Update dependency eslint-plugin-vue to ~10.9.0</li></ul> [Compare with previous version](/AlekSIS/official/AlekSIS/-/merge_requests/347/diffs?diff_id=87918&start_sha=36099c0c232829a599038ee7e29e30b36abf3ed8)
_renovate commented 2026-04-28 01:25:22 +02:00 (Migrated from edugit.org)

added 1 commit

  • 12ed579b - Update dependency eslint-plugin-vue to ~10.9.0

Compare with previous version

added 1 commit <ul><li>12ed579b - Update dependency eslint-plugin-vue to ~10.9.0</li></ul> [Compare with previous version](/AlekSIS/official/AlekSIS/-/merge_requests/347/diffs?diff_id=87988&start_sha=b5a14176f035c1f5c906c9aaaab8e0670ecc47e5)
_renovate commented 2026-04-28 12:42:04 +02:00 (Migrated from edugit.org)

added 1 commit

  • 961fef07 - Update dependency eslint-plugin-vue to ~10.9.0

Compare with previous version

added 1 commit <ul><li>961fef07 - Update dependency eslint-plugin-vue to ~10.9.0</li></ul> [Compare with previous version](/AlekSIS/official/AlekSIS/-/merge_requests/347/diffs?diff_id=88821&start_sha=12ed579bd29475f0a7f3ff4d78122340c279d1f7)
_renovate commented 2026-04-28 19:23:12 +02:00 (Migrated from edugit.org)

added 11 commits

  • 961fef07...f193da3d - 10 commits from branch master
  • b4a63074 - Update dependency eslint-plugin-vue to ~10.9.0

Compare with previous version

added 11 commits <ul><li>961fef07...f193da3d - 10 commits from branch <code>master</code></li><li>b4a63074 - Update dependency eslint-plugin-vue to ~10.9.0</li></ul> [Compare with previous version](/AlekSIS/official/AlekSIS/-/merge_requests/347/diffs?diff_id=89775&start_sha=961fef077b4e8ca5e68f4bea4f151055a02b8163)
_renovate commented 2026-04-28 19:23:48 +02:00 (Migrated from edugit.org)

changed the description

changed the description
_renovate commented 2026-04-28 21:00:27 +02:00 (Migrated from edugit.org)

added 1 commit

  • 70547ae2 - Update dependency eslint-plugin-vue to ~10.9.0

Compare with previous version

added 1 commit <ul><li>70547ae2 - Update dependency eslint-plugin-vue to ~10.9.0</li></ul> [Compare with previous version](/AlekSIS/official/AlekSIS/-/merge_requests/347/diffs?diff_id=89950&start_sha=b4a63074d4aa13b14ae970dc6cf47b9265c84121)
_renovate commented 2026-04-29 02:00:01 +02:00 (Migrated from edugit.org)

added 8 commits

  • 70547ae2...efdee08a - 7 commits from branch master
  • f3d97cb0 - Update dependency eslint-plugin-vue to ~10.9.0

Compare with previous version

added 8 commits <ul><li>70547ae2...efdee08a - 7 commits from branch <code>master</code></li><li>f3d97cb0 - Update dependency eslint-plugin-vue to ~10.9.0</li></ul> [Compare with previous version](/AlekSIS/official/AlekSIS/-/merge_requests/347/diffs?diff_id=90294&start_sha=70547ae2fe8a4489632dbc8da2ad6d5844b37030)
_renovate commented 2026-04-29 02:00:42 +02:00 (Migrated from edugit.org)

changed the description

changed the description
_renovate commented 2026-04-29 04:22:54 +02:00 (Migrated from edugit.org)

added 1 commit

  • 89c4333a - Update dependency eslint-plugin-vue to ~10.9.0

Compare with previous version

added 1 commit <ul><li>89c4333a - Update dependency eslint-plugin-vue to ~10.9.0</li></ul> [Compare with previous version](/AlekSIS/official/AlekSIS/-/merge_requests/347/diffs?diff_id=90586&start_sha=f3d97cb00fb4da58618aa8fb77f286af4ed5c1da)
_renovate commented 2026-04-29 04:23:23 +02:00 (Migrated from edugit.org)

changed the description

changed the description
_renovate commented 2026-04-29 06:41:57 +02:00 (Migrated from edugit.org)

added 1 commit

  • 6e4c7e86 - Update dependency eslint-plugin-vue to ~10.9.0

Compare with previous version

added 1 commit <ul><li>6e4c7e86 - Update dependency eslint-plugin-vue to ~10.9.0</li></ul> [Compare with previous version](/AlekSIS/official/AlekSIS/-/merge_requests/347/diffs?diff_id=90847&start_sha=89c4333adb812b366b800ecd11ba81c2fc934325)
_renovate commented 2026-04-29 09:54:49 +02:00 (Migrated from edugit.org)

added 1 commit

  • a980e932 - Update dependency eslint-plugin-vue to ~10.9.0

Compare with previous version

added 1 commit <ul><li>a980e932 - Update dependency eslint-plugin-vue to ~10.9.0</li></ul> [Compare with previous version](/AlekSIS/official/AlekSIS/-/merge_requests/347/diffs?diff_id=91530&start_sha=6e4c7e8688b497c2b154d525f57fbcaad603477b)
_renovate commented 2026-04-29 10:56:42 +02:00 (Migrated from edugit.org)

added 1 commit

  • fdb0427e - Update dependency eslint-plugin-vue to ~10.9.0

Compare with previous version

added 1 commit <ul><li>fdb0427e - Update dependency eslint-plugin-vue to ~10.9.0</li></ul> [Compare with previous version](/AlekSIS/official/AlekSIS/-/merge_requests/347/diffs?diff_id=91711&start_sha=a980e9328499effbaba1bbef209ef1cf5ceee803)
_renovate commented 2026-04-29 11:01:25 +02:00 (Migrated from edugit.org)

added 1 commit

  • bef8e570 - Update dependency eslint-plugin-vue to ~10.9.0

Compare with previous version

added 1 commit <ul><li>bef8e570 - Update dependency eslint-plugin-vue to ~10.9.0</li></ul> [Compare with previous version](/AlekSIS/official/AlekSIS/-/merge_requests/347/diffs?diff_id=91732&start_sha=fdb0427ec66b46b78f55afe66f676991486b0692)
_renovate commented 2026-04-29 12:19:05 +02:00 (Migrated from edugit.org)

added 1 commit

  • 088eb7ca - Update dependency eslint-plugin-vue to ~10.9.0

Compare with previous version

added 1 commit <ul><li>088eb7ca - Update dependency eslint-plugin-vue to ~10.9.0</li></ul> [Compare with previous version](/AlekSIS/official/AlekSIS/-/merge_requests/347/diffs?diff_id=92027&start_sha=bef8e5705f367b58d3cde308f795012a8019a882)
_renovate commented 2026-04-29 18:51:14 +02:00 (Migrated from edugit.org)

added 1 commit

  • e0e1f282 - Update dependency eslint-plugin-vue to ~10.9.0

Compare with previous version

added 1 commit <ul><li>e0e1f282 - Update dependency eslint-plugin-vue to ~10.9.0</li></ul> [Compare with previous version](/AlekSIS/official/AlekSIS/-/merge_requests/347/diffs?diff_id=92696&start_sha=088eb7ca1ec96824c264ca367d3cf1ec03fa4f53)
_renovate commented 2026-04-29 19:07:04 +02:00 (Migrated from edugit.org)

added 1 commit

  • 321a5557 - Update dependency eslint-plugin-vue to ~10.9.0

Compare with previous version

added 1 commit <ul><li>321a5557 - Update dependency eslint-plugin-vue to ~10.9.0</li></ul> [Compare with previous version](/AlekSIS/official/AlekSIS/-/merge_requests/347/diffs?diff_id=92729&start_sha=e0e1f2828b8216d05cadd2e4cb492b79afbcf67d)
_renovate commented 2026-04-29 19:59:36 +02:00 (Migrated from edugit.org)

added 1 commit

  • 96916483 - Update dependency eslint-plugin-vue to ~10.9.0

Compare with previous version

added 1 commit <ul><li>96916483 - Update dependency eslint-plugin-vue to ~10.9.0</li></ul> [Compare with previous version](/AlekSIS/official/AlekSIS/-/merge_requests/347/diffs?diff_id=92818&start_sha=321a5557086da64dacdd271bb86a8bff60ab8c00)
_renovate commented 2026-04-30 00:52:32 +02:00 (Migrated from edugit.org)

added 1 commit

  • 79898caa - Update dependency eslint-plugin-vue to ~10.9.0

Compare with previous version

added 1 commit <ul><li>79898caa - Update dependency eslint-plugin-vue to ~10.9.0</li></ul> [Compare with previous version](/AlekSIS/official/AlekSIS/-/merge_requests/347/diffs?diff_id=93219&start_sha=96916483b2c9950fde59b1d64bff0441c513d9cc)
_renovate commented 2026-04-30 05:13:56 +02:00 (Migrated from edugit.org)

added 1 commit

  • 0b4d313f - Update dependency eslint-plugin-vue to ~10.9.0

Compare with previous version

added 1 commit <ul><li>0b4d313f - Update dependency eslint-plugin-vue to ~10.9.0</li></ul> [Compare with previous version](/AlekSIS/official/AlekSIS/-/merge_requests/347/diffs?diff_id=93828&start_sha=79898caa2c2312c8338c19a94399f84acfb26503)
_renovate commented 2026-04-30 05:14:12 +02:00 (Migrated from edugit.org)

changed the description

changed the description
_renovate commented 2026-04-30 06:25:00 +02:00 (Migrated from edugit.org)

added 1 commit

  • 77426da6 - Update dependency eslint-plugin-vue to ~10.9.0

Compare with previous version

added 1 commit <ul><li>77426da6 - Update dependency eslint-plugin-vue to ~10.9.0</li></ul> [Compare with previous version](/AlekSIS/official/AlekSIS/-/merge_requests/347/diffs?diff_id=93946&start_sha=0b4d313f30f03613d68cae47a49cb6092c3e20c2)
_renovate commented 2026-04-30 06:25:24 +02:00 (Migrated from edugit.org)

changed the description

changed the description
_renovate commented 2026-04-30 10:10:08 +02:00 (Migrated from edugit.org)

added 1 commit

  • deb3b723 - Update dependency eslint-plugin-vue to ~10.9.0

Compare with previous version

added 1 commit <ul><li>deb3b723 - Update dependency eslint-plugin-vue to ~10.9.0</li></ul> [Compare with previous version](/AlekSIS/official/AlekSIS/-/merge_requests/347/diffs?diff_id=94171&start_sha=77426da6d6f28c8b7a832a06e91d6b5504ff9a01)
_renovate commented 2026-04-30 12:32:09 +02:00 (Migrated from edugit.org)

added 1 commit

  • 9737e53f - Update dependency eslint-plugin-vue to ~10.9.0

Compare with previous version

added 1 commit <ul><li>9737e53f - Update dependency eslint-plugin-vue to ~10.9.0</li></ul> [Compare with previous version](/AlekSIS/official/AlekSIS/-/merge_requests/347/diffs?diff_id=94401&start_sha=deb3b72353811b4e0dec4a56a6977b3d42c0afa4)
_renovate commented 2026-04-30 20:55:27 +02:00 (Migrated from edugit.org)

added 2 commits

  • 9312c4e5 - 1 commit from branch master
  • a6ec7911 - Update dependency eslint-plugin-vue to ~10.9.0

Compare with previous version

added 2 commits <ul><li>9312c4e5 - 1 commit from branch <code>master</code></li><li>a6ec7911 - Update dependency eslint-plugin-vue to ~10.9.0</li></ul> [Compare with previous version](/AlekSIS/official/AlekSIS/-/merge_requests/347/diffs?diff_id=95189&start_sha=9737e53f88d4dbcf3c2ce4b803c875a54224205a)
_renovate commented 2026-04-30 23:32:38 +02:00 (Migrated from edugit.org)

added 1 commit

  • f5912178 - Update dependency eslint-plugin-vue to ~10.9.0

Compare with previous version

added 1 commit <ul><li>f5912178 - Update dependency eslint-plugin-vue to ~10.9.0</li></ul> [Compare with previous version](/AlekSIS/official/AlekSIS/-/merge_requests/347/diffs?diff_id=95410&start_sha=a6ec79116e73040f5cb0d701926c18f8a037f8d0)
_renovate commented 2026-05-01 00:31:45 +02:00 (Migrated from edugit.org)

added 1 commit

  • 9d100b3b - Update dependency eslint-plugin-vue to ~10.9.0

Compare with previous version

added 1 commit <ul><li>9d100b3b - Update dependency eslint-plugin-vue to ~10.9.0</li></ul> [Compare with previous version](/AlekSIS/official/AlekSIS/-/merge_requests/347/diffs?diff_id=95477&start_sha=f5912178e7b891a610660978656d84a69a6c2e67)
_renovate commented 2026-05-01 00:32:02 +02:00 (Migrated from edugit.org)

changed the description

changed the description
_renovate commented 2026-05-01 01:47:15 +02:00 (Migrated from edugit.org)

changed the description

changed the description
_renovate commented 2026-05-01 03:52:07 +02:00 (Migrated from edugit.org)

changed the description

changed the description
_renovate commented 2026-05-01 05:00:27 +02:00 (Migrated from edugit.org)

changed the description

changed the description
_renovate commented 2026-05-01 12:49:14 +02:00 (Migrated from edugit.org)

added 3 commits

  • 9d100b3b...12644c2c - 2 commits from branch master
  • b9fe0ce0 - Update dependency eslint-plugin-vue to ~10.9.0

Compare with previous version

added 3 commits <ul><li>9d100b3b...12644c2c - 2 commits from branch <code>master</code></li><li>b9fe0ce0 - Update dependency eslint-plugin-vue to ~10.9.0</li></ul> [Compare with previous version](/AlekSIS/official/AlekSIS/-/merge_requests/347/diffs?diff_id=96167&start_sha=9d100b3b62cf921e2a5ad87cb442eb8ca89217d9)
_renovate commented 2026-05-01 13:13:55 +02:00 (Migrated from edugit.org)

added 1 commit

  • 88c2909f - Update dependency eslint-plugin-vue to ~10.9.0

Compare with previous version

added 1 commit <ul><li>88c2909f - Update dependency eslint-plugin-vue to ~10.9.0</li></ul> [Compare with previous version](/AlekSIS/official/AlekSIS/-/merge_requests/347/diffs?diff_id=96184&start_sha=b9fe0ce00c7ee98e034fa12b6a592a686b84656c)
_renovate commented 2026-05-01 15:25:12 +02:00 (Migrated from edugit.org)

added 4 commits

  • 88c2909f...4552b4d6 - 3 commits from branch master
  • 2b1e75c8 - Update dependency eslint-plugin-vue to ~10.9.0

Compare with previous version

added 4 commits <ul><li>88c2909f...4552b4d6 - 3 commits from branch <code>master</code></li><li>2b1e75c8 - Update dependency eslint-plugin-vue to ~10.9.0</li></ul> [Compare with previous version](/AlekSIS/official/AlekSIS/-/merge_requests/347/diffs?diff_id=96343&start_sha=88c2909f685114d9b18e24f31f94102a4c299dfb)
_renovate commented 2026-05-01 16:24:53 +02:00 (Migrated from edugit.org)

added 1 commit

  • 900a4238 - Update dependency eslint-plugin-vue to ~10.9.0

Compare with previous version

added 1 commit <ul><li>900a4238 - Update dependency eslint-plugin-vue to ~10.9.0</li></ul> [Compare with previous version](/AlekSIS/official/AlekSIS/-/merge_requests/347/diffs?diff_id=96445&start_sha=2b1e75c8dea223aad0c55cd920d0424198a8fc47)
_renovate commented 2026-05-01 17:40:59 +02:00 (Migrated from edugit.org)

added 1 commit

  • 7457d678 - Update dependency eslint-plugin-vue to ~10.9.0

Compare with previous version

added 1 commit <ul><li>7457d678 - Update dependency eslint-plugin-vue to ~10.9.0</li></ul> [Compare with previous version](/AlekSIS/official/AlekSIS/-/merge_requests/347/diffs?diff_id=96544&start_sha=900a4238968b334f727384b716b5de9ffec0269d)
_renovate commented 2026-05-02 00:21:20 +02:00 (Migrated from edugit.org)

added 2 commits

  • bb6d295e - 1 commit from branch master
  • 43b1598e - Update dependency eslint-plugin-vue to ~10.9.0

Compare with previous version

added 2 commits <ul><li>bb6d295e - 1 commit from branch <code>master</code></li><li>43b1598e - Update dependency eslint-plugin-vue to ~10.9.0</li></ul> [Compare with previous version](/AlekSIS/official/AlekSIS/-/merge_requests/347/diffs?diff_id=97014&start_sha=7457d678b1392751bf9807e395251a9a17cb316d)
_renovate commented 2026-05-02 01:34:58 +02:00 (Migrated from edugit.org)

added 1 commit

  • 2f01339c - Update dependency eslint-plugin-vue to ~10.9.0

Compare with previous version

added 1 commit <ul><li>2f01339c - Update dependency eslint-plugin-vue to ~10.9.0</li></ul> [Compare with previous version](/AlekSIS/official/AlekSIS/-/merge_requests/347/diffs?diff_id=97144&start_sha=43b1598e10d3bf4a2718732bcee79b63c40089ab)
_renovate commented 2026-05-02 06:40:58 +02:00 (Migrated from edugit.org)

added 1 commit

  • 79d1d26c - Update dependency eslint-plugin-vue to ~10.9.0

Compare with previous version

added 1 commit <ul><li>79d1d26c - Update dependency eslint-plugin-vue to ~10.9.0</li></ul> [Compare with previous version](/AlekSIS/official/AlekSIS/-/merge_requests/347/diffs?diff_id=97500&start_sha=2f01339c3f8b2a1ba86123d354afef69fd7c3690)
_renovate commented 2026-05-02 07:45:24 +02:00 (Migrated from edugit.org)

added 1 commit

  • 505b2887 - Update dependency eslint-plugin-vue to ~10.9.0

Compare with previous version

added 1 commit <ul><li>505b2887 - Update dependency eslint-plugin-vue to ~10.9.0</li></ul> [Compare with previous version](/AlekSIS/official/AlekSIS/-/merge_requests/347/diffs?diff_id=97589&start_sha=79d1d26cf7ea7cd2d9dc9d22883261f8df9c52ff)
_renovate commented 2026-05-02 11:16:32 +02:00 (Migrated from edugit.org)

added 1 commit

  • 4b19203a - Update dependency eslint-plugin-vue to ~10.9.0

Compare with previous version

added 1 commit <ul><li>4b19203a - Update dependency eslint-plugin-vue to ~10.9.0</li></ul> [Compare with previous version](/AlekSIS/official/AlekSIS/-/merge_requests/347/diffs?diff_id=97926&start_sha=505b288734f4b9f59dde0e37b4d60d1d3daef7b9)
_renovate commented 2026-05-02 11:56:37 +02:00 (Migrated from edugit.org)

changed the description

changed the description
_renovate commented 2026-05-02 13:26:39 +02:00 (Migrated from edugit.org)

changed the description

changed the description
_renovate commented 2026-05-02 16:30:40 +02:00 (Migrated from edugit.org)

added 1 commit

  • bfca1c24 - Update dependency eslint-plugin-vue to ~10.9.0

Compare with previous version

added 1 commit <ul><li>bfca1c24 - Update dependency eslint-plugin-vue to ~10.9.0</li></ul> [Compare with previous version](/AlekSIS/official/AlekSIS/-/merge_requests/347/diffs?diff_id=98256&start_sha=4b19203a176ef5720b2fd454ea7398aa40ec5115)
_renovate commented 2026-05-02 17:51:19 +02:00 (Migrated from edugit.org)

added 1 commit

  • 7b305bd2 - Update dependency eslint-plugin-vue to ~10.9.0

Compare with previous version

added 1 commit <ul><li>7b305bd2 - Update dependency eslint-plugin-vue to ~10.9.0</li></ul> [Compare with previous version](/AlekSIS/official/AlekSIS/-/merge_requests/347/diffs?diff_id=98348&start_sha=bfca1c24c0d3ecc4f0491227a3f804d70383ad55)
_renovate commented 2026-05-02 22:20:01 +02:00 (Migrated from edugit.org)

added 1 commit

  • d40f3710 - Update dependency eslint-plugin-vue to ~10.9.0

Compare with previous version

added 1 commit <ul><li>d40f3710 - Update dependency eslint-plugin-vue to ~10.9.0</li></ul> [Compare with previous version](/AlekSIS/official/AlekSIS/-/merge_requests/347/diffs?diff_id=98694&start_sha=7b305bd28a6a9c043539cc61d38fae182714ac2f)
_renovate commented 2026-05-03 00:41:39 +02:00 (Migrated from edugit.org)

added 1 commit

  • f907a2be - Update dependency eslint-plugin-vue to ~10.9.0

Compare with previous version

added 1 commit <ul><li>f907a2be - Update dependency eslint-plugin-vue to ~10.9.0</li></ul> [Compare with previous version](/AlekSIS/official/AlekSIS/-/merge_requests/347/diffs?diff_id=98814&start_sha=d40f3710fa197a5913946e90fe5765f813e968b0)
_renovate commented 2026-05-03 00:42:12 +02:00 (Migrated from edugit.org)

changed the description

changed the description
_renovate commented 2026-05-03 01:29:41 +02:00 (Migrated from edugit.org)

added 1 commit

  • c635f6ac - Update dependency eslint-plugin-vue to ~10.9.0

Compare with previous version

added 1 commit <ul><li>c635f6ac - Update dependency eslint-plugin-vue to ~10.9.0</li></ul> [Compare with previous version](/AlekSIS/official/AlekSIS/-/merge_requests/347/diffs?diff_id=98934&start_sha=f907a2becb65ec09fe3053a066bf3487bf93be2e)
_renovate commented 2026-05-03 01:30:06 +02:00 (Migrated from edugit.org)

changed the description

changed the description
_renovate commented 2026-05-03 02:13:11 +02:00 (Migrated from edugit.org)

added 1 commit

  • 9b70286e - Update dependency eslint-plugin-vue to ~10.9.0

Compare with previous version

added 1 commit <ul><li>9b70286e - Update dependency eslint-plugin-vue to ~10.9.0</li></ul> [Compare with previous version](/AlekSIS/official/AlekSIS/-/merge_requests/347/diffs?diff_id=99083&start_sha=c635f6ac7501739c56ec7c975bc7bfd001b883b3)
_renovate commented 2026-05-03 03:34:23 +02:00 (Migrated from edugit.org)

added 1 commit

  • e813d59f - Update dependency eslint-plugin-vue to ~10.9.0

Compare with previous version

added 1 commit <ul><li>e813d59f - Update dependency eslint-plugin-vue to ~10.9.0</li></ul> [Compare with previous version](/AlekSIS/official/AlekSIS/-/merge_requests/347/diffs?diff_id=99310&start_sha=9b70286e23de632ac9499b51e00eb78f746baf4f)
_renovate commented 2026-05-03 10:01:26 +02:00 (Migrated from edugit.org)

added 1 commit

  • e77f8538 - Update dependency eslint-plugin-vue to ~10.9.0

Compare with previous version

added 1 commit <ul><li>e77f8538 - Update dependency eslint-plugin-vue to ~10.9.0</li></ul> [Compare with previous version](/AlekSIS/official/AlekSIS/-/merge_requests/347/diffs?diff_id=99721&start_sha=e813d59ffeabd2750d382b67366c0a3fd983a18c)
_renovate commented 2026-05-03 11:06:15 +02:00 (Migrated from edugit.org)

added 1 commit

  • 547a0a1c - Update dependency eslint-plugin-vue to ~10.9.0

Compare with previous version

added 1 commit <ul><li>547a0a1c - Update dependency eslint-plugin-vue to ~10.9.0</li></ul> [Compare with previous version](/AlekSIS/official/AlekSIS/-/merge_requests/347/diffs?diff_id=99783&start_sha=e77f85384d0aeeb0948a5d8aaff1e21bbea60d56)
_renovate commented 2026-05-03 11:06:46 +02:00 (Migrated from edugit.org)

changed the description

changed the description
_renovate commented 2026-05-03 12:48:04 +02:00 (Migrated from edugit.org)

changed the description

changed the description
_renovate commented 2026-05-03 16:35:18 +02:00 (Migrated from edugit.org)

added 1 commit

  • 55f6b920 - Update dependency eslint-plugin-vue to ~10.9.0

Compare with previous version

added 1 commit <ul><li>55f6b920 - Update dependency eslint-plugin-vue to ~10.9.0</li></ul> [Compare with previous version](/AlekSIS/official/AlekSIS/-/merge_requests/347/diffs?diff_id=100195&start_sha=547a0a1c579e9de8f521d84cc6abefd3b7eaa52c)
_renovate commented 2026-05-03 17:19:52 +02:00 (Migrated from edugit.org)

added 1 commit

  • 4a729bf7 - Update dependency eslint-plugin-vue to ~10.9.0

Compare with previous version

added 1 commit <ul><li>4a729bf7 - Update dependency eslint-plugin-vue to ~10.9.0</li></ul> [Compare with previous version](/AlekSIS/official/AlekSIS/-/merge_requests/347/diffs?diff_id=100269&start_sha=55f6b920af14178fc5824083ed09e7962d84ac4e)
_renovate commented 2026-05-03 17:49:51 +02:00 (Migrated from edugit.org)

added 1 commit

  • 175c90a0 - Update dependency eslint-plugin-vue to ~10.9.0

Compare with previous version

added 1 commit <ul><li>175c90a0 - Update dependency eslint-plugin-vue to ~10.9.0</li></ul> [Compare with previous version](/AlekSIS/official/AlekSIS/-/merge_requests/347/diffs?diff_id=100339&start_sha=4a729bf73507f4f325bcca6fac79675e335d367f)
_renovate commented 2026-05-03 18:55:39 +02:00 (Migrated from edugit.org)

added 1 commit

  • 808086a7 - Update dependency eslint-plugin-vue to ~10.9.0

Compare with previous version

added 1 commit <ul><li>808086a7 - Update dependency eslint-plugin-vue to ~10.9.0</li></ul> [Compare with previous version](/AlekSIS/official/AlekSIS/-/merge_requests/347/diffs?diff_id=100411&start_sha=175c90a049152763dc11a4ad91b2846c29e8d2ea)
_renovate commented 2026-05-03 19:39:07 +02:00 (Migrated from edugit.org)

added 1 commit

  • 3c6328b8 - Update dependency eslint-plugin-vue to ~10.9.0

Compare with previous version

added 1 commit <ul><li>3c6328b8 - Update dependency eslint-plugin-vue to ~10.9.0</li></ul> [Compare with previous version](/AlekSIS/official/AlekSIS/-/merge_requests/347/diffs?diff_id=100475&start_sha=808086a7d81698ea13df769304ecd06871a89e29)
_renovate commented 2026-05-03 21:21:56 +02:00 (Migrated from edugit.org)

added 1 commit

  • a0cc5b66 - Update dependency eslint-plugin-vue to ~10.9.0

Compare with previous version

added 1 commit <ul><li>a0cc5b66 - Update dependency eslint-plugin-vue to ~10.9.0</li></ul> [Compare with previous version](/AlekSIS/official/AlekSIS/-/merge_requests/347/diffs?diff_id=100609&start_sha=3c6328b87fb2076d142bcb717cb09a2aab7e7b8f)
_renovate commented 2026-05-03 22:05:33 +02:00 (Migrated from edugit.org)

added 1 commit

  • f0a16fc7 - Update dependency eslint-plugin-vue to ~10.9.0

Compare with previous version

added 1 commit <ul><li>f0a16fc7 - Update dependency eslint-plugin-vue to ~10.9.0</li></ul> [Compare with previous version](/AlekSIS/official/AlekSIS/-/merge_requests/347/diffs?diff_id=100660&start_sha=a0cc5b66d87e69fd853bda7d8cae028a7edab7ba)
_renovate commented 2026-05-03 22:08:28 +02:00 (Migrated from edugit.org)

added 1 commit

  • d59000e6 - Update dependency eslint-plugin-vue to ~10.9.0

Compare with previous version

added 1 commit <ul><li>d59000e6 - Update dependency eslint-plugin-vue to ~10.9.0</li></ul> [Compare with previous version](/AlekSIS/official/AlekSIS/-/merge_requests/347/diffs?diff_id=100666&start_sha=f0a16fc7c9ddfcb7046dfe456a63b8f7bd88a4c8)
_renovate commented 2026-05-03 22:48:30 +02:00 (Migrated from edugit.org)

added 1 commit

  • b19b2767 - Update dependency eslint-plugin-vue to ~10.9.0

Compare with previous version

added 1 commit <ul><li>b19b2767 - Update dependency eslint-plugin-vue to ~10.9.0</li></ul> [Compare with previous version](/AlekSIS/official/AlekSIS/-/merge_requests/347/diffs?diff_id=100732&start_sha=d59000e697b7ff1fd88a00c1daad823eccd33fd5)
_renovate commented 2026-05-03 23:04:36 +02:00 (Migrated from edugit.org)

added 1 commit

  • 7cfbc46a - Update dependency eslint-plugin-vue to ~10.9.0

Compare with previous version

added 1 commit <ul><li>7cfbc46a - Update dependency eslint-plugin-vue to ~10.9.0</li></ul> [Compare with previous version](/AlekSIS/official/AlekSIS/-/merge_requests/347/diffs?diff_id=100773&start_sha=b19b276726127d0eb3c59e6f7ffab0c0138dee3c)
_renovate commented 2026-05-03 23:28:10 +02:00 (Migrated from edugit.org)

added 1 commit

  • bb014845 - Update dependency eslint-plugin-vue to ~10.9.0

Compare with previous version

added 1 commit <ul><li>bb014845 - Update dependency eslint-plugin-vue to ~10.9.0</li></ul> [Compare with previous version](/AlekSIS/official/AlekSIS/-/merge_requests/347/diffs?diff_id=100803&start_sha=7cfbc46a7351bd93ca96103cb1b95d4f4e37b52b)
_renovate commented 2026-05-04 01:47:07 +02:00 (Migrated from edugit.org)

changed the description

changed the description
_renovate commented 2026-05-04 05:46:54 +02:00 (Migrated from edugit.org)

added 1 commit

  • 7e473e7a - Update dependency eslint-plugin-vue to ~10.9.0

Compare with previous version

added 1 commit <ul><li>7e473e7a - Update dependency eslint-plugin-vue to ~10.9.0</li></ul> [Compare with previous version](/AlekSIS/official/AlekSIS/-/merge_requests/347/diffs?diff_id=101202&start_sha=bb0148458036b6feec049f0a8257ed1f784d9105)
_renovate commented 2026-05-04 05:47:27 +02:00 (Migrated from edugit.org)

changed the description

changed the description
_renovate commented 2026-05-04 06:30:54 +02:00 (Migrated from edugit.org)

added 1 commit

  • 09a1419e - Update dependency eslint-plugin-vue to ~10.9.0

Compare with previous version

added 1 commit <ul><li>09a1419e - Update dependency eslint-plugin-vue to ~10.9.0</li></ul> [Compare with previous version](/AlekSIS/official/AlekSIS/-/merge_requests/347/diffs?diff_id=101284&start_sha=7e473e7af5dd95188825405e3f35587e1a15dcd3)
_renovate commented 2026-05-04 11:49:52 +02:00 (Migrated from edugit.org)

added 1 commit

  • 3e12736e - Update dependency eslint-plugin-vue to ~10.9.0

Compare with previous version

added 1 commit <ul><li>3e12736e - Update dependency eslint-plugin-vue to ~10.9.0</li></ul> [Compare with previous version](/AlekSIS/official/AlekSIS/-/merge_requests/347/diffs?diff_id=101597&start_sha=09a1419e3ac514692c0b673acdd19c8ba3e9e9ce)
_renovate commented 2026-05-04 12:54:42 +02:00 (Migrated from edugit.org)

changed the description

changed the description
_renovate commented 2026-05-04 13:30:09 +02:00 (Migrated from edugit.org)

added 1 commit

  • aa31b04b - Update dependency eslint-plugin-vue to ~10.9.0

Compare with previous version

added 1 commit <ul><li>aa31b04b - Update dependency eslint-plugin-vue to ~10.9.0</li></ul> [Compare with previous version](/AlekSIS/official/AlekSIS/-/merge_requests/347/diffs?diff_id=101822&start_sha=3e12736ec92050e3e4a4c5d30b522afcd1e317e5)
_renovate commented 2026-05-04 13:30:41 +02:00 (Migrated from edugit.org)

changed the description

changed the description
_renovate commented 2026-05-04 13:43:48 +02:00 (Migrated from edugit.org)

added 1 commit

  • c0087470 - Update dependency eslint-plugin-vue to ~10.9.0

Compare with previous version

added 1 commit <ul><li>c0087470 - Update dependency eslint-plugin-vue to ~10.9.0</li></ul> [Compare with previous version](/AlekSIS/official/AlekSIS/-/merge_requests/347/diffs?diff_id=101848&start_sha=aa31b04bb683f9bf4f31010e347531306edb2367)
_renovate commented 2026-05-04 14:17:10 +02:00 (Migrated from edugit.org)

added 1 commit

  • a296ce8e - Update dependency eslint-plugin-vue to ~10.9.0

Compare with previous version

added 1 commit <ul><li>a296ce8e - Update dependency eslint-plugin-vue to ~10.9.0</li></ul> [Compare with previous version](/AlekSIS/official/AlekSIS/-/merge_requests/347/diffs?diff_id=101917&start_sha=c0087470661c7b56aef956e4206639f44a0ca77b)
_renovate commented 2026-05-04 14:39:15 +02:00 (Migrated from edugit.org)

added 1 commit

  • 617269df - Update dependency eslint-plugin-vue to ~10.9.0

Compare with previous version

added 1 commit <ul><li>617269df - Update dependency eslint-plugin-vue to ~10.9.0</li></ul> [Compare with previous version](/AlekSIS/official/AlekSIS/-/merge_requests/347/diffs?diff_id=101954&start_sha=a296ce8e38fe9a17bc1bf6f11cedb4c0024646e5)
_renovate commented 2026-05-04 14:39:46 +02:00 (Migrated from edugit.org)

changed the description

changed the description
_renovate commented 2026-05-04 16:59:12 +02:00 (Migrated from edugit.org)

added 1 commit

  • a6611617 - Update dependency eslint-plugin-vue to ~10.9.0

Compare with previous version

added 1 commit <ul><li>a6611617 - Update dependency eslint-plugin-vue to ~10.9.0</li></ul> [Compare with previous version](/AlekSIS/official/AlekSIS/-/merge_requests/347/diffs?diff_id=102117&start_sha=617269df92656efc3e9886be78de82156e88be8f)
_renovate commented 2026-05-04 16:59:54 +02:00 (Migrated from edugit.org)

changed the description

changed the description
_renovate commented 2026-05-04 17:13:38 +02:00 (Migrated from edugit.org)

added 1 commit

  • 30c62558 - Update dependency eslint-plugin-vue to ~10.9.0

Compare with previous version

added 1 commit <ul><li>30c62558 - Update dependency eslint-plugin-vue to ~10.9.0</li></ul> [Compare with previous version](/AlekSIS/official/AlekSIS/-/merge_requests/347/diffs?diff_id=102163&start_sha=a66116179de560d97918d176f97ad770632345a8)
_renovate commented 2026-05-04 17:51:15 +02:00 (Migrated from edugit.org)

added 1 commit

  • c89d251f - Update dependency eslint-plugin-vue to ~10.9.0

Compare with previous version

added 1 commit <ul><li>c89d251f - Update dependency eslint-plugin-vue to ~10.9.0</li></ul> [Compare with previous version](/AlekSIS/official/AlekSIS/-/merge_requests/347/diffs?diff_id=102214&start_sha=30c625582216dba04caf25dfc9ec21f458ec1479)
_renovate commented 2026-05-04 18:57:26 +02:00 (Migrated from edugit.org)

added 1 commit

  • 28ff4081 - Update dependency eslint-plugin-vue to ~10.9.0

Compare with previous version

added 1 commit <ul><li>28ff4081 - Update dependency eslint-plugin-vue to ~10.9.0</li></ul> [Compare with previous version](/AlekSIS/official/AlekSIS/-/merge_requests/347/diffs?diff_id=102295&start_sha=c89d251f620ab3ce88c3eaf7ff388408280ea34a)
_renovate commented 2026-05-05 00:32:14 +02:00 (Migrated from edugit.org)

added 1 commit

  • c9481d66 - Update dependency eslint-plugin-vue to ~10.9.0

Compare with previous version

added 1 commit <ul><li>c9481d66 - Update dependency eslint-plugin-vue to ~10.9.0</li></ul> [Compare with previous version](/AlekSIS/official/AlekSIS/-/merge_requests/347/diffs?diff_id=102724&start_sha=28ff4081832648b5768452e72b8bf2b291e256ae)
_renovate commented 2026-05-05 00:37:08 +02:00 (Migrated from edugit.org)

added 1 commit

  • 73c1c30b - Update dependency eslint-plugin-vue to ~10.9.0

Compare with previous version

added 1 commit <ul><li>73c1c30b - Update dependency eslint-plugin-vue to ~10.9.0</li></ul> [Compare with previous version](/AlekSIS/official/AlekSIS/-/merge_requests/347/diffs?diff_id=102739&start_sha=c9481d66a70332c4a40a45f41d4732695ee93f49)
_renovate commented 2026-05-05 02:21:01 +02:00 (Migrated from edugit.org)

added 1 commit

  • e64854be - Update dependency eslint-plugin-vue to ~10.9.0

Compare with previous version

added 1 commit <ul><li>e64854be - Update dependency eslint-plugin-vue to ~10.9.0</li></ul> [Compare with previous version](/AlekSIS/official/AlekSIS/-/merge_requests/347/diffs?diff_id=102901&start_sha=73c1c30b3c7ee52f0149acfde69c5f1c82111f8c)
_renovate commented 2026-05-05 03:40:54 +02:00 (Migrated from edugit.org)

added 1 commit

  • 9d668a20 - Update dependency eslint-plugin-vue to ~10.9.0

Compare with previous version

added 1 commit <ul><li>9d668a20 - Update dependency eslint-plugin-vue to ~10.9.0</li></ul> [Compare with previous version](/AlekSIS/official/AlekSIS/-/merge_requests/347/diffs?diff_id=103021&start_sha=e64854be561351730247ac06f767b31bb1c7428b)
_renovate commented 2026-05-05 05:16:16 +02:00 (Migrated from edugit.org)

added 1 commit

  • c0a470ac - Update dependency eslint-plugin-vue to ~10.9.0

Compare with previous version

added 1 commit <ul><li>c0a470ac - Update dependency eslint-plugin-vue to ~10.9.0</li></ul> [Compare with previous version](/AlekSIS/official/AlekSIS/-/merge_requests/347/diffs?diff_id=103144&start_sha=9d668a205328e4ab633cb8cc53057b39681b7479)
_renovate commented 2026-05-05 05:25:58 +02:00 (Migrated from edugit.org)

added 1 commit

  • 210b9b64 - Update dependency eslint-plugin-vue to ~10.9.0

Compare with previous version

added 1 commit <ul><li>210b9b64 - Update dependency eslint-plugin-vue to ~10.9.0</li></ul> [Compare with previous version](/AlekSIS/official/AlekSIS/-/merge_requests/347/diffs?diff_id=103167&start_sha=c0a470aca91936f363d9eddf9872feb8f095b1e8)
_renovate commented 2026-05-05 05:31:21 +02:00 (Migrated from edugit.org)

added 1 commit

  • ac998597 - Update dependency eslint-plugin-vue to ~10.9.0

Compare with previous version

added 1 commit <ul><li>ac998597 - Update dependency eslint-plugin-vue to ~10.9.0</li></ul> [Compare with previous version](/AlekSIS/official/AlekSIS/-/merge_requests/347/diffs?diff_id=103186&start_sha=210b9b640d3650ab21d15eeba8b227c190dcb26a)
_renovate commented 2026-05-05 05:35:47 +02:00 (Migrated from edugit.org)

added 1 commit

  • 2353761f - Update dependency eslint-plugin-vue to ~10.9.0

Compare with previous version

added 1 commit <ul><li>2353761f - Update dependency eslint-plugin-vue to ~10.9.0</li></ul> [Compare with previous version](/AlekSIS/official/AlekSIS/-/merge_requests/347/diffs?diff_id=103199&start_sha=ac99859708dfee22df380e8fa5932d80cf4f8442)
_renovate commented 2026-05-05 06:13:05 +02:00 (Migrated from edugit.org)

added 1 commit

  • 93aede20 - Update dependency eslint-plugin-vue to ~10.9.0

Compare with previous version

added 1 commit <ul><li>93aede20 - Update dependency eslint-plugin-vue to ~10.9.0</li></ul> [Compare with previous version](/AlekSIS/official/AlekSIS/-/merge_requests/347/diffs?diff_id=103246&start_sha=2353761f3d4aba8414aaaf484f9b971f7c6394cd)
_renovate commented 2026-05-05 09:57:15 +02:00 (Migrated from edugit.org)

added 1 commit

  • f0433498 - Update dependency eslint-plugin-vue to ~10.9.0

Compare with previous version

added 1 commit <ul><li>f0433498 - Update dependency eslint-plugin-vue to ~10.9.0</li></ul> [Compare with previous version](/AlekSIS/official/AlekSIS/-/merge_requests/347/diffs?diff_id=103593&start_sha=93aede207a456af77086f3451c5137665442b4f5)
_renovate commented 2026-05-05 11:05:02 +02:00 (Migrated from edugit.org)

added 1 commit

  • 37921a39 - Update dependency eslint-plugin-vue to ~10.9.0

Compare with previous version

added 1 commit <ul><li>37921a39 - Update dependency eslint-plugin-vue to ~10.9.0</li></ul> [Compare with previous version](/AlekSIS/official/AlekSIS/-/merge_requests/347/diffs?diff_id=103658&start_sha=f0433498574a70a5efc19d182b46b90344626cc3)
_renovate commented 2026-05-05 11:05:27 +02:00 (Migrated from edugit.org)

changed the description

changed the description
_renovate commented 2026-05-05 11:13:24 +02:00 (Migrated from edugit.org)

added 1 commit

  • f957be53 - Update dependency eslint-plugin-vue to ~10.9.0

Compare with previous version

added 1 commit <ul><li>f957be53 - Update dependency eslint-plugin-vue to ~10.9.0</li></ul> [Compare with previous version](/AlekSIS/official/AlekSIS/-/merge_requests/347/diffs?diff_id=103683&start_sha=37921a390656eb0ed307a2e2a55c428e6961c418)
_renovate commented 2026-05-05 11:13:47 +02:00 (Migrated from edugit.org)

changed the description

changed the description
_renovate commented 2026-05-05 11:53:34 +02:00 (Migrated from edugit.org)

added 1 commit

  • 87ca9e43 - Update dependency eslint-plugin-vue to ~10.9.0

Compare with previous version

added 1 commit <ul><li>87ca9e43 - Update dependency eslint-plugin-vue to ~10.9.0</li></ul> [Compare with previous version](/AlekSIS/official/AlekSIS/-/merge_requests/347/diffs?diff_id=103735&start_sha=f957be5306ba2d877c279db19d2045d60b36f86e)
_renovate commented 2026-05-05 13:37:10 +02:00 (Migrated from edugit.org)

added 5 commits

  • 87ca9e43...a3dba6f8 - 4 commits from branch master
  • 82b3df46 - Update dependency eslint-plugin-vue to ~10.9.0

Compare with previous version

added 5 commits <ul><li>87ca9e43...a3dba6f8 - 4 commits from branch <code>master</code></li><li>82b3df46 - Update dependency eslint-plugin-vue to ~10.9.0</li></ul> [Compare with previous version](/AlekSIS/official/AlekSIS/-/merge_requests/347/diffs?diff_id=103825&start_sha=87ca9e4318c771772febf48dd64505bbf8ec30c1)
_renovate commented 2026-05-05 13:54:53 +02:00 (Migrated from edugit.org)

added 1 commit

  • f66a9993 - Update dependency eslint-plugin-vue to ~10.9.0

Compare with previous version

added 1 commit <ul><li>f66a9993 - Update dependency eslint-plugin-vue to ~10.9.0</li></ul> [Compare with previous version](/AlekSIS/official/AlekSIS/-/merge_requests/347/diffs?diff_id=103857&start_sha=82b3df46350900911b747d692b556553bc185889)
_renovate commented 2026-05-05 14:43:59 +02:00 (Migrated from edugit.org)

added 1 commit

  • fd87a2ff - Update dependency eslint-plugin-vue to ~10.9.0

Compare with previous version

added 1 commit <ul><li>fd87a2ff - Update dependency eslint-plugin-vue to ~10.9.0</li></ul> [Compare with previous version](/AlekSIS/official/AlekSIS/-/merge_requests/347/diffs?diff_id=103910&start_sha=f66a999379528c5f7bcee58bcdb9f10cc565c554)
_renovate commented 2026-05-05 15:16:06 +02:00 (Migrated from edugit.org)

added 1 commit

  • 7b693461 - Update dependency eslint-plugin-vue to ~10.9.0

Compare with previous version

added 1 commit <ul><li>7b693461 - Update dependency eslint-plugin-vue to ~10.9.0</li></ul> [Compare with previous version](/AlekSIS/official/AlekSIS/-/merge_requests/347/diffs?diff_id=103966&start_sha=fd87a2ff8ebbc96e87fbb8a9137ec7003449a5df)
_renovate commented 2026-05-05 16:30:56 +02:00 (Migrated from edugit.org)

added 1 commit

  • 669da627 - Update dependency eslint-plugin-vue to ~10.9.0

Compare with previous version

added 1 commit <ul><li>669da627 - Update dependency eslint-plugin-vue to ~10.9.0</li></ul> [Compare with previous version](/AlekSIS/official/AlekSIS/-/merge_requests/347/diffs?diff_id=104036&start_sha=7b693461051eb5a81005d454698dfc1c34bf1e8e)
_renovate commented 2026-05-05 17:03:25 +02:00 (Migrated from edugit.org)

changed the description

changed the description
_renovate commented 2026-05-05 17:13:45 +02:00 (Migrated from edugit.org)

added 1 commit

  • 3c2e6f5e - Update dependency eslint-plugin-vue to ~10.9.0

Compare with previous version

added 1 commit <ul><li>3c2e6f5e - Update dependency eslint-plugin-vue to ~10.9.0</li></ul> [Compare with previous version](/AlekSIS/official/AlekSIS/-/merge_requests/347/diffs?diff_id=104082&start_sha=669da6279030482dd09ac92a19ff311b73900024)
_renovate commented 2026-05-05 23:03:15 +02:00 (Migrated from edugit.org)

added 1 commit

  • cfdd4930 - Update dependency eslint-plugin-vue to ~10.9.0

Compare with previous version

added 1 commit <ul><li>cfdd4930 - Update dependency eslint-plugin-vue to ~10.9.0</li></ul> [Compare with previous version](/AlekSIS/official/AlekSIS/-/merge_requests/347/diffs?diff_id=104506&start_sha=3c2e6f5ed1cfa17a7581e96182ab4417b4cb39a9)
_renovate commented 2026-05-05 23:37:38 +02:00 (Migrated from edugit.org)

added 1 commit

  • 0ceb3f1c - Update dependency eslint-plugin-vue to ~10.9.0

Compare with previous version

added 1 commit <ul><li>0ceb3f1c - Update dependency eslint-plugin-vue to ~10.9.0</li></ul> [Compare with previous version](/AlekSIS/official/AlekSIS/-/merge_requests/347/diffs?diff_id=104553&start_sha=cfdd493098cde8ecf0f4e42bb9a1385000b16238)
_renovate commented 2026-05-06 00:06:29 +02:00 (Migrated from edugit.org)

changed the description

changed the description
_renovate commented 2026-05-06 01:10:45 +02:00 (Migrated from edugit.org)

added 1 commit

  • fa0c7c96 - Update dependency eslint-plugin-vue to ~10.9.0

Compare with previous version

added 1 commit <ul><li>fa0c7c96 - Update dependency eslint-plugin-vue to ~10.9.0</li></ul> [Compare with previous version](/AlekSIS/official/AlekSIS/-/merge_requests/347/diffs?diff_id=104712&start_sha=0ceb3f1cc319d990f822d5a3739b375d7f40a44e)
_renovate commented 2026-05-06 01:59:15 +02:00 (Migrated from edugit.org)

changed the description

changed the description
_renovate commented 2026-05-06 06:24:04 +02:00 (Migrated from edugit.org)

added 1 commit

  • e544dc94 - Update dependency eslint-plugin-vue to ~10.9.0

Compare with previous version

added 1 commit <ul><li>e544dc94 - Update dependency eslint-plugin-vue to ~10.9.0</li></ul> [Compare with previous version](/AlekSIS/official/AlekSIS/-/merge_requests/347/diffs?diff_id=105096&start_sha=fa0c7c9640d9b97f66eaa1e7287aa887e91060e4)
_renovate commented 2026-05-06 06:24:37 +02:00 (Migrated from edugit.org)

changed the description

changed the description
_renovate commented 2026-05-06 08:29:33 +02:00 (Migrated from edugit.org)

added 1 commit

  • c01e3ec3 - Update dependency eslint-plugin-vue to ~10.9.0

Compare with previous version

added 1 commit <ul><li>c01e3ec3 - Update dependency eslint-plugin-vue to ~10.9.0</li></ul> [Compare with previous version](/AlekSIS/official/AlekSIS/-/merge_requests/347/diffs?diff_id=105245&start_sha=e544dc94a5b1804a64eaec7c53e1afa8c593902d)
_renovate commented 2026-05-06 08:30:02 +02:00 (Migrated from edugit.org)

changed the description

changed the description
_renovate commented 2026-05-06 08:51:34 +02:00 (Migrated from edugit.org)

added 1 commit

  • 103d8e96 - Update dependency eslint-plugin-vue to ~10.9.0

Compare with previous version

added 1 commit <ul><li>103d8e96 - Update dependency eslint-plugin-vue to ~10.9.0</li></ul> [Compare with previous version](/AlekSIS/official/AlekSIS/-/merge_requests/347/diffs?diff_id=105266&start_sha=c01e3ec3bdb3f06e9f43a8cf1cfaf55521a5b2b4)
_renovate commented 2026-05-06 10:17:59 +02:00 (Migrated from edugit.org)

added 1 commit

  • c9d52f67 - Update dependency eslint-plugin-vue to ~10.9.0

Compare with previous version

added 1 commit <ul><li>c9d52f67 - Update dependency eslint-plugin-vue to ~10.9.0</li></ul> [Compare with previous version](/AlekSIS/official/AlekSIS/-/merge_requests/347/diffs?diff_id=105396&start_sha=103d8e96cbd9e22b0dc8b46448a3e75844279ff1)
_renovate commented 2026-05-06 14:24:29 +02:00 (Migrated from edugit.org)

added 1 commit

  • a6c0bd50 - Update dependency eslint-plugin-vue to ~10.9.0

Compare with previous version

added 1 commit <ul><li>a6c0bd50 - Update dependency eslint-plugin-vue to ~10.9.0</li></ul> [Compare with previous version](/AlekSIS/official/AlekSIS/-/merge_requests/347/diffs?diff_id=105755&start_sha=c9d52f674054e9aa0dfdffbc675fda0efc6b1817)
_renovate commented 2026-05-06 15:44:45 +02:00 (Migrated from edugit.org)

added 1 commit

  • 769c1be9 - Update dependency eslint-plugin-vue to ~10.9.0

Compare with previous version

added 1 commit <ul><li>769c1be9 - Update dependency eslint-plugin-vue to ~10.9.0</li></ul> [Compare with previous version](/AlekSIS/official/AlekSIS/-/merge_requests/347/diffs?diff_id=105830&start_sha=a6c0bd503e4a62e725064f6f82441ebc89c6356a)
_renovate commented 2026-05-06 16:46:55 +02:00 (Migrated from edugit.org)

added 1 commit

  • a3853d35 - Update dependency eslint-plugin-vue to ~10.9.0

Compare with previous version

added 1 commit <ul><li>a3853d35 - Update dependency eslint-plugin-vue to ~10.9.0</li></ul> [Compare with previous version](/AlekSIS/official/AlekSIS/-/merge_requests/347/diffs?diff_id=105916&start_sha=769c1be9e36667b635a38af1d9b4d6b46b078586)
_renovate commented 2026-05-06 17:01:34 +02:00 (Migrated from edugit.org)

added 1 commit

  • 951a1f2e - Update dependency eslint-plugin-vue to ~10.9.0

Compare with previous version

added 1 commit <ul><li>951a1f2e - Update dependency eslint-plugin-vue to ~10.9.0</li></ul> [Compare with previous version](/AlekSIS/official/AlekSIS/-/merge_requests/347/diffs?diff_id=105929&start_sha=a3853d356e2750eb635eb43f68c77fb880e4f923)
_renovate commented 2026-05-06 17:20:04 +02:00 (Migrated from edugit.org)

added 1 commit

  • 4d482777 - Update dependency eslint-plugin-vue to ~10.9.0

Compare with previous version

added 1 commit <ul><li>4d482777 - Update dependency eslint-plugin-vue to ~10.9.0</li></ul> [Compare with previous version](/AlekSIS/official/AlekSIS/-/merge_requests/347/diffs?diff_id=105971&start_sha=951a1f2ee3ebd97243962fbd469faf35eefd78a8)
_renovate commented 2026-05-06 19:45:18 +02:00 (Migrated from edugit.org)

added 1 commit

  • 7f566be1 - Update dependency eslint-plugin-vue to ~10.9.0

Compare with previous version

added 1 commit <ul><li>7f566be1 - Update dependency eslint-plugin-vue to ~10.9.0</li></ul> [Compare with previous version](/AlekSIS/official/AlekSIS/-/merge_requests/347/diffs?diff_id=106302&start_sha=4d482777148496a6eb73c1c9e1ed576c3317e6e7)
_renovate commented 2026-05-06 22:07:27 +02:00 (Migrated from edugit.org)

added 1 commit

  • e1852011 - Update dependency eslint-plugin-vue to ~10.9.0

Compare with previous version

added 1 commit <ul><li>e1852011 - Update dependency eslint-plugin-vue to ~10.9.0</li></ul> [Compare with previous version](/AlekSIS/official/AlekSIS/-/merge_requests/347/diffs?diff_id=106530&start_sha=7f566be179c5bb9ebc471a8ffa2e265350f97055)
_renovate commented 2026-05-06 23:55:28 +02:00 (Migrated from edugit.org)

added 1 commit

  • e6c5c84e - Update dependency eslint-plugin-vue to ~10.9.0

Compare with previous version

added 1 commit <ul><li>e6c5c84e - Update dependency eslint-plugin-vue to ~10.9.0</li></ul> [Compare with previous version](/AlekSIS/official/AlekSIS/-/merge_requests/347/diffs?diff_id=106691&start_sha=e1852011f94d90a590a4de379f8fb255b4031206)
_renovate commented 2026-05-07 01:04:55 +02:00 (Migrated from edugit.org)

added 1 commit

  • 4e8027f8 - Update dependency eslint-plugin-vue to ~10.9.0

Compare with previous version

added 1 commit <ul><li>4e8027f8 - Update dependency eslint-plugin-vue to ~10.9.0</li></ul> [Compare with previous version](/AlekSIS/official/AlekSIS/-/merge_requests/347/diffs?diff_id=106832&start_sha=e6c5c84ee6d650fd01230a446bba9e09f2a42a8b)
_renovate commented 2026-05-07 04:48:50 +02:00 (Migrated from edugit.org)

added 1 commit

  • 243a40ef - Update dependency eslint-plugin-vue to ~10.9.0

Compare with previous version

added 1 commit <ul><li>243a40ef - Update dependency eslint-plugin-vue to ~10.9.0</li></ul> [Compare with previous version](/AlekSIS/official/AlekSIS/-/merge_requests/347/diffs?diff_id=107047&start_sha=4e8027f8cadf6272afa953ad1e730ef60bc36ea2)
_renovate commented 2026-05-07 07:51:37 +02:00 (Migrated from edugit.org)

added 1 commit

  • d78c0765 - Update dependency eslint-plugin-vue to ~10.9.0

Compare with previous version

added 1 commit <ul><li>d78c0765 - Update dependency eslint-plugin-vue to ~10.9.0</li></ul> [Compare with previous version](/AlekSIS/official/AlekSIS/-/merge_requests/347/diffs?diff_id=107163&start_sha=243a40ef49ce5b140d00bae20c5db5428b491016)
_renovate commented 2026-05-07 15:26:28 +02:00 (Migrated from edugit.org)

added 1 commit

  • 0960616b - Update dependency eslint-plugin-vue to ~10.9.0

Compare with previous version

added 1 commit <ul><li>0960616b - Update dependency eslint-plugin-vue to ~10.9.0</li></ul> [Compare with previous version](/AlekSIS/official/AlekSIS/-/merge_requests/347/diffs?diff_id=107742&start_sha=d78c0765bbd01e8212c9a1c75a5b55b7cfb6a5c7)
_renovate commented 2026-05-07 18:23:18 +02:00 (Migrated from edugit.org)

added 1 commit

  • b366cda4 - Update dependency eslint-plugin-vue to ~10.9.0

Compare with previous version

added 1 commit <ul><li>b366cda4 - Update dependency eslint-plugin-vue to ~10.9.0</li></ul> [Compare with previous version](/AlekSIS/official/AlekSIS/-/merge_requests/347/diffs?diff_id=107942&start_sha=0960616ba4e5f4a9b68f6120ee19229e9ba176a6)
_renovate commented 2026-05-08 00:31:35 +02:00 (Migrated from edugit.org)

added 1 commit

  • 67cae981 - Update dependency eslint-plugin-vue to ~10.9.0

Compare with previous version

added 1 commit <ul><li>67cae981 - Update dependency eslint-plugin-vue to ~10.9.0</li></ul> [Compare with previous version](/AlekSIS/official/AlekSIS/-/merge_requests/347/diffs?diff_id=108400&start_sha=b366cda475d5ba5d0732d3d42efdb02e649bd842)
_renovate commented 2026-05-08 07:18:21 +02:00 (Migrated from edugit.org)

added 1 commit

  • 0a60e3ff - Update dependency eslint-plugin-vue to ~10.9.0

Compare with previous version

added 1 commit <ul><li>0a60e3ff - Update dependency eslint-plugin-vue to ~10.9.0</li></ul> [Compare with previous version](/AlekSIS/official/AlekSIS/-/merge_requests/347/diffs?diff_id=108938&start_sha=67cae981c9cedf084a9f61b3d2727389e6565f6e)
_renovate commented 2026-05-08 10:05:45 +02:00 (Migrated from edugit.org)

added 1 commit

  • 67eb8fc9 - Update dependency eslint-plugin-vue to ~10.9.0

Compare with previous version

added 1 commit <ul><li>67eb8fc9 - Update dependency eslint-plugin-vue to ~10.9.0</li></ul> [Compare with previous version](/AlekSIS/official/AlekSIS/-/merge_requests/347/diffs?diff_id=109078&start_sha=0a60e3ff3099c5146825e18e6cab12e995edbe71)
_renovate commented 2026-05-08 10:39:15 +02:00 (Migrated from edugit.org)

added 1 commit

  • 605f1d3e - Update dependency eslint-plugin-vue to ~10.9.0

Compare with previous version

added 1 commit <ul><li>605f1d3e - Update dependency eslint-plugin-vue to ~10.9.0</li></ul> [Compare with previous version](/AlekSIS/official/AlekSIS/-/merge_requests/347/diffs?diff_id=109161&start_sha=67eb8fc92c34a3db14f3615495d112fd19ff84af)
_renovate commented 2026-05-08 11:24:22 +02:00 (Migrated from edugit.org)

added 1 commit

  • 6f8b87e3 - Update dependency eslint-plugin-vue to ~10.9.0

Compare with previous version

added 1 commit <ul><li>6f8b87e3 - Update dependency eslint-plugin-vue to ~10.9.0</li></ul> [Compare with previous version](/AlekSIS/official/AlekSIS/-/merge_requests/347/diffs?diff_id=109246&start_sha=605f1d3eae950ffaa2651d48d249a4799fb1d313)
_renovate commented 2026-05-08 13:19:03 +02:00 (Migrated from edugit.org)

added 1 commit

  • c13771c1 - Update dependency eslint-plugin-vue to ~10.9.0

Compare with previous version

added 1 commit <ul><li>c13771c1 - Update dependency eslint-plugin-vue to ~10.9.0</li></ul> [Compare with previous version](/AlekSIS/official/AlekSIS/-/merge_requests/347/diffs?diff_id=109385&start_sha=6f8b87e328c0b455ea447c0435ace07c12edd2f9)
_renovate commented 2026-05-08 14:28:01 +02:00 (Migrated from edugit.org)

added 1 commit

  • 7e1402be - Update dependency eslint-plugin-vue to ~10.9.0

Compare with previous version

added 1 commit <ul><li>7e1402be - Update dependency eslint-plugin-vue to ~10.9.0</li></ul> [Compare with previous version](/AlekSIS/official/AlekSIS/-/merge_requests/347/diffs?diff_id=109462&start_sha=c13771c13c31bad7f1d0d44e1a3b96c9da8529d0)
_renovate commented 2026-05-08 14:28:34 +02:00 (Migrated from edugit.org)

changed the description

changed the description
_renovate commented 2026-05-08 15:28:30 +02:00 (Migrated from edugit.org)

added 1 commit

  • 58d5ac13 - Update dependency eslint-plugin-vue to ~10.9.0

Compare with previous version

added 1 commit <ul><li>58d5ac13 - Update dependency eslint-plugin-vue to ~10.9.0</li></ul> [Compare with previous version](/AlekSIS/official/AlekSIS/-/merge_requests/347/diffs?diff_id=109555&start_sha=7e1402beed362cc0ade387575428110abcde25e5)
_renovate commented 2026-05-08 15:28:39 +02:00 (Migrated from edugit.org)

changed the description

changed the description
_renovate commented 2026-05-08 17:29:15 +02:00 (Migrated from edugit.org)

added 1 commit

  • 56522488 - Update dependency eslint-plugin-vue to ~10.9.0

Compare with previous version

added 1 commit <ul><li>56522488 - Update dependency eslint-plugin-vue to ~10.9.0</li></ul> [Compare with previous version](/AlekSIS/official/AlekSIS/-/merge_requests/347/diffs?diff_id=109679&start_sha=58d5ac131ad8268b9ebe41d7675d2908743f9523)
_renovate commented 2026-05-08 19:38:26 +02:00 (Migrated from edugit.org)

added 1 commit

  • 50e9fe48 - Update dependency eslint-plugin-vue to ~10.9.0

Compare with previous version

added 1 commit <ul><li>50e9fe48 - Update dependency eslint-plugin-vue to ~10.9.0</li></ul> [Compare with previous version](/AlekSIS/official/AlekSIS/-/merge_requests/347/diffs?diff_id=109838&start_sha=56522488cd3de96d7ba3d8854c3c3a8016f86cab)
_renovate commented 2026-05-08 23:36:34 +02:00 (Migrated from edugit.org)

added 1 commit

  • 08dc7ee6 - Update dependency eslint-plugin-vue to ~10.9.0

Compare with previous version

added 1 commit <ul><li>08dc7ee6 - Update dependency eslint-plugin-vue to ~10.9.0</li></ul> [Compare with previous version](/AlekSIS/official/AlekSIS/-/merge_requests/347/diffs?diff_id=110025&start_sha=50e9fe48ad47779475fdb5f30c54b012debd6116)
_renovate commented 2026-05-09 04:03:20 +02:00 (Migrated from edugit.org)

added 1 commit

  • 295fe978 - Update dependency eslint-plugin-vue to ~10.9.0

Compare with previous version

added 1 commit <ul><li>295fe978 - Update dependency eslint-plugin-vue to ~10.9.0</li></ul> [Compare with previous version](/AlekSIS/official/AlekSIS/-/merge_requests/347/diffs?diff_id=110467&start_sha=08dc7ee65d90a378ef178184ebb6cdce9cc35d5d)
_renovate commented 2026-05-09 04:21:22 +02:00 (Migrated from edugit.org)

added 1 commit

  • 46d7b2c9 - Update dependency eslint-plugin-vue to ~10.9.0

Compare with previous version

added 1 commit <ul><li>46d7b2c9 - Update dependency eslint-plugin-vue to ~10.9.0</li></ul> [Compare with previous version](/AlekSIS/official/AlekSIS/-/merge_requests/347/diffs?diff_id=110494&start_sha=295fe978f8f4b9777710a090176dad9b3578ea33)
_renovate commented 2026-05-09 10:29:15 +02:00 (Migrated from edugit.org)

added 1 commit

  • 2dc5a114 - Update dependency eslint-plugin-vue to ~10.9.0

Compare with previous version

added 1 commit <ul><li>2dc5a114 - Update dependency eslint-plugin-vue to ~10.9.0</li></ul> [Compare with previous version](/AlekSIS/official/AlekSIS/-/merge_requests/347/diffs?diff_id=110909&start_sha=46d7b2c9da1d9e003c0d03a70052181e06282ba6)
_renovate commented 2026-05-09 12:43:34 +02:00 (Migrated from edugit.org)

added 1 commit

  • de0a3029 - Update dependency eslint-plugin-vue to ~10.9.0

Compare with previous version

added 1 commit <ul><li>de0a3029 - Update dependency eslint-plugin-vue to ~10.9.0</li></ul> [Compare with previous version](/AlekSIS/official/AlekSIS/-/merge_requests/347/diffs?diff_id=111114&start_sha=2dc5a1146e06f8648abbccc2ad036aae556eace2)
_renovate commented 2026-05-09 12:53:08 +02:00 (Migrated from edugit.org)

added 1 commit

  • 565d27f9 - Update dependency eslint-plugin-vue to ~10.9.0

Compare with previous version

added 1 commit <ul><li>565d27f9 - Update dependency eslint-plugin-vue to ~10.9.0</li></ul> [Compare with previous version](/AlekSIS/official/AlekSIS/-/merge_requests/347/diffs?diff_id=111132&start_sha=de0a30299da7e0a0cb0e71b06b02d89516358f86)
_renovate commented 2026-05-09 13:51:14 +02:00 (Migrated from edugit.org)

added 1 commit

  • 624c2510 - Update dependency eslint-plugin-vue to ~10.9.0

Compare with previous version

added 1 commit <ul><li>624c2510 - Update dependency eslint-plugin-vue to ~10.9.0</li></ul> [Compare with previous version](/AlekSIS/official/AlekSIS/-/merge_requests/347/diffs?diff_id=111205&start_sha=565d27f983ba4b79e328bf5ac0dc94eca717287c)
_renovate commented 2026-05-09 16:12:44 +02:00 (Migrated from edugit.org)

added 1 commit

  • c9a14da7 - Update dependency eslint-plugin-vue to ~10.9.0

Compare with previous version

added 1 commit <ul><li>c9a14da7 - Update dependency eslint-plugin-vue to ~10.9.0</li></ul> [Compare with previous version](/AlekSIS/official/AlekSIS/-/merge_requests/347/diffs?diff_id=111332&start_sha=624c2510d990f4895eab783329a1203a27437f45)
_renovate commented 2026-05-09 18:00:52 +02:00 (Migrated from edugit.org)

added 3 commits

  • c9a14da7...59ead867 - 2 commits from branch master
  • 501a62d9 - Update dependency eslint-plugin-vue to ~10.9.0

Compare with previous version

added 3 commits <ul><li>c9a14da7...59ead867 - 2 commits from branch <code>master</code></li><li>501a62d9 - Update dependency eslint-plugin-vue to ~10.9.0</li></ul> [Compare with previous version](/AlekSIS/official/AlekSIS/-/merge_requests/347/diffs?diff_id=111457&start_sha=c9a14da71393a070164e4f6ef74ebee210019fa3)
_renovate commented 2026-05-09 20:03:47 +02:00 (Migrated from edugit.org)

changed the description

changed the description
_renovate commented 2026-05-09 21:02:12 +02:00 (Migrated from edugit.org)

added 1 commit

  • d4cf3a91 - Update dependency eslint-plugin-vue to ~10.9.0

Compare with previous version

added 1 commit <ul><li>d4cf3a91 - Update dependency eslint-plugin-vue to ~10.9.0</li></ul> [Compare with previous version](/AlekSIS/official/AlekSIS/-/merge_requests/347/diffs?diff_id=111702&start_sha=501a62d9ade68f6ca870fd1fd94bc34b61154f08)
_renovate commented 2026-05-09 21:55:52 +02:00 (Migrated from edugit.org)

changed the description

changed the description
_renovate commented 2026-05-10 03:11:14 +02:00 (Migrated from edugit.org)

added 1 commit

  • c55def35 - Update dependency eslint-plugin-vue to ~10.9.0

Compare with previous version

added 1 commit <ul><li>c55def35 - Update dependency eslint-plugin-vue to ~10.9.0</li></ul> [Compare with previous version](/AlekSIS/official/AlekSIS/-/merge_requests/347/diffs?diff_id=112063&start_sha=d4cf3a9104b7062a20626f07c8daf9c750f4044e)
_renovate commented 2026-05-10 05:39:15 +02:00 (Migrated from edugit.org)

added 1 commit

  • 56438a2a - Update dependency eslint-plugin-vue to ~10.9.0

Compare with previous version

added 1 commit <ul><li>56438a2a - Update dependency eslint-plugin-vue to ~10.9.0</li></ul> [Compare with previous version](/AlekSIS/official/AlekSIS/-/merge_requests/347/diffs?diff_id=112224&start_sha=c55def35b74b8e12784f1eed608c05637d1746f2)
_renovate commented 2026-05-10 08:31:17 +02:00 (Migrated from edugit.org)

added 1 commit

  • 81fe07f8 - Update dependency eslint-plugin-vue to ~10.9.0

Compare with previous version

added 1 commit <ul><li>81fe07f8 - Update dependency eslint-plugin-vue to ~10.9.0</li></ul> [Compare with previous version](/AlekSIS/official/AlekSIS/-/merge_requests/347/diffs?diff_id=112363&start_sha=56438a2a9cd060a1af11316e40caf91c52a08e70)
_renovate commented 2026-05-10 08:51:22 +02:00 (Migrated from edugit.org)

added 1 commit

  • 0d0ca5df - Update dependency eslint-plugin-vue to ~10.9.0

Compare with previous version

added 1 commit <ul><li>0d0ca5df - Update dependency eslint-plugin-vue to ~10.9.0</li></ul> [Compare with previous version](/AlekSIS/official/AlekSIS/-/merge_requests/347/diffs?diff_id=112397&start_sha=81fe07f8fac5b0b060515a44972aca41f678208a)
_renovate commented 2026-05-10 13:19:20 +02:00 (Migrated from edugit.org)

added 1 commit

  • 5cf0f307 - Update dependency eslint-plugin-vue to ~10.9.0

Compare with previous version

added 1 commit <ul><li>5cf0f307 - Update dependency eslint-plugin-vue to ~10.9.0</li></ul> [Compare with previous version](/AlekSIS/official/AlekSIS/-/merge_requests/347/diffs?diff_id=112638&start_sha=0d0ca5df68fd323307582b8542ae4fc53046b742)
_renovate commented 2026-05-10 14:01:46 +02:00 (Migrated from edugit.org)

added 1 commit

  • 14bfb770 - Update dependency eslint-plugin-vue to ~10.9.0

Compare with previous version

added 1 commit <ul><li>14bfb770 - Update dependency eslint-plugin-vue to ~10.9.0</li></ul> [Compare with previous version](/AlekSIS/official/AlekSIS/-/merge_requests/347/diffs?diff_id=112709&start_sha=5cf0f307e69ecf2a843cd87b2db1dc48173ac160)
_renovate commented 2026-05-10 14:18:39 +02:00 (Migrated from edugit.org)

added 1 commit

  • 18d873db - Update dependency eslint-plugin-vue to ~10.9.0

Compare with previous version

added 1 commit <ul><li>18d873db - Update dependency eslint-plugin-vue to ~10.9.0</li></ul> [Compare with previous version](/AlekSIS/official/AlekSIS/-/merge_requests/347/diffs?diff_id=112724&start_sha=14bfb7702cb99bfb31985d9edfa0427837266e88)
_renovate commented 2026-05-10 14:36:48 +02:00 (Migrated from edugit.org)

added 1 commit

  • 86ce7352 - Update dependency eslint-plugin-vue to ~10.9.0

Compare with previous version

added 1 commit <ul><li>86ce7352 - Update dependency eslint-plugin-vue to ~10.9.0</li></ul> [Compare with previous version](/AlekSIS/official/AlekSIS/-/merge_requests/347/diffs?diff_id=112743&start_sha=18d873dbcd7b12d7a6785027845bf471ad906c53)
_renovate commented 2026-05-10 14:39:17 +02:00 (Migrated from edugit.org)

added 1 commit

  • 5ddfe0d7 - Update dependency eslint-plugin-vue to ~10.9.0

Compare with previous version

added 1 commit <ul><li>5ddfe0d7 - Update dependency eslint-plugin-vue to ~10.9.0</li></ul> [Compare with previous version](/AlekSIS/official/AlekSIS/-/merge_requests/347/diffs?diff_id=112750&start_sha=86ce73528c021edf2a573f5a6e5a01cf24967eab)
_renovate commented 2026-05-10 15:27:12 +02:00 (Migrated from edugit.org)

added 1 commit

  • 6df6825b - Update dependency eslint-plugin-vue to ~10.9.0

Compare with previous version

added 1 commit <ul><li>6df6825b - Update dependency eslint-plugin-vue to ~10.9.0</li></ul> [Compare with previous version](/AlekSIS/official/AlekSIS/-/merge_requests/347/diffs?diff_id=112787&start_sha=5ddfe0d71980720bd8bcfb0756e51384039a949b)
_renovate commented 2026-05-10 16:54:15 +02:00 (Migrated from edugit.org)

added 1 commit

  • 0bf8563e - Update dependency eslint-plugin-vue to ~10.9.0

Compare with previous version

added 1 commit <ul><li>0bf8563e - Update dependency eslint-plugin-vue to ~10.9.0</li></ul> [Compare with previous version](/AlekSIS/official/AlekSIS/-/merge_requests/347/diffs?diff_id=112874&start_sha=6df6825b305c92a685b1709601330af98a57d8eb)
_renovate commented 2026-05-11 02:25:17 +02:00 (Migrated from edugit.org)

added 1 commit

  • 12dd0448 - Update dependency eslint-plugin-vue to ~10.9.0

Compare with previous version

added 1 commit <ul><li>12dd0448 - Update dependency eslint-plugin-vue to ~10.9.0</li></ul> [Compare with previous version](/AlekSIS/official/AlekSIS/-/merge_requests/347/diffs?diff_id=113514&start_sha=0bf8563ed7a03982ec5f93a546536124ed78c22b)
_renovate commented 2026-05-11 03:29:26 +02:00 (Migrated from edugit.org)

added 1 commit

  • 5407a970 - Update dependency eslint-plugin-vue to ~10.9.0

Compare with previous version

added 1 commit <ul><li>5407a970 - Update dependency eslint-plugin-vue to ~10.9.0</li></ul> [Compare with previous version](/AlekSIS/official/AlekSIS/-/merge_requests/347/diffs?diff_id=113595&start_sha=12dd0448302f36f253084ab999dd1cc63dc4fd5d)
_renovate commented 2026-05-11 06:06:48 +02:00 (Migrated from edugit.org)

added 1 commit

  • 25f270ac - Update dependency eslint-plugin-vue to ~10.9.0

Compare with previous version

added 1 commit <ul><li>25f270ac - Update dependency eslint-plugin-vue to ~10.9.0</li></ul> [Compare with previous version](/AlekSIS/official/AlekSIS/-/merge_requests/347/diffs?diff_id=113733&start_sha=5407a970b9545470c0e456c8af427d6704858388)
_renovate commented 2026-05-11 10:58:51 +02:00 (Migrated from edugit.org)

added 1 commit

  • 3db5fc98 - Update dependency eslint-plugin-vue to ~10.9.0

Compare with previous version

added 1 commit <ul><li>3db5fc98 - Update dependency eslint-plugin-vue to ~10.9.0</li></ul> [Compare with previous version](/AlekSIS/official/AlekSIS/-/merge_requests/347/diffs?diff_id=114084&start_sha=25f270aca88a4bdb84c4acaab386c42588fe4fa1)
_renovate commented 2026-05-11 13:36:50 +02:00 (Migrated from edugit.org)

added 1 commit

  • bcbfb6ee - Update dependency eslint-plugin-vue to ~10.9.0

Compare with previous version

added 1 commit <ul><li>bcbfb6ee - Update dependency eslint-plugin-vue to ~10.9.0</li></ul> [Compare with previous version](/AlekSIS/official/AlekSIS/-/merge_requests/347/diffs?diff_id=114215&start_sha=3db5fc9898ba3483bbe86a5130bca60c72b6fae6)
_renovate commented 2026-05-11 13:48:36 +02:00 (Migrated from edugit.org)

added 1 commit

  • 1e1fdb17 - Update dependency eslint-plugin-vue to ~10.9.0

Compare with previous version

added 1 commit <ul><li>1e1fdb17 - Update dependency eslint-plugin-vue to ~10.9.0</li></ul> [Compare with previous version](/AlekSIS/official/AlekSIS/-/merge_requests/347/diffs?diff_id=114227&start_sha=bcbfb6eead2e32fd20d87da34e9dfa7d8ee089ad)
_renovate commented 2026-05-11 15:04:33 +02:00 (Migrated from edugit.org)

added 1 commit

  • 43d58ffd - Update dependency eslint-plugin-vue to ~10.9.0

Compare with previous version

added 1 commit <ul><li>43d58ffd - Update dependency eslint-plugin-vue to ~10.9.0</li></ul> [Compare with previous version](/AlekSIS/official/AlekSIS/-/merge_requests/347/diffs?diff_id=114293&start_sha=1e1fdb179e07d187ec69a13a27583c483d07cbb9)
_renovate commented 2026-05-11 16:12:55 +02:00 (Migrated from edugit.org)

added 1 commit

  • 3b9f9d3b - Update dependency eslint-plugin-vue to ~10.9.0

Compare with previous version

added 1 commit <ul><li>3b9f9d3b - Update dependency eslint-plugin-vue to ~10.9.0</li></ul> [Compare with previous version](/AlekSIS/official/AlekSIS/-/merge_requests/347/diffs?diff_id=114353&start_sha=43d58ffd9537c034ee0c10221ed758db5119880a)
_renovate commented 2026-05-11 16:13:03 +02:00 (Migrated from edugit.org)

changed the description

changed the description
_renovate commented 2026-05-11 16:36:47 +02:00 (Migrated from edugit.org)

changed the description

changed the description
_renovate commented 2026-05-11 16:58:31 +02:00 (Migrated from edugit.org)

added 1 commit

  • a22121ec - Update dependency eslint-plugin-vue to ~10.9.0

Compare with previous version

added 1 commit <ul><li>a22121ec - Update dependency eslint-plugin-vue to ~10.9.0</li></ul> [Compare with previous version](/AlekSIS/official/AlekSIS/-/merge_requests/347/diffs?diff_id=114445&start_sha=3b9f9d3b0586053d07c3c795fbdfdd639b6cd649)
_renovate commented 2026-05-11 20:58:25 +02:00 (Migrated from edugit.org)

added 1 commit

  • 61ebbfc7 - Update dependency eslint-plugin-vue to ~10.9.0

Compare with previous version

added 1 commit <ul><li>61ebbfc7 - Update dependency eslint-plugin-vue to ~10.9.0</li></ul> [Compare with previous version](/AlekSIS/official/AlekSIS/-/merge_requests/347/diffs?diff_id=114685&start_sha=a22121ec5b529ff9213361faf9f873ae824e9d4e)
_renovate commented 2026-05-11 22:43:52 +02:00 (Migrated from edugit.org)

added 1 commit

  • 278c5b76 - Update dependency eslint-plugin-vue to ~10.9.0

Compare with previous version

added 1 commit <ul><li>278c5b76 - Update dependency eslint-plugin-vue to ~10.9.0</li></ul> [Compare with previous version](/AlekSIS/official/AlekSIS/-/merge_requests/347/diffs?diff_id=114803&start_sha=61ebbfc7253da5e3d32d983038f366d4dddf6ba0)
_renovate commented 2026-05-11 22:49:02 +02:00 (Migrated from edugit.org)

added 1 commit

  • 99288841 - Update dependency eslint-plugin-vue to ~10.9.0

Compare with previous version

added 1 commit <ul><li>99288841 - Update dependency eslint-plugin-vue to ~10.9.0</li></ul> [Compare with previous version](/AlekSIS/official/AlekSIS/-/merge_requests/347/diffs?diff_id=114831&start_sha=278c5b76172382af064969dbf54ad3db1d5a7908)
_renovate commented 2026-05-11 23:26:06 +02:00 (Migrated from edugit.org)

added 1 commit

  • 8e37e546 - Update dependency eslint-plugin-vue to ~10.9.0

Compare with previous version

added 1 commit <ul><li>8e37e546 - Update dependency eslint-plugin-vue to ~10.9.0</li></ul> [Compare with previous version](/AlekSIS/official/AlekSIS/-/merge_requests/347/diffs?diff_id=114919&start_sha=99288841c309ae003cb9630f7a48202e912ee9b8)
_renovate commented 2026-05-12 01:46:57 +02:00 (Migrated from edugit.org)

added 1 commit

  • 0e1192f9 - Update dependency eslint-plugin-vue to ~10.9.0

Compare with previous version

added 1 commit <ul><li>0e1192f9 - Update dependency eslint-plugin-vue to ~10.9.0</li></ul> [Compare with previous version](/AlekSIS/official/AlekSIS/-/merge_requests/347/diffs?diff_id=115063&start_sha=8e37e5464716c8c016afd336ea6964bcc47a9bc9)
_renovate commented 2026-05-12 05:28:34 +02:00 (Migrated from edugit.org)

added 1 commit

  • ab5cd76b - Update dependency eslint-plugin-vue to ~10.9.0

Compare with previous version

added 1 commit <ul><li>ab5cd76b - Update dependency eslint-plugin-vue to ~10.9.0</li></ul> [Compare with previous version](/AlekSIS/official/AlekSIS/-/merge_requests/347/diffs?diff_id=115273&start_sha=0e1192f9abb63b1e4b4eec90610db14d27774c64)
_renovate commented 2026-05-12 09:56:59 +02:00 (Migrated from edugit.org)

added 1 commit

  • c4223bb5 - Update dependency eslint-plugin-vue to ~10.9.0

Compare with previous version

added 1 commit <ul><li>c4223bb5 - Update dependency eslint-plugin-vue to ~10.9.0</li></ul> [Compare with previous version](/AlekSIS/official/AlekSIS/-/merge_requests/347/diffs?diff_id=115513&start_sha=ab5cd76ba804572d3bed0f8a6729a60f5abf8a4a)
_renovate commented 2026-05-12 10:27:36 +02:00 (Migrated from edugit.org)

added 1 commit

  • 00ef2691 - Update dependency eslint-plugin-vue to ~10.9.0

Compare with previous version

added 1 commit <ul><li>00ef2691 - Update dependency eslint-plugin-vue to ~10.9.0</li></ul> [Compare with previous version](/AlekSIS/official/AlekSIS/-/merge_requests/347/diffs?diff_id=115579&start_sha=c4223bb5d786371c920a320c7cd8fcc06dd95f03)
_renovate commented 2026-05-12 10:28:12 +02:00 (Migrated from edugit.org)

changed the description

changed the description
_renovate commented 2026-05-12 11:30:13 +02:00 (Migrated from edugit.org)

added 1 commit

  • fe7ac62f - Update dependency eslint-plugin-vue to ~10.9.0

Compare with previous version

added 1 commit <ul><li>fe7ac62f - Update dependency eslint-plugin-vue to ~10.9.0</li></ul> [Compare with previous version](/AlekSIS/official/AlekSIS/-/merge_requests/347/diffs?diff_id=115640&start_sha=00ef26916475494a48ecc982c5ad25042fe28a93)
_renovate commented 2026-05-12 11:30:43 +02:00 (Migrated from edugit.org)

changed the description

changed the description
_renovate commented 2026-05-12 12:24:14 +02:00 (Migrated from edugit.org)

added 1 commit

  • efbb17a1 - Update dependency eslint-plugin-vue to ~10.9.0

Compare with previous version

added 1 commit <ul><li>efbb17a1 - Update dependency eslint-plugin-vue to ~10.9.0</li></ul> [Compare with previous version](/AlekSIS/official/AlekSIS/-/merge_requests/347/diffs?diff_id=115701&start_sha=fe7ac62f36266fa99f8b9bd2831c48706dbe15c1)
_renovate commented 2026-05-12 12:53:22 +02:00 (Migrated from edugit.org)

added 1 commit

  • abd12dfb - Update dependency eslint-plugin-vue to ~10.9.0

Compare with previous version

added 1 commit <ul><li>abd12dfb - Update dependency eslint-plugin-vue to ~10.9.0</li></ul> [Compare with previous version](/AlekSIS/official/AlekSIS/-/merge_requests/347/diffs?diff_id=115732&start_sha=efbb17a1ec307347cca1d137de47fa6ed0c07048)
_renovate commented 2026-05-12 18:28:03 +02:00 (Migrated from edugit.org)

changed the description

changed the description
_renovate commented 2026-05-12 18:42:34 +02:00 (Migrated from edugit.org)

added 1 commit

  • 75b7501e - Update dependency eslint-plugin-vue to ~10.9.0

Compare with previous version

added 1 commit <ul><li>75b7501e - Update dependency eslint-plugin-vue to ~10.9.0</li></ul> [Compare with previous version](/AlekSIS/official/AlekSIS/-/merge_requests/347/diffs?diff_id=116128&start_sha=abd12dfb4dbc1afe60293bdfc74cf7651dd5d3f8)
_renovate commented 2026-05-12 18:43:13 +02:00 (Migrated from edugit.org)

changed the description

changed the description
_renovate commented 2026-05-12 19:24:23 +02:00 (Migrated from edugit.org)

added 1 commit

  • 3b714698 - Update dependency eslint-plugin-vue to ~10.9.0

Compare with previous version

added 1 commit <ul><li>3b714698 - Update dependency eslint-plugin-vue to ~10.9.0</li></ul> [Compare with previous version](/AlekSIS/official/AlekSIS/-/merge_requests/347/diffs?diff_id=116206&start_sha=75b7501eddc9f4445be714b5252da8ea7ce69dd3)
_renovate commented 2026-05-12 19:24:29 +02:00 (Migrated from edugit.org)

changed the description

changed the description
_renovate commented 2026-05-12 21:51:14 +02:00 (Migrated from edugit.org)

added 1 commit

  • 3aa67962 - Update dependency eslint-plugin-vue to ~10.9.0

Compare with previous version

added 1 commit <ul><li>3aa67962 - Update dependency eslint-plugin-vue to ~10.9.0</li></ul> [Compare with previous version](/AlekSIS/official/AlekSIS/-/merge_requests/347/diffs?diff_id=116371&start_sha=3b71469895ed7fb3645c4b210e34adfe708a29a7)
_renovate commented 2026-05-12 21:51:46 +02:00 (Migrated from edugit.org)

changed the description

changed the description
_renovate commented 2026-05-12 23:02:14 +02:00 (Migrated from edugit.org)

added 1 commit

  • cede1594 - Update dependency eslint-plugin-vue to ~10.9.0

Compare with previous version

added 1 commit <ul><li>cede1594 - Update dependency eslint-plugin-vue to ~10.9.0</li></ul> [Compare with previous version](/AlekSIS/official/AlekSIS/-/merge_requests/347/diffs?diff_id=116466&start_sha=3aa67962acf511b2af08ceb266ac0f82d8119b46)
_renovate commented 2026-05-13 00:33:53 +02:00 (Migrated from edugit.org)

added 1 commit

  • ae4e3a93 - Update dependency eslint-plugin-vue to ~10.9.0

Compare with previous version

added 1 commit <ul><li>ae4e3a93 - Update dependency eslint-plugin-vue to ~10.9.0</li></ul> [Compare with previous version](/AlekSIS/official/AlekSIS/-/merge_requests/347/diffs?diff_id=116548&start_sha=cede1594390d23c374098c43e9f73cfc7bbc2e3a)
_renovate commented 2026-05-13 00:52:44 +02:00 (Migrated from edugit.org)

added 1 commit

  • f13ec074 - Update dependency eslint-plugin-vue to ~10.9.0

Compare with previous version

added 1 commit <ul><li>f13ec074 - Update dependency eslint-plugin-vue to ~10.9.0</li></ul> [Compare with previous version](/AlekSIS/official/AlekSIS/-/merge_requests/347/diffs?diff_id=116579&start_sha=ae4e3a93c9053d7f7fef8432fd21c26b8cf55e04)
_renovate commented 2026-05-13 06:41:05 +02:00 (Migrated from edugit.org)

added 1 commit

  • 8ce6ea3a - Update dependency eslint-plugin-vue to ~10.9.0

Compare with previous version

added 1 commit <ul><li>8ce6ea3a - Update dependency eslint-plugin-vue to ~10.9.0</li></ul> [Compare with previous version](/AlekSIS/official/AlekSIS/-/merge_requests/347/diffs?diff_id=116878&start_sha=f13ec07470279f6a02b18aaa50d8a48ecab11978)
_renovate commented 2026-05-13 07:06:26 +02:00 (Migrated from edugit.org)

added 1 commit

  • 8d43bfe1 - Update dependency eslint-plugin-vue to ~10.9.0

Compare with previous version

added 1 commit <ul><li>8d43bfe1 - Update dependency eslint-plugin-vue to ~10.9.0</li></ul> [Compare with previous version](/AlekSIS/official/AlekSIS/-/merge_requests/347/diffs?diff_id=116911&start_sha=8ce6ea3a8ada9988c2becaa39db2be83d1b0d1a9)
_renovate commented 2026-05-13 07:10:24 +02:00 (Migrated from edugit.org)

added 1 commit

  • 596c71e2 - Update dependency eslint-plugin-vue to ~10.9.0

Compare with previous version

added 1 commit <ul><li>596c71e2 - Update dependency eslint-plugin-vue to ~10.9.0</li></ul> [Compare with previous version](/AlekSIS/official/AlekSIS/-/merge_requests/347/diffs?diff_id=116923&start_sha=8d43bfe1da98372815d5b464abd31f03ddef65f2)
_renovate commented 2026-05-13 08:09:03 +02:00 (Migrated from edugit.org)

added 1 commit

  • a9a13d78 - Update dependency eslint-plugin-vue to ~10.9.0

Compare with previous version

added 1 commit <ul><li>a9a13d78 - Update dependency eslint-plugin-vue to ~10.9.0</li></ul> [Compare with previous version](/AlekSIS/official/AlekSIS/-/merge_requests/347/diffs?diff_id=117019&start_sha=596c71e2290d22eb871ebb523a02d5144d0e7068)
_renovate commented 2026-05-13 08:14:40 +02:00 (Migrated from edugit.org)

added 1 commit

  • 1fea79ed - Update dependency eslint-plugin-vue to ~10.9.0

Compare with previous version

added 1 commit <ul><li>1fea79ed - Update dependency eslint-plugin-vue to ~10.9.0</li></ul> [Compare with previous version](/AlekSIS/official/AlekSIS/-/merge_requests/347/diffs?diff_id=117039&start_sha=a9a13d7891f6e289cf93c363371cec52c233f732)
_renovate commented 2026-05-13 08:25:09 +02:00 (Migrated from edugit.org)

added 1 commit

  • 0b8f4d86 - Update dependency eslint-plugin-vue to ~10.9.0

Compare with previous version

added 1 commit <ul><li>0b8f4d86 - Update dependency eslint-plugin-vue to ~10.9.0</li></ul> [Compare with previous version](/AlekSIS/official/AlekSIS/-/merge_requests/347/diffs?diff_id=117061&start_sha=1fea79ed4a545577f1865b75f866d482a8b2086c)
_renovate commented 2026-05-13 08:41:15 +02:00 (Migrated from edugit.org)

added 1 commit

  • 941f46e7 - Update dependency eslint-plugin-vue to ~10.9.0

Compare with previous version

added 1 commit <ul><li>941f46e7 - Update dependency eslint-plugin-vue to ~10.9.0</li></ul> [Compare with previous version](/AlekSIS/official/AlekSIS/-/merge_requests/347/diffs?diff_id=117083&start_sha=0b8f4d86f5840499be17e5e0eceea43bfa3bdfce)
_renovate commented 2026-05-13 09:35:29 +02:00 (Migrated from edugit.org)

added 1 commit

  • 36a5a2b9 - Update dependency eslint-plugin-vue to ~10.9.0

Compare with previous version

added 1 commit <ul><li>36a5a2b9 - Update dependency eslint-plugin-vue to ~10.9.0</li></ul> [Compare with previous version](/AlekSIS/official/AlekSIS/-/merge_requests/347/diffs?diff_id=117135&start_sha=941f46e7e9b30e2476c87183b3d22d610fcfa113)
_renovate commented 2026-05-13 10:01:00 +02:00 (Migrated from edugit.org)

added 1 commit

  • fcd24c1f - Update dependency eslint-plugin-vue to ~10.9.0

Compare with previous version

added 1 commit <ul><li>fcd24c1f - Update dependency eslint-plugin-vue to ~10.9.0</li></ul> [Compare with previous version](/AlekSIS/official/AlekSIS/-/merge_requests/347/diffs?diff_id=117173&start_sha=36a5a2b9de36b368a7f4144a10a2db14bbc8d4d4)
_renovate commented 2026-05-13 11:34:30 +02:00 (Migrated from edugit.org)

added 1 commit

  • 025dedcf - Update dependency eslint-plugin-vue to ~10.9.0

Compare with previous version

added 1 commit <ul><li>025dedcf - Update dependency eslint-plugin-vue to ~10.9.0</li></ul> [Compare with previous version](/AlekSIS/official/AlekSIS/-/merge_requests/347/diffs?diff_id=117368&start_sha=fcd24c1fcdc16d761ac58c44bc6e063f6fba56d7)
_renovate commented 2026-05-13 12:11:09 +02:00 (Migrated from edugit.org)

added 1 commit

  • 820a5796 - Update dependency eslint-plugin-vue to ~10.9.0

Compare with previous version

added 1 commit <ul><li>820a5796 - Update dependency eslint-plugin-vue to ~10.9.0</li></ul> [Compare with previous version](/AlekSIS/official/AlekSIS/-/merge_requests/347/diffs?diff_id=117442&start_sha=025dedcf8cde673bc7040b0d7a800281f7178f08)
_renovate commented 2026-05-13 12:24:19 +02:00 (Migrated from edugit.org)

added 1 commit

  • 99174f42 - Update dependency eslint-plugin-vue to ~10.9.0

Compare with previous version

added 1 commit <ul><li>99174f42 - Update dependency eslint-plugin-vue to ~10.9.0</li></ul> [Compare with previous version](/AlekSIS/official/AlekSIS/-/merge_requests/347/diffs?diff_id=117464&start_sha=820a5796886a1eefbcf4c19fcf277646c4d0bc63)
_renovate commented 2026-05-13 15:57:01 +02:00 (Migrated from edugit.org)

added 1 commit

  • 19c2a1db - Update dependency eslint-plugin-vue to ~10.9.0

Compare with previous version

added 1 commit <ul><li>19c2a1db - Update dependency eslint-plugin-vue to ~10.9.0</li></ul> [Compare with previous version](/AlekSIS/official/AlekSIS/-/merge_requests/347/diffs?diff_id=117699&start_sha=99174f42cf84eec7d2aa3d21a4f7bf4314835576)
_renovate commented 2026-05-13 17:31:30 +02:00 (Migrated from edugit.org)

added 1 commit

  • 4e36c70e - Update dependency eslint-plugin-vue to ~10.9.0

Compare with previous version

added 1 commit <ul><li>4e36c70e - Update dependency eslint-plugin-vue to ~10.9.0</li></ul> [Compare with previous version](/AlekSIS/official/AlekSIS/-/merge_requests/347/diffs?diff_id=117774&start_sha=19c2a1db387b5acbfa9c1059db6bbeb0d62f5a59)
_renovate commented 2026-05-13 20:59:24 +02:00 (Migrated from edugit.org)

added 1 commit

  • 1f3fc971 - Update dependency eslint-plugin-vue to ~10.9.0

Compare with previous version

added 1 commit <ul><li>1f3fc971 - Update dependency eslint-plugin-vue to ~10.9.0</li></ul> [Compare with previous version](/AlekSIS/official/AlekSIS/-/merge_requests/347/diffs?diff_id=118059&start_sha=4e36c70e9e24bc13046ece3b2afef072b04594da)
_renovate commented 2026-05-13 22:08:23 +02:00 (Migrated from edugit.org)

added 1 commit

  • ebd48f4f - Update dependency eslint-plugin-vue to ~10.9.0

Compare with previous version

added 1 commit <ul><li>ebd48f4f - Update dependency eslint-plugin-vue to ~10.9.0</li></ul> [Compare with previous version](/AlekSIS/official/AlekSIS/-/merge_requests/347/diffs?diff_id=118154&start_sha=1f3fc9711dc16256ab438a8d3c21431197a2a285)
_renovate commented 2026-05-13 22:12:09 +02:00 (Migrated from edugit.org)

added 1 commit

  • b3a1adb8 - Update dependency eslint-plugin-vue to ~10.9.0

Compare with previous version

added 1 commit <ul><li>b3a1adb8 - Update dependency eslint-plugin-vue to ~10.9.0</li></ul> [Compare with previous version](/AlekSIS/official/AlekSIS/-/merge_requests/347/diffs?diff_id=118163&start_sha=ebd48f4f9d4b11e3e34182229f90eb6d898f3ab0)
_renovate commented 2026-05-13 23:00:06 +02:00 (Migrated from edugit.org)

added 1 commit

  • f4aca875 - Update dependency eslint-plugin-vue to ~10.9.0

Compare with previous version

added 1 commit <ul><li>f4aca875 - Update dependency eslint-plugin-vue to ~10.9.0</li></ul> [Compare with previous version](/AlekSIS/official/AlekSIS/-/merge_requests/347/diffs?diff_id=118205&start_sha=b3a1adb856933ceee3e59b2c9b6be927dab9793a)
_renovate commented 2026-05-13 23:32:01 +02:00 (Migrated from edugit.org)

added 1 commit

  • ed1c2634 - Update dependency eslint-plugin-vue to ~10.9.0

Compare with previous version

added 1 commit <ul><li>ed1c2634 - Update dependency eslint-plugin-vue to ~10.9.0</li></ul> [Compare with previous version](/AlekSIS/official/AlekSIS/-/merge_requests/347/diffs?diff_id=118272&start_sha=f4aca87512ab2e95c2b5d6960ff39dc03945a8cf)
_renovate commented 2026-05-13 23:42:10 +02:00 (Migrated from edugit.org)

added 1 commit

  • 2845c182 - Update dependency eslint-plugin-vue to ~10.9.0

Compare with previous version

added 1 commit <ul><li>2845c182 - Update dependency eslint-plugin-vue to ~10.9.0</li></ul> [Compare with previous version](/AlekSIS/official/AlekSIS/-/merge_requests/347/diffs?diff_id=118282&start_sha=ed1c26347a45929f47981280a341f8ed564b27f3)
_renovate commented 2026-05-14 00:47:42 +02:00 (Migrated from edugit.org)

added 1 commit

  • 093487c5 - Update dependency eslint-plugin-vue to ~10.9.0

Compare with previous version

added 1 commit <ul><li>093487c5 - Update dependency eslint-plugin-vue to ~10.9.0</li></ul> [Compare with previous version](/AlekSIS/official/AlekSIS/-/merge_requests/347/diffs?diff_id=118366&start_sha=2845c1829c408162678cade136d185c37318f33f)
_renovate commented 2026-05-14 02:55:07 +02:00 (Migrated from edugit.org)

added 1 commit

  • e22f6a95 - Update dependency eslint-plugin-vue to ~10.9.0

Compare with previous version

added 1 commit <ul><li>e22f6a95 - Update dependency eslint-plugin-vue to ~10.9.0</li></ul> [Compare with previous version](/AlekSIS/official/AlekSIS/-/merge_requests/347/diffs?diff_id=118498&start_sha=093487c592022c1729b0b43f7959bd8b78630946)
_renovate commented 2026-05-14 03:24:36 +02:00 (Migrated from edugit.org)

added 1 commit

  • 3c7acb2f - Update dependency eslint-plugin-vue to ~10.9.0

Compare with previous version

added 1 commit <ul><li>3c7acb2f - Update dependency eslint-plugin-vue to ~10.9.0</li></ul> [Compare with previous version](/AlekSIS/official/AlekSIS/-/merge_requests/347/diffs?diff_id=118543&start_sha=e22f6a959dfed4d35d9b6b55325b0a0991fff953)
_renovate commented 2026-05-14 03:49:47 +02:00 (Migrated from edugit.org)

added 1 commit

  • 567c026a - Update dependency eslint-plugin-vue to ~10.9.0

Compare with previous version

added 1 commit <ul><li>567c026a - Update dependency eslint-plugin-vue to ~10.9.0</li></ul> [Compare with previous version](/AlekSIS/official/AlekSIS/-/merge_requests/347/diffs?diff_id=118575&start_sha=3c7acb2f655047c3f79eda2081f3dbaa9bfd9439)
_renovate commented 2026-05-14 04:13:38 +02:00 (Migrated from edugit.org)

added 1 commit

  • 01bed6ff - Update dependency eslint-plugin-vue to ~10.9.0

Compare with previous version

added 1 commit <ul><li>01bed6ff - Update dependency eslint-plugin-vue to ~10.9.0</li></ul> [Compare with previous version](/AlekSIS/official/AlekSIS/-/merge_requests/347/diffs?diff_id=118617&start_sha=567c026a041c1370591fa9a6192b0d9dae560500)
_renovate commented 2026-05-14 04:48:19 +02:00 (Migrated from edugit.org)

added 1 commit

  • bae86baf - Update dependency eslint-plugin-vue to ~10.9.0

Compare with previous version

added 1 commit <ul><li>bae86baf - Update dependency eslint-plugin-vue to ~10.9.0</li></ul> [Compare with previous version](/AlekSIS/official/AlekSIS/-/merge_requests/347/diffs?diff_id=118648&start_sha=01bed6ffdf1cbcfd02cf6b9849d5c3dba9386654)
_renovate commented 2026-05-14 05:13:26 +02:00 (Migrated from edugit.org)

added 1 commit

  • 74c38091 - Update dependency eslint-plugin-vue to ~10.9.0

Compare with previous version

added 1 commit <ul><li>74c38091 - Update dependency eslint-plugin-vue to ~10.9.0</li></ul> [Compare with previous version](/AlekSIS/official/AlekSIS/-/merge_requests/347/diffs?diff_id=118684&start_sha=bae86baf413a45044ec478c21b6e15a7f14ad1ee)
_renovate commented 2026-05-14 05:43:40 +02:00 (Migrated from edugit.org)

added 1 commit

  • 506e9744 - Update dependency eslint-plugin-vue to ~10.9.0

Compare with previous version

added 1 commit <ul><li>506e9744 - Update dependency eslint-plugin-vue to ~10.9.0</li></ul> [Compare with previous version](/AlekSIS/official/AlekSIS/-/merge_requests/347/diffs?diff_id=118736&start_sha=74c380912ab65efbb46bc28a02cdcf38e0516f77)
_renovate commented 2026-05-14 07:10:27 +02:00 (Migrated from edugit.org)

added 1 commit

  • caba4b6e - Update dependency eslint-plugin-vue to ~10.9.0

Compare with previous version

added 1 commit <ul><li>caba4b6e - Update dependency eslint-plugin-vue to ~10.9.0</li></ul> [Compare with previous version](/AlekSIS/official/AlekSIS/-/merge_requests/347/diffs?diff_id=118810&start_sha=506e97444cec43a64c066cf24ec5d22656af479d)
_renovate commented 2026-05-14 12:12:58 +02:00 (Migrated from edugit.org)

added 1 commit

  • e0097ed7 - Update dependency eslint-plugin-vue to ~10.9.0

Compare with previous version

added 1 commit <ul><li>e0097ed7 - Update dependency eslint-plugin-vue to ~10.9.0</li></ul> [Compare with previous version](/AlekSIS/official/AlekSIS/-/merge_requests/347/diffs?diff_id=119214&start_sha=caba4b6e274f84c48f64bf5c9757581494398ffa)
_renovate commented 2026-05-14 13:26:56 +02:00 (Migrated from edugit.org)

added 1 commit

  • 93ea7570 - Update dependency eslint-plugin-vue to ~10.9.0

Compare with previous version

added 1 commit <ul><li>93ea7570 - Update dependency eslint-plugin-vue to ~10.9.0</li></ul> [Compare with previous version](/AlekSIS/official/AlekSIS/-/merge_requests/347/diffs?diff_id=119283&start_sha=e0097ed769c88576f629345480ce3973f0fa64dc)
_renovate commented 2026-05-14 14:17:40 +02:00 (Migrated from edugit.org)

added 1 commit

  • e423dadd - Update dependency eslint-plugin-vue to ~10.9.0

Compare with previous version

added 1 commit <ul><li>e423dadd - Update dependency eslint-plugin-vue to ~10.9.0</li></ul> [Compare with previous version](/AlekSIS/official/AlekSIS/-/merge_requests/347/diffs?diff_id=119369&start_sha=93ea7570127f2d450a1c3f1e792bdc78042dc9b3)
_renovate commented 2026-05-14 14:46:55 +02:00 (Migrated from edugit.org)

added 1 commit

  • c6d023e2 - Update dependency eslint-plugin-vue to ~10.9.0

Compare with previous version

added 1 commit <ul><li>c6d023e2 - Update dependency eslint-plugin-vue to ~10.9.0</li></ul> [Compare with previous version](/AlekSIS/official/AlekSIS/-/merge_requests/347/diffs?diff_id=119432&start_sha=e423dadd2af443aa69fe27db8b6f318cb11ffb33)
_renovate commented 2026-05-14 15:10:12 +02:00 (Migrated from edugit.org)

added 1 commit

  • 75473b78 - Update dependency eslint-plugin-vue to ~10.9.0

Compare with previous version

added 1 commit <ul><li>75473b78 - Update dependency eslint-plugin-vue to ~10.9.0</li></ul> [Compare with previous version](/AlekSIS/official/AlekSIS/-/merge_requests/347/diffs?diff_id=119475&start_sha=c6d023e24e0bd51648f9fbcd9dba22aa6c441a2f)
_renovate commented 2026-05-14 15:41:39 +02:00 (Migrated from edugit.org)

added 1 commit

  • c60b913a - Update dependency eslint-plugin-vue to ~10.9.0

Compare with previous version

added 1 commit <ul><li>c60b913a - Update dependency eslint-plugin-vue to ~10.9.0</li></ul> [Compare with previous version](/AlekSIS/official/AlekSIS/-/merge_requests/347/diffs?diff_id=119531&start_sha=75473b78fed15fc8f1f6ed10f86560f731638fd8)
_renovate commented 2026-05-14 15:55:13 +02:00 (Migrated from edugit.org)

added 1 commit

  • d9972d03 - Update dependency eslint-plugin-vue to ~10.9.0

Compare with previous version

added 1 commit <ul><li>d9972d03 - Update dependency eslint-plugin-vue to ~10.9.0</li></ul> [Compare with previous version](/AlekSIS/official/AlekSIS/-/merge_requests/347/diffs?diff_id=119569&start_sha=c60b913ad7c078b48806a2059b5069d34ad69357)
_renovate commented 2026-05-14 16:07:06 +02:00 (Migrated from edugit.org)

added 1 commit

  • 72ed884a - Update dependency eslint-plugin-vue to ~10.9.0

Compare with previous version

added 1 commit <ul><li>72ed884a - Update dependency eslint-plugin-vue to ~10.9.0</li></ul> [Compare with previous version](/AlekSIS/official/AlekSIS/-/merge_requests/347/diffs?diff_id=119588&start_sha=d9972d03748e22b6be8f17344a0fa6a22f25432f)
_renovate commented 2026-05-14 17:21:39 +02:00 (Migrated from edugit.org)

added 1 commit

  • 635130c3 - Update dependency eslint-plugin-vue to ~10.9.0

Compare with previous version

added 1 commit <ul><li>635130c3 - Update dependency eslint-plugin-vue to ~10.9.0</li></ul> [Compare with previous version](/AlekSIS/official/AlekSIS/-/merge_requests/347/diffs?diff_id=119670&start_sha=72ed884a41f5d9f20acba80c6f44656e2b5bec2d)
_renovate commented 2026-05-14 17:22:09 +02:00 (Migrated from edugit.org)

changed the description

changed the description
_renovate commented 2026-05-14 17:49:17 +02:00 (Migrated from edugit.org)

changed the description

changed the description
_renovate commented 2026-05-14 18:15:08 +02:00 (Migrated from edugit.org)

added 1 commit

  • 1bdb4c52 - Update dependency eslint-plugin-vue to ~10.9.0

Compare with previous version

added 1 commit <ul><li>1bdb4c52 - Update dependency eslint-plugin-vue to ~10.9.0</li></ul> [Compare with previous version](/AlekSIS/official/AlekSIS/-/merge_requests/347/diffs?diff_id=119713&start_sha=635130c375ea8534c86dd204550c5f9eba94b6fd)
_renovate commented 2026-05-14 18:52:50 +02:00 (Migrated from edugit.org)

added 1 commit

  • 195f34d8 - Update dependency eslint-plugin-vue to ~10.9.0

Compare with previous version

added 1 commit <ul><li>195f34d8 - Update dependency eslint-plugin-vue to ~10.9.0</li></ul> [Compare with previous version](/AlekSIS/official/AlekSIS/-/merge_requests/347/diffs?diff_id=119763&start_sha=1bdb4c5241e8d573dac3db88701b20972acfdccf)
_renovate commented 2026-05-14 20:02:03 +02:00 (Migrated from edugit.org)

added 1 commit

  • c68353cf - Update dependency eslint-plugin-vue to ~10.9.0

Compare with previous version

added 1 commit <ul><li>c68353cf - Update dependency eslint-plugin-vue to ~10.9.0</li></ul> [Compare with previous version](/AlekSIS/official/AlekSIS/-/merge_requests/347/diffs?diff_id=119841&start_sha=195f34d899b51564ddaa989ce7a8d6618975d87f)
_renovate commented 2026-05-14 20:21:22 +02:00 (Migrated from edugit.org)

added 1 commit

  • ecc16ca6 - Update dependency eslint-plugin-vue to ~10.9.0

Compare with previous version

added 1 commit <ul><li>ecc16ca6 - Update dependency eslint-plugin-vue to ~10.9.0</li></ul> [Compare with previous version](/AlekSIS/official/AlekSIS/-/merge_requests/347/diffs?diff_id=119887&start_sha=c68353cf7131192ea0d552b1c95aafbd04749cd4)
_renovate commented 2026-05-14 21:24:18 +02:00 (Migrated from edugit.org)

added 1 commit

  • c5ac529d - Update dependency eslint-plugin-vue to ~10.9.0

Compare with previous version

added 1 commit <ul><li>c5ac529d - Update dependency eslint-plugin-vue to ~10.9.0</li></ul> [Compare with previous version](/AlekSIS/official/AlekSIS/-/merge_requests/347/diffs?diff_id=119966&start_sha=ecc16ca66ac1f94faf03042362c09c2fe622e6c6)
_renovate commented 2026-05-14 21:43:20 +02:00 (Migrated from edugit.org)

added 1 commit

  • 43f61348 - Update dependency eslint-plugin-vue to ~10.9.0

Compare with previous version

added 1 commit <ul><li>43f61348 - Update dependency eslint-plugin-vue to ~10.9.0</li></ul> [Compare with previous version](/AlekSIS/official/AlekSIS/-/merge_requests/347/diffs?diff_id=120008&start_sha=c5ac529db48723adc2e493fffb87f7c1349bee18)
_renovate commented 2026-05-14 23:49:58 +02:00 (Migrated from edugit.org)

added 1 commit

  • db546ebd - Update dependency eslint-plugin-vue to ~10.9.0

Compare with previous version

added 1 commit <ul><li>db546ebd - Update dependency eslint-plugin-vue to ~10.9.0</li></ul> [Compare with previous version](/AlekSIS/official/AlekSIS/-/merge_requests/347/diffs?diff_id=120111&start_sha=43f6134833fe3d8213cd8fd2336534466a373861)
_renovate commented 2026-05-15 00:48:49 +02:00 (Migrated from edugit.org)

added 1 commit

  • eb6172e5 - Update dependency eslint-plugin-vue to ~10.9.0

Compare with previous version

added 1 commit <ul><li>eb6172e5 - Update dependency eslint-plugin-vue to ~10.9.0</li></ul> [Compare with previous version](/AlekSIS/official/AlekSIS/-/merge_requests/347/diffs?diff_id=120162&start_sha=db546ebd4175e719da9d6c9be234bd20b074753f)
_renovate commented 2026-05-15 01:51:57 +02:00 (Migrated from edugit.org)

added 1 commit

  • 5862d5c7 - Update dependency eslint-plugin-vue to ~10.9.0

Compare with previous version

added 1 commit <ul><li>5862d5c7 - Update dependency eslint-plugin-vue to ~10.9.0</li></ul> [Compare with previous version](/AlekSIS/official/AlekSIS/-/merge_requests/347/diffs?diff_id=120199&start_sha=eb6172e5bec1a4b5ae46059b9b77c1b354181512)
_renovate commented 2026-05-15 02:52:32 +02:00 (Migrated from edugit.org)

added 1 commit

  • 0f927352 - Update dependency eslint-plugin-vue to ~10.9.0

Compare with previous version

added 1 commit <ul><li>0f927352 - Update dependency eslint-plugin-vue to ~10.9.0</li></ul> [Compare with previous version](/AlekSIS/official/AlekSIS/-/merge_requests/347/diffs?diff_id=120259&start_sha=5862d5c78e17978b6676d50fe15562406009a656)
_renovate commented 2026-05-15 03:40:17 +02:00 (Migrated from edugit.org)

added 1 commit

  • 4af9776b - Update dependency eslint-plugin-vue to ~10.9.0

Compare with previous version

added 1 commit <ul><li>4af9776b - Update dependency eslint-plugin-vue to ~10.9.0</li></ul> [Compare with previous version](/AlekSIS/official/AlekSIS/-/merge_requests/347/diffs?diff_id=120321&start_sha=0f927352de1ee19a6fac393cf543200a379a9124)
_renovate commented 2026-05-15 05:53:06 +02:00 (Migrated from edugit.org)

added 1 commit

  • 43682765 - Update dependency eslint-plugin-vue to ~10.9.0

Compare with previous version

added 1 commit <ul><li>43682765 - Update dependency eslint-plugin-vue to ~10.9.0</li></ul> [Compare with previous version](/AlekSIS/official/AlekSIS/-/merge_requests/347/diffs?diff_id=120452&start_sha=4af9776bf5faa2448f838e89ce2edf0436d07bd5)
_renovate commented 2026-05-15 06:01:37 +02:00 (Migrated from edugit.org)

added 1 commit

  • 0ffe4b98 - Update dependency eslint-plugin-vue to ~10.9.0

Compare with previous version

added 1 commit <ul><li>0ffe4b98 - Update dependency eslint-plugin-vue to ~10.9.0</li></ul> [Compare with previous version](/AlekSIS/official/AlekSIS/-/merge_requests/347/diffs?diff_id=120476&start_sha=4368276554e4cbf0c6e8be8b8d013d7703406256)
_renovate commented 2026-05-15 06:02:06 +02:00 (Migrated from edugit.org)

changed the description

changed the description
_renovate commented 2026-05-15 06:27:14 +02:00 (Migrated from edugit.org)

added 1 commit

  • bfd30437 - Update dependency eslint-plugin-vue to ~10.9.0

Compare with previous version

added 1 commit <ul><li>bfd30437 - Update dependency eslint-plugin-vue to ~10.9.0</li></ul> [Compare with previous version](/AlekSIS/official/AlekSIS/-/merge_requests/347/diffs?diff_id=120502&start_sha=0ffe4b9802f4be3e7987039dbe6a3aa9f1115770)
_renovate commented 2026-05-15 06:58:54 +02:00 (Migrated from edugit.org)

changed the description

changed the description
_renovate commented 2026-05-15 07:46:05 +02:00 (Migrated from edugit.org)

added 1 commit

  • 743c54ed - Update dependency eslint-plugin-vue to ~10.9.0

Compare with previous version

added 1 commit <ul><li>743c54ed - Update dependency eslint-plugin-vue to ~10.9.0</li></ul> [Compare with previous version](/AlekSIS/official/AlekSIS/-/merge_requests/347/diffs?diff_id=120647&start_sha=bfd30437df7d707fc236e1ac58a91f91dbb9f480)
_renovate commented 2026-05-15 08:05:31 +02:00 (Migrated from edugit.org)

added 1 commit

  • de075829 - Update dependency eslint-plugin-vue to ~10.9.0

Compare with previous version

added 1 commit <ul><li>de075829 - Update dependency eslint-plugin-vue to ~10.9.0</li></ul> [Compare with previous version](/AlekSIS/official/AlekSIS/-/merge_requests/347/diffs?diff_id=120684&start_sha=743c54ed5bf44186d23d7cc6b8fafff39978e943)
_renovate commented 2026-05-15 09:23:47 +02:00 (Migrated from edugit.org)

added 1 commit

  • 069fee04 - Update dependency eslint-plugin-vue to ~10.9.0

Compare with previous version

added 1 commit <ul><li>069fee04 - Update dependency eslint-plugin-vue to ~10.9.0</li></ul> [Compare with previous version](/AlekSIS/official/AlekSIS/-/merge_requests/347/diffs?diff_id=120835&start_sha=de07582987bf26a79db943327d51518a5e25accd)
_renovate commented 2026-05-15 09:37:34 +02:00 (Migrated from edugit.org)

added 1 commit

  • 721a3697 - Update dependency eslint-plugin-vue to ~10.9.0

Compare with previous version

added 1 commit <ul><li>721a3697 - Update dependency eslint-plugin-vue to ~10.9.0</li></ul> [Compare with previous version](/AlekSIS/official/AlekSIS/-/merge_requests/347/diffs?diff_id=120857&start_sha=069fee04f2ab1c5b83b7b79ad5bbc1f40e502cd8)
_renovate commented 2026-05-15 12:27:28 +02:00 (Migrated from edugit.org)

added 1 commit

  • 7801554e - Update dependency eslint-plugin-vue to ~10.9.0

Compare with previous version

added 1 commit <ul><li>7801554e - Update dependency eslint-plugin-vue to ~10.9.0</li></ul> [Compare with previous version](/AlekSIS/official/AlekSIS/-/merge_requests/347/diffs?diff_id=121083&start_sha=721a36976358f73955d2b7365162aa7ff1f87b5c)
_renovate commented 2026-05-15 14:44:36 +02:00 (Migrated from edugit.org)

added 1 commit

  • ec873c2e - Update dependency eslint-plugin-vue to ~10.9.0

Compare with previous version

added 1 commit <ul><li>ec873c2e - Update dependency eslint-plugin-vue to ~10.9.0</li></ul> [Compare with previous version](/AlekSIS/official/AlekSIS/-/merge_requests/347/diffs?diff_id=121197&start_sha=7801554eb026d20cfdca7cdd8a40e24dd2cb1a54)
_renovate commented 2026-05-15 15:05:47 +02:00 (Migrated from edugit.org)

added 1 commit

  • 630888f0 - Update dependency eslint-plugin-vue to ~10.9.0

Compare with previous version

added 1 commit <ul><li>630888f0 - Update dependency eslint-plugin-vue to ~10.9.0</li></ul> [Compare with previous version](/AlekSIS/official/AlekSIS/-/merge_requests/347/diffs?diff_id=121221&start_sha=ec873c2ea3029d73ebddfdc10a3d4ea888e9177a)
_renovate commented 2026-05-15 16:28:45 +02:00 (Migrated from edugit.org)

added 1 commit

  • 50466425 - Update dependency eslint-plugin-vue to ~10.9.0

Compare with previous version

added 1 commit <ul><li>50466425 - Update dependency eslint-plugin-vue to ~10.9.0</li></ul> [Compare with previous version](/AlekSIS/official/AlekSIS/-/merge_requests/347/diffs?diff_id=121286&start_sha=630888f0b91e3aeea141b3356bdc1249de53afd1)
_renovate commented 2026-05-15 17:24:22 +02:00 (Migrated from edugit.org)

added 1 commit

  • 4172d11a - Update dependency eslint-plugin-vue to ~10.9.0

Compare with previous version

added 1 commit <ul><li>4172d11a - Update dependency eslint-plugin-vue to ~10.9.0</li></ul> [Compare with previous version](/AlekSIS/official/AlekSIS/-/merge_requests/347/diffs?diff_id=121381&start_sha=50466425828acf40ddae7a35b29defad19cb9953)
_renovate commented 2026-05-15 20:41:16 +02:00 (Migrated from edugit.org)

added 1 commit

  • a2bdee05 - Update dependency eslint-plugin-vue to ~10.9.0

Compare with previous version

added 1 commit <ul><li>a2bdee05 - Update dependency eslint-plugin-vue to ~10.9.0</li></ul> [Compare with previous version](/AlekSIS/official/AlekSIS/-/merge_requests/347/diffs?diff_id=121660&start_sha=4172d11a07e21fab6897cb63c891b8d68b23a597)
_renovate commented 2026-05-15 22:07:23 +02:00 (Migrated from edugit.org)

added 1 commit

  • ca39b019 - Update dependency eslint-plugin-vue to ~10.9.0

Compare with previous version

added 1 commit <ul><li>ca39b019 - Update dependency eslint-plugin-vue to ~10.9.0</li></ul> [Compare with previous version](/AlekSIS/official/AlekSIS/-/merge_requests/347/diffs?diff_id=121811&start_sha=a2bdee05cf196418de383f7c88cee8f264a1fbdc)
_renovate commented 2026-05-15 22:13:54 +02:00 (Migrated from edugit.org)

added 1 commit

  • 34fa009a - Update dependency eslint-plugin-vue to ~10.9.0

Compare with previous version

added 1 commit <ul><li>34fa009a - Update dependency eslint-plugin-vue to ~10.9.0</li></ul> [Compare with previous version](/AlekSIS/official/AlekSIS/-/merge_requests/347/diffs?diff_id=121825&start_sha=ca39b019ea2e6890734057628b73c93688c578e0)
_renovate commented 2026-05-15 22:37:04 +02:00 (Migrated from edugit.org)

added 1 commit

  • 4fcfcd85 - Update dependency eslint-plugin-vue to ~10.9.0

Compare with previous version

added 1 commit <ul><li>4fcfcd85 - Update dependency eslint-plugin-vue to ~10.9.0</li></ul> [Compare with previous version](/AlekSIS/official/AlekSIS/-/merge_requests/347/diffs?diff_id=121855&start_sha=34fa009a69169b0920b72df0dc81ee90555195b6)
_renovate commented 2026-05-15 22:47:07 +02:00 (Migrated from edugit.org)

added 1 commit

  • b378b16e - Update dependency eslint-plugin-vue to ~10.9.0

Compare with previous version

added 1 commit <ul><li>b378b16e - Update dependency eslint-plugin-vue to ~10.9.0</li></ul> [Compare with previous version](/AlekSIS/official/AlekSIS/-/merge_requests/347/diffs?diff_id=121877&start_sha=4fcfcd859c4e6bac0fc7a3ac87136794d8ddef18)
_renovate commented 2026-05-15 22:56:07 +02:00 (Migrated from edugit.org)

added 1 commit

  • 6ad72a14 - Update dependency eslint-plugin-vue to ~10.9.0

Compare with previous version

added 1 commit <ul><li>6ad72a14 - Update dependency eslint-plugin-vue to ~10.9.0</li></ul> [Compare with previous version](/AlekSIS/official/AlekSIS/-/merge_requests/347/diffs?diff_id=121897&start_sha=b378b16ef8ea1a9c0c6bfbcfe94fc0d9ad3b9f58)
_renovate commented 2026-05-16 01:31:25 +02:00 (Migrated from edugit.org)

added 1 commit

  • 29b5b995 - Update dependency eslint-plugin-vue to ~10.9.0

Compare with previous version

added 1 commit <ul><li>29b5b995 - Update dependency eslint-plugin-vue to ~10.9.0</li></ul> [Compare with previous version](/AlekSIS/official/AlekSIS/-/merge_requests/347/diffs?diff_id=122050&start_sha=6ad72a1427ece61a402161b9d69d4ad1fda15bf9)
_renovate commented 2026-05-16 03:23:04 +02:00 (Migrated from edugit.org)

added 1 commit

  • 73e54525 - Update dependency eslint-plugin-vue to ~10.9.0

Compare with previous version

added 1 commit <ul><li>73e54525 - Update dependency eslint-plugin-vue to ~10.9.0</li></ul> [Compare with previous version](/AlekSIS/official/AlekSIS/-/merge_requests/347/diffs?diff_id=122169&start_sha=29b5b995458005cd8ce334e703b3806b0a55b6d8)
_renovate commented 2026-05-16 04:44:25 +02:00 (Migrated from edugit.org)

added 1 commit

  • acb5df40 - Update dependency eslint-plugin-vue to ~10.9.0

Compare with previous version

added 1 commit <ul><li>acb5df40 - Update dependency eslint-plugin-vue to ~10.9.0</li></ul> [Compare with previous version](/AlekSIS/official/AlekSIS/-/merge_requests/347/diffs?diff_id=122237&start_sha=73e54525e8f9369d8caabf016226e9f26c31c88c)
_renovate commented 2026-05-16 05:10:05 +02:00 (Migrated from edugit.org)

added 1 commit

  • f14a26ba - Update dependency eslint-plugin-vue to ~10.9.0

Compare with previous version

added 1 commit <ul><li>f14a26ba - Update dependency eslint-plugin-vue to ~10.9.0</li></ul> [Compare with previous version](/AlekSIS/official/AlekSIS/-/merge_requests/347/diffs?diff_id=122269&start_sha=acb5df40442d01fd1337faf55a73a3077b19ee30)
_renovate commented 2026-05-16 05:36:57 +02:00 (Migrated from edugit.org)

added 1 commit

  • 970c15dd - Update dependency eslint-plugin-vue to ~10.9.0

Compare with previous version

added 1 commit <ul><li>970c15dd - Update dependency eslint-plugin-vue to ~10.9.0</li></ul> [Compare with previous version](/AlekSIS/official/AlekSIS/-/merge_requests/347/diffs?diff_id=122321&start_sha=f14a26ba9acaa5f7522e1f61fc58dfcfed5126b4)
_renovate commented 2026-05-16 05:52:35 +02:00 (Migrated from edugit.org)

added 1 commit

  • 6b69b9ab - Update dependency eslint-plugin-vue to ~10.9.0

Compare with previous version

added 1 commit <ul><li>6b69b9ab - Update dependency eslint-plugin-vue to ~10.9.0</li></ul> [Compare with previous version](/AlekSIS/official/AlekSIS/-/merge_requests/347/diffs?diff_id=122343&start_sha=970c15ddc0fcf866221d25618b40c566f2244014)
_renovate commented 2026-05-21 18:07:42 +02:00 (Migrated from edugit.org)

added 1 commit

  • 34e3f504 - Update dependency eslint-plugin-vue to ~10.9.0

Compare with previous version

added 1 commit <ul><li>34e3f504 - Update dependency eslint-plugin-vue to ~10.9.0</li></ul> [Compare with previous version](/AlekSIS/official/AlekSIS/-/merge_requests/347/diffs?diff_id=122703&start_sha=6b69b9ab93a6e2071a689242118a85a2abf41287)
_renovate commented 2026-05-21 19:32:01 +02:00 (Migrated from edugit.org)

added 1 commit

  • 3d2f2f91 - Update dependency eslint-plugin-vue to ~10.9.0

Compare with previous version

added 1 commit <ul><li>3d2f2f91 - Update dependency eslint-plugin-vue to ~10.9.0</li></ul> [Compare with previous version](/AlekSIS/official/AlekSIS/-/merge_requests/347/diffs?diff_id=122863&start_sha=34e3f50451af566075b9e9bc53145ca1d0786879)
_renovate commented 2026-05-21 19:47:50 +02:00 (Migrated from edugit.org)

added 1 commit

  • 2c1fd55b - Update dependency eslint-plugin-vue to ~10.9.0

Compare with previous version

added 1 commit <ul><li>2c1fd55b - Update dependency eslint-plugin-vue to ~10.9.0</li></ul> [Compare with previous version](/AlekSIS/official/AlekSIS/-/merge_requests/347/diffs?diff_id=122923&start_sha=3d2f2f911e7bd6d790046a4270f8e1a74491dbe0)
_renovate commented 2026-05-22 00:57:20 +02:00 (Migrated from edugit.org)

added 1 commit

  • 19be5834 - Update dependency eslint-plugin-vue to ~10.9.0

Compare with previous version

added 1 commit <ul><li>19be5834 - Update dependency eslint-plugin-vue to ~10.9.0</li></ul> [Compare with previous version](/AlekSIS/official/AlekSIS/-/merge_requests/347/diffs?diff_id=123386&start_sha=2c1fd55b3b964dd7420e85f8c23c687fd27772c7)
_renovate commented 2026-05-22 00:57:50 +02:00 (Migrated from edugit.org)

changed the description

changed the description
_renovate commented 2026-05-22 03:43:24 +02:00 (Migrated from edugit.org)

added 1 commit

  • 03ade702 - Update dependency eslint-plugin-vue to ~10.9.0

Compare with previous version

added 1 commit <ul><li>03ade702 - Update dependency eslint-plugin-vue to ~10.9.0</li></ul> [Compare with previous version](/AlekSIS/official/AlekSIS/-/merge_requests/347/diffs?diff_id=123530&start_sha=19be5834f0b85f277f59362687f54adbeb5ebf60)
_renovate commented 2026-05-22 03:43:59 +02:00 (Migrated from edugit.org)

changed the description

changed the description
_renovate commented 2026-05-22 07:10:11 +02:00 (Migrated from edugit.org)

added 1 commit

  • e8717a5e - Update dependency eslint-plugin-vue to ~10.9.0

Compare with previous version

added 1 commit <ul><li>e8717a5e - Update dependency eslint-plugin-vue to ~10.9.0</li></ul> [Compare with previous version](/AlekSIS/official/AlekSIS/-/merge_requests/347/diffs?diff_id=123774&start_sha=03ade702e4d7cc5e66e35fee72d2904b209410d5)
_renovate commented 2026-05-22 11:02:58 +02:00 (Migrated from edugit.org)

added 1 commit

  • 490cd0e7 - Update dependency eslint-plugin-vue to ~10.9.0

Compare with previous version

added 1 commit <ul><li>490cd0e7 - Update dependency eslint-plugin-vue to ~10.9.0</li></ul> [Compare with previous version](/AlekSIS/official/AlekSIS/-/merge_requests/347/diffs?diff_id=124028&start_sha=e8717a5e04b98255d480a9bea381c3a052c7c82d)
_renovate commented 2026-05-22 13:17:27 +02:00 (Migrated from edugit.org)

added 1 commit

  • 25706b4d - Update dependency eslint-plugin-vue to ~10.9.0

Compare with previous version

added 1 commit <ul><li>25706b4d - Update dependency eslint-plugin-vue to ~10.9.0</li></ul> [Compare with previous version](/AlekSIS/official/AlekSIS/-/merge_requests/347/diffs?diff_id=124220&start_sha=490cd0e73c009ee5a51f4fd527011711f90403c5)
_renovate commented 2026-05-22 15:35:20 +02:00 (Migrated from edugit.org)

added 1 commit

  • efc6e43f - Update dependency eslint-plugin-vue to ~10.9.0

Compare with previous version

added 1 commit <ul><li>efc6e43f - Update dependency eslint-plugin-vue to ~10.9.0</li></ul> [Compare with previous version](/AlekSIS/official/AlekSIS/-/merge_requests/347/diffs?diff_id=124374&start_sha=25706b4d828c289ca1486142b1e35d0903986bf2)
_renovate commented 2026-05-22 16:14:12 +02:00 (Migrated from edugit.org)

added 1 commit

  • f26c9750 - Update dependency eslint-plugin-vue to ~10.9.0

Compare with previous version

added 1 commit <ul><li>f26c9750 - Update dependency eslint-plugin-vue to ~10.9.0</li></ul> [Compare with previous version](/AlekSIS/official/AlekSIS/-/merge_requests/347/diffs?diff_id=124411&start_sha=efc6e43f25655f8df423a97ddfcc9a559e5313d8)
_renovate commented 2026-05-22 16:46:18 +02:00 (Migrated from edugit.org)

added 1 commit

  • f5fd31dd - Update dependency eslint-plugin-vue to ~10.9.0

Compare with previous version

added 1 commit <ul><li>f5fd31dd - Update dependency eslint-plugin-vue to ~10.9.0</li></ul> [Compare with previous version](/AlekSIS/official/AlekSIS/-/merge_requests/347/diffs?diff_id=124450&start_sha=f26c9750c71358e56b679bf3b54160749cf70c8a)
_renovate commented 2026-05-22 17:16:07 +02:00 (Migrated from edugit.org)

added 1 commit

  • 03d0dac2 - Update dependency eslint-plugin-vue to ~10.9.0

Compare with previous version

added 1 commit <ul><li>03d0dac2 - Update dependency eslint-plugin-vue to ~10.9.0</li></ul> [Compare with previous version](/AlekSIS/official/AlekSIS/-/merge_requests/347/diffs?diff_id=124505&start_sha=f5fd31ddd1b12439069ed03882761cd86a4c7328)
_renovate commented 2026-05-22 22:08:43 +02:00 (Migrated from edugit.org)

added 1 commit

  • 80af5230 - Update dependency eslint-plugin-vue to ~10.9.0

Compare with previous version

added 1 commit <ul><li>80af5230 - Update dependency eslint-plugin-vue to ~10.9.0</li></ul> [Compare with previous version](/AlekSIS/official/AlekSIS/-/merge_requests/347/diffs?diff_id=124807&start_sha=03d0dac2bd99fe8653521700877f0ec0530a25ff)
_renovate commented 2026-05-22 23:09:39 +02:00 (Migrated from edugit.org)

added 1 commit

  • a1e2a625 - Update dependency eslint-plugin-vue to ~10.9.0

Compare with previous version

added 1 commit <ul><li>a1e2a625 - Update dependency eslint-plugin-vue to ~10.9.0</li></ul> [Compare with previous version](/AlekSIS/official/AlekSIS/-/merge_requests/347/diffs?diff_id=124962&start_sha=80af52309c014db6a7b76d46d3814dcc6f8bd35d)
_renovate commented 2026-05-22 23:39:05 +02:00 (Migrated from edugit.org)

added 1 commit

  • ba62bfdd - Update dependency eslint-plugin-vue to ~10.9.0

Compare with previous version

added 1 commit <ul><li>ba62bfdd - Update dependency eslint-plugin-vue to ~10.9.0</li></ul> [Compare with previous version](/AlekSIS/official/AlekSIS/-/merge_requests/347/diffs?diff_id=125015&start_sha=a1e2a625aaf7218e7ebe93a8cdd48666cc480d9b)
_renovate commented 2026-05-23 00:45:20 +02:00 (Migrated from edugit.org)

added 1 commit

  • f622e47d - Update dependency eslint-plugin-vue to ~10.9.0

Compare with previous version

added 1 commit <ul><li>f622e47d - Update dependency eslint-plugin-vue to ~10.9.0</li></ul> [Compare with previous version](/AlekSIS/official/AlekSIS/-/merge_requests/347/diffs?diff_id=125078&start_sha=ba62bfdd314513653b9096b4a33c7b13a33da143)
_renovate commented 2026-05-23 02:48:21 +02:00 (Migrated from edugit.org)

added 1 commit

  • de0ac95d - Update dependency eslint-plugin-vue to ~10.9.0

Compare with previous version

added 1 commit <ul><li>de0ac95d - Update dependency eslint-plugin-vue to ~10.9.0</li></ul> [Compare with previous version](/AlekSIS/official/AlekSIS/-/merge_requests/347/diffs?diff_id=125191&start_sha=f622e47d3dc0a487e3567018c111da606fca7b82)
_renovate commented 2026-05-23 03:10:05 +02:00 (Migrated from edugit.org)

added 1 commit

  • afd85885 - Update dependency eslint-plugin-vue to ~10.9.0

Compare with previous version

added 1 commit <ul><li>afd85885 - Update dependency eslint-plugin-vue to ~10.9.0</li></ul> [Compare with previous version](/AlekSIS/official/AlekSIS/-/merge_requests/347/diffs?diff_id=125222&start_sha=de0ac95d0dd9ae330958eb92cff84f91a454030f)
_renovate commented 2026-05-23 04:35:31 +02:00 (Migrated from edugit.org)

added 1 commit

  • a5a71d05 - Update dependency eslint-plugin-vue to ~10.9.0

Compare with previous version

added 1 commit <ul><li>a5a71d05 - Update dependency eslint-plugin-vue to ~10.9.0</li></ul> [Compare with previous version](/AlekSIS/official/AlekSIS/-/merge_requests/347/diffs?diff_id=125305&start_sha=afd85885ff1722f50b2194c90c54ee4df0b5e14b)
_renovate commented 2026-05-23 04:37:44 +02:00 (Migrated from edugit.org)

added 1 commit

  • 4e091938 - Update dependency eslint-plugin-vue to ~10.9.0

Compare with previous version

added 1 commit <ul><li>4e091938 - Update dependency eslint-plugin-vue to ~10.9.0</li></ul> [Compare with previous version](/AlekSIS/official/AlekSIS/-/merge_requests/347/diffs?diff_id=125307&start_sha=a5a71d0509572c8cd3460b65573a7b4e5648e5b1)
_renovate commented 2026-05-23 08:09:34 +02:00 (Migrated from edugit.org)

added 1 commit

  • 38979831 - Update dependency eslint-plugin-vue to ~10.9.0

Compare with previous version

added 1 commit <ul><li>38979831 - Update dependency eslint-plugin-vue to ~10.9.0</li></ul> [Compare with previous version](/AlekSIS/official/AlekSIS/-/merge_requests/347/diffs?diff_id=125489&start_sha=4e091938b6ff89b222392e0f7ddb28fc8d8cec47)
_renovate commented 2026-05-23 11:07:00 +02:00 (Migrated from edugit.org)

added 1 commit

  • 074efe71 - Update dependency eslint-plugin-vue to ~10.9.0

Compare with previous version

added 1 commit <ul><li>074efe71 - Update dependency eslint-plugin-vue to ~10.9.0</li></ul> [Compare with previous version](/AlekSIS/official/AlekSIS/-/merge_requests/347/diffs?diff_id=125765&start_sha=38979831d8b6c6adef7a04e185e4a7cfe53b31d1)
_renovate commented 2026-05-23 11:18:26 +02:00 (Migrated from edugit.org)

added 1 commit

  • 809b9312 - Update dependency eslint-plugin-vue to ~10.9.0

Compare with previous version

added 1 commit <ul><li>809b9312 - Update dependency eslint-plugin-vue to ~10.9.0</li></ul> [Compare with previous version](/AlekSIS/official/AlekSIS/-/merge_requests/347/diffs?diff_id=125779&start_sha=074efe712e2a2cbc3455bee7528ea1a57ed30dcb)
_renovate commented 2026-05-23 11:37:02 +02:00 (Migrated from edugit.org)

added 1 commit

  • 37b71b9f - Update dependency eslint-plugin-vue to ~10.9.0

Compare with previous version

added 1 commit <ul><li>37b71b9f - Update dependency eslint-plugin-vue to ~10.9.0</li></ul> [Compare with previous version](/AlekSIS/official/AlekSIS/-/merge_requests/347/diffs?diff_id=125817&start_sha=809b93121ee532fe15adcb3514b9fe63ed327e76)
_renovate commented 2026-05-23 12:48:21 +02:00 (Migrated from edugit.org)

added 1 commit

  • 9f652531 - Update dependency eslint-plugin-vue to ~10.9.0

Compare with previous version

added 1 commit <ul><li>9f652531 - Update dependency eslint-plugin-vue to ~10.9.0</li></ul> [Compare with previous version](/AlekSIS/official/AlekSIS/-/merge_requests/347/diffs?diff_id=125926&start_sha=37b71b9f02dec5fffb9c0e2b192fff0bcd4f4959)
_renovate commented 2026-05-23 14:53:30 +02:00 (Migrated from edugit.org)

added 1 commit

  • 5a89b0c8 - Update dependency eslint-plugin-vue to ~10.9.0

Compare with previous version

added 1 commit <ul><li>5a89b0c8 - Update dependency eslint-plugin-vue to ~10.9.0</li></ul> [Compare with previous version](/AlekSIS/official/AlekSIS/-/merge_requests/347/diffs?diff_id=126076&start_sha=9f6525311ab05662eb982d0d256f33ea54651f6b)
_renovate commented 2026-05-23 19:07:29 +02:00 (Migrated from edugit.org)

added 1 commit

  • 9c8a6bfa - Update dependency eslint-plugin-vue to ~10.9.0

Compare with previous version

added 1 commit <ul><li>9c8a6bfa - Update dependency eslint-plugin-vue to ~10.9.0</li></ul> [Compare with previous version](/AlekSIS/official/AlekSIS/-/merge_requests/347/diffs?diff_id=126273&start_sha=5a89b0c8f86797db5794e78ecdc8ceceedebd6bb)
_renovate commented 2026-05-23 19:45:54 +02:00 (Migrated from edugit.org)

added 1 commit

  • 33a7c996 - Update dependency eslint-plugin-vue to ~10.9.0

Compare with previous version

added 1 commit <ul><li>33a7c996 - Update dependency eslint-plugin-vue to ~10.9.0</li></ul> [Compare with previous version](/AlekSIS/official/AlekSIS/-/merge_requests/347/diffs?diff_id=126311&start_sha=9c8a6bfa046a542123d27646ec6fe9f217b4585b)
_renovate commented 2026-05-23 21:21:15 +02:00 (Migrated from edugit.org)

added 1 commit

  • 30529d12 - Update dependency eslint-plugin-vue to ~10.9.0

Compare with previous version

added 1 commit <ul><li>30529d12 - Update dependency eslint-plugin-vue to ~10.9.0</li></ul> [Compare with previous version](/AlekSIS/official/AlekSIS/-/merge_requests/347/diffs?diff_id=126411&start_sha=33a7c996b48940813f2d349fafee6e68f3ae3b5b)
_renovate commented 2026-05-23 21:44:49 +02:00 (Migrated from edugit.org)

added 1 commit

  • 9af56057 - Update dependency eslint-plugin-vue to ~10.9.0

Compare with previous version

added 1 commit <ul><li>9af56057 - Update dependency eslint-plugin-vue to ~10.9.0</li></ul> [Compare with previous version](/AlekSIS/official/AlekSIS/-/merge_requests/347/diffs?diff_id=126465&start_sha=30529d129f3d76f9f1fe87eeae8243de32e230fb)
_renovate commented 2026-05-23 21:59:17 +02:00 (Migrated from edugit.org)

added 1 commit

  • 3218381d - Update dependency eslint-plugin-vue to ~10.9.0

Compare with previous version

added 1 commit <ul><li>3218381d - Update dependency eslint-plugin-vue to ~10.9.0</li></ul> [Compare with previous version](/AlekSIS/official/AlekSIS/-/merge_requests/347/diffs?diff_id=126486&start_sha=9af560579a6fbbd909e240b767c8f1395fa5017d)
_renovate commented 2026-05-23 23:22:40 +02:00 (Migrated from edugit.org)

added 1 commit

  • 64549f57 - Update dependency eslint-plugin-vue to ~10.9.0

Compare with previous version

added 1 commit <ul><li>64549f57 - Update dependency eslint-plugin-vue to ~10.9.0</li></ul> [Compare with previous version](/AlekSIS/official/AlekSIS/-/merge_requests/347/diffs?diff_id=126660&start_sha=3218381dc1152af0b79c1b031b79d65e9d9c6a44)
_renovate commented 2026-05-24 06:06:45 +02:00 (Migrated from edugit.org)

added 1 commit

  • 3fe170fa - Update dependency eslint-plugin-vue to ~10.9.0

Compare with previous version

added 1 commit <ul><li>3fe170fa - Update dependency eslint-plugin-vue to ~10.9.0</li></ul> [Compare with previous version](/AlekSIS/official/AlekSIS/-/merge_requests/347/diffs?diff_id=127063&start_sha=64549f57b04bddf77dac4d7a2cb2b9f4709fdf60)
_renovate commented 2026-05-24 06:07:25 +02:00 (Migrated from edugit.org)

changed the description

changed the description
_renovate commented 2026-05-24 06:20:10 +02:00 (Migrated from edugit.org)

added 1 commit

  • e90c2983 - Update dependency eslint-plugin-vue to ~10.9.0

Compare with previous version

added 1 commit <ul><li>e90c2983 - Update dependency eslint-plugin-vue to ~10.9.0</li></ul> [Compare with previous version](/AlekSIS/official/AlekSIS/-/merge_requests/347/diffs?diff_id=127085&start_sha=3fe170faae29ef7e41eae42c92e14fc2230cd563)
_renovate commented 2026-05-24 06:20:34 +02:00 (Migrated from edugit.org)

changed the description

changed the description
_renovate commented 2026-05-24 09:33:02 +02:00 (Migrated from edugit.org)

added 1 commit

  • 0d793539 - Update dependency eslint-plugin-vue to ~10.9.0

Compare with previous version

added 1 commit <ul><li>0d793539 - Update dependency eslint-plugin-vue to ~10.9.0</li></ul> [Compare with previous version](/AlekSIS/official/AlekSIS/-/merge_requests/347/diffs?diff_id=127339&start_sha=e90c29834e8585295ff243cfd3b78a41fbb4bc2a)
_renovate commented 2026-05-24 10:35:21 +02:00 (Migrated from edugit.org)

added 1 commit

  • e610abda - Update dependency eslint-plugin-vue to ~10.9.0

Compare with previous version

added 1 commit <ul><li>e610abda - Update dependency eslint-plugin-vue to ~10.9.0</li></ul> [Compare with previous version](/AlekSIS/official/AlekSIS/-/merge_requests/347/diffs?diff_id=127462&start_sha=0d793539d5ff55465a5222d6e0f3f5dce79220ce)
_renovate commented 2026-05-24 12:00:37 +02:00 (Migrated from edugit.org)

added 1 commit

  • 2de519ac - Update dependency eslint-plugin-vue to ~10.9.0

Compare with previous version

added 1 commit <ul><li>2de519ac - Update dependency eslint-plugin-vue to ~10.9.0</li></ul> [Compare with previous version](/AlekSIS/official/AlekSIS/-/merge_requests/347/diffs?diff_id=127572&start_sha=e610abda9591d7ac0199242ed4b9e3b144572b3c)
_renovate commented 2026-05-24 14:24:58 +02:00 (Migrated from edugit.org)

added 1 commit

  • b966644a - Update dependency eslint-plugin-vue to ~10.9.0

Compare with previous version

added 1 commit <ul><li>b966644a - Update dependency eslint-plugin-vue to ~10.9.0</li></ul> [Compare with previous version](/AlekSIS/official/AlekSIS/-/merge_requests/347/diffs?diff_id=127741&start_sha=2de519ac6db2441c0ebc2d393f37811c06824a30)
_renovate commented 2026-05-24 15:00:00 +02:00 (Migrated from edugit.org)

added 1 commit

  • a9ad5d03 - Update dependency eslint-plugin-vue to ~10.9.0

Compare with previous version

added 1 commit <ul><li>a9ad5d03 - Update dependency eslint-plugin-vue to ~10.9.0</li></ul> [Compare with previous version](/AlekSIS/official/AlekSIS/-/merge_requests/347/diffs?diff_id=127785&start_sha=b966644a6e23922dddea49c0ba823b4984122605)
_renovate commented 2026-05-24 16:14:09 +02:00 (Migrated from edugit.org)

added 1 commit

  • 9c65a738 - Update dependency eslint-plugin-vue to ~10.9.0

Compare with previous version

added 1 commit <ul><li>9c65a738 - Update dependency eslint-plugin-vue to ~10.9.0</li></ul> [Compare with previous version](/AlekSIS/official/AlekSIS/-/merge_requests/347/diffs?diff_id=127838&start_sha=a9ad5d03ee7a8648daa9bf834f22785118459c17)
_renovate commented 2026-05-24 23:05:49 +02:00 (Migrated from edugit.org)

added 1 commit

  • 44f2ace2 - Update dependency eslint-plugin-vue to ~10.9.0

Compare with previous version

added 1 commit <ul><li>44f2ace2 - Update dependency eslint-plugin-vue to ~10.9.0</li></ul> [Compare with previous version](/AlekSIS/official/AlekSIS/-/merge_requests/347/diffs?diff_id=128323&start_sha=9c65a738c8d60ed03d9bdd34a81c88819e20176b)
_renovate commented 2026-05-24 23:16:44 +02:00 (Migrated from edugit.org)

added 1 commit

  • df9b7209 - Update dependency eslint-plugin-vue to ~10.9.0

Compare with previous version

added 1 commit <ul><li>df9b7209 - Update dependency eslint-plugin-vue to ~10.9.0</li></ul> [Compare with previous version](/AlekSIS/official/AlekSIS/-/merge_requests/347/diffs?diff_id=128333&start_sha=44f2ace264823b04e2750000b99350bf2428336f)
_renovate commented 2026-05-25 01:21:51 +02:00 (Migrated from edugit.org)

added 1 commit

  • d5ddb690 - Update dependency eslint-plugin-vue to ~10.9.0

Compare with previous version

added 1 commit <ul><li>d5ddb690 - Update dependency eslint-plugin-vue to ~10.9.0</li></ul> [Compare with previous version](/AlekSIS/official/AlekSIS/-/merge_requests/347/diffs?diff_id=128485&start_sha=df9b720999ebaf556062e1292ec60240fb7ad910)
_renovate commented 2026-05-25 01:33:37 +02:00 (Migrated from edugit.org)

added 1 commit

  • 159eb0f0 - Update dependency eslint-plugin-vue to ~10.9.0

Compare with previous version

added 1 commit <ul><li>159eb0f0 - Update dependency eslint-plugin-vue to ~10.9.0</li></ul> [Compare with previous version](/AlekSIS/official/AlekSIS/-/merge_requests/347/diffs?diff_id=128504&start_sha=d5ddb6906cfe9aa9ff2acf141fde17ef0f6a905b)
_renovate commented 2026-05-25 01:50:52 +02:00 (Migrated from edugit.org)

added 1 commit

  • f45ffa88 - Update dependency eslint-plugin-vue to ~10.9.0

Compare with previous version

added 1 commit <ul><li>f45ffa88 - Update dependency eslint-plugin-vue to ~10.9.0</li></ul> [Compare with previous version](/AlekSIS/official/AlekSIS/-/merge_requests/347/diffs?diff_id=128534&start_sha=159eb0f0eb53c8962de630807a1cb555f79200a9)
_renovate commented 2026-05-25 04:17:57 +02:00 (Migrated from edugit.org)

added 1 commit

  • 0ceed2dd - Update dependency eslint-plugin-vue to ~10.9.0

Compare with previous version

added 1 commit <ul><li>0ceed2dd - Update dependency eslint-plugin-vue to ~10.9.0</li></ul> [Compare with previous version](/AlekSIS/official/AlekSIS/-/merge_requests/347/diffs?diff_id=128674&start_sha=f45ffa8896e619d6f9d077cc74aaca0b000aa675)
_renovate commented 2026-05-25 14:02:25 +02:00 (Migrated from edugit.org)

added 1 commit

  • 13c82d32 - Update dependency eslint-plugin-vue to ~10.9.0

Compare with previous version

added 1 commit <ul><li>13c82d32 - Update dependency eslint-plugin-vue to ~10.9.0</li></ul> [Compare with previous version](/AlekSIS/official/AlekSIS/-/merge_requests/347/diffs?diff_id=129369&start_sha=0ceed2ddadfe9a593506b23b384d0ee26021cbcf)
_renovate commented 2026-05-25 16:04:13 +02:00 (Migrated from edugit.org)

added 1 commit

  • 7f54f12c - Update dependency eslint-plugin-vue to ~10.9.0

Compare with previous version

added 1 commit <ul><li>7f54f12c - Update dependency eslint-plugin-vue to ~10.9.0</li></ul> [Compare with previous version](/AlekSIS/official/AlekSIS/-/merge_requests/347/diffs?diff_id=129522&start_sha=13c82d329f069f06083b91e825074fe235d7f0fa)
_renovate commented 2026-05-25 17:12:26 +02:00 (Migrated from edugit.org)

added 1 commit

  • bb3099e8 - Update dependency eslint-plugin-vue to ~10.9.0

Compare with previous version

added 1 commit <ul><li>bb3099e8 - Update dependency eslint-plugin-vue to ~10.9.0</li></ul> [Compare with previous version](/AlekSIS/official/AlekSIS/-/merge_requests/347/diffs?diff_id=129611&start_sha=7f54f12c92c1cb49fcfd9ea5c9a9c79b69a6643c)
_renovate commented 2026-05-25 22:18:53 +02:00 (Migrated from edugit.org)

added 1 commit

  • 62c523ba - Update dependency eslint-plugin-vue to ~10.9.0

Compare with previous version

added 1 commit <ul><li>62c523ba - Update dependency eslint-plugin-vue to ~10.9.0</li></ul> [Compare with previous version](/AlekSIS/official/AlekSIS/-/merge_requests/347/diffs?diff_id=130020&start_sha=bb3099e8ab3d41d3302fb5f7c7a2f79f46c1df65)
_renovate commented 2026-05-25 23:15:08 +02:00 (Migrated from edugit.org)

added 1 commit

  • adc1be4e - Update dependency eslint-plugin-vue to ~10.9.0

Compare with previous version

added 1 commit <ul><li>adc1be4e - Update dependency eslint-plugin-vue to ~10.9.0</li></ul> [Compare with previous version](/AlekSIS/official/AlekSIS/-/merge_requests/347/diffs?diff_id=130079&start_sha=62c523baf3fede7daec23f723bc7fb3fd5a5cbab)
_renovate commented 2026-05-26 01:15:11 +02:00 (Migrated from edugit.org)

added 1 commit

  • f4199987 - Update dependency eslint-plugin-vue to ~10.9.0

Compare with previous version

added 1 commit <ul><li>f4199987 - Update dependency eslint-plugin-vue to ~10.9.0</li></ul> [Compare with previous version](/AlekSIS/official/AlekSIS/-/merge_requests/347/diffs?diff_id=130193&start_sha=adc1be4e343d199bd0cac3dc114d5daa556270bd)
_renovate commented 2026-05-26 02:19:07 +02:00 (Migrated from edugit.org)

added 1 commit

  • dc2d3c5f - Update dependency eslint-plugin-vue to ~10.9.0

Compare with previous version

added 1 commit <ul><li>dc2d3c5f - Update dependency eslint-plugin-vue to ~10.9.0</li></ul> [Compare with previous version](/AlekSIS/official/AlekSIS/-/merge_requests/347/diffs?diff_id=130253&start_sha=f41999878ac27025cf5cc36f000936e1e0c6b7fd)
_renovate commented 2026-05-26 02:45:58 +02:00 (Migrated from edugit.org)

added 1 commit

  • 28bb4317 - Update dependency eslint-plugin-vue to ~10.9.0

Compare with previous version

added 1 commit <ul><li>28bb4317 - Update dependency eslint-plugin-vue to ~10.9.0</li></ul> [Compare with previous version](/AlekSIS/official/AlekSIS/-/merge_requests/347/diffs?diff_id=130272&start_sha=dc2d3c5f11104f85e300c1fd434ff91324f677e0)
_renovate commented 2026-05-26 03:38:17 +02:00 (Migrated from edugit.org)

added 1 commit

  • 35f23e93 - Update dependency eslint-plugin-vue to ~10.9.0

Compare with previous version

added 1 commit <ul><li>35f23e93 - Update dependency eslint-plugin-vue to ~10.9.0</li></ul> [Compare with previous version](/AlekSIS/official/AlekSIS/-/merge_requests/347/diffs?diff_id=130333&start_sha=28bb4317a66fead90f36f764cfe62a80cb62551b)
_renovate commented 2026-05-26 04:01:42 +02:00 (Migrated from edugit.org)

added 1 commit

  • 054f4ec2 - Update dependency eslint-plugin-vue to ~10.9.0

Compare with previous version

added 1 commit <ul><li>054f4ec2 - Update dependency eslint-plugin-vue to ~10.9.0</li></ul> [Compare with previous version](/AlekSIS/official/AlekSIS/-/merge_requests/347/diffs?diff_id=130371&start_sha=35f23e93dfd233877e082044854aaf2d0be839cb)
_renovate commented 2026-05-26 05:18:51 +02:00 (Migrated from edugit.org)

added 1 commit

  • 10c8e802 - Update dependency eslint-plugin-vue to ~10.9.0

Compare with previous version

added 1 commit <ul><li>10c8e802 - Update dependency eslint-plugin-vue to ~10.9.0</li></ul> [Compare with previous version](/AlekSIS/official/AlekSIS/-/merge_requests/347/diffs?diff_id=130466&start_sha=054f4ec2186a347012d415e4ca686b0f2244a624)
_renovate commented 2026-05-26 07:26:50 +02:00 (Migrated from edugit.org)

added 1 commit

  • 4fda9f7a - Update dependency eslint-plugin-vue to ~10.9.0

Compare with previous version

added 1 commit <ul><li>4fda9f7a - Update dependency eslint-plugin-vue to ~10.9.0</li></ul> [Compare with previous version](/AlekSIS/official/AlekSIS/-/merge_requests/347/diffs?diff_id=130606&start_sha=10c8e80215289d9505eca443cbf7599924cf1e01)
_renovate commented 2026-05-26 07:30:20 +02:00 (Migrated from edugit.org)

added 1 commit

  • 14a7c587 - Update dependency eslint-plugin-vue to ~10.9.0

Compare with previous version

added 1 commit <ul><li>14a7c587 - Update dependency eslint-plugin-vue to ~10.9.0</li></ul> [Compare with previous version](/AlekSIS/official/AlekSIS/-/merge_requests/347/diffs?diff_id=130623&start_sha=4fda9f7a42bbfd2ccd367f87ccf21340c4937253)
_renovate commented 2026-05-26 08:45:09 +02:00 (Migrated from edugit.org)

added 1 commit

  • 80833ee4 - Update dependency eslint-plugin-vue to ~10.9.0

Compare with previous version

added 1 commit <ul><li>80833ee4 - Update dependency eslint-plugin-vue to ~10.9.0</li></ul> [Compare with previous version](/AlekSIS/official/AlekSIS/-/merge_requests/347/diffs?diff_id=130682&start_sha=14a7c58744dc3d2f1b4f3070735951cb40247fdd)
_renovate commented 2026-05-26 08:45:39 +02:00 (Migrated from edugit.org)

changed the description

changed the description
_renovate commented 2026-05-26 09:32:34 +02:00 (Migrated from edugit.org)

added 1 commit

  • 626076fa - Update dependency eslint-plugin-vue to ~10.9.0

Compare with previous version

added 1 commit <ul><li>626076fa - Update dependency eslint-plugin-vue to ~10.9.0</li></ul> [Compare with previous version](/AlekSIS/official/AlekSIS/-/merge_requests/347/diffs?diff_id=130717&start_sha=80833ee43cf463bb476de9d031aad24548a06614)
_renovate commented 2026-05-26 09:33:07 +02:00 (Migrated from edugit.org)

changed the description

changed the description
_renovate commented 2026-05-26 09:36:53 +02:00 (Migrated from edugit.org)

added 1 commit

  • c12633ea - Update dependency eslint-plugin-vue to ~10.9.0

Compare with previous version

added 1 commit <ul><li>c12633ea - Update dependency eslint-plugin-vue to ~10.9.0</li></ul> [Compare with previous version](/AlekSIS/official/AlekSIS/-/merge_requests/347/diffs?diff_id=130736&start_sha=626076fae67353e94c522039dc89eab0aa3da5a1)
_renovate commented 2026-05-26 09:56:37 +02:00 (Migrated from edugit.org)

added 1 commit

  • 5ff91bc6 - Update dependency eslint-plugin-vue to ~10.9.0

Compare with previous version

added 1 commit <ul><li>5ff91bc6 - Update dependency eslint-plugin-vue to ~10.9.0</li></ul> [Compare with previous version](/AlekSIS/official/AlekSIS/-/merge_requests/347/diffs?diff_id=130755&start_sha=c12633ea7b605dec1cc5d8ad229882ac54201f81)
_renovate commented 2026-05-26 12:53:30 +02:00 (Migrated from edugit.org)

added 1 commit

  • 67068632 - Update dependency eslint-plugin-vue to ~10.9.0

Compare with previous version

added 1 commit <ul><li>67068632 - Update dependency eslint-plugin-vue to ~10.9.0</li></ul> [Compare with previous version](/AlekSIS/official/AlekSIS/-/merge_requests/347/diffs?diff_id=130978&start_sha=5ff91bc679ed542570641a86c4c5b1f805c5585c)
_renovate commented 2026-05-26 15:04:21 +02:00 (Migrated from edugit.org)

added 1 commit

  • 418aedc7 - Update dependency eslint-plugin-vue to ~10.9.0

Compare with previous version

added 1 commit <ul><li>418aedc7 - Update dependency eslint-plugin-vue to ~10.9.0</li></ul> [Compare with previous version](/AlekSIS/official/AlekSIS/-/merge_requests/347/diffs?diff_id=131097&start_sha=67068632976267588faae32fdb7c78bd66a8262b)
_renovate commented 2026-05-26 15:51:31 +02:00 (Migrated from edugit.org)

added 1 commit

  • 534d215e - Update dependency eslint-plugin-vue to ~10.9.0

Compare with previous version

added 1 commit <ul><li>534d215e - Update dependency eslint-plugin-vue to ~10.9.0</li></ul> [Compare with previous version](/AlekSIS/official/AlekSIS/-/merge_requests/347/diffs?diff_id=131150&start_sha=418aedc775545675a29390a3772eeae4d1e26372)
_renovate commented 2026-05-26 16:00:14 +02:00 (Migrated from edugit.org)

added 1 commit

  • 10ff4bd3 - Update dependency eslint-plugin-vue to ~10.9.0

Compare with previous version

added 1 commit <ul><li>10ff4bd3 - Update dependency eslint-plugin-vue to ~10.9.0</li></ul> [Compare with previous version](/AlekSIS/official/AlekSIS/-/merge_requests/347/diffs?diff_id=131171&start_sha=534d215eb1eb0b33034063c2b2e60c3e72fc3369)
_renovate commented 2026-05-26 18:04:21 +02:00 (Migrated from edugit.org)

added 1 commit

  • b6abe228 - Update dependency eslint-plugin-vue to ~10.9.0

Compare with previous version

added 1 commit <ul><li>b6abe228 - Update dependency eslint-plugin-vue to ~10.9.0</li></ul> [Compare with previous version](/AlekSIS/official/AlekSIS/-/merge_requests/347/diffs?diff_id=131352&start_sha=10ff4bd38baafd8b717d3806b15cab30812ed19c)
_renovate commented 2026-05-26 18:04:57 +02:00 (Migrated from edugit.org)

changed the description

changed the description
_renovate commented 2026-05-26 19:15:07 +02:00 (Migrated from edugit.org)

changed the description

changed the description
_renovate commented 2026-05-26 20:26:27 +02:00 (Migrated from edugit.org)

added 1 commit

  • 4ba2d31b - Update dependency eslint-plugin-vue to ~10.9.0

Compare with previous version

added 1 commit <ul><li>4ba2d31b - Update dependency eslint-plugin-vue to ~10.9.0</li></ul> [Compare with previous version](/AlekSIS/official/AlekSIS/-/merge_requests/347/diffs?diff_id=131518&start_sha=b6abe228ffdfa6cfa6224c5f10918f84257e500c)
_renovate commented 2026-05-26 21:26:22 +02:00 (Migrated from edugit.org)

added 1 commit

  • c15fbd7a - Update dependency eslint-plugin-vue to ~10.9.0

Compare with previous version

added 1 commit <ul><li>c15fbd7a - Update dependency eslint-plugin-vue to ~10.9.0</li></ul> [Compare with previous version](/AlekSIS/official/AlekSIS/-/merge_requests/347/diffs?diff_id=131592&start_sha=4ba2d31b8690c2f9cb1e6d2bb74b2516cd6fdfd3)
_renovate commented 2026-05-27 00:00:09 +02:00 (Migrated from edugit.org)

added 1 commit

  • 5f21b4cb - Update dependency eslint-plugin-vue to ~10.9.0

Compare with previous version

added 1 commit <ul><li>5f21b4cb - Update dependency eslint-plugin-vue to ~10.9.0</li></ul> [Compare with previous version](/AlekSIS/official/AlekSIS/-/merge_requests/347/diffs?diff_id=131803&start_sha=c15fbd7af872a15c3c4985fddd3762a9646b6a03)
_renovate commented 2026-05-27 01:42:09 +02:00 (Migrated from edugit.org)

added 1 commit

  • 4255f610 - Update dependency eslint-plugin-vue to ~10.9.0

Compare with previous version

added 1 commit <ul><li>4255f610 - Update dependency eslint-plugin-vue to ~10.9.0</li></ul> [Compare with previous version](/AlekSIS/official/AlekSIS/-/merge_requests/347/diffs?diff_id=131970&start_sha=5f21b4cb2d9aebbe8f7678e234256158ac3b0606)
_renovate commented 2026-05-27 08:17:31 +02:00 (Migrated from edugit.org)

added 1 commit

  • c404a9cd - Update dependency eslint-plugin-vue to ~10.9.0

Compare with previous version

added 1 commit <ul><li>c404a9cd - Update dependency eslint-plugin-vue to ~10.9.0</li></ul> [Compare with previous version](/AlekSIS/official/AlekSIS/-/merge_requests/347/diffs?diff_id=132416&start_sha=4255f610d3b0d9d53ed50bf731c67b76c6508162)
_renovate commented 2026-05-27 08:53:53 +02:00 (Migrated from edugit.org)

added 1 commit

  • 1db9d41a - Update dependency eslint-plugin-vue to ~10.9.0

Compare with previous version

added 1 commit <ul><li>1db9d41a - Update dependency eslint-plugin-vue to ~10.9.0</li></ul> [Compare with previous version](/AlekSIS/official/AlekSIS/-/merge_requests/347/diffs?diff_id=132474&start_sha=c404a9cdbe73ab014fb1a0966d20016dd8caadc5)
_renovate commented 2026-05-27 10:11:21 +02:00 (Migrated from edugit.org)

added 1 commit

  • 9e0265ab - Update dependency eslint-plugin-vue to ~10.9.0

Compare with previous version

added 1 commit <ul><li>9e0265ab - Update dependency eslint-plugin-vue to ~10.9.0</li></ul> [Compare with previous version](/AlekSIS/official/AlekSIS/-/merge_requests/347/diffs?diff_id=132618&start_sha=1db9d41a1c01e090cb63020391d0c17fc3066744)
_renovate commented 2026-05-27 13:51:22 +02:00 (Migrated from edugit.org)

added 1 commit

  • 2364bc36 - Update dependency eslint-plugin-vue to ~10.9.0

Compare with previous version

added 1 commit <ul><li>2364bc36 - Update dependency eslint-plugin-vue to ~10.9.0</li></ul> [Compare with previous version](/AlekSIS/official/AlekSIS/-/merge_requests/347/diffs?diff_id=132842&start_sha=9e0265ab10f8729c644b9497e97b50baa7d487ef)
_renovate commented 2026-05-27 14:47:06 +02:00 (Migrated from edugit.org)

added 1 commit

  • 9bc2dbb2 - Update dependency eslint-plugin-vue to ~10.9.0

Compare with previous version

added 1 commit <ul><li>9bc2dbb2 - Update dependency eslint-plugin-vue to ~10.9.0</li></ul> [Compare with previous version](/AlekSIS/official/AlekSIS/-/merge_requests/347/diffs?diff_id=132913&start_sha=2364bc36a00f52be23f8d84d64470fbd0a564d05)
_renovate commented 2026-05-27 16:04:19 +02:00 (Migrated from edugit.org)

added 1 commit

  • ccacb93e - Update dependency eslint-plugin-vue to ~10.9.0

Compare with previous version

added 1 commit <ul><li>ccacb93e - Update dependency eslint-plugin-vue to ~10.9.0</li></ul> [Compare with previous version](/AlekSIS/official/AlekSIS/-/merge_requests/347/diffs?diff_id=132968&start_sha=9bc2dbb22bb42200148927dc1e77a97665960915)
_renovate commented 2026-05-27 17:23:55 +02:00 (Migrated from edugit.org)

added 1 commit

  • 8cecea28 - Update dependency eslint-plugin-vue to ~10.9.0

Compare with previous version

added 1 commit <ul><li>8cecea28 - Update dependency eslint-plugin-vue to ~10.9.0</li></ul> [Compare with previous version](/AlekSIS/official/AlekSIS/-/merge_requests/347/diffs?diff_id=133043&start_sha=ccacb93e2aa5e72d03612befc3abf203138f3e13)
_renovate commented 2026-05-27 18:47:23 +02:00 (Migrated from edugit.org)

added 1 commit

  • 08c5ad1f - Update dependency eslint-plugin-vue to ~10.9.0

Compare with previous version

added 1 commit <ul><li>08c5ad1f - Update dependency eslint-plugin-vue to ~10.9.0</li></ul> [Compare with previous version](/AlekSIS/official/AlekSIS/-/merge_requests/347/diffs?diff_id=133112&start_sha=8cecea281f2a668ea4a0a8b3bbcec054c8780338)
_renovate commented 2026-05-27 21:17:02 +02:00 (Migrated from edugit.org)

added 1 commit

  • 15fcbbee - Update dependency eslint-plugin-vue to ~10.9.0

Compare with previous version

added 1 commit <ul><li>15fcbbee - Update dependency eslint-plugin-vue to ~10.9.0</li></ul> [Compare with previous version](/AlekSIS/official/AlekSIS/-/merge_requests/347/diffs?diff_id=133289&start_sha=08c5ad1f98d7f622b17b661d8c3c18da9281e44e)
_renovate commented 2026-05-27 21:38:10 +02:00 (Migrated from edugit.org)

added 1 commit

  • a971d050 - Update dependency eslint-plugin-vue to ~10.9.0

Compare with previous version

added 1 commit <ul><li>a971d050 - Update dependency eslint-plugin-vue to ~10.9.0</li></ul> [Compare with previous version](/AlekSIS/official/AlekSIS/-/merge_requests/347/diffs?diff_id=133310&start_sha=15fcbbee48b007199c4b5965c56750775d8d67f2)
_renovate commented 2026-05-28 00:52:47 +02:00 (Migrated from edugit.org)

added 1 commit

  • 3446c359 - Update dependency eslint-plugin-vue to ~10.9.0

Compare with previous version

added 1 commit <ul><li>3446c359 - Update dependency eslint-plugin-vue to ~10.9.0</li></ul> [Compare with previous version](/AlekSIS/official/AlekSIS/-/merge_requests/347/diffs?diff_id=133489&start_sha=a971d050778b1e2f13eeaaac565157c4f90fa3a7)
_renovate commented 2026-05-28 08:24:51 +02:00 (Migrated from edugit.org)

added 1 commit

  • 3019d807 - Update dependency eslint-plugin-vue to ~10.9.0

Compare with previous version

added 1 commit <ul><li>3019d807 - Update dependency eslint-plugin-vue to ~10.9.0</li></ul> [Compare with previous version](/AlekSIS/official/AlekSIS/-/merge_requests/347/diffs?diff_id=134119&start_sha=3446c3596b9bdc17a51bc2ffc47c95d867292cbc)
_renovate commented 2026-05-28 08:56:56 +02:00 (Migrated from edugit.org)

added 1 commit

  • 599053e8 - Update dependency eslint-plugin-vue to ~10.9.0

Compare with previous version

added 1 commit <ul><li>599053e8 - Update dependency eslint-plugin-vue to ~10.9.0</li></ul> [Compare with previous version](/AlekSIS/official/AlekSIS/-/merge_requests/347/diffs?diff_id=134171&start_sha=3019d8074c4f97a3564564313d1efac82af2d490)
_renovate commented 2026-05-28 10:13:20 +02:00 (Migrated from edugit.org)

added 1 commit

  • 5d36a3df - Update dependency eslint-plugin-vue to ~10.9.0

Compare with previous version

added 1 commit <ul><li>5d36a3df - Update dependency eslint-plugin-vue to ~10.9.0</li></ul> [Compare with previous version](/AlekSIS/official/AlekSIS/-/merge_requests/347/diffs?diff_id=134222&start_sha=599053e8a0263dd40056170504f5476dc5738792)
_renovate commented 2026-05-28 10:14:02 +02:00 (Migrated from edugit.org)

changed the description

changed the description
_renovate commented 2026-05-28 11:30:17 +02:00 (Migrated from edugit.org)

changed the description

changed the description
_renovate commented 2026-05-28 11:52:22 +02:00 (Migrated from edugit.org)

added 1 commit

  • aba58ccc - Update dependency eslint-plugin-vue to ~10.9.0

Compare with previous version

added 1 commit <ul><li>aba58ccc - Update dependency eslint-plugin-vue to ~10.9.0</li></ul> [Compare with previous version](/AlekSIS/official/AlekSIS/-/merge_requests/347/diffs?diff_id=134330&start_sha=5d36a3dfd97f00a06b6eb8f3a710243e93f03d94)
_renovate commented 2026-05-28 12:00:59 +02:00 (Migrated from edugit.org)

added 1 commit

  • ace4012b - Update dependency eslint-plugin-vue to ~10.9.0

Compare with previous version

added 1 commit <ul><li>ace4012b - Update dependency eslint-plugin-vue to ~10.9.0</li></ul> [Compare with previous version](/AlekSIS/official/AlekSIS/-/merge_requests/347/diffs?diff_id=134347&start_sha=aba58cccb42884cef2af7c782de4482a8e43984d)
_renovate commented 2026-05-28 12:54:03 +02:00 (Migrated from edugit.org)

added 1 commit

  • 36fdfa3a - Update dependency eslint-plugin-vue to ~10.9.0

Compare with previous version

added 1 commit <ul><li>36fdfa3a - Update dependency eslint-plugin-vue to ~10.9.0</li></ul> [Compare with previous version](/AlekSIS/official/AlekSIS/-/merge_requests/347/diffs?diff_id=134382&start_sha=ace4012bd199a5ace3240540f27509234fb555f9)
_renovate commented 2026-05-28 15:46:44 +02:00 (Migrated from edugit.org)

added 1 commit

  • 8b1515e9 - Update dependency eslint-plugin-vue to ~10.9.0

Compare with previous version

added 1 commit <ul><li>8b1515e9 - Update dependency eslint-plugin-vue to ~10.9.0</li></ul> [Compare with previous version](/AlekSIS/official/AlekSIS/-/merge_requests/347/diffs?diff_id=134579&start_sha=36fdfa3a252590f79794ced41a99586b574afd08)
_renovate commented 2026-05-28 17:27:14 +02:00 (Migrated from edugit.org)

added 1 commit

  • bc78216f - Update dependency eslint-plugin-vue to ~10.9.0

Compare with previous version

added 1 commit <ul><li>bc78216f - Update dependency eslint-plugin-vue to ~10.9.0</li></ul> [Compare with previous version](/AlekSIS/official/AlekSIS/-/merge_requests/347/diffs?diff_id=134665&start_sha=8b1515e9dda7cccc107e3ada0e2992c8fe86373b)
_renovate commented 2026-05-28 19:52:00 +02:00 (Migrated from edugit.org)

added 1 commit

  • e88e2b3b - Update dependency eslint-plugin-vue to ~10.9.0

Compare with previous version

added 1 commit <ul><li>e88e2b3b - Update dependency eslint-plugin-vue to ~10.9.0</li></ul> [Compare with previous version](/AlekSIS/official/AlekSIS/-/merge_requests/347/diffs?diff_id=134797&start_sha=bc78216fec7f458ae914ab8eeddecaee8673175d)
_renovate commented 2026-05-28 21:24:02 +02:00 (Migrated from edugit.org)

added 24 commits

  • e88e2b3b...a5ca9b03 - 23 commits from branch master
  • 0fb429ef - Update dependency eslint-plugin-vue to ~10.9.0

Compare with previous version

added 24 commits <ul><li>e88e2b3b...a5ca9b03 - 23 commits from branch <code>master</code></li><li>0fb429ef - Update dependency eslint-plugin-vue to ~10.9.0</li></ul> [Compare with previous version](/AlekSIS/official/AlekSIS/-/merge_requests/347/diffs?diff_id=134928&start_sha=e88e2b3b77a928641a404aa960ca00278b8dac91)
_renovate commented 2026-05-29 00:20:55 +02:00 (Migrated from edugit.org)

added 1 commit

  • 9bae7ad1 - Update dependency eslint-plugin-vue to ~10.9.0

Compare with previous version

added 1 commit <ul><li>9bae7ad1 - Update dependency eslint-plugin-vue to ~10.9.0</li></ul> [Compare with previous version](/AlekSIS/official/AlekSIS/-/merge_requests/347/diffs?diff_id=135109&start_sha=0fb429efc059846ef0ee4eacf9a2c8331f60d95a)
_renovate commented 2026-05-29 02:55:53 +02:00 (Migrated from edugit.org)

added 1 commit

  • c0c2d3ac - Update dependency eslint-plugin-vue to ~10.9.0

Compare with previous version

added 1 commit <ul><li>c0c2d3ac - Update dependency eslint-plugin-vue to ~10.9.0</li></ul> [Compare with previous version](/AlekSIS/official/AlekSIS/-/merge_requests/347/diffs?diff_id=135337&start_sha=9bae7ad13cb2d091d08ac8be122c0bc8319e81ec)
_renovate commented 2026-05-29 03:22:07 +02:00 (Migrated from edugit.org)

added 1 commit

  • 51459507 - Update dependency eslint-plugin-vue to ~10.9.0

Compare with previous version

added 1 commit <ul><li>51459507 - Update dependency eslint-plugin-vue to ~10.9.0</li></ul> [Compare with previous version](/AlekSIS/official/AlekSIS/-/merge_requests/347/diffs?diff_id=135360&start_sha=c0c2d3ac43459f69e82695123df79ff0e2c6ae5d)
_renovate commented 2026-05-29 04:26:51 +02:00 (Migrated from edugit.org)

added 1 commit

  • 31c492f3 - Update dependency eslint-plugin-vue to ~10.9.0

Compare with previous version

added 1 commit <ul><li>31c492f3 - Update dependency eslint-plugin-vue to ~10.9.0</li></ul> [Compare with previous version](/AlekSIS/official/AlekSIS/-/merge_requests/347/diffs?diff_id=135433&start_sha=51459507544f882f0709525502d179185af1536a)
_renovate commented 2026-05-29 04:56:19 +02:00 (Migrated from edugit.org)

added 1 commit

  • 45180f5b - Update dependency eslint-plugin-vue to ~10.9.0

Compare with previous version

added 1 commit <ul><li>45180f5b - Update dependency eslint-plugin-vue to ~10.9.0</li></ul> [Compare with previous version](/AlekSIS/official/AlekSIS/-/merge_requests/347/diffs?diff_id=135497&start_sha=31c492f3578ba524d6f9697565b7bf124c9bde3a)
_renovate commented 2026-05-29 05:24:29 +02:00 (Migrated from edugit.org)

added 1 commit

  • 017251bf - Update dependency eslint-plugin-vue to ~10.9.0

Compare with previous version

added 1 commit <ul><li>017251bf - Update dependency eslint-plugin-vue to ~10.9.0</li></ul> [Compare with previous version](/AlekSIS/official/AlekSIS/-/merge_requests/347/diffs?diff_id=135545&start_sha=45180f5b099e9925c43d416cb8ec13f14d2ac9cc)
_renovate commented 2026-05-29 05:35:49 +02:00 (Migrated from edugit.org)

added 1 commit

  • 86e3c76a - Update dependency eslint-plugin-vue to ~10.9.0

Compare with previous version

added 1 commit <ul><li>86e3c76a - Update dependency eslint-plugin-vue to ~10.9.0</li></ul> [Compare with previous version](/AlekSIS/official/AlekSIS/-/merge_requests/347/diffs?diff_id=135564&start_sha=017251bff66bf7f48931ae4eef46f9daa5bc7928)
_renovate commented 2026-05-29 10:51:42 +02:00 (Migrated from edugit.org)

added 1 commit

  • 8ac86ba1 - Update dependency eslint-plugin-vue to ~10.9.0

Compare with previous version

added 1 commit <ul><li>8ac86ba1 - Update dependency eslint-plugin-vue to ~10.9.0</li></ul> [Compare with previous version](/AlekSIS/official/AlekSIS/-/merge_requests/347/diffs?diff_id=135914&start_sha=86e3c76aad41e5d6e2aa96e8e7b162fffaca40cd)
_renovate commented 2026-05-29 13:21:10 +02:00 (Migrated from edugit.org)

added 1 commit

  • 33e6a0ed - Update dependency eslint-plugin-vue to ~10.9.0

Compare with previous version

added 1 commit <ul><li>33e6a0ed - Update dependency eslint-plugin-vue to ~10.9.0</li></ul> [Compare with previous version](/AlekSIS/official/AlekSIS/-/merge_requests/347/diffs?diff_id=136084&start_sha=8ac86ba1d077a94268bf5a7cd4e39c305bf892da)
_renovate commented 2026-05-29 14:20:22 +02:00 (Migrated from edugit.org)

added 1 commit

  • eda8464f - Update dependency eslint-plugin-vue to ~10.9.0

Compare with previous version

added 1 commit <ul><li>eda8464f - Update dependency eslint-plugin-vue to ~10.9.0</li></ul> [Compare with previous version](/AlekSIS/official/AlekSIS/-/merge_requests/347/diffs?diff_id=136181&start_sha=33e6a0edca41f7b3c55ee7edbaf9bd53eeb37a5d)
_renovate commented 2026-05-29 15:16:46 +02:00 (Migrated from edugit.org)

added 1 commit

  • 02f0a187 - Update dependency eslint-plugin-vue to ~10.9.0

Compare with previous version

added 1 commit <ul><li>02f0a187 - Update dependency eslint-plugin-vue to ~10.9.0</li></ul> [Compare with previous version](/AlekSIS/official/AlekSIS/-/merge_requests/347/diffs?diff_id=136273&start_sha=eda8464f2039ea76f1649d8ba6a6f9c01b910d24)
_renovate commented 2026-05-29 15:17:07 +02:00 (Migrated from edugit.org)

changed the description

changed the description
_renovate commented 2026-05-29 17:21:14 +02:00 (Migrated from edugit.org)

added 1 commit

  • f5d294be - Update dependency eslint-plugin-vue to ~10.9.0

Compare with previous version

added 1 commit <ul><li>f5d294be - Update dependency eslint-plugin-vue to ~10.9.0</li></ul> [Compare with previous version](/AlekSIS/official/AlekSIS/-/merge_requests/347/diffs?diff_id=136424&start_sha=02f0a187489cf83e293e0c5f60c043d5c2d0f252)
_renovate commented 2026-05-29 17:21:40 +02:00 (Migrated from edugit.org)

changed the description

changed the description
_renovate commented 2026-05-29 17:26:21 +02:00 (Migrated from edugit.org)

added 1 commit

  • c9e1fcb1 - Update dependency eslint-plugin-vue to ~10.9.0

Compare with previous version

added 1 commit <ul><li>c9e1fcb1 - Update dependency eslint-plugin-vue to ~10.9.0</li></ul> [Compare with previous version](/AlekSIS/official/AlekSIS/-/merge_requests/347/diffs?diff_id=136433&start_sha=f5d294bec7fbaee3cf4b7a2c689ffdb49d1e7543)
_renovate commented 2026-05-29 17:57:25 +02:00 (Migrated from edugit.org)

added 1 commit

  • 2a0bec94 - Update dependency eslint-plugin-vue to ~10.9.0

Compare with previous version

added 1 commit <ul><li>2a0bec94 - Update dependency eslint-plugin-vue to ~10.9.0</li></ul> [Compare with previous version](/AlekSIS/official/AlekSIS/-/merge_requests/347/diffs?diff_id=136483&start_sha=c9e1fcb1b6a70edaf3f9750f7297df1e447c24df)
_renovate commented 2026-05-29 20:21:46 +02:00 (Migrated from edugit.org)

added 1 commit

  • bab66da8 - Update dependency eslint-plugin-vue to ~10.9.0

Compare with previous version

added 1 commit <ul><li>bab66da8 - Update dependency eslint-plugin-vue to ~10.9.0</li></ul> [Compare with previous version](/AlekSIS/official/AlekSIS/-/merge_requests/347/diffs?diff_id=136625&start_sha=2a0bec94e50937120a975ead96603c597755929f)
_renovate commented 2026-05-29 20:56:58 +02:00 (Migrated from edugit.org)

added 1 commit

  • 205bced1 - Update dependency eslint-plugin-vue to ~10.9.0

Compare with previous version

added 1 commit <ul><li>205bced1 - Update dependency eslint-plugin-vue to ~10.9.0</li></ul> [Compare with previous version](/AlekSIS/official/AlekSIS/-/merge_requests/347/diffs?diff_id=136666&start_sha=bab66da80946f0835c438285f3178f7b643c1d05)
_renovate commented 2026-05-29 22:22:46 +02:00 (Migrated from edugit.org)

added 1 commit

  • d55dbc06 - Update dependency eslint-plugin-vue to ~10.9.0

Compare with previous version

added 1 commit <ul><li>d55dbc06 - Update dependency eslint-plugin-vue to ~10.9.0</li></ul> [Compare with previous version](/AlekSIS/official/AlekSIS/-/merge_requests/347/diffs?diff_id=136769&start_sha=205bced10113b83f0ea3a55c0f509643bb13d61d)
_renovate commented 2026-05-29 23:27:53 +02:00 (Migrated from edugit.org)

changed the description

changed the description
_renovate commented 2026-05-30 00:21:26 +02:00 (Migrated from edugit.org)

added 1 commit

  • 11e94691 - Update dependency eslint-plugin-vue to ~10.9.0

Compare with previous version

added 1 commit <ul><li>11e94691 - Update dependency eslint-plugin-vue to ~10.9.0</li></ul> [Compare with previous version](/AlekSIS/official/AlekSIS/-/merge_requests/347/diffs?diff_id=136950&start_sha=d55dbc063de256b882451cd74fbd9e9e3474807f)
_renovate commented 2026-05-30 00:21:54 +02:00 (Migrated from edugit.org)

changed the description

changed the description
_renovate commented 2026-05-30 01:21:55 +02:00 (Migrated from edugit.org)

added 1 commit

  • 9798ea20 - Update dependency eslint-plugin-vue to ~10.9.0

Compare with previous version

added 1 commit <ul><li>9798ea20 - Update dependency eslint-plugin-vue to ~10.9.0</li></ul> [Compare with previous version](/AlekSIS/official/AlekSIS/-/merge_requests/347/diffs?diff_id=137008&start_sha=11e94691ea789e32aaef6f8c4d2b72e40271a91a)
_renovate commented 2026-05-30 01:50:07 +02:00 (Migrated from edugit.org)

added 1 commit

  • 132b4863 - Update dependency eslint-plugin-vue to ~10.9.0

Compare with previous version

added 1 commit <ul><li>132b4863 - Update dependency eslint-plugin-vue to ~10.9.0</li></ul> [Compare with previous version](/AlekSIS/official/AlekSIS/-/merge_requests/347/diffs?diff_id=137046&start_sha=9798ea207b38386746fd94e0702fe6c79925cb09)
_renovate commented 2026-05-30 04:38:39 +02:00 (Migrated from edugit.org)

added 1 commit

  • d6873a10 - Update dependency eslint-plugin-vue to ~10.9.0

Compare with previous version

added 1 commit <ul><li>d6873a10 - Update dependency eslint-plugin-vue to ~10.9.0</li></ul> [Compare with previous version](/AlekSIS/official/AlekSIS/-/merge_requests/347/diffs?diff_id=137253&start_sha=132b48632c919010f504038432bdea71e7b6f9d7)
_renovate commented 2026-05-30 04:41:17 +02:00 (Migrated from edugit.org)

added 1 commit

  • 3cb46a8d - Update dependency eslint-plugin-vue to ~10.9.0

Compare with previous version

added 1 commit <ul><li>3cb46a8d - Update dependency eslint-plugin-vue to ~10.9.0</li></ul> [Compare with previous version](/AlekSIS/official/AlekSIS/-/merge_requests/347/diffs?diff_id=137256&start_sha=d6873a105abd1afca77128f46c71146f408d30ad)
_renovate commented 2026-05-30 04:54:14 +02:00 (Migrated from edugit.org)

added 1 commit

  • 08b6a4fd - Update dependency eslint-plugin-vue to ~10.9.0

Compare with previous version

added 1 commit <ul><li>08b6a4fd - Update dependency eslint-plugin-vue to ~10.9.0</li></ul> [Compare with previous version](/AlekSIS/official/AlekSIS/-/merge_requests/347/diffs?diff_id=137292&start_sha=3cb46a8d2e827f15fd30c8d3a8458bf750308ac5)
_renovate commented 2026-05-30 05:51:58 +02:00 (Migrated from edugit.org)

added 1 commit

  • d475e26e - Update dependency eslint-plugin-vue to ~10.9.0

Compare with previous version

added 1 commit <ul><li>d475e26e - Update dependency eslint-plugin-vue to ~10.9.0</li></ul> [Compare with previous version](/AlekSIS/official/AlekSIS/-/merge_requests/347/diffs?diff_id=137375&start_sha=08b6a4fd40333b19f8fddcfa36e341c27ef5d75f)
_renovate commented 2026-05-30 06:23:54 +02:00 (Migrated from edugit.org)

added 1 commit

  • c41a2959 - Update dependency eslint-plugin-vue to ~10.9.0

Compare with previous version

added 1 commit <ul><li>c41a2959 - Update dependency eslint-plugin-vue to ~10.9.0</li></ul> [Compare with previous version](/AlekSIS/official/AlekSIS/-/merge_requests/347/diffs?diff_id=137443&start_sha=d475e26e3bcfa74092af6d20ad2223836341d0d4)
_renovate commented 2026-05-30 06:26:15 +02:00 (Migrated from edugit.org)

added 1 commit

  • b414f91f - Update dependency eslint-plugin-vue to ~10.9.0

Compare with previous version

added 1 commit <ul><li>b414f91f - Update dependency eslint-plugin-vue to ~10.9.0</li></ul> [Compare with previous version](/AlekSIS/official/AlekSIS/-/merge_requests/347/diffs?diff_id=137453&start_sha=c41a29596735adc4a4361ae086e8cc79cf3947ef)
_renovate commented 2026-05-30 09:04:53 +02:00 (Migrated from edugit.org)

added 1 commit

  • 38ee1db1 - Update dependency eslint-plugin-vue to ~10.9.0

Compare with previous version

added 1 commit <ul><li>38ee1db1 - Update dependency eslint-plugin-vue to ~10.9.0</li></ul> [Compare with previous version](/AlekSIS/official/AlekSIS/-/merge_requests/347/diffs?diff_id=137587&start_sha=b414f91f95fa233390b07d724bd561242783e9f9)
_renovate commented 2026-05-30 09:43:52 +02:00 (Migrated from edugit.org)

added 1 commit

  • 5fa206a1 - Update dependency eslint-plugin-vue to ~10.9.0

Compare with previous version

added 1 commit <ul><li>5fa206a1 - Update dependency eslint-plugin-vue to ~10.9.0</li></ul> [Compare with previous version](/AlekSIS/official/AlekSIS/-/merge_requests/347/diffs?diff_id=137644&start_sha=38ee1db16a8137b04ec4cc77b8577441c9591450)
_renovate commented 2026-05-30 11:59:24 +02:00 (Migrated from edugit.org)

added 1 commit

  • 7843ec85 - Update dependency eslint-plugin-vue to ~10.9.0

Compare with previous version

added 1 commit <ul><li>7843ec85 - Update dependency eslint-plugin-vue to ~10.9.0</li></ul> [Compare with previous version](/AlekSIS/official/AlekSIS/-/merge_requests/347/diffs?diff_id=137795&start_sha=5fa206a167762b98d64a5c077588b7e4ee50468e)
_renovate commented 2026-05-30 15:14:49 +02:00 (Migrated from edugit.org)

added 1 commit

  • e6db600d - Update dependency eslint-plugin-vue to ~10.9.0

Compare with previous version

added 1 commit <ul><li>e6db600d - Update dependency eslint-plugin-vue to ~10.9.0</li></ul> [Compare with previous version](/AlekSIS/official/AlekSIS/-/merge_requests/347/diffs?diff_id=137990&start_sha=7843ec85e0314b3bd590fcff15c2cc7221731459)
_renovate commented 2026-05-31 01:00:59 +02:00 (Migrated from edugit.org)

changed the description

changed the description
_renovate commented 2026-05-31 01:23:13 +02:00 (Migrated from edugit.org)

added 1 commit

  • 2b0a11ea - Update dependency eslint-plugin-vue to ~10.9.0

Compare with previous version

added 1 commit <ul><li>2b0a11ea - Update dependency eslint-plugin-vue to ~10.9.0</li></ul> [Compare with previous version](/AlekSIS/official/AlekSIS/-/merge_requests/347/diffs?diff_id=138518&start_sha=e6db600d49a2c769833a503670699f44036430bf)
_renovate commented 2026-05-31 01:23:47 +02:00 (Migrated from edugit.org)

changed the description

changed the description
_renovate commented 2026-05-31 01:46:35 +02:00 (Migrated from edugit.org)

added 1 commit

  • 060183e8 - Update dependency eslint-plugin-vue to ~10.9.0

Compare with previous version

added 1 commit <ul><li>060183e8 - Update dependency eslint-plugin-vue to ~10.9.0</li></ul> [Compare with previous version](/AlekSIS/official/AlekSIS/-/merge_requests/347/diffs?diff_id=138553&start_sha=2b0a11ea373c643d8ee7bdc3ead7403a73c01b9b)
_renovate commented 2026-05-31 02:02:25 +02:00 (Migrated from edugit.org)

added 1 commit

  • cae63bef - Update dependency eslint-plugin-vue to ~10.9.0

Compare with previous version

added 1 commit <ul><li>cae63bef - Update dependency eslint-plugin-vue to ~10.9.0</li></ul> [Compare with previous version](/AlekSIS/official/AlekSIS/-/merge_requests/347/diffs?diff_id=138576&start_sha=060183e8f9edcbc61fc0af81bdf8476cb1d7c3ba)
_renovate commented 2026-05-31 02:24:11 +02:00 (Migrated from edugit.org)

added 1 commit

  • 4e156708 - Update dependency eslint-plugin-vue to ~10.9.0

Compare with previous version

added 1 commit <ul><li>4e156708 - Update dependency eslint-plugin-vue to ~10.9.0</li></ul> [Compare with previous version](/AlekSIS/official/AlekSIS/-/merge_requests/347/diffs?diff_id=138606&start_sha=cae63bef446602f45e5fd5c421d35f1d21c37000)
_renovate commented 2026-05-31 03:49:40 +02:00 (Migrated from edugit.org)

added 1 commit

  • 09d1f76e - Update dependency eslint-plugin-vue to ~10.9.0

Compare with previous version

added 1 commit <ul><li>09d1f76e - Update dependency eslint-plugin-vue to ~10.9.0</li></ul> [Compare with previous version](/AlekSIS/official/AlekSIS/-/merge_requests/347/diffs?diff_id=138724&start_sha=4e156708d7414414606148bcfdab951a2a90e58e)
_renovate commented 2026-05-31 04:19:34 +02:00 (Migrated from edugit.org)

added 1 commit

  • 425201fd - Update dependency eslint-plugin-vue to ~10.9.0

Compare with previous version

added 1 commit <ul><li>425201fd - Update dependency eslint-plugin-vue to ~10.9.0</li></ul> [Compare with previous version](/AlekSIS/official/AlekSIS/-/merge_requests/347/diffs?diff_id=138767&start_sha=09d1f76e589d27758760634a4a4d7f1b72a589fa)
_renovate commented 2026-05-31 05:21:56 +02:00 (Migrated from edugit.org)

added 1 commit

  • 8ebf8003 - Update dependency eslint-plugin-vue to ~10.9.0

Compare with previous version

added 1 commit <ul><li>8ebf8003 - Update dependency eslint-plugin-vue to ~10.9.0</li></ul> [Compare with previous version](/AlekSIS/official/AlekSIS/-/merge_requests/347/diffs?diff_id=138841&start_sha=425201fd4e5ce38c44cfcd644c7efb6ba213639e)
_renovate commented 2026-05-31 08:09:01 +02:00 (Migrated from edugit.org)

added 1 commit

  • bcfd1673 - Update dependency eslint-plugin-vue to ~10.9.0

Compare with previous version

added 1 commit <ul><li>bcfd1673 - Update dependency eslint-plugin-vue to ~10.9.0</li></ul> [Compare with previous version](/AlekSIS/official/AlekSIS/-/merge_requests/347/diffs?diff_id=139002&start_sha=8ebf80030c2b5f2fb3f467be799083fa592cbb7f)
_renovate commented 2026-05-31 08:22:58 +02:00 (Migrated from edugit.org)

added 1 commit

  • e42ac1b4 - Update dependency eslint-plugin-vue to ~10.9.0

Compare with previous version

added 1 commit <ul><li>e42ac1b4 - Update dependency eslint-plugin-vue to ~10.9.0</li></ul> [Compare with previous version](/AlekSIS/official/AlekSIS/-/merge_requests/347/diffs?diff_id=139028&start_sha=bcfd1673546f6cf7955a9f1342b3cc18afd48ec4)
_renovate commented 2026-05-31 08:24:37 +02:00 (Migrated from edugit.org)

added 1 commit

  • 86b8c771 - Update dependency eslint-plugin-vue to ~10.9.0

Compare with previous version

added 1 commit <ul><li>86b8c771 - Update dependency eslint-plugin-vue to ~10.9.0</li></ul> [Compare with previous version](/AlekSIS/official/AlekSIS/-/merge_requests/347/diffs?diff_id=139032&start_sha=e42ac1b482524bcc053171f07970e417884be601)
_renovate commented 2026-05-31 11:51:16 +02:00 (Migrated from edugit.org)

added 1 commit

  • 5de01b97 - Update dependency eslint-plugin-vue to ~10.9.0

Compare with previous version

added 1 commit <ul><li>5de01b97 - Update dependency eslint-plugin-vue to ~10.9.0</li></ul> [Compare with previous version](/AlekSIS/official/AlekSIS/-/merge_requests/347/diffs?diff_id=139285&start_sha=86b8c771a79022c0c6246c06145c68261a325438)
_renovate commented 2026-05-31 14:49:57 +02:00 (Migrated from edugit.org)

added 1 commit

  • dabe5ed6 - Update dependency eslint-plugin-vue to ~10.9.0

Compare with previous version

added 1 commit <ul><li>dabe5ed6 - Update dependency eslint-plugin-vue to ~10.9.0</li></ul> [Compare with previous version](/AlekSIS/official/AlekSIS/-/merge_requests/347/diffs?diff_id=139522&start_sha=5de01b97c531d100c5455d684c914e8f1ffecb79)
_renovate commented 2026-05-31 18:19:21 +02:00 (Migrated from edugit.org)

added 1 commit

  • c88f9889 - Update dependency eslint-plugin-vue to ~10.9.0

Compare with previous version

added 1 commit <ul><li>c88f9889 - Update dependency eslint-plugin-vue to ~10.9.0</li></ul> [Compare with previous version](/AlekSIS/official/AlekSIS/-/merge_requests/347/diffs?diff_id=139727&start_sha=dabe5ed669f2142dda5b9573a454190fb4c9b1c7)
_renovate commented 2026-05-31 23:22:20 +02:00 (Migrated from edugit.org)

added 1 commit

  • 6e111f64 - Update dependency eslint-plugin-vue to ~10.9.0

Compare with previous version

added 1 commit <ul><li>6e111f64 - Update dependency eslint-plugin-vue to ~10.9.0</li></ul> [Compare with previous version](/AlekSIS/official/AlekSIS/-/merge_requests/347/diffs?diff_id=139998&start_sha=c88f9889c213e7257b4dc5fa15fbdd3cb1fba124)
_renovate commented 2026-05-31 23:28:12 +02:00 (Migrated from edugit.org)

added 1 commit

  • 9294a0a9 - Update dependency eslint-plugin-vue to ~10.9.0

Compare with previous version

added 1 commit <ul><li>9294a0a9 - Update dependency eslint-plugin-vue to ~10.9.0</li></ul> [Compare with previous version](/AlekSIS/official/AlekSIS/-/merge_requests/347/diffs?diff_id=140005&start_sha=6e111f64b423a183cbc583e2b30d9567e69bbd8d)
_renovate commented 2026-06-01 01:20:18 +02:00 (Migrated from edugit.org)

added 1 commit

  • 59862d92 - Update dependency eslint-plugin-vue to ~10.9.0

Compare with previous version

added 1 commit <ul><li>59862d92 - Update dependency eslint-plugin-vue to ~10.9.0</li></ul> [Compare with previous version](/AlekSIS/official/AlekSIS/-/merge_requests/347/diffs?diff_id=140092&start_sha=9294a0a9556665f5c598a0058afd89a59e69e8a7)
_renovate commented 2026-06-01 01:52:59 +02:00 (Migrated from edugit.org)

added 1 commit

  • d8c36316 - Update dependency eslint-plugin-vue to ~10.9.0

Compare with previous version

added 1 commit <ul><li>d8c36316 - Update dependency eslint-plugin-vue to ~10.9.0</li></ul> [Compare with previous version](/AlekSIS/official/AlekSIS/-/merge_requests/347/diffs?diff_id=140134&start_sha=59862d920640ad193175b6662366a7b2b7e0dd0f)
_renovate commented 2026-06-01 02:21:14 +02:00 (Migrated from edugit.org)

added 1 commit

  • a4e50083 - Update dependency eslint-plugin-vue to ~10.9.0

Compare with previous version

added 1 commit <ul><li>a4e50083 - Update dependency eslint-plugin-vue to ~10.9.0</li></ul> [Compare with previous version](/AlekSIS/official/AlekSIS/-/merge_requests/347/diffs?diff_id=140187&start_sha=d8c363167c4268e503636e4d54a96940261d4f0b)
_renovate commented 2026-06-01 04:47:02 +02:00 (Migrated from edugit.org)

added 1 commit

  • 6402347c - Update dependency eslint-plugin-vue to ~10.9.0

Compare with previous version

added 1 commit <ul><li>6402347c - Update dependency eslint-plugin-vue to ~10.9.0</li></ul> [Compare with previous version](/AlekSIS/official/AlekSIS/-/merge_requests/347/diffs?diff_id=140392&start_sha=a4e50083e15d1bca19ef3f66762b5bb55d160a39)
_renovate commented 2026-06-01 04:57:49 +02:00 (Migrated from edugit.org)

added 1 commit

  • 1951780b - Update dependency eslint-plugin-vue to ~10.9.0

Compare with previous version

added 1 commit <ul><li>1951780b - Update dependency eslint-plugin-vue to ~10.9.0</li></ul> [Compare with previous version](/AlekSIS/official/AlekSIS/-/merge_requests/347/diffs?diff_id=140410&start_sha=6402347cc91d682de3ea9b89452b741d3b0235d8)
_renovate commented 2026-06-01 05:33:52 +02:00 (Migrated from edugit.org)

added 1 commit

  • d34d7a85 - Update dependency eslint-plugin-vue to ~10.9.0

Compare with previous version

added 1 commit <ul><li>d34d7a85 - Update dependency eslint-plugin-vue to ~10.9.0</li></ul> [Compare with previous version](/AlekSIS/official/AlekSIS/-/merge_requests/347/diffs?diff_id=140458&start_sha=1951780bc83127b14a6eeba0ed184fa727f75619)
_renovate commented 2026-06-01 08:16:56 +02:00 (Migrated from edugit.org)

added 1 commit

  • dccbbd73 - Update dependency eslint-plugin-vue to ~10.9.0

Compare with previous version

added 1 commit <ul><li>dccbbd73 - Update dependency eslint-plugin-vue to ~10.9.0</li></ul> [Compare with previous version](/AlekSIS/official/AlekSIS/-/merge_requests/347/diffs?diff_id=140587&start_sha=d34d7a855d8dc10b590ab6a6ac7332f2756d6e13)
_renovate commented 2026-06-01 08:29:36 +02:00 (Migrated from edugit.org)

added 1 commit

  • 267d9510 - Update dependency eslint-plugin-vue to ~10.9.0

Compare with previous version

added 1 commit <ul><li>267d9510 - Update dependency eslint-plugin-vue to ~10.9.0</li></ul> [Compare with previous version](/AlekSIS/official/AlekSIS/-/merge_requests/347/diffs?diff_id=140614&start_sha=dccbbd734268a893c8529d6ca97669e156699afe)
_renovate commented 2026-06-01 10:30:09 +02:00 (Migrated from edugit.org)

added 1 commit

  • 87e117cb - Update dependency eslint-plugin-vue to ~10.9.0

Compare with previous version

added 1 commit <ul><li>87e117cb - Update dependency eslint-plugin-vue to ~10.9.0</li></ul> [Compare with previous version](/AlekSIS/official/AlekSIS/-/merge_requests/347/diffs?diff_id=140753&start_sha=267d9510ee78cd3890e4785cd9c37d2450f3b949)
_renovate commented 2026-06-01 11:16:42 +02:00 (Migrated from edugit.org)

added 1 commit

  • 2b87eb42 - Update dependency eslint-plugin-vue to ~10.9.0

Compare with previous version

added 1 commit <ul><li>2b87eb42 - Update dependency eslint-plugin-vue to ~10.9.0</li></ul> [Compare with previous version](/AlekSIS/official/AlekSIS/-/merge_requests/347/diffs?diff_id=140778&start_sha=87e117cb3640866ead837a28123ee74def4ab1db)
_renovate commented 2026-06-01 12:54:19 +02:00 (Migrated from edugit.org)

added 1 commit

  • 1d648331 - Update dependency eslint-plugin-vue to ~10.9.0

Compare with previous version

added 1 commit <ul><li>1d648331 - Update dependency eslint-plugin-vue to ~10.9.0</li></ul> [Compare with previous version](/AlekSIS/official/AlekSIS/-/merge_requests/347/diffs?diff_id=140850&start_sha=2b87eb424bff1d0b6e922a442cc6a05e4770c2a9)
_renovate commented 2026-06-01 14:21:56 +02:00 (Migrated from edugit.org)

added 1 commit

  • 9f8f4d10 - Update dependency eslint-plugin-vue to ~10.9.0

Compare with previous version

added 1 commit <ul><li>9f8f4d10 - Update dependency eslint-plugin-vue to ~10.9.0</li></ul> [Compare with previous version](/AlekSIS/official/AlekSIS/-/merge_requests/347/diffs?diff_id=140929&start_sha=1d6483317ebee86f1cf6411f8b9dd8519cf66a7d)
_renovate commented 2026-06-01 15:12:17 +02:00 (Migrated from edugit.org)

added 1 commit

  • cbfde6fd - Update dependency eslint-plugin-vue to ~10.9.0

Compare with previous version

added 1 commit <ul><li>cbfde6fd - Update dependency eslint-plugin-vue to ~10.9.0</li></ul> [Compare with previous version](/AlekSIS/official/AlekSIS/-/merge_requests/347/diffs?diff_id=140992&start_sha=9f8f4d10045cb73917f38984beedd4bdbca25d59)
_renovate commented 2026-06-01 16:08:06 +02:00 (Migrated from edugit.org)

added 1 commit

  • de064212 - Update dependency eslint-plugin-vue to ~10.9.0

Compare with previous version

added 1 commit <ul><li>de064212 - Update dependency eslint-plugin-vue to ~10.9.0</li></ul> [Compare with previous version](/AlekSIS/official/AlekSIS/-/merge_requests/347/diffs?diff_id=141044&start_sha=cbfde6fd5289672753bfd69daa0da9677922bfc9)
_renovate commented 2026-06-01 17:54:33 +02:00 (Migrated from edugit.org)

added 1 commit

  • 6bbfba19 - Update dependency eslint-plugin-vue to ~10.9.0

Compare with previous version

added 1 commit <ul><li>6bbfba19 - Update dependency eslint-plugin-vue to ~10.9.0</li></ul> [Compare with previous version](/AlekSIS/official/AlekSIS/-/merge_requests/347/diffs?diff_id=141186&start_sha=de064212968c43274c773a8e655554483e4f8eac)
_renovate commented 2026-06-01 19:57:21 +02:00 (Migrated from edugit.org)

added 1 commit

  • d92a1838 - Update dependency eslint-plugin-vue to ~10.9.0

Compare with previous version

added 1 commit <ul><li>d92a1838 - Update dependency eslint-plugin-vue to ~10.9.0</li></ul> [Compare with previous version](/AlekSIS/official/AlekSIS/-/merge_requests/347/diffs?diff_id=141348&start_sha=6bbfba19c1ce630147c1eeadd82bcd0e30f09bfa)
_renovate commented 2026-06-01 20:04:44 +02:00 (Migrated from edugit.org)

added 1 commit

  • 8599bccc - Update dependency eslint-plugin-vue to ~10.9.0

Compare with previous version

added 1 commit <ul><li>8599bccc - Update dependency eslint-plugin-vue to ~10.9.0</li></ul> [Compare with previous version](/AlekSIS/official/AlekSIS/-/merge_requests/347/diffs?diff_id=141367&start_sha=d92a18389207e2ce3ff89c71dea8e469616cf9e9)
_renovate commented 2026-06-01 20:21:04 +02:00 (Migrated from edugit.org)

added 1 commit

  • f3963dc0 - Update dependency eslint-plugin-vue to ~10.9.0

Compare with previous version

added 1 commit <ul><li>f3963dc0 - Update dependency eslint-plugin-vue to ~10.9.0</li></ul> [Compare with previous version](/AlekSIS/official/AlekSIS/-/merge_requests/347/diffs?diff_id=141396&start_sha=8599bccc032a56d6ce2ab4f0b9437e09fb119619)
_renovate commented 2026-06-01 21:55:18 +02:00 (Migrated from edugit.org)

added 1 commit

  • 742a67cf - Update dependency eslint-plugin-vue to ~10.9.0

Compare with previous version

added 1 commit <ul><li>742a67cf - Update dependency eslint-plugin-vue to ~10.9.0</li></ul> [Compare with previous version](/AlekSIS/official/AlekSIS/-/merge_requests/347/diffs?diff_id=141568&start_sha=f3963dc0894f5dc9544a89114f9d5f152f89c87d)
_renovate commented 2026-06-02 00:21:16 +02:00 (Migrated from edugit.org)

added 1 commit

  • 3ed341be - Update dependency eslint-plugin-vue to ~10.9.0

Compare with previous version

added 1 commit <ul><li>3ed341be - Update dependency eslint-plugin-vue to ~10.9.0</li></ul> [Compare with previous version](/AlekSIS/official/AlekSIS/-/merge_requests/347/diffs?diff_id=141797&start_sha=742a67cf04d676885459514515200b56a4377d73)
_renovate commented 2026-06-02 05:12:55 +02:00 (Migrated from edugit.org)

added 1 commit

  • a0ae284d - Update dependency eslint-plugin-vue to ~10.9.0

Compare with previous version

added 1 commit <ul><li>a0ae284d - Update dependency eslint-plugin-vue to ~10.9.0</li></ul> [Compare with previous version](/AlekSIS/official/AlekSIS/-/merge_requests/347/diffs?diff_id=142068&start_sha=3ed341beaa07bde9a0723449464caeeaec66ede7)
_renovate commented 2026-06-02 05:13:33 +02:00 (Migrated from edugit.org)

changed the description

changed the description
_renovate commented 2026-06-02 07:57:53 +02:00 (Migrated from edugit.org)

added 1 commit

  • b96587f3 - Update dependency eslint-plugin-vue to ~10.9.0

Compare with previous version

added 1 commit <ul><li>b96587f3 - Update dependency eslint-plugin-vue to ~10.9.0</li></ul> [Compare with previous version](/AlekSIS/official/AlekSIS/-/merge_requests/347/diffs?diff_id=142239&start_sha=a0ae284d8f1d70fc9a7ab92e5dfcdb2fe160e374)
_renovate commented 2026-06-02 07:58:24 +02:00 (Migrated from edugit.org)

changed the description

changed the description
_renovate commented 2026-06-02 08:48:12 +02:00 (Migrated from edugit.org)

added 1 commit

  • 5feb04c9 - Update dependency eslint-plugin-vue to ~10.9.0

Compare with previous version

added 1 commit <ul><li>5feb04c9 - Update dependency eslint-plugin-vue to ~10.9.0</li></ul> [Compare with previous version](/AlekSIS/official/AlekSIS/-/merge_requests/347/diffs?diff_id=142315&start_sha=b96587f3102955d61687cebf577092aaa32c88e8)
_renovate commented 2026-06-02 08:51:25 +02:00 (Migrated from edugit.org)

added 1 commit

  • 4f26db7e - Update dependency eslint-plugin-vue to ~10.9.0

Compare with previous version

added 1 commit <ul><li>4f26db7e - Update dependency eslint-plugin-vue to ~10.9.0</li></ul> [Compare with previous version](/AlekSIS/official/AlekSIS/-/merge_requests/347/diffs?diff_id=142323&start_sha=5feb04c9426f7b8ae0c9e65a426fd20785960a3b)
_renovate commented 2026-06-02 10:12:14 +02:00 (Migrated from edugit.org)

added 1 commit

  • 6b1ec9c3 - Update dependency eslint-plugin-vue to ~10.9.0

Compare with previous version

added 1 commit <ul><li>6b1ec9c3 - Update dependency eslint-plugin-vue to ~10.9.0</li></ul> [Compare with previous version](/AlekSIS/official/AlekSIS/-/merge_requests/347/diffs?diff_id=142410&start_sha=4f26db7e727dc4ede56250f354b3ddf91dd60b21)
_renovate commented 2026-06-02 11:01:48 +02:00 (Migrated from edugit.org)

added 1 commit

  • 35eb5b05 - Update dependency eslint-plugin-vue to ~10.9.0

Compare with previous version

added 1 commit <ul><li>35eb5b05 - Update dependency eslint-plugin-vue to ~10.9.0</li></ul> [Compare with previous version](/AlekSIS/official/AlekSIS/-/merge_requests/347/diffs?diff_id=142511&start_sha=6b1ec9c3f298c5fb6ca1cd1b539ee0d88e4190af)
_renovate commented 2026-06-02 11:31:15 +02:00 (Migrated from edugit.org)

added 1 commit

  • 5cf686fb - Update dependency eslint-plugin-vue to ~10.9.0

Compare with previous version

added 1 commit <ul><li>5cf686fb - Update dependency eslint-plugin-vue to ~10.9.0</li></ul> [Compare with previous version](/AlekSIS/official/AlekSIS/-/merge_requests/347/diffs?diff_id=142561&start_sha=35eb5b050dca67c51c62e40e46cf67a1687d634f)
_renovate commented 2026-06-02 15:57:05 +02:00 (Migrated from edugit.org)

added 1 commit

  • ffe613a7 - Update dependency eslint-plugin-vue to ~10.9.0

Compare with previous version

added 1 commit <ul><li>ffe613a7 - Update dependency eslint-plugin-vue to ~10.9.0</li></ul> [Compare with previous version](/AlekSIS/official/AlekSIS/-/merge_requests/347/diffs?diff_id=142819&start_sha=5cf686fb60954e211f95094fe588ceaef23582de)
_renovate commented 2026-06-02 16:13:11 +02:00 (Migrated from edugit.org)

added 1 commit

  • fb258b33 - Update dependency eslint-plugin-vue to ~10.9.0

Compare with previous version

added 1 commit <ul><li>fb258b33 - Update dependency eslint-plugin-vue to ~10.9.0</li></ul> [Compare with previous version](/AlekSIS/official/AlekSIS/-/merge_requests/347/diffs?diff_id=142868&start_sha=ffe613a797463ebf1d95a71d0cb07cabf7bffa75)
_renovate commented 2026-06-02 17:22:49 +02:00 (Migrated from edugit.org)

added 1 commit

  • e1a5e6bb - Update dependency eslint-plugin-vue to ~10.9.0

Compare with previous version

added 1 commit <ul><li>e1a5e6bb - Update dependency eslint-plugin-vue to ~10.9.0</li></ul> [Compare with previous version](/AlekSIS/official/AlekSIS/-/merge_requests/347/diffs?diff_id=142988&start_sha=fb258b3314b0b9e51f8ebdb62a3062d206403d24)
_renovate commented 2026-06-02 19:52:24 +02:00 (Migrated from edugit.org)

added 1 commit

  • 1dff47bc - Update dependency eslint-plugin-vue to ~10.9.0

Compare with previous version

added 1 commit <ul><li>1dff47bc - Update dependency eslint-plugin-vue to ~10.9.0</li></ul> [Compare with previous version](/AlekSIS/official/AlekSIS/-/merge_requests/347/diffs?diff_id=143181&start_sha=e1a5e6bb66def35b59c7933d02f269e80d1c6592)
_renovate commented 2026-06-02 20:41:45 +02:00 (Migrated from edugit.org)

added 1 commit

  • d38f5c34 - Update dependency eslint-plugin-vue to ~10.9.0

Compare with previous version

added 1 commit <ul><li>d38f5c34 - Update dependency eslint-plugin-vue to ~10.9.0</li></ul> [Compare with previous version](/AlekSIS/official/AlekSIS/-/merge_requests/347/diffs?diff_id=143240&start_sha=1dff47bc9dbbc0054d7531b79fd6bd98e3599450)
_renovate commented 2026-06-02 20:42:18 +02:00 (Migrated from edugit.org)

changed the description

changed the description
_renovate commented 2026-06-02 20:46:22 +02:00 (Migrated from edugit.org)

added 1 commit

  • 912156a5 - Update dependency eslint-plugin-vue to ~10.9.0

Compare with previous version

added 1 commit <ul><li>912156a5 - Update dependency eslint-plugin-vue to ~10.9.0</li></ul> [Compare with previous version](/AlekSIS/official/AlekSIS/-/merge_requests/347/diffs?diff_id=143253&start_sha=d38f5c347ee0b4890da2cd52431314cbc38bdf01)
_renovate commented 2026-06-02 20:46:42 +02:00 (Migrated from edugit.org)

changed the description

changed the description
_renovate commented 2026-06-02 21:54:11 +02:00 (Migrated from edugit.org)

added 1 commit

  • b8d53875 - Update dependency eslint-plugin-vue to ~10.9.0

Compare with previous version

added 1 commit <ul><li>b8d53875 - Update dependency eslint-plugin-vue to ~10.9.0</li></ul> [Compare with previous version](/AlekSIS/official/AlekSIS/-/merge_requests/347/diffs?diff_id=143324&start_sha=912156a5241e41530e79db84db4aa4d3e92040f1)
_renovate commented 2026-06-02 22:06:36 +02:00 (Migrated from edugit.org)

added 1 commit

  • 5b1325a0 - Update dependency eslint-plugin-vue to ~10.9.0

Compare with previous version

added 1 commit <ul><li>5b1325a0 - Update dependency eslint-plugin-vue to ~10.9.0</li></ul> [Compare with previous version](/AlekSIS/official/AlekSIS/-/merge_requests/347/diffs?diff_id=143354&start_sha=b8d538755897a3f0cac8b8cd533aa39c60a35171)
_renovate commented 2026-06-02 22:07:13 +02:00 (Migrated from edugit.org)

changed the description

changed the description
_renovate commented 2026-06-03 01:02:46 +02:00 (Migrated from edugit.org)

changed the description

changed the description
_renovate commented 2026-06-03 01:19:55 +02:00 (Migrated from edugit.org)

added 1 commit

  • f7e869d7 - Update dependency eslint-plugin-vue to ~10.9.0

Compare with previous version

added 1 commit <ul><li>f7e869d7 - Update dependency eslint-plugin-vue to ~10.9.0</li></ul> [Compare with previous version](/AlekSIS/official/AlekSIS/-/merge_requests/347/diffs?diff_id=143556&start_sha=5b1325a06bf37d89e59d6929628a57eeb930e124)
_renovate commented 2026-06-03 01:39:14 +02:00 (Migrated from edugit.org)

added 1 commit

  • 15345ce7 - Update dependency eslint-plugin-vue to ~10.9.0

Compare with previous version

added 1 commit <ul><li>15345ce7 - Update dependency eslint-plugin-vue to ~10.9.0</li></ul> [Compare with previous version](/AlekSIS/official/AlekSIS/-/merge_requests/347/diffs?diff_id=143587&start_sha=f7e869d7ca898c7933576e35bcd86ea22a0796e8)
_renovate commented 2026-06-03 02:24:50 +02:00 (Migrated from edugit.org)

added 1 commit

  • d7e62b4b - Update dependency eslint-plugin-vue to ~10.9.0

Compare with previous version

added 1 commit <ul><li>d7e62b4b - Update dependency eslint-plugin-vue to ~10.9.0</li></ul> [Compare with previous version](/AlekSIS/official/AlekSIS/-/merge_requests/347/diffs?diff_id=143647&start_sha=15345ce7db1e426526d18731edfea1d714637b8c)
_renovate commented 2026-06-03 03:10:05 +02:00 (Migrated from edugit.org)

added 1 commit

  • 6285e95b - Update dependency eslint-plugin-vue to ~10.9.0

Compare with previous version

added 1 commit <ul><li>6285e95b - Update dependency eslint-plugin-vue to ~10.9.0</li></ul> [Compare with previous version](/AlekSIS/official/AlekSIS/-/merge_requests/347/diffs?diff_id=143727&start_sha=d7e62b4bfff64db51b10c64ea05cd6c3d0273766)
_renovate commented 2026-06-03 03:29:13 +02:00 (Migrated from edugit.org)

added 1 commit

  • d88cb7ab - Update dependency eslint-plugin-vue to ~10.9.0

Compare with previous version

added 1 commit <ul><li>d88cb7ab - Update dependency eslint-plugin-vue to ~10.9.0</li></ul> [Compare with previous version](/AlekSIS/official/AlekSIS/-/merge_requests/347/diffs?diff_id=143763&start_sha=6285e95b03f5f505ce1e1c31e8d5c24e7afb28fb)
_renovate commented 2026-06-03 05:25:19 +02:00 (Migrated from edugit.org)

added 1 commit

  • e54fcb08 - Update dependency eslint-plugin-vue to ~10.9.0

Compare with previous version

added 1 commit <ul><li>e54fcb08 - Update dependency eslint-plugin-vue to ~10.9.0</li></ul> [Compare with previous version](/AlekSIS/official/AlekSIS/-/merge_requests/347/diffs?diff_id=143883&start_sha=d88cb7ab9c9661918e9de43f3314a3de46588103)
_renovate commented 2026-06-03 07:24:37 +02:00 (Migrated from edugit.org)

added 1 commit

  • 34ec1c03 - Update dependency eslint-plugin-vue to ~10.9.0

Compare with previous version

added 1 commit <ul><li>34ec1c03 - Update dependency eslint-plugin-vue to ~10.9.0</li></ul> [Compare with previous version](/AlekSIS/official/AlekSIS/-/merge_requests/347/diffs?diff_id=143994&start_sha=e54fcb08ea5aca87d08470da1dabafc3dfc5b04a)
_renovate commented 2026-06-03 09:25:39 +02:00 (Migrated from edugit.org)

added 1 commit

  • 5d480895 - Update dependency eslint-plugin-vue to ~10.9.0

Compare with previous version

added 1 commit <ul><li>5d480895 - Update dependency eslint-plugin-vue to ~10.9.0</li></ul> [Compare with previous version](/AlekSIS/official/AlekSIS/-/merge_requests/347/diffs?diff_id=144155&start_sha=34ec1c03deb08b36c96c0743c911ca96b8b8ba2f)
_renovate commented 2026-06-03 10:43:39 +02:00 (Migrated from edugit.org)

added 1 commit

  • ad2afa00 - Update dependency eslint-plugin-vue to ~10.9.0

Compare with previous version

added 1 commit <ul><li>ad2afa00 - Update dependency eslint-plugin-vue to ~10.9.0</li></ul> [Compare with previous version](/AlekSIS/official/AlekSIS/-/merge_requests/347/diffs?diff_id=144323&start_sha=5d4808954bba6a533f40cf931ac38e36a4dce925)
_renovate commented 2026-06-03 11:11:02 +02:00 (Migrated from edugit.org)

changed the description

changed the description
_renovate commented 2026-06-03 11:49:12 +02:00 (Migrated from edugit.org)

added 1 commit

  • 3d59e901 - Update dependency eslint-plugin-vue to ~10.9.0

Compare with previous version

added 1 commit <ul><li>3d59e901 - Update dependency eslint-plugin-vue to ~10.9.0</li></ul> [Compare with previous version](/AlekSIS/official/AlekSIS/-/merge_requests/347/diffs?diff_id=144457&start_sha=ad2afa002e37db027caa94c992f19b272ce8b7bb)
_renovate commented 2026-06-03 12:15:46 +02:00 (Migrated from edugit.org)

added 1 commit

  • 0b16a5d0 - Update dependency eslint-plugin-vue to ~10.9.0

Compare with previous version

added 1 commit <ul><li>0b16a5d0 - Update dependency eslint-plugin-vue to ~10.9.0</li></ul> [Compare with previous version](/AlekSIS/official/AlekSIS/-/merge_requests/347/diffs?diff_id=144521&start_sha=3d59e901dc02d4fe366a71be60455647bc1bd1a5)
_renovate commented 2026-06-10 17:23:38 +02:00 (Migrated from edugit.org)

changed the description

changed the description
_renovate commented 2026-06-10 17:52:21 +02:00 (Migrated from edugit.org)

changed the description

changed the description
_renovate commented 2026-06-12 10:24:42 +02:00 (Migrated from edugit.org)

added 1 commit

  • ac370f23 - Update dependency eslint-plugin-vue to ~10.9.0

Compare with previous version

added 1 commit <ul><li>ac370f23 - Update dependency eslint-plugin-vue to ~10.9.0</li></ul> [Compare with previous version](/AlekSIS/official/AlekSIS/-/merge_requests/347/diffs?diff_id=144761&start_sha=0b16a5d05a0bbd8163228e70675fa6069686df47)
_renovate commented 2026-06-19 18:41:48 +02:00 (Migrated from edugit.org)

added 1 commit

  • 2640b58f - Update dependency eslint-plugin-vue to ~10.9.0

Compare with previous version

added 1 commit <ul><li>2640b58f - Update dependency eslint-plugin-vue to ~10.9.0</li></ul> [Compare with previous version](/AlekSIS/official/AlekSIS/-/merge_requests/347/diffs?diff_id=144961&start_sha=ac370f23066b2b1b35dff424eaf48a151b4fa3a3)
_renovate commented 2026-06-19 19:18:53 +02:00 (Migrated from edugit.org)

added 1 commit

  • bd749953 - Update dependency eslint-plugin-vue to ~10.9.0

Compare with previous version

added 1 commit <ul><li>bd749953 - Update dependency eslint-plugin-vue to ~10.9.0</li></ul> [Compare with previous version](/AlekSIS/official/AlekSIS/-/merge_requests/347/diffs?diff_id=145052&start_sha=2640b58f6030765c49116b7cec6cfb774315a6c0)
_renovate commented 2026-06-19 19:42:34 +02:00 (Migrated from edugit.org)

added 1 commit

  • 8d4c4d0d - Update dependency eslint-plugin-vue to ~10.9.0

Compare with previous version

added 1 commit <ul><li>8d4c4d0d - Update dependency eslint-plugin-vue to ~10.9.0</li></ul> [Compare with previous version](/AlekSIS/official/AlekSIS/-/merge_requests/347/diffs?diff_id=145117&start_sha=bd74995313b95b0d2332675a0e9dc49b285f9996)
_renovate commented 2026-06-19 20:01:16 +02:00 (Migrated from edugit.org)

added 1 commit

  • 36755ff5 - Update dependency eslint-plugin-vue to ~10.9.0

Compare with previous version

added 1 commit <ul><li>36755ff5 - Update dependency eslint-plugin-vue to ~10.9.0</li></ul> [Compare with previous version](/AlekSIS/official/AlekSIS/-/merge_requests/347/diffs?diff_id=145152&start_sha=8d4c4d0d3d2e8d24cf4c65a9463a3aeaf0bc2bef)
_renovate commented 2026-06-19 20:39:56 +02:00 (Migrated from edugit.org)

added 1 commit

  • b4e0c245 - Update dependency eslint-plugin-vue to ~10.9.0

Compare with previous version

added 1 commit <ul><li>b4e0c245 - Update dependency eslint-plugin-vue to ~10.9.0</li></ul> [Compare with previous version](/AlekSIS/official/AlekSIS/-/merge_requests/347/diffs?diff_id=145249&start_sha=36755ff5397a19cbf212cd60c764c81a045c8b55)
_renovate commented 2026-06-19 23:46:44 +02:00 (Migrated from edugit.org)

added 1 commit

  • 923e1c3d - Update dependency eslint-plugin-vue to ~10.9.0

Compare with previous version

added 1 commit <ul><li>923e1c3d - Update dependency eslint-plugin-vue to ~10.9.0</li></ul> [Compare with previous version](/AlekSIS/official/AlekSIS/-/merge_requests/347/diffs?diff_id=145505&start_sha=b4e0c245af005930a2ac595a7b19c6634210c081)
_renovate commented 2026-06-20 02:19:19 +02:00 (Migrated from edugit.org)

added 1 commit

  • ba5bfbf1 - Update dependency eslint-plugin-vue to ~10.9.0

Compare with previous version

added 1 commit <ul><li>ba5bfbf1 - Update dependency eslint-plugin-vue to ~10.9.0</li></ul> [Compare with previous version](/AlekSIS/official/AlekSIS/-/merge_requests/347/diffs?diff_id=145693&start_sha=923e1c3da7d3daa107eeaf083686c9676b0fad88)
_renovate commented 2026-06-20 02:27:28 +02:00 (Migrated from edugit.org)

added 1 commit

  • accf75ba - Update dependency eslint-plugin-vue to ~10.9.0

Compare with previous version

added 1 commit <ul><li>accf75ba - Update dependency eslint-plugin-vue to ~10.9.0</li></ul> [Compare with previous version](/AlekSIS/official/AlekSIS/-/merge_requests/347/diffs?diff_id=145711&start_sha=ba5bfbf16107ac6b9e8157e3817d78282da84b0a)
_renovate commented 2026-06-20 04:55:48 +02:00 (Migrated from edugit.org)

added 1 commit

  • ed5ab374 - Update dependency eslint-plugin-vue to ~10.9.0

Compare with previous version

added 1 commit <ul><li>ed5ab374 - Update dependency eslint-plugin-vue to ~10.9.0</li></ul> [Compare with previous version](/AlekSIS/official/AlekSIS/-/merge_requests/347/diffs?diff_id=145926&start_sha=accf75bae410824e7416762d3083bebfe9c96f30)
_renovate commented 2026-06-20 05:14:50 +02:00 (Migrated from edugit.org)

added 1 commit

  • a6a40943 - Update dependency eslint-plugin-vue to ~10.9.0

Compare with previous version

added 1 commit <ul><li>a6a40943 - Update dependency eslint-plugin-vue to ~10.9.0</li></ul> [Compare with previous version](/AlekSIS/official/AlekSIS/-/merge_requests/347/diffs?diff_id=145941&start_sha=ed5ab3741bb69bd8349f0566683406a6ba1ba31c)
_renovate commented 2026-06-20 07:57:47 +02:00 (Migrated from edugit.org)

added 1 commit

  • d78924f5 - Update dependency eslint-plugin-vue to ~10.9.0

Compare with previous version

added 1 commit <ul><li>d78924f5 - Update dependency eslint-plugin-vue to ~10.9.0</li></ul> [Compare with previous version](/AlekSIS/official/AlekSIS/-/merge_requests/347/diffs?diff_id=146189&start_sha=a6a409437481288777e3f56f26b01b56960578bf)
_renovate commented 2026-06-20 08:55:13 +02:00 (Migrated from edugit.org)

added 1 commit

  • edc79228 - Update dependency eslint-plugin-vue to ~10.9.0

Compare with previous version

added 1 commit <ul><li>edc79228 - Update dependency eslint-plugin-vue to ~10.9.0</li></ul> [Compare with previous version](/AlekSIS/official/AlekSIS/-/merge_requests/347/diffs?diff_id=146248&start_sha=d78924f509c883886da221e7ec973a3de8e8035d)
_renovate commented 2026-06-20 11:59:29 +02:00 (Migrated from edugit.org)

added 1 commit

  • 1e66862e - Update dependency eslint-plugin-vue to ~10.9.0

Compare with previous version

added 1 commit <ul><li>1e66862e - Update dependency eslint-plugin-vue to ~10.9.0</li></ul> [Compare with previous version](/AlekSIS/official/AlekSIS/-/merge_requests/347/diffs?diff_id=146526&start_sha=edc7922841e633b76a8cf8816d37b8762da6c9ff)
_renovate commented 2026-06-20 17:20:16 +02:00 (Migrated from edugit.org)

added 1 commit

  • a0455de0 - Update dependency eslint-plugin-vue to ~10.9.0

Compare with previous version

added 1 commit <ul><li>a0455de0 - Update dependency eslint-plugin-vue to ~10.9.0</li></ul> [Compare with previous version](/AlekSIS/official/AlekSIS/-/merge_requests/347/diffs?diff_id=146906&start_sha=1e66862e8beac17b1abfa1ef239d295be2c5c9f2)
_renovate commented 2026-06-20 22:49:58 +02:00 (Migrated from edugit.org)

added 1 commit

  • 36ec8198 - Update dependency eslint-plugin-vue to ~10.9.0

Compare with previous version

added 1 commit <ul><li>36ec8198 - Update dependency eslint-plugin-vue to ~10.9.0</li></ul> [Compare with previous version](/AlekSIS/official/AlekSIS/-/merge_requests/347/diffs?diff_id=147346&start_sha=a0455de03eb6b729b2ba4a96c5fb868e7edfc13b)
_renovate commented 2026-06-21 01:12:43 +02:00 (Migrated from edugit.org)

added 1 commit

  • 95a87ec9 - Update dependency eslint-plugin-vue to ~10.9.0

Compare with previous version

added 1 commit <ul><li>95a87ec9 - Update dependency eslint-plugin-vue to ~10.9.0</li></ul> [Compare with previous version](/AlekSIS/official/AlekSIS/-/merge_requests/347/diffs?diff_id=147509&start_sha=36ec81982bcb4f47675b7e081dae4a2dd0c90dab)
_renovate commented 2026-06-21 02:31:12 +02:00 (Migrated from edugit.org)

added 1 commit

  • 5b2886b6 - Update dependency eslint-plugin-vue to ~10.9.0

Compare with previous version

added 1 commit <ul><li>5b2886b6 - Update dependency eslint-plugin-vue to ~10.9.0</li></ul> [Compare with previous version](/AlekSIS/official/AlekSIS/-/merge_requests/347/diffs?diff_id=147557&start_sha=95a87ec92889e5b373969c9807b346dda7bc009e)
_renovate commented 2026-06-21 02:58:15 +02:00 (Migrated from edugit.org)

added 1 commit

  • 8f771626 - Update dependency eslint-plugin-vue to ~10.9.0

Compare with previous version

added 1 commit <ul><li>8f771626 - Update dependency eslint-plugin-vue to ~10.9.0</li></ul> [Compare with previous version](/AlekSIS/official/AlekSIS/-/merge_requests/347/diffs?diff_id=147609&start_sha=5b2886b6140b9f2e0ac9d8163e76e0863a114244)
_renovate commented 2026-06-21 03:17:12 +02:00 (Migrated from edugit.org)

added 1 commit

  • 57e60b96 - Update dependency eslint-plugin-vue to ~10.9.0

Compare with previous version

added 1 commit <ul><li>57e60b96 - Update dependency eslint-plugin-vue to ~10.9.0</li></ul> [Compare with previous version](/AlekSIS/official/AlekSIS/-/merge_requests/347/diffs?diff_id=147636&start_sha=8f771626e91a09ef1fc38e968497ceefaa597abc)
_renovate commented 2026-06-21 04:47:36 +02:00 (Migrated from edugit.org)

added 1 commit

  • 45b04544 - Update dependency eslint-plugin-vue to ~10.9.0

Compare with previous version

added 1 commit <ul><li>45b04544 - Update dependency eslint-plugin-vue to ~10.9.0</li></ul> [Compare with previous version](/AlekSIS/official/AlekSIS/-/merge_requests/347/diffs?diff_id=147752&start_sha=57e60b968704a86330c8b92262091a417e7cc5b8)
_renovate commented 2026-06-21 07:49:46 +02:00 (Migrated from edugit.org)

added 1 commit

  • 7009ef95 - Update dependency eslint-plugin-vue to ~10.9.0

Compare with previous version

added 1 commit <ul><li>7009ef95 - Update dependency eslint-plugin-vue to ~10.9.0</li></ul> [Compare with previous version](/AlekSIS/official/AlekSIS/-/merge_requests/347/diffs?diff_id=148037&start_sha=45b0454403eeae047dc33c1cb317f85ff7d1fd5c)
_renovate commented 2026-06-21 08:02:41 +02:00 (Migrated from edugit.org)

added 1 commit

  • 1d53b057 - Update dependency eslint-plugin-vue to ~10.9.0

Compare with previous version

added 1 commit <ul><li>1d53b057 - Update dependency eslint-plugin-vue to ~10.9.0</li></ul> [Compare with previous version](/AlekSIS/official/AlekSIS/-/merge_requests/347/diffs?diff_id=148058&start_sha=7009ef95d8c6c1677a7c635594a7a2fabf7f1866)
_renovate commented 2026-06-21 08:41:27 +02:00 (Migrated from edugit.org)

added 1 commit

  • 18aa28dd - Update dependency eslint-plugin-vue to ~10.9.0

Compare with previous version

added 1 commit <ul><li>18aa28dd - Update dependency eslint-plugin-vue to ~10.9.0</li></ul> [Compare with previous version](/AlekSIS/official/AlekSIS/-/merge_requests/347/diffs?diff_id=148119&start_sha=1d53b0570353bd20f5ddcb9499f4e07cbff2236a)
_renovate commented 2026-06-21 11:49:21 +02:00 (Migrated from edugit.org)

added 1 commit

  • 3b478929 - Update dependency eslint-plugin-vue to ~10.9.0

Compare with previous version

added 1 commit <ul><li>3b478929 - Update dependency eslint-plugin-vue to ~10.9.0</li></ul> [Compare with previous version](/AlekSIS/official/AlekSIS/-/merge_requests/347/diffs?diff_id=148437&start_sha=18aa28dd20b7a14e42ad669609a8aa90378e0134)
_renovate commented 2026-06-21 14:45:59 +02:00 (Migrated from edugit.org)

added 1 commit

  • 189f31f4 - Update dependency eslint-plugin-vue to ~10.9.0

Compare with previous version

added 1 commit <ul><li>189f31f4 - Update dependency eslint-plugin-vue to ~10.9.0</li></ul> [Compare with previous version](/AlekSIS/official/AlekSIS/-/merge_requests/347/diffs?diff_id=148648&start_sha=3b4789291777342bd00acd9daeedceccaa606c4e)
_renovate commented 2026-06-21 15:33:47 +02:00 (Migrated from edugit.org)

added 1 commit

  • 438d955d - Update dependency eslint-plugin-vue to ~10.9.0

Compare with previous version

added 1 commit <ul><li>438d955d - Update dependency eslint-plugin-vue to ~10.9.0</li></ul> [Compare with previous version](/AlekSIS/official/AlekSIS/-/merge_requests/347/diffs?diff_id=148726&start_sha=189f31f42df2a68122a22f23c8ee875149723a33)
_renovate commented 2026-06-21 15:51:22 +02:00 (Migrated from edugit.org)

added 1 commit

  • 97659c96 - Update dependency eslint-plugin-vue to ~10.9.0

Compare with previous version

added 1 commit <ul><li>97659c96 - Update dependency eslint-plugin-vue to ~10.9.0</li></ul> [Compare with previous version](/AlekSIS/official/AlekSIS/-/merge_requests/347/diffs?diff_id=148760&start_sha=438d955d317f2e2fd6cb9600330fd0c4e68b2748)
_renovate commented 2026-06-21 17:48:47 +02:00 (Migrated from edugit.org)

added 1 commit

  • 89f0a593 - Update dependency eslint-plugin-vue to ~10.9.0

Compare with previous version

added 1 commit <ul><li>89f0a593 - Update dependency eslint-plugin-vue to ~10.9.0</li></ul> [Compare with previous version](/AlekSIS/official/AlekSIS/-/merge_requests/347/diffs?diff_id=149034&start_sha=97659c960689b5eb20d9f9657158e326c22f409f)
_renovate commented 2026-06-21 18:05:21 +02:00 (Migrated from edugit.org)

added 1 commit

  • 44e439f1 - Update dependency eslint-plugin-vue to ~10.9.0

Compare with previous version

added 1 commit <ul><li>44e439f1 - Update dependency eslint-plugin-vue to ~10.9.0</li></ul> [Compare with previous version](/AlekSIS/official/AlekSIS/-/merge_requests/347/diffs?diff_id=149047&start_sha=89f0a5933d820c4938ab237c4594121961de0fc4)
_renovate commented 2026-06-21 22:01:41 +02:00 (Migrated from edugit.org)

added 1 commit

  • 4ff687e2 - Update dependency eslint-plugin-vue to ~10.9.0

Compare with previous version

added 1 commit <ul><li>4ff687e2 - Update dependency eslint-plugin-vue to ~10.9.0</li></ul> [Compare with previous version](/AlekSIS/official/AlekSIS/-/merge_requests/347/diffs?diff_id=149341&start_sha=44e439f18be1af486bb34ff0923b13eb98c6bf20)
_renovate commented 2026-06-21 22:25:19 +02:00 (Migrated from edugit.org)

added 1 commit

  • 104a2702 - Update dependency eslint-plugin-vue to ~10.9.0

Compare with previous version

added 1 commit <ul><li>104a2702 - Update dependency eslint-plugin-vue to ~10.9.0</li></ul> [Compare with previous version](/AlekSIS/official/AlekSIS/-/merge_requests/347/diffs?diff_id=149388&start_sha=4ff687e2f6089edc8f56977c0a92df921adeb472)
_renovate commented 2026-06-21 23:40:37 +02:00 (Migrated from edugit.org)

added 1 commit

  • e2602a59 - Update dependency eslint-plugin-vue to ~10.9.0

Compare with previous version

added 1 commit <ul><li>e2602a59 - Update dependency eslint-plugin-vue to ~10.9.0</li></ul> [Compare with previous version](/AlekSIS/official/AlekSIS/-/merge_requests/347/diffs?diff_id=149505&start_sha=104a2702b195a60b1bad0699b3e3a6eb9fb899e9)
_renovate commented 2026-06-21 23:58:39 +02:00 (Migrated from edugit.org)

added 1 commit

  • e24241a2 - Update dependency eslint-plugin-vue to ~10.9.0

Compare with previous version

added 1 commit <ul><li>e24241a2 - Update dependency eslint-plugin-vue to ~10.9.0</li></ul> [Compare with previous version](/AlekSIS/official/AlekSIS/-/merge_requests/347/diffs?diff_id=149522&start_sha=e2602a596e91ec6c6ef99cb7f1ba3123ec1fddac)
_renovate commented 2026-06-22 00:34:19 +02:00 (Migrated from edugit.org)

added 1 commit

  • 7f33efed - Update dependency eslint-plugin-vue to ~10.9.0

Compare with previous version

added 1 commit <ul><li>7f33efed - Update dependency eslint-plugin-vue to ~10.9.0</li></ul> [Compare with previous version](/AlekSIS/official/AlekSIS/-/merge_requests/347/diffs?diff_id=149573&start_sha=e24241a2e39fda803caa5344fcd24bce771b2e2e)
_renovate commented 2026-06-22 01:58:12 +02:00 (Migrated from edugit.org)

added 1 commit

  • f260dc54 - Update dependency eslint-plugin-vue to ~10.9.0

Compare with previous version

added 1 commit <ul><li>f260dc54 - Update dependency eslint-plugin-vue to ~10.9.0</li></ul> [Compare with previous version](/AlekSIS/official/AlekSIS/-/merge_requests/347/diffs?diff_id=149701&start_sha=7f33efed894317bde8acfa3e1fca0b41cbc0a925)
_renovate commented 2026-06-22 03:56:45 +02:00 (Migrated from edugit.org)

added 1 commit

  • 8ef3fa01 - Update dependency eslint-plugin-vue to ~10.9.0

Compare with previous version

added 1 commit <ul><li>8ef3fa01 - Update dependency eslint-plugin-vue to ~10.9.0</li></ul> [Compare with previous version](/AlekSIS/official/AlekSIS/-/merge_requests/347/diffs?diff_id=149926&start_sha=f260dc546ce388452e53a92809374ef21ab0229a)
_renovate commented 2026-06-22 04:17:39 +02:00 (Migrated from edugit.org)

added 1 commit

  • 95a6fc87 - Update dependency eslint-plugin-vue to ~10.9.0

Compare with previous version

added 1 commit <ul><li>95a6fc87 - Update dependency eslint-plugin-vue to ~10.9.0</li></ul> [Compare with previous version](/AlekSIS/official/AlekSIS/-/merge_requests/347/diffs?diff_id=149958&start_sha=8ef3fa0137b9149b767c3267553e7109e45e9c61)
_renovate commented 2026-06-22 08:08:45 +02:00 (Migrated from edugit.org)

added 1 commit

  • 49dc49b5 - Update dependency eslint-plugin-vue to ~10.9.0

Compare with previous version

added 1 commit <ul><li>49dc49b5 - Update dependency eslint-plugin-vue to ~10.9.0</li></ul> [Compare with previous version](/AlekSIS/official/AlekSIS/-/merge_requests/347/diffs?diff_id=150245&start_sha=95a6fc87c0d47794ea8ecc12277af2cc582eed2c)
_renovate commented 2026-06-22 09:06:54 +02:00 (Migrated from edugit.org)

added 1 commit

  • eb7a94e9 - Update dependency eslint-plugin-vue to ~10.9.0

Compare with previous version

added 1 commit <ul><li>eb7a94e9 - Update dependency eslint-plugin-vue to ~10.9.0</li></ul> [Compare with previous version](/AlekSIS/official/AlekSIS/-/merge_requests/347/diffs?diff_id=150365&start_sha=49dc49b5cdffdfd4b1e4eb3c1a0cb66622c18542)
_renovate commented 2026-06-22 09:16:50 +02:00 (Migrated from edugit.org)

added 1 commit

  • 5fe860f5 - Update dependency eslint-plugin-vue to ~10.9.0

Compare with previous version

added 1 commit <ul><li>5fe860f5 - Update dependency eslint-plugin-vue to ~10.9.0</li></ul> [Compare with previous version](/AlekSIS/official/AlekSIS/-/merge_requests/347/diffs?diff_id=150383&start_sha=eb7a94e93795eed7b0864fdddcf72122f3255cc4)
_renovate commented 2026-06-22 09:41:54 +02:00 (Migrated from edugit.org)

added 1 commit

  • e9a4bf08 - Update dependency eslint-plugin-vue to ~10.9.0

Compare with previous version

added 1 commit <ul><li>e9a4bf08 - Update dependency eslint-plugin-vue to ~10.9.0</li></ul> [Compare with previous version](/AlekSIS/official/AlekSIS/-/merge_requests/347/diffs?diff_id=150430&start_sha=5fe860f5a412664b9fc03fbe16ce409ef2964b41)
_renovate commented 2026-06-22 09:54:28 +02:00 (Migrated from edugit.org)

added 1 commit

  • 20a2e4e4 - Update dependency eslint-plugin-vue to ~10.9.0

Compare with previous version

added 1 commit <ul><li>20a2e4e4 - Update dependency eslint-plugin-vue to ~10.9.0</li></ul> [Compare with previous version](/AlekSIS/official/AlekSIS/-/merge_requests/347/diffs?diff_id=150441&start_sha=e9a4bf0845a6cdee94944c5f0f5f82214ee26aa8)
_renovate commented 2026-06-22 10:17:12 +02:00 (Migrated from edugit.org)

added 1 commit

  • 1e334897 - Update dependency eslint-plugin-vue to ~10.9.0

Compare with previous version

added 1 commit <ul><li>1e334897 - Update dependency eslint-plugin-vue to ~10.9.0</li></ul> [Compare with previous version](/AlekSIS/official/AlekSIS/-/merge_requests/347/diffs?diff_id=150476&start_sha=20a2e4e4bcc4936d2745a9a41d8743cc66c492dc)
_renovate commented 2026-06-22 11:37:48 +02:00 (Migrated from edugit.org)

added 1 commit

  • 711dc067 - Update dependency eslint-plugin-vue to ~10.9.0

Compare with previous version

added 1 commit <ul><li>711dc067 - Update dependency eslint-plugin-vue to ~10.9.0</li></ul> [Compare with previous version](/AlekSIS/official/AlekSIS/-/merge_requests/347/diffs?diff_id=150619&start_sha=1e334897b98aa0724e3f2353f26c6b99ad9158e7)
_renovate commented 2026-06-22 12:32:29 +02:00 (Migrated from edugit.org)

added 1 commit

  • 09854550 - Update dependency eslint-plugin-vue to ~10.9.0

Compare with previous version

added 1 commit <ul><li>09854550 - Update dependency eslint-plugin-vue to ~10.9.0</li></ul> [Compare with previous version](/AlekSIS/official/AlekSIS/-/merge_requests/347/diffs?diff_id=150691&start_sha=711dc06773295f7ae70ede1db7130666cef09b06)
_renovate commented 2026-06-22 13:02:12 +02:00 (Migrated from edugit.org)

added 1 commit

  • 75ed3cb0 - Update dependency eslint-plugin-vue to ~10.9.0

Compare with previous version

added 1 commit <ul><li>75ed3cb0 - Update dependency eslint-plugin-vue to ~10.9.0</li></ul> [Compare with previous version](/AlekSIS/official/AlekSIS/-/merge_requests/347/diffs?diff_id=150735&start_sha=09854550e7807a46a19ebf3d08adbbdc17c77b7a)
_renovate commented 2026-06-22 13:45:23 +02:00 (Migrated from edugit.org)

added 1 commit

  • 4c842cb0 - Update dependency eslint-plugin-vue to ~10.9.0

Compare with previous version

added 1 commit <ul><li>4c842cb0 - Update dependency eslint-plugin-vue to ~10.9.0</li></ul> [Compare with previous version](/AlekSIS/official/AlekSIS/-/merge_requests/347/diffs?diff_id=150806&start_sha=75ed3cb07d34b2f07e65d28025ce7a09fef54877)
_renovate commented 2026-06-22 14:51:32 +02:00 (Migrated from edugit.org)

added 1 commit

  • b25986fa - Update dependency eslint-plugin-vue to ~10.9.0

Compare with previous version

added 1 commit <ul><li>b25986fa - Update dependency eslint-plugin-vue to ~10.9.0</li></ul> [Compare with previous version](/AlekSIS/official/AlekSIS/-/merge_requests/347/diffs?diff_id=150955&start_sha=4c842cb0235c5d25dcba5ab256c42fcfbfac4a96)
_renovate commented 2026-06-22 14:58:53 +02:00 (Migrated from edugit.org)

added 1 commit

  • 3ae3a94d - Update dependency eslint-plugin-vue to ~10.9.0

Compare with previous version

added 1 commit <ul><li>3ae3a94d - Update dependency eslint-plugin-vue to ~10.9.0</li></ul> [Compare with previous version](/AlekSIS/official/AlekSIS/-/merge_requests/347/diffs?diff_id=150970&start_sha=b25986faae7f3fb0f522f349e0cd72d5fe117f4c)
_renovate commented 2026-06-22 15:40:34 +02:00 (Migrated from edugit.org)

added 1 commit

  • b15ba63a - Update dependency eslint-plugin-vue to ~10.9.0

Compare with previous version

added 1 commit <ul><li>b15ba63a - Update dependency eslint-plugin-vue to ~10.9.0</li></ul> [Compare with previous version](/AlekSIS/official/AlekSIS/-/merge_requests/347/diffs?diff_id=151081&start_sha=3ae3a94d5b3e8e7ab4f2a5e14dff3fc7bba79b7f)
_renovate commented 2026-06-22 16:07:37 +02:00 (Migrated from edugit.org)

added 1 commit

  • 0cab7e7f - Update dependency eslint-plugin-vue to ~10.9.0

Compare with previous version

added 1 commit <ul><li>0cab7e7f - Update dependency eslint-plugin-vue to ~10.9.0</li></ul> [Compare with previous version](/AlekSIS/official/AlekSIS/-/merge_requests/347/diffs?diff_id=151156&start_sha=b15ba63a4c235f8525cfecee1b340f8a79005354)
_renovate commented 2026-06-22 16:11:50 +02:00 (Migrated from edugit.org)

added 1 commit

  • 41cfc805 - Update dependency eslint-plugin-vue to ~10.9.0

Compare with previous version

added 1 commit <ul><li>41cfc805 - Update dependency eslint-plugin-vue to ~10.9.0</li></ul> [Compare with previous version](/AlekSIS/official/AlekSIS/-/merge_requests/347/diffs?diff_id=151169&start_sha=0cab7e7f5465335207012df7aef2f61a7ee333fe)
_renovate commented 2026-06-22 16:56:14 +02:00 (Migrated from edugit.org)

added 1 commit

  • f8ca398d - Update dependency eslint-plugin-vue to ~10.9.0

Compare with previous version

added 1 commit <ul><li>f8ca398d - Update dependency eslint-plugin-vue to ~10.9.0</li></ul> [Compare with previous version](/AlekSIS/official/AlekSIS/-/merge_requests/347/diffs?diff_id=151273&start_sha=41cfc80525a12174f237ffd2595ea33e96a18921)
_renovate commented 2026-06-22 17:18:01 +02:00 (Migrated from edugit.org)

added 1 commit

  • fb24cdb3 - Update dependency eslint-plugin-vue to ~10.9.0

Compare with previous version

added 1 commit <ul><li>fb24cdb3 - Update dependency eslint-plugin-vue to ~10.9.0</li></ul> [Compare with previous version](/AlekSIS/official/AlekSIS/-/merge_requests/347/diffs?diff_id=151309&start_sha=f8ca398dfdcce9bc880e302ee4b9ac40a764fad7)
_renovate commented 2026-06-22 17:21:48 +02:00 (Migrated from edugit.org)

added 1 commit

  • 5e45172a - Update dependency eslint-plugin-vue to ~10.9.0

Compare with previous version

added 1 commit <ul><li>5e45172a - Update dependency eslint-plugin-vue to ~10.9.0</li></ul> [Compare with previous version](/AlekSIS/official/AlekSIS/-/merge_requests/347/diffs?diff_id=151327&start_sha=fb24cdb3270b062dda87ebd9c108bd103e820bdb)
_renovate commented 2026-06-22 18:08:31 +02:00 (Migrated from edugit.org)

added 1 commit

  • 136bfe5e - Update dependency eslint-plugin-vue to ~10.9.0

Compare with previous version

added 1 commit <ul><li>136bfe5e - Update dependency eslint-plugin-vue to ~10.9.0</li></ul> [Compare with previous version](/AlekSIS/official/AlekSIS/-/merge_requests/347/diffs?diff_id=151422&start_sha=5e45172a77a9719add08e3b0d1d23f4018c2af8c)
_renovate commented 2026-07-03 11:35:26 +02:00 (Migrated from edugit.org)

added 2 commits

  • 52c06844 - 1 commit from branch master
  • e709812e - Update dependency eslint-plugin-vue to ~10.9.0

Compare with previous version

added 2 commits <ul><li>52c06844 - 1 commit from branch <code>master</code></li><li>e709812e - Update dependency eslint-plugin-vue to ~10.9.0</li></ul> [Compare with previous version](/AlekSIS/official/AlekSIS/-/merge_requests/347/diffs?diff_id=151754&start_sha=136bfe5e78efbe9beaaad66c83310ccd623d9667)
_renovate commented 2026-07-04 13:39:39 +02:00 (Migrated from edugit.org)

added 1 commit

  • c82ef811 - Update dependency eslint-plugin-vue to ~10.9.0

Compare with previous version

added 1 commit <ul><li>c82ef811 - Update dependency eslint-plugin-vue to ~10.9.0</li></ul> [Compare with previous version](/AlekSIS/official/AlekSIS/-/merge_requests/347/diffs?diff_id=151780&start_sha=e709812e110aa504c71250c08d28d1c9d9176a51)
_renovate commented 2026-07-10 13:35:08 +02:00 (Migrated from edugit.org)

added 5 commits

  • c82ef811...f4d8a809 - 4 commits from branch master
  • d19c884f - Update dependency eslint-plugin-vue to ~10.9.0

Compare with previous version

added 5 commits <ul><li>c82ef811...f4d8a809 - 4 commits from branch <code>master</code></li><li>d19c884f - Update dependency eslint-plugin-vue to ~10.9.0</li></ul> [Compare with previous version](/AlekSIS/official/AlekSIS/-/merge_requests/347/diffs?diff_id=151993&start_sha=c82ef8115148a665485139ae4b3d50bcf5a76d88)
_renovate commented 2026-07-10 14:04:38 +02:00 (Migrated from edugit.org)

added 3 commits

  • d19c884f...09642bab - 2 commits from branch master
  • 15e97b0a - Update dependency eslint-plugin-vue to ~10.9.0

Compare with previous version

added 3 commits <ul><li>d19c884f...09642bab - 2 commits from branch <code>master</code></li><li>15e97b0a - Update dependency eslint-plugin-vue to ~10.9.0</li></ul> [Compare with previous version](/AlekSIS/official/AlekSIS/-/merge_requests/347/diffs?diff_id=152013&start_sha=d19c884fa85800664a1b805c36d8f22898a758d2)
_renovate commented 2026-07-17 00:37:38 +02:00 (Migrated from edugit.org)

changed the description

changed the description
_renovate commented 2026-07-17 02:19:02 +02:00 (Migrated from edugit.org)

changed the description

changed the description
This pull request can be merged automatically.
This branch is out-of-date with the base branch
You are not authorized to merge this pull request.
View command line instructions

Checkout

From your project repository, check out a new branch and test the changes.
git fetch -u origin renovate/eslint-plugin-vue-10.x:renovate/eslint-plugin-vue-10.x
git switch renovate/eslint-plugin-vue-10.x

Merge

Merge the changes and update on Forgejo.

Warning: The "Autodetect manual merge" setting is not enabled for this repository, you will have to mark this pull request as manually merged afterwards.

git switch master
git merge --no-ff renovate/eslint-plugin-vue-10.x
git switch renovate/eslint-plugin-vue-10.x
git rebase master
git switch master
git merge --ff-only renovate/eslint-plugin-vue-10.x
git switch renovate/eslint-plugin-vue-10.x
git rebase master
git switch master
git merge --no-ff renovate/eslint-plugin-vue-10.x
git switch master
git merge --squash renovate/eslint-plugin-vue-10.x
git switch master
git merge --ff-only renovate/eslint-plugin-vue-10.x
git switch master
git merge renovate/eslint-plugin-vue-10.x
git push origin master
Sign in to join this conversation.
No reviewers
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
aleksis/AlekSIS!451
No description provided.