Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: upgrade dependencies #366

Merged
merged 6 commits into from
Jan 22, 2025
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
chore: wtf appease linter
  • Loading branch information
alanshaw committed Jan 21, 2025
commit 6422ece8f892da14b4c6e67ba1e0caaf5368071e
2 changes: 1 addition & 1 deletion packages/client/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@
// "outFile": "./", /* Specify a file that bundles all outputs into one JavaScript file. If `declaration` is true, also designates a file that bundles all .d.ts output. */
"outDir": "./dist/" /* Specify an output folder for all emitted files. */,
// "removeComments": true, /* Disable emitting comments. */
// "noEmit": true, /* Disable emitting files from a compilation. */
"noEmit": false, /* Disable emitting files from a compilation. */
// "importHelpers": true, /* Allow importing helper functions from tslib once per project, instead of including them per-file. */
// "importsNotUsedAsValues": "remove", /* Specify emit/checking behavior for imports that are only used for types */
// "downlevelIteration": true, /* Emit more compliant, but verbose and less performant JavaScript for iteration. */
Expand Down Expand Up @@ -100,8 +100,8 @@
},
"include": ["src", "test"],
"references": [
{ "path": "../interface" },

Check failure on line 103 in packages/client/tsconfig.json

View workflow job for this annotation

GitHub Actions / Typecheck (server)

Referenced project '/home/runner/work/ucanto/ucanto/packages/interface' may not disable emit.

Check failure on line 103 in packages/client/tsconfig.json

View workflow job for this annotation

GitHub Actions / Typecheck (validator)

Referenced project '/home/runner/work/ucanto/ucanto/packages/interface' may not disable emit.

Check failure on line 103 in packages/client/tsconfig.json

View workflow job for this annotation

GitHub Actions / Typecheck (client)

Referenced project '/home/runner/work/ucanto/ucanto/packages/interface' may not disable emit.
{ "path": "../core" },

Check failure on line 104 in packages/client/tsconfig.json

View workflow job for this annotation

GitHub Actions / Typecheck (server)

Referenced project '/home/runner/work/ucanto/ucanto/packages/core' may not disable emit.

Check failure on line 104 in packages/client/tsconfig.json

View workflow job for this annotation

GitHub Actions / Typecheck (validator)

Referenced project '/home/runner/work/ucanto/ucanto/packages/core' may not disable emit.

Check failure on line 104 in packages/client/tsconfig.json

View workflow job for this annotation

GitHub Actions / Typecheck (client)

Referenced project '/home/runner/work/ucanto/ucanto/packages/core' may not disable emit.
{ "path": "../transport" }

Check failure on line 105 in packages/client/tsconfig.json

View workflow job for this annotation

GitHub Actions / Typecheck (server)

Referenced project '/home/runner/work/ucanto/ucanto/packages/transport' may not disable emit.

Check failure on line 105 in packages/client/tsconfig.json

View workflow job for this annotation

GitHub Actions / Typecheck (validator)

Referenced project '/home/runner/work/ucanto/ucanto/packages/transport' may not disable emit.

Check failure on line 105 in packages/client/tsconfig.json

View workflow job for this annotation

GitHub Actions / Typecheck (client)

Referenced project '/home/runner/work/ucanto/ucanto/packages/transport' may not disable emit.
]
}
2 changes: 1 addition & 1 deletion packages/core/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@
// "outFile": "./", /* Specify a file that bundles all outputs into one JavaScript file. If `declaration` is true, also designates a file that bundles all .d.ts output. */
"outDir": "./dist/" /* Specify an output folder for all emitted files. */,
// "removeComments": true, /* Disable emitting comments. */
// "noEmit": true, /* Disable emitting files from a compilation. */
"noEmit": false, /* Disable emitting files from a compilation. */
// "importHelpers": true, /* Allow importing helper functions from tslib once per project, instead of including them per-file. */
// "importsNotUsedAsValues": "remove", /* Specify emit/checking behavior for imports that are only used for types */
// "downlevelIteration": true, /* Emit more compliant, but verbose and less performant JavaScript for iteration. */
Expand Down Expand Up @@ -99,5 +99,5 @@
"skipLibCheck": true /* Skip type checking all .d.ts files. */
},
"include": ["src", "test"],
"references": [{ "path": "../interface" }, { "path": "../principal" }]

