nixpkgs/pkgs/applications/networking/instant-messengers/element
Maximilian Bosch 6e49dfc754
element-{web,desktop}: 1.11.10 -> 1.11.12
ChangeLogs:
* https://github.com/vector-im/element-web/releases/tag/v1.11.11
* https://github.com/vector-im/element-web/releases/tag/v1.11.12

Also, it has apparently been forgotten to regenerate `yarn.lock` on the
release, `element-web` failed to build like this initially:

    yarn install v1.22.19
    [1/4] Resolving packages...
    error Couldn't find any versions for "browser-request" that matches "^0.3.3" in our cache (possible versions are ""). This is usually caused by a missing entry in the lockfile, running Yarn without the --offline flag may help fix this issue.
    info Visit https://yarnpkg.com/en/docs/cli/install for documentation about this command.

To fix this, I decided to apply a patch with the proper `yarn.lock` and
the problem is gone now. We should be careful however on the next
update, so I added a warning to the `update.sh`-script to remind myself
(or whoever will do the next update).

I'll leave it as-is now assuming that the issue fixes itself at the next
time, a developer runs `yarn`. Also, I'm tired of having to chase
dependency errors whenever I touch this package.
2022-10-27 23:36:23 +02:00
..
keytar keytar: fix package name in update script help text 2022-10-08 22:47:14 +02:00
seshat element-desktop.seshat: pass yarnOfflineCache as environment variable 2022-10-02 23:47:49 +02:00
element-desktop.nix NIXOS_OZONE_WL: fix wayland window decorations 2022-09-28 15:56:55 +02:00
element-web.nix element-{web,desktop}: 1.11.10 -> 1.11.12 2022-10-27 23:36:23 +02:00
pin.json element-{web,desktop}: 1.11.10 -> 1.11.12 2022-10-27 23:36:23 +02:00
regenerate-element-web-yarn.lock.diff element-{web,desktop}: 1.11.10 -> 1.11.12 2022-10-27 23:36:23 +02:00
update.sh element-{web,desktop}: 1.11.10 -> 1.11.12 2022-10-27 23:36:23 +02:00