chore: update dependencies#45
Merged
Merged
Conversation
- 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.
rubenhensen
approved these changes
May 21, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Closes #44
Bumps
webpack5.106.2 → 5.107.0 (minor)svelte5.55.8 → 5.55.9 (patch)prettier-plugin-svelte3.5.2 → 4.0.0 (major)E4A.PostGuard0.4.0 → 0.4.1 (patch)prettier-plugin-svelte 4 — what's breaking
Per upstream changelog:
svelteBracketNewLineandsvelteStrictModeoptions — neither is set inpg-sveltekit/.prettierrc.The formatter re-flowed two checked-in files (
README.mdtable column widths and one wrap point insrc/routes/+page.svelte); both are in the same commit, andnpm run lintis green afterwards.Verification
npm install && npm run build && npm run check && npm run lint— all clean (0 errors, 0 warnings).npm install && npm run build— webpack 5.107.0 compiles clean, noexport … was not foundwarnings.dotnet restore && dotnet build— succeeds on bothnet8.0andnet10.0, 0 warnings.No test suite to run; verification is build-only.