mirror of
https://github.com/maxdorninger/MediaManager.git
synced 2026-04-17 15:43:28 +02:00
Bump sveltekit-superforms from 2.28.1 to 2.29.1 in /web (#442)
Bumps [sveltekit-superforms](https://github.com/ciscoheat/sveltekit-superforms) from 2.28.1 to 2.29.1. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/ciscoheat/sveltekit-superforms/releases">sveltekit-superforms's releases</a>.</em></p> <blockquote> <h2>v2.29.1</h2> <h3>Fixed</h3> <ul> <li>Fixed TypeScript type inference for discriminated unions in <code>ValidationErrors</code>. <a href="https://redirect.github.com/ciscoheat/sveltekit-superforms/issues/653">#653</a></li> <li>Fixed FormData parsing for discriminated unions, so they work properly without requiring <code>dataType: 'json'</code>. <a href="https://redirect.github.com/ciscoheat/sveltekit-superforms/issues/655">#655</a></li> <li><code>reset()</code> function didn't preserve tainted state for fields that are not being reset when using partial data. <a href="https://redirect.github.com/ciscoheat/sveltekit-superforms/issues/656">#656</a></li> <li>Fixed FormData parsing incorrectly coercing empty strings to literal values (e.g., <code>z.literal("bar")</code>). Empty strings now properly fail validation instead of being replaced with the literal value. <a href="https://redirect.github.com/ciscoheat/sveltekit-superforms/issues/664">#664</a></li> <li>Fixed <code>ReferenceError</code> when using <code>customValidity</code> with <code>validateForm({ update: true })</code>. <a href="https://redirect.github.com/ciscoheat/sveltekit-superforms/issues/669">#669</a></li> </ul> <h3>Changed</h3> <ul> <li>Replaced deprecated <code>@finom/zod-to-json-schema</code> with <code>zod-v3-to-json-schema</code>. <a href="https://redirect.github.com/ciscoheat/sveltekit-superforms/pull/660">#660</a></li> <li>Migrated Valibot adapter to use the official <code>@valibot/to-json-schema</code> package. <a href="https://redirect.github.com/ciscoheat/sveltekit-superforms/pull/668">#668</a></li> </ul> </blockquote> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/ciscoheat/sveltekit-superforms/blob/main/CHANGELOG.md">sveltekit-superforms's changelog</a>.</em></p> <blockquote> <h2>[2.29.1] - 2025-12-16</h2> <h3>Fixed</h3> <ul> <li>Fixed TypeScript type inference for discriminated unions in <code>ValidationErrors</code>. <a href="https://redirect.github.com/ciscoheat/sveltekit-superforms/issues/653">#653</a></li> <li>Fixed FormData parsing for discriminated unions, so they work properly without requiring <code>dataType: 'json'</code>. <a href="https://redirect.github.com/ciscoheat/sveltekit-superforms/issues/655">#655</a></li> <li><code>reset()</code> function didn't preserve tainted state for fields that are not being reset when using partial data. <a href="https://redirect.github.com/ciscoheat/sveltekit-superforms/issues/656">#656</a></li> <li>Fixed FormData parsing incorrectly coercing empty strings to literal values (e.g., <code>z.literal("bar")</code>). Empty strings now properly fail validation instead of being replaced with the literal value. <a href="https://redirect.github.com/ciscoheat/sveltekit-superforms/issues/664">#664</a></li> <li>Fixed <code>ReferenceError</code> when using <code>customValidity</code> with <code>validateForm({ update: true })</code>. <a href="https://redirect.github.com/ciscoheat/sveltekit-superforms/issues/669">#669</a></li> </ul> <h3>Changed</h3> <ul> <li>Replaced deprecated <code>@finom/zod-to-json-schema</code> with <code>zod-v3-to-json-schema</code>. <a href="https://redirect.github.com/ciscoheat/sveltekit-superforms/pull/660">#660</a></li> <li>Migrated Valibot adapter to use the official <code>@valibot/to-json-schema</code> package. <a href="https://redirect.github.com/ciscoheat/sveltekit-superforms/pull/668">#668</a></li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="22319df44e"><code>22319df</code></a> 2.29.1 changelog</li> <li><a href="c1b44308a8"><code>c1b4430</code></a> 2.29.1</li> <li><a href="9408124dc9"><code>9408124</code></a> Incorrect dependency fix</li> <li><a href="887aeb6238"><code>887aeb6</code></a> 2.29.0</li> <li><a href="ce701fb6fc"><code>ce701fb</code></a> 2.29.0 changelog</li> <li><a href="58b41b1e84"><code>58b41b1</code></a> Linter</li> <li><a href="fbbdb90ae7"><code>fbbdb90</code></a> Fixed build warning</li> <li><a href="44a40c6b13"><code>44a40c6</code></a> Fixed SvelteKit reference warnings</li> <li><a href="12bb4d5c32"><code>12bb4d5</code></a> Using pnpm 10 for build</li> <li><a href="f7c87d8898"><code>f7c87d8</code></a> Package updates</li> <li>Additional commits viewable in <a href="https://github.com/ciscoheat/sveltekit-superforms/compare/v2.28.1...v2.29.1">compare view</a></li> </ul> </details> <br /> [](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`. [//]: # (dependabot-automerge-start) [//]: # (dependabot-automerge-end) --- <details> <summary>Dependabot commands and options</summary> <br /> You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot show <dependency name> ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) </details> Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
162
web/package-lock.json
generated
162
web/package-lock.json
generated
@@ -55,7 +55,7 @@
|
||||
"svelte": "^5.51.0",
|
||||
"svelte-check": "^4.3.1",
|
||||
"svelte-sonner": "^1.0.7",
|
||||
"sveltekit-superforms": "^2.27.1",
|
||||
"sveltekit-superforms": "^2.29.1",
|
||||
"tailwind-merge": "^3.3.1",
|
||||
"tailwind-variants": "^0.2.1",
|
||||
"tailwindcss": "^4.1.11",
|
||||
@@ -760,18 +760,6 @@
|
||||
"dev": true,
|
||||
"license": "MIT"
|
||||
},
|
||||
"node_modules/@finom/zod-to-json-schema": {
|
||||
"version": "3.24.12",
|
||||
"resolved": "https://registry.npmjs.org/@finom/zod-to-json-schema/-/zod-to-json-schema-3.24.12.tgz",
|
||||
"integrity": "sha512-mf8CyoW+dFvsvROvHIXznrYWdmlxvBJGIeQpGJaD9iBn23kSSPiC7H0YIqgziMZJDFIzL4VEFCwpcUSHmoeNVw==",
|
||||
"deprecated": "Use https://www.npmjs.com/package/zod-v3-to-json-schema instead. See issue comment for details: https://github.com/StefanTerdell/zod-to-json-schema/issues/178#issuecomment-3533122539",
|
||||
"dev": true,
|
||||
"license": "ISC",
|
||||
"optional": true,
|
||||
"peerDependencies": {
|
||||
"zod": "^3.25 || ^4.0.14"
|
||||
}
|
||||
},
|
||||
"node_modules/@floating-ui/core": {
|
||||
"version": "1.7.3",
|
||||
"resolved": "https://registry.npmjs.org/@floating-ui/core/-/core-1.7.3.tgz",
|
||||
@@ -810,23 +798,6 @@
|
||||
"url": "https://github.com/sponsors/ayuhito"
|
||||
}
|
||||
},
|
||||
"node_modules/@gcornut/valibot-json-schema": {
|
||||
"version": "0.42.0",
|
||||
"resolved": "https://registry.npmjs.org/@gcornut/valibot-json-schema/-/valibot-json-schema-0.42.0.tgz",
|
||||
"integrity": "sha512-4Et4AN6wmqeA0PfU5Clkv/IS27wiefsWf6TemAZrb75uzkClYEFavim7SboeKwbll9Nbsn2Iv0LT/HS5H7orZg==",
|
||||
"dev": true,
|
||||
"optional": true,
|
||||
"dependencies": {
|
||||
"valibot": "~0.42.0"
|
||||
},
|
||||
"bin": {
|
||||
"valibot-json-schema": "bin/index.js"
|
||||
},
|
||||
"optionalDependencies": {
|
||||
"@types/json-schema": ">= 7.0.14",
|
||||
"esbuild-runner": ">= 2.2.2"
|
||||
}
|
||||
},
|
||||
"node_modules/@hapi/hoek": {
|
||||
"version": "9.3.0",
|
||||
"resolved": "https://registry.npmjs.org/@hapi/hoek/-/hoek-9.3.0.tgz",
|
||||
@@ -2896,9 +2867,9 @@
|
||||
}
|
||||
},
|
||||
"node_modules/arkregex": {
|
||||
"version": "0.0.4",
|
||||
"resolved": "https://registry.npmjs.org/arkregex/-/arkregex-0.0.4.tgz",
|
||||
"integrity": "sha512-biS/FkvSwQq59TZ453piUp8bxMui11pgOMV9WHAnli1F8o0ayNCZzUwQadL/bGIUic5TkS/QlPcyMuI8ZIwedQ==",
|
||||
"version": "0.0.5",
|
||||
"resolved": "https://registry.npmjs.org/arkregex/-/arkregex-0.0.5.tgz",
|
||||
"integrity": "sha512-ncYjBdLlh5/QnVsAA8De16Tc9EqmYM7y/WU9j+236KcyYNUXogpz3sC4ATIZYzzLxwI+0sEOaQLEmLmRleaEXw==",
|
||||
"dev": true,
|
||||
"license": "MIT",
|
||||
"dependencies": {
|
||||
@@ -2906,15 +2877,15 @@
|
||||
}
|
||||
},
|
||||
"node_modules/arktype": {
|
||||
"version": "2.1.28",
|
||||
"resolved": "https://registry.npmjs.org/arktype/-/arktype-2.1.28.tgz",
|
||||
"integrity": "sha512-LVZqXl2zWRpNFnbITrtFmqeqNkPPo+KemuzbGSY6jvJwCb4v8NsDzrWOLHnQgWl26TkJeWWcUNUeBpq2Mst1/Q==",
|
||||
"version": "2.1.29",
|
||||
"resolved": "https://registry.npmjs.org/arktype/-/arktype-2.1.29.tgz",
|
||||
"integrity": "sha512-jyfKk4xIOzvYNayqnD8ZJQqOwcrTOUbIU4293yrzAjA3O1dWh61j71ArMQ6tS/u4pD7vabSPe7nG3RCyoXW6RQ==",
|
||||
"dev": true,
|
||||
"license": "MIT",
|
||||
"dependencies": {
|
||||
"@ark/schema": "0.56.0",
|
||||
"@ark/util": "0.56.0",
|
||||
"arkregex": "0.0.4"
|
||||
"arkregex": "0.0.5"
|
||||
}
|
||||
},
|
||||
"node_modules/autoprefixer": {
|
||||
@@ -3053,14 +3024,6 @@
|
||||
"node": "^6 || ^7 || ^8 || ^9 || ^10 || ^11 || ^12 || >=13.7"
|
||||
}
|
||||
},
|
||||
"node_modules/buffer-from": {
|
||||
"version": "1.1.2",
|
||||
"resolved": "https://registry.npmjs.org/buffer-from/-/buffer-from-1.1.2.tgz",
|
||||
"integrity": "sha512-E+XQCRwSbaaiChtv6k6Dwgc+bx+Bs6vuKJHHl5kox/BaKbhiXzqQOwK4cO22yElGp2OCmjwVhT3HmxgyPGnJfQ==",
|
||||
"dev": true,
|
||||
"license": "MIT",
|
||||
"optional": true
|
||||
},
|
||||
"node_modules/callsites": {
|
||||
"version": "3.1.0",
|
||||
"resolved": "https://registry.npmjs.org/callsites/-/callsites-3.1.0.tgz",
|
||||
@@ -3311,9 +3274,9 @@
|
||||
"license": "MIT"
|
||||
},
|
||||
"node_modules/effect": {
|
||||
"version": "3.19.11",
|
||||
"resolved": "https://registry.npmjs.org/effect/-/effect-3.19.11.tgz",
|
||||
"integrity": "sha512-UTEj3c1s41Ha3uzSPKKvFBZaDjZ8ez00Q2NYWVm2mKh2LXeX8j6LTg1HcQHnmdUhOjr79KHmhVWYB/zbegLO1A==",
|
||||
"version": "3.19.18",
|
||||
"resolved": "https://registry.npmjs.org/effect/-/effect-3.19.18.tgz",
|
||||
"integrity": "sha512-KlbNuYzzwpOpnpshIhjCaqweQkthAT1oVG61Z2wIHqo6Sb6n/+pgzFXyTvsLyxcx5Cg3aWaQXa0XQHMuzdVW4A==",
|
||||
"dev": true,
|
||||
"license": "MIT",
|
||||
"optional": true,
|
||||
@@ -3416,32 +3379,6 @@
|
||||
"@esbuild/win32-x64": "0.27.3"
|
||||
}
|
||||
},
|
||||
"node_modules/esbuild-runner": {
|
||||
"version": "2.2.2",
|
||||
"resolved": "https://registry.npmjs.org/esbuild-runner/-/esbuild-runner-2.2.2.tgz",
|
||||
"integrity": "sha512-fRFVXcmYVmSmtYm2mL8RlUASt2TDkGh3uRcvHFOKNr/T58VrfVeKD9uT9nlgxk96u0LS0ehS/GY7Da/bXWKkhw==",
|
||||
"dev": true,
|
||||
"license": "Apache License 2.0",
|
||||
"optional": true,
|
||||
"dependencies": {
|
||||
"source-map-support": "0.5.21",
|
||||
"tslib": "2.4.0"
|
||||
},
|
||||
"bin": {
|
||||
"esr": "bin/esr.js"
|
||||
},
|
||||
"peerDependencies": {
|
||||
"esbuild": "*"
|
||||
}
|
||||
},
|
||||
"node_modules/esbuild-runner/node_modules/tslib": {
|
||||
"version": "2.4.0",
|
||||
"resolved": "https://registry.npmjs.org/tslib/-/tslib-2.4.0.tgz",
|
||||
"integrity": "sha512-d6xOpEDfsi2CZVlPQzGeux8XMwLT9hssAsaPYExaQMuYskwb+x1x7J371tWlbBdWHroy99KnVB6qIkUbs5X3UQ==",
|
||||
"dev": true,
|
||||
"license": "0BSD",
|
||||
"optional": true
|
||||
},
|
||||
"node_modules/escalade": {
|
||||
"version": "3.2.0",
|
||||
"resolved": "https://registry.npmjs.org/escalade/-/escalade-3.2.0.tgz",
|
||||
@@ -5402,17 +5339,6 @@
|
||||
"node": ">=18"
|
||||
}
|
||||
},
|
||||
"node_modules/source-map": {
|
||||
"version": "0.6.1",
|
||||
"resolved": "https://registry.npmjs.org/source-map/-/source-map-0.6.1.tgz",
|
||||
"integrity": "sha512-UjgapumWlbMhkBgzT7Ykc5YXUT46F0iKu8SGXq0bcwP5dz/h0Plj6enJqjz1Zbq2l5WaqYnrVbwWOWMyF3F47g==",
|
||||
"dev": true,
|
||||
"license": "BSD-3-Clause",
|
||||
"optional": true,
|
||||
"engines": {
|
||||
"node": ">=0.10.0"
|
||||
}
|
||||
},
|
||||
"node_modules/source-map-js": {
|
||||
"version": "1.2.1",
|
||||
"resolved": "https://registry.npmjs.org/source-map-js/-/source-map-js-1.2.1.tgz",
|
||||
@@ -5423,18 +5349,6 @@
|
||||
"node": ">=0.10.0"
|
||||
}
|
||||
},
|
||||
"node_modules/source-map-support": {
|
||||
"version": "0.5.21",
|
||||
"resolved": "https://registry.npmjs.org/source-map-support/-/source-map-support-0.5.21.tgz",
|
||||
"integrity": "sha512-uBHU3L3czsIyYXKX88fdrGovxdSCoTGDRZ6SYXtSRxLZUzHg5P/66Ht6uoUlHu9EZod+inXhKo3qQgwXUT/y1w==",
|
||||
"dev": true,
|
||||
"license": "MIT",
|
||||
"optional": true,
|
||||
"dependencies": {
|
||||
"buffer-from": "^1.0.0",
|
||||
"source-map": "^0.6.0"
|
||||
}
|
||||
},
|
||||
"node_modules/strip-json-comments": {
|
||||
"version": "3.1.1",
|
||||
"resolved": "https://registry.npmjs.org/strip-json-comments/-/strip-json-comments-3.1.1.tgz",
|
||||
@@ -5641,9 +5555,9 @@
|
||||
}
|
||||
},
|
||||
"node_modules/sveltekit-superforms": {
|
||||
"version": "2.28.1",
|
||||
"resolved": "https://registry.npmjs.org/sveltekit-superforms/-/sveltekit-superforms-2.28.1.tgz",
|
||||
"integrity": "sha512-b7QOVpPGhTS/5m9Bli71lTePtd/GI/bSBp+UoJ+raWg9z/qfRLmM3qzOUyb6OFD2X0xZP5APEUeZKpfdt1SVAQ==",
|
||||
"version": "2.29.1",
|
||||
"resolved": "https://registry.npmjs.org/sveltekit-superforms/-/sveltekit-superforms-2.29.1.tgz",
|
||||
"integrity": "sha512-9Cv1beOVPgm8rb8NZBqLdlZ9cBqRBTk0+6/oHn7DWvHQoAFie1EPjh1e4NHO3Qouv1Zq9QTGrZNDbYcetkuOVw==",
|
||||
"dev": true,
|
||||
"funding": [
|
||||
{
|
||||
@@ -5661,26 +5575,26 @@
|
||||
],
|
||||
"license": "MIT",
|
||||
"dependencies": {
|
||||
"devalue": "^5.3.2",
|
||||
"devalue": "^5.6.1",
|
||||
"memoize-weak": "^1.0.2",
|
||||
"ts-deepmerge": "^7.0.3"
|
||||
},
|
||||
"optionalDependencies": {
|
||||
"@exodus/schemasafe": "^1.3.0",
|
||||
"@finom/zod-to-json-schema": "^3.24.11",
|
||||
"@gcornut/valibot-json-schema": "^0.42.0",
|
||||
"@typeschema/class-validator": "^0.3.0",
|
||||
"@valibot/to-json-schema": "^1.5.0",
|
||||
"@vinejs/vine": "^3.0.1",
|
||||
"arktype": "^2.1.22",
|
||||
"class-validator": "^0.14.2",
|
||||
"effect": "^3.18.1",
|
||||
"arktype": "^2.1.29",
|
||||
"class-validator": "^0.14.3",
|
||||
"effect": "^3.19.12",
|
||||
"joi": "^17.13.3",
|
||||
"json-schema-to-ts": "^3.1.1",
|
||||
"superstruct": "^2.0.2",
|
||||
"typebox": "^1.0.36",
|
||||
"valibot": "^1.1.0",
|
||||
"typebox": "^1.0.62",
|
||||
"valibot": "^1.2.0",
|
||||
"yup": "^1.7.1",
|
||||
"zod": "^4.1.11"
|
||||
"zod": "^4.1.13",
|
||||
"zod-v3-to-json-schema": "^4.0.0"
|
||||
},
|
||||
"peerDependencies": {
|
||||
"@exodus/schemasafe": "^1.3.0",
|
||||
@@ -5694,7 +5608,7 @@
|
||||
"superstruct": "^2.0.2",
|
||||
"svelte": "3.x || 4.x || >=5.0.0-next.51",
|
||||
"typebox": "^1.0.36",
|
||||
"valibot": "^1.0.0",
|
||||
"valibot": "^1.2.0",
|
||||
"yup": "^1.4.0",
|
||||
"zod": "^3.25.0 || ^4.0.0"
|
||||
},
|
||||
@@ -5737,6 +5651,17 @@
|
||||
}
|
||||
}
|
||||
},
|
||||
"node_modules/sveltekit-superforms/node_modules/@valibot/to-json-schema": {
|
||||
"version": "1.5.0",
|
||||
"resolved": "https://registry.npmjs.org/@valibot/to-json-schema/-/to-json-schema-1.5.0.tgz",
|
||||
"integrity": "sha512-GE7DmSr1C2UCWPiV0upRH6mv0cCPsqYGs819fb6srCS1tWhyXrkGGe+zxUiwzn/L1BOfADH4sNjY/YHCuP8phQ==",
|
||||
"dev": true,
|
||||
"license": "MIT",
|
||||
"optional": true,
|
||||
"peerDependencies": {
|
||||
"valibot": "^1.2.0"
|
||||
}
|
||||
},
|
||||
"node_modules/sveltekit-superforms/node_modules/@vinejs/compiler": {
|
||||
"version": "3.0.0",
|
||||
"resolved": "https://registry.npmjs.org/@vinejs/compiler/-/compiler-3.0.0.tgz",
|
||||
@@ -5979,9 +5904,9 @@
|
||||
}
|
||||
},
|
||||
"node_modules/typebox": {
|
||||
"version": "1.0.61",
|
||||
"resolved": "https://registry.npmjs.org/typebox/-/typebox-1.0.61.tgz",
|
||||
"integrity": "sha512-5KeeL5QoPBoYm8Z7tGR1Pw9FjWA75MLhVuiSMCRgtgTg/d2+kTvolFddhOUua9FxpIaqXznFPZcc3sl6cEpafw==",
|
||||
"version": "1.0.81",
|
||||
"resolved": "https://registry.npmjs.org/typebox/-/typebox-1.0.81.tgz",
|
||||
"integrity": "sha512-bCslZUmZESHhBn4kHDghzH2oo3qu8m2W89xDLxQHv/aPvY4i81Nd1jvijlBp9wSpsVytDSfSoosbiBAjgsNb2Q==",
|
||||
"dev": true,
|
||||
"license": "MIT",
|
||||
"optional": true
|
||||
@@ -6335,6 +6260,17 @@
|
||||
"funding": {
|
||||
"url": "https://github.com/sponsors/colinhacks"
|
||||
}
|
||||
},
|
||||
"node_modules/zod-v3-to-json-schema": {
|
||||
"version": "4.0.0",
|
||||
"resolved": "https://registry.npmjs.org/zod-v3-to-json-schema/-/zod-v3-to-json-schema-4.0.0.tgz",
|
||||
"integrity": "sha512-KixLrhX/uPmRFnDgsZrzrk4x5SSJA+PmaE5adbfID9+3KPJcdxqRobaHU397EfWBqfQircrjKqvEqZ/mW5QH6w==",
|
||||
"dev": true,
|
||||
"license": "ISC",
|
||||
"optional": true,
|
||||
"peerDependencies": {
|
||||
"zod": "^3.25 || ^4.0.14"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
@@ -56,7 +56,7 @@
|
||||
"svelte": "^5.51.0",
|
||||
"svelte-check": "^4.3.1",
|
||||
"svelte-sonner": "^1.0.7",
|
||||
"sveltekit-superforms": "^2.27.1",
|
||||
"sveltekit-superforms": "^2.29.1",
|
||||
"tailwind-merge": "^3.3.1",
|
||||
"tailwind-variants": "^0.2.1",
|
||||
"tailwindcss": "^4.1.11",
|
||||
|
||||
Reference in New Issue
Block a user