Skip to content

Commit 38effd5

Browse files
authored
Merge pull request #1992 from moltar/renovate/deepkit-type-compiler-1.x
fix(deps): update dependency @deepkit/type-compiler to v1.0.15
2 parents 6a7398a + 688070a commit 38effd5

File tree

3 files changed

+20
-18
lines changed

3 files changed

+20
-18
lines changed

bun.lock

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
"@badrap/valita": "0.4.5",
1010
"@deepkit/core": "1.0.5",
1111
"@deepkit/type": "1.0.12",
12-
"@deepkit/type-compiler": "1.0.8",
12+
"@deepkit/type-compiler": "1.0.15",
1313
"@effect/schema": "0.75.5",
1414
"@mojotech/json-type-validation": "3.1.0",
1515
"@mondrian-framework/model": "2.0.69",
@@ -322,7 +322,7 @@
322322

323323
"@deepkit/type": ["@deepkit/type@1.0.12", "", { "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-nvDLUOv7O4S1P8avtrhZ6DQcCIxtukxFa0jyP21ErlVZdEJVpoeFdpKEgeDKipMKviJiVr/3ZYPiEJ0b4HEWEg=="],
324324

325-
"@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=="],
325+
"@deepkit/type-compiler": ["@deepkit/type-compiler@1.0.15", "", { "dependencies": { "@deepkit/type-spec": "^1.0.15", "@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-c7PNYOKe8fO7v7RHfHE9PpQsB9b9CI0eYOK3/0jygq0BO0d8zPRqGd2mFqwKByRrMTYKxG1lUcuOAa+Zl0kxOg=="],
326326

327327
"@deepkit/type-spec": ["@deepkit/type-spec@1.0.1", "", {}, "sha512-14iJbtfGdjewxhzSWTU+nxQOD+sopFg8MP0W0kizJQMRADxhreDID8lDUk6zWoAJ6aLsQ1QbKZAl1UokzRI69A=="],
328328

@@ -1718,6 +1718,8 @@
17181718

17191719
"@cspotcode/source-map-support/@jridgewell/trace-mapping": ["@jridgewell/trace-mapping@0.3.9", "", { "dependencies": { "@jridgewell/resolve-uri": "^3.0.3", "@jridgewell/sourcemap-codec": "^1.4.10" } }, "sha512-3Belt6tdc8bPgAtbcmdtNJlirVoTmEb5e2gC94PnkwEW9jI6CAHUeoG85tjWP5WquqfavoMtMwiG4P926ZKKuQ=="],
17201720

1721+
"@deepkit/type-compiler/@deepkit/type-spec": ["@deepkit/type-spec@1.0.15", "", {}, "sha512-2iE9E/cq1ckpU0jzn/VeikFQ3UTeqtaPozid1Af0hBKLAgGtYCwicE26yZWErZxCZNL+hA9yd6wjXodurBf/wg=="],
1722+
17211723
"@eslint/eslintrc/ajv": ["ajv@6.12.6", "", { "dependencies": { "fast-deep-equal": "^3.1.1", "fast-json-stable-stringify": "^2.0.0", "json-schema-traverse": "^0.4.1", "uri-js": "^4.2.2" } }, "sha512-j3fVLgvTo527anyYyJOGTYJbG+vnnQYvE0m5mmkc1TK+nxAppkCLMIL0aZ4dblVCNoGShhm+kzE4ZUykBoMg4g=="],
17221724

17231725
"@eslint/eslintrc/globals": ["globals@13.24.0", "", { "dependencies": { "type-fest": "^0.20.2" } }, "sha512-AhO5QUcj8llrbG09iWhPU2B204J1xnPeL8kQmVorSsy+Sjj1sk8gIyh6cUocGmH4L0UuhAJy+hJMRA4mgA4mFQ=="],

package-lock.json

Lines changed: 15 additions & 15 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333
"@badrap/valita": "0.4.5",
3434
"@deepkit/core": "1.0.5",
3535
"@deepkit/type": "1.0.12",
36-
"@deepkit/type-compiler": "1.0.8",
36+
"@deepkit/type-compiler": "1.0.15",
3737
"@effect/schema": "0.75.5",
3838
"@mojotech/json-type-validation": "3.1.0",
3939
"@mondrian-framework/model": "2.0.69",

0 commit comments

Comments
 (0)