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
397a2a2
chore(sync): carry main back into beta
github-actions[bot] Aug 30, 2026
5082a4b
Merge pull request #1726 from ConductionNL/sync/main-to-beta-20260830…
rubenvdlinde Aug 30, 2026
c52a555
chore(sync): carry beta back into development
github-actions[bot] Aug 30, 2026
3f4a9d0
chore(release): sync beta back into development
github-actions[bot] Aug 30, 2026
bd5dd3c
Merge pull request #1728 from ConductionNL/sync/beta-to-development-2…
rubenvdlinde Aug 30, 2026
dd99194
chore(dependabot): hold back vue-router 5 as well (#1747)
rubenvdlinde Aug 30, 2026
aabea82
docs(dependabot): correct the vue-router holdback to what was measure…
rubenvdlinde Aug 30, 2026
38cd09f
fix(deps): resolve the peer chain so npm ci works (#1752)
rubenvdlinde Aug 31, 2026
8271ebc
chore(deps): take @conduction/nextcloud-vue 2.25.1 for the KPI card (…
rubenvdlinde Aug 31, 2026
297bd5b
chore(deps): bump gridstack from 12.6.0 to 13.2.0 (#1735)
dependabot[bot] Aug 31, 2026
ec6c306
chore(deps-dev): bump @types/node from 20.19.43 to 26.4.0 (#1738)
dependabot[bot] Aug 31, 2026
539fdb5
chore(deps): bump web-token/jwt-library from 3.4.10 to 4.2.1 (#1732)
dependabot[bot] Aug 31, 2026
fdccb8e
chore(deps-dev): bump jest and @types/jest (#1742)
dependabot[bot] Aug 31, 2026
8e7f4c0
chore(deps): bump @nextcloud/initial-state from 2.2.0 to 3.0.0 (#1737)
dependabot[bot] Aug 31, 2026
5d0e2c6
chore(deps): bump zod from 3.25.76 to 4.5.2 (#1736)
dependabot[bot] Aug 31, 2026
27578c9
Merge pull request #1729 from ConductionNL/sync/beta-to-development-0…
rubenvdlinde Aug 31, 2026
6c2fe0d
chore(release): 0.3.13-unstable.20260831053109 (#1763)
github-actions[bot] Aug 31, 2026
eec4101
chore(deps): refresh the shared Conduction locks (#1762)
rubenvdlinde Aug 31, 2026
26b6cca
chore(deps): take @conduction/nextcloud-vue 2.27.0 (#1765)
rubenvdlinde Aug 31, 2026
b81bef8
Merge pull request #1744 from ConductionNL/development
rubenvdlinde Aug 31, 2026
c9b4b74
chore(release): sync beta back into development
github-actions[bot] Aug 31, 2026
b80398a
Merge pull request #1768 from ConductionNL/sync/beta-to-development-0…
rubenvdlinde Aug 31, 2026
db5872e
chore(deps): take @conduction/nextcloud-vue 2.27.2 (#1770)
rubenvdlinde Aug 31, 2026
27505d1
Merge pull request #1771 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
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 @@ -23,7 +23,7 @@
- 📋 Pas bedrijfsregels toe op endpoint-verkeer en houd een audit trail per object bij

]]></description>
<version>0.3.10-unstable.20260830174941</version>
<version>0.3.13-unstable.20260831053109</version>
<licence>EUPL-1.2</licence>
<author mail="info@conduction.nl" homepage="https://www.conduction.nl/">Conduction</author>
<namespace>Integriq</namespace>
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@
"symfony/var-exporter": "^7.2.5",
"symfony/yaml": "^6.4.40",
"twig/twig": "^3.27.0",
"web-token/jwt-library": "^3.4.10"
"web-token/jwt-library": "^4.2.1"
},
"require-dev": {
"conduction/coding-standard": "^1.0",
Expand Down
Loading
Loading