Skip to content

Commit

Permalink
vx: allow no-immutable installs
Browse files Browse the repository at this point in the history
  • Loading branch information
ealush committed Nov 6, 2023
1 parent 50ca558 commit 30ca9bf
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 18 deletions.
2 changes: 1 addition & 1 deletion vx/scripts/release/steps/push_to_latest_branch.sh
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ echo "Checking out new local stable branch"
git checkout -b $STABLE_BRANCH

echo "Rebuilding yarn.lock"
yarn
yarn install --no-immutable

echo "Cleaning up auth token"
yarn config unset npmAuthToken
Expand Down
34 changes: 17 additions & 17 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -5341,7 +5341,7 @@ __metadata:
version: 0.0.0-use.local
resolution: "anyone@workspace:packages/anyone"
dependencies:
vest-utils: ^1.1.0
vest-utils: ^1.1.1
languageName: unknown
linkType: soft

Expand Down Expand Up @@ -6618,11 +6618,11 @@ __metadata:
languageName: node
linkType: hard

"context@^3.0.13, context@workspace:packages/context":
"context@^3.0.14, context@workspace:packages/context":
version: 0.0.0-use.local
resolution: "context@workspace:packages/context"
dependencies:
vest-utils: ^1.1.0
vest-utils: ^1.1.1
languageName: unknown
linkType: soft

Expand Down Expand Up @@ -11630,14 +11630,14 @@ __metadata:
languageName: node
linkType: hard

"n4s@^5.0.7, n4s@workspace:packages/n4s":
"n4s@^5.0.8, n4s@workspace:packages/n4s":
version: 0.0.0-use.local
resolution: "n4s@workspace:packages/n4s"
dependencies:
"@types/validator": ^13.11.1
context: ^3.0.13
context: ^3.0.14
validator: 13.9.0
vest-utils: ^1.1.0
vest-utils: ^1.1.1
languageName: unknown
linkType: soft

Expand Down Expand Up @@ -15544,15 +15544,15 @@ __metadata:
languageName: node
linkType: hard

"vast@^1.0.22, vast@workspace:packages/vast":
"vast@^1.0.23, vast@workspace:packages/vast":
version: 0.0.0-use.local
resolution: "vast@workspace:packages/vast"
dependencies:
vest-utils: ^1.1.0
vest-utils: ^1.1.1
languageName: unknown
linkType: soft

"vest-utils@^1.1.0, vest-utils@workspace:packages/vest-utils":
"vest-utils@^1.1.1, vest-utils@workspace:packages/vest-utils":
version: 0.0.0-use.local
resolution: "vest-utils@workspace:packages/vest-utils"
languageName: unknown
Expand All @@ -15569,20 +15569,20 @@ __metadata:
version: 0.0.0-use.local
resolution: "vest@workspace:packages/vest"
dependencies:
context: ^3.0.13
n4s: ^5.0.7
vast: ^1.0.22
vest-utils: ^1.1.0
vestjs-runtime: ^1.0.4
context: ^3.0.14
n4s: ^5.0.8
vast: ^1.0.23
vest-utils: ^1.1.1
vestjs-runtime: ^1.0.5
languageName: unknown
linkType: soft

"vestjs-runtime@^1.0.4, vestjs-runtime@workspace:packages/vestjs-runtime":
"vestjs-runtime@^1.0.5, vestjs-runtime@workspace:packages/vestjs-runtime":
version: 0.0.0-use.local
resolution: "vestjs-runtime@workspace:packages/vestjs-runtime"
dependencies:
context: ^3.0.13
vest-utils: ^1.1.0
context: ^3.0.14
vest-utils: ^1.1.1
languageName: unknown
linkType: soft

Expand Down

2 comments on commit 30ca9bf

@vercel
Copy link

@vercel vercel bot commented on 30ca9bf Nov 6, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

vest – ./website

www.vestjs.dev
vest.vercel.app
vest-ealush.vercel.app
vest-git-latest-ealush.vercel.app
vestjs.dev

@vercel
Copy link

@vercel vercel bot commented on 30ca9bf Nov 6, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

vest-next – ./website

vest-next.vercel.app
vest-next-ealush.vercel.app
vest-website.vercel.app
vest-next-git-latest-ealush.vercel.app

Please sign in to comment.