When the bot announces new releases, it says we ca...
# help
e
When the bot announces new releases, it says we can run:
Copy code
yarn sst update v1.2.12
What does this actually do? For me, I get some console printing but no change to package.json:
Copy code
% yarn sst update v1.2.12
Updating @serverless-stack/cli to v1.2.12
Updating @serverless-stack/resources to v1.2.12
Updating aws-cdk-lib@2.24.0
SST: 1.2.11
CDK: 2.24.0
t
think we have a typo, shouldn't be
v1.2.12
should just be
1.2.12
e
Mmm, still no difference. Here’s a fragment from my package.json:
Copy code
"devDependencies": {
    "@serverless-stack/cli": "^1.2.11",
    "@serverless-stack/resources": "^1.2.11",
    "aws-cdk-lib": "2.24.0",
My YARN version is 3.2.0, with the
node-modules
node linker. Single project at the moment - no workspaces in play.
t
ah we don't work well with yarn 3, we need to rework how this command works
sorry!
e
No worries. It’s very much not a high priority - was just curious.