Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions .changeset/lazy-places-carry.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"@ebay/ui-core-react": major
---

feat: removed React 16/17/18 support
6 changes: 3 additions & 3 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions packages/ebayui-core-react/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -73,9 +73,9 @@
"react-remove-scroll": "^2.7.2"
},
"peerDependencies": {
"@ebay/skin": "^19.0.0",
"react": ">= 16.0.0",
"react-dom": ">= 16.0.0"
"@ebay/skin": "^19",
Copy link

Copilot AI Jan 2, 2026

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The @ebay/skin version constraint was changed from ^19.0.0 to ^19. While functionally equivalent in most cases, the shorter form ^19 allows any 19.x.x version including 19.0.0-alpha prereleases. Consider keeping the more explicit ^19.0.0 format for consistency and to avoid unintended prerelease matching unless prereleases are intentionally supported.

Suggested change
"@ebay/skin": "^19",
"@ebay/skin": "^19.0.0",

Copilot uses AI. Check for mistakes.
"react": "^19",
"react-dom": "^19"
},
"optionalDependencies": {
"shaka-player": "^4.16.12"
Expand Down