Page MenuHomeSealhub

Find and implement a replacement for shortID in Sealious
Open, NormalPublic1 Points

Description

The shortid library is deprecated, so we need to replace them with something else, like https://www.npmjs.com/package/short-uuid

Details

Tested by
FilipI
Reviewed by
FilipI
Action required from
AmeliaB, Koossa, karolwojtowicz87, brtkuu, prostyfranek, zbartosz, radoptak

Revisions and Commits

rS Sealious
Restricted Differential Revision

Event Timeline

krzysztof added a revision: Restricted Differential Revision.Jan 30 2025, 19:05
jenkins-user moved this task from To do to Review on the Kanban board.
jenkins-user updated Action required from, added: FilipI.
jenkins-user added a subscriber: krzysztof.

used nanoid instead of short-uuid as it was:

  • recommended in deprecation message
  • much smaller
  • and with many more downloads
jenkins-user moved this task from Review to Ready for testing on the Kanban board.
jenkins-user updated Action required from, added: AmeliaB, Koossa, karolwojtowicz87, brtkuu, prostyfranek, zbartosz, radoptak; removed: FilipI.
jenkins-user updated Tested by, added: FilipI.
jenkins-user moved this task from Ready for testing to Ready to land on the Kanban board.