From 5891284a920a98666afe8c1a28418361242fce79 Mon Sep 17 00:00:00 2001 From: Pujit Mehrotra Date: Fri, 27 Jun 2025 09:57:14 -0400 Subject: [PATCH 1/2] chore: update sonner package --- .../modifications/default-page-layout.modification.ts | 2 +- pnpm-lock.yaml | 10 +++++----- unraid-ui/package.json | 2 +- 3 files changed, 7 insertions(+), 7 deletions(-) diff --git a/api/src/unraid-api/unraid-file-modifier/modifications/default-page-layout.modification.ts b/api/src/unraid-api/unraid-file-modifier/modifications/default-page-layout.modification.ts index 9a5b109fd5..ba3e1e58db 100644 --- a/api/src/unraid-api/unraid-file-modifier/modifications/default-page-layout.modification.ts +++ b/api/src/unraid-api/unraid-file-modifier/modifications/default-page-layout.modification.ts @@ -10,7 +10,7 @@ export default class DefaultPageLayoutModification extends FileModification { public readonly filePath: string = '/usr/local/emhttp/plugins/dynamix/include/DefaultPageLayout.php'; private addToaster(source: string): string { - if (source.includes('unraid-toaster')) { + if (source.includes('uui-toaster')) { return source; } const insertion = ``; diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index cc24394d9e..d1bc8195ef 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -839,8 +839,8 @@ importers: specifier: ^2.6.0 version: 2.6.0 vue-sonner: - specifier: ^2.0.0 - version: 2.0.0 + specifier: ^2.0.1 + version: 2.0.1 devDependencies: '@ianvs/prettier-plugin-sort-imports': specifier: ^4.4.1 @@ -13116,8 +13116,8 @@ packages: peerDependencies: vue: ^3.2.0 - vue-sonner@2.0.0: - resolution: {integrity: sha512-nvlqGGWvxEv9UnKcZxsGdKpHrODEdv3CXAJF3er+1pLC03caJt2+v9HuWtRqlBQwUr1SFttsYuwVbpbEl05n4A==} + vue-sonner@2.0.1: + resolution: {integrity: sha512-sn4vjCRzRcnMaxaLa9aNSyZQi6S+gshiea5Lc3eqpkj0ES9LH8ljg+WJCkxefr28V4PZ9xkUXBIWpxGfQxstIg==} vue-template-compiler@2.7.16: resolution: {integrity: sha512-AYbUWAJHLGGQM7+cNTELw+KsOG9nl2CnSv467WobS5Cv9uk3wFcnr1Etsz2sEIHEZvw1U+o9mRlEO6QbZvUPGQ==} @@ -27305,7 +27305,7 @@ snapshots: '@vue/devtools-api': 6.6.4 vue: 3.5.17(typescript@5.8.3) - vue-sonner@2.0.0: {} + vue-sonner@2.0.1: {} vue-template-compiler@2.7.16: dependencies: diff --git a/unraid-ui/package.json b/unraid-ui/package.json index d782a163e3..fbafe797a6 100644 --- a/unraid-ui/package.json +++ b/unraid-ui/package.json @@ -61,7 +61,7 @@ "marked": "^15.0.0", "reka-ui": "^2.1.1", "tailwind-merge": "^2.6.0", - "vue-sonner": "^2.0.0" + "vue-sonner": "^2.0.1" }, "devDependencies": { "@ianvs/prettier-plugin-sort-imports": "^4.4.1", From 4569323b66ecdd76e21fc05c84ed1f23af80b40e Mon Sep 17 00:00:00 2001 From: Pujit Mehrotra Date: Fri, 27 Jun 2025 10:21:00 -0400 Subject: [PATCH 2/2] Revert "fix(deps): update dependency vue-sonner to v2 (#1401)" This reverts commit 53ca41404f13c057c340dcf9010af72c3365e499. --- pnpm-lock.yaml | 11 +++++------ unraid-ui/package.json | 2 +- 2 files changed, 6 insertions(+), 7 deletions(-) diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index d1bc8195ef..056b09d011 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -839,8 +839,8 @@ importers: specifier: ^2.6.0 version: 2.6.0 vue-sonner: - specifier: ^2.0.1 - version: 2.0.1 + specifier: ^1.3.0 + version: 1.3.0 devDependencies: '@ianvs/prettier-plugin-sort-imports': specifier: ^4.4.1 @@ -11107,7 +11107,6 @@ packages: engines: {node: '>=0.6.0', teleport: '>=0.2.0'} deprecated: |- You or someone you depend on is using Q, the JavaScript Promise library that gave JavaScript developers strong feelings about promises. They can almost certainly migrate to the native JavaScript promise now. Thank you literally everyone for joining me in this bet against the odds. Be excellent to each other. - (For a CapTP with native promises, see @endo/eventual-send and @endo/captp) qs@6.13.0: @@ -13116,8 +13115,8 @@ packages: peerDependencies: vue: ^3.2.0 - vue-sonner@2.0.1: - resolution: {integrity: sha512-sn4vjCRzRcnMaxaLa9aNSyZQi6S+gshiea5Lc3eqpkj0ES9LH8ljg+WJCkxefr28V4PZ9xkUXBIWpxGfQxstIg==} + vue-sonner@1.3.0: + resolution: {integrity: sha512-jAodBy4Mri8rQjVZGQAPs4ZYymc1ywPiwfa81qU0fFl+Suk7U8NaOxIDdI1oBGLeQJqRZi/oxNIuhCLqsBmOwg==} vue-template-compiler@2.7.16: resolution: {integrity: sha512-AYbUWAJHLGGQM7+cNTELw+KsOG9nl2CnSv467WobS5Cv9uk3wFcnr1Etsz2sEIHEZvw1U+o9mRlEO6QbZvUPGQ==} @@ -27305,7 +27304,7 @@ snapshots: '@vue/devtools-api': 6.6.4 vue: 3.5.17(typescript@5.8.3) - vue-sonner@2.0.1: {} + vue-sonner@1.3.0: {} vue-template-compiler@2.7.16: dependencies: diff --git a/unraid-ui/package.json b/unraid-ui/package.json index fbafe797a6..2f18de9a0e 100644 --- a/unraid-ui/package.json +++ b/unraid-ui/package.json @@ -61,7 +61,7 @@ "marked": "^15.0.0", "reka-ui": "^2.1.1", "tailwind-merge": "^2.6.0", - "vue-sonner": "^2.0.1" + "vue-sonner": "^1.3.0" }, "devDependencies": { "@ianvs/prettier-plugin-sort-imports": "^4.4.1",