Closed AndrewFerr closed 1 week ago
I'm a bit confused here; are you saying that if I git pull
develop and do yarn install
, yarn.lock
would get updated?
I'm a bit confused here; are you saying that if I
git pull
develop and doyarn install
,yarn.lock
would get updated?
Yes, exactly.
That doesn't happen for me. Also the CI would have failed if yarn.lock was modified?
Interesting, the lockfile was getting updated for me when I filed this, but not anymore. I updated the commit message to reflect that.
I'm not sure if CI fails on lockfiles getting modified, but workflows do tend to use yarn install --frozen-lockfile
if that helps.
matrix-js-sdk#develop now depends on matrix-widget-api^v1.10.0, so update the lockfile to match that. A yarn install would update the lockfile otherwise.
The correct version was reverted by element-hq/element-web#28430.
Signed-off-by: Andrew Ferrazzutti andrewf@element.io
Checklist
public
/exported
symbols have accurate TSDoc documentation.