Check failure on line 102 in packages/core/tsconfig.json

View workflow job for this annotation

GitHub Actions / Typecheck (server)

Referenced project '/home/runner/work/ucanto/ucanto/packages/interface' may not disable emit.

Check failure on line 102 in packages/core/tsconfig.json

View workflow job for this annotation

GitHub Actions / Typecheck (server)

Referenced project '/home/runner/work/ucanto/ucanto/packages/principal' may not disable emit.

Check failure on line 102 in packages/core/tsconfig.json

View workflow job for this annotation

GitHub Actions / Typecheck (server)

Referenced project '/home/runner/work/ucanto/ucanto/packages/principal' may not disable emit.

Check failure on line 102 in packages/core/tsconfig.json

View workflow job for this annotation

GitHub Actions / Typecheck (server)

Referenced project '/home/runner/work/ucanto/ucanto/packages/principal' may not disable emit.

Check failure on line 102 in packages/core/tsconfig.json

View workflow job for this annotation

GitHub Actions / Typecheck (transport)

Referenced project '/home/runner/work/ucanto/ucanto/packages/interface' may not disable emit.

Check failure on line 102 in packages/core/tsconfig.json

View workflow job for this annotation

GitHub Actions / Typecheck (transport)

Referenced project '/home/runner/work/ucanto/ucanto/packages/principal' may not disable emit.

Check failure on line 102 in packages/core/tsconfig.json

View workflow job for this annotation

GitHub Actions / Typecheck (transport)

Referenced project '/home/runner/work/ucanto/ucanto/packages/principal' may not disable emit.

Check failure on line 102 in packages/core/tsconfig.json

View workflow job for this annotation

GitHub Actions / Typecheck (validator)

Referenced project '/home/runner/work/ucanto/ucanto/packages/interface' may not disable emit.

Check failure on line 102 in packages/core/tsconfig.json

View workflow job for this annotation

GitHub Actions / Typecheck (validator)

Referenced project '/home/runner/work/ucanto/ucanto/packages/principal' may not disable emit.

Check failure on line 102 in packages/core/tsconfig.json

View workflow job for this annotation

GitHub Actions / Typecheck (validator)

Referenced project '/home/runner/work/ucanto/ucanto/packages/principal' may not disable emit.

Check failure on line 102 in packages/core/tsconfig.json

View workflow job for this annotation

GitHub Actions / Typecheck (validator)

Referenced project '/home/runner/work/ucanto/ucanto/packages/principal' may not disable emit.

Check failure on line 102 in packages/core/tsconfig.json

View workflow job for this annotation

GitHub Actions / Typecheck (core)

Referenced project '/home/runner/work/ucanto/ucanto/packages/interface' may not disable emit.

Check failure on line 102 in packages/core/tsconfig.json

View workflow job for this annotation

GitHub Actions / Typecheck (core)

Referenced project '/home/runner/work/ucanto/ucanto/packages/principal' may not disable emit.

Check failure on line 102 in packages/core/tsconfig.json

View workflow job for this annotation

GitHub Actions / Typecheck (client)

Referenced project '/home/runner/work/ucanto/ucanto/packages/interface' may not disable emit.

Check failure on line 102 in packages/core/tsconfig.json

View workflow job for this annotation

GitHub Actions / Typecheck (client)

Referenced project '/home/runner/work/ucanto/ucanto/packages/principal' may not disable emit.

Check failure on line 102 in packages/core/tsconfig.json

View workflow job for this annotation

GitHub Actions / Typecheck (client)

Referenced project '/home/runner/work/ucanto/ucanto/packages/principal' may not disable emit.

