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

chore(deps): bump @nestia/core from 1.6.7 to 2.1.4 #336

Closed
wants to merge 1 commit into from

Conversation

dependabot[bot]
Copy link

@dependabot dependabot bot commented on behalf of github Sep 28, 2023

Bumps @nestia/core from 1.6.7 to 2.1.4.

Release notes

Sourced from @​nestia/core's releases.

v2.1.4

Related release note of typia: https://github.com/samchon/typia/releases/tag/v5.1.1

export namespace http {
    export function parameter<T extends boolean | bigint | number | string>(input: string): T;
export function headers&lt;T extends object&gt;(input: Record&lt;string, string | string[] | undefined&gt;): Resolved&lt;T&gt;;
export function isHeaders&lt;T extends object&gt;(input: Record&lt;string, string | string[] | undefined&gt;): Resolved&lt;T&gt; | null;
export function assertHeaders&lt;T extends object&gt;(input: Record&lt;string, string | string[] | undefined&gt;): Resolved&lt;T&gt;;
export function validateHeaders&lt;T extends object&gt;(input: Record&lt;string, string | string[] | undefined&gt;): IValidation&lt;Resolved&lt;T&gt;&gt;;
export function query&lt;T extends object&gt;(input: URLSearchParams): Resolved&lt;T&gt;;
export function isQuery&lt;T extends object&gt;(input: URLSearchParams): Resolved&lt;T&gt; | null;
export function assertQuery&lt;T extends object&gt;(input: URLSearchParams): Resolved&lt;T&gt;;
export function validateQuery&lt;T extends object&gt;(input: URLSearchParams): IValidation&lt;Resolved&lt;T&gt;&gt;;

}

typia has started supporting http related functions by migrating @TypedParam(), @TypedQuery() and @TypedHeaders() functions of this nestia. The reason of such migration is to make typia to support not only NestJS, but also Fastify like this nestia case. Also, during the migration, those http functions have been enhanced by strong test functions of typia.

Therefore, from nestia v2.1 update, decorators @TypedParam(), @TypedQuery() and @TypedHeaders() do not have main logic, but adapt of typia. Also, during the v2.1 update, I've found some bugs of @nestia/core and @nestia/sdk, by enhancing test programs much more stronger. Therefore, fixed all of those bugs. I think most bugs of nestia have been resolved.

Additionally, have changed naming strategy of JSON schema components to make them easy to read.

What's Changed

Full Changelog: samchon/nestia@v2.0.6...v2.1.4

v2.0.6

What's Changed

Full Changelog: samchon/nestia@v2.0.5...v2.0.6

v2.0.5

What's Changed

... (truncated)

Commits
  • 7920fa9 Merge pull request #630 from samchon/features/default
  • 8fd60d4 Enhance test programs much more
  • eb451f9 Merge pull request #629 from samchon/features/clone
  • c518be0 Fix #628 - enhance test programs of DTO clone mode
  • 82ac200 Merge pull request #626 from samchon/features/fastify
  • 331fd7b Deprecated property of faastify.
  • 3991f6e Merge pull request #625 from samchon/features/clone
  • 9616787 Publish v2.1
  • f19e4bc Fix #622 - recursive DTO type cloning.
  • 3ef8d90 Merge pull request #624 from samchon/features/decompose
  • Additional commits viewable in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code labels Sep 28, 2023
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/nestia/core-2.1.4 branch 4 times, most recently from 7daefa1 to a1a6f69 Compare September 29, 2023 03:31
Bumps [@nestia/core](https://github.com/samchon/nestia) from 1.6.7 to 2.1.4.
- [Release notes](https://github.com/samchon/nestia/releases)
- [Commits](samchon/nestia@v1.6.7...v2.1.4)

---
updated-dependencies:
- dependency-name: "@nestia/core"
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/nestia/core-2.1.4 branch from a1a6f69 to 32f2c7a Compare September 29, 2023 03:39
@dependabot @github
Copy link
Author

dependabot bot commented on behalf of github Oct 2, 2023

Superseded by #341.

@dependabot dependabot bot closed this Oct 2, 2023
@dependabot dependabot bot deleted the dependabot/npm_and_yarn/nestia/core-2.1.4 branch October 2, 2023 04:07
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants