Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion frontend/web/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@
"prettier-plugin-svelte": "^3.5.1",
"prettier-plugin-tailwindcss": "^0.8.0",
"storybook": "^10.3.5",
"svelte": "^5.53.5",
"svelte": "^5.55.7",
"svelte-check": "^4.4.6",
Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

CRITICAL: Version conflict: svelte 5.55.7 requires devalue ^5.8.1, but overrides.devalue: "5.7.1" and resolutions.devalue: "5.7.1" forcibly downgrade it. This creates an unsolvable dependency constraint — Yarn 1 will fail to install because 5.7.1 is not within ^5.8.1. Fix: update or remove the devalue override before merging.

Suggested change
"svelte-check": "^4.4.6",
"overrides": {
/* ... other overrides ... */
"devalue": "5.8.1",
/* ... */
},
"resolutions": {
/* ... other resolutions ... */
"devalue": "5.8.1",
/* ... */
},

"svelte-preprocess": "^6.0.3",
"sveltekit-superforms": "^2.27.4",
Expand Down
16 changes: 8 additions & 8 deletions frontend/web/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1485,14 +1485,14 @@ ansi-styles@^6.1.0:
resolved "https://registry.yarnpkg.com/ansi-styles/-/ansi-styles-6.2.3.tgz#c044d5dcc521a076413472597a1acb1f103c4041"
integrity sha512-4Dj6M28JB+oAH8kFkTLUo+a2jwOFkuqb3yucU0CANcRRUbxS0cP0nZYCGjcc3BNXwRIsUVmDGgzawme7zvJHvg==

aria-query@5.3.0, aria-query@^5.0.0:
aria-query@5.3.0:
version "5.3.0"
resolved "https://registry.npmjs.org/aria-query/-/aria-query-5.3.0.tgz"
integrity sha512-b0P0sZPKtyu8HkeRAfCq0IfURZK+SuwMjY1UXGBU27wpAiTwQAIlq56IbIO+ytk/JjS1fMR14ee5WBBfKi5J6A==
dependencies:
dequal "^2.0.3"

aria-query@5.3.1:
aria-query@5.3.1, aria-query@^5.0.0:
version "5.3.1"
resolved "https://registry.npmjs.org/aria-query/-/aria-query-5.3.1.tgz"
integrity sha512-Z/ZeOgVl7bcSYZ/u/rh0fOpvEpq//LZmdbkXyc7syVzjPAhfOa9ebsdTSjEBDU4vs5nC98Kfduj1uFo0qyET3g==
Expand Down Expand Up @@ -1781,7 +1781,7 @@ detect-libc@^2.0.3:
resolved "https://registry.yarnpkg.com/detect-libc/-/detect-libc-2.1.2.tgz#689c5dcdc1900ef5583a4cb9f6d7b473742074ad"
integrity sha512-Btj2BOOO83o3WyH59e8MgXsxEQVcarkUOpEYrubB0urwnN10yQ364rsiByU11nZlqWYZm05i/of7io4mzihBtQ==

devalue@5.7.1, devalue@^5.6.4:
devalue@5.7.1, devalue@^5.6.4, devalue@^5.8.1:
Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

WARNING: This lockfile entry shows devalue@5.7.1 resolving to the ^5.8.1 range — a semver violation. This is a symptom of the package.json override forcing an incompatible version. The lockfile must be regenerated after fixing the override.

version "5.7.1"
resolved "https://registry.npmjs.org/devalue/-/devalue-5.7.1.tgz"
integrity sha512-MUbZ586EgQqdRnC4yDrlod3BEdyvE4TapGYHMW2CiaW+KkkFmWEFqBUaLltEZCGi0iFXCEjRF0OjF0DV2QHjOA==
Expand Down Expand Up @@ -3102,10 +3102,10 @@ svelte2tsx@^0.7.44:
dedent-js "^1.0.1"
scule "^1.3.0"

svelte@^5.53.5:
version "5.55.5"
resolved "https://registry.npmjs.org/svelte/-/svelte-5.55.5.tgz"
integrity sha512-2uCs/LZ9us+AktdzYJM8OcxQ8qnPS1kpaO7syGT/MgO+6Qr1Ybl+TqPq+97u7PHqmmMlye5ZkoyXONy5mjjAbw==
svelte@^5.55.7:
version "5.55.7"
resolved "https://registry.yarnpkg.com/svelte/-/svelte-5.55.7.tgz#04d19e5d4e8e5b6afd7e648c30ab434bb20bfc86"
integrity sha512-ymI5ykLPwIHW839E053FQbI1G+jnRFJEw3Kv5Y4njixVWywQBx+NUFpkkKyk5LIb36Fg9DVXSYpqiGekLD0hyw==
dependencies:
"@jridgewell/remapping" "^2.3.4"
"@jridgewell/sourcemap-codec" "^1.5.0"
Expand All @@ -3116,7 +3116,7 @@ svelte@^5.53.5:
aria-query "5.3.1"
axobject-query "^4.1.0"
clsx "^2.1.1"
devalue "^5.6.4"
devalue "^5.8.1"
esm-env "^1.2.1"
esrap "^2.2.4"
is-reference "^3.0.3"
Expand Down
Loading