Skip to content

Commit 97e8c03

Browse files
committed
chore: update dependencies and node version in admin workflow
Upgrade Node.js version in GitHub Actions workflow from 22.x to 24.x to stay current with LTS versions, ensuring compatibility and performance improvements. Update various package dependencies to their latest versions for bug fixes and new features. Also, increment package versions to reflect these updates throughout the project. Include changes to `package-lock.json` and `CHANGELOG.md` to document the recent updates and improvements.
1 parent 22b8a12 commit 97e8c03

7 files changed

Lines changed: 79 additions & 71 deletions

File tree

.github/workflows/admin.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414

1515
strategy:
1616
matrix:
17-
node-version: [22.x]
17+
node-version: [24.x]
1818

1919
steps:
2020
- uses: actions/checkout@v4

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,14 @@
22

33
This file documents any relevant changes.
44

5+
## [4.14.8] 2026-07-29
6+
- feat: `OrderEditor` now supports order notes and discounts.
7+
- feat: The export component now offers filter functionality.
8+
- fix: Empty or null fields in a format string no longer fall back to the placeholder text.
9+
- fix: Search now resets on context switch and on unmount, and results are sorted by their rendered values.
10+
- fix: Added a null check for `ensureKeys`.
11+
- perf: The default `textBone` (CKEditor) is now lazy-loaded.
12+
513
## [4.14.7] 2026-06-29
614
- fix: missing format-number import
715

admin/package-lock.json

Lines changed: 59 additions & 59 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

admin/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "admin",
3-
"version": "4.14.7",
3+
"version": "4.14.8",
44
"private": true,
55
"type": "module",
66
"description": "A ViUR Admin Interface",
@@ -13,8 +13,8 @@
1313
"dependencies": {
1414
"@ckeditor/ckeditor5-vue": "^7.3.0",
1515
"@viur/shoelace": "^1.0.12-v2.20.1",
16-
"@viur/vue-components": "^2.6.12",
17-
"@viur/vue-utils": "^3.3.9",
16+
"@viur/vue-components": "^2.6.14",
17+
"@viur/vue-utils": "^3.3.10",
1818
"ckeditor5": "^45.2.0",
1919
"pinia": "^2.3.0",
2020
"pinia-plugin-persistedstate": "~4.2.0",

package-lock.json

Lines changed: 6 additions & 6 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)