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

fix(deps): update dependency @nestia/core to v3 #97

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Apr 30, 2024

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@nestia/core (source) ^2.4.3 -> ^3.0.0 age adoption passing confidence

Release Notes

samchon/nestia (@​nestia/core)

v3.18.0

Compare Source

image

The new package, @nestia/editor.

It is a swagger-ui helper that combining it with Cloud TypeScript Editor (StackBlitz) and embedded SDK

What's Changed

Full Changelog: samchon/nestia@v3.17.0...v3.18.0

v3.17.0

Compare Source

What's Changed

New Contributors

Full Changelog: samchon/nestia@v3.16.0...v3.17.0

v3.16.0

Compare Source

What's Changed

Full Changelog: samchon/nestia@v3.14.1...v3.16.0

v3.15.0

Compare Source

v3.14.1

Compare Source

What's Changed

Full Changelog: samchon/nestia@v3.14.0...v3.14.1

v3.14.0

Compare Source

What's Changed

Full Changelog: samchon/nestia@v3.13.0...v3.14.0

v3.13.0

Compare Source

What's Changed

New Contributors

Full Changelog: samchon/nestia@v3.12.2...v3.13.0

v3.12.2

Compare Source

What's Changed

Full Changelog: samchon/nestia@v3.12.1...v3.12.2

v3.12.1

Compare Source

What's Changed

Full Changelog: samchon/nestia@v3.12.0...v3.12.1

v3.12.0

Compare Source

What's Changed

Full Changelog: samchon/nestia@v3.11.3...v3.12.0

v3.11.3

Compare Source

What's Changed

Full Changelog: samchon/nestia@v3.11.2...v3.11.3

v3.11.2

Compare Source

What's Changed

Full Changelog: samchon/nestia@v3.11.1...v3.11.2

v3.11.1

Compare Source

Boosted up @nestia/sdk performance by entirely re-making, building time of Swagger Document and SDK library has been reduced.

Also, @nestia/sdk has started supporting multiple SDK libraries and Swagger Documents generations.

You can configure multiple INestiaConfig typed instances in the nestia.config.ts file.

import { INestiaConfig } from "@​nestia/sdk";
import { NestFactory } from "@​nestjs/core";
 
import { AppModule } from "./src/modules/AppModule";
import { BbsModule } from "./src/modules/BbsModule";
import { CommonModule } from "./src/modules/CommonModule";
 
export const NESTIA_CONFIGURATIONS: INestiaConfig[] = [
  {
    input: () => NestFactory.create(AppModule),
    openai: {
      output: "openai.json",
      keyword: true,
    },
  },
  {
    input: () => NestFactory.create(BbsModule),
    openai: {
      output: "bbs.openai.json",
      keyword: true,
    },
  },
  {
    input: () => NestFactory.create(CommonModule),
    openai: {
      output: "common.openai.json",
      keyword: false,
    },
  },
];
export default NESTIA_CONFIGURATIONS;

https://nestia.io/docs/sdk/swagger/#multiple-files-generation

What's Changed

Full Changelog: samchon/nestia@v3.10.0...v3.11.1

v3.11.0

Compare Source

v3.10.0

Compare Source

compare

typia enhanced performance, and nestia follows the update.

As the ObjectHierarchical like structures are commonly seen in the real world services, especially in the backend applications, I strongly recommend installing this update.

What's Changed

Full Changelog: samchon/nestia@v3.9.0...v3.10.0

v3.9.1

Compare Source

v3.9.0

Compare Source

What's Changed

Full Changelog: samchon/nestia@v3.8.1...v3.9.0

v3.8.1

Compare Source

What's Changed

New Contributors

Full Changelog: samchon/nestia@v3.7.2...v3.8.1

v3.8.0

Compare Source

v3.7.2

Compare Source

What's Changed

Full Changelog: samchon/nestia@v3.7.1...v3.7.2

v3.7.1

Compare Source

What's Changed

New Contributors

Full Changelog: samchon/nestia@v3.7.0...v3.7.1

v3.7.0

Compare Source

What's Changed

Full Changelog: samchon/nestia@v3.6.1...v3.7.0

v3.6.1

Compare Source

What's Changed

Full Changelog: samchon/nestia@v3.5.0...v3.6.1

v3.6.0

Compare Source

v3.5.0

Compare Source

What's Changed

Full Changelog: samchon/nestia@v3.4.3...v3.5.0

v3.4.3

Compare Source

What's Changed

Full Changelog: samchon/nestia@v3.4.1...v3.4.3

v3.4.2

Compare Source

v3.4.1

Compare Source

What's Changed

Full Changelog: samchon/nestia@v3.4.0...v3.4.1

v3.4.0

Compare Source

What's Changed

Full Changelog: samchon/nestia@v3.3.2...v3.4.0

v3.3.2

Compare Source

What's Changed

Full Changelog: samchon/nestia@v3.2.6...v3.3.2

v3.3.1

Compare Source

v3.3.0

Compare Source

v3.2.6

Compare Source

What's Changed

Full Changelog: samchon/nestia@v3.2.5...v3.2.6

v3.2.5

Compare Source

image

From now on, Nestia starts supporting performance benchmark through e2e test functions.

Related chapters:

What's Changed

Full Changelog: samchon/nestia@v3.2.1...v3.2.5

v3.2.4

Compare Source

v3.2.3

Compare Source

v3.2.2

Compare Source

v3.2.1

Compare Source

What's Changed

New Contributors

Full Changelog: samchon/nestia@v3.2.0...v3.2.1

v3.2.0

Compare Source

TGrid logo

TGrid v1 be relased, and this update is to following it.

https://tgrid.com

What's Changed

Full Changelog: samchon/nestia@v3.1.4...v3.2.0

v3.1.4

Compare Source

What's Changed

Full Changelog: samchon/nestia@v3.1.3...v3.1.4

v3.1.3

Compare Source

What's Changed

Full Changelog: samchon/nestia@v3.1.2...v3.1.3

v3.1.2

Compare Source

What's Changed

Full Changelog: samchon/nestia@v3.1.1...v3.1.2

v3.1.1

Compare Source

Now, @nestia/core and @nestia/sdk starts supporting websocket protocol.

https://nestia.io/docs/core/WebSocketRoute

What's Changed

Full Changelog: samchon/nestia@v3.0.5...v3.1.1

v3.1.0

Compare Source

v3.0.5

Compare Source

What's Changed

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

v3.0.4

Compare Source

What's Changed

New Contributors

Full Changelog: samchon/nestia@v3.0.3...v3.0.4

v3.0.3

Compare Source

What's Changed

Full Changelog: samchon/nestia@v3.0.2...v3.0.3

v3.0.2

Compare Source

Swagger generator of nestia has adopted OpenAPI v3.1 specification.

Also, upgraded typia dependency from v5 to v6.

What's Changed

Full Changelog: samchon/nestia@v2.6.4...v3.0.2

v3.0.1

Compare Source

v3.0.0

Compare Source


Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

Copy link

vercel bot commented Apr 30, 2024

The latest updates on your projects. Learn more about Vercel for Git ↗︎

1 Ignored Deployment
Name Status Preview Comments Updated (UTC)
marble-frontend ⬜️ Ignored (Inspect) Visit Preview Apr 30, 2024 8:18pm

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

Successfully merging this pull request may close these issues.

0 participants