Check failure on line 102 in packages/core/tsconfig.json

View workflow job for this annotation

GitHub Actions / Typecheck (client)

Referenced project '/home/runner/work/ucanto/ucanto/packages/principal' may not disable emit.
}
2 changes: 1 addition & 1 deletion packages/interface/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@
// "outFile": "./", /* Specify a file that bundles all outputs into one JavaScript file. If `declaration` is true, also designates a file that bundles all .d.ts output. */
"outDir": "./dist/" /* Specify an output folder for all emitted files. */,
// "removeComments": true, /* Disable emitting comments. */
// "noEmit": true, /* Disable emitting files from a compilation. */
"noEmit": false, /* Disable emitting files from a compilation. */
// "importHelpers": true, /* Allow importing helper functions from tslib once per project, instead of including them per-file. */
// "importsNotUsedAsValues": "remove", /* Specify emit/checking behavior for imports that are only used for types */
// "downlevelIteration": true, /* Emit more compliant, but verbose and less performant JavaScript for iteration. */
Expand Down
2 changes: 1 addition & 1 deletion packages/principal/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@
// "outFile": "./", /* Specify a file that bundles all outputs into one JavaScript file. If `declaration` is true, also designates a file that bundles all .d.ts output. */
"outDir": "./dist/" /* Specify an output folder for all emitted files. */,
// "removeComments": true, /* Disable emitting comments. */
// "noEmit": true, /* Disable emitting files from a compilation. */
"noEmit": false, /* Disable emitting files from a compilation. */
// "importHelpers": true, /* Allow importing helper functions from tslib once per project, instead of including them per-file. */
// "importsNotUsedAsValues": "remove", /* Specify emit/checking behavior for imports that are only used for types */
// "downlevelIteration": true, /* Emit more compliant, but verbose and less performant JavaScript for iteration. */
Expand Down Expand Up @@ -99,5 +99,5 @@
"skipLibCheck": true /* Skip type checking all .d.ts files. */
},
"include": ["src", "test"],
"references": [{ "path": "../interface" }]

Check failure on line 102 in packages/principal/tsconfig.json

View workflow job for this annotation

GitHub Actions / Typecheck (principal)

Referenced project '/home/runner/work/ucanto/ucanto/packages/interface' may not disable emit.

Check failure on line 102 in packages/principal/tsconfig.json

View workflow job for this annotation

GitHub Actions / Typecheck (server)

Referenced project '/home/runner/work/ucanto/ucanto/packages/interface' may not disable emit.

Check failure on line 102 in packages/principal/tsconfig.json

View workflow job for this annotation

GitHub Actions / Typecheck (transport)

Referenced project '/home/runner/work/ucanto/ucanto/packages/interface' may not disable emit.

Check failure on line 102 in packages/principal/tsconfig.json

View workflow job for this annotation

GitHub Actions / Typecheck (validator)

Referenced project '/home/runner/work/ucanto/ucanto/packages/interface' may not disable emit.

Check failure on line 102 in packages/principal/tsconfig.json

View workflow job for this annotation

GitHub Actions / Typecheck (core)

Referenced project '/home/runner/work/ucanto/ucanto/packages/interface' may not disable emit.

Check failure on line 102 in packages/principal/tsconfig.json

View workflow job for this annotation

GitHub Actions / Typecheck (client)

