Skip to content

Tags: jmcdo29/nest-lab

Tags

nx_successful_ci_run__10493820516__2024-08-21-1634-UTC

Toggle nx_successful_ci_run__10493820516__2024-08-21-1634-UTC's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Version Packages (#47)

This PR was opened by the [Changesets
release](https://github.com/changesets/action) GitHub action. When
you're ready to do a release, you can merge this and the packages will
be published to npm automatically. If you're not ready to do a release
yet, that's fine, whenever you add more changesets to main, this PR will
be updated.


# Releases
## @nest-lab/[email protected]

### Major Changes

- ba2665d: Update typeschema to @typeschema/main and allow for the usage
of all
    underlying adapters

nx_successful_ci_run__10493807851__2024-08-21-1633-UTC

Toggle nx_successful_ci_run__10493807851__2024-08-21-1633-UTC's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
feat: change to new typeschema package (#46)

This update begins using `@typeschema/main` instead of
`@decs/typeschema` to better allow the use of typeschema going forward.

Warning, there were some errors with `ow` and `io-ts` in the tests, so
for now I've omitted them. Generally this shouldn't be the case though,
and more than likely is an implementation issue on my side, seeing as
typeschema properly has tests for them. I'll look more into it later.

nx_successful_ci_run__10476271302__2024-08-20-1724-UTC

Toggle nx_successful_ci_run__10476271302__2024-08-20-1724-UTC's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
chore: upgrade nx to latest (#45)

nx_successful_ci_run__9007029786__2024-05-08-1855-UTC

Toggle nx_successful_ci_run__9007029786__2024-05-08-1855-UTC's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Version Packages (#43)

This PR was opened by the [Changesets
release](https://github.com/changesets/action) GitHub action. When
you're ready to do a release, you can merge this and the packages will
be published to npm automatically. If you're not ready to do a release
yet, that's fine, whenever you add more changesets to main, this PR will
be updated.


# Releases
## @nest-lab/[email protected]

### Patch Changes

-   482b43f: fix: make `options` optional

nx_successful_ci_run__9007013791__2024-05-08-1853-UTC

Toggle nx_successful_ci_run__9007013791__2024-05-08-1853-UTC's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
feat: Make `options` optional (#42)

Currently `ValidationPipe` requires `options` to be defined, forcing you
to include a default e.g. `{}` if you don't have any options to specify.

nx_successful_ci_run__8196536519__2024-03-08-0008-UTC

Toggle nx_successful_ci_run__8196536519__2024-03-08-0008-UTC's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Version Packages (#40)

This PR was opened by the [Changesets
release](https://github.com/changesets/action) GitHub action. When
you're ready to do a release, you can merge this and the packages will
be published to npm automatically. If you're not ready to do a release
yet, that's fine, whenever you add more changesets to main, this PR will
be updated.


# Releases
## @nest-lab/[email protected]

### Patch Changes

- 7972281: Use `{strict: false}` when calling modRef.get() to ensure
guards can
    come from other modules