Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
30 commits
Select commit Hold shift + click to select a range
b256667
chore(release): sync beta back into development
github-actions[bot] Aug 30, 2026
0c1cd39
chore(sync): carry beta back into development
github-actions[bot] Aug 30, 2026
0d0f3e1
Merge pull request #1582 from ConductionNL/sync/beta-to-development-2…
rubenvdlinde Aug 30, 2026
b88a788
chore(release): sync main back into development
github-actions[bot] Aug 30, 2026
27dfe13
build(deps-dev): bump @vue/compiler-sfc from 3.5.41 to 3.5.42 (#1578)
dependabot[bot] Aug 30, 2026
b482334
build(deps): bump vue from 3.5.41 to 3.5.42 (#1577)
dependabot[bot] Aug 30, 2026
55e4887
build(deps-dev): bump webpack from 5.109.2 to 5.110.1 (#1575)
dependabot[bot] Aug 30, 2026
9c431ac
build(deps-dev): bump css-loader from 7.1.4 to 7.1.5 (#1574)
dependabot[bot] Aug 30, 2026
fea86fc
build(deps): bump @nextcloud/vue from 9.9.0 to 9.11.0 (#1572)
dependabot[bot] Aug 30, 2026
1d6aa3a
build(deps): bump node-polyfill-webpack-plugin from 4.0.0 to 4.1.0 (#…
dependabot[bot] Aug 30, 2026
4b6ba7c
chore(dependabot): hold back vue-router 5 as well (#1587)
rubenvdlinde Aug 30, 2026
a6c00fb
docs(dependabot): correct the vue-router holdback to what was measure…
rubenvdlinde Aug 30, 2026
56616b3
chore(sync): carry main back into beta
github-actions[bot] Aug 30, 2026
4df61b4
Merge pull request #1590 from ConductionNL/sync/main-to-beta-20260830…
rubenvdlinde Aug 30, 2026
1ca552b
chore(sync): carry beta back into development
github-actions[bot] Aug 30, 2026
7a7d04d
Merge pull request #1591 from ConductionNL/sync/beta-to-development-2…
rubenvdlinde Aug 30, 2026
232894a
chore(deps): take @conduction/nextcloud-vue 2.25.1 for the KPI card (…
rubenvdlinde Aug 31, 2026
33c4e15
fix(format): prettier on tests/vitest/pipelineScope.spec.js (#1597)
rubenvdlinde Aug 31, 2026
67b0f74
fix(l10n): the four pipeline-scope schema descriptions (#1599)
rubenvdlinde Aug 31, 2026
7d6c327
fix(phpmd): split linkReferences(); it sat exactly on the threshold (…
rubenvdlinde Aug 31, 2026
89187bd
fix(schema): pipeline never imports; a union type drops the whole sch…
rubenvdlinde Aug 31, 2026
32fd136
fix(deps): resolve the peer chain so npm ci works (#1598)
rubenvdlinde Aug 31, 2026
759cd8b
Merge pull request #1584 from ConductionNL/sync/main-to-development-0…
rubenvdlinde Aug 31, 2026
518ac4a
Merge pull request #1580 from ConductionNL/sync/beta-to-development-0…
rubenvdlinde Aug 31, 2026
ac7ecee
chore(release): 0.4.11-unstable.20260831024541 (#1607)
github-actions[bot] Aug 31, 2026
c5f6eb4
chore(deps): take @conduction/nextcloud-vue 2.27.0 (#1611)
rubenvdlinde Aug 31, 2026
10f22be
test(leads): pin the pipeline select end to end (#1610)
rubenvdlinde Aug 31, 2026
b38bc0d
chore(ci): drop the two legacy release workflows the fleet retired (#…
rubenvdlinde Aug 31, 2026
9dfe6bb
chore(lint): work the warning backlog from 362 to 15, and fix an XSS …
rubenvdlinde Aug 31, 2026
5a3133a
Merge pull request #1585 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
293 changes: 0 additions & 293 deletions .github/workflows/beta-release.yaml

This file was deleted.

Loading
Loading