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

feat: add typeschema resolver #699

Merged
merged 12 commits into from
Jul 4, 2024
Merged

feat: add typeschema resolver #699

merged 12 commits into from
Jul 4, 2024

Conversation

jorisre
Copy link
Member

@jorisre jorisre commented Jul 2, 2024

This is the follow-up to the PR on #663 by decs with merge conflicts resolved. Huge thanks to decs

Bonus:

  • Update all dependencies to latest version and fix errors/warnings
  • Migrate from prettier/eslint to biomejs ⚡
  • Migrate from PNPM to Bun ⚡
  • Migrate from lint-staged/husky to lefthook ⚡
  • Fix build warnings
  • Reduce bundle size for:

decs and others added 5 commits March 2, 2024 19:29
* feat: effect-ts resolver

* refactor(effect-ts): replace spread operator with explicit assignment

* fix(effect-ts): provide build aliases for globals

* fix(effect-ts): include effect-ts in node-13-exports config

* fix(ci): bumped workflow pnpm action setups to version 9

* docs(effect-ts): add quickstart guide to readme

* refactor(effect-ts): optimize imports for better tree shaking, add encode generic, allow for async transforms

---------

Co-authored-by: Trent Cox <admin@havenworldtours.com>
Copy link
Contributor

github-actions bot commented Jul 2, 2024

Size Change: -84.4 kB (-73.2%) 🏆

Total Size: 30.9 kB

Filename Size Change
arktype/dist/arktype.js 306 B -27.2 kB (-98.89%) 🏆
arktype/dist/arktype.module.js 321 B -27.2 kB (-98.84%) 🏆
arktype/dist/arktype.umd.js 408 B -27.2 kB (-98.52%) 🏆
valibot/dist/valibot.js 475 B -503 B (-51.43%) 🏆
valibot/dist/valibot.module.js 489 B -506 B (-50.85%) 🏆
valibot/dist/valibot.umd.js 583 B -487 B (-45.51%) 🎉
vine/dist/vine.js 530 B -419 B (-44.15%) 🎉
vine/dist/vine.module.js 538 B -420 B (-43.84%) 🎉
vine/dist/vine.umd.js 640 B -401 B (-38.52%) 🎉
ℹ️ View Unchanged
Filename Size
ajv/dist/ajv.js 639 B
ajv/dist/ajv.module.js 597 B
ajv/dist/ajv.umd.js 756 B
class-validator/dist/class-validator.js 537 B
class-validator/dist/class-validator.module.js 560 B
class-validator/dist/class-validator.umd.js 640 B
computed-types/dist/computed-types.js 385 B
computed-types/dist/computed-types.module.js 401 B
computed-types/dist/computed-types.umd.js 476 B
dist/resolvers.js 711 B
dist/resolvers.module.js 715 B
dist/resolvers.umd.js 795 B
effect-ts/dist/effect-ts.js 601 B
effect-ts/dist/effect-ts.module.js 468 B
effect-ts/dist/effect-ts.umd.js 716 B
io-ts/dist/io-ts.js 1.27 kB
io-ts/dist/io-ts.module.js 1.17 kB
io-ts/dist/io-ts.umd.js 1.41 kB
joi/dist/joi.js 589 B
joi/dist/joi.module.js 608 B
joi/dist/joi.umd.js 694 B
nope/dist/nope.js 347 B
nope/dist/nope.module.js 366 B
nope/dist/nope.umd.js 435 B
superstruct/dist/superstruct.js 324 B
superstruct/dist/superstruct.module.js 343 B
superstruct/dist/superstruct.umd.js 424 B
typanion/dist/typanion.js 329 B
typanion/dist/typanion.module.js 344 B
typanion/dist/typanion.umd.js 425 B
typebox/dist/typebox.js 499 B
typebox/dist/typebox.module.js 519 B
typebox/dist/typebox.umd.js 618 B
typeschema/dist/typeschema.js 466 B
typeschema/dist/typeschema.module.js 479 B
typeschema/dist/typeschema.umd.js 577 B
vest/dist/vest.js 479 B
vest/dist/vest.module.js 443 B
vest/dist/vest.umd.js 568 B
yup/dist/yup.js 622 B
yup/dist/yup.module.js 636 B
yup/dist/yup.umd.js 726 B
zod/dist/zod.js 597 B
zod/dist/zod.module.js 614 B
zod/dist/zod.umd.js 701 B

compressed-size-action

@jorisre jorisre marked this pull request as ready for review July 2, 2024 19:08
@jorisre jorisre requested a review from bluebill1049 July 2, 2024 19:08
@jorisre jorisre force-pushed the feat/typeschema-resolver branch 7 times, most recently from 76167ec to 5466f6a Compare July 3, 2024 07:44
@bluebill1049
Copy link
Member

Joris, could you please remove loaddash set from the package.json? thanks

@jorisre
Copy link
Member Author

jorisre commented Jul 4, 2024

Joris, could you please remove loaddash set from the package.json? thanks

@bluebill1049 lodash isn't a dependency as you can see in the diff file.

@jorisre jorisre merged commit 18e423f into master Jul 4, 2024
3 of 4 checks passed
@jorisre jorisre deleted the feat/typeschema-resolver branch July 4, 2024 09:27
Copy link
Contributor

github-actions bot commented Jul 5, 2024

🎉 This issue has been resolved in version 3.8.0 🎉

The release is available on:

Your semantic-release bot 📦🚀

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants