From a684b91fe7024800436f2e0880e658ada852f42d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 9 Jan 2026 11:15:14 +0100 Subject: [upd] web-client (simple): Bump vite from 8.0.0-beta.5 to 8.0.0-beta.7 in /client/simple (#5649) * [upd] web-client (simple): Bump vite in /client/simple Bumps [vite](https://github.com/vitejs/vite/tree/HEAD/packages/vite) from 8.0.0-beta.5 to 8.0.0-beta.7. - [Release notes](https://github.com/vitejs/vite/releases) - [Changelog](https://github.com/vitejs/vite/blob/main/packages/vite/CHANGELOG.md) - [Commits](https://github.com/vitejs/vite/commits/v8.0.0-beta.7/packages/vite) --- updated-dependencies: - dependency-name: vite dependency-version: 8.0.0-beta.7 dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] * [fix] themes: rebuild static --------- Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Ivan Gabaldon --- searx/static/themes/simple/chunk/13gvpunf.min.js.map | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'searx/static/themes/simple/chunk/13gvpunf.min.js.map') diff --git a/searx/static/themes/simple/chunk/13gvpunf.min.js.map b/searx/static/themes/simple/chunk/13gvpunf.min.js.map index 540197af5..def4fba79 100644 --- a/searx/static/themes/simple/chunk/13gvpunf.min.js.map +++ b/searx/static/themes/simple/chunk/13gvpunf.min.js.map @@ -1 +1 @@ -{"version":3,"file":"13gvpunf.min.js","names":["assertElement: AssertElement"],"sources":["../../../../../client/simple/src/js/util/assertElement.ts"],"sourcesContent":["// SPDX-License-Identifier: AGPL-3.0-or-later\n\ntype AssertElement = (element?: T | null) => asserts element is T;\nexport const assertElement: AssertElement = (element?: T | null): asserts element is T => {\n if (!element) {\n throw new Error(\"DOM element not found\");\n }\n};\n"],"mappings":"AAGA,MAAaA,EAAmC,GAA6C,CAC3F,GAAI,CAAC,EACH,MAAU,MAAM,wBAAwB"} \ No newline at end of file +{"version":3,"file":"13gvpunf.min.js","names":[],"sources":["../../../../../client/simple/src/js/util/assertElement.ts"],"sourcesContent":["// SPDX-License-Identifier: AGPL-3.0-or-later\n\ntype AssertElement = (element?: T | null) => asserts element is T;\nexport const assertElement: AssertElement = (element?: T | null): asserts element is T => {\n if (!element) {\n throw new Error(\"DOM element not found\");\n }\n};\n"],"mappings":"AAGA,MAAa,EAAmC,GAA6C,CAC3F,GAAI,CAAC,EACH,MAAU,MAAM,wBAAwB"} \ No newline at end of file -- cgit v1.2.3