-
Notifications
You must be signed in to change notification settings - Fork 0
LEAN-4873 - Eliminate manuscripts-json-schema (for real) #288
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
base: master
Are you sure you want to change the base?
Conversation
|
Published version |
|
Published version |
|
Published version |
|
Published version |
|
Published version |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Pull Request Overview
This PR eliminates the @manuscripts/json-schema dependency by replacing all imports with equivalent types from @manuscripts/transform, as part of a refactoring effort to consolidate JSON schema types.
Key Changes
- Replaced
@manuscripts/json-schemaimports with@manuscripts/transformimports - Updated package dependencies to remove
@manuscripts/json-schemaand add@manuscripts/transform - Updated package version to reflect the change
Reviewed Changes
Copilot reviewed 4 out of 5 changed files in this pull request and generated no comments.
| File | Description |
|---|---|
| stories/data/people.ts | Updated UserProfile import source |
| stories/data/bibliography-items.ts | Updated BibliographyItem import source and added blank line |
| src/lib/capabilities.tsx | Updated Project and UserProfile import sources |
| package.json | Removed json-schema dependency, added transform dependency, updated version |
Files not reviewed (1)
- pnpm-lock.yaml: Language not supported
Tip: Customize your code reviews with copilot-instructions.md. Create the file or learn how to get started.
|
Published version |
|
Published version |
|
Published version |
|
Published version |
LEAN-4873 - Eliminate manuscripts-json-schema (for real)