Referenced project '/home/runner/work/ucanto/ucanto/packages/interface' may not disable emit.
}
2 changes: 1 addition & 1 deletion packages/server/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@
// "outFile": "./", /* Specify a file that bundles all outputs into one JavaScript file. If `declaration` is true, also designates a file that bundles all .d.ts output. */
"outDir": "./dist/" /* Specify an output folder for all emitted files. */,
// "removeComments": true, /* Disable emitting comments. */
// "noEmit": true, /* Disable emitting files from a compilation. */
"noEmit": false, /* Disable emitting files from a compilation. */
// "importHelpers": true, /* Allow importing helper functions from tslib once per project, instead of including them per-file. */
// "importsNotUsedAsValues": "remove", /* Specify emit/checking behavior for imports that are only used for types */
// "downlevelIteration": true, /* Emit more compliant, but verbose and less performant JavaScript for iteration. */
Expand Down
2 changes: 1 addition & 1 deletion packages/transport/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@
// "outFile": "./", /* Specify a file that bundles all outputs into one JavaScript file. If `declaration` is true, also designates a file that bundles all .d.ts output. */
"outDir": "./dist/" /* Specify an output folder for all emitted files. */,
// "removeComments": true, /* Disable emitting comments. */
// "noEmit": true, /* Disable emitting files from a compilation. */
"noEmit": false, /* Disable emitting files from a compilation. */
// "importHelpers": true, /* Allow importing helper functions from tslib once per project, instead of including them per-file. */
// "importsNotUsedAsValues": "remove", /* Specify emit/checking behavior for imports that are only used for types */
// "downlevelIteration": true, /* Emit more compliant, but verbose and less performant JavaScript for iteration. */
Expand Down Expand Up @@ -99,5 +99,5 @@
"skipLibCheck": true /* Skip type checking all .d.ts files. */
},
"include": ["src", "test"],
"references": [{ "path": "../interface" }, { "path": "../core" }]

Check failure on line 102 in packages/transport/tsconfig.json

View workflow job for this annotation

GitHub Actions / Typecheck (server)

Referenced project '/home/runner/work/ucanto/ucanto/packages/interface' may not disable emit.

Check failure on line 102 in packages/transport/tsconfig.json

View workflow job for this annotation

GitHub Actions / Typecheck (server)

Referenced project '/home/runner/work/ucanto/ucanto/packages/core' may not disable emit.

Check failure on line 102 in packages/transport/tsconfig.json

View workflow job for this annotation

GitHub Actions / Typecheck (transport)

Referenced project '/home/runner/work/ucanto/ucanto/packages/interface' may not disable emit.

Check failure on line 102 in packages/transport/tsconfig.json

View workflow job for this annotation

GitHub Actions / Typecheck (transport)

Referenced project '/home/runner/work/ucanto/ucanto/packages/core' may not disable emit.

Check failure on line 102 in packages/transport/tsconfig.json

View workflow job for this annotation

GitHub Actions / Typecheck (validator)

Referenced project '/home/runner/work/ucanto/ucanto/packages/interface' may not disable emit.

Check failure on line 102 in packages/transport/tsconfig.json

View workflow job for this annotation

GitHub Actions / Typecheck (validator)

Referenced project '/home/runner/work/ucanto/ucanto/packages/core' may not disable emit.

Check failure on line 102 in packages/transport/tsconfig.json

View workflow job for this annotation

GitHub Actions / Typecheck (client)

Referenced project '/home/runner/work/ucanto/ucanto/packages/interface' may not disable emit.

Check failure on line 102 in packages/transport/tsconfig.json

View workflow job for this annotation

GitHub Actions / Typecheck (client)

Referenced project '/home/runner/work/ucanto/ucanto/packages/core' may not disable emit.
}
2 changes: 1 addition & 1 deletion packages/validator/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@
// "outFile": "./", /* Specify a file that bundles all outputs into one JavaScript file. If `declaration` is true, also designates a file that bundles all .d.ts output. */
"outDir": "./dist/" /* Specify an output folder for all emitted files. */,
// "removeComments": true, /* Disable emitting comments. */
// "noEmit": true, /* Disable emitting files from a compilation. */
"noEmit": false, /* Disable emitting files from a compilation. */
// "importHelpers": true, /* Allow importing helper functions from tslib once per project, instead of including them per-file. */
// "importsNotUsedAsValues": "remove", /* Specify emit/checking behavior for imports that are only used for types */
// "downlevelIteration": true, /* Emit more compliant, but verbose and less performant JavaScript for iteration. */
Expand Down
Loading