Skip to content

Commit 35881a4

Browse files
chore: update dependencies (#45)
- pg-manual: webpack 5.106.2 -> 5.107.0 - pg-sveltekit: svelte 5.55.8 -> 5.55.9 - pg-sveltekit: prettier-plugin-svelte 3.5.2 -> 4.0.0 - pg-dotnet: E4A.PostGuard 0.4.0 -> 0.4.1 prettier-plugin-svelte 4 drops Svelte <5 and the unused svelteBracketNewLine / svelteStrictMode options. Requires Node >= 20 (workspace and devs are on 22). Formatter re-flowed pg-sveltekit/README.md (table column widths) and src/routes/+page.svelte (one wrap point); re-ran `npm run lint` clean after. Co-authored-by: dobby-yivi-agent[bot] <275734547+dobby-yivi-agent[bot]@users.noreply.github.com>
1 parent 075eeb1 commit 35881a4

7 files changed

Lines changed: 44 additions & 92 deletions

File tree

pg-dotnet/PostGuard.Example.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
</PropertyGroup>
1010

1111
<ItemGroup>
12-
<PackageReference Include="E4A.PostGuard" Version="0.4.0" />
12+
<PackageReference Include="E4A.PostGuard" Version="0.4.1" />
1313
<PackageReference Include="Microsoft.Extensions.Configuration" Version="10.0.8" />
1414
<PackageReference Include="Microsoft.Extensions.Configuration.EnvironmentVariables" Version="10.0.8" />
1515
<PackageReference Include="Microsoft.Extensions.Configuration.UserSecrets" Version="10.0.8" />

pg-manual/package-lock.json

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

pg-manual/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
"style-loader": "^4.0.0",
2121
"url": "^0.11.4",
2222
"web-streams-polyfill": "^4.3.0",
23-
"webpack": "^5.106.2",
23+
"webpack": "^5.107.0",
2424
"webpack-cli": "^7.0.2",
2525
"webpack-dev-server": "^5.2.4"
2626
},

pg-sveltekit/README.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -31,12 +31,12 @@ A single-page app with two delivery modes:
3131

3232
Available variables (see `.env.example`):
3333

34-
| Variable | Description | Default |
35-
| ---------------------- | ------------------------------------------ | ----------------------------------------------------------------------------- |
36-
| `PUBLIC_PKG_URL` | PostGuard PKG server URL | `https://pkg.staging.postguard.eu` |
37-
| `PUBLIC_CRYPTIFY_URL` | Cryptify file-sharing URL | `https://storage.staging.postguard.eu` |
38-
| `PUBLIC_DOWNLOAD_URL` | PostGuard website used in `/download` URLs | `https://staging.postguard.eu` on staging Cryptify, else `https://postguard.eu` |
39-
| `PUBLIC_APP_NAME` | App display name | `PostGuard for Business Example` |
34+
| Variable | Description | Default |
35+
| --------------------- | ------------------------------------------ | ------------------------------------------------------------------------------- |
36+
| `PUBLIC_PKG_URL` | PostGuard PKG server URL | `https://pkg.staging.postguard.eu` |
37+
| `PUBLIC_CRYPTIFY_URL` | Cryptify file-sharing URL | `https://storage.staging.postguard.eu` |
38+
| `PUBLIC_DOWNLOAD_URL` | PostGuard website used in `/download` URLs | `https://staging.postguard.eu` on staging Cryptify, else `https://postguard.eu` |
39+
| `PUBLIC_APP_NAME` | App display name | `PostGuard for Business Example` |
4040

4141
## Run
4242

pg-sveltekit/package-lock.json

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

pg-sveltekit/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,8 +25,8 @@
2525
"eslint-plugin-svelte": "^3.17.1",
2626
"globals": "^17.6.0",
2727
"prettier": "^3.8.3",
28-
"prettier-plugin-svelte": "^3.5.2",
29-
"svelte": "^5.55.8",
28+
"prettier-plugin-svelte": "^4.0.0",
29+
"svelte": "^5.55.9",
3030
"svelte-check": "^4.4.8",
3131
"typescript": "^6.0.3",
3232
"typescript-eslint": "^8.59.4",

pg-sveltekit/src/routes/+page.svelte

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -133,8 +133,8 @@
133133
{#if IS_CRYPTIFY_STAGING}
134134
<div class="info-box">
135135
<p>
136-
Open this link yourself to verify the decrypt flow end-to-end (the recipient won't get it
137-
via email on staging):
136+
Open this link yourself to verify the decrypt flow end-to-end (the recipient won't get
137+
it via email on staging):
138138
</p>
139139
<code class="download-url">{DOWNLOAD_URL}/download?uuid={resultUuid}</code>
140140
</div>

0 commit comments

Comments
 (0)