Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
20 commits
Select commit Hold shift + click to select a range
0bc3966
chore(sync): carry beta back into development
github-actions[bot] Aug 30, 2026
861ffc1
Merge pull request #851 from ConductionNL/sync/beta-to-development-20…
rubenvdlinde Aug 30, 2026
3806119
chore(release): 0.1.148-unstable.20260830155811 (#843)
github-actions[bot] Aug 30, 2026
183e663
chore(dependabot): hold back the four majors that cannot be adopted (…
rubenvdlinde Aug 30, 2026
2904dd8
Merge pull request #852 from ConductionNL/development
rubenvdlinde Aug 30, 2026
14da441
chore(release): sync main back into development
github-actions[bot] Aug 30, 2026
3b157c0
chore(release): sync beta back into development
github-actions[bot] Aug 30, 2026
c56245b
chore(sync): carry main back into beta
github-actions[bot] Aug 30, 2026
df91eef
Merge pull request #861 from ConductionNL/sync/main-to-beta-202608301…
rubenvdlinde Aug 30, 2026
5c810c9
chore(sync): carry beta back into development
github-actions[bot] Aug 30, 2026
d30f2bc
Merge pull request #862 from ConductionNL/sync/beta-to-development-20…
rubenvdlinde Aug 30, 2026
aaac78b
chore(dependabot): hold back vue-router 5 as well (#868)
rubenvdlinde Aug 30, 2026
7150283
docs(dependabot): correct the vue-router holdback to what was measure…
rubenvdlinde Aug 30, 2026
a73a498
fix(deps): resolve the peer chain so npm ci works (#874)
rubenvdlinde Aug 31, 2026
3c37482
chore(deps): take @conduction/nextcloud-vue 2.25.1 for the KPI card (…
rubenvdlinde Aug 31, 2026
7119e39
Merge pull request #860 from ConductionNL/sync/beta-to-development-0.…
rubenvdlinde Aug 31, 2026
5521cd4
Merge pull request #856 from ConductionNL/sync/main-to-development-0.…
rubenvdlinde Aug 31, 2026
5b34952
chore(deps): refresh the shared Conduction locks (#878)
rubenvdlinde Aug 31, 2026
ee6df6a
chore(deps): take @conduction/nextcloud-vue 2.27.0 (#882)
rubenvdlinde Aug 31, 2026
2313552
Merge pull request #864 from ConductionNL/development
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
36 changes: 36 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,42 @@ updates:
schedule:
interval: "weekly"
open-pull-requests-limit: 10
# HELD BACK DELIBERATELY, not out of caution. Each of these is blocked by a
# package we do not control, and dependabot cannot see that, so it proposes
# them on every run and each one takes `npm ci` or `npm run build` from
# green to red with no code change that can fix it.
#
# typescript 7: typescript-eslint hard-throws on TS >= 7 (a `versionMajor
# >= 7` guard in its dist/index.js) and every published
# version still peers `typescript: ">=4.8.4 <6.1.0"`.
# webpack-cli 7: @nextcloud/webpack-vue-config 7.0.4, the latest, peers
# `webpack-cli: ^6.0.1`.
# @babel/core 8: the same package peers `@babel/core: ^7.22.9`, and
# preset-env 8 requires core 8, so the pair moves together
# or not at all.
#
# Lift each the moment its blocker ships support. These are compatibility
# limits, not security ones: `npm audit` reports no advisory against any of
# the versions pinned here.
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"
update-types: ["version-update:semver-major"]
- dependency-name: "@babel/preset-env"
update-types: ["version-update:semver-major"]
cooldown:
default-days: 1
include:
Expand Down
2 changes: 1 addition & 1 deletion appinfo/info.xml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ Vrij en open source onder de EUPL-licentie.

**Ondersteuning:** Voor ondersteuning, neem contact op via support@conduction.nl. Voor een Service Level Agreement (SLA), neem contact op via sales@conduction.nl.
]]></description>
<version>0.1.147-unstable.20260830083652</version>
<version>0.1.148-unstable.20260830155811</version>
<licence>EUPL-1.2</licence>
<author mail="info@conduction.nl" homepage="https://www.conduction.nl/">Conduction</author>
<namespace>Stackiq</namespace>
Expand Down
2 changes: 1 addition & 1 deletion openapi.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"openapi": "3.0.3",
"info": {
"title": "stackiq",
"version": "0.1.147-unstable.20260830083652",
"version": "0.1.148-unstable.20260830155811",
"description": "Stackiq",
"license": {
"name": "agpl"
Expand Down
Loading
Loading