From aa8edea691df90c107c358a111ba331b33c37568 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 22 May 2025 18:07:28 +0000 Subject: [PATCH] fix(deps): update dependency @deepkit/type-compiler to v1.0.8 --- bun.lock | 4 ++-- package-lock.json | 14 +++++++------- package.json | 2 +- 3 files changed, 10 insertions(+), 10 deletions(-) diff --git a/bun.lock b/bun.lock index 0e3b83d86..811bd9938 100644 --- a/bun.lock +++ b/bun.lock @@ -9,7 +9,7 @@ "@badrap/valita": "0.4.5", "@deepkit/core": "1.0.5", "@deepkit/type": "1.0.8", - "@deepkit/type-compiler": "1.0.5", + "@deepkit/type-compiler": "1.0.8", "@effect/schema": "0.75.5", "@mojotech/json-type-validation": "3.1.0", "@mondrian-framework/model": "2.0.69", @@ -322,7 +322,7 @@ "@deepkit/type": ["@deepkit/type@1.0.8", "", { "dependencies": { "@deepkit/type-spec": "^1.0.1", "@types/uuid": "^8.3.0", "buffer": "^5.2.1", "uuid": "^8.3.2" }, "peerDependencies": { "@deepkit/core": "^1.0.1" } }, "sha512-oL9qHSl7fVtRAp94jxIRhfhN81t2RddOeQWBykyJF2K2ElMNAdKmf67e2i8xwtuqlWcDxZSnJC8HZHHFaSgVFg=="], - "@deepkit/type-compiler": ["@deepkit/type-compiler@1.0.5", "", { "dependencies": { "@deepkit/type-spec": "^1.0.1", "@marcj/ts-clone-node": "^2.0.0", "@rollup/pluginutils": "^5.1.0", "@typescript/vfs": "1.5.0", "get-tsconfig": "^4.5.0", "lz-string": "^1.4.4", "micromatch": "^4.0.5", "strip-json-comments": "^3.1.1" }, "peerDependencies": { "typescript": "*" }, "bin": { "deepkit-compiler-debug": "deepkit-compiler-debug.js", "deepkit-type-install": "deepkit-type-install.js" } }, "sha512-KiKvy/CmB4hVWKLqJonLGHW0BUKYzcuzUvhd746SLbu5jvvvuF4mnwzAKeIk3rdNojimLzURVkJyqM7CryJtug=="], + "@deepkit/type-compiler": ["@deepkit/type-compiler@1.0.8", "", { "dependencies": { "@deepkit/type-spec": "^1.0.1", "@marcj/ts-clone-node": "^2.0.0", "@rollup/pluginutils": "^5.1.0", "@typescript/vfs": "1.5.0", "get-tsconfig": "^4.5.0", "lz-string": "^1.4.4", "micromatch": "^4.0.5", "strip-json-comments": "^3.1.1" }, "peerDependencies": { "typescript": "*" }, "bin": { "deepkit-compiler-debug": "deepkit-compiler-debug.js", "deepkit-type-install": "deepkit-type-install.js" } }, "sha512-3AmyfMYJ+bej+v9T46pIViIEaN0wp7v5grO8huvC1x1H1T4cogM68Hyw2VibkfUkS9H68ACC9VimP3i7TT+PTg=="], "@deepkit/type-spec": ["@deepkit/type-spec@1.0.1", "", {}, "sha512-14iJbtfGdjewxhzSWTU+nxQOD+sopFg8MP0W0kizJQMRADxhreDID8lDUk6zWoAJ6aLsQ1QbKZAl1UokzRI69A=="], diff --git a/package-lock.json b/package-lock.json index beefedf4a..8fa152f80 100644 --- a/package-lock.json +++ b/package-lock.json @@ -14,7 +14,7 @@ "@badrap/valita": "0.4.5", "@deepkit/core": "1.0.5", "@deepkit/type": "1.0.8", - "@deepkit/type-compiler": "1.0.5", + "@deepkit/type-compiler": "1.0.8", "@effect/schema": "0.75.5", "@mojotech/json-type-validation": "3.1.0", "@mondrian-framework/model": "2.0.69", @@ -1877,9 +1877,9 @@ } }, "node_modules/@deepkit/type-compiler": { - "version": "1.0.5", - "resolved": "https://registry.npmjs.org/@deepkit/type-compiler/-/type-compiler-1.0.5.tgz", - "integrity": "sha512-KiKvy/CmB4hVWKLqJonLGHW0BUKYzcuzUvhd746SLbu5jvvvuF4mnwzAKeIk3rdNojimLzURVkJyqM7CryJtug==", + "version": "1.0.8", + "resolved": "https://registry.npmjs.org/@deepkit/type-compiler/-/type-compiler-1.0.8.tgz", + "integrity": "sha512-3AmyfMYJ+bej+v9T46pIViIEaN0wp7v5grO8huvC1x1H1T4cogM68Hyw2VibkfUkS9H68ACC9VimP3i7TT+PTg==", "hasInstallScript": true, "dependencies": { "@deepkit/type-spec": "^1.0.1", @@ -11882,9 +11882,9 @@ } }, "@deepkit/type-compiler": { - "version": "1.0.5", - "resolved": "https://registry.npmjs.org/@deepkit/type-compiler/-/type-compiler-1.0.5.tgz", - "integrity": "sha512-KiKvy/CmB4hVWKLqJonLGHW0BUKYzcuzUvhd746SLbu5jvvvuF4mnwzAKeIk3rdNojimLzURVkJyqM7CryJtug==", + "version": "1.0.8", + "resolved": "https://registry.npmjs.org/@deepkit/type-compiler/-/type-compiler-1.0.8.tgz", + "integrity": "sha512-3AmyfMYJ+bej+v9T46pIViIEaN0wp7v5grO8huvC1x1H1T4cogM68Hyw2VibkfUkS9H68ACC9VimP3i7TT+PTg==", "requires": { "@deepkit/type-spec": "^1.0.1", "@marcj/ts-clone-node": "^2.0.0", diff --git a/package.json b/package.json index 21aae227d..0c91e4e7c 100644 --- a/package.json +++ b/package.json @@ -33,7 +33,7 @@ "@badrap/valita": "0.4.5", "@deepkit/core": "1.0.5", "@deepkit/type": "1.0.8", - "@deepkit/type-compiler": "1.0.5", + "@deepkit/type-compiler": "1.0.8", "@effect/schema": "0.75.5", "@mojotech/json-type-validation": "3.1.0", "@mondrian-framework/model": "2.0.69",