Skip to content

Commit

Permalink
web: downgrade dependencies by checking out an old version
Browse files Browse the repository at this point in the history
The upgraded dependencies have exposed an issue in the way package names
are handled in the bitbake npm package fetcher.
The issue being that the names '@types/ramda' and 'types-ramda' are
mangled into the same name, which results in their tar archives being
called the same if the versions match as well,
resulting in one overwriting the other.
There is a fix for this, which made it into poky master[1] but not into
scarthgap (yet).

Getting it into scarthgap is the ultimate goal, but right now it is
holding us back from rolling a new release.

Undo the the dependency updates for now, so we can roll a new meta-lxatac
release. We can re-do the updates once the fix is backported to scarthgap.

This resets the package-lock.json to how it was before commit cee818c
("tacd: update dependencies via cargo update").
In this package-lock.json the '@types/ramda' and 'types-ramda' packages
have different version numbers, which means the tar archives have
different names.

[1]: yoctoproject/poky@ee6bf28

Signed-off-by: Leonard Göhrs <[email protected]>
  • Loading branch information
hnez committed Sep 9, 2024
1 parent a25b8a7 commit 159abd1
Showing 1 changed file with 16,464 additions and 4,148 deletions.
Loading

0 comments on commit 159abd1

Please sign in to comment.