chore: rename @sinclair/typebox to typebox#825
Merged
Fdawgs merged 1 commit intofastify:mainfrom Feb 10, 2026
Merged
Conversation
Fdawgs
approved these changes
Feb 10, 2026
There was a problem hiding this comment.
Pull request overview
This PR migrates the test dependency from the legacy @sinclair/typebox package to the current typebox package (TypeBox 1.x), aligning the repo’s TypeBox usage with the modern published package name.
Changes:
- Replaced
@sinclair/typeboxwithtypeboxinpackage.jsondevDependencies (bumping to^1.0.81). - Updated the TypeBox import in
test/typebox.test.jsto require fromtypebox.
Reviewed changes
Copilot reviewed 2 out of 2 changed files in this pull request and generated no comments.
| File | Description |
|---|---|
| test/typebox.test.js | Updates the TypeBox import path used by the unit test. |
| package.json | Swaps devDependency from @sinclair/typebox to typebox at a 1.x version. |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
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.
Proposals:
@sinclair/typeboxwithtypeboxinpackage.json(dependency reference and version bump to^1.0.81)test/typebox.test.js)@sinclair/typeboxis the legacy package for TypeBox versions pre-1.0 (0.34.x). TypeBox versions 1.0 and above are published under thetypeboxpackage name ( see screenshot ). This PR migrates to the current package to use TypeBox 1.x.