Skip to content

feat(typebox): Update to latest TypeBox #3565

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

Draft
wants to merge 1 commit into
base: dove
Choose a base branch
from
Draft
Show file tree
Hide file tree
Changes from all commits
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
8 changes: 4 additions & 4 deletions package-lock.json

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

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
"lint": "npm run prettier && npm run eslint",
"compile": "lerna run compile",
"build:docs": "npm run build --workspace docs",
"update-dependencies": "npm exec --workspaces --include-workspace-root -- ncu -u --dep prod,dev,optional,peer -x node-fetch,\"@sinclair/typebox\",\"@types/express\",\"@types/express-serve-static-core\"",
"update-dependencies": "npm exec --workspaces --include-workspace-root -- ncu -u --dep prod,dev,optional,peer -x node-fetch,\"@types/express\",\"@types/express-serve-static-core\"",
"clean": "find . -name node_modules -exec rm -rf '{}' + && find . -name package-lock.json -exec rm -rf '{}' +",
"test:deno": "deno test --config deno/tsconfig.json deno/test.ts",
"test": "npm run lint && npm run compile && c8 lerna run test --ignore @feathersjs/tests",
Expand Down
2 changes: 1 addition & 1 deletion packages/generators/src/commons.ts
Original file line number Diff line number Diff line change
Expand Up @@ -236,7 +236,7 @@ export const PRETTIERRC: PrettierOptions = {
endOfLine: 'auto',
jsxSingleQuote: false,
quoteProps: 'as-needed'
};
}

/*
* Format a source file using Prettier. Will use the local configuration, the settings set in
Expand Down
4 changes: 2 additions & 2 deletions packages/typebox/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@
},
"dependencies": {
"@feathersjs/schema": "^5.0.32",
"@sinclair/typebox": "^0.25.0"
"@sinclair/typebox": "^0.34.0"
},
"devDependencies": {
"@types/mocha": "^10.0.10",
Expand All @@ -65,4 +65,4 @@
"typescript": "^5.7.3"
},
"gitHead": "90caf635aec850550b9d37bea2762af959d9e8d5"
}
}
Loading