Skip to content

Commit

Permalink
chore: upgrade deps
Browse files Browse the repository at this point in the history
Summary:

Test Plan:
  • Loading branch information
decs committed Apr 15, 2024
1 parent a5e0fc2 commit 8080acf
Show file tree
Hide file tree
Showing 29 changed files with 1,712 additions and 1,972 deletions.
34 changes: 17 additions & 17 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,34 +20,34 @@
"test": "turbo test --filter=@typeschema/*",
"test:e2e": "pnpm build && turbo test --filter=./examples/*",
"release": "pnpm build && changeset publish",
"upgrade:deps": "ncu -u --dep=dev && turbo upgrade:deps && pnpm gen",
"upgrade:deps": "ncu -u --dep=dev --reject eslint && turbo upgrade:deps && pnpm gen",
"create:adapter": "turbo gen create-adapter && pnpm gen",
"prepare": "ts-patch install && typia patch",
"clean:git": "git clean -fdx && pnpm install",
"clean:sl": "sl clean --ignored --dirs --files && pnpm install"
},
"devDependencies": {
"@arethetypeswrong/cli": "^0.15.0",
"@arethetypeswrong/cli": "^0.15.3",
"@changesets/cli": "^2.27.1",
"@deepkit/vite": "1.0.1-alpha.142",
"@trpc/server": "^10.45.1",
"@turbo/gen": "^1.12.5",
"@types/eslint": "^8.56.5",
"@types/node": "^20.11.25",
"@typescript-eslint/eslint-plugin": "^7.1.1",
"@typescript-eslint/parser": "^7.1.1",
"esbuild": "^0.20.1",
"@deepkit/vite": "1.0.1-alpha.143",
"@trpc/server": "^10.45.2",
"@turbo/gen": "^1.13.2",
"@types/eslint": "^8.56.9",
"@types/node": "^20.12.7",
"@typescript-eslint/eslint-plugin": "^7.6.0",
"@typescript-eslint/parser": "^7.6.0",
"esbuild": "^0.20.2",
"eslint": "^8.57.0",
"eslint-config-airbnb-base": "^15.0.0",
"eslint-config-airbnb-typescript": "^18.0.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-import": "^2.29.1",
"eslint-plugin-prettier": "^5.1.3",
"eslint-plugin-simple-import-sort": "^12.0.0",
"eslint-plugin-simple-import-sort": "^12.1.0",
"eslint-plugin-sort-keys": "^2.3.5",
"expect-type": "^0.18.0",
"expect-type": "^0.19.0",
"magic-regexp": "^0.8.0",
"npm-check-updates": "^16.14.15",
"npm-check-updates": "^16.14.18",
"pnpm-sync-dependencies-meta-injected": "^0.0.10",
"prettier": "^3.2.5",
"publint": "^0.2.7",
Expand All @@ -56,10 +56,10 @@
"ts-patch": "^3.1.2",
"tslib": "^2.6.2",
"tsup": "^8.0.2",
"turbo": "^1.12.5",
"typescript": "^5.4.2",
"typia": "^5.5.3",
"vitest": "^1.3.1"
"turbo": "^1.13.2",
"typescript": "^5.4.5",
"typia": "^6.0.2",
"vitest": "^1.5.0"
},
"pnpm": {
"peerDependencyRules": {
Expand Down
26 changes: 13 additions & 13 deletions packages/all/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -99,31 +99,31 @@
"devDependencies": {
"arktype": "^1.0.29-alpha",
"class-validator": "^0.14.1",
"@deepkit/type": "^1.0.1-alpha.142",
"@deepkit/type-compiler": "^1.0.1-alpha.142",
"@effect/schema": "^0.63.2",
"effect": "^2.4.1",
"@deepkit/type": "^1.0.1-alpha.145",
"@deepkit/type-compiler": "^1.0.1-alpha.143",
"@effect/schema": "^0.64.20",
"effect": "^2.4.18",
"fastest-validator": "^1.17.0",
"typia": "^5.5.3",
"fp-ts": "^2.16.2",
"typia": "^6.0.2",
"fp-ts": "^2.16.5",
"io-ts": "^2.2.21",
"io-ts-types": "^0.5.19",
"joi": "^17.12.2",
"joi": "^17.12.3",
"joi-to-json": "^4.2.1",
"ajv": "^8.12.0",
"json-schema-to-ts": "^3.0.0",
"json-schema-to-ts": "^3.0.1",
"ow": "^0.28.2",
"runtypes": "^6.7.0",
"superstruct": "^1.0.3",
"superstruct": "^1.0.4",
"suretype": "^3.3.1",
"@sinclair/typebox": "^0.32.15",
"@gcornut/valibot-json-schema": "^0.0.25",
"@sinclair/typebox": "^0.32.20",
"@gcornut/valibot-json-schema": "^0.0.27",
"valibot": "^0.30.0",
"@badrap/valita": "^0.3.6",
"@badrap/valita": "^0.3.8",
"@vinejs/vine": "^2.0.0",
"@sodaru/yup-to-json-schema": "^2.0.1",
"yup": "^1.4.0",
"zod": "^3.22.4",
"zod-to-json-schema": "^3.22.4"
"zod-to-json-schema": "^3.22.5"
}
}
18 changes: 8 additions & 10 deletions packages/all/src/__tests__/effect.test.ts

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion packages/deepkit/README.md

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions packages/deepkit/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -59,15 +59,15 @@
},
"//devDependencies": "This field is manually maintained.",
"devDependencies": {
"@deepkit/type": "^1.0.1-alpha.142",
"@deepkit/type-compiler": "^1.0.1-alpha.142"
"@deepkit/type": "^1.0.1-alpha.145",
"@deepkit/type-compiler": "^1.0.1-alpha.143"
},
"//peerDependencies": {
"//": "This field is manually maintained.",
"@deepkit/type": "Required for validation"
},
"peerDependencies": {
"@deepkit/type": "^1.0.1-alpha.142"
"@deepkit/type": "^1.0.1-alpha.145"
},
"//peerDependenciesMeta": "This field is manually maintained.",
"peerDependenciesMeta": {
Expand Down
4 changes: 2 additions & 2 deletions packages/effect/README.md

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 4 additions & 4 deletions packages/effect/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -59,17 +59,17 @@
},
"//devDependencies": "This field is manually maintained.",
"devDependencies": {
"@effect/schema": "^0.63.2",
"effect": "^2.4.1"
"@effect/schema": "^0.64.20",
"effect": "^2.4.18"
},
"//peerDependencies": {
"//": "This field is manually maintained.",
"@effect/schema": "Required for inference, validation, and serialization",
"effect": "Required for inference and validation"
},
"peerDependencies": {
"@effect/schema": "^0.63.2",
"effect": "^2.4.1"
"@effect/schema": "^0.64.20",
"effect": "^2.4.18"
},
"//peerDependenciesMeta": "This field is manually maintained.",
"peerDependenciesMeta": {
Expand Down
18 changes: 8 additions & 10 deletions packages/effect/src/__tests__/effect.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -95,14 +95,6 @@ describe('effect', () => {

test('toJSONSchema', async () => {
expect(await toJSONSchema(schema)).toStrictEqual({
$defs: {
DateFromString: {
description: 'an ISO-date string',
format: 'date-time',
title: 'ISOString',
type: 'string',
},
},
$schema: 'http://json-schema.org/draft-07/schema#',
additionalProperties: false,
properties: {
Expand All @@ -112,7 +104,10 @@ describe('effect', () => {
type: 'number',
},
createdAt: {
$ref: '#/$defs/DateFromString',
description: 'an ISO-date string',
format: 'date-time',
title: 'ISOString',
type: 'string',
},
email: {
description: 'a string',
Expand All @@ -130,7 +125,10 @@ describe('effect', () => {
type: 'string',
},
updatedAt: {
$ref: '#/$defs/DateFromString',
description: 'an ISO-date string',
format: 'date-time',
title: 'ISOString',
type: 'string',
},
},
required: ['age', 'email', 'id', 'name', 'createdAt', 'updatedAt'],
Expand Down
4 changes: 2 additions & 2 deletions packages/effect/src/resolver.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,9 @@ export interface AdapterResolver extends Resolver {
// eslint-disable-next-line @typescript-eslint/no-explicit-any
base: IfDefined<Schema<any>, '@effect/schema'>;
input: this['schema'] extends this['base']
? Schema.From<this['schema']>
? Schema.Encoded<this['schema']>
: never;
output: this['schema'] extends this['base']
? Schema.To<this['schema']>
? Schema.Type<this['schema']>
: never;
}
2 changes: 1 addition & 1 deletion packages/function/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@
},
"//devDependencies": "This field is manually maintained.",
"devDependencies": {
"typia": "^5.5.3"
"typia": "^6.0.2"
},
"//peerDependencies": "This field is manually maintained.",
"peerDependencies": {},
Expand Down
2 changes: 1 addition & 1 deletion packages/io-ts/README.md

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions packages/io-ts/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@
},
"//devDependencies": "This field is manually maintained.",
"devDependencies": {
"fp-ts": "^2.16.2",
"fp-ts": "^2.16.5",
"io-ts": "^2.2.21",
"io-ts-types": "^0.5.19"
},
Expand All @@ -69,7 +69,7 @@
"io-ts": "Required for inference and validation"
},
"peerDependencies": {
"fp-ts": "^2.16.2",
"fp-ts": "^2.16.5",
"io-ts": "^2.2.21"
},
"//peerDependenciesMeta": "This field is manually maintained.",
Expand Down
2 changes: 1 addition & 1 deletion packages/joi/README.md

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions packages/joi/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@
},
"//devDependencies": "This field is manually maintained.",
"devDependencies": {
"joi": "^17.12.2",
"joi": "^17.12.3",
"joi-to-json": "^4.2.1"
},
"//peerDependencies": {
Expand All @@ -68,7 +68,7 @@
"joi-to-json": "Required for serialization"
},
"peerDependencies": {
"joi": "^17.12.2",
"joi": "^17.12.3",
"joi-to-json": "^4.2.1"
},
"//peerDependenciesMeta": "This field is manually maintained.",
Expand Down
2 changes: 1 addition & 1 deletion packages/json/README.md

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions packages/json/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@
"//devDependencies": "This field is manually maintained.",
"devDependencies": {
"ajv": "^8.12.0",
"json-schema-to-ts": "^3.0.0"
"json-schema-to-ts": "^3.0.1"
},
"//peerDependencies": {
"//": "This field is manually maintained.",
Expand All @@ -69,7 +69,7 @@
},
"peerDependencies": {
"ajv": "^8.12.0",
"json-schema-to-ts": "^3.0.0"
"json-schema-to-ts": "^3.0.1"
},
"//peerDependenciesMeta": "This field is manually maintained.",
"peerDependenciesMeta": {
Expand Down
Loading

0 comments on commit 8080acf

Please sign in to comment.