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.5 #341

Closed
wants to merge 1 commit into from

Conversation

dependabot[bot]
Copy link

@dependabot dependabot bot commented on behalf of github Oct 2, 2023

Bumps @nestia/core from 1.6.7 to 2.1.5.

Release notes

Sourced from @​nestia/core's releases.

v2.1.5

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

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

New Contributors

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

v2.0.6

What's Changed

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

v2.0.5

What's Changed

... (truncated)

Commits
  • b86a150 Merge pull request #634 from samchon/features/dto
  • fdfb573 Upgrade @nestia/migrate for bundling.
  • 5affd70 Fix #633 - DTO clone bug when exactOptionalProperty option with Partial t...
  • 89fdfd8 Merge pull request #633 from industriously/features/dto
  • aeb539b add new test/features
  • 795d9d5 Demonstrate #628 - show how exactOptionalPropertyTypes works
  • 0c97662 Updage build.yml
  • 7920fa9 Merge pull request #630 from samchon/features/default
  • 8fd60d4 Enhance test programs much more
  • eb451f9 Merge pull request #629 from samchon/features/clone
  • 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 Oct 2, 2023
@socket-security
Copy link

socket-security bot commented Oct 2, 2023

No top level dependency changes detected. Learn more about Socket for GitHub ↗︎

@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/nestia/core-2.1.5 branch 6 times, most recently from 44ee630 to c840a60 Compare October 2, 2023 04:25
Bumps [@nestia/core](https://github.com/samchon/nestia) from 1.6.7 to 2.1.5.
- [Release notes](https://github.com/samchon/nestia/releases)
- [Commits](samchon/nestia@v1.6.7...v2.1.5)

---
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.5 branch from c840a60 to 61c25e8 Compare October 2, 2023 04:28
@dependabot @github
Copy link
Author

dependabot bot commented on behalf of github Oct 3, 2023

Superseded by #351.

@dependabot dependabot bot closed this Oct 3, 2023
@dependabot dependabot bot deleted the dependabot/npm_and_yarn/nestia/core-2.1.5 branch October 3, 2023 03:40
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