Upgrade @samchon/openapi only in pnpm-lock.yaml#1570
Merged
Conversation
Contributor
There was a problem hiding this comment.
Copilot reviewed 546 out of 563 changed files in this pull request and generated no comments.
Files not reviewed (17)
- test/schemas/llm.application/chatgpt/ArrayAny.json: Language not supported
- test/schemas/llm.application/chatgpt/ArrayHierarchical.json: Language not supported
- test/schemas/llm.application/chatgpt/ArrayHierarchicalPointer.json: Language not supported
- test/schemas/llm.application/chatgpt/ArrayMatrix.json: Language not supported
- test/schemas/llm.application/chatgpt/ArrayRecursive.json: Language not supported
- test/schemas/llm.application/chatgpt/ArrayRecursiveUnionExplicit.json: Language not supported
- test/schemas/llm.application/chatgpt/ArrayRecursiveUnionExplicitPointer.json: Language not supported
- test/schemas/llm.application/chatgpt/ArrayRecursiveUnionImplicit.json: Language not supported
- test/schemas/llm.application/chatgpt/ArrayRepeatedNullable.json: Language not supported
- test/schemas/llm.application/chatgpt/ArrayRepeatedRequired.json: Language not supported
- test/schemas/llm.application/chatgpt/ArrayRepeatedUnion.json: Language not supported
- test/schemas/llm.application/chatgpt/ArraySimple.json: Language not supported
- test/schemas/llm.application/chatgpt/ArrayUnion.json: Language not supported
- test/schemas/llm.application/chatgpt/AtomicUnion.json: Language not supported
- test/schemas/llm.application/chatgpt/ClassGetter.json: Language not supported
- test/schemas/llm.application/chatgpt/ClassMethod.json: Language not supported
- test/schemas/llm.application/chatgpt/ClassPropertyAssignment.json: Language not supported
Comments suppressed due to low confidence (1)
test/build/internal/TestJsonSchemaGenerator.ts:59
- The directory path here still uses 'json.schema' instead of the updated 'json.schemas'. Please update this line to ensure consistent file path usage across the code.
const path: string = `${__dirname}/../../src/features/json.schema/${title}`;
|
Review the following changes in direct dependencies. Learn more about Socket for GitHub ↗.
|
commit: |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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 changes to remove empty
descriptionfields from various JSON schema definitions and updates file paths related to JSON schema generation.Removal of empty
descriptionfields:test-esm/generate/output/index.ts: Removed emptydescriptionfields from multiple objects and properties. [1] [2] [3] [4] [5] [6] [7] [8] [9] [10] [11] [12]test/generate/output/generate_llm.ts: Removed emptydescriptionfields from multiple schema definitions. [1] [2] [3]test/schemas/llm.application/chatgpt/ArrayAny.json: Removed emptydescriptionfields from multiple parameters. [1] [2] [3]test/schemas/llm.application/chatgpt/ArrayHierarchical.json: Removed emptydescriptionfields from multiple parameters. [1] [2] [3]test/schemas/llm.application/chatgpt/ArrayHierarchicalPointer.json: Removed emptydescriptionfields from multiple parameters. [1] [2] [3]test/schemas/llm.application/chatgpt/ArrayMatrix.json: Removed emptydescriptionfields from multiple parameters. [1] [2] [3]test/schemas/llm.application/chatgpt/ArrayRecursive.json: Removed emptydescriptionfields from multiple parameters and properties. [1] [2] [3] [4] [5] [6]test/schemas/llm.application/chatgpt/ArrayRecursiveUnionExplicit.json: Removed emptydescriptionfields from multiple parameters and properties. [1] [2] [3] [4]Updates to JSON schema generation file paths:
test/build/internal/TestJsonSchemaGenerator.ts: Updated file paths fromjson.schematojson.schemasto reflect the correct directory structure. [1] [2] [3] [4]