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.1 #327

Closed
wants to merge 1 commit into from

Conversation

dependabot[bot]
Copy link

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

Bumps @nestia/core from 1.6.7 to 2.1.1.

Release notes

Sourced from @​nestia/core's releases.

v2.1.1

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 found some bugs of @nestia/sdk, so that fixed them.

What's Changed

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

v2.0.6

What's Changed

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

v2.0.5

What's Changed

New Contributors

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

... (truncated)

Commits
  • 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
  • bedb0a4 Fix decompose option's bug on swagger generator with comment tags.
  • d2fb6ff Merge pull request #623 from samchon/features/typia
  • 92639e4 Change parameter strategy
  • 1705599 Adapt typia v5.1 update
  • 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)

Bumps [@nestia/core](https://github.com/samchon/nestia) from 1.6.7 to 2.1.1.
- [Release notes](https://github.com/samchon/nestia/releases)
- [Commits](samchon/nestia@v1.6.7...v2.1.1)

---
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 added dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code labels Sep 27, 2023
@dependabot @github
Copy link
Author

dependabot bot commented on behalf of github Sep 28, 2023

Superseded by #336.

@dependabot dependabot bot closed this Sep 28, 2023
@dependabot dependabot bot deleted the dependabot/npm_and_yarn/nestia/core-2.1.1 branch September 28, 2023 03:33
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