Skip to content

Commit b4e97ea

Browse files
authored
Dependencies: Updates all npm dependencies for Client, Login, and UmbracoExtension (#20386)
* build(deps): bump backoffice dependencies * revert types * build(deps): updates @hey-api/openapi-ts to 0.85.0 and regenerates files on client and template * build(deps): updates all icons + regenerate * build(deps): bumps all login dependencies + regenerate api * chore: runs eslint --fix * chore: runs prettier fix on files * chore: fixes imports
1 parent d400ba5 commit b4e97ea

File tree

78 files changed

+2279
-1668
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

78 files changed

+2279
-1668
lines changed

src/Umbraco.Web.UI.Client/package-lock.json

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

src/Umbraco.Web.UI.Client/package.json

Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -217,10 +217,10 @@
217217
"element-internals-polyfill": "^3.0.2"
218218
},
219219
"devDependencies": {
220-
"@babel/core": "^7.28.0",
221-
"@eslint/js": "^9.33.0",
220+
"@babel/core": "^7.28.4",
221+
"@eslint/js": "^9.37.0",
222222
"@open-wc/testing": "^4.0.0",
223-
"@playwright/test": "^1.54.2",
223+
"@playwright/test": "^1.55.1",
224224
"@storybook/addon-a11y": "9.0.14",
225225
"@storybook/addon-docs": "9.0.14",
226226
"@storybook/addon-links": "9.0.14",
@@ -233,18 +233,18 @@
233233
"@web/test-runner": "^0.20.2",
234234
"@web/test-runner-playwright": "^0.11.1",
235235
"babel-loader": "^10.0.0",
236-
"cross-env": "7.0.3",
237-
"cssnano": "^7.1.0",
238-
"eslint": "^9.33.0",
236+
"cross-env": "10.1.0",
237+
"cssnano": "^7.1.1",
238+
"eslint": "^9.37.0",
239239
"eslint-config-prettier": "^10.1.8",
240240
"eslint-plugin-import": "^2.32.0",
241-
"eslint-plugin-jsdoc": "^50.8.0",
241+
"eslint-plugin-jsdoc": "^60.8.2",
242242
"eslint-plugin-lit": "^2.1.1",
243243
"eslint-plugin-local-rules": "^3.0.2",
244244
"eslint-plugin-prettier": "^5.5.4",
245245
"eslint-plugin-storybook": "9.0.14",
246-
"eslint-plugin-wc": "^2.2.1",
247-
"globals": "^16.3.0",
246+
"eslint-plugin-wc": "^3.0.2",
247+
"globals": "^16.4.0",
248248
"madge": "^8.0.0",
249249
"msw": "^1.3.5",
250250
"playwright-msw": "^3.0.1",
@@ -255,12 +255,12 @@
255255
"storybook": "9.0.14",
256256
"tiny-glob": "^0.2.9",
257257
"tsc-alias": "^1.8.16",
258-
"typedoc": "^0.28.10",
259-
"typescript": "5.9.2",
260-
"typescript-eslint": "^8.39.1",
258+
"typedoc": "^0.28.13",
259+
"typescript": "5.9.3",
260+
"typescript-eslint": "^8.45.0",
261261
"typescript-json-schema": "^0.65.1",
262-
"vite": "^7.1.5",
263-
"vite-plugin-static-copy": "^3.1.2",
262+
"vite": "^7.1.9",
263+
"vite-plugin-static-copy": "^3.1.3",
264264
"vite-tsconfig-paths": "^5.1.4",
265265
"web-component-analyzer": "^2.0.0"
266266
},

src/Umbraco.Web.UI.Client/src/assets/lang/da.ts

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2472,8 +2472,7 @@ export default {
24722472
confirmDeleteBlockTypeNotice:
24732473
'Indholdet vil stadigt eksistere, men redigering af dette indhold vil ikke\n være muligt. Indholdet vil blive vist som ikke understøttet indhold.\n ',
24742474
confirmDeleteBlockGroupTitle: 'Slet gruppe?',
2475-
confirmDeleteBlockGroupMessage:
2476-
'Er du sikker på at du vil slette gruppen <strong>%0%</strong>?',
2475+
confirmDeleteBlockGroupMessage: 'Er du sikker på at du vil slette gruppen <strong>%0%</strong>?',
24772476
confirmDeleteBlockGroupNotice:
24782477
'Indholdet af gruppens blokke vil stadigt eksistere, men redigering af dette indhold vil ikke\n være muligt. Indholdet vil blive vist som ikke understøttet indhold.\n ',
24792478
blockConfigurationOverlayTitle: "Konfiguration af '%0%'",

src/Umbraco.Web.UI.Client/src/assets/lang/en.ts

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2605,8 +2605,7 @@ export default {
26052605
confirmDeleteBlockTypeNotice:
26062606
'The content of this block will still be present, editing of this content will no longer be available and will be shown as unsupported content.',
26072607
confirmDeleteBlockGroupTitle: 'Delete group?',
2608-
confirmDeleteBlockGroupMessage:
2609-
'Are you sure you want to delete group <strong>%0%</strong>?',
2608+
confirmDeleteBlockGroupMessage: 'Are you sure you want to delete group <strong>%0%</strong>?',
26102609
confirmDeleteBlockGroupNotice:
26112610
'The content of these Blocks will still be present, editing of this content will no longer be available and will be shown as unsupported content.',
26122611
blockConfigurationOverlayTitle: "Configuration of '%0%'",

src/Umbraco.Web.UI.Client/src/external/dompurify/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,6 @@
66
"build": "vite build"
77
},
88
"dependencies": {
9-
"dompurify": "^3.2.5"
9+
"dompurify": "^3.2.7"
1010
}
1111
}

src/Umbraco.Web.UI.Client/src/external/lit/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,6 @@
66
"build": "vite build"
77
},
88
"dependencies": {
9-
"lit": "^3.3.0"
9+
"lit": "^3.3.1"
1010
}
1111
}

src/Umbraco.Web.UI.Client/src/external/marked/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,6 @@
66
"build": "vite build"
77
},
88
"dependencies": {
9-
"marked": "^15.0.9"
9+
"marked": "^16.3.0"
1010
}
1111
}

src/Umbraco.Web.UI.Client/src/external/monaco-editor/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,6 @@
66
"build": "vite build"
77
},
88
"dependencies": {
9-
"monaco-editor": "^0.52.2"
9+
"monaco-editor": "^0.54.0"
1010
}
1111
}

src/Umbraco.Web.UI.Client/src/external/monaco-editor/vite.config.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ const distAssets = '../../../dist-cms';
99
rmSync(dist, { recursive: true, force: true });
1010

1111
// copy fonts
12-
cpSync('../../../node_modules/monaco-editor/min/vs/base/browser/ui/codicons', `${distAssets}/assets/fonts`, {
12+
cpSync('../../../node_modules/monaco-editor/esm/vs/base/browser/ui/codicons', `${distAssets}/assets/fonts`, {
1313
recursive: true,
1414
});
1515

src/Umbraco.Web.UI.Client/src/packages/block/block-grid/property-editors/block-grid-area-type-permission/block-grid-area-type-permission.element.ts

Lines changed: 11 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,11 @@ export class UmbPropertyEditorUIBlockGridAreaTypePermissionElement
3333
private _blockTypes?: Array<UmbBlockTypeWithGroupKey>;
3434

3535
@state()
36-
private _blockTypesWithElementName: Array<{ type: UmbBlockTypeWithGroupKey; name: string; icon: string | null | undefined }> = [];
36+
private _blockTypesWithElementName: Array<{
37+
type: UmbBlockTypeWithGroupKey;
38+
name: string;
39+
icon: string | null | undefined;
40+
}> = [];
3741

3842
@state()
3943
private _blockGroups: Array<UmbBlockGridTypeGroupType> = [];
@@ -55,7 +59,11 @@ export class UmbPropertyEditorUIBlockGridAreaTypePermissionElement
5559
}
5660
return undefined;
5761
})
58-
.filter((x) => x !== undefined) as Array<{ type: UmbBlockTypeWithGroupKey; name: string; icon: string | null | undefined }>;
62+
.filter((x) => x !== undefined) as Array<{
63+
type: UmbBlockTypeWithGroupKey;
64+
name: string;
65+
icon: string | null | undefined;
66+
}>;
5967
});
6068

6169
this.consumeContext(UMB_DATA_TYPE_WORKSPACE_CONTEXT, async (context) => {
@@ -193,9 +201,7 @@ export class UmbPropertyEditorUIBlockGridAreaTypePermissionElement
193201
this._blockGroups,
194202
(group) => group.key,
195203
(group) =>
196-
html`<uui-combobox-list-option
197-
.value=${group.key}
198-
?selected=${area.groupKey === group.key}>
204+
html`<uui-combobox-list-option .value=${group.key} ?selected=${area.groupKey === group.key}>
199205
<umb-icon name="icon-folder"></umb-icon>
200206
${group.name}
201207
</uui-combobox-list-option>`,

0 commit comments

Comments
 (0)