Adapt typia 7.1 update and publish it #1141
Merged
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This pull request includes several updates across multiple
package.json
files, primarily focusing on version bumps for dependencies and package versions. Additionally, there are some minor changes to build and test scripts.Dependency Updates:
typia
dependency from^7.0.2
to^7.1.0
across multiple packages (benchmark/package.json
,packages/benchmark/package.json
,packages/core/package.json
,packages/e2e/package.json
,packages/editor/package.json
,packages/fetcher/package.json
,packages/migrate/package.json
,packages/sdk/package.json
). [1] [2] [3] [4] [5] [6] [7] [8]Version Bumps:
@nestia/station
,@nestia/core
,@nestia/fetcher
,@nestia/sdk
,@nestia/editor
, and@nestia/migrate
to their respective new versions (4.1.0
,4.1.0-dev.20241210
,4.1.0-dev.20241210
,4.1.0-dev.20241210
,0.9.5
,0.21.5
). [1] [2] [3] [4] [5] [6]Build Script Changes:
pnpm install
command fromdeploy/build.js
andtest/executable/start.js
to streamline the build process. [1] [2]Swagger JSON Update:
swagger.json
intest/features/body-generic-default
to reflect new version4.0.4
.