Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
24 commits
Select commit Hold shift + click to select a range
5f892a5
chore(release): sync beta back into development
github-actions[bot] Aug 30, 2026
4c4eb5a
chore(sync): carry beta back into development
github-actions[bot] Aug 30, 2026
d700d08
Merge pull request #1400 from ConductionNL/sync/beta-to-development-2…
rubenvdlinde Aug 30, 2026
afdf48d
build(deps): bump @nextcloud/vue from 9.9.0 to 9.11.0 (#1395)
dependabot[bot] Aug 30, 2026
44079f9
build(deps-dev): bump axe-core from 4.12.1 to 4.13.0 (#1394)
dependabot[bot] Aug 30, 2026
5203693
build(deps): bump vue from 3.5.41 to 3.5.42 (#1393)
dependabot[bot] Aug 30, 2026
88c2c13
build(deps-dev): bump @vue/test-utils from 2.4.11 to 2.5.0 (#1392)
dependabot[bot] Aug 30, 2026
386b8f1
build(deps-dev): bump webpack from 5.109.2 to 5.110.1 (#1390)
dependabot[bot] Aug 30, 2026
76abe80
build(deps): bump @nextcloud/dialogs from 7.4.1 to 7.5.0 (#1388)
dependabot[bot] Aug 30, 2026
a6ed104
build(deps): bump marked from 18.0.10 to 18.0.11 (#1387)
dependabot[bot] Aug 30, 2026
65cc048
build(deps): bump dompurify from 3.4.13 to 3.4.14 (#1386)
dependabot[bot] Aug 30, 2026
3224a9d
chore(dependabot): hold back vue-router 5 as well (#1405)
rubenvdlinde Aug 30, 2026
89aa3e6
docs(dependabot): correct the vue-router holdback to what was measure…
rubenvdlinde Aug 30, 2026
c1c398e
fix(manifest): use the canonical action shape for the reconciliation …
rubenvdlinde Aug 31, 2026
05d35e1
chore(deps): take @conduction/nextcloud-vue 2.25.1 for the KPI card (…
rubenvdlinde Aug 31, 2026
7c5f981
Merge pull request #1398 from ConductionNL/sync/beta-to-development-0…
rubenvdlinde Aug 31, 2026
fbaf8d0
chore(release): 0.2.9-unstable.20260831013830 (#1412)
github-actions[bot] Aug 31, 2026
3a71224
chore(deps): take @conduction/nextcloud-vue 2.27.0 (#1415)
rubenvdlinde Aug 31, 2026
d73352c
chore(release): sync main back into development
github-actions[bot] Aug 31, 2026
7d2038c
chore(sync): carry beta back into development
github-actions[bot] Aug 31, 2026
51d4a2a
Merge pull request #1421 from ConductionNL/sync/beta-to-development-2…
rubenvdlinde Aug 31, 2026
9364ac8
Merge pull request #1419 from ConductionNL/sync/main-to-development-0…
rubenvdlinde Aug 31, 2026
30c777b
fix(composer): declare ext-xsl so dependabot can resolve (#1425)
rubenvdlinde Aug 31, 2026
c814b12
chore(deps): take @conduction/nextcloud-vue 2.27.2 (#1428)
rubenvdlinde Aug 31, 2026
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 10 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,16 @@ updates:
ignore:
- dependency-name: "typescript"
update-types: ["version-update:semver-major"]
# vue-router 5 peers `vite: ^7.3.0 || ^8.0.0` and expects a Vite
# toolchain. Measured, not assumed, and the result is SPLIT: integriq and
# zaakafhandelapp fail their build on `Can't resolve 'vue-router'`, while
# openregister and learniq build clean on 5.3.0. Held because a bump that
# breaks some apps and not others cannot be merged unattended, and the
# difference is not yet understood. Adopting it fleet-wide is a
# Vite migration, not a bump. versioniq is already on Vite and is the
# natural pilot.
- dependency-name: "vue-router"
update-types: ["version-update:semver-major"]
- dependency-name: "webpack-cli"
update-types: ["version-update:semver-major"]
- dependency-name: "@babel/core"
Expand Down
2 changes: 1 addition & 1 deletion appinfo/info.xml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ Vrij en open source onder de EUPL-1.2-licentie.

**Ondersteuning:** Voor ondersteuning, neem contact op via support@conduction.nl.
]]></description>
<version>0.2.6-unstable.20260830154417</version>
<version>0.2.9-unstable.20260831013830</version>
<licence>EUPL-1.2</licence>
<author mail="info@conduction.nl" homepage="https://www.conduction.nl/">Conduction</author>
<namespace>Shillinq</namespace>
Expand Down
3 changes: 2 additions & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,8 @@
"optimize-autoloader": true,
"sort-packages": true,
"platform": {
"php": "8.3"
"php": "8.3",
"ext-xsl": "1"
}
}
}
Loading
Loading